@charset "UTF-8";

html {
  font-size: 62.5%;
  overflow-x: hidden
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  color: var(--TEXT-text-black);
  font-weight: 400;
  box-sizing: border-box;
  overflow-x: hidden
}

@media screen and (max-width: 750px) {
  body {
    font-size: clamp(1.0rem, 4.38vw, 1.6rem);
  }
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: var(--color_red);
  text-decoration: underline;
  transition: var(--transition);
}

@media (hover: hover) {
  a:hover {opacity: .5;}
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img {
  opacity: 1;
  transition: var(--transition);
}

.pc {display:block;}
.sp {display: none;}

@media screen and (max-width: 750px) {
  .pc {display: none;}
  .sp {display: block;}
}

ul, li {list-style: none;}


/*--------------
レイアウト
--------------*/

#kosodate-fair {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

#kosodate-fair .l_container {
  max-width: 1240px;/*l_container枠_1200*/
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 1240px) {
  #kosodate-fair .l_container {
    padding: 0 calc(20/1240*100%);
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .l_container {
    padding: 0 calc(20/375*100%);
  }
}

#kosodate-fair .l_inner {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .l_inner {
    max-width: 100%;
  }
}

#kosodate-fair .relative {
  position: relative;
}

/*--------------
メソッド
--------------*/

:root {
  --BASE-TRUE-WHITE: #fff;
  --BASE-secondary-yellow:#FFFAD8;
  --BASE-bg-yellow: #FFFDEE;
  --BASE-TRUE-BLACK: #000;
  --BASE-kindness-pink: #FF5E6C;
  --BASE-safety-orange: #FF8605;
  --BASE-time-per-blue: #429EEB;

  --CORE-aeon-pink:#B80182;
  --CORE-border-aeon-pink:#F8EEF6;
  --CORE-bg-aeon-pink:#FAF4F9;

  --TEXT-text-black: #4C4B45;
  --TEXT-text-black-light: #7A7A76;
  --TEXT-text-black-strong: #383733;

  --tag-taipa-bg:#DDEEFC;
  --tag-taipa-text:#2E86DE;
  --tag-anshin-bg:#FDEBD3;
  --tag-anshin-text:#DD8A28;
  --tag-itawari-bg:#FCE1E7;
  --tag-itawari-text:#E15C7C;

  --ff_copyright: "Zen Kaku Gothic Antique", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --z_modal: 1000;
  --z_header: 100;
  --z_floating: 10;
  --transition: .5s ease-in-out;
}

/*--------------
ヘッダー
--------------*/

#kosodate-fair header {
  position: fixed;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 28px;
  padding-right: 28px;
  background: rgba(255, 255, 255, 0.7);
  z-index: var(--z_header);
  top: 0;
}

@media screen and (max-width: 1440px) {
  #kosodate-fair header {
    padding-left: calc(28/1440*100%);
    padding-right: calc(28/1440*100%);
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair header {
    width: 100%;
    height: auto;
    padding: calc(7/375*100%) calc(10/375*100%) calc(7/375*100%) calc(16/375*100%);
    /* ドロワーがはみ出せるようoverflowを解除 */
    overflow: visible;
  }
}

#kosodate-fair .header_contanier {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#kosodate-fair header h1 {
  width: 201px;
  flex-shrink: 0;
  opacity: 1 !important;
}

@media screen and (max-width: 1440px) {
  #kosodate-fair header h1 {
    width: calc(201/1384*100%);
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair header h1 {
    width: calc(57/361*100%);
  }
}

#kosodate-fair .header_contanier .pc_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-left: 28px;
}

@media screen and (max-width: 1440px) {
  #kosodate-fair .header_contanier .pc_nav {
    gap: calc(10/836*100%);
    margin-left: calc(28/836*100%);
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .header_contanier .pc_nav {
    display: none;
  }
}

#kosodate-fair .header_contanier .pc_nav li.nav_btn01,
#kosodate-fair .header_contanier .pc_nav li.nav_btn02,
#kosodate-fair .header_contanier .pc_nav li.nav_btn03,
#kosodate-fair .header_contanier .pc_nav li.nav_btn04,
#kosodate-fair .header_contanier .pc_nav li.nav_btn05 {
  padding: 10px 16px;
}

#kosodate-fair .header_contanier .pc_nav li.nav_btn01 { max-width: 79px; }
#kosodate-fair .header_contanier .pc_nav li.nav_btn02 { max-width: 112px; }
#kosodate-fair .header_contanier .pc_nav li.nav_btn03 { max-width: 96px; }
#kosodate-fair .header_contanier .pc_nav li.nav_btn04 { max-width: 208px; }
#kosodate-fair .header_contanier .pc_nav li.nav_btn05 { max-width: 159px; }

#kosodate-fair .header_contanier .pc_nav li.nav_btn06 {
  width: 132px;
}

@media screen and (max-width: 1440px) {
  #kosodate-fair .header_contanier .pc_nav li.nav_btn01,
  #kosodate-fair .header_contanier .pc_nav li.nav_btn02,
  #kosodate-fair .header_contanier .pc_nav li.nav_btn03,
  #kosodate-fair .header_contanier .pc_nav li.nav_btn04,
  #kosodate-fair .header_contanier .pc_nav li.nav_btn05 {
    padding: calc(10/836*100%) calc(16/836*100%);
  }

  #kosodate-fair .header_contanier .pc_nav li.nav_btn01 { width: calc(79/836*100%); }
  #kosodate-fair .header_contanier .pc_nav li.nav_btn02 { width: calc(112/836*100%); }
  #kosodate-fair .header_contanier .pc_nav li.nav_btn03 { width: calc(96/836*100%); }
  #kosodate-fair .header_contanier .pc_nav li.nav_btn04 { width: calc(208/836*100%); }
  #kosodate-fair .header_contanier .pc_nav li.nav_btn05 { width: calc(159/836*100%); }

  #kosodate-fair .header_contanier .pc_nav li.nav_btn06 {
    max-width: calc(132/836*100%);
  }
}

/*--------------
ハンバーガーボタン（SP用）
--------------*/

