@charset "UTF-8";
/*=============================================================

	Date: 2025-04-25
	CSS Document ： 刺しゅうフェスタ2025
	
=============================================================*/
/* LP共通 */
.fsc_gfooter__breadcrumb {
  margin-top: 0;
}
#footercontent .fsc_gfooter__breadcrumb {
  display: none;
}
/*==================================

container

==================================*/
body {opacity: 1;}
#container_ct {
  /*font-weight: normal;*/
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.08em;
  /* opacity: 0;
  animation: fade_fl 1.5s forwards 0.4s;  */
  text-align: center;
  font-size: 120%;
  overflow: hidden;
  font-family: "Roboto","游ゴシック体 Pr6N D", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}
#container_ct img {
  max-width: 100%;
  height: auto;
}
#container_ct a {
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
}
@media (hover: hover) {
  #container_ct a:hover {
    opacity: 0.7;
  }
}
#container_ct .pc_ct {
  display: block;
}
#container_ct .sp_ct {
  display: none;
}
/*==================================

h1 ページタイトル

==================================*/
#h1-wrap {}
#h1-wrap h1 {
  color: #c2c3c3;
  font-size: 70%;
  text-align: right;
  margin: 0.5em 1em;
  letter-spacing: 0.05em;
}
/*==================================

ヘッダー

==================================*/
#header_ct {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  z-index: 1;
}
/* 追従 Instagram */
#header_ct .header-insta {
  position: absolute;
  top: 0;
  left: 15px;
  transition: all 0.3s;
}
#header_ct .header-insta.on_ct {
  position: fixed;
}
#header_ct .header-insta a {
  margin-top: 10px;
  display: block;
}
#header_ct .header-insta a img {}
/* Couturierロゴ */
#header_ct a {}
#header_ct a img {}
/*==================================

FV

==================================*/
#fv-wrap {
  background-image: url(../images/fv_bg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: 100px;
  position: relative;
}
#fv-wrap::after {
  display: block;
  width: 100%;
  height: 2em;
  content: '';
  background-image: url(../images/title_bottom_2.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 3em;
  position: absolute;
  top: 100%;
  left: 0;
}
#fv-wrap .fv-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* タイトル */
#fv-wrap .fv-inner .ttl-wrap {
  order: 1;
  position: relative;
  aspect-ratio: 1 / 1;
  width: 85%;
  max-width: 700px;
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base {
 /* opacity: 0;*/
  /*transition: all 1s;*/
  transition: opacity 1500ms ease;
  transition-delay: 300ms;
  position: relative;
  width: 100%;
  /* max-width: 100%; */
  aspect-ratio:1/1;
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base img {}

#fv-wrap .fv-inner .ttl-wrap .ttl-base span {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0; */
  /* transition: opacity 1500ms ease; */
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base span::before,
#fv-wrap .fv-inner .ttl-wrap .ttl-base span::after{
	content: '';
  display: block;
  width: 100%;
  height: 100%;
	background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	 position: absolute;
  top: 0;
  left: 0;
}

#fv-wrap .fv-inner .ttl-wrap .ttl-base span::before {
    opacity: 1;
    transition: opacity 1000ms ease;
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base span::after {
    opacity: 0;
    transition: opacity 2500ms ease;
    
}

#fv-wrap .fv-inner .ttl-wrap .ttl-base span.ttl01::after {
    opacity: 0;
    transition: opacity 3200ms ease;
}


#fv-wrap .fv-inner .ttl-wrap .ttl-base span.ttl01::before{
	background-image: url(../images/title_path01.png);
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base span.ttl02::before{
    background-image: url(../images/title_path02.png);
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base span.ttl03::before{
    background-image: url(../images/title_path03.png);
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base span.ttl04::before{
    background-image: url(../images/title_path04.png);
}

#fv-wrap .fv-inner .ttl-wrap .ttl-base span.ttl01::after {
	background-image: url(../images/title_shisyu01.png);
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base span.ttl02::after {
    background-image: url(../images/title_shisyu02.png);
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base span.ttl03::after {
    background-image: url(../images/title_shisyu03.png);
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base span.ttl04::after {
    background-image: url(../images/title_shisyu04.png);
}


/* ロード後 */

#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base span::before {
    opacity: 0;
}
#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base span::after {
    opacity: 1;
}
#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base span.ttl02::before{
    transition-delay: 900ms;
}

#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base span.ttl02::after{
    transition-delay: 1500ms;
}

