@charset "UTF-8";


.gallery_contents {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    /* background-color: #fff; */
    color: #333;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 600;
}

.gallery_contents a {
    text-decoration: none;
    text-underline-offset: 5px;
    color: #fff;
    transition: 0.1s ease-out;
}

.gallery_contents a:hover {
    color: #E96600;
}

p {
    /* font-size: 16px; */
    /* line-height: 32px;
    font-weight: 600; */
}

/* h3,
h4,
li,
p {
    color: #5A3A3A;
} */

.gallery_contents a.txtLink {
    text-decoration: underline;
    color: #5A3A3A;

}


.Main__guide li,
.Main__guide a,
.Header__body a,
.Footer a, 
.Footer p {
    color: #333;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}

.sp {
    display: none;
}


@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}
.u-bg {
  background-image: url(../images/content_bg.png);
}
/**************************************
 fv
 *************************************/
.fv_pc {
    width: 100%;
}
@media (max-width: 768px) {
    .fv_sp {
        width: 100%;
    }
}

/**************************************
 intro
 **************************************/
.intro-section {
    background-image: url(../images/content_bg.png);
}
.intro-textbox{
    padding-top: 28px;
    padding-inline: 20px 19px;
}
.intro-title{
  font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 24px;
font-weight: 800;
line-height: 36px;
text-align: center;
color: #e96600;
}
.intro-text{
  font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 18px;
font-weight: 600;
line-height: 34px;
text-align: center;
color: #5a3a3a;
margin-top: 24px;
}
.intro-text-small{
    display: block;
  font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 13px;
font-weight: 600;
line-height: 24px;
text-align: center;
color: #5a3a3a;
margin-top: 10px;
}

.intro-link{
text-align: center;
margin-top: 30px;
}
.intro-link .intro-text-linkText{
  display: block;
font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
text-decoration: underline;
font-size: 16px;
line-height: calc(36px / 16px);
color: #e96600;
font-weight: 600;
}
.intro-link .intro-text-linkText:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
    .intro-textbox{
        padding-top: 28px;
    }
    .intro-text{
    font-size: 18px;
    line-height: 32px;
    }  
    .intro-text-small{
        margin-top: 30px;
    }
}

/**************************************
 cta
 **************************************/
 .cta{
    padding-top: 40px;
 }
 .gallery_contents a.cta-link{
    display: block;
    max-width: 720px;
    background-color: #E50012;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding: 18px;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 10px 10px 0px 0px rgba(90, 58, 58, 1);
 }
.gallery_contents a.cta-link:hover{
    color: #fff;
    box-shadow: none;
}
.cta-link-sub{
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.cta-bottom{
    padding-top: 80px;
}
 @media (max-width: 768px) {
    .cta{
        padding: 24px 24px 0 16px;
    }
    .gallery_contents a.cta-link{
        font-size: 28px;
        font-weight: 600;
        line-height: 1.3;
        padding: 18px;
        box-shadow: 4px 4px 0px 0px rgba(90, 58, 58, 1);
    }
    .cta-link-sub{
        font-size: 16px;
        font-weight: 600;
        margin-top: 1rem;
    }
}

/**************************************
 share
 **************************************/
 .share{
    padding: 80px 0 140px;
 }
 .share-link{
    display: block;
    max-width: 380px;
    background-color: #E96600;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 16px;
    border-radius: 40px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 10px 20px 0px rgba(90, 58, 58, 0.2);
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
    cursor: pointer;
 }
 .share-link::before{
    position: absolute;
    content: "";
    background: url(../images/icon_share.png);
    background-size: contain;
    width: 18px;
    height: 20px;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
 }
 @media all and (min-width: 768px) {
    .share-link:hover {
      color: #e96600;
      background-color: #fff;
    }
    .share-link:hover::before {
      background-image: url("/jp/memory/assets/img/com/ico_share_orange.svg");
    }
  }
  
 .share-link span{
    display: inline-block;
    margin-left: 20px;
 }
 .share-bottom{
    padding: 48px 0 60px;
 }
 @media (max-width: 768px) {
    .share{
        padding: 40px 16px 100px;
    }
    .link-box .share{
        padding: 40px 16px 50px;
    }
    .share-link::before{
        left: 16%;
    }
 }

 /**************************************
  karuta
 **************************************/
 .karuta{
    background-color: #E96600;
    padding: 10px;
    width: 220px;
    height: 295px;
    box-shadow: 10px 10px 0px 0px rgba(90, 58, 58, 1);
}
.gallery-section .karuta{
    cursor: pointer;
    animation: slideRotateFadeIn 1s ease-out forwards;
    animation-delay: -1s;
    will-change: transform, opacity;
    padding: 8px;
    box-shadow: 4px 4px 0px 0px rgba(90, 58, 58, 1);
    width: 200px;
    height: 300px;
  }
    

    /* 動的に追加されたカードは newlly-added クラスを付与し、通常のアニメーションを実行 */
.karuta.newly-added {
    animation-delay: 0s;
  }
  
  /* 左からスライドイン＋rotateYしてフェードインするアニメーション */
  @keyframes slideRotateFadeIn {
    from {
      opacity: 0;
      transform: translateX(-400px) rotateY(180deg);
    }
  
    to {
      opacity: 1;
      transform: translateX(0) rotateY(0deg);
    }
  }
  
  /* スマホサイズの場合はフェードインのみのエフェクトに上書き */
  @media (max-width: 768px) {
    .karuta {
      animation: fadeIn 1s ease-out forwards;
      animation-delay: -1s;
    }
    .karuta.newly-added {
      animation-delay: 0s;
    }
  }
  
  /* フェードインだけのアニメーション定義 */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: none;
    }
    to {
      opacity: 1;
      transform: none;
    }
  }