#kosodate-fair .hamburger_btn {
  display: none;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .header_contanier {
    position: relative;
    z-index: 93;
  }

  #kosodate-fair .hamburger_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
    position: relative;
    z-index: 93;
  }

  #kosodate-fair .hamburger_btn span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transform-origin: center;
  }

  /* 開いた時に✕に変形 */
  #kosodate-fair .hamburger_btn.is_active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  #kosodate-fair .hamburger_btn.is_active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  #kosodate-fair .hamburger_btn.is_active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/*--------------
PCナビ（SP非表示）
--------------*/

@media screen and (max-width: 750px) {
  #kosodate-fair .pc_nav {
    display: none;
  }
}

/*--------------
SPドロワーメニュー（全画面展開）
--------------*/

#kosodate-fair .sp_drawer {
  display: none;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .sp_drawer {
    display: block;
    position: fixed;  /* fixedで全画面に */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;    /* ブラウザ全高 */
    /* 上72pxを白、それ以降を黄色に */
    background: linear-gradient(
      to bottom,
      #ffffff 16.0vw,
      var(--BASE-thirdly-yellow, #FEF7CC) 16.0vw
    );
    z-index: 92;      /* header_contanier(93)より下 */
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.4s ease,
      visibility 0.4s ease;
    overflow-y: auto; /* ドロワー内コンテンツが多い場合のみスクロール */
    padding-bottom: 40px;
  }

  #kosodate-fair .sp_drawer.is_active {
    opacity: 1;
    visibility: visible;
  }

  /* SPナビリスト：ヘッダー分の高さを上部パディングで確保 */
  #kosodate-fair .sp_nav {
    /* ヘッダーの高さ分(約54px)＋余白で押し下げる */
    margin: calc(54px + calc(40/375*100%)) calc(40/375*100%) 0;
    padding: 0;
  }

  #kosodate-fair .sp_nav li {
    border-bottom: 1px dashed var(--BORDER-border, #B8B5A6);
  }

  #kosodate-fair .sp_nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(20/375*100%) 0;
    text-decoration: none;
    color: var(--TEXT-text-black-strong, #383733);
    font-size: 1.8rem;
    font-weight: 700;
  }

  #kosodate-fair .sp_nav li a .nav_arrow {
    width: 19px;
    height: auto;
    flex-shrink: 0;
  }

  /* キャンペーンボタン */
  #kosodate-fair .sp_drawer_campaign {
    padding: calc(44/375*100%) 0 0;
  }

  #kosodate-fair .campaign_btn {
    display: block;
    width: calc(296/375*100%);
    margin: 0 auto;
  }

  #kosodate-fair .campaign_btn img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/*--------------
オーバーレイ（不要のため非表示）
--------------*/

#kosodate-fair .drawer_overlay {
  display: none !important;
}


/*--------------
メイン
--------------*/

#kosodate-fair main {
  background: var(--BASE-secondary-yellow);
  margin-top: 72px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair main {
    margin-top: calc(60/375*100%);
  }
}

#kosodate-fair .hero_contanier {
  padding: 30px 34px 33px;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .hero_contanier {
    padding: calc(30/1000*100%) calc(34/1000*100%) calc(33/1000*100%);
  }
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .hero_contanier {
    padding: calc(14/375*100%);
  }
}

#kosodate-fair .hero {
  max-width:1020px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .hero {
    border-radius: 3.2vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .hero {
    border-radius: 4.266vw;
  }
}

#kosodate-fair .contents {
  background-color: var(--BASE-bg-yellow, #FFFDEE);
  background-image: url("/kosodate-fair/images/img_bg_dotted_circles.png"), url("/kosodate-fair/images/img_bg_circles.png");
  background-repeat: repeat-y, repeat-y;
  background-position: center -500px, center 200px;
  background-size: 115%, contain;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .contents {
    background-position: center -50vw, center 20vw;
  }
}

@media screen and (max-width: 375px) {   
  #kosodate-fair .contents {
    background-position: center -10vw, center 20vw;
    background-size: 120%, contain;
  }
}

/*--------------
リード
--------------*/
#kosodate-fair #sec_lead {
  background: var(--BASE-secondary-yellow);
}

#kosodate-fair .l_container_lead {
  max-width: 627px;/*579px*/
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .l_container_lead {
    padding: 0 calc(24/375*100%);
  }
}

#kosodate-fair .lead_ttl {
  width: 456px;
  padding-top: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .lead_ttl {
    width: calc(273/327*100%);
    padding-top: calc(40/327*100%);
  }
}

#kosodate-fair .lead_txt_image {
  width: 100%;
  margin: 40px auto 0;
  padding-bottom: 147px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .lead_txt_image {
    width: calc(246/327*100%);
    margin: calc(28/327*100%) auto 0;
    padding-bottom: calc(104/327*100%);
  }
}

#kosodate-fair #sec_lead .swallow_l {
  transform: scaleX(-1);
  width: 62px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 356px 0 0 -133px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair #sec_lead .swallow_l {
    width: calc(39/375*100%);
    margin: calc(244/375*100%) 0 0 calc(21/375*100%);
  }
}

#kosodate-fair #sec_lead .swallow_r {
  width: 52px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 129px -150px 0 0;
}

@media screen and (max-width: 750px) {
  #kosodate-fair #sec_lead .swallow_r {
    width: calc(32/375*100%);
    margin: calc(169/375*100%) calc(22/375*100%) 0 0;
  }
}

#kosodate-fair #sec_lead .arch {
  width: 517px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 48px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair #sec_lead .arch {
    width: calc(160/375*100%);
    margin: 0 auto calc(58/375*100%);
  }
}

#kosodate-fair #sec_lead .humans01 {
  width: 108px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 0 -108px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair #sec_lead .humans01 {
    width: calc(66/375*100%);
    margin: 0 0 0 calc(41/375*100%);
  }
}

#kosodate-fair #sec_lead .humans02 {
  width: 129px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -94px 0 0;
}

@media screen and (max-width: 750px) {
  #kosodate-fair #sec_lead .humans02 {
    width: calc(82/375*100%);
    margin: 0 calc(48/375*100%) 0 0;
  }
}

#kosodate-fair #sec_lead .bud01 {
  width: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 0 -181px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair #sec_lead .bud01 {
    width: calc(34/375*100%);
    margin: 0 0 0 calc(12/375*100%);
  }
}

#kosodate-fair #sec_lead .bud02 {
  transform: scaleX(-1);
  width: 46px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -166px 0 0;
}