#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base span.ttl03::before{
    transition-delay: 2400ms;
}

#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base span.ttl03::after{
    transition-delay: 3000ms;
}

#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base span.ttl04::before{
    transition-delay: 3900ms;
}

#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base span.ttl04::after{
    transition-delay: 4500ms;
}

#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base span.ttl01::before{
    transition-delay: 5400ms;
}

#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base span.ttl01::after{
    transition-delay: 6300ms;
}





/*
#fv-wrap .fv-inner .ttl-wrap .ttl-base::after {
  background-image: url(../images/title_main02.png);
  transition-delay: 700ms;
}
#fv-wrap .fv-inner .ttl-wrap .ttl-base::before {
  background-image: url(../images/title_main03.png);
  transition-delay: 1100ms;
}
#fv-wrap .fv-inner .ttl-wrap::before {
  background-image: url(../images/title_main04.png);
  transition-delay: 1100ms;
}

#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base,
#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base::before,
#fv-wrap.load-after .fv-inner .ttl-wrap .ttl-base::after,
#fv-wrap.load-after .fv-inner .ttl-wrap::before{
  opacity: 1;
}
*/



#fv-wrap .fv-inner .ttl-wrap .ttl-text {
  position: absolute;
  top: 40.2%;
  left: 29.4%;
  width: 40%;
  aspect-ratio: 10/5.847;
  display: block;
  background-image: linear-gradient(150deg, rgb(231 69 5) 17%, rgba(242, 109, 0, 1) 24%, rgba(230, 169, 2, 1) 38%, rgba(36, 181, 11, 1) 55%, rgba(242, 109, 0, 1) 72%, rgba(179, 51, 0, 1) 90%);
  /*  background-image: linear-gradient(150deg, rgba(0, 0, 0, 1) 45%, rgba(211, 63, 4, 1) 49%, rgba(242, 109, 0, 1) 57%, rgba(230, 169, 2, 1) 61%, rgba(36, 181, 11, 1) 72%, rgba(230, 169, 2, 1) 83%, rgba(242, 109, 0, 1) 90%, rgba(179, 51, 0, 1));  */
  background-position: top left 15%;
  background-size: 190%;
  mask-image: url(../images/title.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/title.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  /* animation: bggradient 3s ease 3s both;*/
}
/* グラデーション */
@keyframes bggradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/* ローディング */
body.load-fix #contents-outer {
  position: relative;
  z-index: 1000000;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #FFF;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading.load_on {
  /*  top:-110vh;
    transition: all 1s;*/
}
#loading .loading-logo {
  width: 80%;
  max-width: 380px;
  aspect-ratio: 10/5.8;
  position: relative;
  animation: fadeIn_fn 1.0s forwards 0s;
}
#loading .loading-logo img {
  width: 100%;
  height: auto;
}
#loading .loading-logo::after {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image:
    linear-gradient(150deg, rgb(231 69 5) 17%, rgba(242, 109, 0, 1) 31%, rgba(230, 169, 2, 1) 40%, rgba(36, 181, 11, 1) 55%, rgba(242, 109, 0, 1) 72%, rgb(231 69 5) 90%);
  background-position: top center;
  background-size: 250%;
  mask-image: url(../images/title.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/title.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  animation: bggradient 5s -1s ease infinite;
  transition: all 1.2s;
  position: absolute;
  top: 0;
  left: 0;
}
#loading.load_on .loading-logo::after {
  opacity: 1;
}
@media (max-width: 768px) {
  #loading .loading-logo {
    width: 70vw;
  }
}
@keyframes fadeIn_fn {
  0% {
    transform: scale(0.9) translateY(25px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
/*
#fv-wrap .fv-inner .ttl-wrap .ttl-text::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(150deg, rgba(179, 51, 0, 1) 17%, rgba(242, 109, 0, 1) 31%, rgba(230, 169, 2, 1) 40%, rgba(36, 181, 11, 1) 55%, rgba(242, 109, 0, 1) 72%, rgba(179, 51, 0, 1) 90%);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: contain;
  position: absolute;
  top: 0%;
  left: 0;
  mix-blend-mode: screen;
}
*/
#fv-wrap .fv-inner .ttl-wrap .ttl-text img {}
#fv-wrap .ttl-60th {
  position: absolute;
  top: 2%;
  right: 1%;
}
#fv-wrap .ttl-60th img {}
#fv-wrap .ttl-info {}
/* 期間 */
#fv-wrap .fv-inner .period-wrap {}
#fv-wrap .fv-inner .period-wrap picture {}
#fv-wrap .fv-inner .period-wrap picture source {}
#fv-wrap .fv-inner .period-wrap picture img {}
/* リード */
#fv-wrap .fv-inner .lead-wrap {
  margin: 2em auto 0;
}
#fv-wrap .fv-inner .lead-wrap p {
  font-weight: bold;
  font-size: 110%;
  font-family: "游ゴシック体 Pr6N B";
  line-height: 1.6;
}
/*==================================

メインコンテンツ

==================================*/
#main-contents {}
.contents-box {
  margin: 5em auto;
  max-width: 820px;
  position: relative;
}
.contents-ttl {
  position: relative;
  width: max-content;
  margin: 0 auto 1em;
}
.contents-ttl h2 {
  font-weight: bold;
  margin: 0 0 0.7em;
  letter-spacing: 0.05em;
  font-family: "Roboto", "游ゴシック体 Pr6N B", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}
