﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Poppins:wght@400&display=swap');

/***　カーソル　***/

.follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 10px;
	height: 10px;
	background-color: #1a1a1a;
	z-index: 100;
	transition: 0.5s;
	transition-property: transform,opacity,background-color
}
.follower.is-active{
    opacity: 0.2;
	background-color: #888;
	transform: scale(8);
}

/***　other　***/

.font_bold{
    font-weight: normal;
}

body, .font_sans-serif{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font_serif, .cate_title, .sub_cate_title, #intro .intro_txt h2, .box_title1, .box_title, .cms_5-c .box_txt1::before, #cms_5-c .box_txt1::before, #top_contents2 h3 span{
    font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
#main_nav, .more, #top_cms .top_cms_title h4, #page_title h2, .sc_nav, #footer_links, #copyright, #intro .intro_no, #top_contents1_h .con_no{
    font-family: 'Poppins', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

#menu_bt{
    top: 30px;
}
#menu_bt > div span{
    height: 1px;
    margin-bottom: 8px;
}
#menu_bt.active > div span{
    margin-bottom: 0;
}
#menu_bt.active > div span:nth-of-type(1) {
    transform: translateY(0px) rotate(45deg);
}
#menu_bt.active > div span:nth-of-type(3) {
    transform: translateY(-3px) rotate(-45deg);
}

#main_nav ul{
    justify-content: center;
}
#main_nav li a{
    padding: 0 50px;
}
.sc_nav li:not(:last-of-type), #main_nav li:not(:last-of-type){
    margin: 0;
    border-right: solid 1px #ddd;
}
.sc_nav li a{
    padding: 0 20px;
    line-height: 1;
}

.intro_wrap{
    background-image: url('./Dup/img/intro_bg.png');
    background-size: 2000px;
    background-repeat: repeat-x;
    background-position-y: calc(100% - 70px);
    background-position-x: 0;
    animation: intro 40s linear  infinite;
}

#intro .intro_img{
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
#intro .slick-dots{
    display: none!important;
}
#intro .intro_txt{
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: -50px;
    width: 80%!important;
    background-color: transparent;
    border: solid 1px #1a1a1a;
}
#intro .slick{
    margin-left: 0;
}
#intro .intro_txt h2{
    transform: none;
    padding: 0 20px 20px;
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 3px;
    background-color: transparent;
    line-height: 1.5;
    position: relative;
}
#intro .intro_txt h2::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #e4e4e4;
}
#intro .intro_no{
    transform: rotate(-90deg);
    left: -110px;
    top: 60px
}
#intro .intro_no::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: -130px;
    top: 50%;
    background-color: #1a1a1a;
}
.intro_title{
    top: 0;
    right: 100px;
    color: #fff;
    max-height: 100%;
}
#top_contents1_h img{
    transition: ease 0.3s;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#top_contents1_h img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
#top_contents1_h .con_txt_wrap{
    width: calc(50% + 100px);
    margin-left: -100px;
    box-sizing: border-box;
    z-index: 1;
}
#top_contents1_h .con_no::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    right: -130px;
    top: 50%;
    background-color: #1a1a1a;
}
#top_contents2 h3{
    line-height: 1.5;
}

#top_cms{
    max-width: 100%!important;
}
#top_cms .top_cms_box{
    margin-bottom: 0;
    padding: 100px 0;
}
#top_cms .top_cms_box:nth-of-type(1), #top_cms .top_cms_box:nth-of-type(4){
    background-color: #f9f8f7;
}
#top_cms .top_cms_box > .top_cms_title, #top_cms .top_cms_box > .cms_wrap, #top_cms .top_cms_box > .more{
    max-width: 1280px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
#top_cms .top_cms_title h4{
    font-size: 40px;
}
.cms_5-c .box_txt1::before, #cms_5-c .box_txt1::before{
    top: 4px;
}

.cate_list{
    padding-top: 10px;
}
.cate_list li{
    margin-top: 0;
}
#page_title{
    text-align: center;
    padding: 100px 0;
    min-height: inherit;
}
#page_title .page_wrap{
    display: inline-block;
    padding: 30px 100px;
    background-color: #1a1a1a;
    color: #fff;
    line-height: 1.2;
}
#page_title h2{
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #555;
}
.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 2px #ddd;
	color: #1a1a1a;
	font-weight: normal;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #1a1a1a;
}

#page-top{
    transform: none;
}
footer{
    padding: 50px 0!important;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
.intro_title{
    right: 50px;
}
#intro .intro_txt h2{
    font-size: 20px;
    letter-spacing: 2px;
    width: 100%!important;
}
#top_contents1_h .con_txt_wrap{
    width: 80%;
    margin-left: 0;
    margin-top: -50px;
}
#page_title .page_wrap{
    padding: 30px 50px;
}
#page_title h2{
    font-size: 30px;
    letter-spacing: 3px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.intro_wrap{
    background-size: 1000px;
    animation: intro2 30s linear  infinite;
}
#intro .intro_txt{
    padding-top: 50px;
    width: 100%!important;
    border-right: none;
    border-left: none;
}
.intro_title{
    color: #1a1a1a;
    max-height: inherit
}
#intro .intro_no{
    padding-top: 50px;
    transform: none;
    left: 0;
    top: 0
}
#intro .intro_no::before{
    display: none;
}
#top_contents1_h .con_txt_wrap{
    width: 90%;
    margin-top: -30px;
}
#top_cms .top_cms_box > .cms_wrap{
    padding-top: 50px;
}
#page_title h2{
    font-size: 24px;
}
.cate_title{
	font-size: 20px;
}
.cms_5-c .box_txt1::before, #cms_5-c .box_txt1::before{
    top: 6px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.banner_wrap .banner a{
    padding-top: 20px;
}
}


@keyframes intro {
0% {background-position-x: 0}
100% {background-position-x: -2000px}
}

@keyframes intro2 {
0% {background-position-x: 0}
100% {background-position-x: -1000px}
}