@media screen and (max-width: 750px) {
  #kosodate-fair #sec_lead .bud02 {
    width: calc(29/375*100%);
    margin: 0 calc(12/375*100%) 0 0;
  }
}

/*--------------
ムービー
--------------*/
#kosodate-fair .movie_container {
  padding-top: 112px;
}

@media screen and (max-width: 1240px) {
  #kosodate-fair .movie_container {
    padding-top: calc(112/1240*100%);
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .movie_container {
    padding-top: calc(32/335*100%);
  }
}

#kosodate-fair .movie_wrapper {
  max-width: 880px;
  margin: 0 auto;
  padding: 64px 120px;
  border-radius: 31px;
  background: var(--BASE-TRUE-WHITE) url('/kosodate-fair/images/img_bg_front_movie_pc.png') no-repeat center center / cover;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .movie_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: calc(32/335*100%) calc(24/335*100%) calc(24/335*100%);
    border-radius: 3.2vw;
    background: var(--BASE-TRUE-WHITE) url('/kosodate-fair/images/img_bg_front_movie_sp.png') no-repeat center center / cover;
  }
}

#kosodate-fair .movie_sample {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .movie_sample {
    border-radius: 2.666vw;
  }
}

#kosodate-fair .movie_sample::after {
  content:"";
  background: url('/kosodate-fair/images/icon_play_button.svg') no-repeat center / contain;
  width: calc(80/640*100%);
  padding-top: calc(80/640*100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .movie_sample::after {
    width: calc(40/287*100%);
    padding-top: calc(40/287*100%);
  }
}


#kosodate-fair .movie_txt {
  width: calc(320/640*100%);
  margin: calc(24/640*100%) auto 0;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .movie_txt {
    width: calc(200/287*100%);
    margin: calc(24/287*100%) auto 0;
  }
}

/*--------------
ヒント
--------------*/
#kosodate-fair .hint_ttl {
  width: 225px;
  margin: 0 auto;
  padding-top: 96px;
}

@media screen and (max-width: 1240px) {
  #kosodate-fair .hint_ttl {
    width: calc(225/1240*100%);
    margin: 0 auto;
    padding-top: calc(96/1240*100%) ;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .hint_ttl {
    width: calc(137/335*100%);
    margin: 0 auto;
    padding-top: calc(24/335*100%) ;
  }
}

/* ---------- Embla ---------- */

#kosodate-fair .embla_container{
  position:relative;
  padding:36px 0 0;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .embla_container{
    padding:3.6vw 0 0;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .embla_container{
    padding:calc(24/375*100%) 0 calc(32/375*100%);
  }
}

#kosodate-fair .embla{
  position:relative;
}

#kosodate-fair .embla__viewport{
  overflow:hidden;
  width:100%;
  padding:36px 0 32px 0;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .embla__viewport{
    padding:3.6vw 0 3.2vw 0;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .embla__viewport{
    padding:calc(24/375*100%) 0 calc(32/375*100%);
  }
}

#kosodate-fair .embla__container{
  display:flex;
  touch-action:pan-y pinch-zoom;
  /* gap:24px; */
}

#kosodate-fair .embla__slide{
  flex:0 0 auto;
  width:min(44.8vw, 384px);
  min-width:0;
  margin-right:24px;
  display:block;
  cursor:pointer;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .embla__slide{
    margin-right:2.4vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .embla__slide{
    margin-right:calc(12/375*100%);
  }
}

#kosodate-fair .hint-card{
  background:var(--BASE-TRUE-WHITE);
  border-radius:10px;
  overflow:hidden;
  box-shadow:3px 3px 3px rgba(120,100,60,0.08);
  height:100%;
  display:flex;
  flex-direction:column;
  padding:20px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .hint-card{
    border-radius:1.0vw;
    padding:2.0vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .hint-card{
    border-radius:2.133vw;
    box-shadow:3px 3px 3px rgba(120,100,60,0.08);
    padding:calc(12/168*100%);
  }
}

#kosodate-fair .hint-card__photo{
  width:100%;
  aspect-ratio:16/9.2;
  object-fit:cover;
  display:block;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .hint-card__photo {
    aspect-ratio: 1/1;
  }
}

#kosodate-fair .hint-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px;
  display:block;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .hint-card__photo img{
    border-radius:1.0vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .hint-card__photo img{
    border-radius:2.133vw;
  }
}

#kosodate-fair .hint-card__body{
  padding:12px 0 0;
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:22px;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .hint-card__body{
    padding:1.2vw 0 0;
    gap:2.2vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .hint-card__body{
    padding:calc(12/144*100%) 0 0;
    gap:5.866vw;
  }
}

#kosodate-fair .hint-card__title{
  color: var(--TEXT-text-black, #4C4B45);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 167.5%; /* 40.2px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .hint-card__title{
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .hint-card__title{
    font-size: clamp(1.0rem, 3.466vw, 2.6rem);
    line-height: 140%; /* 18.2px */
  }
}

#kosodate-fair .hint-tag{
  width:8em;
  display:inline-block;
  align-self:flex-start;
  text-align:center;
  font-size:1.5rem;
  font-weight:800;
  line-height: 150%; /* 22.5px */
  padding:4px 0;
  border-radius:999px;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .hint-tag{
    font-size:1.5vw;
    padding:.4vw 0;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .hint-tag{
    font-size:clamp(1.0rem, 2.666vw, 2.0rem);
    line-height: 100%; /* 10px */
    padding:1.066vw 0;
  }
}

#kosodate-fair .hint-tag--taipa{ background:var(--tag-taipa-bg); color:var(--tag-taipa-text); }
#kosodate-fair .hint-tag--anshin{ background:var(--tag-anshin-bg); color:var(--tag-anshin-text); }
#kosodate-fair .hint-tag--itawari{ background:var(--tag-itawari-bg); color:var(--tag-itawari-text); }


/* ▽ モーダル --------------*/

#kosodate-fair .modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none; /* ←これが効くようにする */
}

/* 表示時だけflex */
#kosodate-fair .modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* 背景 */
#kosodate-fair .modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

/* 中身 */
#kosodate-fair .modal_content {
  position: relative;
  width: 100%;
  max-width: 680px;
  /* max-height: 70vh; */
  background: var(--BASE-TRUE-WHITE);
  border-radius: 12px;
  /* overflow: hidden; */
  overflow: visible;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .modal_content {
    border-radius: 1.2vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .modal_content {
    border-radius: 3.2vw;
  }
}