.karuta-inner{
    background-color: #fff;
    padding: 10px 68px 24px 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    transition: 0.1s ease-out;
    text-align: left;
}
.gallery-section .karuta-inner{
    padding: 10px 60px 40px 0;
}
.gallery-section .karuta-inner:hover{
    opacity: 0.8;
}
.karuta-text-wrap {
    min-width: 100px;
    display: flex;
    justify-content: flex-end;
}
.karuta-initial{
    width: 56px;
    height: 56px;
    position: absolute;
    right: 5px;
    top: 10px;
    background-color: #5A3A3A;
    color: #fff;
    font-size: 40px;
    
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
}
.gallery-section .karuta-initial{
    width: 48px;
    height: 48px;
    font-size: 30px;
    line-height: 48px;
}
.karuta-text{
    font-size: 22px;
    line-height: 1.4;
    writing-mode: vertical-rl;
    margin: 2rem 0 0;
    max-height: 278px;
}
.gallery-section .karuta-text{
    font-size: 20px;
    font-weight: 600;
}
.karuta-btn{
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    background-color: #E96600;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    width: 140px;
    text-align: center;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
 @media (max-width: 768px) {
    .karuta-text-wrap {
        min-width: 40px;
    }

    .gallery-section .karuta{
        width: 160px;
        height: 230px;
        box-shadow: 5px 5px 0px 0px rgba(90, 58, 58, 1);
    }
    .gallery-section .karuta-inner{
        padding: 8px 48px 32px 8px;
    }
    .gallery-section .karuta-initial{
        width: 37px;
        height: 37px;
        line-height: 37px;
        font-size: 24px;
    }
    .gallery-section .karuta-text{
        font-size: 15px;
        max-height: 150px;
        margin: 0.8rem 0 0;
    }
    .karuta-btn{
        font-size: 10px;
        width: 120px;
        bottom: 5px;
    }
 }

/**************************************
 gallery
 **************************************/
 .gallery-row{
border-top: 4px solid #5a3a3a;
margin-top: 53px;
padding-top: 18px;
 }
 .gallery-row +  .gallery-row{
  margin-top: 0;
 }
 @media (max-width: 768px) {
  .gallery-row{
margin-top: 40px;
     }
}
.gallery-title{
    display: flex;
    align-items: center;
    gap: 8px;
font-family: "Yu Gothic StdN","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 28px;
font-weight: 800;
line-height: 36px;
color: #5a3a3a;
height: 72px;
}

.gallery-title-initial-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* ======================================
   gallery (dynamic cards)
   ====================================== */

   .gallery-section{
    padding-inline: 40px;
   }
   @media (max-width: 768px) {
    .gallery-section{
      padding-inline: 20px;
     }
   }

   .gallery-inner{
    max-width: 1200px;
     margin-inline: auto;
   }
   @media (max-width: 768px) {
    .gallery-inner{
      max-width: 100%;
       margin-inline: auto;
     }
  }
.gallery-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-bottom: 1px solid #5A3A3A;
  padding-bottom: 26px;
}
@media (max-width: 768px) {
  .gallery-list {
    gap: 32px;
  }
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 25px;
  align-items: start;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .gallery-grid {
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
  }
}
.gallery-card {
  overflow: hidden;
}
@media (max-width: 768px) {
  .gallery-card {
    max-width: 295px;
  }
}

