@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@700&family=Teko:wght@600&display=swap');
/* ---------------------------------------------
	スタイルリセット
--------------------------------------------- */
html, body, div,h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li, dl, dt, dd, img, iframe, address {
    margin: 0; padding: 0; border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ul, ol {list-style: none;}

html, body {height:100%; color:#000000;}
h1, h2, h3, h4, h5, h6, p, dt, dd, li{
	background:  url("../img/spacer.gif") repeat 0px 0px;
	max-height: 100%;
}
body{ -webkit-text-size-adjust:100% !important;}
body.cx_smartphoneview{font-size: 158%;}
a { color: inherit; text-decoration: none; }
.content-wrap img{ width: 100%; height: auto; vertical-align: bottom;}

/* ---------------------------------------------
	タイポグラフィー
--------------------------------------------- */
@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../font/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP-Regular.woff") format("woff")
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("../font/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP-Bold.woff") format("woff")
}
body {
    color: #000;
	font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande", "Arial", "Avenir Next", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: normal;
}
/*@media all and (-ms-high-contrast:none) {
	body{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}*/


/* ---------------------------------------------
	汎用クラス
--------------------------------------------- */
.clearfix:after,
.clearfix:before{
	content: "";
	display: block;
	clear: both;
}
.clearfix {display: block;}

.bold {font-weight:bold;}
.center{text-align:center;}

.clears{ clear:both;}
.fLeft{float: left;}
.fRight{float: right;}

.d_flex{ display: flex; flex-wrap: wrap;}
.d_flex > *{ flex-shrink: 0;}

.cx_smartphoneview .displaypc{ display: none;}
.displaysp{ display: none;}
.cx_smartphoneview .displaysp{ display: block;}
.of_hidden{ overflow: hidden;}


/* -------------------------------------
	共通レイアウト
------------------------------------- */
#fp-wrap{
    background-color: #fff;
    position: relative;
    border-bottom: solid 1px #000;
}
#fp-contents{
    width: 1200px !important;
    position: relative;
    padding: 3em 0;
}
.cx_smartphoneview #fp-contents{
    width: 100% !important;
}

.content-wrap{
    padding: 3em 0;
}
.content-wrap.bg_colored{
    background-color: #d1f0f5;
    /*background: rgb(218,237,242);
    background: -moz-linear-gradient(top,  rgba(218,237,242,1) 0%, rgba(239,249,249,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,237,242,1)), color-stop(100%,rgba(239,249,249,1)));
    background: -webkit-linear-gradient(top,  rgba(218,237,242,1) 0%,rgba(239,249,249,1) 100%);
    background: -o-linear-gradient(top,  rgba(218,237,242,1) 0%,rgba(239,249,249,1) 100%);
    background: -ms-linear-gradient(top,  rgba(218,237,242,1) 0%,rgba(239,249,249,1) 100%);
    background: linear-gradient(to bottom,  rgba(218,237,242,1) 0%,rgba(239,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daedf2', endColorstr='#eff9f9',GradientType=0 );*/
    background-color: #efefef;

}
.content-wrap__inner{
    width: 1200px;
    margin: 0 auto;
    padding: 0 1em;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .content-wrap__inner{ width: 100%;}
}

.content-wrap__h2{
    text-align: center;
    font-size: 180%;
    line-height: 1.2;
    margin-bottom: 1.2em;
    font-weight: bold;
    text-shadow: 0 2px 2px #fff, 0 2px 2px #fff;
}
.content-wrap__h2.icn{
    text-indent: 300%;
    overflow: hidden;
    white-space: nowrap;
    height: 1.5em;
    background-size: contain;
}

