﻿/********** font **********/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');

:root{
    --font-jp: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: "Plus Jakarta Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif{
    font-family: var(--font-jp)!important;
}
.font_en, .pager, .date, a[href^="tel:"], .top_cms_box .cms_title, .more, #info_title_box, #page_title, a[href^="tel:"], header #header #header_menu ul, #bottom_menu, #info .info_txt h3, .drawer-menu, #page10, #intro .intro_no, #con_h .con_no{
    font-family: var(--font-en)!important;
}

/********** color **********/

:root{
    --color1: #e291a5;
    --color2: #f9f5f2;
    --color3: #eaa373;
    --color4: #e2dedc;
    --color5: #fff;
    --black: #541d23;
}

/********** all **********/

/** modal **/

.modal .modal_bt{
    cursor: pointer;
}
.modal_wrap .modal_box{
    top: 0;
    left: 0;
    z-index: 10000;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.modal_wrap .modal_box.active{
    opacity: 1;
    pointer-events: auto;
}
.modal_wrap .modal_box::-webkit-scrollbar{
    display:none;
}
.modal_wrap .modal_box .modal_bg{
    top: 0;
    left: 0;
}
.modal_wrap .modal_box .modal_close{
    cursor: pointer;
    top: 10px;
    right: 10px;
}

html, body, .font_14{
    font-size: 18px;
}

#logo .logo {
    width: 100px;
}

header{
    background-color: transparent;
    transition: background-color 0.3s;
}
header.active{
    background-color: rgba(249,245,242,0.8);
}
header #header #header_menu .border_color3{
    border-color: var(--color1);
}
header #header #header_menu li a span{
    font-size: 16px;
}
#wrap:not(.index) header{
    background-color: rgba(249,245,242,0.8)!important;
}

/********** top **********/

#main_img {
    background-image: url(./Dup/img/bg_img.png);
    padding: 120px 0 0;
    box-sizing: border-box;
    height: 100vh;
    padding-left: 10%;
}
#main_img::before{
    position: absolute;
    content: "";
    width: 20%;
    max-height: 300px;
    height: 80%;
    left: 0;
    bottom: 0;
    background-image: url('./Dup/img/bg_img3.png');
    background-size: 100px;
    background-position: left bottom;
}
#main_img #video{
    height: 100%;
    border-top-left-radius: 30px;
}
#main_img .catch {
    top: 230px;
    left: 5%;
}

#intro_bg{
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 100px;
}

#intro h2{
    font-weight: bold;
}

#top_cms{
    background-image: url('./Dup/img/bg_img.png');
}

.top_cms_box.bg_color2{
    background-image: url('./Dup/img/bg_img.png');
}

.top_cms_box .cms_title h2{
    padding-top: 50px;
    background-image: url(./Dup/img/item1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 80px;
    font-weight: bold;
    color: var(--black);
}

#contents .con_box .con_item1, #contents .con_box .con_item2{
    width: 140px;
    height: 140px;
}
#contents .fadein:nth-of-type(1) .con_box .con_item1 {
    right: 5%;
}
#contents .fadein:nth-of-type(2) .con_box .con_item2 {
    left: 5%;
}
#contents .con_box{
    position: relative;
    background-image: url('./Dup/img/bg_img.png');
}
#contents .con_box::before{
    position: absolute;
    content: "";
    width: 210px;
    height: 70px;
    background-image: url(./Dup/img/item2.png);
    background-size: contain;
    top: -50px;
    background-repeat: no-repeat;
    z-index: 1;
}
#contents .fadein:nth-of-type(odd) .con_box::before{
    right: -40px;
}
#contents .fadein:nth-of-type(even) .con_box::before{
    left: -40px;
}
#contents .con_no{
    font-family: var(--font-en);
}
#contents .con_title{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}
#contents .con_title span{
    display: none;
}
#contents .con_txt_wrap {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

footer > .bg_color2{
    background-image: url('./Dup/img/bg_img.png');
}

/********** under_page **********/

#page_title{
    padding: 200px 0 100px;
    text-align: center;
}
#page_title::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color2);
    opacity: 0.4;
}
#page_title #filter_white{
    padding: 30px 50px;
    background-color: #fff!important;
    display: inline-block;
    position: relative;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 30px;
	text-align: center;
	padding-top: 40px;
    background-image: url('./Dup/img/item1.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 80px;
	margin-bottom: 50px;
	color: var(--black);
	font-weight: bold
}

.cate_list{
    justify-content: center;
    padding-left: 10px;
}


/********** 1160 **********/
@media screen and (max-width: 1160px){
header {
    padding-bottom: 5px;
}
#logo {
    width: 41.66667%!important;
    margin-bottom: 0;
    padding-top: 10px;
}
#logo .logo {
    margin-left: 10px;
    width: 80px;
}
#header_menu{
    display: none;
}
.drawer-nav {
    width: 280px;
}
.drawer-hamburger {
    display: inline-block;
}
.menu_bt {
    display: block;
}
}


/********** tablet 780 **********/
@media screen and (max-width: 768px){
#main_img {
    padding-top: 80px;
    height: inherit;
}
#main_img #video{
    height: 50vw;
}
#video .video{
    transform: translate(-50%,-50%);
}
#main_img .catch {
    top: 150px;
    left: 30px;
}
#page_title {
    padding: 150px 0 80px;
}
#page_title h2 span{
    font-size: 36px;
}
}

/********** mobile 750 **********/
@media screen and (max-width: 667px){
#main_img{
    padding: 80px 0 50px 20px;
}
#main_img::before {
    width: 100%;
    height: 100%;
}
#main_img #video{
    border-radius: 20px 0 0 20px;
}
#main_img .catch{
    margin-top: -20px;
    top: 0;
    left: 0;
}
#contents .con_box .con_item1, #contents .con_box .con_item2 {
    width: 120px;
    height: 120px;
}
#contents .con_txt_wrap {
    padding-left: 20px;
    padding-right: 20px;
}
#contents .con_title {
    font-size: 24px;
}
.top_cms_box .cms_title h2{
    font-size: 26px;
    letter-spacing: 1px;
}
#page_title #filter_white {
    padding: 20px 0;
    width: 90%;
}
#page_title h2 span{
    font-size: 24px;
    letter-spacing: 1px;
}
.cate_title{
	font-size: 24px;
}
.cate_list{
    padding-left:0;
}
}