﻿@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');
/* color -----------------------------------------------------------------------------*/
:root{
    --color1:#111f4d;
    --color2:#1F4287;
    --color3:#071E3D;
    --color4:#111f4d;
    --color5:#b2b2b26b;
    --color6:#3e3e3ed9;
    --color7:#F7F7F7;
    --white:#ffffff;
    --black:#1c1c1c;
    --gray:#ccc;
    --font-jp: 'Montserrat',"Sawarabi Gothic", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "MS PGothic", sans-serif!important;
    --font-en: "Goldman", sans-serif !IMPORTANT;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color3);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
.txt_color6,.hvr_txt_color6:hover{color: var(--color6);} /* アクセントカラー2 */
.txt_color7,.hvr_txt_color7:hover{color: var(--color7);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color6,.hvr_bg_color6:hover{background-color: var(--color6);} /* アクセントカラー2 */
.bg_color7,.hvr_bg_color7:hover{background-color: var(--color7);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}
.border_color6,.hvr_border_color6:hover{border-color: var(--color6);}
.border_color7,.hvr_border_color7:hover{border-color: var(--color7);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color4);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    overflow: hidden;
    background: var(--white);
}
/* color -----------------------------------------------------------------------------*/


/* font -----------------------------------------------------------------------------*/
body{
    font-family: var(--font-jp);
    font-weight: 500;
}

.linkStyle{color: #333;border-bottom: 1px solid;}

.font1,#page_title h2 span,#top_cms h2 span,.more_bt a span,.tel_bt a, #top_info .more_bt2 a ,#top_news .news_sub_title,#top_news .more_bt a, #intro .bg_txt, #contents2 .top_title p, #top_info h2 , #f_contact .con_bt:before, #contents1 .about_txt,#top_info .more_bt a,.link_type2 .more,#main_img .txt, #page_title, #f_contact .con_txt{
    font-family: var(--font-en) !IMPORTANT;
}
/* font -----------------------------------------------------------------------------*/


/*--------------------------------疑似要素にオブジェクト--------------------------------*/
#intro .con_txt,#intro .intro_title,#contents1 h2,#contents3 .con_wrap,#contents3 h2,#contents2 h2,#top_cms,#top_info{position: relative;}
/*リピートなし*/

#main_img .catch1,#main_img .catch2,#intro .con_txt:before,#intro .intro_title:before,#contents1 h2:before,#contents3 .con_wrap:before,#contents3 h2:before,#contents2 h2:before,#top_cms:before,#top_info:before,#top_info:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}
/*--------------------------------疑似要素にオブジェクト--------------------------------*/
/* ----------　custom_box　---------- */

#intro h2, #contents1 h2 {
    font-size: -webkit-calc(1rem + 24px);
    font-size: calc(1rem + 16px);
}

/* ----------　custom　---------- */

/* ------------------------　more_bb　ボタンデザイン------------------------ */


.more_bb a {
    background-color: #fff;
    border: solid 1px var(--color1);
    font-family: var(--font-en);
}

.more_bb a:hover{
    transform: scale(1.1);
}


.more_bb a {
    transition: .4s;
    z-index: 1;
}

.more_bb a span.before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -2;
    transition: .5s;
}

.more_bb a:hover {color: #fff;}

.more_bb a:hover span.before {
    width: 400px;
    height: 400px;
}
/* ------------------------　more_bb　ボタンデザイン------------------------ */

/* ------------------------　more_bt　ボタンデザイン------------------------ */
.more_bt a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 1rem 4rem;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
    background: var(--color4);
    color: var(--white);
    overflow: hidden;
    border-radius: 0;
}

.more_bt a span, #top_info .more_bt2 a{
    text-transform: uppercase;
}

#top_info .more_bt2 a{
    color: var(--white);
}

.more_bt a:hover {
    color: #fff;
    background: var(--color3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.more_bt a:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: light 0.5s 0s linear;
}

.more_bt a::before{
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

@keyframes light {
	from {opacity: 0; left: 0%;}
	50% {opacity: 1;}
	to {opacity: 0;left: 100%;}
}

.more_bt a span.before {
    background-color: var(--color2);
}

/* ------------------------　more_bt　ボタンデザイン------------------------ */

/*--- more ------------------------------------*/
#f_contact .more_bt{
    margin-right: auto;
}

#video{aspect-ratio: 1;}

#video .video{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#page2 #video {display: none;}

.sankakuwrap:before {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 250px 200px;
    border-color: transparent transparent var(--color3) transparent;
    z-index: -1;
}


/* ----------------------------------------------------------------------------------------　TOP　---------------------------------------------------------------------------------------------------------*/
/* ------------------------　header　▼------------------------ */

#header.head_fix #pc_nav ul {
    height: 90px;
}

