﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@700&family=Hina+Mincho&display=swap');
/* CSS Document */

/***　全ページ　***/

*:focus {outline:none;}
html, body{font-size: 14px}
body{
	font-family: 'Hina Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	-webkit-text-size-adjust: 100%;
}
.font_cor{
	font-family: 'Cormorant', 'Hina Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#page_top{
	right: 20px;
	bottom: 20px;
	z-index: 3
}
#page_top a{
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	line-height: 1.3
}
#page_top a::before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	left: 0;
	right: 0;
	top: 15px;
	margin: auto;
	transform: rotate(45deg);
}
#page-top a:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

#footer_banner{
    right: 120px;
    bottom: 20px;
    z-index: 3;
}
#footer_banner a{
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
}

textarea{overflow: auto}

#wrap{
	background-image: url("../img/bg_img.jpg");
	background-size: 100%;
	background-position: top center
}

.span_wrap span, #main .main_title span, #page_title h2 span{
	display: inline-block;
	transition: 0.5s;
	transition-property: opacity transform filter;
	opacity: 0;
	transform: translate(-10px, 5px) rotate(10deg);
	filter: blur(5px)
}
.span_wrap span.active, #main .main_title span.active, #page_title h2 span.active{
	opacity: 1;
	transform: none;
	filter: blur(0)
}
.fadein .fade_box{
	transition: 1s;
	transition-property: opacity filter;
	opacity: 0;
	filter: blur(5px)
}
.fadein .fade_box.active{
	opacity: 1;
	filter: blur(0)
}

#loader{
	top: 0;
	left: 0;
	z-index: 11
}
#loader img{
	transform: translate(-50%, -50%) scale(1.1);
	filter: blur(10px)
}
#loader.active img{
	transform: translate(-50%, -50%) scale(1);
	filter: blur(0);
	opacity: 1
}

/***　ヘッダー　***/

.nav_bg{
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	border-radius: 0 0 0 200px;
	z-index: 8;
	transition: 1s;
	transition-timing-function: cubic-bezier(.6,.01,.25,1);
}
.nav_bg.active{
	width: 100%;
	height: 100%;
	border-radius: 0
}
#nav_bt{
	top: 0;
	right: 0;
	z-index: 9;
	cursor: pointer
}
#nav_bt .nav_bar{
	width: 50px;
	height: 40px;
	margin-left: auto
}
#nav_bt .nav_bar .bar1{
	width: 50px;
	height: 1px;
	top: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
	background-color: #fff;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(.6,.01,.25,1);
}
#nav_bt .nav_bar .bar2{
	width: 40px;
	height: 1px;
	top: 10px;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(.6,.01,.25,1);
}
#nav_bt.trans .nav_bar .bar1, #nav_bt.trans .nav_bar .bar2{
	width: 30px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#nav_bt.trans .nav_bar .bar1{
	transform: rotate(-45deg)
}
#nav_bt.trans .nav_bar .bar2{
	transform: rotate(45deg)
}

#sp_nav{
	top: 0;
	left: 0;
	z-index: 9
}
#sp_nav li{
	transition: 0.5s;
	transition-property: opacity transform filter;
	opacity: 0;
	transform: translate(-10px, 5px) rotate(10deg);
	filter: blur(5px)
}
#sp_nav li.active{
	opacity: 1;
	transform: none;
	filter: blur(0)
}
#sp_nav a:hover{
	filter: blur(1px)
}

/***　フッター　***/

#sns_link li{
	width: 80px
}
#sns_link a{
	background-color: rgba(255,255,255,0.15)
}
#sns_link a:hover{
	background-color: transparent
}

/***　index　***/

#main{
	background-color: #360056;
	min-height: 900px;
	background-image: url("../img/bg_img1.png");
	background-size: 700px;
	background-position: top 60% left 50%;
	background-repeat: no-repeat
}
#main::before{
	position: absolute;
    content: "";
    width: 100%;
    height: 120px;
    left: 0;
    bottom: -63px;
    pointer-events: none;
    background-image: url(../img/bg_img23.png);
    background-size: 1200px;
    background-repeat: repeat-x;
    background-position: center;
    z-index: 3;
}
#top_con1::before{
	position: absolute;
    content: "";
    width: 100%;
    height: 120px;
    left: 0;
    top: -56px;
    pointer-events: none;
    background-image: url(../img/bg_img23.png);
    background-size: 1200px;
    background-repeat: repeat-x;
    background-position: center;
    z-index: 3;
}
#main #logo{
	z-index: 1
}
#main .main_box{
	left: 50%;
	top: 35%;
	transform: translateX(-50%)
}
#main .main_img{
	margin-top: -200px
}
#main .fade_top.active{
	opacity: 1
}
#main .img1.active{
	left: 4%;
	opacity: 1
}
#main .img2.active{
	right: 8%;
	opacity: 1
}

