@charset "utf-8";@charset "UTF-8";
/* TOPバナー*/
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.7fr);
    grid-template-rows: repeat(1, 0.5fr);
    gap: 10px;
    justify-items: center;
    padding-top: 5%;
    justify-content: center;
}

.text02 {
    font-size: 1.0em;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 10%;
}

.text03 {
    font-size: 2.0em;
    line-height: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: "DM Serif Text", serif;
}

.text04 {
    font-size: 1.6em;
    line-height: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: "DM Serif Text", serif;
}

.font01 {
    font-size: 2.8em;
    line-height: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: "DM Serif Text", serif;
    padding-top: 10%;
}

.container {
    width: 40%;
    margin: 20px auto;
}

/* メイン画像 */
.main-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* カルーセル */
.carousel {
    display: flex;
    overflow-x: scroll;
    gap: 10px;
}

.carousel-item {
    flex: 0 0 auto;
    width: 220px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

/* クレジット詳細 */

.container9 {
    display: grid;
    grid-template-columns: 0.25fr 2.0fr;
    grid-template-rows: 0.3fr;
    gap: 0px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "photo20 details";
    padding: 1%;
}

.photo20 { grid-area: photo20; }

.details {
    grid-area: details;
    font-size: 0.9em;
    line-height: 20px;
    width: 100%;
    font-weight: 500;
}

/* テキスト */

.text01 {
    font-size: 0.9em;
    line-height: 20px;
    width: 95%;
    margin: 0 auto;
    text-align: justify;
    padding-top: 5%;
    padding-bottom: 5%;
    font-family: "Noto Sans JP", serif;
}

/* ボタン*/

section {
  max-width: 300px;
  margin: 0 auto;
  padding-top:3%;
}


a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "DM Serif Text", serif; 
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* サイド文字*/

.side-runner {
    position: fixed;
    top: 46%;
    left: 3rem;
    text-align: center;
    font-size: 4.0rem;
    color: #c4e91a;
    transform: translateY(-50%);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: fit-content;
    opacity: 0.8;
    font-weight: 600;
}
        .side-runner-left {
            left:10px;
        }

        .side-runner-right {
            right: 3px;
        }

/* スライド */
.slider-container {
    display: flex;
    overflow: hidden;
}

.slider-wrapper {
  display: flex;
  animation: horizontal-animation 20s linear infinite;
}

.slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.slide {
  width: 250px;
  margin-right: 10px;
}

.slide img {
  width: 100%;
  height: auto;
}

/* 無限ループアニメーション設定 */
.slider-right {
  animation: slideRight infinite linear 20s;
}

.slider-left {
  animation: slideLeft infinite linear 20s;
}

/* アニメーションキー */
@keyframes slideRight {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slideLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
}
}
@media (max-width: 1980px) {
/* 1カラムフッター*/
.parent03 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
    justify-items: center;
    justify-content: center;
}  

/* 1カラムフッターに重なるクレジット*/
.image-container {
  position: relative;
}

.image-container img {
        width: 100%;
        height: auto;
        padding-top: 5%;
        opacity: 0.5;
 }

.overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black;
        font-size: 1.0em;
        text-align: center;
        font-family: "DM Serif Text", serif;
}
}

@media (max-width: 2560px) {

/* スライダー全体のスタイル */
    .zoom-slider {
        position: relative;
        width: 100%;
        height: 990px;
        overflow: hidden;
}

/* 各スライドのスタイル */
.zoom-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.5); /* ズームアウト開始サイズ */
    transition: opacity 4s ease, transform 4s ease;
}

.zoom-slide.active {
    opacity: 1;
    transform: scale(1); /* ズームアウト終了サイズ */
}

/* アニメーションの自動切り替え */
@keyframes zoomAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
    }
