@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Sorts+Mill+Goudy:ital@0;1&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/* CSS Document */
p span,
h1 span,
h2 span,
h3 span,
h4 span {
  display: inline-block;
}

body:not(.on){
    background: #333;
}
html{
}
body{
	font-family: "Sorts Mill Goudy", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	background-color: #140905;
	color: #fff;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

body.menuopen .main_contents,body.menuopen .footer{
	-ms-filter: blur(6px);
	filter: blur(6px);
	transition: 1.0s;
}
.font-sans-serif{
	font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-serif{
	font-family: "Sorts Mill Goudy", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i,i,.footer i{
	color: #fff;
}

.main_contents{
	position: relative;
	z-index: 3;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.default_title1{
	font-size: clamp(24px,5vw,50px);
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	letter-spacing: 0.2rem;
}
.default_title2{
	font-size: clamp(20px,4vw,40px);
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	letter-spacing: 0.2rem;
}
.default_title3{
	font-size: clamp(18px,2.4vw,24px);
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	letter-spacing: 0.2rem;
}

.default_entitle1{
	color: #A16D02;
	font-size: clamp(30px,7vw,70px);
	letter-spacing: 0.5rem;
}
.default_entitle2{
	color: #A16D02;
	font-size: clamp(24px,4.4vw,50px);
	letter-spacing: 0.3rem;
}

.default_txt1{
	font-size: 18px;
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.default_txt2{
	font-size: 16px;
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.default_txt3{
	font-size: 14px;
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.mgbottom1{
	margin-bottom: 80px;
}
.mgbottom2{
	margin-bottom: 50px;
}
.mgbottom3{
	margin-bottom: 30px;
}
.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd_wrap_b{
	padding: 0px 80px 150px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

/* ---------- common ---------- */
.contact-form_a .form-box .check-wrap .check-box input[type="radio"]:checked::after {
    background-color: #000;
}
.contact-form_a .send .send-bt{
	position: relative;
	min-width: 260px;
	border-radius: 0px;
	padding: 15px 20px;
	border: 1px solid #fff;
}
.contact-form_a .send .send-bt i{
	position: absolute;
	top: 50%;
	right: 20px;
	color: #fff;
	font-size: 15px;
	transform: translateY(-50%);
	transition: ease 0.3s;
}
.contact-form_a .send .send-bt:hover i{
	transform: translateY(-50%) translateX(3px);
}
.contact-form_a .form-box .box-wrap .box:not(.filebox) .inputbox > input, .contact-form_a .form-box .box-wrap .box .inputbox textarea{
	background-color: #212124;
}
.contact-form_a .form-box .box-wrap .box .inputbox input,
.contact-form_a .form-box .box-wrap .box .inputbox textarea {
    color: #fff;
}
.contact-form_a .form-box .box-wrap .box .inputbox input::placeholder,
.contact-form_a .form-box .box-wrap .box .inputbox textarea::placeholder {
    color: rgba(209,209,209, 0.5);
}

.slidebox01{
	width: 100%;
	overflow: hidden;
}
.slidebox01 .swiper-container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.slidebox01 .swiper-wrapper{
 	position: relative;
   transition-timing-function: linear;
}
.slidebox01 .swiper-wrapper .swiper-slide{
	opacity: 1;
	position: relative;
}
.slidebox01 .swiper-wrapper .swiper-slide a{
	display: block;
}


.pagetitle{
	position: relative;
	min-height: 500px;
	z-index: 1;
}
.pagetitle .imgbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100vh;
}
.pagetitle .imgbox img{
	opacity: 0;
	display: block!important;
}
body.on .pagetitle .imgbox::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 2.2);
	background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 65%, rgba(15, 14, 14, 1) 100%);
}
body.on .pagetitle .imgbox::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	z-index: 3;
	background: #140905;
	background: linear-gradient(180deg, rgba(20, 9, 5, 0) 0%, rgba(20, 9, 5, 1) 100%);
}
.pagetitle .txtbox{
	position: relative;
	z-index: 3;
	flex-direction: column;
	text-align: center;
}

.spanbg span{
	padding: 6px 15px 6px 20px;
	background-color: #9D0029;
}

body .bg_contents {
	position: relative;
}
body .bg_contents .bg_contents_item {
	position: absolute;
	width: 100%;
	max-height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_contents .bg_contents_item::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 2.2);
	background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 65%, rgba(15, 14, 14, 1) 100%);
	mix-blend-mode: multiply;
}
body.on .bg_contents .bg_contents_item::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	z-index: 3;
	background: #140905;
	background: linear-gradient(180deg, rgba(20, 9, 5, 0) 0%, rgba(20, 9, 5, 1) 100%);
}
body.on .bg_contents > img{
	opacity: 0;
}
.bg_contents > div:not(.bg_contents_item){
	position: relative;
	z-index: 3;
}

