@charset "UTF-8";

/*============================
	html5 base style
============================*/
:where(#body) div,
:where(#body) span,
:where(#body) object,
:where(#body) iframe,
:where(#body) h1,
:where(#body) h2,
:where(#body) h3,
:where(#body) h4,
:where(#body) h5,
:where(#body) h6,
:where(#body) p,
:where(#body) pre,
:where(#body) address,
:where(#body) code,
:where(#body) em,
:where(#body) img,
:where(#body) a,
:where(#body) small,
:where(#body) sub,
:where(#body) sup,
:where(#body) var,
:where(#body) b,
:where(#body) i,
:where(#body) dl,
:where(#body) dt,
:where(#body) dd,
:where(#body) ol,
:where(#body) ul,
:where(#body) li,
:where(#body) fieldset,
:where(#body) form,
:where(#body) label,
:where(#body) legend,
:where(#body) table,
:where(#body) caption,
:where(#body) tbody,
:where(#body) tfoot,
:where(#body) thead,
:where(#body) tr,
:where(#body) th,
:where(#body) td,
:where(#body) article,
:where(#body) aside,
:where(#body) canvas,
:where(#body) figcaption,
:where(#body) figure,
:where(#body) picture,
:where(#body) footer,
:where(#body) header,
:where(#body) menu,
:where(#body) main,
:where(#body) section,
:where(#body) time,
:where(#body) mark,
:where(#body) audio,
:where(#body) nav,
:where(#body) video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

:where(#body) article,
:where(#body) aside,
:where(#body) figcaption,
:where(#body) figure,
:where(#body) footer,
:where(#body) header,
:where(#body) menu,
:where(#body) main,
:where(#body) section,
:where(#body) nav,
:where(#body) picture {
    display: block;
}

:where(#body) ol,
:where(#body) ul {
    list-style: none;
}

:where(#body) a {
    text-decoration: none;
    color: #666;
}

:where(#body) img,
:where(#body) svg,
:where(#body) video {
    width: 100%;
    vertical-align: bottom;
}

:where(#body) img {
    -webkit-user-drag: none;
}

:where(#body) table {
    border-collapse: collapse;
    border-spacing: 0;
}

:where(#body) input,
:where(#body) select {
    vertical-align: middle;
}

/* :where(#body) input,
:where(#body) select,
:where(#body) button {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
} */

:where(#body) input:focus,
:where(#body) select:focus,
:where(#body) button:focus {
    outline: 0;
}


/*============================
    module style
============================*/
html {
    overflow: auto;
    font-size: 62.5%;
}


:where(#body) {
    font-size: 1.5rem;
    font-weight: 400;
    background: #fff;
    color: #666;
    /* font-family: "book", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Ｐゴシック', 'MS PGothic', sans-serif; */
    font-family: futura-pt,"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans W3","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"Helvetica Neue","Yu Gothic",YuGothic,Verdana,"M+ 1p",sans-serif;
    margin: auto;
    overflow: hidden;
    position: relative;
    min-width: auto;
    font-feature-settings: "palt";
    font-optical-sizing: auto;
    font-style: normal;
}

:where(#body) p,
:where(#body) li,
:where(#body) dt,
:where(#body) dd,
:where(#body) h3,
:where(#body) h4,
:where(#body) h5,
:where(#body) span {
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .1em;
}


/*----------------------------
  layout
-----------------------------*/
.base-inner {
    max-width: calc(1040px + 2%);
    margin: 0 auto;
    padding: 0 1%;
}

.inner__mid {
    max-width: calc(1300px + 2%);
    margin: 0 auto;
    padding: 0 1%;
}

.inner__large {
    max-width: calc(192px + 2%);
    margin: 0 auto;
    padding: 0 1%;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.flexwrap {
    flex-wrap: wrap;
    width: 100%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-45 {
    width: 45%;
}

.w-70 {
    width: 70%;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.block {
    display: block;
}

.block-center {
    display: block;
    margin: auto;
}

.jc-between {
    justify-content: space-between;
}

.jc-around {
    justify-content: space-around;
}

.jc-center {
    justify-content: center;
}

.jc-end {
    justify-content: flex-end;
}

.align-items {
    align-items: center;
}

.fd-reverse {
    flex-direction: row-reverse;
}

.icon:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
}

.of-hidden {
    overflow: hidden;
}

.wp-nowrap {
    white-space: nowrap;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1e {
    margin-bottom: 1em;
}

.mr-1e {
    margin-right: 1em;
}

.mr-20 {
    margin-right: 20px;
}

.pl-1 {
    padding-left: 1em;
}

@media screen and (max-width:1024px) {
    .mb-150 {
        margin-bottom: 100px;
    }

    .mb-100 {
        margin-bottom: 70px;
    }

    .mb-80 {
        margin-bottom: 60px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }

    .mb-50 {
        margin-bottom: 40px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .mb-20 {
        margin-bottom: 15px;
    }

}

@media screen and (max-width:767px) {
    .mb-150 {
        margin-bottom: 75px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .mb-80 {
        margin-bottom: 40px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .mb-30 {
        margin-bottom: 15px;
    }

    .mb-20 {
        margin-bottom: 10px;
    }


}


/*----------------------------
  text
-----------------------------*/
@font-face {
    font-family: 'futuran';
    src: url('/assets/upload/imgupload/specialpage/firstanteprima/16023_FUTURAN.ttf')format('truetype');
}

@font-face {
    font-family: 'book';
    src: url('/assets/upload/imgupload/specialpage/firstanteprima/FuturaBook.otf')format('truetype');
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url('/assets/upload/imgupload/specialpage/firstanteprima/NotoSansJP-VariableFont_wght.ttf')format('truetype');
}

.font-en {
    font-family: "Noto Serif JP", serif;
    /* font-weight: 500; */
    font-weight: 400;
    font-style: normal;
}

.font-min {
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'MS Ｐ明朝', 'MS PMincho', serif;
}

.font-go {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Ｐゴシック', 'MS PGothic', sans-serif;
}

.font-ex {
    font-family: 'futuran', serif;
}

.font-num {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Ｐゴシック', 'MS PGothic', sans-serif;
}

.wr-vt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.fuchidori {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0 -1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.bold {
    font-weight: bold;
}

.al-center {
    text-align: center;
}

.al-right {
    text-align: right;
}

.al-left {
    text-align: left;
}

.line-h-22 {
    line-height: 22px;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.fs-40 {
    font-size: 4rem;
}

.fs-38 {
    font-size: 3.8rem;
}

.fs-36 {
    font-size: 3.6rem;
}

.fs-32 {
    font-size: 3.2rem;
}

.fs-30 {
    font-size: 3rem;
}

.fs-28 {
    font-size: 2.8rem;
}

.fs-26 {
    font-size: 2.6rem;
}

.fs-24 {
    font-size: 2.4rem;
}

.fs-22 {
    font-size: 2.2rem;
}

.fs-20 {
    font-size: 2rem;
}

.fs-18 {
    font-size: 1.8rem;
}

.fs-16 {
    font-size: 1.6rem;
}


.fs-14 {
    font-size: 1.4rem;
}

.fs-12 {
    font-size: 1.2rem;
}

.fw-500 {
    font-weight: 500;
}

.pl-2e {
    padding-left: 2em;
}

.lh-2 {
    line-height: 2;
}

.lh-25 {
    line-height: 2.5;
}

.ls-15 {
    letter-spacing: .15em;
}


/*============================
    color
============================*/
.bg__wh {
    background: #fff;
}

.color-ma {
    color: #a08750;
}

.color-ma02 {
    color: #d8b62e;
}

.color-gr {
    color: #076e27;
}

.color-or02 {
    color: #ffb400;
}

.color-red {
    color: #bb0000;
}

.color-bl {
    color: #1f64c2;
}

.bg-ma {
    background: #a08750;
}

.bg-lg {
    background: linear-gradient(#fff, #a08750);
}

.bg_lg02 {
    background: -moz-linear-gradient(90deg, #ede4e4, #f7f4f4);
    background: -webkit-linear-gradient(90deg, #ede4e4, #f7f4f4);
    background: linear-gradient(90deg, #ede4e4, #f7f4f4);
}

.b_shadow {
    box-shadow: 0px 3px 20px rgba(175, 213, 163, .38);
}

/*----------------------------
  movie
-----------------------------*/
.ytwrap {
    position: relative;
    word-wrap: 100%;
    padding-bottom: 56.25%;

}

.ytwrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*----------------------------
  space
-----------------------------*/
.m-auto {
    margin: auto;
}


/*----------------------------
  position
-----------------------------*/
.ps-r {
    position: relative;
}

.ps-a {
    position: absolute;
}

/*----------------------------
  list
-----------------------------*/
.list-style {
    list-style: disc;
}

.scale {
    transition: 0.5s;
}

.scale:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.spbr {
    display: none;
}

/*----------------------------
  responsive
-----------------------------*/
@media screen and (min-width:769px) {
    .sp {
        display: none;
    }

    .sponly {
        display: none;
    }

}

@media screen and (max-width:1024px) {
    body {
        font-size: 1.4rem;
        min-width: auto;
    }

    html.active {
        overflow-y: hidden;
    }

    .base-inner {
        padding: 0 3%;
    }

    .inner__mid {
        padding: 0 3%;
    }

    .inner__large {
        padding: 0 3%;
    }

    .sponly {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }

    .pcbr {
        display: none;
    }

}

@media screen and (max-width:767px) {
    body {
        font-size: 1.4rem;
    }

    .flex {
        display: block;
    }

    .spbr {
        display: block;
    }

    .pcbr {
        display: none;
    }

    .base-inner {
        padding: 0 5%;
    }

    .inner__mid {
        padding: 0 5%;
    }

    .inner__large {
        padding: 0 5%;
    }

    .sponly {
        display: block;
    }

    .spnone {
        display: none;
    }
}



/*----------------------------
scroll animation
-----------------------------*/
/* のびる背景 */

/*背景色が伸びて出現 */
.active.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    opacity: 0;
    display: block;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
.bgappear {
    opacity: 0;
    display: block;
}

.active .bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: .5s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--------- 左から --------*/
.bgLRextend::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #1f7adb;
    /*伸びる背景色の設定*/
}

.active.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    background-color: #1f7adb;
    z-index: 9;
    /*伸びる背景色の設定*/

}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
        opacity: 1;
    }

    50.001% {
        transform-origin: right;
        opacity: 1;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
        opacity: 1;
    }
}


/*--------- 右から --------*/
.bgRLextend::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #223a70;
    /*伸びる背景色の設定*/
}

.active.bgRLextend::before {
    animation-name: bgRLextendAnime;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    background-color: #223a70;
    /*伸びる背景色の設定*/

}

@keyframes bgRLextendAnime {
    0% {
        transform-origin: right;
        transform: scaleX(0);
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    50% {
        transform-origin: right;
        transform: scaleX(1);
        opacity: 1;
    }

    50.001% {
        transform-origin: left;
        opacity: 1;
    }

    100% {
        transform-origin: left;
        transform: scaleX(0);
        opacity: 1;
    }
}

/*============================
	text-animation
============================*/
.smoothText {
    overflow: hidden;
    display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
.smoothTextTrigger {
    transition: 1s ease-in-out;
    transform: translate3d(0, 100%, 0) skewX(12deg);
    transform-origin: left;
    display: block;
}

.smoothTextTrigger.smoothTextAppear {
    transform: translate3d(0, 0, 0) skewX(0);
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
    overflow: hidden;
    display: inline-block;
    opacity: 0;
}

.slide-in_inner {
    display: inline-block;

}

/*左右のアニメーション*/
.leftAnime {
    opacity: 0;
    /*事前に透過0にして消しておく*/
}

.slide-in-active {
    animation-name: slideTextX100;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
    from {
        transform: translateX(-100%);
        /*要素を左の枠外に移動*/
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /*要素を元の位置に移動*/
        opacity: 1;
    }
}

.slide-inner.active {
    animation-name: slideTextX-100;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
    from {
        transform: translateX(100%);
        /*要素を右の枠外に移動*/
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /*要素を元の位置に移動*/
        opacity: 1;
    }
}

/*============================
	parts
============================*/

.marker {
    background: linear-gradient(transparent 75%, #e8f6ff 0%);
    display: inline;
    padding: 0 .5em;
}

/* hover zoom */
/*　画像の拡大　*/

.zoomIn img {
    transform: scale(1);
    transition: .5s ease-in-out;
    /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn:hover img {
    /*hoverした時の変化*/
    transform: scale(1.05);
    /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
    display: block;
    line-height: 0;
    /*行の高さを0にする*/
    overflow: hidden;
    /*拡大してはみ出る要素を隠す*/
}

.wow {
    animation-duration: 1s;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {}



/*============================
	index 共通
============================*/

/* btn ▼*/


.link__btn {
    display: block;
    position: relative;
    white-space: nowrap;
    width: 240px;
    max-width: 100%;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(90deg, rgba(160, 135, 80, .6), rgba(160, 135, 80, 1));
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
    padding: 0 2em;
    transition: .3s ease-out;
}

.link__btn:hover {
    opacity: .8;
}


.link__btn .arw {
    position: absolute;
    width: 8px;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    transition: .3s ease-out;
}

.link__btn:hover .arw {
    right: 3%;
}

/* btn ▲*/
.lg-txt {
    background: linear-gradient(45deg, #f83600, #ff7800);
    width: fit-content;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section__ttl,
.section__ttl .txt {
    position: relative;
    line-height: 1;
    white-space: nowrap;
    font-size: 1.2rem;
    letter-spacing: .15em;
    color: #000;
}


.section__ttl .font-en {
    line-height: 1;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: .15em;
    display: block;
    margin-bottom: .5em;
    position: relative;
}


@media screen and (max-width:1024px) {

    /* btn ▼*/
    .link__btn {
        width: 240px;
        line-height: 40px;
        font-size: 1.4rem;
    }

    /* btn ▲*/

    .section__ttl,
    .section__ttl .txt {
        font-size: 1.2rem;
    }


    .section__ttl .font-en {
        font-size: 2.8rem;
    }

}


@media screen and (max-width:767px) {

    /* btn ▼*/
    .link__btn {
        width: 240px;
        line-height: 40px;
        font-size: 1.4rem;
    }

    /* btn ▲*/

    .section__ttl,
    .section__ttl .txt {
        font-size: 1.2rem;
    }


    .section__ttl .font-en {
        font-size: 2.8rem;
    }

}