@media (max-width: 1024px) {
    .zoom-slider {
        position: relative;
        width: 100%;
        height: 720px;
        overflow: hidden;
}
   .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black;
        font-size: 0.7em;
        text-align: center;
        font-family: "DM Serif Text", serif;
}
}
/*===============================================
tablet
===============================================*/
@media (max-width: 834px) {
.container {
    width: 60%;
    margin: 20px auto;
}
.slide {
    width: 250px;
    margin-right: 10px;
}
.parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 0.5fr);
    gap: 10px;
    justify-items: center;
    padding-top: 5%;
    justify-content: center;
    padding-bottom: 20%;
}
}
@media (max-width: 834px) {
.parent03 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
    justify-items: center;
    justify-content: center;
    width: 100%;
}  
}
@media (max-width: 834px) {
.side-runner-left {
    left:10px;
}
/* サイド文字*/

.side-runner {
            position: fixed;
            top: 50%;
            left: 0.1rem;
            text-align: center;
            font-size: 3.5rem;
            color: #c4e91a;
            transform: translateY(-50%);
            -ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
            width: fit-content;
            opacity: 0.8;
            font-weight: 600;
}
}
@media (max-width: 768px) {
   .overlay-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black;
        font-size: 0.7em;
        text-align: center;
        font-family: "DM Serif Text", serif;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width: 428px) {
.container {
    width: 95%;
    margin: 20px auto;
}
.container9 {
            display: grid;
            grid-template-columns: 0.2fr 1.2fr;
            grid-template-rows: 0.3fr;
            gap: 0px 10px;
            grid-auto-flow: row;
            justify-content: center;
            align-content: center;
            grid-template-areas: "photo20 details";
            padding: 1%;
            margin: 0% 8%;
}

.details {
    grid-area: details;
    font-size: 0.9em;
    width: 100%;
}

.text01 {
    font-size: 0.9em;
    line-height: 20px;
    width: 82%;
    margin: 0 auto;
    text-align: justify;
    padding-top: 5%;
    padding-bottom: 5%;
    font-family: "Noto Sans JP", serif;
}

.text02 {
    font-size: 1.0em;
    line-height: 25px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 3%;
}

.text03 {
    font-size: 2.0em;
    line-height: 20px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-family: "DM Serif Text", serif;
}
.overlay-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: black;
            font-size: 1.0em;
            text-align: center;
            font-family: "DM Serif Text", serif;
            width: 90%;
}
}

@media (max-width: 425px) {
.sma{
    display: none;
}

.container {
    width: 95%;
    margin: 20px auto;
}

.container9 {
            display: grid;
            grid-template-columns: 0.2fr 1.2fr;
            grid-template-rows: 0.3fr;
            gap: 0px 10px;
            grid-auto-flow: row;
            justify-content: center;
            align-content: center;
            grid-template-areas: "photo20 details";
            padding: 1%;
            margin: 0% 8%;
}

.details {
    grid-area: details;
    font-size: 0.9em;
    width: 100%;
}

.text01 {
    font-size: 0.9em;
    line-height: 20px;
    width: 82%;
    margin: 0 auto;
    text-align: justify;
    padding-top: 5%;
    padding-bottom: 5%;
    font-family: "Noto Sans JP", serif;
}

.text02 {
    font-size: 1.0em;
    line-height: 25px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 3%;
}

.text03 {
    font-size: 2.0em;
    line-height: 20px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-family: "DM Serif Text", serif;
}

/* サイド文字*/

.side-runner {
    text-align: center;
    font-size: 2.5rem;
    color: #c4e91a;
    writing-mode: vertical-rl;
    opacity: 0.8;
    font-weight: 600;
}

.side-runner-left {
    left:1px;
}

.slide {
            width: 150px;
            margin-right: 10px;
}

.zoom-slider {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
}

.text04 {
    font-size: 1.3em;
    line-height: 20px;
    width: 90%;
    margin: 0 auto;
    text-align:center;
    font-family: "DM Serif Text", serif;
}
}
@media (max-width: 375px) {
 .container9 {
   display: grid;
   grid-template-columns: 0.3fr 0.9fr;
   grid-template-rows: 0.3fr;
   gap: 0px 10px;
   grid-auto-flow: row;
   justify-content: center;
   align-content: center;
   grid-template-areas: "photo20 details";
   padding: 1%;
   margin: 0% 8%;
}

.zoom-slider {
        position: relative;
        width: 100%;
        height: 1090px;
        overflow: hidden;
}
}

@media (max-width: 320px) {
.text02 {
            font-size: 0.9em;
            line-height: 25px;
            width: 75%;
            margin: 0 auto;
            text-align: center;
            font-family: "Noto Sans JP", serif;
            padding-top: 3%;
}
.overlay-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: black;
            font-size: 0.8em;
            text-align: center;
            font-family: "DM Serif Text", serif;
            width: 75%;
}
}