header .inner {
    width: 100%;
    max-width: 100%;
}

#logo {
    max-width: 200px;
}

#pc_nav ul:last-of-type {
    background: var(--color4);
}

#pc_nav ul li a, #bottom_menu ul li a {
    font-weight: bold;
    font-size: 18px;
    font-family: var(--font-en);
}
/* ------------------------　header　▲------------------------ */

#main_img::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
}

#main_img:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 300px;
    height: 910px;
    background: var(--color2);
    transform: skew(-20deg);
    z-index: 0;
    left: 9vw;
    opacity: 0.7;
}

.catch {
    max-width: 900px;
    width: max(500px, 45vw);
    z-index: 3;
    left: 2%;
    bottom: 22%;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}

#header.head_fix #pc_nav ul {
    height: 90px;
}

#logo {
    margin: auto;
    max-width: 150px;
}

.no {
    color: var(--white);
    font-size: 5rem;
    line-height: 1;
    font-style: normal;
}

/* ---------------------------------------------------------------　top_news　▼*  --------------------------------------------------------------*/
.sankaku01 {
    width: 0;
    height: 0px;
    border-style: solid;
    border-width: 100px 300px 0 0;
    /* border-color: #d92026 transparent transparent transparent; */
    left: -50px;
    top: -50px;
    border-color: var(--color1);
    transform: skewX(-20deg);
}

.sankaku02 {
    width: 0;
    height: 0px;
    border-style: solid;
    border-width: 100px 300px 0 0;
    /* border-color: #d92026 transparent transparent transparent; */
    right: -50px;
    top: -50px;
    border-color: var(--color1);
    transform: skewX(-20deg);
}

/* ---------------------------------------------------------------　top_news　▲*  --------------------------------------------------------------*/


/* ---------------------------------------------------------------　intro　▼*  --------------------------------------------------------------*/
#intro h2, #contents1 .txt_box h2 {
    font-size: 40px;
}

#intro .intro_bg, #intro .bg_box {
    border-radius: 0;
}

#intro .intro_bg {
    background:var(--color1);
}

#intro .bg_txt {
    font-size: 100px;
    line-height: 1em;
    opacity: 0.4;
    top: -30px;
    left: 0;
    color: var(--black);
    font-style: normal;
}

#intro h2, #intro p, #intro.no{color: var(--white);}


.sankakuwrap:before {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 250px 200px;
    border-color: transparent transparent var(--color3) transparent;
    z-index: -1;
}

/* ---------------------------------------------------------------　intro　▲*  --------------------------------------------------------------*/

/* ---------------------------------------------------------------　contents1　▼*  --------------------------------------------------------------*/
#contents1 .about_txt {
    top: -270px;
    right: 0;
    font-size: 100px;
    line-height: 1em;
    opacity: 0.5;
    font-style: normal;
    color: var(--black);
}

#contents1 .img_box figure {
    border-radius: 0;
}

#contents1 span.bg_color2 {
    background-image: url(/Files/img/bg_img.jpg);
    filter: contrast(154%) grayscale(55%);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: var(--black);
}

#contents1 .txt_box h2,#contents1 .contents_txt {
    color: var(--white);
}

/* ---------------------------------------------------------------　contents1　▲*  --------------------------------------------------------------*/

/* ---------------------------------------------------------------　contents2　▼*  --------------------------------------------------------------*/
#contents2 .no {
    color: var(--color4);
}

#contents2 .top_title {
    padding-bottom: 200px;
    text-align: center;
}

#contents2 .cate_box {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

#contents2 .top_title h2 {
    font-size: 40px;
}

#contents2 .cate_box {
    border-radius: 0;
}

/* ---------------------------------------------------------------　contents2　▲*  --------------------------------------------------------------*/

/* ---------------------------------------------------------------　topcms　▲*  --------------------------------------------------------------*/



#top_cms h2 {
    letter-spacing: inherit;
}


/* ---------------------------------------------------------------　TOPcms　▲*  --------------------------------------------------------------*/


/* ---------------------------------------------------------------　top_info　▼*  --------------------------------------------------------------*/
#top_info {
    background-image: url(/Files/img/bg_img.jpg);
    /* filter: contrast(154%) grayscale(55%); */
    background-size: cover;
    background-position: center right;
    position: relative;
    background-color: var(--color4);
}

#top_info h2 {
    font-size: 4vw;
    position: absolute;
    top: -74px;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 12px;
    color: var(--color5);
    background-color: transparent;
}