#kosodate-fair .modal_content.-detail {
  padding: 0;
}

#kosodate-fair .modal_body {
  padding: calc(48/680*100%);
  flex: 1;
  position: relative;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .modal_body {
    padding: calc(40/335*100%);
  }
}

#kosodate-fair .modal_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%; /* 36px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .modal_ttl {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .modal_ttl {
    font-size: clamp(1.0rem, 5.333vw, 4.0rem);
  }
}

#kosodate-fair .modal--taipa {color: var(--BASE-time-per-blue, #429EEB);}
#kosodate-fair .modal--anshin {color: var(--BASE-safety-orange, #FF8605);}
#kosodate-fair .modal--itawari {color: var(--BASE-kindness-pink, #FF5E6C);}

#kosodate-fair .modal_text {
  color: var(--TEXT-text-black);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 167.5%; /* 26.8px */
  margin-top: calc(16/584*100%);
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .modal_text {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .modal_text {
    font-size: clamp(1.0rem, 3.733vw, 2.8rem);
  }
}

#kosodate-fair .modal_btn {
  width: calc(488/584*100%);
  margin: calc(24/584*100%) auto 0;
  display: block;
  padding: calc(12/584*100%) 0;
  text-align: center;
  color: var(--BASE-TRUE-WHITE);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 9999px;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .modal_btn {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .modal_btn {
    width: 100%;
    margin: calc(24/255*100%) auto 0;
    padding: calc(12/255*100%) 0;
    font-size: clamp(1.0rem, 3.2vw, 2.4rem);
  }
}

#kosodate-fair .btn--taipa {background-color:var(--BASE-time-per-blue, #429EEB); }
#kosodate-fair .btn--anshin {background-color:var(--BASE-safety-orange, #FF8605); }
#kosodate-fair .btn--itawari {background-color:var(--BASE-kindness-pink, #FF5E6C); }


/* 閉じるボタン */
#kosodate-fair .modal_close {
  display: block;
  width: 80px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  margin: 24px 24px 0 0;
  transition: var(--transition);
  background: none;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .modal_close {
    width: 8.0vw;
    margin: 2.4vw 2.4vw 0 0;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .modal_close {
    width: calc(40/375*100%);
    margin: calc(16/375*100%) calc(16/375*100%) 0;
  }
}

#kosodate-fair .modal_close:hover {opacity: .5;}



/*--------------
テーマで探す
--------------*/
#kosodate-fair .theme_ttl {
  width: 262px;
  margin: 0 auto;
  padding-top: 72px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .theme_ttl {
    width: calc(160/335*100%);
    margin: 0 auto;
    padding-top: calc(24/335*100%);
  }
}

#kosodate-fair .theme_wrapper {
  margin: 48px auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: calc(32/1200*100%);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .theme_wrapper {
    margin: calc(24/335*100%) auto 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6.4vw;
  }
}

#kosodate-fair .theme_wrapper li {
  max-width: 352px;
  background: var(--BASE-TRUE-WHITE);
  border-radius: 9999px;
  display: block;
  box-shadow:3px 3px 3px rgba(120,100,60,0.08);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .theme_wrapper li {
    max-width: 100%;
    width: 100%;
    box-shadow:3px 3px 3px rgba(120,100,60,0.08);
  }
}

/*--------------
おすすめの商品
--------------*/

#kosodate-fair .osusume_ttl {
  width: 262px;
  padding-top: 144px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .osusume_ttl {
    width: calc(160/335*100%);
    padding-top: calc(48/335*100%);
  }
}

/* ----- スワイパー ----- */

.osusume_swiper {
  max-width: 1440px;
  position: relative;
  margin: 48px auto 0;
}

@media screen and (max-width: 750px) {
  .osusume_swiper {
    width: 100%;
    margin: calc(24/375*100%) auto 0;
    padding: 0 calc(20/375*100%);
  }
}

.osusume_swiper_body {
  width: calc(1200/1440*100%);
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 750px) {
  .osusume_swiper_body {
    width: 100%;
    padding: 0 calc(24/335*100%);
  }
}

.osusume_swiper_main {
  width: 100%;
  overflow: hidden;
}


.osusume_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  width: calc(273/1200*100%);
  height: auto;
  gap: 16px;
}

.osusume_swiper .swiper-slide .img_wrap {
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  padding: calc(20/278*100%);
  background: var(--BASE-TRUE-WHITE);
}

.osusume_swiper .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.osusume_swiper .swiper-slide ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  margin-top: 16px;
}

@media screen and (max-width: 750px) {
  .osusume_swiper .swiper-slide ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3.1vw;
    margin-top: 3.1vw;
  }
}

