﻿/** font **/

@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Shippori+Mincho:wght@500&display=swap');


:root{
    --font-jp: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-jp2: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    --font-en: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    --font-en2: 'Pinyon Script', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
body, .font_sans-serif{
    font-family: var(--font-jp);
    letter-spacing: 2px;
}
.font_jp{
    font-family: var(--font-jp2);
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en);
}
.font_en2{
    font-family: var(--font-en2);
}
.font_bold{
    font-weight: normal;
}

/** fade **/

.fade_box{
    opacity: 0;
    filter: blur(5px);
    transform: translateX(10px);
    transition: 2s;
    transition-property: opacity, filter, transform;
}
.fade_box.active{
    opacity: 1;
    filter: none;
    transform: none!important;
}

/** color **/

:root{
    --color1: #bc9831;
    --color2: #f9f7f2;
    --color3: #c92838;
    --color4: #e4e4e4;
    --black: #514537
}

/** other **/

html, body{
    font-size: 14px;
    line-height: 2;
}
h2, h3, h4, h5, h6{
    line-height: 1.5;
}

#pp-nav.right{
    margin-top: 0!important;
    top: 100px;
    right: 25px;
    background-color: transparent;
}

header{
    background-color: #fff!important;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#header{
    padding: 20px;
}
#header .txt_white{
    color: var(--color1);
}
header .h_box_mail{
    font-family: var(--font-en);
}
header .h_box_mail a{
    border: none;
    background-color: var(--color1);
    color: #fff!important;
    padding: 15px 30px;
}
header .h_box_mail a:hover{
    background-color: var(--color2);
    color: var(--color1)!important;
}
.button_container span{
    background-color: var(--color1)!important;
}

.overlay .menu-box{
    font-family: var(--font-jp2);
}
.overlay .menu-box .txt_color3{
    color: var(--color1);
}

#main_img{
    padding-right: 20%;
    background-image: url(./Dup/img/bg_img.jpg);
    min-height: 900px;
}
#main_img .swiper-wrapper{
    box-shadow: 10px 0 30px rgba(0,0,0,0.1);
}
#main_img .swiper-wrapper::before{
    display: none;
}
#main_img .main_box_img{
    right: 3%;
    top: 120px;
    z-index: 1;
}
#main_img .catch{
    right: 5%;
    bottom: 5%;
    z-index: 1;
}
#main_img .catch_main{
    font-size: calc(16px + 2vw);
    text-indent: 0;
}
#main_img .catch_main span{
    font-size: calc(24px + 2vw);
}
#main_img #video{
    position: relative;
}
#main_img #video::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right bottom, rgba(255,255,255,0), rgba(255,255,255,0.8));
    z-index: 1;
}

#s_content1 .con1_main_title{
    background-image: url('./Dup/img/bg_img3.png');
    background-position: bottom 20px center;
    background-repeat: no-repeat;
    background-size: 100px;
}
#s_content1 .con1_wrap{
    background-image: url('./Dup/img/bg_img2.jpg');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
#s_content1 .con1_title{
    z-index: 1;
}
#s_content1 .con1_box .con1_title::before{
    position: absolute;
    content: "01";
    font-family: var(--font-en2);
    color: var(--color1);
    opacity: 0.2;
    font-size: 80px;
    line-height: 1;
    right: -40px;
    top: -20px;
    z-index: -1;
    letter-spacing: 0;
}
#s_content1 .con1_box:nth-of-type(2) .con1_title::before{
    content: "02";
}
#s_content1 .con1_txt{
    padding-left: 70px;
    background-image: url('./Dup/img/check.png');
    background-size: 30px;
    background-position: left 20px center;
    background-repeat: no-repeat;
}
#s_content1 .con1_bottom_box{
    background-image: url('./Dup/img/arrow.png');
    background-size: 40px;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -20px;
    padding-top: 80px;
}
#s_content1 .con1_bottom_wrap1{
    background-image: url('./Dup/img/bg_img3.jpg');
}
#s_content1 .con1_bottom_box h3{
    top: -30px;
}

#s_content2 h2, #pop_wrap h2{
    font-family: var(--font-jp2);
}
#s_content2 .c2_box{
    padding: 50px;
    box-sizing: border-box;
}
#s_content2 .c2_box_bg{
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 1;
}
.c2_box_bg::before {
    right: -10px;
    bottom: -10px;
    border: solid 1px var(--color1);
}
#s_content2 .c2_box .c2_box_txt{
    padding: 0;
}
#s_content2 .c2_box .c2_box_txt > div{
    align-content: center;
    background-color: transparent;
}
#s_content2 .c2_box:nth-of-type(1) .c2_box_txt{
    top: 30px;
}
#s_content2 .c2_box:nth-of-type(2) .c2_box_txt{
    top: -30px;
}