#top_info .more_bt {
    margin-left: 0;
}
/* ---------------------------------------------------------------　top_info　▲*  --------------------------------------------------------------*/

/* ---------------------------------------------------------------　footer　▼*  --------------------------------------------------------------*/

.tel_bt a {
    color: var(--white) !IMPORTANT;
    font-size: 30px;
}

.info_txt h3 {
    font-size: 35px;
    color: var(--color7);
}

.info_txt p {
    font-size: 20px;
    color: var(--color7);
}



#f_contact a:hover span.hover_box {
    background: linear-gradient(300deg, var(--color3) 0%, var(--color2) 20%, var(--color3) 40%, var(--color3) 60%, var(--color3) 80%, var(--color2) 100%);
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    transform: translateX(0);
    opacity: 0.9;
}

#f_contact a span.hover_box {
    opacity: 0.5;
}

#f_contact .con_bt:before {
    content: "CONTACT";
    display: block;
    position: absolute;
    font-size: 80px;
    color: #ffffff;
    top: -80px;
    left: 50%;
    transform: translatex(-50%);
    opacity: 0.3;
}

#page-top a {
    border-radius: 0;
    background-color: var(--black);
}

#bottom_menu {
    background-color: var(--color4);
}

/* ------------------------　bnr　------------------------ */
.fix_banner{
	width: 350px;
	position: fixed;
	bottom: 10px;
	right: 100px;
	z-index: 10;
}

/* スマホ時真ん中へ */
@media  screen and (max-width: 667px){
.fix_banner{
	width: 240px;
	right: auto;
	left: 40%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
}
/* ------------------------　bnr　▲------------------------ */

/* ---------------------------------------------------------------　footer　▲*  --------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------　下層ページ　---------------------------------------------------------------------------------------------------------*/
#page_title::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color3);
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

#page_title h2 {
    color: var(--white);
}


/* ---------------------------------------------------------------　お知らせ　▼*  --------------------------------------------------------------*/

.pager li {
    border: 1px solid var(--color1);
}

.pager li a {
    transition: 0.5s;
    color: var(--color1);
}

.pager li a:hover{
    border-radius: 0;
}

/* ---------------------------------------------------------------　お知らせ　▲*  --------------------------------------------------------------*/
/* ---------------------------------------------------------------　お問い合わせ　▼*  --------------------------------------------------------------*/
.contact_tel_title {
    text-align: center;
    position: relative;
    width: 100%;
}

#contact_tel a i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}


.contact_tel_title:after{
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 10px;
    background-color: var(--color2);
}

.contact_tel_title_en{
    margin-bottom: 4px;
    text-transform: uppercase;
    font-family: 'Audiowide';
    font-size: 5rem;
    line-height: 1;
    color: var(--color2);
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 5px;
}

.contact_tel_title_jp{
    position: relative;
    padding: 0 1px 0 5px;
    color: var(--color2);
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
    background-color: #fff;
    letter-spacing: 2.3px;
    font-weight: 500;
    text-align: center;
    z-index: 1;
}

.contact_tel_title_en:first-letter{
    color: var(--color1);
}

#page8 input[type="submit"].btn:disabled {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

/* ---------------------------------------------------------------　お問い合わせ　▲*  --------------------------------------------------------------- */


/* ---------------------------------------------------------------　プライバシーポリシー ▼* --------------------------------------------------------------- */

.shop .d_table ,.shop .d_table .d_table-cell{
    border-color: var(--color1) ! IMPORTANT;
}



/* ---------------------------------------------------------------　プライバシーポリシー ▲* --------------------------------------------------------------- */


/* ---------------------------------------------------------------　サイトマップ▼* --------------------------------------------------------------- */
/* ---------------------------------------------------------------　サイトマップ▼* --------------------------------------------------------------- */

