﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@900&display=swap');

#main .main_box h2, .entry, #catch h2, #contents .box .box_item h2, .more, .shop_info, .en_font, .box_title, .box_title1, .cate_title, a[href^="tel:"]{
    font-family: 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.g-menu, #header{
    background-color: rgba(3,30,58,0.95);
}

#main .main_box h2:first-letter{
    font-size: 50px;
    color: #486f96;
}

#contents .box{
    overflow: hidden;
    position: relative;
}
#contents .box::before{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    top: -50px;
    right: -50px;
    background-image: url('./Dup/img/icon1.png');
    background-size: contain;
    transform: rotate(180deg);
    transition: 2s;
    transition-timing-function: cubic-bezier(.59,.18,0,1);
    transform-origin: transform;
    z-index: 1;
    pointer-events: none;
    opacity: 0.2;
}
#contents .box.scrollin::before{
    transform: none;
}
#contents .box .box_item:after{
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #031e3a 50.5%) no-repeat top left/100% 100%;
}

.catch_txt{
    padding: 50px;
    background-color: transparent;
    border: solid 1px #fff;
    width: calc(50% + 40px)!important;
}
#catch h2{
    margin-bottom: 50px;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
}
#catch h2::before, #catch h2::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
}
#catch h2::before{
    width: 100px;
    height: 1px;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
}
#catch h2::after{
    width: 1px;
    height: 40px;
    bottom: -20px;
    background-color: #fff;
}

#top_cms .top_cms_box{
    background-color: #e8eaef;
    background-image: url('./Dup/img/bg_img1.png');
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: left -100px bottom -100px
}

.content_wrap{
    background-color: #fff;
    background-image: url('./Dup/img/bg_img1.png');
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: right -100px top -100px
}

#page_title{
    background-position: center;
}
#page_title:before{
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #031e3a 50%) no-repeat top left/100% 100%;
}

.cate_list li{
    width: auto;
    line-height: 1.5;
    text-align: center;
}
.cate_list li a{
    background-color: #486f96;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    box-sizing: border-box;
}
.cate_list li a:hover{
    color: #fff;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
	color: #031E3A;
	font-weight: normal;
	border-radius: 0!important;
}
.cate_title span{
    display: inline-block;
    padding: 0 40px;
    position: relative;
}
.cate_title span::before, .cate_title span::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
    background-color: currentColor;
}
.cate_title span::before{
    left: 0;
}
.cate_title span::after{
    right: 0;
}

.more a{
    transform: skewX(-10deg);
}
.more a:hover{
    transform: skewX(-10deg) scale(1.03)!important;
}

footer{
    background-color: #142d48!important;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main{
    height: 70vw!important;
}
#main .main_box h2:first-letter{
    font-size: 36px;
}
.shop_info.more a, .shop_info.more a:hover{
    transform: none!important;
}
#catch .catch_txt{
    transform: translateY(0)!important;
    opacity: 1!important;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#main .main_box h1{
    margin-bottom: 10px;
    max-width: 200px;
}
#main .main_box h2{
    line-height: 1.5;
    margin-bottom: 10px;
}
#main .main_box h2:first-letter{
    font-size: 30px;
}
.catch_txt{
    padding: 50px 20px;
    min-width: calc(100% - 40px)!important;
}
#contents .box::before{
    opacity: 0.1;
}
#contents .box .box_item:after {
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #031e3a 50.5%) no-repeat bottom left/100% 100%;
}
#contents .box .box_item{
    padding: 50px 20px;
}
#contents .box .box_item h2{
    font-size: 20px;
    letter-spacing: 2px;
}
#top_cms .top_cms_box {
    background-size: 300px;
    background-position: left -50px bottom -50px;
}
.content_wrap{
    background-size: 300px;
    background-position: right -50px top -50px
}
#page_title p.font_30up{
    font-size: 28px;
}
.cate_title{
	font-size: 20px;
}
.cate_list li{
    width: 100%;
}
.shop_info h2{
    font-size: 24px;
}
.page10 .more a{
    font-size: 16px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}