.btn_more-view{
    display: block;
    background-color: #17b9ce;
    background-color: #000;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 130%;
    line-height: 1.0;
    padding: 0.8em 0;
    /*border-radius: 5em;*/
    border-radius: 0.3em;
    color: #fff;
    /*border-top: solid 1px #b9ecff;
    border-bottom: solid 1px #0076a2;*/
    border-top: solid 0.3em #17b9ce;
    border-bottom: solid 0.3em #17b9ce;
    -ms-transition: all 0.2s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.2s, -webkit-transform 0.2s ease-out;
    transition: all 0.2s, transform 0.2s ease-out;
    position: relative;
    font-family: 'Oswald', "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande", "Arial", "Avenir Next", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 950px) {
    .btn_more-view{ width: 65%;}
}
@media screen and (max-width: 650px) {
    .btn_more-view{ width: 80%;}
}
.cx_displaydevice .btn_more-view:hover{
    background-color: #05cde6;
}
.btn_more-view::after{
    content: "";
    display: block;
    background: url("../img/arrow.svg") no-repeat 0 0;
    width: 1em; height: 1em;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -0.3em;
}

.btn_more-view.instagram{
    border-top: solid 0.3em #d322be;
    border-bottom: solid 0.3em #d322be;
}
.cx_displaydevice .btn_more-view.instagram:hover{
    background-color: #d322be;
}
.btn_more-view.twitter{
    border-top: solid 0.3em #13a9f8;
    border-bottom: solid 0.3em #13a9f8;
}
.cx_displaydevice .btn_more-view.twitter:hover{
    background-color: #13a9f8;
}
.btn_more-view.youtube{
    border-top: solid 0.3em #d90000;
    border-bottom: solid 0.3em #d90000;
}
.cx_displaydevice .btn_more-view.youtube:hover{
    background-color: #d90000;
}
.btn_more-view::before{
    content: "";
    display: block;
    background: url("../img/icn_instagram.svg") no-repeat 0 0;
    width: 1.5em; height: 1.5em;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -0.75em;
}
.btn_more-view.twitter::before{
    background: url("../img/icn_x.svg") no-repeat 0 0;
    background-size: contain;
    width: 1.3em; height: 1.3em;
    margin-top: -0.65em;
}
.btn_more-view.youtube::before{
    background: url("../img/icn_youtube.svg") no-repeat 0 0;
    width: 1.7em; height: 1.6em;
    margin-top: -0.65em;
}

/* -------------------------------------
	ヘッダー
------------------------------------- */
.header{
    margin-bottom: 2em;
    border-top: solid 1px #000;
}
.header__nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.0em 1.5em;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 444444;
}
.cx_smartphoneview .header__nav{ z-index: 999999;}
.header__nav::after{
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: -50%;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
}
.header__nav > *{ flex-shrink: 0;}
.header__nav__main{ order: 1}
.header__nav__sns{ order: 3;}
.header__nav__h1{
    width: 34%;
    order: 2;
}
.header__nav__logo{
    background: url("../img/logo.svg") no-repeat center center;
    width: 100%;
    height: 3.4em;
    background-size: contain;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0.3em;
}
.header__nav__main,
.header__nav__sns{
    display: flex;
    width: 33%;
}
.header__nav__main__link a{
    height: 3em;
    font-weight: bold;
    font-size: 118%;
    line-height: 1.1;
    margin: 0 1em;
    display: flex;
    align-items: center;
    -ms-transition: all 0.2s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.2s, -webkit-transform 0.2s ease-out;
    transition: all 0.2s, transform 0.2s ease-out;
    cursor: pointer;
    position: relative;
}
.header__nav__main__link a::after{
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    background-color: #000;
    background-image: url("../img/arrow.svg");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 80%;
    /*border-radius: 50%;*/
    border-radius: 0.2em;
    margin-left: 0.2em;
    -ms-transition: all 0.2s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.2s, -webkit-transform 0.2s ease-out;
    transition: all 0.2s, transform 0.2s ease-out;
}
/*.cx_displaydevice .header__nav__main__link a:hover{ color: #1ec2e0;}*/
.cx_displaydevice .header__nav__main__link a:hover::after{
    background-color: #00dbed;
    transform: translateX(2px);
}
.header__nav__main__link a::before {
  background: #00dbed;
  content: '';
  width: calc(100% + 2px);
  height: 0.2em;
  position: absolute;
  left: 0;
  bottom: 0.4em;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 300ms;
}
.cx_displaydevice .header__nav__main__link a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header__nav__main__link a span{
    display: block;
    font-size: 64%;
    font-feature-settings: "palt";
}
@media screen and (max-width: 1160px) {
    .header__nav{ padding: 1em 1em;}
    .header__nav__main__link a{
        font-size: 110%;
        margin: 0 0.5em;
    }
}