/*---------------------------------------------------------------------------------------------------------1536------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1536px){
#intro .bg_txt {
    top: -50px;
}

#contents1 .about_txt {
    top: -190px;
}
}

/*-----------------------------------------------------------------------------------------------------------1366----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1366px){
#intro .intro_title:before {
    top: 0px;
    left: -40px;
}

#intro .bg_txt {
    font-size: 90px;
    top: -50px;
}

#contents1 .about_txt {
    top: -130px;
    font-size: 90px;
}

#top_info h2 {
    font-size: 7vw;
    letter-spacing: 8px;
}

}

/*--------------------------------------------------------------------------------------------------------タブレット------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
#main_img:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 130px;
    height: 1100px;
    background: var(--color1);
    transform: skew(-20deg);
    z-index: 0;
    left: 9vw;
}

#main_img:before {
    content: "";
    position: absolute;
    top: -70vw;
    display: block;
    width: 70px;
    height: 400px;
    background: var(--color1);
    transform: skew(-20deg);
    z-index: 0;
    left: 30vw;
    opacity: 0.7;
}

.catch {
    left: 2%;
    bottom: 5%;
}

.tel_bt a {
    font-size: 24px;
}

#video .video{
    top: 50%;
}

#logo {
    max-width: 150px;
    margin: inherit;
}

.sankaku01 {
    left: -50px;
    top: -90px;

}

.sankaku02 {
    right: -50px;
    top: -90px;

}

.more_bt a::after {
    top: 50%;
    right: 15px;
}

.top_cms_wrap_title_en {
    font-size: 2.5rem;
}

.top_cms_wrap_title:after {
    left: 0;
    bottom: 20px;
}

#intro .intro_bg, #intro .bg_box{
    border-radius: 0;
}

#intro .bg_txt {
    font-size: 80px;
    top: -10px;
}

#contents1{padding-bottom: 50px;}

#contents1 .about_txt {
    top: -110px;
    right: -40px;
    font-size: 80px;
}


#contents2 .top_title {
    padding-bottom: 150px;
}

#contents1 h2 {
    font-size: 30px;
    font-size: -webkit-calc(1rem + 24px);
    font-size: calc(1rem + 16px);
}

#contents2 .top_title h2 {
    font-size: 45px;
}


#top_cms {
    padding-top: 50px;
    padding-bottom: 10px;
}

.top_cms_box:last-of-type {
    margin-bottom: 60px;
}

#top_info h2 {
    font-size: 8.5vw;
    top: -60px;
}

#page_title{height: 400px;}

#sp_nav a.active {
    border-bottom: 1px solid var(--white);
}

footer {
    padding-bottom: 0px;
}

#page4 #cms_2-g .cate_list li {
    width: 50% ! IMPORTANT;
}

}

/*--------------------------------------------------------------------------------------------------------スマホ----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 667px){
    
    


#intro .intro_title:before{
    display: none;
}

#top_cms h2 {
    letter-spacing: 0px;
    font-size: 19px;
}

#intro h2, #contents1 .txt_box h2 {
    font-size: 19px;
    text-align: center;
}

#intro .intro_title, #contents1 .txt_box{
    text-align: center;
}

#loader.load .load_logo figure {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

#header.head_fix #pc_nav ul {
    height: 70px;
}

.sankakuwrap:before {
    border-width: 0 0 150px 200px;

}

#fix_banner {
    right: 70px;
    width: 230px;
}

#logo {
    max-width: 100px;
}

#main_img:after{
    border-width: 119px 0 0 1140px;
}

.catch {bottom: auto;top: 17%;left: 50%;transform: translateX(-50%);width: 90%;}

#intro:before{
    top: -100vw;
    left: 30vw;
    width: 50px;
    height: 300px;
}

.info_txt h3 {
    font-size: 20px;
}

.info_txt p {
    font-size: 15px;
}

.TopTxt03, .TopTxt05, .TopTxt07 {
    font-size: 20.5px;
    letter-spacing: 0px;
}

.no {
    font-size: 3rem;
}

#intro .bg_txt {
    font-size: 40px;
    top: -5px;
    
}

#contents1 .about_txt {
    font-size: 40px;
    top: -40px;
    }

#intro h2 {
    font-size: 22px;
}

#contents1 {
    padding-bottom: 40px;
}

#contents1 h2 {
        font-size: 24px;
        letter-spacing: 0;
    }

#contents1 .dec{width: 50%;right: 150px;}

#contents2 .top_title h2 {
    font-size: 21px;
}

#contents2 .top_title p {
    font-size: 39px;
}

#contents2 .top_title {
    padding-bottom: 100px;
}

    #top_info h2 {
        top: -35px;
        font-size: 12vw;
        padding-bottom: 0px;
        padding-top: 0px;
        letter-spacing: 6px;
    }

.tel_bt a {
    font-size: 20px;
}

#top_info .more_bt a {
    font-size: 20px;
}

#page_title {
    height: 300px;
}

#page_title h2 span{padding: 20px 50px 20px 50px;}

#page_title h3 span{padding: 10px 30px 10px 50px;}

.top_cms_box:last-of-type {
    margin-top: 30px;
}

.contact_tel_title_en {
    font-size: 4rem;
}

}

/*-----------------------------------------------------------------------------------------------スマホ 320px以下サイズ-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px){
.more_bt a::after {
    top: 50%;
    right: 5px;
}

.font_100per_sp{font-size: -webkit-calc(1rem + 2px);font-size: calc(1rem + 0px);}
}

#page_title h2.animStart{
    animation: heroText 300ms 400ms both;
}