﻿
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body{
    font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
}
.en_font{
    font-family: 'Lato',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 4px;
}

#header {
    background-color: rgba(1, 1, 1, 0.85);
}

.g-menu {
    background: rgba(1, 1, 1,0.8);
}
.g-menu h2 {
    max-width: 320px;
}
.g-menu .font_25up{
    font-size: 32px;
}
.g-menu-btn:after{
    background: rgba(255, 255, 255,0.6);
}

#main{
    height: 100vh;
    background-image: url(./Dup/img/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#main .cms_img1 img{
    display: block;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: 0;
    opacity: 0.94;
}
#main .main_box {
    max-width: 700px;
    width: 60%;
    z-index: 1;
    color: #fff;
}
#main .main_box.animStart h1 {
    max-width: 320px;
    margin-bottom: 20px;
}
#main .main_box.animStart h2 {
    font-size: 64px;
    letter-spacing: 6px;
    line-height: 1.5;
}
#main .main_box.animStart p{
    line-height: 1.2;
}
#main .main_box.animStart p span {
    font-size: 22px;
    letter-spacing: 6px;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    background-image: linear-gradient(120deg, #77A1D3,#79CBCA,#E684AE 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 80%;
    transition: background-size 0.25s ease-in;
}
#main .sns_link{
    display: none;
}

#main .main_box_sns li{
    max-width: 40px;
}

video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: grayscale(100%);
  transition: 0.3s;
}
#main .cms_img1 img{
    filter: grayscale(50%);
    transition: 0.3s;
}

.back_color{
    background: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.775) 20%, rgba(0,0,0,0.775) 80%,rgba(0,0,0,0.3) 100%);
}
.main_box .more a {
    background-image: linear-gradient(120deg, #1A2980,#26D0CE 100%);
}

.catch_txt{
    width: 100%!important;
    max-width: 920px;
    min-width: auto;
    background: rgba(17, 17, 17, 0.7);
    background-image:linear-gradient(90deg, #fff 0 10px, transparent 0 calc(100% - 10px), #fff calc(100% - 10px)),linear-gradient(#fff 0 10px, transparent 0 calc(100% - 10px), #fff calc(100% - 10px)),linear-gradient(90deg, #fff 0 10px, transparent 0 calc(100% - 10px), #fff calc(100% - 10px)),linear-gradient(#fff 0 10px, transparent 0 calc(100% - 10px), #fff calc(100% - 10px));
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
}
.catch_txt h3{
    font-size: 56px;
    letter-spacing: 6px;
    line-height: 1.0;
    text-align: center;
    margin-top: -70px;
}
.catch_txt h3 span{
    display: inline-block;
    background-image: linear-gradient(120deg, #1A2980,#26D0CE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.catch_txt h2{
    font-size: 34px;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
.catch_txt p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2.0;
    margin-bottom: 50px;
}
.catch_txt .more a {
    width: 100%;
    max-width: 300px;
    text-align: center;
    background: #010101;
    margin-top: 40px;
    background-image: linear-gradient(120deg, #1A2980,#26D0CE 100%);
}

#contents .box .no{
    background-color: #010101;
}
#contents .box .no span{
    background-image: linear-gradient(120deg, #1A2980,#26D0CE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#contents .box .no::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    top: 50%;
    left: 5%;
    background-color: #ffffff;
    transform: translate(0, -50%);
}
#contents .box .box_item {
    padding: 80px;
}
#contents .box .box_item:after{
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #010101 50.5%) no-repeat top left/100% 100%;
}
#contents .box .box_item p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2.0;
}

#top_cms .more a{
    background-image: linear-gradient(120deg, #1A2980,#26D0CE 100%);
}
#top_cms .cms_title h2 span{
    font-size: 52px;
    letter-spacing: 6px;
}
#top_cms .cms_title::before{
    background-image: linear-gradient(120deg, #1A2980,#26D0CE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shop_info .info, .shop_info .contact{
    position: relative;
    background-color: rgba(1, 1, 1, 0.7);
}
.shop_info .info{
    background-image: url(./Dup/img/fbg1.jpg);
    filter: grayscale(100%);
    transition: 0.3s;
    background-size: cover;
    background-position: center top 5%;
}
.shop_info .contact{
    background-image: url(./Dup/img/fbg2.jpg);
    filter: grayscale(100%);
    transition: 0.3s;
    background-size: cover;
    background-position: center top 24%;
}
.shop_info h2 span{
    display: block;
    font-size: 16px;
}
.shop_info .info::before, .shop_info .contact::before{
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid rgba(245, 246, 247, 0.8);
}