.osusume_swiper .swiper-slide ul li.name {
  color: var(--TEXT-text-black-strong);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width: 1000px) {
  .osusume_swiper .swiper-slide ul li.name {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 750px) {
  .osusume_swiper .swiper-slide ul li.name {
    font-size: clamp(1.0rem, 3.733vw, 2.8rem);
  }
}

.osusume_swiper .swiper-slide ul li.btn a {
  width: 100%;
  padding: 8px 0;
  border-radius: 9999px;
  border: 3px solid var(--CORE-accent-aeon-pink, #ECBADD);
  background: var(--BASE-TRUE-WHITE, #FFF);
  color: var(--CORE-aeon-pink, #B80182);
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 150%;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .osusume_swiper .swiper-slide ul li.btn a {
    padding: .8vw 0;
    border: .3vw solid var(--CORE-accent-aeon-pink, #ECBADD);
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 750px) {
  .osusume_swiper .swiper-slide ul li.btn a {
    width: 100%;
    padding: 1.6vw 0;
    border: 0.4vw solid var(--CORE-accent-aeon-pink, #ECBADD);
    font-size: clamp(1.0rem, 3.2vw, 2.4rem);
  }
}

/* ----- ナビゲーション ----- */

.osusume_swiper_prev,
.osusume_swiper_next {
  position: absolute;
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .osusume_swiper_prev,
  .osusume_swiper_next {
    width: calc(72/375*100%);
    background: var(--BASE-TRUE-WHITE);
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(120,100,60,0.08);
  }
}

.osusume_swiper_prev::after,
.osusume_swiper_next::after {
  display: none;
}

.osusume_swiper_prev {
  left: 0;
  margin-left: calc(52/1440*100%);
  background: url("/kosodate-fair/images/icon_arrow_carousel_control_pc.svg") no-repeat center / contain;
}

@media screen and (max-width: 750px) {
  .osusume_swiper_prev {
    left: 0;
    margin-left: calc(-36/375*100%);
    background: url("/kosodate-fair/images/btn_grid_carousel_control_sp.svg") no-repeat center / contain;
  }
}

.osusume_swiper_next {
  right: 0;
  margin-right: calc(52/1440*100%);
  background: url("/kosodate-fair/images/icon_arrow_carousel_control_pc.svg") no-repeat center / contain;
  transform: scaleX(-1);
}

@media screen and (max-width: 750px) {
  .osusume_swiper_next {
    right: 0;
    margin-right: calc(-36/375*100%);
    background: url("/kosodate-fair/images/btn_grid_carousel_control_sp.svg") no-repeat center / contain;
    transform: scaleX(-1);
  }
}



/* SP: スライド内の2アイテムレイアウト */
@media screen and (max-width: 750px) {
  .sp .osusume_swiper .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto;  /* 2段 */
    gap: 3.2vw;
    height: auto;
  }

  .sp .osusume_swiper .osusume_swiper_item {
    display: flex;
    flex-direction: column;
  }

  .pointer_none {
    pointer-events: none;
  }

  .sp .osusume_swiper .osusume_swiper_item .img_wrap {
    width: 100%;
    aspect-ratio: 1/1;
    padding: calc(10/160*100%);
    background: var(--BASE-TRUE-WHITE);
  }

  .sp .osusume_swiper .osusume_swiper_item ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3.1vw;
    margin-top: 3.1vw;
  }
}

/* ----- スワイパー ここまで ----- */



/*--------------
お楽しみイベント・体操_セクション
--------------*/

#kosodate-fair .event_ttl {
  width: 412px;
  margin: 0 auto;
  padding-top: 144px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_ttl {
    width: calc(251/335*100%);
    margin: 0 auto;
    padding-top: calc(48/335*100%);
  }
}

#kosodate-fair .event_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:32px calc(32/960*100%);
  margin: calc(48/960*100%) auto 0;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap:4.266vw;
    margin: calc(24/335*100%) auto 0;
  }
}

#kosodate-fair .event_wrapper {
  width: calc(464/960*100%);
  padding: calc(40/960*100%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  border: 2px solid var(--CORE-border-aeon-pink, #F8EEF6);
  background: var(--BASE-TRUE-WHITE, #FFF);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_wrapper {
    width: 100%;
    padding: calc(28/335*100%);
    gap: 4.266vw;
  }
}

#kosodate-fair .event_wrapper_illust {
  width: calc(464/960*100%);
  display: flex;
  justify-content:flex-end;
  align-items: flex-end;
}

#kosodate-fair .event_wrapper_illust::after {
  content: "";
  background: url('/kosodate-fair/images/img_illust_humans_left.svg') no-repeat center / contain;
  width: calc(123/464*100%);
  padding-top: calc(146/464*100%);
  margin-right: calc(24/464*100%);
  display: block;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_wrapper_illust {
    display: none;
  }
}

#kosodate-fair .event_wrapper_ttl_wrap {
  display: flex;
  flex-direction: column;
}

#kosodate-fair .event_wrapper_ttl_wrap .company {
  display: flex;
  align-items: center;
  gap: calc(10/384*100%); 
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_wrapper_ttl_wrap .company {
    gap: calc(10/279*100%);
  }
}

#kosodate-fair .event_wrapper_ttl_wrap .company .logo {
  width: calc(64/384*100%);
  aspect-ratio: 1/1;
  display: block;
  background: var(--BASE-TRUE-WHITE);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_wrapper_ttl_wrap .company .logo {
    width: calc(64/279*100%);
  }
}

#kosodate-fair .event_wrapper_ttl_wrap .company .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#kosodate-fair .company_text {
  flex:1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .company_text {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .company_text {
    font-size: clamp(1.0rem, 4.266vw, 3.2rem);
  }
}

#kosodate-fair .event_tv_image {
  width: 100%;
  padding: calc(15.4/384*100%) 0 calc(19.2/384*100%);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_tv_image {
    width: 100%;
    padding: calc(6/279*100%) 0 calc(7/297*100%);
  }
}

#kosodate-fair .event_combi_image_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:calc(10/384*100%);
  margin: calc(16/384*100%) auto calc(12/384*100%);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_combi_image_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:8.6vw;
    margin: calc(16/279*100%) auto calc(12/279*100%);
  }
}

#kosodate-fair .event_combi_image01 {
  width: calc(172/384*100%);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_combi_image01 {
    width: 100%;
  }

  #kosodate-fair .event_combi_image01 img {
    width: calc(215/279*100%);
    margin: 0 auto;
  }
}

#kosodate-fair .event_combi_image02 {
  width: calc(202/384*100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:6px;
}

#kosodate-fair .event_combi_image02 img {
  width: calc(99/202*100%);
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_combi_image02 {
    width: 100%;
  }

  #kosodate-fair .event_combi_image02 img {
    width: calc(99/279*100%);
    margin: 0 auto;
  }
}

#kosodate-fair .event_combi_image02 p {
  color: var(--TEXT-text-black, #4C4B45);
  text-align: center;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 150%; /* 15px */
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_combi_image02 p {
    font-size: clamp(1.0rem, 2.666vw, 2.0rem);
  }
}

#kosodate-fair .event_tt_image {
  width: calc(224/384*100%);
  margin: calc(16/384*100%) auto 0;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_tt_image {
    width: calc(244/279*100%);
    margin: calc(16/279*100%) auto 0;
  }
}

