@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');
}

.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

/* テキスト*/
.text01 {
    font-size: 1.8em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
    font-weight: 800;
    text-decoration: underline;
    padding-bottom: 5%;
}

.text02 {
    font-size: 1.1em;
    line-height: 18px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5%;
    font-family: 'HelveticaBold';
}

/*1カラム*/
.container917 {
    display: grid;
    grid-template-columns: 0.5fr;
    grid-template-rows: 1fr 1fr 0.1fr;
    gap: 20px 20px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas:
        "photoimage10"
        "textimage10"
        "textcrezit";
    padding-top: 5%;
}

.photoimage10 { grid-area: photoimage10; }

.textimage10 { grid-area: textimage10; }

.textcrezit {
    grid-area: textcrezit;
    font-size: 1.0em;
    line-height: 18px;
    text-align: right;
    font-weight: bold;
    width: 100%;
    padding: 0% 12% 0% 0%;
}

/* 1カラム rogo*/
.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.2fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    justify-content: center;
    justify-items: center;
    margin: 5%;
}

.parent02 {
    display: grid;
    grid-template-columns: repeat(1, 0.3fr);
    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: 60%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px #a5a5a5;
}
}
@media only screen and (max-width: 1024px){
}
@media only screen and (max-width: 430px){
.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%;
        margin: 10%;
}

.overlay-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px #a5a5a5;
}

.container917 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 0.1fr;
        gap: 20px 20px;
        grid-auto-flow: row;
        justify-content: center;
        justify-items: center;
        grid-template-areas:
        "photoimage10"
        "textimage10"
        "textcrezit";
        padding-top: 15%;
        margin: 0% 5%;
    }
.textcrezit {
    grid-area: textcrezit;
    font-size: 1.0em;
    line-height: 18px;
    text-align: right;
    font-weight: bold;
    width: 100%;
    padding: 0% 5% 0% 0%;
}
}

@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: 320px){

}