footer{
    overflow: hidden;
    padding: 40px 0;
}
footer .entry.more a{
    color: #ffffff;
    background-image: linear-gradient(120deg, #1A2980,#26D0CE 100%);
}

#page_title {
    height: 500px;
}
#page_title .sns_link li {
    background-color: #010101;
}
.page_title_box .font_30up span{
    background-image: linear-gradient(120deg, #1A2980,#26D0CE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page_title_box .font_9up span{
    opacity: 0.8;
}
.content_wrap {
    background-color: rgba(255, 255, 255, 0.8);
}

.page7 .box{
    width: 100%!important;
}
.page7 .box .box_item:first-child{
    background-color: #010101;
}
.page8 .mail_contact_tel .bg_color2{
    color: #ffffff;
    background-image: linear-gradient(120deg, #1A2980,#26D0CE 100%);
}
.page9 .top_txt{
    background-color: #010101;
}
.page10 .more a{
    background-color: #010101;
}

.cate_list li {
    padding: 5px 1%;
}
.cate_list li a{
    padding: 10px;
    background-image: linear-gradient(120deg, #1A2980,#26D0CE 100%);
    box-sizing: border-box;
}

.topcms_news_type2 .date {
    color: #fff;
    background-color: #010101;
    border: none;
    display: inline-block;
    padding: 5px;
}
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #1c1a20;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
#cms_1-a .cate_box .date {
    color: #fff;
    background-color: #010101;
    border: none;
}
#cms_2-c .cate_box{
    background-image: linear-gradient(90deg, #1c1a20 0 10px, transparent 0 calc(100% - 10px), #1c1a20 calc(100% - 10px)),linear-gradient(#1c1a20 0 10px, transparent 0 calc(100% - 10px), #1c1a20 calc(100% - 10px)),linear-gradient(90deg, #1c1a20 0 10px, transparent 0 calc(100% - 10px), #1c1a20 calc(100% - 10px)),linear-gradient(#1c1a20 0 10px, transparent 0 calc(100% - 10px), #1c1a20 calc(100% - 10px));
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
}

.flow_type1 .cate_box{border-left:none;background-color: rgba(0,0,0,0);}
.flow_type1 .box_txt1{
    padding-left:130px;
}
.flow_type1 .box_txt2{
    color: #ffffff;
    background-color: #1c1a20;
    padding:5px 20px;
}

.flow_type1 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type1 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 0px);
    border-left: 14px solid #f6f5ee;
    position: absolute;
    top: -5px;
    left: 107px
}
.flow_type1 .box_txt1{position:relative;}
.flow_type1 .box_txt1::before,
.flow_type1 .box_txt1::after {
	content: "";
	display: block;
	position: absolute;
	top: 23px;
}
.flow_type1 .box_txt1::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #1c1a20;
	border-radius: 50%;
	left: 61.5px;
}
.flow_type1 .box_txt1::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 72px;
}
.flow_type1 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type1 .box_description2 span{
    position: absolute;
    display: inline-block;
    width: 70px;
    top: -14px;
    left: -40px;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
.flow_type1 .flex_order2_tb{
    width: 78%!important;
    margin-left: auto;
}
.flow_type1 .box_txt2{
    margin-left: 130px;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.flow_type1 .box_description2 span {
    width: 52px;
}
.flow_type1 .box_wrap{
    padding-left: 23px;
}
.flow_type1 .box_wrap:before {
    left: 22px;
}
.flow_type1 .box_txt1::before, .flow_type1 .box_txt1::after {
    top: 58px;
}
.flow_type1 .box_txt1::before {
    margin-top: -3px;
    left: -17.5px;
}
.flow_type1 .box_txt1::after {
    width: 30px;
    left: -8px;
}
.flow_type1 .box_txt1{
    padding-left: 30px;
}
.flow_type1 .box_txt1{
    padding-top: 46px;

}
.flow_type1 .box_txt2{
    margin-left: 30px;
    padding:5px 5px;
}
.flow_type1 .flex_order2_tb {
    width: 87%!important;
}
}

#fix_bnr{
    bottom: 10px;
    right: 10px;
    z-index: 10;
    width: 320px;
}
#fix_bnr .fix_bnr_btn{
    line-height: 1;
    top: -10px;
    left: -8px;
    cursor: pointer;
}



@media screen and (max-width:1600px){
    #page_title {
        height: 400px;
    }
}

@media screen and (max-width: 768px){
    #main .main_box {
        width: 80%;
    }
    #main .main_box.animStart h2 {
        font-size: 50px;
    }
    .catch_box{
        padding-left: 40px;
        padding-right: 40px;
    }
    #contents .box .box_item:after{
        margin-left: -1px;
    }
    #page_title{
        background-position: center;
    }
    .topcms_news_type2 .cate_box {
        width: 100%!important;
    }
    .topcms_news_type2 .txt_height {
        height: 3em;
    }
    #fix_bnr {
        width: 260px;
    }
}

@media screen and (max-width: 667px){
    #main .main_box {
        width: 90%;
    }
    #main .main_box.animStart h2{
        font-size: 28px;
    }
    #main .main_box.animStart p span {
        font-size: 14px;
    }
    .catch_box{
        padding-left: 20px;
        padding-right: 20px;
    }
     .catch_txt h3 {
        font-size: 28px;
     }
    .catch_txt h2 {
        font-size: 24px;
    }
    #contents .box .box_item:after {
        background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #010101 50.5%) no-repeat bottom left/100% 100%;
    }
    #contents .box .box_item {
        padding: 60px 40px;
    }
    #top_cms .cms_title h2 span {
        font-size: 40px;
    }
    .page_title_box .font_30up{
        font-size: 28px;
    }
    .page_title_box .font_9up{
        font-size: 16px;
    }
    .cate_list p {
        left: -45px;
    }
    .cate_list li a:hover {
        transform: scale(1.0) translateY(0);
    }
    .page10 .more a {
        font-size: 16px;
    }
    .page10 .more a:after{
        width: 8%;
    }
    #fix_bnr {
        bottom: 7px;
        right: 72px;
        width: 65%;
    }
}