#message{
	position: relative;
	z-index: 1
}
#message .message_bg{
	background-image: url("../img/bg_img2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	left: 0;
	top: 0
}
#message.active .message_bg{
	position: fixed;
	top: 0;
}
#message.active_to .message_bg{
	position: absolute;
	top: auto;
	bottom: 0
}
#message .message_bg .dragon_l{
	left: -30px;
	bottom: 10%;
}
#message .message_bg .dragon_r{
	right: -30px;
	bottom: 10%;
}
#message.trans .message_bg .dragon_l{
	left: 0;
	opacity: 1
}
#message.trans .message_bg .dragon_r{
	right: 0;
	opacity: 1
}
#message .me_title{
	padding-top: 170px;
	background-image: url("../img/bg_img2.png"), url("../img/bg_img5.png");
	background-position: top 0 left 50%, bottom 0 left 50%;
	background-repeat: no-repeat;
	background-size: 300px, 50px
}

#top_contents{
	z-index: 1;
}

#top_con1{
	background-image: url("../img/bg_img17.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 250px
}
#top_con1 .con1_title{
	background-image: url("../img/bg_img7.png");
	background-position: bottom center;
	background-size: 50px;
	background-repeat: no-repeat
}

#top_con2 .con2_no{
	background-image: url("../img/bg_img8.png");
	background-position: top center;
	background-size: 110px;
	background-repeat: no-repeat
}

#top_blog .cate_box a:hover{
	background-color: rgba(255,255,255,0.1)
}

.more a{
	box-sizing: border-box;
	width: 130px;
	height: 130px;
	line-height: 130px
}
.more a:hover{
	box-shadow: 0 0 0 70px #fff inset
}

#top_info .info_title{
	background-image: url("../img/bg_img9.png");
	background-position: bottom center;
	background-size: 50px;
	background-repeat: no-repeat;
	padding-bottom: 60px
}

/***　under_page　***/

#page_title{
	background-color: #360056
}
#page_title::before{
	position: absolute;
    content: "";
    width: 100%;
    height: 120px;
    left: 0;
    bottom: -63px;
    pointer-events: none;
    background-image: url(../img/bg_img23.png);
    background-size: 1200px;
    background-repeat: repeat-x;
    background-position: center;
    z-index: 3;
}
#page_title .title_box{
	padding-top: 170px;
    background-image: url(../img/bg_img2.png), url(../img/bg_img5.png);
    background-position: top 0 left 50%, bottom 0 left 50%;
    background-repeat: no-repeat;
    background-size: 300px, 50px;
}

.cate_wrap{
	counter-reset: number 0
}
.cate:last-child, .sub_cate:last-child, .cate_box:last-child{
	margin-bottom: 0
}
.cate{
    background-image: url(../img/bg_img17.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 250px;
}
.cate_title{
    background-image: url(../img/bg_img7.png), url("../img/bg_img8.png");
    background-position: bottom center, top center;
    background-size: 50px, 110px;
	background-repeat: no-repeat;
	padding-top: 80px
}
.cate_title::before{
	position: absolute;
	counter-increment: number 1;
	content: "0" counter(number);
	display: block;
	top: 28px;
	left: 0;
	text-align: center;
	width: 100%;
	font-family: 'Cormorant', 'Hina Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: 28px
}
.sub_cate_title::before{
	position: absolute;
	content: "";
	width: 1.5em;
	height: 1.5em;
	left: 0;
	top: 0;
	background-image: url("../img/bg_img9.png");
	background-repeat: no-repeat;
	background-size: contain
}

/***　page02　***/

#page02 #cate_list .cate_list:last-child{
	margin-bottom: 0
}
#page02 .list_title{
	cursor: pointer
}
#page02 .list_title::before{
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	top: calc(0.75em - 4px);
	left: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	transition: 0.3s
}
#page02 .list_title:hover::before{
	left: 5px
}
#page02 .list_title.active:hover::before{
	left: 0
}
#page02 .list_title.active::before{
	transform: rotate(135deg);
}
#page02 .cate_wrap{
	width: calc(100% - 400px);
	box-sizing: border-box
}