.contents-ttl::before, .contents-ttl::after {
  display: block; /* width: 100%; */ /* height: 100%; */ content: '';
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute; /* top: 0; */ /* left: 0; */
  opacity: 0;
}
.contents-ttl.on_ct::before {
  animation: bound 0.7s cubic-bezier(0.61, 1, 0.88, 1) 0.0s both;
}
.contents-ttl.on_ct::after {
  animation: bound 0.7s cubic-bezier(0.61, 1, 0.88, 1) 0.3s both;
}
@keyframes bound {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  45% {
    opacity: 1;
    transform: translate(0, -10px);
  }
  85% {
    opacity: 1;
    transform: translate(0, 3px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
/*==================================

気になるワード

==================================*/
#pickup-word {}
#pickup-word .contents-ttl {}
#pickup-word .contents-ttl h2 {}
#pickup-word .word-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9em 1em;
  flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto;
}
/* link */
#pickup-word .word-list a {
  color: #ff620d;
  border: 1px solid #ff620d;
  border-radius: 3em;
  padding: 0.4em 1.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
	    font-family: "Roboto", "游ゴシック体 Pr6N B", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}
#pickup-word .word-list a span {}
#pickup-word .word-list a img {
  width: 1.5em;
}
@media (hover: hover) {
  #pickup-word .word-list a:hover {
    opacity: 1;
    background: #ffe0cf;
  }
}
/*==================================

NEWS

==================================*/
#news-wrap {
  border-bottom: 1px solid #24b50b;
  padding-bottom: 1em;
}
#news-wrap .contents-ttl {}
#news-wrap .contents-ttl::before {
  width: 4em;
  aspect-ratio: 1/2;
  top: -2em;
  left: -5em;
  background-image: url(../images/ashirai01.png);
}
#news-wrap .contents-ttl h2 {}
#news-wrap .news-block {
    text-align: left;
}
#news-wrap .news-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  width: 100%;
  /* max-width: 800px; */
  min-width: 38em;
  margin: 0 0 0.3em;
}
#news-wrap .news-box .data {
  min-width: 5em;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0;
}
#news-wrap .news-box p {
  margin: 0;
  text-align: justify;
}
#news-wrap .news-box p a {
  text-decoration: underline;
  color: #24b50b;
  position: relative;
  display: inline-block;
}
#news-wrap .news-box p a::after {
  display: block;
  width: 0.5em;
  height: 100%;
  content: '';
  background-image: url(../images/arrow_next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -1.2em;
}
/* ▼▼ 表示するニュース ▼▼ */
#news-wrap .news-open {
  display: inline-block;
}
/* ▼▼ もっと見る（非表示ニュース） ▼▼ */
#news-wrap .news-more-wrap {
  display: none;
  /* padding: 1em; */
  text-align: left;
}
#news-wrap .news-more {
  display: inline-block;
}
#news-wrap .news-more .news-box {}
#news-wrap .news-more .news-box .data {}
#news-wrap .news-more .news-box p {}
#news-wrap .more-btn {
  position: relative;
  width: max-content;
  margin: 0.5em auto -2.3em;
  background: #FFF;
  color: #24b50b;
  border: 1px solid #24b50b;
  border-radius: 3em;
  padding: 0.4em 3em;
  font-weight: bold;
  letter-spacing: 0.15em;
  cursor: pointer;
    
    font-family: "游ゴシック体 Pr6N B";
  transition: all 0.3s;
}
#news-wrap .more-btn::after {
  display: block;
  width: 0.9em;
  height: 100%;
  content: '';
  background-image: url(../images/arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1.3em;
}
#news-wrap .more-btn.open::after {
  transform: scale(1, -1);
}
@media (hover: hover) {
  #news-wrap .more-btn:hover {
    opacity: 1;
    background: #d3f0ce;
  }
}
/*==================================

EVENTS

==================================*/
#events-wrap {
  margin-top: 9em;
}
#events-wrap .contents-ttl {}
#events-wrap .contents-ttl::before {
  width: 4em;
  aspect-ratio: 1/2;
  top: -2em;
  left: -5em;
  background-image: url(../images/ashirai02.png);
}
#events-wrap .contents-ttl::after {
  width: 7em;
  aspect-ratio: 1/2;
  top: -4em;
  right: -9em;
  background-image: url(../images/ashirai03.png);
}
#events-wrap .contents-ttl h2 {}
#events-wrap .events-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 3em 0;
}
/* ▼▼ イベント一覧 ▼▼ */
#events-wrap .events-list .events-box {
  width: 47%;
  position: relative;
  margin: 3.2em 0;
}
#events-wrap .events-list .events-box a {}
#events-wrap .events-list .events-box.comingsoon a { pointer-events: none;}
#events-wrap .events-list .events-box a::after {
  display: block;
  width: 1em;
  height: 1em;
  content: '1';
  font-size: 500%;
  position: absolute;
  top: -115px;
  left: 0;
  color: #FFF;
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #000; */
  transition: all 0.3s;
  text-shadow:
    1px 1px 0 #000, -1px -1px 0 #000, /* 右下方向に影 */ -1px 1px 0 #000, 1px -1px 0 #000, /* 左下方向に影 */ 0 1px 0 #000, 0 -1px 0 #000; /* 右上方向に影 */
  mix-blend-mode: multiply;
}
#events-wrap .events-list .events-box:nth-child(2) a::after {
  content: '2';
}
#events-wrap .events-list .events-box:nth-child(3) a::after {
  content: '3';
}
#events-wrap .events-list .events-box:nth-child(4) a::after {
  content: '4';
}
#events-wrap .events-list .events-box:nth-child(5) a::after {
  content: '5';
}
#events-wrap .events-list .events-box:nth-child(6) a::after {
  content: '6';
}
#events-wrap .events-list .events-box:nth-child(7) a::after {
  content: '7';
}
#events-wrap .events-list .events-box:nth-child(8) a::after {
  content: '8';
}
#events-wrap .events-list .events-box:nth-child(9) a::after {
  content: '9';
}
#events-wrap .events-list .events-box .events-icon {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding: 0.2em 1em 0.1em 2.0em;
  border-radius: 0 1em 0 0;
  background-color: #ffeb00;
  height: 2.2em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#events-wrap .events-list .events-box .events-icon::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 1;
  border-bottom: 2.2em solid transparent;
  border-left: 1em solid #FFF; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