/* -------------- SNSボタン -------------- */
.header__nav__sns{
    justify-content: flex-end;
}
.header__nav__sns__link a{
    display: block;
    background-color: #000;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    width: 3em;
    height: 2.6em;
    margin: 0 0.3em;
    /*border-radius: 50%;*/
    border-radius: 0.2em;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    -ms-transition: all 0.2s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.2s, -webkit-transform 0.2s ease-out;
    transition: all 0.2s, transform 0.2s ease-out;
}
.header__nav__sns__link a.instagram{
    /*background-color: #d322be;*/
    border-top: solid 0.3em #d322be;
    border-bottom: solid 0.3em #d322be;
    background-image: url("../img/icn_instagram.svg");
    background-size: 60% 60%;
}
.header__nav__sns__link a.twitter{
    /*background-color: #13a9f8;*/
    border-top: solid 0.3em #13a9f8;
    border-bottom: solid 0.3em #13a9f8;
    background-image: url("../img/icn_x.svg");
    background-size: 54% 54%;
}
.header__nav__sns__link a.tiktok{
    /*background-color: #fe2c55;*/
    border-top: solid 0.3em #fe2c55;
    border-bottom: solid 0.3em #fe2c55;
    background-image: url("../img/icn_tiktok.svg");
    background-size: 56% 56%;
}
.header__nav__sns__link a.youtube{
    /*background-color: #d90000;*/
    border-top: solid 0.3em #d90000;
    border-bottom: solid 0.3em #d90000;
    background-image: url("../img/icn_youtube.svg");
    background-size: 56% 56%;
}
.cx_displaydevice .header__nav__sns__link a.instagram:hover{ background-color: #d322be;}
.cx_displaydevice .header__nav__sns__link a.twitter:hover{ background-color: #13a9f8;}
.cx_displaydevice .header__nav__sns__link a.tiktok:hover{ background-color: #fe2c55;}
.cx_displaydevice .header__nav__sns__link a.youtube:hover{ background-color: #d90000;}

@media screen and (max-width: 1050px) {
    .header__nav__sns__link a{
        width: 2.6em;
        height: 2.2em;
    }
}


/* -------------- レスポンシブ -------------- */
.header__nav__btn{
    display: none;
    background-color: #000;
    /*border: solid 0.2em #000;*/
    box-sizing: border-box;
    position: absolute;
    top: 1.0em;
    right: 2vw;
    width: 6.0vw;
    height: 6.0vw;
    border-radius: 0.2em;
    padding:  1.5vw 0;
}
.header__nav__btn span{
    width: 60%;
    height: 3px;
    background-color: #fff;
    border-radius: 1em;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    transition: all 200ms ease-out;
}
.header__nav__btn.on span:nth-of-type(1){
    transform: rotate(45deg) translate3d(4px, -4px, 0);
    -webkit-transform: rotate(45deg) translate3d(4px, -4px, 0);
	-moz-transform: rotate(45deg) translate3d(4px, -4px, 0);
	-ms-transform: rotate(45deg) translate3d(4px, -4px, 0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.header__nav__btn.on span:nth-of-type(3){
    transform: rotate(-45deg) translate3d(1px, 6px, 0);
    -webkit-transform: rotate(-45deg) translate3d(1px, 6px, 0);
	-moz-transform: rotate(-45deg) translate3d(1px, 6px, 0);
	-ms-transform: rotate(-45deg) translate3d(1px, 6px, 0);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.header__nav__btn.on span:nth-of-type(2){ opacity: 0.0;}
@media screen and (max-width: 950px) {
    .header__nav{ display: block;}
    .header__nav__h1{
    }
    .header__nav__logo{
        height: 6vw;
        margin-top: 0;
    }
    .header__nav__main,.header__nav__sns{
        display: none;
    }
    .header__nav__btn{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
}
@media screen and (max-width: 650px) {
    .header__nav{ padding: 3.0vw 1vw;}
    .header__nav__logo{ height: 9.0vw;}
    .header__nav__btn{
        top: 3.2vw;
        right: 2.4vw;
        width: 8.6vw;
        height: 8.6vw;
    }
    .header__nav__btn.on span:nth-of-type(1){
        transform: rotate(45deg) translate3d(4px, -3px, 0);
        -webkit-transform: rotate(45deg) translate3d(4px, -3px, 0);
        -moz-transform: rotate(45deg) translate3d(4px, -3px, 0);
        -ms-transform: rotate(45deg) translate3d(4px, -3px, 0);
    }
    .header__nav__btn.on span:nth-of-type(3){
        transform: rotate(-45deg) translate3d(3px, 3px, 0);
        -webkit-transform: rotate(-45deg) translate3d(3px, 3px, 0);
        -moz-transform: rotate(-45deg) translate3d(3px, 3px, 0);
        -ms-transform: rotate(-45deg) translate3d(3px, 3px, 0);
    }
}

.header__nav--sp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.95);
    z-index: 333333;
    -ms-transition: all 0.2s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.2s, -webkit-transform 0.2s ease-out;
    transition: all 0.2s, transform 0.2s ease-out;
    transform: translateX(100%);
    box-sizing: border-box;
    padding: 15vw 5vw 5vw;
    text-align: center;
}

.header__nav--sp.show{
    transform: translateX(0);
}
@media screen and (max-width: 650px) {
    .header__nav--sp{ padding-top: 19.8vw;}
}
.header__nav--sp .header__nav__main{
    display: inline-block;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
}
.header__nav--sp .header__nav__main__link a{ justify-content: center;}
.header__nav--sp .header__nav__sns{
    width: 100%;
    justify-content: center;
    display: flex;
}

#cx_spContentsWrap,
#fp-wrap{ min-width: 100% !important;}
@media screen and (max-width: 1200px) {
    .cx_touchdevice #cx_spContentsWrap{ min-width: 1200px !important;}
    .cx_touchdevice #fp-wrap{ min-width: 1000px !important;}
    .cx_smartphoneview.cx_touchdevice #cx_spContentsWrap,
    .cx_smartphoneview.cx_touchdevice #fp-wrap{ min-width: 100% !important;}
}
.cx_smartphoneview #nav_upper__sub{ display: none !important;}
#gbheader #nav_lower .nav_menu__sub__sub{ z-index: 555555 !important;}
#gbheader #searchbox .cx_header_content #searchbox__inner{ z-index: 555554 !important;}

@media screen and (orientation: portrait) and (max-width: 750px), (orientation: landscape) and (max-width: 1013px){
    .sp_display #gbfooter .footer_caution{ font-size: 3.2vw; line-height: 1.6;}
}

/* -------------------------------------
	ad
------------------------------------- */
.ad-wrap{
    display: flex;
    justify-content: center;
}
.ad-wrap__inner{
    /* width: 300px;
    background-color: #ccc; */
    margin: 0 10px;
}
.cx_smartphoneview .ad-wrap__inner{ zoom:1.5;}
.ad-wrap iframe{
    vertical-align: bottom;
}
/* .cx_smartphoneview .ad-wrap iframe{
    transform: scale(1.8);
    transform-origin: top;
} */
@media screen and (max-width: 650px) {
    .ad-wrap__inner:nth-of-type(2){ display: none;}
}
/*#div-gpt-ad-fujitv_spbadge300_1-0 iframe{
    transform: scale(1.8);
    transform-origin: top;
}*/