/***　page04　***/

#page04 .cate{
    background-image: none;
}
#page04 .cate_title{
    background-image: url(../img/bg_img7.png);
    background-position: bottom center;
    background-size: 50px;
    padding-top: 0;
}
#page04 .cate_title::before{
	display: none
}
#page04 .cate_box:last-child{
	margin-bottom: 40px
}

/***　page05　***/

#page05 .box_wrap{
	counter-reset: number2 0
}
#page05 .box_title1::before{
	display: block;
	counter-increment: number2 1;
	content: "0" counter(number2);
	font-family: 'Cormorant', 'Hina Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: 28px;
	line-height: 1;
	margin-bottom: 20px
}
#page05 .box_title1::after{
	position: absolute;
	content: "";
	width: 5px;
	height: 38px;
	left: -50px;
	top: 0;
	background-color: #fff
}

/***　page06　***/

#page06 .cate_box{
	padding: 3px
}
#page06 .box_title1{
	background-image: url("../img/bg_img24.png");
	background-size: 150px;
	background-repeat: no-repeat;
	background-position: bottom center
}
#page06 .box_img1{
	margin-top: -50px
}

/***　page07　***/

#page07 .box_txt1::before{
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: currentColor;
	left: 0;
	top: 1em;
}
#page07 #map iframe{
	height: 400px
}

/***　page10　***/

#page10 a::before{
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	left: 0;
	bottom: -1px;
	transition: 0.3s;
	background-color: #f1d04d
}
#page10 a:hover::before{
	width: 100%
}

/***　IE対処　***/

@media all and (-ms-high-contrast:none) {
}

.float_right{
	float: right
}
.float_left{
	float: left
}
.float_clear{
	float: none
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
#wrap{
	background-size: 800px
}	
#main .img1, #main .img2{
	top: 0;
}
#main .img3{
    right: 15%;
    bottom: 53%;
}
#main .img4{
    right: 22%;
    bottom: 63%;
}
#main .img5{
    left: 14%;
    bottom: 50%;
}
#main .img6{
    left: 18%;
    bottom: 42%;
}
#main .main_img {
    margin-top: -120px;
}
#pager li:not(.prev):not(.next){
	display: none;
}
#page02 .list_title:hover::before{
	left: 0
}

.float_right_tb{
	float: right
}
.float_left_tb{
	float: left
}
.float_clear_tb{
	float: none
}
.clearfix_tb::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
}

/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
#page_top{
	right: 10px;
	bottom: 10px;
}
#page_top a{
	width: 70px;
	height: 70px;
}
#footer_banner{
    right: 90px;
    bottom: 10px;
}
#footer_banner a{
    height: 70px;
    line-height: 70px;
}
.nav_bg {
    width: 90px;
    height: 90px;
}
#nav_bt .nav_bar{
	width: 40px;
	height: 30px;
}
#nav_bt .nav_bar .bar1{
	width: 40px;
}
#nav_bt .nav_bar .bar2{
	width: 30px;
}
#main{
	min-height: 600px;
	background-size: 500px;
}
#message .me_title, #page_title .title_box{
    padding-top: 120px;
    background-size: 200px, 50px;
}
#message .message_bg .dragon_r{
	bottom: 60%;
}
#message.trans .message_bg .dragon_l{
	left: 0;
	opacity: 0.6
}
#message.trans .message_bg .dragon_r{
	right: 0;
	opacity: 0.6
}
#message .message_bg .stick_l{
	top: 30%
}
#message .message_bg .stick_r{
	top: 50%
}
#footer .img1, #footer .img2{
	top: 0
}
#page05 .box_title1::after{
	left: -20px;
}
#page07 .box_txt1::before{
	display: none
}

#sns_link li{
	width: 60px
}
#sns_link a{
    padding: 15px;
}

.float_right_sp{
	float: right
}
.float_left_sp{
	float: left
}
.float_clear_sp{
	float: none
}
.clearfix_sp::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
}