.gallery-card-thumb {
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

.gallery-card-img {
  display: block;
  width: 100%;
  height: auto;
max-width: 166px;
margin-inline: auto;
}
@media (max-width: 768px) {
  .gallery-card-img {
  max-width: 220px;
  }

}
.gallery-card-open {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  border: 0;
  background: #e96600;
  cursor: pointer;
}

.gallery-card-open-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.gallery-card-body {
  margin-top: 23px;
}
@media (max-width: 768px) {
  .gallery-card-body {
    margin-top: 32px;
  }
}
.gallery-card-text-group {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
@media (max-width: 768px) {
  .gallery-card-text-group {
    gap: 15px;
  }
}
.gallery-card-initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
}

.gallery-card-initial-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-card-title {
    font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-align: left;
  color: #5a3a3a;
}
@media (max-width: 768px) {
  .gallery-card-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.gallery-card-episode-wrap{
  overflow: hidden;
  transition: max-height 420ms ease;
  will-change: max-height;
}


.gallery-card-episode {
    font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .gallery-card-episode {
    font-size: 15px;
    line-height: 24px;
    margin-top: 22px;
  }
}
.gallery-card-episode.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gallery-card-more {
  position: relative;
  margin-top: 20px;
  width: 100%;
  border: 0;
  font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 14px;
font-weight: 600;
line-height: 1;
color: #000;
  background: #FCFAF5;
  padding-block: 9px;
  border-radius: 4px;
  cursor: pointer;
}

.gallery-card-more::before{
 content:  url("../images/icon_card_arrow.svg");
 display: block;
 position: absolute;
 top: 12px;
 right: 26%;
 transition: transform 0.2s ease;
 transform: rotate(-180deg);
}
.gallery-card-more.is-expanded::before{
  transform: unset;
  right: 30%;
}
@media screen and (max-width: 768px) {
  .gallery-card-more::before{

    right: 33%;
  }
  .gallery-card-more.is-expanded::before{
    right: 36%;
  }
}

/**************************************
 karuta gallery modal（絵札＋読み札）
 **************************************/
body.karuta-gallery-modal-is-open {
  overflow: hidden;
}

.karuta-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.karuta-gallery-modal[hidden] {
  display: none !important;
}

.karuta-gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.karuta-gallery-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 864px;
  background: #fff;
   margin-inline: auto;
  padding-block: 72px 73px;
  padding-inline: 72px;
}

.karuta-gallery-modal__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.karuta-gallery-modal__close {
  position: absolute;
  top: -63px;
  right: -2px;
  z-index: 3;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: #e96600;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.karuta-gallery-modal__close span {
  display: block;
  transform: translateY(-1px);
}

.karuta-gallery-modal__stage {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: nowrap;
  padding: 50px 20px ;
  background: url(../images/content_bg.png);
}

.karuta-gallery-modal__efuda {
  max-width: 285px;
}
@media screen and (max-width:900px) and (min-width: 769px) {
  .karuta-gallery-modal__efuda {
    max-width: min(100%, clamp(230px, calc(280px + (100vw - 900px) * 50 / 131), 280px));
  }
}
.karuta-gallery-modal__yomifuda {
  position: relative;
  width: 100%;
}

.karuta-gallery-modal__img {
  display: block;
  height: auto;
}

.karuta-gallery-modal__img--efuda {
  max-width: 285px;
  margin-inline: auto;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:900px) and (min-width: 769px) {
  .karuta-gallery-modal__img--efuda {
    /* width: clamp(235px, calc(285px + (100vw - 900px) * 50 / 131), 285px); */
    max-width: min(285px, 100%);
  }

}

.karuta-gallery-modal__img--ura {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 198px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:900px) and (min-width: 769px) {
  .karuta-gallery-modal__img--ura {
    width: clamp(160px, calc(198px + (100vw - 900px) * 38 / 131), 198px);
    max-width: min(198px, 100%);
  }
}

.karuta-gallery-modal__img--omote {
  position: relative;
  z-index: 2;
  max-width: 199px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:900px) and (min-width: 769px) {
  .karuta-gallery-modal__img--omote {
    width: clamp(161px, calc(199px + (100vw - 900px) * 38 / 131), 199px);
    max-width: min(199px, 100%);
  }


}

.karuta-gallery-modal__nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  padding: 0 4px;
  box-sizing: border-box;
  margin-inline: 16px;
}