#kosodate-fair .event_combi_image_notes {
  color: var(--TEXT-text-black, #4C4B45);
  text-align: center;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 150%; /* 15px */
  margin: 6px auto 0;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .event_combi_image_notes {
    font-size: 1.0vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_combi_image_notes {
    font-size: clamp(1.0rem, 2.6vw, 2.0rem);
  }
}

#kosodate-fair .event_wrapper_ttl {
  color: var(--CORE-aeon-pink, #B80182);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 167.5%; /* 33.5px */
  padding: calc(6/384*100%) 0;
  margin-top: calc(12/384*100%);
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .event_wrapper_ttl {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_wrapper_ttl {
    font-size: clamp(1.0rem, 4.266vw, 3.2rem);
    font-weight: 700;
    padding: calc(4/295*100%) 0;
    margin-top: calc(6/295*100%);
  }
}

#kosodate-fair .event_day {
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 150%; /* 18px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .event_day {
    font-size: 1.2vw;
  }
}

#kosodate-fair .event_day + .event_day {
  margin-top: 4px;
}


@media screen and (max-width: 750px) {
  #kosodate-fair .event_day {
    font-size: clamp(1.0rem, 3.2vw, 2.4rem);
    margin-top: calc(10/295*100%);
  }
}

#kosodate-fair .event_day_text {
  flex:1;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 150%; /* 18px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .event_day_text {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_day_text {
    font-size: clamp(1.0rem, 3.2vw, 2.4rem);
  }
}

#kosodate-fair .event_line,
#kosodate-fair .event_line02 {
  background-image: repeating-linear-gradient(90deg, #E0DED0, #E0DED0 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

#kosodate-fair .event_line {
  margin-bottom: 8px;
  padding-bottom: 8px;
}

#kosodate-fair .event_line02 {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

#kosodate-fair .event_notes {
  margin-top: 4px;
  color: var(--TEXT-text-black-light, #7A7A76);
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 150%; /* 15px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .event_notes {
    font-size: 1.0vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_notes {
    font-size: clamp(1.0rem, 2.666vw, 2.0rem);
  }
}

#kosodate-fair .event_box {
  display: flex;
  justify-content: center;
  gap: calc(10/384*100%);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_box {
    gap: calc(10/279*100%);
  }
}

#kosodate-fair .event_box_text {
  flex: 1;
  color: var(--CORE-aeon-pink, #B80182);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 167.5%; /* 33.5px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .event_box_text {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_box_text {
    font-size: clamp(1.0rem, 4.266vw, 3.2rem);
  }
}

#kosodate-fair .event_box_image,
#kosodate-fair .event_box_image02 {
  width: calc(103/384*100%);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_box_image,
  #kosodate-fair .event_box_image02 {
    width: calc(103/279*100%);
  }
}

#kosodate-fair .event_box_image p {
  margin-top: 10px;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 150%; /* 15px */
  color: var(--TEXT-text-black-light, #7A7A76);
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .event_box_image p {
    font-size: 1.0vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .event_box_image p {
    font-size: clamp(1.0rem, 2.666vw, 2.0rem);
  }
}

#kosodate-fair .event_box_image img{
  box-sizing: border-box;
}

#kosodate-fair .kosodate_wrapper {
  margin: calc(80/960*100%) auto 0;
  border-radius: 24px;
  border: 4px solid var(--CORE-border-aeon-pink);
  background: var(--BASE-TRUE-WHITE);
  padding: calc(88/960*100%) calc(64/960*100%) calc(64/960*100%) calc(64/960*100%);
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_wrapper {
    margin: calc(28/327*100%) auto 0;
    border-radius: 5.333vw;
    padding: calc(36/327*100%) calc(24/327*100%) calc(36/327*100%) calc(24/327*100%);
    box-sizing:content-box;
  }
}

#kosodate-fair .kosodate_wrapper_ttl {
  width:calc(623/832*100%);
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_wrapper_ttl {
    width:100%;
    margin: 0 auto;
  }
}

.kosodate_wrapper_text {
  color: var(--TEXT-text-black);
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 195.5%; /* 43.01px */
}

.kosodate_wrapper_text p + p {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .kosodate_wrapper_text {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 750px) {
  .kosodate_wrapper_text {
    font-size: 18px;
    font-size: clamp(1.0rem, 4.7vw, 3.6rem);
    line-height: 167.5%; /* 30.15px */
    text-align: left;
  }

  .kosodate_wrapper_text p + p {
    margin-top: 1em;
  }
}

#kosodate-fair .kosodate_day {
  border-bottom: 4px solid var(--CORE-border-aeon-pink);
  padding-bottom: calc(16/833*100%);
  margin-top: calc(24/833*100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  text-align: center;
  color: var(--CORE-aeon-pink);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_day {
    border-bottom: 2px solid var(--CORE-border-aeon-pink);
    padding-bottom: calc(16/287*100%);
    margin-top: calc(24/287*100%);
    gap: 8px;
  }
}

#kosodate-fair .kosodate_day_ttl {
  font-size: 3.2rem;
  color: var(--CORE-aeon-pink, #B80182);
  text-align: center;
  font-weight: 700;
  line-height: 150%; /* 39px */
  margin: calc(32/832*100%) auto 0;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .kosodate_day_ttl {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_day_ttl {
    font-size: clamp(1.0rem, 4.8vw, 3.6rem);
    margin: calc(24/287*100%) auto 0;
  }
}

#kosodate-fair .kosodate_day p {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 33px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .kosodate_day p {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_day p {
    font-size: clamp(1.0rem, 3.733vw, 2.8rem);
    text-align: left;
    margin: 0 auto;
    width: fit-content;
  }
}

#kosodate-fair .kosodate_shop_container {
  margin-top: calc(32/832*100%);
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px calc(16/832*100%);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_shop_container {
    margin-top: calc(20/287*100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 4.266vw;
  }
}

#kosodate-fair .kosodate_shop_container li {
  display: flex;
  width: calc(266/832*100%);
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--BASE-TRUE-WHITE);
  background: var(--CORE-bg-aeon-pink);
  color: var(--CORE-aeon-pink);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 167.5%; /* 30.15px */
  padding: 20px 0;
  gap:18px;
}

#kosodate-fair .kosodate_shop_container li span {
  font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .kosodate_shop_container li {
    font-size: 1.8vw;
  }

  #kosodate-fair .kosodate_shop_container li span {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_shop_container li {
    display: flex;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    font-size: clamp(1.0rem, 4.266vw, 3.2rem);
    padding: calc(20/287*100%) 0 calc(24/287*100%);
  }

  #kosodate-fair .kosodate_shop_container li span {
    font-size: clamp(1.0rem, 4.266vw, 3.2rem);
  }
}

