﻿/** font **/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;900&display=swap');

:root{
    --font-jp: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-jp2: 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
body, .font_sans-serif, .font_serif{
    font-family: var(--font-jp);
}
.font_jp, a[href^="tel:"]{
    font-family: var(--font-jp2);
}
.font_bold{
    font-weight: normal;
}

/** color **/

:root{
    --color1: #191970;
    --color2: #f4f4f4;
    --color3: #c49b4b;
    --color4: #e6e6e6;
    --black: #333
}

/** other **/

html, body{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
}
h2, h3, h4, h5, h6{
    line-height: 1.5;
}

#loader{
    z-index: 999;
}

#main_nav .nav li a{
    font-family: var(--font-jp2);
    font-weight: normal;
}

#header h1{
    transition: none!important;
    transform: none!important;
    padding: 0!important;
    top: 20px!important;
    left: 20px!important;
}
#header h1 span{
    border: none;
}
#header h1 img {
    max-width: 180px!important;
    transition: none;
}

#main_img{
    overflow: inherit;
}
#main_img::before{
    position: absolute;
    content: "";
    width: 400px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
    background-image: url('./Dup/img/bg_img3.png');
    bottom: -40px;
    right: 0;
}
#main_img #slide_wrap{
    padding: 0;
}
#main_img #catch{
    z-index: 1;
}
#main_img #catch .catch_title{
    opacity: 0;
    transform: scale(1.1);
    filter: blur(5px);
    transition: 1s;
    transition-property: opacity, transform, filter;
}
#main_img #catch .catch_title.active{
    opacity: 1;
    transform: none;
    filter: none;
}
#main_img #top_sns_links{
    left: 20px;
    bottom: 20px;
    z-index: 3;
}
#main_img #top_sns_links li {
    margin: 0 10px;
}
#main_img #top_sns_links li a {
    transition: 0.3s;
    max-width: 30px;
    display: inline-block;
    background-color: var(--color1);
    padding: 10px;
    border-radius: 50%;
}
#main_img #top_sns_links li a:hover{
    opacity: 0.6;
}
#main_img #top_sns_links li a img{
    display: block;
}

#intro h2{
    font-family: var(--font-jp2);
}

#contents1 .con1_item{
    background-image: url(./Dup/img/bg_img7.png);
    background-size: 500px;
    background-position: top -100px right -100px;
    background-repeat: no-repeat;
}
#contents1 .con1_item .con1_item2{
    background-color: rgba(255,255,255,0.8);
    margin-left: -50px;
    margin-bottom: -50px;
    padding: 80px;
}
#contents1 h2{
    font-family: var(--font-jp2);
}
#contents1 p{
    max-height: inherit;
}
#contents1 .txt_vertical{
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

#contents2{
    min-height: inherit;
    position: relative;
    padding: 0;
}
#contents2::before, #contents2::after{
    position: absolute;
    content: "";
    width: 400px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}
#contents2::before{
    background-image: url('./Dup/img/bg_img5.png');
    top: -70px;
    right: 0;
}
#contents2::after{
    background-color: transparent;
    background-image: url('./Dup/img/bg_img6.png');
    top: auto;
    bottom: -70px;
    left: 0;
}
#contents2 > div{
    padding: 100px 50px;
    max-width: inherit;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
}
#contents2 h3{
    max-width: 1000px;
    font-family: var(--font-jp2);
    margin: 0 auto 50px;
    text-align: center;
}
#contents2 h3 span{
    text-align: center;
}
#contents2 p {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    width: 100%!important;
}
#contents2 .txt_vertical{
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

#contents3{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 1000px;
}
#contents3 h3{
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-size: 50px 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    color: var(--color1);
    font-family: var(--font-jp2);
}

#top_cms .cms_wrap{
    padding-top: 0;
}
#top_cms .top_cms_box .top_cms_title{
    font-family: var(--font-jp2);
    background-image: url(./Dup/img/bg_img2.png), linear-gradient(to bottom, var(--color1), var(--color1));
    background-position: center, center top;
    background-size: 300px, 50px 1px;
    background-repeat: no-repeat;
    padding: 50px 0 0;
    background-color: transparent;
    color: var(--black);
    margin-bottom: 0;
    padding-bottom: 50px;
}
#top_cms .top_cms_box .top_cms_title h3{
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 34px;
}
#top_cms .top_cms_box .top_cms_title p{
    font-size: 14px;
    opacity: 1;
    letter-spacing: 6px;
}