.column2_con1{
	gap: 80px;
}
.column2_con1 .imgbox{
	width: calc(35% - 80px / 2);
}
.column2_con1 .txtbox{
	width: calc(65% - 80px / 2);
}

.boxwrap_item1 .box{
	padding: 10px 0;
	border-top: 1px solid #4A4A4A;
}
.boxwrap_item1 .box:last-of-type{
	border-bottom: 1px solid #4A4A4A;
}
.boxwrap_item1 .box h3{
	width: 45%;
	padding: 10px;
}
.boxwrap_item1 .box p{
	width: 55%;
	padding: 10px;
}


.box_contents1,.box_contents2{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: row;
}
.box_contents2{flex-direction: row-reverse;}
.box_contents1 > .en_title,.box_contents2 > .en_title{
	width: 20%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: row;
}
.box_contents2 > .en_title{
    justify-content: flex-end;
}
.box_contents1 > .contents,.box_contents2 > .contents{
	width: 80%;
}
/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 40px;
	z-index: 999;
}
.header .logo{
	width: 40%;
	max-width: 160px;
}
.header .nav_wrap{
	gap: 40px;
}
.header .nav_wrap .menu-bt{
	width: 70px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}
.header .nav_wrap .menu-bt .line{
	position: relative;
	width: 22px;
	height: 20px;
}
.header .nav_wrap .menu-bt .line > div{
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 2px;
	border-radius: 4px;
	transition: ease 0.3s;
}
.header .nav_wrap .menu-bt .line > div:nth-of-type(1){
	top: 0;
	left: 0;
}
.header .nav_wrap .menu-bt .line > div:nth-of-type(2){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.header .nav_wrap .menu-bt .line > div:nth-of-type(3){
	bottom: 0;
	left: 0;
}
.header .nav_wrap .menu-bt.active .line > div:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.header .nav_wrap .menu-bt.active .line > div:nth-of-type(2){
	top: 50%;
	left: 50%;
	transform: translate(0,-50%);
	opacity: 0;
}
.header .nav_wrap .menu-bt.active .line > div:nth-of-type(3){
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
}
.header .nav_wrap a p,.menu-wrap a p{
	color: #fff;
}


.menu-wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.menu-wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #140905;
	opacity: 0.9;
	overflow: none;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 50px;
	z-index: 2;
	overflow: auto;
}
.menu-wrap > div .ul{
	gap: 30px 50px;
	flex-direction: row-reverse;
}
body.on .menu-wrap > div .ul .li{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
body.on .menu-wrap.active > div .ul .li{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.menu-wrap > div .ul .li:nth-of-type(2){animation-delay: 0.2s;}
.menu-wrap > div .ul .li:nth-of-type(3){animation-delay: 0.4s;}
.menu-wrap > div .ul .li:nth-of-type(4){animation-delay: 0.6s;}
.menu-wrap > div .ul .li:nth-of-type(5){animation-delay: 0.8s;}
.menu-wrap > div .ul .li:nth-of-type(6){animation-delay: 1.0s;}
.menu-wrap > div .ul .li:nth-of-type(7){animation-delay: 1.2s;}
.menu-wrap > div .ul .li:nth-of-type(8){animation-delay: 1.4s;}
.menu-wrap > div .ul .li:nth-of-type(9){animation-delay: 1.6s;}
.menu-wrap > div .ul .li:nth-of-type(10){animation-delay: 1.8s;}

.menu-wrap > div .ul .li a{

}
.menu-wrap > div .ul .li p{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.menu-wrap > div .ul .li p.en{
	color: #A16D02;
	font-size: clamp(24px,2.4vw,32px);
}
.menu-wrap > div .ul .li p.jp{
	color: #fff;
	font-size: clamp(16px,1.6vw,20px);
}
/* ---------- footer ---------- */

.footer{
	position: relative;
	background-color: #1C1C1C;
	z-index: 2;
}
.footer > div{
	justify-content: space-between;
}
.footer .leftbox{
	gap: 50px;
	max-width: 70%;
}
.footer .leftbox .ul,.footer .leftbox .snsbox{
	flex-direction: column;
	align-items: flex-start;
}
.footer .leftbox .topbox .ul,.footer .leftbox .snsbox{
	gap: 20px;
}
.footer .leftbox .bottombox .ul{
	gap: 10px;
}
.footer .leftbox .ul .li a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
	flex-direction: row;
	gap: 10px;
}
.footer .leftbox .topbox .ul .li a .en{
	font-size: clamp(20px,2vw,24px);
	letter-spacing: 0.1rem;
}
.footer .leftbox .ul .li a .jp{
	font-size: clamp(12px,1.4vw,16px);
	letter-spacing: 0.1rem;
}
.footer .leftbox .snsbox a{
	gap: 10px;
}
.footer .leftbox .snsbox p{
	font-size: clamp(14px,2vw,16px);
	letter-spacing: 0.1rem;
}
.footer .leftbox .snsbox i{
	font-size: clamp(18px,3vw,22px);
}

.footer .rightbox{
	max-width: 30%;
	flex-direction: column;
	align-items: flex-end;
}
.footer .rightbox p{
	color: #fff!important;
}
.footer .rightbox p.default_entitle2{
	font-size: clamp(30px,2.4vw,50px);
}
.footer .rightbox p.default_title3{
	font-size: clamp(14px,1.8vw,20px);
}
.footer .copyright{
	width: 100%;
	font-size: clamp(12px,2vw,16px);
	text-align: left;
	padding-top: 50px;
}

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #fff;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #A16D02}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: #140905}
.bg-color1{background-color: #A16D02}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #A16D02}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #fff;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #A16D02}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: #140905}
.hvr-bg-color1:hover{background-color: #A16D02}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #A16D02}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.pd_wrap_b{
		padding: 0px 60px 150px;
	}
/* ---------- common ---------- */
	.column2_con1{
		gap: 60px;
	}
	.column2_con1 .imgbox{
		width: calc(35% - 60px / 2);
	}
	.column2_con1 .txtbox{
		width: calc(65% - 60px / 2);
	}
/* ---------- header ---------- */
	.menu-wrap > div .ul{
		gap: 30px 40px;
	}
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer .leftbox,.footer .rightbox{
		max-width: 50%;
	}
	.footer .leftbox .navbox{
		display: none;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 40px 0;
	}
	.pd_wrap_all{
		padding: 100px 40px 100px;
	}
	.pd_wrap_side{
		padding-left: 40px;
		padding-right: 40px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
	.pd_wrap_b{
		padding: 0px 40px 100px;
	}
/* ---------- common ---------- */
	.pagetitle{
		min-height: 400px;
	}
	
	.column2_con1{
		gap: 40px;
	}
	.column2_con1 .imgbox{
		width: calc(35% - 40px / 2);
	}
	.column2_con1 .txtbox{
		width: calc(65% - 40px / 2);
	}
/* ---------- header ---------- */
	.header .logo{
		max-width: 120px;
	}
	.menu-wrap > div .ul{
		gap: 30px 40px;
		flex-direction: row;
	}
	.menu-wrap > div .ul .li a{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_b{
		padding: 0px 20px 80px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.default_txt1{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 14px;
	}
	.default_txt3{
		font-size: 12px;
	}
	.mgbottom1{
		margin-bottom: 50px;
	}
	.mgbottom2{
		margin-bottom: 40px;
	}
	.mgbottom3{
		margin-bottom: 20px;
	}
/* ---------- common ---------- */
	.pagetitle{
		min-height: 350px;
	}
	
	.column2_con1{
		gap: 40px;
	}
	.column2_con1 .imgbox{
		width: 70%;
	}
	.column2_con1 .txtbox{
		width: 100%;
	}
	
	.spanbg span{
		padding: 4px 10px 3px 15px
	}
	
	.boxwrap_item1 .box h3{
		width: 30%;
		padding: 10px 0px;
	}
	.boxwrap_item1 .box p{
		width: 70%;
		padding: 10px 0px;
	}
	
	.box_contents1 > .en_title, .box_contents2 > .en_title{
		width: 100%;
		margin-bottom: 30px;
	}
	.box_contents1 > .en_title p, .box_contents2 > .en_title p{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.box_contents1 > .contents, .box_contents2 > .contents{
		width: 100%;
	}
/* ---------- header ---------- */
	.header{
		padding: 10px 20px;
	}
	.header .logo{
		max-width: 80px;
	}
	.header .nav_wrap > div:not(.menu-bt){
		display: none;
	}
	.header .nav_wrap .menu-bt{
		width: 50px;
	}
	.header .nav_wrap .menu-bt .line{
		width: 18px;
		height: 16px;
	}
	
	.menu-wrap > div{
		padding: 80px 20px 50px;
	}
	.menu-wrap > div .ul{
		gap: 30px 0;
		flex-direction: row;
	}
	.menu-wrap > div .ul .li{min-width: 50%; }
	.menu-wrap > div .ul .li a{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;

	}
	.menu-wrap > div .ul .li p.en{
		font-size: 20px;
	}
	.menu-wrap > div .ul .li p.jp{
		font-size: 14px;
	}
/* ---------- footer ---------- */
	.footer > div{
		align-items: center;
		justify-content: center;
	}
	.footer .leftbox,.footer .rightbox{
		max-width: 80%;
		align-items: center;
	}
	.footer .leftbox{
		margin-bottom: 40px;
	}
	.footer .rightbox .logo img{
		max-width: 200px;
	}
	.footer .rightbox p{
		text-align: center;
	}
	.footer .copyright{
		text-align: center;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