.contents_no{
    position: static;
    padding-left: 0;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: 0;
    font-family: var(--font-en2);
    color: var(--color1);
    padding-bottom: 20px;
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-size: 30px 1px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.contents_no::before{
    content: "Point.";
    font-size: 40px;
}
.contents_no span{
    display: none;
}

.cms_box .cms_box_bg{
    display: none;
}
.cms_box .top_cms_title{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(./Dup/img/bg_img.jpg);
    margin-bottom: 100px;
    position: relative;
}
.cms_box .top_cms_title::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    left: 0;
    right: 0;
    bottom: -50px;
    margin: auto;
    background-color: var(--color1);
}
.cms_box .top_cms_title h2, #page_title h2{
    font-family: var(--font-jp2);
    font-size: 30px;
    letter-spacing: 5px;
    color: var(--color1);
}
.cms_box .top_cms_title p, #page_title p{
    font-family: var(--font-en);
    font-size: 14px;
    letter-spacing: 3px;
    color: var(--color1);
}
.cms_box .more_btn{
    padding-bottom: 50px;
}

.more_btn{
    font-family: var(--font-en);
}

.cate_title{
    font-family: var(--font-jp2);
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	border-bottom: solid 1px;
	color: var(--black);
	font-weight: normal
}

.box_title, .box_title1, .box_title2{
    font-family: var(--font-jp2);
}

.cate_label{
    font-family: var(--font-en);
}

#cms_6-c, .cms_6-c{
    counter-reset: number 0
}
#cms_6-c .cate_box, .cms_6-c .cate_box{
    border-top: solid 1px var(--color1);
}
#cms_6-c .cate_box::before, .cms_6-c .cate_box::before{
    position: absolute;
    counter-increment: number 1;
    content: "0" counter(number);
    font-family: var(--font-en2);
    font-size: 40px;
    color: var(--color1);
    background-color: #fff;
    line-height: 1.5;
    padding-right: 20px;
    display: inline-block;
    top: -30px;
    left: -1px;
}

#sf h3{
    font-family: var(--font-jp2);
}
.sf_access iframe{
    height: 400px;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#wrap{
    overflow: hidden;
}
.section{
    overflow: initial;
}
#main_img{
    height: 750px!important;
    overflow: inherit;
    min-height: inherit;
}
#main_img .main_box_img{
    max-width: 250px;
}
#main_img .catch {
    right: 3%;
}
#main_img .catch_main {
    font-size: calc(10px + 3vw);
}
#s_content1 .con1_txt{
    background-position: left 15px center;
    padding-left: 60px;
}
#s_content2 .c2_box {
    padding: 0 50px;
    margin-bottom: 100px;
    height: inherit;
}
#s_content2 .c2_box .c2_box_txt > div {
    padding: 50px 20px;
}
.cms_box .more_btn{
    padding-bottom: 0;
}
.cms_box .top_cms_title h2, #page_title h2{
    font-size: 40px;
}
.cms_box .top_cms_title h2, #page_title h2 {
    font-size: 24px;
    letter-spacing: 2px;
}
#page_title .title_box{
    padding-left: 0;
    padding-right: 0;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.fade_box.fade_left_sp{
    transform: translateX(-10px);
}
.overlay {
    top: 80px;
}
.overlay .menu-box .menu_list > li:not(:nth-of-type(11)) a{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
#main_img {
    height: calc(60vw + 180px + 81px)!important;
    padding-right: 0;
    padding-bottom: 200px;
}
#main_img .main_box_img {
    max-width: 150px;
    top: auto;
    bottom: -30px;
    right: 0;
}
#main_img .catch {
    right: auto;
    left: 20px;
    bottom: 40px;
}
#main_img .catch_main {
    font-size: calc(10px + 2vw);
}
#main_img .catch_main span {
    font-size: calc(14px + 2vw);
}
#main_img #video::before{
    display: none;
}
#logo{
    max-width: 130px;
}
header .h_box_mail{
    display: block;
}
header .h_box_mail a{
    padding: 10px 15px;
    font-size: 14px;
}
#s_content2 .c2_box{
    padding: 0;
    margin-bottom: 50px;
}
#s_content2 .c2_box_bg{
    width: calc(100% - 30px)!important;
    margin-right: auto;
}
#s_content2 .c2_box .c2_box_txt {
    top: -20px!important;
    width: calc(100% - 30px)!important;
    margin-left: auto;
    padding-top: 20px;
}
.cate_title{
    font-size: 20px;
}
.cms_box > .cms_wrap{
    padding-left: 20px;
    padding-right: 20px;
}
.sf_copy{
    font-size: 12px;
}
}