#events-wrap .events-list .events-box h3 {
  margin: 0;
}
#events-wrap .events-list .events-box h3 img {}
#events-wrap .events-list .events-box p {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
  font-size: 90%;
  margin: 1em 0 0;
  font-weight: normal;
}
#events-wrap .events-list .events-box .events-icon.color-yellow {
  /* background-color: #ffeb00; */
}
#events-wrap .events-list .events-box .events-icon.color-green {
  color: #FFF;
  background-color: #2cb34b;
}
/*==================================

お楽しみコンテンツ

==================================*/
#fun-wrap {
  margin-bottom: 12em;
}
#fun-wrap::before {
  display: block;
  width: 100vw;
  height: 84%;
  content: '';
  background-image: repeating-linear-gradient(315deg, #24b50b, #24b50b 1px, transparent 1px, transparent 7px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -3em;
  left: calc(-50vw + 460px);
  opacity: 0.3;
}
#fun-wrap .contents-ttl {}
#fun-wrap .contents-ttl::before {
  width: 4em;
  aspect-ratio: 1/2;
  top: -2em;
  left: -4em;
  background-image: url(../images/ashirai04.png);
}
#fun-wrap .contents-ttl::after {
  width: 4em;
  aspect-ratio: 1/2;
  top: -1.5em;
  right: -4.5em;
  background-image: url(../images/ashirai05.png);
}
#fun-wrap .contents-ttl h2 {
    margin-bottom: 1.3em;
}
/* swiper */
#fun-wrap .swiper.fun-list {
  overflow: initial;
}
#fun-wrap .swiper.fun-list .swiper-wrapper {}
#fun-wrap .swiper.fun-list .swiper-wrapper .swiper-slide {}
#fun-wrap .swiper.fun-list .swiper-wrapper .swiper-slide a {}
#fun-wrap .swiper.fun-list .swiper-wrapper .swiper-slide a img {
  border-radius: 0.8em;
}
@media (hover: hover) {
  #events-wrap .events-list .events-box a:hover::after {
    color: #ff620d;
  }
  /* #events-wrap .events-list .events-box a h3 img, */
  .swiper-wrapper .swiper-slide a img {
    transition: all 0.3s;
  }
  /* #events-wrap .events-list .events-box a:hover h3 img,*/
  .swiper-wrapper .swiper-slide a:hover img {
    transform: scale(1.05);
  }
}
#fun-wrap .swiper.fun-list .swiper-wrapper .swiper-slide a p {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
  font-size: 90%;
  font-weight: normal;
  margin: 1em 0 0;
  letter-spacing: 0.02em;
}
#fun-wrap .swiper.fun-list .swiper-wrapper .swiper-slide a p .bold-ct {
  font-weight: bold;
    
    font-family: "游ゴシック体 Pr6N B";
  margin-right: 0.3em;
}
#fun-wrap .swiper.fun-list .swiper-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 1.3em 0 0;
}
#fun-wrap .swiper.fun-list .swiper-pagination {}
#fun-wrap .swiper.fun-list .swiper-button-prev {}
#fun-wrap .swiper.fun-list .swiper-button-next {}
/* 前へ次への矢印カスタマイズ */
#fun-wrap .swiper-button-prev, .swiper-button-next {
  height: auto;
  aspect-ratio: 1/1;
  width: 1.1em;
  background: no-repeat;
  /* top: 40%; */
  position: static;
  margin: 0;
}
#fun-wrap .swiper-button-prev {
  left: 0%;
}
#fun-wrap .swiper-button-next {
  right: 0%;
}
/* 前へ次への矢印カスタマイズ */
#fun-wrap .swiper-button-prev::after, .swiper-button-next::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
  font-size: 0;
}
/* 前への矢印カスタマイズ */
#fun-wrap .swiper-button-prev::after {
  background-image: url('../images/arrow_prev.png');
}
/* 次への矢印カスタマイズ */
#fun-wrap .swiper-button-next::after {
  background-image: url('../images/arrow_next.png');
}
/* 画像サイズ調整 */
#fun-wrap .swiper-slide img {
  height: auto;
  width: 100%;
}
#fun-wrap .swiper-pagination {
  position: static;
  margin: 0em 0 0;
  width: max-content;
}
#fun-wrap .swiper-pagination-bullet {
  opacity: 1;
  background: #FFF;
  border: 1px solid #24b50b;
  width: 0.6em;
  aspect-ratio: 1/1;
  height: auto;
}
#fun-wrap .swiper-pagination-bullet-active {
  background: #24b50b;
}
/*==================================

おすすめ商品

==================================*/
#item-wrap {
  margin-bottom: 9em;
}
#item-wrap::before {
  display: block;
  width: 500px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  content: '';
  background-color: #fffae7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -3em;
  left: 22.1%;
}
#item-wrap .contents-ttl {}
#item-wrap .contents-ttl::before {
  width: 4em;
  aspect-ratio: 1/2;
  top: -2.5em;
  left: -5em;
  background-image: url(../images/ashirai06.png);
}
#item-wrap .contents-ttl h2 {
    margin-bottom: 1.2em;
}
/* swiper */
#item-wrap .swiper.item-list {
  overflow: inherit;
}
#item-wrap .swiper.item-list .swiper-wrapper {}
#item-wrap .swiper.item-list .swiper-wrapper .swiper-slide {}
#item-wrap .swiper.item-list .swiper-wrapper .swiper-slide a {}
#item-wrap .swiper.item-list .swiper-wrapper .swiper-slide a img {
  border-radius: 0.4em;
}
#item-wrap .swiper.item-list .swiper-wrapper .swiper-slide a p {
  line-height: 1.4;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
  font-size: 85%;
  margin: 1em 0 0;
  letter-spacing: 0.02em;
    font-family: "Roboto", "游ゴシック体 Pr6N B", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}
