@charset "utf-8";#ec-header {
    display: none;
}
#wrapper {
    padding-top: 0px;
}
.ec-footer {
    display: none;
}

#wrapper {
    padding-top: 0px;
}
.crumbsList {
    display: none;
}
@charset "utf-8";@font-face {
	font-family: 'HelveticaBold';
	src: url('/assets/front/fonts/Helvetica-Bold.ttf') format('truetype');
}

/*下からフェードイン*/

.fade-in-image {
  opacity: 0;
  transform: translateY(50px); /* 下から */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  margin: 50px 0; /* マージンで見えない部分を作る */
}

/*ライン*/

.line02 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 60em;
    margin-top: 8%;
    margin-bottom: 3%;
}

.cvtytb { 
  text-align: center; 
  padding-bottom:3%;
}

/* ボタン*/

.bton a {
    background: #211537;
    /* border-radius: 3px; */
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    /* font-family: "Noto Sans Japanese"; */
    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;
}

.black {
    padding-top: 50px;
    background-image: linear-gradient(to bottom, #777777 60%, #ffffff 80%);
}

/* テキスト*/

.text01 {
    font-size: 3.0em;
    line-height: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 10%;
    font-family: "Libre Baskerville", serif;
}

.text02 {
    font-size: 1.1em;
    line-height: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5%;
    font-family: 'HelveticaBold';
}

.text03 {
    font-size: 0.9em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'HelveticaBold';
    padding-top: 3%;
}


/* 2カラム*/

    .container220cvt {
        display: grid;
        grid-template-columns: 0.7fr 0.9fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 10px;
        grid-auto-flow: row;
        justify-content: center;
        grid-template-areas: ". imegephoto10 imegetext10";
        padding-top: 3%;
}

.imegephoto10 { grid-area: imegephoto10; }

.imegetext10 {
        grid-area: imegetext10;
        font-size: 1.0em;
        line-height: 20px;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
        padding-top: 100%;
        font-weight: bold;
}

/* 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カラム*/
.parent02 {
    display: grid;
    grid-template-columns: repeat(1, 0.5fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    justify-content: center;
    padding-top: 5%;
}

.parent04 {
    display: grid;
    grid-template-columns: repeat(1, 0.5fr);
    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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.1em;
}    
}
@media only screen and (min-width: 768px){

.container220cvt {
    display: grid;
    grid-template-columns: 0.7fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 10px;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-areas: ". imegephoto10 imegetext10";
}

.imegetext10 {
    grid-area: imegetext10;
    font-size: 1.0em;
    line-height: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    padding-top: 90%;
    font-weight: bold;
}
}
@media only screen and (max-width: 750px){
}
@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%;
}

.container220cvt {
    display: grid;
    grid-template-columns: 0.1fr 1fr 1fr;
    grid-template-rows: 0.5fr;
    gap: 0px 10px;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-areas: ". imegephoto10 imegetext10";
}
.imegetext10 {
    grid-area: imegetext10;
    font-size: 0.9em;
    line-height: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    padding-top: 85%;
    font-weight: bold;
}
}

@media only screen and (max-width: 375px){
.container220cvt {
        display: contents;
}

.imegephoto10 {
    grid-area: imegephoto10;
    width: 90%;
}

.imegetext10 {
        grid-area: imegetext10;
        font-size: 0.9em;
        line-height: 18px;
        width: 102%;
        margin: 0 auto;
        text-align: left;
        padding: 3%;
        font-weight: bold;
}
.parent {
        display: grid;
        grid-template-columns: repeat(1, 0.3fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 10px;
        justify-content: center;
        padding-top: 10%;
    }
}