@charset "UTF-8";
/*ブレークポイント*/
/* Fonts
------------------------------------------------------------*/

.pf-c:has(#wrapper) {
  padding: 0;
}
.__pf [style*="--s-xs"] {
  margin: 0 auto;
}

#wrapper {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2.4em;
  -webkit-text-size-adjust: 100%;
  /*文字おり返し*/
  word-wrap: break-word;
  /*禁則*/
  line-break: strict;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  /*
  タイトル
  ーーーーーーーーーーー*/
  /*
  コンテンツ
  ーーーーーーーーーーー*/
  /*
  スタイル
  ーーーーーーーーーーー*/
}
@media screen and (max-width: 1025px) {
  #wrapper {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  #wrapper {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#wrapper #main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
#wrapper #main .bodoni {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
#wrapper #main .title {
  font-size: 1em;
  margin: 0;
      letter-spacing: 0.1em;
}
#wrapper #main a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#wrapper #main a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#wrapper #main .main_img {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  #wrapper #main {
    margin: 0 auto 0;
  }
}
#wrapper #ttl {
  position: relative;
  background-color: #F8F1F6;
  background-image: url("https://image.store.sanyo-shokai.co.jp/contents/special/ama-collab25ss-20250416/images/dot.svg");
  background-repeat: repeat;
  background-position: -70px -70px;
  background-size: 25% auto;
}
@media screen and (max-width: 750px) {
  #wrapper #ttl {
    background-size: 50% auto;
  }
}
#wrapper #ttl .ttl_txt {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: center;
  left: 35%;
  width: 12em;
  height: 100%;
  color: rgb(206, 37, 115);
  font-size: 4vw;
  letter-spacing: 0.1em;
  align-content: center;
}
@media screen and (max-width: 750px) {
  #wrapper #ttl .ttl_txt {
    right: 7vw;
    left: auto;
    font-size: 6vw;
    width: 43%;
    letter-spacing: 0.02em;
  }
}
#wrapper #ttl .ttl_txt .title {
  line-height: 1.6em;
  padding-bottom: 2vw;
  font-weight: 800;
  -webkit-text-stroke: 1px rgb(206, 37, 115);
  color: rgb(206, 37, 115);
}
@media screen and (max-width: 750px) {
  #wrapper #ttl .ttl_txt .title {
    line-height: 1.4em;
    padding-bottom: 0.5em;
  }
}
#wrapper #ttl .ttl_txt .date {
  font-size: 0.5em;
  padding-bottom: 2vw;
  -webkit-text-stroke: 1px rgb(206, 37, 115);
  margin: 0;
}
@media screen and (max-width: 750px) {
  #wrapper #ttl .ttl_txt .date {
    padding-bottom: 1.2em;
  }
}
#wrapper #ttl .ttl_txt .catch {
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 3vw;
}
@media screen and (max-width: 750px) {
  #wrapper #ttl .ttl_txt .catch {
    font-size: 1.3rem;
    line-height: 2em;
    text-align: left;
    padding-bottom: 3em;
  }
}
#wrapper #ttl .ttl_txt .logo {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #wrapper #ttl .ttl_txt .logo {
    width: 50%;
    min-width: 100px;
  }
}
#wrapper #ttl .ttl_txt .logo .cls-1,
#wrapper #ttl .ttl_txt .logo .cls-2 {
  fill: none;
}
#wrapper #ttl .ttl_txt .logo .cls-2 {
  stroke: rgb(206, 37, 115);
}
#wrapper #ttl .ttl_txt .logo .cls-3 {
  fill: rgb(206, 37, 115);
}
#wrapper #content {
  width: 100%;
  margin: 0 auto;
  line-height: 2.2;
  /*
  ナビ
  ーーーーーーーーーーー*/
  /*
  フッター
  ーーーーーーーーーーー*/
}
#wrapper #content a {
  display: inline-block;
  color: #555;
}
#wrapper #content a span {
  color: #555;
  padding-right: 5px;
}
#wrapper #content .nav {
  padding: 2em calc(12% - 40px);
}
#wrapper #content .nav ul {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 2.4rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1em;
}
@media screen and (max-width: 1100px) {
  #wrapper #content .nav ul {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  #wrapper #content .nav ul {
    grid-template-columns: repeat(3, 1fr);
    font-size: 1.2rem;
  }
}
#wrapper #content .nav ul li {
  grid-column: span 2/span 2;
}
@media screen and (max-width: 750px) {
  #wrapper #content .nav ul li {
    grid-column: span 1/span 1;
  }
}
#wrapper #content .nav ul li a {
  position: relative;
  width: 9.2em;
  height: 9.2em;
  border-radius: 50%;
  display: block;
  background: #eee;
  display: grid;
  justify-items: start;
  align-items: center;
  padding-left: 1em;
}
#wrapper #content .nav ul li img {
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: auto;
}
#wrapper #content .nav ul li:nth-of-type(2) {
  grid-column-start: 3;
}
@media screen and (max-width: 750px) {
  #wrapper #content .nav ul li:nth-of-type(2) {
    grid-column-start: 2;
  }
}
#wrapper #content .nav ul li:nth-of-type(2) img {
  right: -0.5em;
}
#wrapper #content .nav ul li:nth-of-type(3) {
  grid-column-start: 5;
}
@media screen and (max-width: 750px) {
  #wrapper #content .nav ul li:nth-of-type(3) {
    grid-column-start: 3;
  }
}
#wrapper #content .nav ul li:nth-of-type(3) img {
  right: -1em;
}
#wrapper #content .nav ul li:nth-of-type(4) {
  grid-column-start: 2;
  grid-row-start: 2;
  justify-self: end;
}
@media screen and (max-width: 750px) {
  #wrapper #content .nav ul li:nth-of-type(4) {
    grid-column-start: 1;
  }
}
#wrapper #content .nav ul li:nth-of-type(4) img {
  right: -0.5em;
}
#wrapper #content .nav ul li:nth-of-type(5) {
  grid-column-start: 4;
  grid-row-start: 2;
  justify-self: end;
}
@media screen and (max-width: 750px) {
  #wrapper #content .nav ul li:nth-of-type(5) {
    grid-column-start: 2;
  }
}
#wrapper #content .nav ul li:nth-of-type(5) img {
  right: -0.5em;
}
#wrapper #content .nav ul li:nth-of-type(6) {
  grid-column-start: 6;
  grid-row-start: 2;
  justify-self: end;
}
@media screen and (max-width: 750px) {
  #wrapper #content .nav ul li:nth-of-type(6) {
    grid-column-start: 3;
  }
}
#wrapper #content .nav ul li.nav_style01 a {
  color: rgb(203, 196, 31);
}
#wrapper #content .nav ul li.nav_style01 a.on, #wrapper #content .nav ul li.nav_style01 a:hover {
  background-color: rgb(249, 250, 224);
}
#wrapper #content .nav ul li.nav_style02 a {
  color: rgb(209, 87, 87);
}
#wrapper #content .nav ul li.nav_style02 a.on, #wrapper #content .nav ul li.nav_style02 a:hover {
  background-color: rgb(255, 239, 240);
}
#wrapper #content .nav ul li.nav_style03 a {
  color: rgb(43, 48, 145);
}
#wrapper #content .nav ul li.nav_style03 a.on, #wrapper #content .nav ul li.nav_style03 a:hover {
  background-color: rgb(235, 236, 253);
}
#wrapper #content .nav ul li.nav_style04 a {
  color: rgb(43, 89, 191);
}
#wrapper #content .nav ul li.nav_style04 a.on, #wrapper #content .nav ul li.nav_style04 a:hover {
  background-color: rgb(231, 237, 252);
}
#wrapper #content .nav ul li.nav_style05 a {
  color: rgb(221, 31, 104);
}
#wrapper #content .nav ul li.nav_style05 a.on, #wrapper #content .nav ul li.nav_style05 a:hover {
  background-color: rgb(245, 237, 244);
}
#wrapper #content .nav ul li.nav_style06 a {
  color: rgb(85, 149, 11);
}
#wrapper #content .nav ul li.nav_style06 a.on, #wrapper #content .nav ul li.nav_style06 a:hover {
  background-color: rgb(244, 245, 220);
}
#wrapper #content .btm {
  background-color: #F8F1F6;
  background-image: url("https://image.store.sanyo-shokai.co.jp/contents/special/ama-collab25ss-20250416/images/dot.svg");
  background-repeat: repeat;
  background-position: -70px -70px;
  background-size: 25% auto;
  text-align: center;
  font-size: 1.4rem;
  padding: 4em calc(12% - 40px);
  line-height: 1.8em;
}
@media screen and (max-width: 750px) {
  #wrapper #content .btm {
    font-size: 1.1rem;
    padding: 3em 7vw;
    text-align: left;
    background-size: 50% auto;
  }
}
#wrapper #content .btm .btm_inr {
  background: rgba(227, 197, 217, 0.25);
  padding: 2em;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #wrapper #content .btm .btm_inr {
    max-width: 100%;
  }
}
#wrapper #content .btm a {
  border-bottom: 1px solid rgb(206, 37, 115);
  color: rgb(206, 37, 115);
}
#wrapper #content .btm a:hover {
  border-bottom: 1px solid transparent;
}
#wrapper .styles .style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12% 12%;
}
@media screen and (max-width: 750px) {
  #wrapper .styles .style {
    flex-direction: column;
    padding: 10vw 7vw 23vw;
  }
}
#wrapper .styles .style .txt {
  width: 34%;
}
@media screen and (max-width: 750px) {
  #wrapper .styles .style .txt {
    width: 100%;
    padding-bottom: 4em;
    display: flex;
    justify-content: space-between;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 750px) {
  #wrapper .styles .style .txt .txt_inr {
    width: calc(100% - 10em);
  }
}
#wrapper .styles .style .txt h2 {
  font-size: 3rem;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-content: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  #wrapper .styles .style .txt h2 {
    width: 6.5em;
    height: 6.5em;
    font-size: 1.6rem;
  }
}
#wrapper .styles .style .txt .copy {
  padding-bottom: 1em;
}
#wrapper .styles .style .txt .spec {
  line-height: 1em;
}
#wrapper .styles .style .txt .spec li {
  margin-bottom: 0.7em;
}
#wrapper .styles .style .txt .spec span {
  font-size: 0.8em;
  padding-left: 0.5em;
}
#wrapper .styles .style .txt .spec a {
  border-bottom: 1px solid #555;
}
#wrapper .styles .style .txt .spec a:hover {
  border-bottom: 1px solid #fff;
  color: #000;
}
#wrapper .styles .style .img {
  width: 63%;
  position: relative;
  padding-bottom: 12%;
}
@media screen and (max-width: 750px) {
  #wrapper .styles .style .img {
    width: 100%;
  }
}
#wrapper .styles .style .img .coord {
  position: relative;
}
#wrapper .styles .style .img .coord img {
  width: 65%;
  z-index: 2;
  position: relative;
}
#wrapper .styles .style .img .coord:before {
  position: absolute;
  background-size: contain;
  top: -40px;
  left: -40px;
  width: 65%;
  height: 100%;
  content: "";
}
@media screen and (max-width: 750px) {
  #wrapper .styles .style .img .coord:before {
    top: -2em;
    left: -2em;
  }
}
#wrapper .styles .style .img .coord:after {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 40px;
  left: 40px;
  content: "";
}
@media screen and (max-width: 750px) {
  #wrapper .styles .style .img .coord:after {
    top: 2em;
    left: 2em;
  }
}
#wrapper .styles .style .img .licca {
  position: absolute;
  bottom: -5%;
  height: 90%;
  width: auto;
  z-index: 2;
  filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  #wrapper .styles .style .img .licca {
    height: 100%;
    bottom: -5em;
  }
}
#wrapper .styles .style#style01 {
  background-color: rgb(249, 250, 224);
}
#wrapper .styles .style#style01 .txt h2 {
  margin-top: 0;
  color: rgb(203, 196, 31);
  background-color: rgb(249, 250, 224);
}
#wrapper .styles .style#style01 .img .coord:before {
  background-image: url("https://image.store.sanyo-shokai.co.jp/contents/special/ama-collab25ss-20250416/images/style01_bg.webp");
}
#wrapper .styles .style#style01 .img .coord:after {
  background-color: rgb(249, 250, 224);
}
#wrapper .styles .style#style02 {
  background-color: rgb(255, 239, 240);
}
#wrapper .styles .style#style02 .txt h2 {
  color: rgb(209, 87, 87);
  background-color: rgb(255, 239, 240);
}
#wrapper .styles .style#style02 .img .coord:before {
  background-image: url("https://image.store.sanyo-shokai.co.jp/contents/special/ama-collab25ss-20250416/images/style02_bg.webp");
}
#wrapper .styles .style#style02 .img .coord:after {
  background-color: rgb(255, 239, 240);
}
#wrapper .styles .style#style03 {
  background-color: rgb(235, 236, 253);
}
#wrapper .styles .style#style03 .txt h2 {
  color: rgb(43, 48, 145);
  background-color: rgb(235, 236, 253);
}
#wrapper .styles .style#style03 .img .coord:before {
  background-image: url("https://image.store.sanyo-shokai.co.jp/contents/special/ama-collab25ss-20250416/images/style03_bg.webp");
}
#wrapper .styles .style#style03 .img .coord:after {
  background-color: rgb(235, 236, 253);
}
#wrapper .styles .style#style04 {
  background-color: rgb(231, 237, 252);
}
#wrapper .styles .style#style04 .txt h2 {
  color: rgb(43, 89, 191);
  background-color: rgb(231, 237, 252);
}
#wrapper .styles .style#style04 .img .coord:before {
  background-image: url("https://image.store.sanyo-shokai.co.jp/contents/special/ama-collab25ss-20250416/images/style04_bg.webp");
}
#wrapper .styles .style#style04 .img .coord:after {
  background-color: rgb(231, 237, 252);
}
#wrapper .styles .style#style05 {
  background-color: rgb(245, 237, 244);
}
#wrapper .styles .style#style05 .txt h2 {
  color: rgb(221, 31, 104);
  background-color: rgb(245, 237, 244);
}
#wrapper .styles .style#style05 .img .coord:before {
  background-image: url("https://image.store.sanyo-shokai.co.jp/contents/special/ama-collab25ss-20250416/images/style05_bg.webp");
}
#wrapper .styles .style#style05 .img .coord:after {
  background-color: rgb(245, 237, 244);
}
#wrapper .styles .style#style06 {
  background-color: rgb(244, 245, 220);
}
#wrapper .styles .style#style06 .txt h2 {
  color: rgb(85, 149, 11);
  background-color: rgb(244, 245, 220);
}
#wrapper .styles .style#style06 .img .coord:before {
  background-image: url("https://image.store.sanyo-shokai.co.jp/contents/special/ama-collab25ss-20250416/images/style06_bg.webp");
}
#wrapper .styles .style#style06 .img .coord:after {
  background-color: rgb(244, 245, 220);
}
#wrapper .styles .style:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
  padding-right: calc(12% - 40px);
}
#wrapper .styles .style:nth-of-type(2n + 1) .txt h2 {
  background: #fff !important;
}
#wrapper .styles .style:nth-of-type(2n + 1) .img .coord:after {
  background: #fff !important;
}
#wrapper .styles .style:nth-of-type(2n + 1) .img .licca {
  right: 0;
}
@media screen and (max-width: 750px) {
  #wrapper .styles .style:nth-of-type(2n + 1) {
    flex-direction: column;
    padding-right: 7vw;
  }
  #wrapper .styles .style:nth-of-type(2n + 1) .img {
    padding-left: 7vw;
  }
}
#wrapper .styles .style:nth-of-type(2n) {
  background: #fff !important;
  padding-left: calc(12% - 40px);
}
#wrapper .styles .style:nth-of-type(2n) .img .coord img {
  display: grid;
  justify-self: end;
  margin-left: auto;
}
#wrapper .styles .style:nth-of-type(2n) .img .coord:before {
  right: -40px;
  left: auto;
}
#wrapper .styles .style:nth-of-type(2n) .img .coord:after {
  right: 40px;
  left: auto;
}
#wrapper .styles .style:nth-of-type(2n) .img .licca {
  left: 0;
}
@media screen and (max-width: 750px) {
  #wrapper .styles .style:nth-of-type(2n) {
    padding-left: 7vw;
  }
  #wrapper .styles .style:nth-of-type(2n) .txt {
    flex-direction: row-reverse;
  }
  #wrapper .styles .style:nth-of-type(2n) .img {
    padding-right: 7vw;
  }
  #wrapper .styles .style:nth-of-type(2n) .img .coord:before {
    right: -2em;
  }
  #wrapper .styles .style:nth-of-type(2n) .img .coord:after {
    right: 2em;
  }
}
#wrapper .linktop a {
  padding: 25% 0;
}
#wrapper .linktop img {
  vertical-align: baseline;
}
/*# sourceMappingURL=collabo25ss.css.map */