/*==================================

SNS

==================================*/
#sns-wrap {
  margin-bottom: 3em;
}
#sns-wrap .contents-ttl {}
#sns-wrap .contents-ttl h2 {}
#sns-wrap a {}
#sns-wrap a > img {
  margin: 0 0 0.5em;
}
#sns-wrap a .insta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
#sns-wrap a .insta-wrap img {}
#sns-wrap a .insta-wrap span {
  font-size: 120%;
  font-weight: 500;
}
#sns-wrap p {
  font-weight: bold;
  font-size: 144%;
  margin: 1em 0 0;
font-family: "Roboto", "游ゴシック体 Pr6N B", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}
#sns-wrap p a {
  color: #ff620d;
  text-decoration: underline;
}
/*==================================

footer

==================================*/
#footer-wrap {
  background: #def4da;
  padding: 3em 0 3em;
  position: relative;
}
#footer-wrap::after {
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  width: 6.4em;
  aspect-ratio: 1/2;
  bottom: calc(100% - 30px);
  left: calc(50vw + 300px);
  background-image: url(../images/ashirai07.png);
  opacity: 0;
}
#footer-wrap.on_ct::after {
  animation: bound 0.7s cubic-bezier(0.61, 1, 0.88, 1) 0.0s both;
}
#footer-wrap .contents-ttl {}
#footer-wrap .contents-ttl h3 {
  font-weight: bold;
  font-size: 170%;
  margin: 0 0 1.1em;
}
/* SNS */
#footer-wrap .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
#footer-wrap .sns-list .sns-item {}
#footer-wrap .sns-list .sns-item a {}
#footer-wrap .sns-list .sns-item a img {}
/* banner */
#footer-wrap .banner-list {
  margin: 2.5em 0 0;
}
#footer-wrap .banner-list .banner-item {}
#footer-wrap .banner-list .banner-item a {}
#footer-wrap .banner-list .banner-item a {
  position: relative;
  width: max-content;
  margin: 1em auto 1em;
  background: #FFF;
  /* color: #24b50b; */
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.4em 3em;
  font-weight: bold;
  letter-spacing: 0.15em;
  /* display: block; */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5em;
  min-width: 24em;
    font-family: "Roboto", "游ゴシック体 Pr6N B", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}