#kosodate-fair .kosodate_shop_container li .btn_chirashi {
  width:calc(200/266*100%);
  position: relative;
  border-radius: 9999px;
  background: var(--CORE-aeon-pink, #B80182);
  padding: calc(8/266*100%) 0;
  color: var(--BASE-TRUE-WHITE);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .kosodate_shop_container li .btn_chirashi {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_shop_container li .btn_chirashi {
    width:calc(200/287*100%);
    padding: calc(10/287*100%) 0;
    font-size: clamp(1.0rem, 3.2vw, 2.4rem);
  }
}

#kosodate-fair .kosodate_shop_container li .btn_chirashi p {
  display: flex;
  justify-content: center;
  align-items: center;
}

#kosodate-fair .kosodate_shop_container li .btn_chirashi p::after {
  content: url('/kosodate-fair/images/icon_chevron_right.svg');
  display: block;
  margin-top: 2.5px;
  width: 16px;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .kosodate_shop_container li .btn_chirashi p::after {
    width: 1.6vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_shop_container li .btn_chirashi p::after {
    width: 4.266vw;
  }
}

#kosodate-fair .kosodate_shop_container + .kosodate_day {
  margin: calc(64/832*100%) auto 0;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_shop_container + .kosodate_day {
    margin: calc(48/287*100%) auto 0;
  }
}

#kosodate-fair .kosodate_notes {
  color: var(--TEXT-text-black-light);
  font-size: 1.4rem;
  line-height: 100%; /* 14px */
  margin-top: calc(20/832*100%);
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .kosodate_notes {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .kosodate_notes {
    font-size: clamp(1.0rem, 3.2vw, 2.4rem);
    margin-top: calc(16/287*100%);
    line-height: 150%; /* 18px */
  }
}


/*--------------
イオンの取組・サービス
--------------*/
#kosodate-fair .service_ttl {
  width: calc(414/960*100%);
  margin: calc(144/960*100%) auto 0;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_ttl {
    width: calc(252/335*100%);
    margin: calc(48/335*100%) auto 0;
  }
}

#kosodate-fair .service_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:40px calc(40/960*100%);
  margin: calc(48/960*100%) auto 0;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_container {
    flex-direction: column;
    gap:7.164vw;
    margin: calc(24/335*100%) auto 0;
  }
}

#kosodate-fair .service_wrapper {
  width: calc(460/960*100%);
  border-radius: 12px;
  box-shadow:3px 3px 3px rgba(120,100,60,0.08);
  display: flex;
  flex-direction: column; 
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_wrapper {
    width: 100%;
  }
}

#kosodate-fair .service_wrapper_ttl {
  border-radius: 12px 12px 0 0;
  background: var(--BASE-service-green, #40A677);
  padding: calc(12/490*100%);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: var(--BASE-TRUE-WHITE);
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .service_wrapper_ttl {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_wrapper_ttl {
    padding: calc(12/335*100%);
    font-size: clamp(1.0rem, 4.8vw, 3.6rem);
  }
}

#kosodate-fair .service_wrapper_contents {
  background: var(--BASE-TRUE-WHITE);
  border-radius: 0 0 12px 12px;
  padding: calc(24/490*100%);
  display: flex;
  flex-direction: column;
  gap:24px;
  flex: 1; 
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_wrapper_contents {
    padding: calc(24/335*100%);
    gap:8.533vw;
  }
}

#kosodate-fair .service_wrapper_contents ul {
  display: flex;
  flex-direction: column;
  gap:8px;
  flex: 1;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_wrapper_contents ul {
    gap:2.133vw;
  }
}

#kosodate-fair .service_wrapper_company {
  display: flex;
  align-items: center;
  gap: calc(6/412*100%);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_wrapper_company {
    gap: calc(6/287*100%);
  }
}

#kosodate-fair .service_wrapper_company_logo {
  width: calc(54/412*100%);
  /* padding: calc(6/412*100%);  */
  margin-right: 0.5vw;
  aspect-ratio: 1/1;
  display: block;
  background: var(--BASE-TRUE-WHITE);
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_wrapper_company_logo {
    width: calc(52/287*100%);
    /* padding: calc(6/287*100%); */
    margin-right: 0.5vw;
  }
}

#kosodate-fair .service_wrapper_company_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


#kosodate-fair .service_wrapper_company_name {
  color: var(--TEXT-text-black-strong, #383733);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .service_wrapper_company_name {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_wrapper_company_name {
    font-size: clamp(1.0rem, 4.8vw, 3.6rem);
  }
}

#kosodate-fair .service_wrapper_contents_text {
  flex: 1;
  color: var(--TEXT-text-black, #4C4B45);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 167.5%; /* 23.45px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .service_wrapper_contents_text {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_wrapper_contents_text {
    font-size: clamp(1.0rem, 3.7333vw, 2.8rem);
  }
}

#kosodate-fair .service_wrapper_btn {
  width: calc(340/412*100%);
  border-radius: 9999px;
  background: var(--BASE-service-green, #40A677);
  padding: calc(10/412*100%) 0;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_wrapper_btn {
    width: calc(231/287*100%);
    padding: calc(10/287*100%) 0;
  }
}

#kosodate-fair .service_wrapper_btn p {
  color: var(--BASE-TRUE-WHITE, #FFF);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .service_wrapper_btn p {
    font-size: 1.4vw;
    gap:1.0vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .service_wrapper_btn p {
    font-size: clamp(1.0rem, 3.7333vw, 2.8rem);
    gap:1.0vw;
  }
}

#kosodate-fair .service_wrapper_btn p::after {
  content: url('/kosodate-fair/images/icon_arrow_right.svg');
  display: block;
  margin-top: 2.5px;
  width: 16px;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .service_wrapper_btn p::after {
    width: 1.6vw;
  }
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .service_wrapper_btn p::after {
    width: 4.266vw;
  }
}

