@charset "utf-8";#ec-header {
    display: none;
}
#wrapper {
    padding-top: 0px;
}
.ec-footer {
    display: none;
}

#wrapper {
    padding-top: 0px;
}
.crumbsList {
    display: none;
}
u{
  color: #030349;
}
@charset "utf-8";@font-face {
	font-family: 'HelveticaBold';
	src: url('/assets/front/fonts/Helvetica-Bold.ttf') format('truetype');
}

.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

/*背景画像*/

.backgroud02{
  background-image:url("/photo/page/20250321/cvt-haikei02.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

/*ライン*/

.line02 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 60em;
    margin-top: 8%;
    margin-bottom: 3%;
}

/* ボタン*/

.bton a {
    background: #211537;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: white;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.bton a:hover {
    background: #333;
    color: #FFF;
}

.bton a:hover:after {
    border-color: #211537;
}

/* buyボタン*/

.border {
    border: solid 0.5px;
    background-color: #1b1f2b;
    margin: 0% 10%;
    padding: 0% 2% 0% 2%;
    font-size: 0.9em;
    color: #fff;
}

/*矢印ボタン*/
section {
  max-width: 310px;
  margin: 0 auto;
  padding-top:5%;
  padding-bottom:5%;
}

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-family: 'HelveticaBold';
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-size: 1.1em;
}

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;
}


/* 背景*/

.black1 {
	background: #9B9B9B;
	padding-top: 100px;
}

/* テキスト*/

.text01 {
    font-size: 2.8em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
    font-family: "Cormorant Garamond", serif;
    color: #030349;
    font-weight: 800;
}

.text02 {
    font-size: 1.1em;
    line-height: 18px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5%;
    font-family: 'HelveticaBold';
}

.text03 {
    font-size: 0.9em;
    line-height: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: end;
    font-weight: bold;
    color: #030349;
}

/*1カラム*/

.containercvt324 {
    display: grid;
    grid-template-columns: 0.5fr;
    grid-template-rows: 0.2fr 0.2fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    align-content: center;
    grid-template-areas:
        "photoimage"
        "textcrezit";
    justify-items: center;
    justify-content: center;
}

.photoimage { grid-area: photoimage; }

.textcrezit {
    grid-area: textcrezit;
    font-size: 0.9em;
    line-height: 18px;
    width: 95%;
    margin: 0 auto;
    text-align: end;
    font-weight: bold;
    color: #030349;
}

.containercvt325 {
    display: grid;
    grid-template-columns: 0.4fr;
    grid-template-rows: 0.2fr 0.2fr 0.2fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-items: center;
    grid-template-areas:
        "photoimage02"
        "photoimege03"
        "textcrexit02";
    justify-content: center;
    padding-top: 5%;
}

.photoimage02 { grid-area: photoimage02; }

.photoimege03 { grid-area: photoimege03; }

.textcrexit02 {
    grid-area: textcrexit02;
    font-size: 0.9em;
    line-height: 18px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-weight: bold;
    color: #030349;
}

.container326 {
    display: grid;
    grid-template-columns: 0.4fr;
    grid-template-rows: 0.2fr 0.1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas:
        "pohotoimage04"
        "imagecrezit04";
}

.pohotoimage04 { grid-area: pohotoimage04; }

.imagecrezit04 {
    grid-area: imagecrezit04;
    font-size: 0.9em;
    line-height: 18px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-weight: bold;
    color: #030349;
}


/* 1カラム rogo*/
.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    justify-content: center;
    padding-top: 5%;
}


/* 1カラムフッター*/
.parent03 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
}  

/* 1カラムフッターに重なるクレジット*/
.image-container {
  position: relative;
}

.image-container img {
  width: 100%;
  height: auto;
}

.overlay-text {
    position: absolute;
    top: 20%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #030349;
    font-size: 1.0em;
    font-weight: bold;
}


/*フェードインアウト*/
.slideshow {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 0.3fr;
    gap: 0px 0px;
    grid-template-areas: ".";
    justify-content: center;
    justify-items: center;
    padding-bottom: 77%;
}

.slideshow img {
    position: absolute;
    opacity: 0;
    animation: slideshow__fade 4s infinite;
}

.slideshow img:nth-child(1) {
    animation-delay: 0s;
}

.slideshow img:nth-child(2) {
    animation-delay: 2s;
}

@keyframes slideshow__fade {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media only screen and (min-width: 768px){
.slideshow {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 0.3fr;
    gap: 0px 0px;
    grid-template-areas: ".";
    justify-content: center;
    justify-items: center;
    padding-bottom: 72%;
}
.slideshow img {
    position: absolute;
    opacity: 0;
    animation: slideshow__fade 4s infinite;
    width: 50%;
}
}

@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 425px){
.parent {
        display: grid;
        grid-template-columns: repeat(1, 0.5fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 10px;
        justify-content: center;
        padding-top: 10%;
}
.parent02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    justify-content: center;
    padding-top: 5%;
}
.parent04 {
        display: grid;
        grid-template-columns: repeat(1, 0.9fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 10px;
        justify-content: center;
        padding-top: 15%;
        padding-bottom: 5%;
}

.containercvt324 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.2fr 0.2fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    align-content: center;
    grid-template-areas:
        "photoimage"
        "textcrezit";
    justify-items: center;
    padding-top: 10%;
}

.overlay-text {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #030349;
        font-size: 1.0em;
        font-weight: bold;
        width: 90%;
}

.containercvt325 {
    display: grid;
    grid-template-columns: 0.7fr;
    grid-template-rows: 0.2fr 0.2fr 0.2fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-items: center;
    grid-template-areas:
        "photoimage02"
        "photoimege03"
        "textcrexit02";
    justify-content: center;
    padding-top: 10%;
}

.container326 {
    display: grid;
    grid-template-columns: 0.7fr;
    grid-template-rows: 0.2fr 0.1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas:
        "pohotoimage04"
        "imagecrezit04";
    padding-top: 10%;
}

.slideshow {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ".";
    justify-content: center;
    justify-items: center;
    padding-bottom: 120%;
    margin: 5%;
}

.text03 {
    font-size: 0.9em;
    line-height: 18px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    color: #030349;
    padding-top: 3%;
}
.text01 {
    font-size: 2.0em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
    font-family: "Cormorant Garamond", serif;
    color: #030349;
    font-weight: 800;
}
}

@media only screen and (max-width: 375px){
.parent {
        display: grid;
        grid-template-columns: repeat(1, 0.3fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 10px;
        justify-content: center;
        padding-top: 5%;
}
}
@media only screen and (max-width: 428px){
/*背景画像*/
.backgroud02{
  background-image:url("/photo/page/20250321/cvt-haikei-sp06.jpg");
  background-size: cover;
}
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
.backgroud02 {
    background-size: 100%;
}
}