@charset "UTF-8";


/* アニメーションを無効化 */
.scroll-fade {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.delay-scroll span {
    transform: none !important;
}


/* -- font
-------------------------------------------------------------------------------- */
@font-face {
    font-family: 'NotoSansJapanese';
    src: url('/mailimages/lp/gastro/css/font/NotoSansCJKjp-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansJapanese';
    src: url('/mailimages/lp/gastro/css/font/NotoSansCJKjp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'YakuHanJP';
    src: url('/mailimages/lp/gastro/css/font/YakuHanJP-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YakuHanJP';
    src: url('/mailimages/lp/gastro/css/font/YakuHanJP-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'europa';
    src: url('/mailimages/lp/gastro/css/font/europa-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'europa';
    src: url('/mailimages/lp/gastro/css/font/europa-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/* -- Base and Reset
-------------------------------------------------------------------------------- */
body,html {
	width: 100%;
    font-size: 16px;
}
body {
	font: 1rem/1.6 'YakuHanJP', 'europa', 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
	text-align: left;
    color: #555;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
input,textarea,select {
	font-family: 'YakuHanJP', 'europa', 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,ol { list-style: none; }
fieldset,img { border: 0; vertical-align: top; }
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
input{
    color:#333;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
label{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a{
    text-decoration:none;
    color:inherit;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
select::-ms-expand {
    display: none;
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout:default;
    min-width: 1024px;
}
.sp-only{
    display: none;
}
@media (max-width: 1280px){
    html{
        font-size: 15px;
    }
}
@media (max-width: 1024px){
    html{
        font-size: 14px;
    }
}
@media (max-width: 768px){
    html{
        font-size: 12px;
    }
    body{
        min-width: auto;
    }
    .sp-only{
        display: block;
    }
}


/* -- in
-------------------------------------------------------------------------------- */
.in{
    max-width: 950px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.in.wide{
    max-width: 1200px;
}


/* -- under-line
-------------------------------------------------------------------------------- */
.under-line{
    text-decoration: underline;
    color: #b7ab8b;
}
.ex-link::after,
.bullet-list .ex-link dl dd::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: url(/mailimages/lp/gastro/img/ico_ex_link.png) no-repeat;
    background-size: contain;
    margin: 0 0.3em;
}
.bullet-list .ex-link::after{
    display: none;
}


/* -- txt
-------------------------------------------------------------------------------- */
.txt,
.txt-box p{
    line-height: 2.1;
    text-align: justify;
    text-justify: inter-ideograph;
}
.txt-box p + p,
p + .txt-box,
.table-list + .txt{
    margin-top: 1.9em;
}
.txt.note{
    font-size: 0.9375rem;
    color: #999;
    line-height: 1.8;
    margin-top: 1em;
}
.lead-txt{
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}
.lead-txt p + p{
    margin-top: 2em;
}
.banner + .txt-box,
.link-list + .txt-box{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
}
@media (max-width: 768px){
    .txt,
    .txt-box p{
        line-height: 2;
    }
    .txt-box p + p,
    p + .txt-box,
    .table-list + .txt{
        margin-top: 1.8em;
    }
    .lead-txt{
        line-height: 2.2;
    }
    .lead-txt p + p{
        margin-top: 1.8em;
    }
    .lead-txt::before {
        font-size: 3rem;
        top: -2rem;
    }
    .banner + .txt-box,
    .link-list + .txt-box {
        margin-top: 2.5rem;
    }
    .txt.note{
        margin-top: 1em;
    }
}


/* -- header
-------------------------------------------------------------------------------- */
header{
    padding: 2px 0;
    position: absolute;
    top: 3%;
    left: 4%;
    z-index: 3;
}
header .logo{
    display: block;
    height: 60px;
}
header .logo img{
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}
@media (max-width: 768px){
    header {
        padding: 2px 0;
        top: 5vw;
        left: 5%;
    }
    header .logo {
        height: 28px;
    }
}


/* -- .sns
-------------------------------------------------------------------------------- */
.sns {
    position: fixed;
    top: 3%;
    right: 4%;
    display: flex;
    align-items: center;
}
.sns .ttl {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-right: 1rem;
}
.sns.fix .ttl {
    opacity: 0;
}
.sns ul {
    display: flex;
    justify-content: center;
    font-size: 3.375rem;
}
.sns li + li{
    margin-left: 0.5rem;
}
.sns li a{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d8cfb0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
@media (min-width: 1025px){
    .sns li a:hover{
        background: #ac0025;
    }
}
.sns li a svg{
    fill: #fff;
}
.sns li a.fb svg{
    width: 22%;
}
.sns li a.tw svg{
    width: 46%;
}
@media (max-width: 768px){
    .sns {
        top: 5vw;
        right: 5%;
    }
    .sns .ttl {
        margin-right: 0.833334rem;
    }
    .sns li a{
        width: 32px;
        height: 32px;
    }
}


/* -- main-visual
-------------------------------------------------------------------------------- */
.wrap{
    overflow: hidden;
}
.main-visual{
    height: 75vh;
    min-height: 740px;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.loaded .main-visual{
    opacity: 1;
}
.main-visual::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* A案のメインビジュアル */
body.version-a .main-visual::before {
    background-image: url(/mailimages/lp/gastro/img/img_gastro_mainvisual.webp);
}

/* B案のメインビジュアル */
body.version-b .main-visual::before {
    background-image: url(/mailimages/lp/gastro/img/img_gastro_mainvisual01.webp);
}
.main-visual .main-visual-inner{
    width: 57%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-visual .ttl-box{
    text-align: center;
    max-width: 620px;
    padding: 0 7.017543%;
    color: #333;
}
.main-visual .ttl{
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transform: translateY(0);
    opacity: 1;
}
.main-visual .ttl span{
    display: block;
    overflow: hidden;
}
.main-visual .ttl span + span{
    margin-top: 0.2em;
}
.main-visual .ttl span span{
    display: block;
    transition: transform 0.8s ease;
}
.main-visual .ttl.show span span{
    transform: translateY(0);
}
.main-visual .sub-ttl{
    font-size: 1.125rem;
    font-weight: normal;
    margin-top: 1rem;
    color: #999;
}
.main-visual .lead-txt {
    margin-top: 2.5rem;
    color: #000
    background-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
  }
.main-visual .lead-txt::before {
    display: none;
}
/* ieハック */
@media all and (-ms-high-contrast: none){
    .main-visual .ttl{
        line-height: 1.4;
    }
    .main-visual .ttl span + span{
        margin-top: 0.1em;
    }
}
@media (max-width: 1024px){
    .main-visual{
        height: 90vw;
    }
}
@media (max-width: 768px){
    .main-visual {
        height: auto;
        min-height: auto;
        max-height: none;
    }
    .main-visual::before {
        top: auto;
        bottom: 0;
        height: 40vh;
        background-position: bottom left;
    }
    .main-visual .main-visual-inner {
        width: 100%;
        height: calc(100% - 40vh);
        box-sizing: border-box;
        padding-top: calc(32px + 5vw);
        position: static;
        padding-bottom: 40vh;
    }
    .main-visual .ttl-box {
        width: 100%;
        padding: 12.5vw 0 9.375vw;
        box-sizing: border-box;
    }
    .main-visual .ttl {
        font-size: 2.25rem;
    }
    .main-visual .ttl span + span {
        margin-top: 0.3em;
    }
    .main-visual .sub-ttl {
        font-size: 1.083333rem;
        word-break: keep-all;
    }
    .main-visual .lead-txt {
        display: none;
    }
    .main-visual .main-visual-btn {
        display: none;
    }

}


/* -- concept
-------------------------------------------------------------------------------- */
.concept{
    width: 100%;
    padding: calc(6.25rem + 4.7rem) 10% calc(7.5rem + 4.333333rem);
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}
.loaded .concept{
    opacity: 1;
}
.concept .in {
    padding-top: 3rem;
}
.concept .concept-body{
    width: 46%;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px){
    .concept {
        padding: 2.5rem 7% 2.5rem;
        background-color: #FBF8F1;
        display: block;
    }
    .concept .in {
        padding-top: 0;
    }
    .concept .concept-body {
        width: 100%;
    }
    .concept .lead-txt::before {
        display: none;
    }
}


/* -- banner
-------------------------------------------------------------------------------- */
.banner{
    padding: 5rem 10%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
section .banner{
    padding: 0;
    margin-top: 1rem;
}
section .banner:first-child{
    margin-top: 0;
}
section .section-body-inner > .banner:first-child{
    margin-top: 0;
}
.banner .banner-ttl{
    font-size: 1.225rem;
    letter-spacing: 0.03em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.banner .banner-ttl span{
    display: block;
    font-size: 0.9375rem;
    font-weight: normal;
    letter-spacing: 0;
    color: #999;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.banner a{
    display: block;
}
.banner img{
    width: 100%;
    transition: opacity 0.3s ease;
}

.banner-premium-wide .in {
    padding: 5rem 10%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
}

.banner-premium-wide:hover {
    background-color: #a9a9a9;
}
.banner-premium-wide img{
    width: 100%;
}

/* premium-banner-wideの下に6.5remの空きを追加 */
.banner-premium-wide {
    background-color: #c0c0c0;
    margin: 0 0 6.5rem 0; /* 下マージンを6.5remに変更 */
    padding: 1em 0;
}

@media (min-width: 1025px){
    .banner a:hover img{
        opacity: 0.7;
    }
    .banner-premium-wide a:hover img {
        opacity: 0.7;
    }
    .banner-premium-wide {
        margin: 3em 0 5rem 0; /* 上下マージンを調整 */
        padding: 2.5em 10%;
    }
    
}
@media (max-width: 768px){
    section .banner {
        margin-top: 2.5rem;
    }
    .banner .banner-ttl {
        font-size: 1.0625rem;
    }
    .banner-premium-wide {
        margin: 2.5em 0 4rem 0; /* スマホでさらに調整 */
        padding: 2em 10%;
    }
    
    .banner-premium-wide p {
        font-size: 0.8em;
    }
    
    .banner-premium-wide p:first-child {
        font-size: 1.3em !important;
    }
}


/* -- index
-------------------------------------------------------------------------------- */
.index{
    background:  #ececeb;
    padding: calc(3.75rem + 0.333333rem) 4% 3.75rem;
}
.banner + .index{
    padding-top: 0;
}
.index .ttl{
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1.25rem;
}
.index .list{
    display: flex;
}
.index .list li{
    width: 25%;
    font-weight: bold;
    text-align: center;
    padding: 1rem 0;
}
.index .list li + li{
    border-left: solid 1px rgba(0,0,0,0.1);
}
.index .list li:nth-child(2){
    transition-delay: 0.1s;
}
.index .list li:nth-child(3){
    transition-delay: 0.2s;
}
.index .list li:nth-child(4){
    transition-delay: 0.3s;
}
.index .list li:nth-child(5){
    transition-delay: 0.4s;
}
.index .list li:nth-child(6){
    transition-delay: 0.5s;
}
.index .list li a{
    display: inline-block;
    font-size: 0.9375rem;
    letter-spacing: 0.03em;
}
.index .list li a p{
    transform: translateY(0);
    opacity: 1;
}
.index .list li a p > span{
    display: block;
    overflow: hidden;
}
.index .list li a p span span{
    display: block;
    transition: transform 0.8s ease;
}
.index .list li a p.show span span{
    transform: translateY(0);
}
.index .list li a .arrow{
    display: block;
    width: 12px;
    height: 12px;
    margin: 1rem auto 0;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}
@media (min-width: 1025px){
    .index .list li a:hover .arrow{
        color: #ac0025;
    }
}
.index .list li a .arrow::before{
    content: "";
    display: block;
    height: 12px;
    border-left: solid 2px;
    margin-left: -1px;
    position: absolute;
    left: 50%;
    bottom: 0;
}
.index .list li a .arrow::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    margin-left: -4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(45deg);
}
.index .list li .number,
section .section-ttl .shoulder .number{
    display: block;
    font-size: 1rem;
    width: 2.266667em;
    height: 2.266667em;
    line-height: 2.2em;
    background: #ac0025;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
    text-align: center;
    letter-spacing: 0;
    transition: transform 0.6s ease;
}
.index .list li .number.show,
section .section-ttl .shoulder .number.show{
    transform: scaleX(1);
}
.index .list li:nth-child(2) .number{
    transition-delay: 0.1s;
}
.index .list li:nth-child(3) .number{
    transition-delay: 0.2s;
}
.index .list li:nth-child(4) .number{
    transition-delay: 0.3s;
}
.index .list li:nth-child(5) .number{
    transition-delay: 0.4s;
}
.index .list li:nth-child(6) .number{
    transition-delay: 0.5s;
}
.index .list li .number{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.625rem;
}
@media (max-width: 768px){
    .index{
        padding: 3rem 7%;
    }
    .index .ttl{
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .index .list{
        display: block;
    }
    .index .list li{
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .index .list li:nth-child(2),
    .index .list li:nth-child(3),
    .index .list li:nth-child(4){
        transition-delay: 0s;
    }
    .index .list li + li{
        border-left: none;
        border-top: solid 1px rgba(0,0,0,0.1);
        padding-top: 1.25rem;
        margin-top: 1.25rem;
    }
    .index .list li .number {
        margin: 0;
    }
    .index .list li .number,
    section .section-ttl .shoulder .number{
        width: 2.333334em;
        height: 2.333334em;
        line-height: 2.25em;
    }
    .index .list li a {
        display: flex;
        align-items: center;
        position: relative;
    }
    .index .list li a p {
        margin-left: 1.25rem;
    }
    .index .list li a .arrow {
        margin: 0;
        position: absolute;
        top: 50%;
        right: 1rem;
        margin-top: -6px;
    }
}


/* -- link-list
-------------------------------------------------------------------------------- */
.link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc(3.125rem - 2rem);
}
.link-list li{
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    margin-top: 2rem;
    opacity: 1;
    transform: translateY(0);
}
.link-list li:nth-child(even) .img,
.link-list li:nth-child(even) .name-box{
    transition-delay: 0.2s;
}
.link-list li .list-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link-list li .img{
    width: 40%;
    padding-top: 40%;
    overflow: hidden;
    border-radius: 50%;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.link-list li.show .img{
    opacity: 1;
    transform: scaleX(1);
}
.link-list li .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
@media (min-width: 1025px){
    .link-list li a.list-box:hover .img img{
        transform: scale(1.08);
        opacity: 0.7;
    }
}
.link-list li .name-box{
    width: calc(100% - 40%);
    box-sizing: border-box;
    padding-left: 2.5rem;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.link-list li.show .name-box{
    opacity: 1;
    transform: translateY(0);
}
.link-list li .list-box .num{
    font-size: 0.875rem;
    color: #ac0025;
    font-weight: bold;
    margin-bottom: 1em;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.link-list li .genre{
    font-size: 1.375rem;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: bold;
}
.link-list li .genre::after{
    margin: 0 0.5em;
}
.link-list li .name{
    font-size: 0.9375rem;
    margin-top: 0.5em;
}
.link-list + p{
    margin-top: 2em;
}
@media (max-width: 768px){
    .link-list {
        display: block;
        margin-top: 2.5rem;
    }
    .link-list li {
        width: 100%;
        margin-top: 0;
    }
    .link-list li:nth-child(even) .img,
    .link-list li:nth-child(even) .name-box{
        transition-delay: 0s;
    }
    .link-list li + li {
        margin-top: 1.666667rem;
    }
    .link-list li .img {
        width: 80px;
        padding-top: 80px;
    }
    .link-list li .name-box {
        width: calc(100% - 80px);
        padding-left: 1.666667rem;
    }
    .link-list li .name {
        margin-top: 0.416667rem;
    }
    .link-list li .genre {
        font-size: 1.25rem;
    }
}


/* -- qa
-------------------------------------------------------------------------------- */
.qa .ttl{
    position: relative;
    padding-left: 3.8rem;
}
.qa .shoulder{
    position: absolute;
    left: 0;
    width: 1.8rem;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2.625rem;
    text-align: center;
    color: #d8cfb0;
}
.qa .answer-box{
    position: relative;
    padding-left: 3.8rem;
}
.qa .answer-box .shoulder{
    color: #ac0025;
    top: -0.3rem;
}
.answer-box p + p,
p + .txt-box,
.table-list + .txt{
    margin-top: 1em;
}
@media (max-width: 768px){
    .qa .ttl {
        padding-left: 2.833333rem;
    }
    .qa .answer-box{
        position: relative;
        padding-left: 2.833333rem;
    }
    .qa .shoulder {
        width: 1.5rem;
        font-size: 1.833333rem;
        line-height: 2rem;
        top: -1px;
    }
    .qa .answer-box .shoulder {
        top: 0;
    }
}


/* -- box-ttl
-------------------------------------------------------------------------------- */
.box-ttl{
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-top: 2em;
    margin-bottom: 0.625rem;
}
.box-ttl span{
    display: inline-block;
}
.box-ttl span::before{
    content: "［";
    margin-right: 0.5em;
}
.box-ttl span::after{
    content: "］";
    margin-left: 0.5em;
}


/* -- bullet-list
-------------------------------------------------------------------------------- */
.bullet-list{
    line-height: 2.1;
    list-style-type: disc;
    padding-left: 1.5em;
    color: #ac0025;
}
.bullet-list li{
    padding-left: 0.5em;
}
.bullet-list li dl{
    display: inline-block;
    vertical-align: top;
}
.bullet-list li span,
.bullet-list li dl{
    color: #555;
}
.bullet-list li dt,
.bullet-list li dd{
    display: inline-block;
}
.bullet-list + .txt{
    margin-top: 1.9em;
}
.bullet-list.flex{
    flex-wrap: wrap;
}
.bullet-list.flex li{
    width: 50%;
    box-sizing: border-box;
}
@media (max-width: 768px){
    .bullet-list{
        line-height: 2;
    }
    .bullet-list li {
        padding-left: 0;
    }
    .bullet-list.flex li {
        width: 100%;
    }
    .bullet-list + .txt{
        margin-top: 1.8em;
    }
}


/* -- box-list
-------------------------------------------------------------------------------- */
.box-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(1.25rem - 2px);
    font-size: 0.9375rem;
}
.box-list li{
    width: calc(50% - 1px);
    margin-top: 2px;
}
.box-list li a{
    display: flex;
    align-items: center;
    background: #f4f4f4;
    padding: 1.25em 1.5625em;
    position: relative;
    transition: background 0.3s ease;
}
.box-list li a:hover{
    background: #ececeb;
}
.box-list li a::after{
    margin: 0;
    position: absolute;
    top: 50%;
    right: 1.5625em;
    margin-top: -5px;
}
.box-list li dl {
    padding-right: calc(11px + 1.5625rem);
}
.box-list li dt, 
.box-list li dd {
    display: inline-block;
}
@media (max-width: 768px){
    .box-list{
        display: block;
        margin-top: calc(1.25rem - 1px);
    }
    .box-list li{
        width: 100%;
        margin-top: 1px;
    }
}


/* -- table-list
-------------------------------------------------------------------------------- */
.table-list {
    margin-top: 1rem;
}
.table-list table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.9375rem;
}
.table-list table th{
    text-align: center;
    padding: 0 0 0.625em;
    font-weight: bold;
    letter-spacing: 0.03em;
    border-bottom: solid 2px;
}
.table-list table td{
    text-align: center;
    letter-spacing: 0.03em;
    padding: 1em 0;
    border-bottom: solid 1px rgba(0,0,0,0.1);;
}
.table-list table th:first-child,
.table-list table td:first-child{
    text-align: left;
}
.table-list table td:nth-child(even){
    background: #ececeb;
}


/* -- section
-------------------------------------------------------------------------------- */
section {
    overflow: hidden;
}
section .section-head{
    padding: 7.5rem 10% 5rem;
    position: relative;
}
section .bg-ttl{
    font-size: 18vw;
    font-weight: bold;
    line-height: 1;
    color: #f4f4f4;
    position: absolute;
    top: 2vw;
    right: -1.4%;
    z-index: 1;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
section .bg-ttl span{
    display: block;
}
section:nth-child(even){
    background: #f4f4f4;
}
section:nth-child(even) .bg-ttl{
    right: auto;
    left: 1.1%;
    color: #fff;
}
section .section-ttl{
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    transform: translateY(0);
    opacity: 1;
}
section .section-ttl .ttl-txt{
    display: block;
}
section .section-ttl .ttl-txt span{
    display: block;
    overflow: hidden;
}
section .section-ttl .ttl-txt span + span{
    margin-top: 0.3em;
}
section .section-ttl .ttl-txt span span{
    display: block;
    transition: transform 0.8s ease;
}
section .section-ttl .ttl-txt.show span span{
    transform: translateY(0);
}
section .section-ttl .shoulder{
    display: block;
    font-size: 0.8125rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1em;
}
section .section-ttl .shoulder .number{
    margin: 0.625rem auto 1.5625rem;
    font-size: 1.205883rem;
}
section .section-body{
    position: relative;
    z-index: 1;
}
section .section-body-head{
    padding: 0 0 0 10%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
section .section-body-head .body-head-txt{
    box-sizing: border-box;
    width: 44%;
    max-width: 520px;
    padding: 5rem 5rem 5rem 0;
    margin-left: auto;
    margin-right: auto;
}
section .section-body-head .body-head-img{
    width: 56%;
}
section .section-body-head .body-head-img img{
    width: 100%;
}
section .section-body-head.reverse{
    flex-direction: row-reverse;
    padding: 0 10% 0 0;
}
section .section-body-head.reverse .body-head-txt{
    padding-right: 0;
    padding-left: 5rem;
}
section .section-body-inner{
    padding: 0 10% 7.5rem;
    position: relative;
}
section .section-body-inner.has-premium-banner {
    padding-bottom: 0 !important;
}
section .section-body-head + .section-body-inner{
    padding-top: 6.25rem;
}
section .section-body .body-content{
    margin-top: 3.75rem;
    padding-top: 3.75rem;
    border-top: solid 1px rgba(0,0,0,0.1);;
    position: relative;
}
section .section-body .section-body-inner .body-content:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
section .section-body .flex{
    display: flex;
    align-items: center;
}
section .section-body .flex.reverse{
    flex-direction: row-reverse;
}
section .section-body .content-txt{
    width: 55%;
}
section .section-body .content-img{
    width: 45%;
    padding-right: 5rem;
    box-sizing: border-box;
}
section .section-body .flex.reverse .content-img{
    padding-right: 0;
    padding-left: 5rem;
}
section .section-body .content-img img{
    width: 100%;
}
section .section-body .ttl{
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 1em;
}
/* ieハック */
@media all and (-ms-high-contrast: none){
    section .bg-ttl{
        right: 0;
    }
    section:nth-child(even) .bg-ttl{
        left: 0;
    }
    section .section-ttl{
        line-height: 1.4;
    }
    section .section-ttl .ttl-txt span + span{
        margin-top: 0.1em;
    }
}
/* edgeハック */
@supports (-ms-ime-align: auto){
    section .bg-ttl{
        right: 0;
    }
    section:nth-child(even) .bg-ttl{
        left: 0;
    }
}
/* firefoxハック */
@-moz-document url-prefix() {
	section .bg-ttl{
        right: 0;
    }
    section:nth-child(even) .bg-ttl{
        left: 0;
    }
}
@media (max-width: 768px){
    section .bg-ttl {
        font-size: 22vw;
        top: 4vw;
        right: -0.5%;
    }
    section:nth-child(even) .bg-ttl {
        left: 2.2%;
    }
    section .section-head {
        padding: 3rem 3% 2.5rem;
    }
    section .section-ttl {
        font-size: 1.666667rem;
        letter-spacing: 0;
    }
    section .section-ttl .shoulder .number {
        font-size: 1.142857rem;
    }
    section .section-body .flex {
        display: block;
    }
    section .section-body .ttl {
        font-size: 1.333333rem;
        letter-spacing: 0;
        margin-bottom: 1em;
    }
    section .section-body-inner {
        padding: 0 7% 3rem;
    }
    section .section-body .content-img {
        width: 100%;
        padding-right: 0;
    }
    section .section-body .flex.reverse .content-img {
        padding-left: 0;
    }
    section .section-body .content-txt {
        width: 100%;
        margin-top: 2.5rem;
    }
    section .section-body-head {
        display: block;
        padding: 0;
    }
    section .section-body-head .body-head-img {
        width: 100%;
    }
    section .section-body-head .body-head-txt {
        width: 100%;
        padding: 2rem 7% 0;
        margin: 2.5rem 0 0;
    }
    section .section-body .body-content {
        margin-top: 2.5rem;
        padding-top: 2.5rem;
    }
    section .section-body .body-content.qa:first-child {
        padding-top: 2.5rem;
        border-top: solid 1px rgba(0,0,0,0.1);
    }
    section .section-body-head + .section-body-inner {
        padding-top: 2.5rem;
    }
}


/* -- footer
-------------------------------------------------------------------------------- */
footer{
    padding: 4.375rem 5% 5rem;
}
footer .ex-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .ex-links li{
    margin: 0 0.625rem;
}
footer .ex-links a{
    font-size: 0.9375rem;
    color: #66666c;
}
footer .logo-block{
    text-align: center;
    margin-top: 2rem;
}
footer .logo{
    display: inline-block;
    height: 42px;
    margin: 0 auto;
}
footer .logo img{
    height: 100%;
}
footer .copyright{
    font-size: 0.875rem;
    text-align: center;
    color: #999;
    letter-spacing: 0.03em;
    margin-top: 2rem;
}
@media (max-width: 768px){
    footer {
        padding: 2.5rem 7%;
    }
    footer .ex-links{
        display: block;
    }
    footer .ex-links li{
        margin: 0;
    }
    footer .ex-links li + li{
        margin-top: 0.833334rem;
    }
    footer .ex-links a {
        font-size: 1rem;
    }
    footer .logo-block{
        margin-top: 2.5rem;
        text-align: right;
    }
    footer .logo {
        height: 28px;
    }
    footer .copyright{
        text-align: right;
        margin-top: 0.833333rem;
    }
}

/* -- btn
-------------------------------------------------------------------------------- */
.main-visual-btn {
    margin-top: 2rem;
    text-align: center;
}

.btn-primary {
    display: inline-block;
    background: #ff4500;
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.125rem;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #ac0025;
}

/* より詳細度の高いセレクタを使用 */
div .gray-button {
    display: block;
    background-color: #666666;
    color: white;
    text-decoration: none;
    padding: 30px 125px 30px 50px;
    border-radius: 10px;
    border: 1px solid #555;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    width: 750px;
    text-align: center;
    box-sizing: border-box;
    margin: 15px auto;
}

div .gray-button:hover {
    background-color: #777777;
}

div .gray-button::after {
    content: "▶";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background-color: #888888;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    border-radius: 0 10px 10px 0;
}

/* タブレット対応 (1024px以下) */
@media only screen and (max-width: 1024px) {
    div .gray-button {
        width: 90% !important;
        max-width: 600px !important;
        padding: 25px 100px 25px 40px !important;
        font-size: 18px !important;
        margin: 12px auto !important;
    }
    
    div .gray-button::after {
        width: 80px !important;
        font-size: 24px !important;
    }
}

/* スマホ対応 (768px以下) */
@media only screen and (max-width: 768px) {
    div .gray-button {
        width: 95% !important;
        max-width: none !important;
        padding: 20px 70px 20px 25px !important;
        font-size: 12px !important;
        border-radius: 8px !important;
        margin: 10px auto !important;
    }
    
    div .gray-button::after {
        width: 60px !important;
        font-size: 18px !important;
        border-radius: 0 8px 8px 0 !important;
    }
}