.karuta-gallery-modal__nav-btn {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #e96600;
  cursor: pointer;  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.karuta-gallery-modal__nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.karuta-gallery-modal__nav-btn--prev::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  transform: translateX(-1px);
}

.karuta-gallery-modal__nav-btn--next::after {
  content: "";
width: 14px;
height: 14px;
background-color: #fff;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  transform: translateX(1px);
}

@media (max-width: 768px) {
  .karuta-gallery-modal {
    align-items: stretch;
    padding-top: 104px;
    padding-inline: 19px 21px;
  }

  .karuta-gallery-modal__dialog {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    max-height: calc(80dvh - 24px);
    /* overflow: hidden; */
    margin-inline: 0;
    padding-block: 20px;
    padding-inline: 19px  16px;
    box-sizing: border-box;
    min-height: 0;
  }

  .karuta-gallery-modal__close {
    top: -63px;
    right: 0;
  }

  .karuta-gallery-modal__stage {
    flex: 1 1 auto;
    gap: 20px;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    flex-direction: column;
    padding-block: 16px 25px;
    padding-inline: 13px 14px;
  }
  .karuta-gallery-modal__img--efuda,
  .karuta-gallery-modal__efuda,
  .karuta-gallery-modal__yomifuda,
  .karuta-gallery-modal__img--omote,
  .karuta-gallery-modal__img--ura {
    max-width: 100%;
  }
  .karuta-gallery-modal__yomifuda{
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .karuta-gallery-modal__img--ura{
    position: static;
  }

  .karuta-gallery-modal__nav {
    position: static;
    transform: none;
    width: 100%;
    justify-content: center;
    gap: 6px;
    margin-top: 25px;
    margin-inline: auto;
    padding: 0;
    pointer-events: auto;
  }
}

/**************************************
 おいしい記憶かるたについて
 **************************************/
 .about-section{
  margin-top: 98px;
 }
 .about-inner{
  padding-inline: 36px 44px;
 }
 @media (max-width: 768px) {
  .about-inner{
    padding-inline: 20px;
   }
 }
.about-content{
  max-width: 1200px;
  background-color: #FCFAF5;
  padding-block: 41px 106px;
  padding-inline: 44px 36px;
border-radius: 20px;
box-shadow: 0px 10px 20px rgba(90, 58, 58, 0.1);
margin-inline: auto;
}
@media (max-width: 768px) {
  .about-content{
    max-width: 100%;
    padding-block: 32px 56px;
    padding-inline: 24px;
   }
 }

.about-readTitle{
  font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 22px;
font-weight: 800;
line-height: 1;
color: #000;
border-bottom: 2px solid #E96600;
padding-bottom: 10px;
}
.about-readText{
  font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 16px;
font-weight: 600;
line-height: 26px;
color: #000;
margin-top: 26px ;
}
.about-productionWrap{
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .about-productionWrap{
    flex-direction: column;
  }
}
figure:has(.about-productionItemImage){
  width: 100%;
  max-width: 540px;
}
.about-productionItemImage{
  /*aspect-ratio: 540/304;*/
  max-width: 540px;
  width: 100%;
  height: fit-content;
  object-fit: cover;
  margin-bottom: 0.75em;
}
@media (max-width: 768px) {

  figure:has(.about-productionItemImage){
    max-width: 100%;
  }
  .about-productionItemImage{
    max-width: 100%;
    aspect-ratio: auto;
  }
}
.about-production{
  margin-top: 64px;
}

.c-productionTitle{
  font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 22px;
font-weight: 800;
line-height: 1;
color: #000;
border-left: 2px solid #E96600;
padding-left: 18.5px;
}
.about-productionWrap{
  display: flex;
  gap: 40px;
  margin-top: 26px;
}
.about-productionItem{
  max-width: 539px;
}
@media (max-width: 768px) {
  .about-productionItem{
    max-width: 100%;
  }
}
.about-productionItemTitle{
    font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 18px;
font-weight: 600;
line-height: 1;
color: #000;
}
.about-productionItemListText{
  font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 16px;
font-weight: 600;
line-height: 26px;
color: #000;
list-style-type: disc;
margin-left: 1em;

b{
  font-weight: 600;
}
}

.about-productionItemListText a{
  text-decoration: underline;
  color: #000;
}
.about-productionItemListText +.about-productionItemListText{
  margin-top: 16px;
}
.about-productionReadText{
font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 16px;
font-weight: 600;
line-height: 26px;
color: #000;
margin-top: 26px;
}
.about-productionsWrap{
  display: flex;
  gap: 40px;
  margin-top: 26px;
}
@media (max-width: 768px) {
  .about-productionsWrap{
    flex-direction: column;
  }
}
.about-productionsItemImage{
  width: calc(100% / 3);
  aspect-ratio: 320/240;
  object-fit: cover;
  height: fit-content;
  max-width: 320px;
}
@media (max-width: 768px) {
  .about-productionsItemImage{
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
  }
}

 /**************************************
link-box
 **************************************/
.link-box{
    background-image: url(../images/content_bg.png);
}
.top{
    padding: 40px 0 0;
    text-align: center;
}
a.top-link{
    display: inline-block;
    margin: 32px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #5A3A3A;
}
 /**************************************
カルタメニュー
 **************************************/
 .fixed-karuta-menu-wrap{
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
 }
 @media (max-width: 768px) {
  .fixed-karuta-menu-wrap{
right: auto;
left: 0;
bottom: 0;
top: auto;
transform: none;
width: 100%;
  }
 }
 .fixed-karuta-menu{
  display: flex;
  flex-direction: column;
  gap: 6px;
border-radius: 8px 0px 0px 8px;
background: #563c3b;
padding-block: 10px 20px;
padding-inline: 5px;
width: 40px;
 }
 @media (max-width: 768px) {
  .fixed-karuta-menu{
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding-block: 16px;
    padding-inline: auto;
    border-radius: 8px 8px 0px 0px;
  }
 }
 .fixed-karuta-menu .fixed-karuta-menu__item{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 18px;
font-weight: 600;
line-height: 1;
color: #fff;
  width: 30px;
  height: 30px;
}
.fixed-karuta-menu__item.is-active{
  background-color: #F08300;
  border-radius: 50%;
}
/**************************************
これも好きかも
 **************************************/
  .recommendation-section{
    margin-top: 60px;
    padding-inline: 40px;
  }
@media (max-width: 768px) {
  .recommendation-section{
    padding-inline: 20px;
  }
}
.recommendation-inner{
  max-width: 1200px;
  margin-inline: auto;

}
@media (max-width: 768px) {
  .recommendation-inner{
    max-width: 100%;
  }
}


 .recommendation-title{
font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 26px;
font-weight: 800;
line-height: 36px;
color: #333;
 }

.recommendation-itemWrap{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35.5px;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .recommendation-itemWrap{
    grid-template-columns: repeat(1, 1fr);
    gap: 20;
  }
}
.recommendation-item{
  max-width: 273px;
}
@media (max-width: 768px) {
  .recommendation-item{
    max-width: 100%;
  }
}
.recommendation-itemImage{
  width: 100%;
  height: fit-content;
  aspect-ratio: 273/154;
  object-fit: cover;
  max-width: 273px;
}
@media (max-width: 768px) {
  .recommendation-itemImage{
    max-width: 100%;
    aspect-ratio: auto;
  }
}

.recommendation-itemTitle{
font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 16px;
font-weight: 800;
line-height: 24px;
margin-top: 20px;
color: #000;
}
.recommendation-itemText{
font-family: "Yu Gothic Pr6N","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: normal;
font-size: 14px;
font-weight: 600;
line-height: 22px;
color: #000;
margin-top: 13px;

}

/**************************************
 fix_separator
 **************************************/
.fix_separator{
  height: 32px;
  border-bottom: 1px solid #666666;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .fix_separator{
    height: 20px;
    max-width: calc(100% - 40px);
  }
}