.cms_1-a .box_txt1{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.more{
    font-family: var(--font-jp2);
}

#page_title{
    font-family: var(--font-jp2);
    background-size: cover;
    background-position: center;
    min-height: inherit;
    height: 300px;
    margin-bottom: 250px;
}
#page_title::after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(160,160,160,0.2);
    background-image: radial-gradient(rgba(100,100,100,0.6) 30%, transparent 30%);
    background-size: 3px 3px;
    min-height: auto;
}
#page_title .txt_vertical{
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
#page_title > div {
    width: 100%;
    color: var(--black);
    margin-top: 300px;
    padding-bottom: 50px;
    background-image: url(./Dup/img/bg_img4.png), url(./Dup/img/bg_img3.png), linear-gradient(to bottom, var(--color1), var(--color1));
    background-size: 400px, 400px, 50px 1px;
    background-position: top -20px left, top -20px right, bottom center;
    background-repeat: no-repeat;
    padding-top: 100px;
}
#page_title h3{
    letter-spacing: 6px;
    font-size: 14px;
    margin-top: 10px;
}

.cate_list, .pager, .date, .cate_title, .box_title, .box_title1, .box_title2{
    font-family: var(--font-jp2);
}

.cate_list li{
    margin: 0 10px 10px 0;
}
.cate_list li a{
    display: block;
}

.cate_title{
	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 currentColor;
	color: var(--color1);
	font-weight: normal;
}
.cate_title:first-letter{
    font-size: 30px;
}

#page9 h3{
    font-family: var(--font-jp2);
}

#page10 .txt_vertical{
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
#page10 ul{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    flex-flow: wrap!important;
    justify-content: flex-start!important;
}
#page10 ul li{
    width: 50%!important;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
#page10 ul li a{
    display: block;
    border-bottom: solid 1px;
    padding: 10px;
    font-size: 20px;
    font-family: var(--font-jp2);
}
#page10 ul li a span{
    font-size: 14px;
    position: static;
}

#footer_menu{
    font-family: var(--font-jp2);
}
#footer{
    background-image: url('./Dup/img/bg_img1.png');
    background-size: 500px;
}

#page-top {
    transform: translateY(-10px);
}
.foot_banner{
    width: 250px;
    right: 75px;
    bottom: 20px;
    z-index: 995;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main_img::before {
    width: 320px;
    height: 120px;
}
#main_img #slide_wrap .down{
    display: none;
}
#contents1 .con1_item{
    background-image: url(./Dup/img/bg_img7.png);
    background-size: 70%;
    background-position: top -50px right -50px;
}
#contents1 .con1_item .con1_item2 {
    margin-left: 0;
    margin-bottom: 0;
    padding: 50px;
    margin-top: -30px;
}
#contents3::after {
    height: 200px;
}
#page_title{
    height: 250px;
}
#page_title > div {
    margin-top: 250px;
    background-size: 300px, 300px, 50px 1px;
}
#copyright{
    padding-bottom: 70px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#header h1{
    padding: 5px!important;
    top: 10px!important;
    left: 10px!important;
}
#header h1 img {
    max-width: 150px!important;
}
#main_img::before {
    width: 240px;
    height: 90px;
    bottom: -60px;
    right: -30px;
}
#main_img #top_sns_links {
    left: 10px;
    bottom: 10px;
}
#main_img #top_sns_links li {
    margin: 0px 5px;
}
#main_img #top_sns_links li a {
    max-width: 25px;
}
#header h1.active img {
    max-width: 150px;
}
#intro{
    padding-left: 20px;
    padding-right: 20px;
}
#contents1 .con1_item .con1_item2 {
    padding: 50px 20px;
}
#contents2::before, #contents2::after {
    width: 280px;
    height: 105px;
}
#contents2::before {
    top: -40px;
}
#contents2::after {
    bottom: -40px;
}
#contents2 > div {
    padding: 100px 20px;
}
#contents2 h3{
    padding: 0;
    margin-bottom: 30px;
}
#page_title{
    height: 200px;
}
#page_title > div {
    margin-top: 200px;
    background-size: 250px, 250px, 50px 1px;
    background-position: top -10px left -80px, top -10px right -80px, bottom center;
}
#top_cms .top_cms_box .top_cms_title h3 {
    font-size: 24px;
}
.cate_list li{
    margin: 0 0 10px;
    width: 100%;
}
.cate_list a {
    padding: 10px 20px;
    display: block;
    font-size: 12px;
    padding-right: 60px;
    background-image: url(./Dup/img/cate_arrow.png);
    background-size: 30px;
    background-position: center right 20px;
    background-repeat: no-repeat;
}
.cate_list a img {
    display: none;
}
#page10 ul li{
    width: 100%!important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.foot_banner{
    right: 0;
    left: 0;
    margin: auto;
}
}