#kosodate-fair .btn_service {
  width: calc(552/960*100%);
  margin: calc(72/960*100%) auto 0;
  border-radius: 2000px;
  border: 4px solid var(--BASE-service-border-green, #D9ECE3);
  background: var(--BASE-service-green, #40A677);
  box-sizing: border-box;
  color: var(--BASE-TRUE-WHITE, #FFF);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%; /* 33px */
  padding: calc(16/960*100%) 0;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .btn_service {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .btn_service {
    width: calc(303/335*100%);
    margin: calc(44/335*100%) auto 0;
    font-size: clamp(1.0rem, 4.266vw, 3.2rem);
    padding: calc(16/335*100%) 0;
  }
}

/*--------------
キャンペーン情報
--------------*/
#kosodate-fair .info_ttl {
  width: calc(300/960*100%);
  margin: calc(144/960*100%) auto 0;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .info_ttl {
    width: calc(183/335*100%);
    margin: calc(48/335*100%) auto 0;
  }
}

#kosodate-fair .info_banner {
  width: 100%;
  margin: calc(64/960*100%) auto 0;
  display: block;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .info_banner {
    margin: calc(24/335*100%) auto 0;
  }
}


/*--------------
本取組実施のイオングループ企業
--------------*/

/* #kosodate-fair #sec_group {
  scroll-margin-top: 92px;
} */

#kosodate-fair .group_ttl {
  width: calc(576/960*100%);
  margin: calc(144/960*100%) auto 0;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .group_ttl {
    width: calc(202/335*100%);
    margin: calc(48/335*100%) auto 0;
  }
}

#kosodate-fair .group_wrapper {
  width: 100%;
  margin: calc(48/960*100%) auto 0;
  padding: calc(40/960*100%) calc(56/960*100%);
  border-radius: 10px;
  background: var(--BASE-TRUE-WHITE, #FFF);
  color: #666;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 167.5%; /* 36.85px */
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .group_wrapper {
    width: 100%;
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .group_wrapper {
    width: 100%;
    margin: calc(24/335*100%) auto 0;
    padding: calc(32/335*100%);
    color: #666;
    font-size: clamp(1.0rem, 3.733vw, 2.8rem);
    font-weight: 600;
    line-height: 167.5%; /* 36.85px */
  }
}

/*--------------
バナー
--------------*/
#kosodate-fair .sec_banner {
  position: relative;
  background: var(--BASE-thirdly-yellow, #FEF7CC);
  padding: 72px 0;
  margin-top: 312px;
}

@media screen and (max-width: 1440px) {
  #kosodate-fair .sec_banner {
    padding: calc(72/1440*100%) 0;
    margin-top: calc(312/1440*100%);
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .sec_banner {
    padding: calc(24/375*100%) 0;
    margin-top: calc(120/375*100%);
  }
}

#kosodate-fair .sec_banner::before {
  content: "";
  position: absolute;
  background: url(/kosodate-fair/images/img_decorate_bottom_towns.png) repeat-x bottom center / contain;
  padding-top: 157px;
  top:0;
  left:0;
  right:0;
  margin-top: -157px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair .sec_banner::before {
    content: "";
    background: url(/kosodate-fair/images/img_decorate_bottom_towns.png) no-repeat bottom center / 180%;

  }
}

@media screen and (max-width: 1440px) {
  #kosodate-fair .sec_banner::before {
    padding-top: calc(157/1440*100%);
    margin-top: calc(-157/1440*100%);
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .sec_banner::before {
    padding-top: calc(80/375*100%);
    margin-top: calc(-80/375*100%);
  }
}

.banner_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 1440px) {
  .banner_container {
    gap: calc(16/1440*100%);
  }
}

@media screen and (max-width: 750px) {
  .banner_container {
    display: flex;
    flex-direction: column;
    gap: 2.133vw;
  }
}

.banner_container li {
  width: 304px;
  display: block;
}

@media screen and (max-width: 1440px) {
  .banner_container li {
    width: calc(304/1440*100%);
  }
}

@media screen and (max-width: 750px) {
  .banner_container li {
    width: 100%;
  }
}



/*--------------
フッター
--------------*/

#kosodate-fair footer {
  background: var(--BASE-TRUE-WHITE);
  padding: 32px 0 40px;
}

@media screen and (max-width: 750px) {
  #kosodate-fair footer {
    padding: calc(24/327*100%) 0 calc(40/327*100%);
  }
}

#kosodate-fair .copyright {
  color: var(--TEXT-text-black-light);
  text-align: center;
  font-family: var(--ff_copyright);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 0.014px;
}

@media screen and (max-width: 1000px) {
  #kosodate-fair .copyright {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 750px) {
  #kosodate-fair .copyright {
    font-size: clamp(1.0rem, 2.4vw, 1.8rem);
    letter-spacing: 0.009px;
  }
}

/* ===== フローティングボタン ===== */
#kosodate-fair #page-top-btn {
  position: fixed;
  bottom: 86px;
  right: 20px;
  z-index: var(--z_floating); 

  /* 初期状態：非表示 */
  opacity: 0;
  visibility: hidden;

  /* トランジション */
  transition: opacity 0.4s ease,
              visibility 0.4s ease,
              transform 0.4s ease;

  /* クリック領域 */
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

/* フェードイン状態 */
#kosodate-fair #page-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

/* ホバーエフェクト */
#kosodate-fair #page-top-btn:hover {
  opacity: 0.75;
}

/* ===== ボタン画像のレスポンシブ対応 ===== */
#kosodate-fair #page-top-btn img {
  display: block;
  width: 88px;
  height: auto;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 750px) {
  #kosodate-fair #page-top-btn {
    bottom: 12px;
    right: 12px;
  }

  #kosodate-fair #page-top-btn img {
    width: 12.8vw;
  }
}

/*--------------
テキスト
--------------*/ 
.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

/*--------------
マージン
--------------*/
.mt1em{margin-top: 1em;}

.mt6{margin-top: 6px;}
.mt8{margin-top: 8px;}
.mt10{margin-top: 10px;}
.mt16{margin-top: 16px;}
.mt20{margin-top: 20px;}
.mt24{margin-top: 24px;}
.mt32{margin-top: 32px;}
.mt40{margin-top: 40px;}
.mt48{margin-top: 48px;}
.mt56{margin-top: 56px;}
.mt60{margin-top: 60px;}

@media screen and (max-width: 750px) {
  .mt6{margin-top: 1.6vw;}
  .mt8{margin-top: 2.1333vw;}
  .mt10{margin-top: 2.666vw;}
  .mt16{margin-top: 4.266vw;}
  .mt20{margin-top: 5.333vw;}
  .mt24{margin-top: 6.4vw;}
  .mt32{margin-top: 8.5333vw;}
  .mt40{margin-top: 10.666vw;}
  .mt48{margin-top: 12.8vw;}
  .mt56{margin-top: 14.9333vw;}
  .mt60{margin-top: 16vw;}
}