#footer-wrap .banner-list .banner-item a::after {
  display: block;
  width: 0.6em;
  height: 100%;
  content: '';
  background-image: url(../images/link_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1.3em;
}
#footer-wrap .banner-list .banner-item a img {}
/*==================================

SP

==================================*/
@media screen and (max-width: 768px) {
  #container_ct .pc_ct {
    display: none;
  }
  #container_ct .sp_ct {
    display: block;
  }
  /*==================================

container

==================================*/
  #container_ct {
    font-size: 3.6vw;
  }
  #container_ct img {}
  #container_ct a {}
  /*==================================

h1 ページタイトル

==================================*/
  #h1-wrap {}
  #h1-wrap h1 {}
  /*==================================

ヘッダー

==================================*/
  #header_ct {}
  /* 追従 Instagram */
  #header_ct .header-insta {
    left: 2vw;
  }
  #header_ct .header-insta.on_ct {}
  #header_ct .header-insta a {
    margin-top: 2vw;
  }
  #header_ct .header-insta a img {
    width: 8vw;
  }
  /* Couturierロゴ */
  #header_ct > a {
    width: 39vw;
  }
  #header_ct a img {}
  /*==================================

FV

==================================*/
  #fv-wrap {
    padding-bottom: 2em;
  }
  #fv-wrap::after {
    background-size: 8vw;
  }
  #fv-wrap .fv-inner {
    flex-direction: column;
  }
  /* タイトル */
  #fv-wrap .fv-inner .ttl-wrap {
    order: inherit;
    width: 97%;
    margin: 4vw 0;
  }
  #fv-wrap .fv-inner .ttl-wrap .ttl-base {}
  #fv-wrap .fv-inner .ttl-wrap .ttl-base img {}
  #fv-wrap .fv-inner .ttl-wrap .ttl-text {}
  #fv-wrap .fv-inner .ttl-wrap .ttl-text img {}
  #fv-wrap .ttl-60th {
    width: 15vw;
    top: -2vw;
    right: 0;
  }
  #fv-wrap .ttl-60th img {}
  #fv-wrap .ttl-info {
    width: 90%;
  }
  /* 期間 */
  #fv-wrap .fv-inner .period-wrap {}
  #fv-wrap .fv-inner .period-wrap picture {}
  #fv-wrap .fv-inner .period-wrap picture source {}
  #fv-wrap .fv-inner .period-wrap picture img {
    width: 81vw;
  }
  /* リード */
  #fv-wrap .fv-inner .lead-wrap {
    margin: 1.5em auto 0;
  }
  #fv-wrap .fv-inner .lead-wrap p {
    margin: 0;
  }
  /*==================================

メインコンテンツ

==================================*/
  #main-contents {}
  .contents-box {
    margin: 3em auto;
  }
  .contents-ttl {}
  .contents-ttl h2 {
    font-size: 180%;
  }
  .contents-ttl::before, .contents-ttl::after {}
  /*==================================

気になるワード

==================================*/
  #pickup-word {}
  #pickup-word .contents-ttl {}
  #pickup-word .contents-ttl h2 {}
  #pickup-word .word-list {
    gap: 1.0em 1em;
  }
  /* link */
  #pickup-word .word-list a {}
  #pickup-word .word-list a span {}
  #pickup-word .word-list a img {}
  /*==================================

NEWS

==================================*/
  #news-wrap {
    margin: 5em auto;
    width: 90%;
  }
  #news-wrap .contents-ttl {}
  #news-wrap .contents-ttl::before {}
  #news-wrap .contents-ttl h2 {}
  #news-wrap .news-block {}
  #news-wrap .news-box {
    width: 80vw;
    min-width: auto;
  }
  #news-wrap .news-box .data {}
  #news-wrap .news-box p {}
  #news-wrap .news-box p a {
    display: inline-block;
}
  #news-wrap .news-box p a::after {}
  /* ▼▼ 表示するニュース ▼▼ */
  #news-wrap .news-open {}
  /* ▼▼ もっと見る（非表示ニュース） ▼▼ */
  #news-wrap .news-more-wrap {}
  #news-wrap .news-more {}
  #news-wrap .news-more .news-box {}
  #news-wrap .news-more .news-box .data {}
  #news-wrap .news-more .news-box p {}
  #news-wrap .more-btn {}
  #news-wrap .more-btn::after {}
  #news-wrap .more-btn.open::after {}
  /*==================================

EVENTS

==================================*/
  #events-wrap {
    margin-bottom: 9em;
  }
  #events-wrap .contents-ttl {}
  #events-wrap .contents-ttl::before {}
  #events-wrap .contents-ttl::after {}
  #events-wrap .contents-ttl h2 {}
  #events-wrap .events-list {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  /* ▼▼ イベント一覧 ▼▼ */
  #events-wrap .events-list .events-box {
    width: 100%;
    margin: 3.2em 0 6em;
  }
  #events-wrap .events-list .events-box a {}
  #events-wrap .events-list .events-box a::after {
    top: -21vw;
  }
  #events-wrap .events-list .events-box:nth-child(2) a::after {}
  #events-wrap .events-list .events-box:nth-child(3) a::after {}
  #events-wrap .events-list .events-box:nth-child(4) a::after {}
  #events-wrap .events-list .events-box:nth-child(5) a::after {}
  #events-wrap .events-list .events-box:nth-child(6) a::after {}
  #events-wrap .events-list .events-box:nth-child(7) a::after {}
  #events-wrap .events-list .events-box:nth-child(8) a::after {}
  #events-wrap .events-list .events-box:nth-child(9) a::after {}
  #events-wrap .events-list .events-box .events-icon {}
  #events-wrap .events-list .events-box .events-icon::before {}
  #events-wrap .events-list .events-box h3 {}
  #events-wrap .events-list .events-box h3 img {}
  #events-wrap .events-list .events-box p {
    font-size: 100%;
  }
  #events-wrap .events-list .events-box a .events-icon.color-yellow {}
  #events-wrap .events-list .events-box a .events-icon.color-green {}
  /*==================================

お楽しみコンテンツ

==================================*/
  #fun-wrap {}
  #fun-wrap::before {
    bottom: -3em;
    left: 0;
  }
  #fun-wrap .contents-ttl {}
  #fun-wrap .contents-ttl::before {}
  #fun-wrap .contents-ttl::after {}
  #fun-wrap .contents-ttl h2 {}
  /* swiper */
  #fun-wrap .swiper.fun-list {}
  #fun-wrap .swiper.fun-list .swiper-wrapper {
    margin-left: 6vw;
  }
  #fun-wrap .swiper.fun-list .swiper-wrapper .swiper-slide {}
  #fun-wrap .swiper.fun-list .swiper-wrapper .swiper-slide a {}
  #fun-wrap .swiper.fun-list .swiper-wrapper .swiper-slide a img {}
  #fun-wrap .swiper.fun-list .swiper-wrapper .swiper-slide a p {
    font-size: 100%;
  }
  #fun-wrap .swiper.fun-list .swiper-wrapper .swiper-slide a p .bold-ct {}
  #fun-wrap .swiper.fun-list .swiper-pagination-wrap {}
  #fun-wrap .swiper.fun-list .swiper-pagination {}
  #fun-wrap .swiper.fun-list .swiper-button-prev {}
  #fun-wrap .swiper.fun-list .swiper-button-next {}
  /* 前へ次への矢印カスタマイズ */
  #fun-wrap .swiper-button-prev, .swiper-button-next {}
  #fun-wrap .swiper-button-prev {}
  #fun-wrap .swiper-button-next {}
  /* 前へ次への矢印カスタマイズ */
  #fun-wrap .swiper-button-prev::after, .swiper-button-next::after {}
  /* 前への矢印カスタマイズ */
  #fun-wrap .swiper-button-prev::after {}
  /* 次への矢印カスタマイズ */
  #fun-wrap .swiper-button-next::after {}
  /* 画像サイズ調整 */
  #fun-wrap .swiper-slide img {}
  #fun-wrap .swiper-pagination {}
  #fun-wrap .swiper-pagination-bullet {
    width: 0.8em;
  }
  #fun-wrap .swiper-pagination-bullet-active {}
  /*==================================

おすすめ商品

==================================*/
  #item-wrap {}
  #item-wrap::before {
    width: 90vw;
    bottom: -11vw;
    left: 5%;
  }
  #item-wrap .contents-ttl {}
  #item-wrap .contents-ttl::before {}
  #item-wrap .contents-ttl h2 {margin-bottom: 1em;}
  /* swiper */
  #item-wrap .swiper.item-list {}
  #item-wrap .swiper.item-list .swiper-wrapper {}
  #item-wrap .swiper.item-list .swiper-wrapper .swiper-slide {}
  #item-wrap .swiper.item-list .swiper-wrapper .swiper-slide a {}
  #item-wrap .swiper.item-list .swiper-wrapper .swiper-slide a img {}
  #item-wrap .swiper.item-list .swiper-wrapper .swiper-slide a p {}
  /*==================================

SNS

==================================*/
  #sns-wrap {}
  #sns-wrap .contents-ttl {}
  #sns-wrap .contents-ttl h2 {}
  #sns-wrap a {}
  #sns-wrap a > img {
    width: 22vw;
  }
  #sns-wrap a .insta-wrap {}
  #sns-wrap a .insta-wrap img {}
  #sns-wrap a .insta-wrap span {}
  #sns-wrap p {}
  #sns-wrap p a {}
  /*==================================

footer

==================================*/
  #footer-wrap {}
  #footer-wrap::after {
    bottom: calc(100% - 6vw);
    left: 74vw;
    width: 25vw;
  }
  #footer-wrap .contents-ttl {}
  #footer-wrap .contents-ttl h3 {}
  /* SNS */
  #footer-wrap .sns-list {
    gap: 5vw;
  }
  #footer-wrap .sns-list .sns-item {
    width: 12vw;
  }
  #footer-wrap .sns-list .sns-item a {}
  #footer-wrap .sns-list .sns-item a img {}
  /* banner */
  #footer-wrap .banner-list {}
  #footer-wrap .banner-list .banner-item {}
  #footer-wrap .banner-list .banner-item a {}
  #footer-wrap .banner-list .banner-item a {}
  #footer-wrap .banner-list .banner-item a::after {}
  #footer-wrap .banner-list .banner-item a img {
    width: 57vw;
  }
}