@CHARSET "UTF-8";
/*
Theme Name: 浄土宗吉水流詠唱
date: 204.04.24
*** basic setting on css/destyle.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

:root {
  --purpul: #6a509b; 
  --bk: #000;
	--sound_bg: #BC9F77;
}

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	/*font-family: "Libre Baskerville","Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho , serif;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	color: var(--bk);
	line-height: 1.7;
	letter-spacing: 1px;
}

.font_gothic{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.page_title,
.font_mincho{
	font-family: "Libre Baskerville","Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho , serif;
}


/* =layouts
-------------------------------------------------------------- */

body,
#page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site_footer{
  margin-top: auto;
}

#page{
	padding-top: 5rem;
}
table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 1rem;
	text-align: left;
  width: 30%;
	font-weight: 400;
}
table td{
	padding: 1rem;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 700;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: 400;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.pc_only{
	display: none;
}

.wrapper{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.inner_wrap{
	max-width: 800px;
	margin: 0 auto;
}
.page_container{
	padding: 0 0 5rem;
	margin-top: -3rem;
	position: relative;
	z-index: 10;
}
.section{
	padding: 4rem 5%;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
	margin-bottom: 3rem;
}
.block{
	margin-bottom: 5rem;
}
.side_container{
	margin-bottom: 5rem;
}

.page_nav__wrap{
	overflow: auto;
}
.page_nav{
	display: flex;
	border-bottom: var(--bk) solid 2px;
	font-size: 1.2rem;
}
.page_nav li{
	margin-right: .2rem;
	margin-bottom: -1px;
}
.page_nav li a{
	padding: 1.5rem 1rem;
	display: block;
	border: var(--bk) solid 1px;
	font-weight: 700;
	white-space: nowrap;
}
.page_nav li.current a{
	background: #efefef;
}





/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.txt_right{
	text-align: right;
}
.txt_vertical{
	writing-mode: vertical-rl;
}
.txt_small{
	font-size: 70%;
}
.txt_large{
	font-size: 150%;
}

.underline{
	background: linear-gradient(to bottom , rgba(255,255,255,0) 50%, #ffff00 51%);
	font-weight: 700;
}

.page_header{
	position: relative;
	background: #000;
	height: 20rem;
}
.page_header::before{
	content: '';
	background: url('images/common/header.jpg') no-repeat center center / cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}
#breadcrumbs{
	display: none;
}

#message_404 p{
	text-align: center;
	margin-bottom: 5rem;
}





/* =link
-------------------------------------------------------------- */

a{
	outline: none;
	color: var(--bk);
	text-decoration: none;
	transition: .3s;
}
*:focus {
  outline: none;
}

.btn_link{
	background: #000;
	border: #000 solid 1px;
	color: #fff;
	display: block;
	padding: 1.5rem 1rem;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
  position: relative;
	transition: .3s;
}

.btn_link__white{
	background: #fff;
	color: #000;
}
.link_more_wrap{
	text-align: right;
}
.link_more{
	position: relative;
	display: inline-block;
	padding: 0 3rem .5rem 0;
}
.arrow{
	position: absolute;
	width: 10rem;
	background: var(--bk);
	height: 1px;
	display: inline-block;
	margin-left: 1rem;
	transition: .3s;
	bottom: 0;
	right: 0;
}
.arrow::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1rem;
	height: .5rem;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	background: var(--bk);
}
.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}

.link_banner{
	position: relative;
	border: #ccc solid 1px;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	display: flex;
	align-items: center;
}
.link_banner__img{
	flex: 0 0 30%;
	margin-right: 2rem;
}
.link_banner__txt{
	flex: 1;
}
.link_banner .arrow{
	width: 5rem;
	bottom: 1rem;
	right: 1rem;
}
.link_banner__wrap li{
	margin-bottom: 1rem;
}
.banner_limited{
	position: absolute;
	top: 0;
	right: 0;
	padding: .2rem 1rem;
	background: var(--purpul);
	color: #fff;
	font-size: 1rem;
}

button,
input[type="submit"]{
	outline: 0;
	box-shadow: none;
	border: none;
	cursor: pointer;
}
label{
	cursor: pointer;
}

.fa-arrow-up-right-from-square{
	font-size: 80%;
	margin-left: .5rem;
}

.link_back{
	margin: 5rem 0;
}





/* =media
-------------------------------------------------------------- */

img,
svg,
video{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
}
.img_clip{
	position: relative;
	overflow: hidden;
}
.img_clip::before{
	content: '';
	padding-top: 100%;
	display: block;
	background: #ccc;
}
.img_clip video,
.img_clip img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}

.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background: #eee;
}
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* =tub
-------------------------------------------------------------- */

summary{
	cursor: pointer;
}
summary::marker{
  content: none;
}
summary::-webkit-details-marker{
  display: none;
}

.accordion dd{
	display: none;
}
.accordion dt.open + dd{
	display: block;
}

.tub{
	display: flex;
}
.tub_cont{
	display: none;
}
.cont_current{
	display: block;
}



/* =slick base
-------------------------------------------------------------- */

.slick-arrow{
	width: 1rem;
  height: 1rem;
  z-index: 10;
}
.slick-prev{
  left: -5px;
}
.slick-next{
  right: -5px;
}
.slick-arrow::before{
	content: '' !important;
  width: 100%;
  height: 100%;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}
.slick-prev:before{
  transform: translate(-35%,-50%) rotate(-45deg);
}
.slick-next:before{
  transform: translate(-65%,-50%) rotate(135deg);
}
.slick-slide:focus{
  outline: 0;
}
.slick-dots > li:first-child:last-child {
   display: none;
}



/* =title
-------------------------------------------------------------- */

.page_title{
	position: absolute;
	top: 50%;
	left: 5%;
	font-size: 2rem;
	text-shadow: 0 0 5px rgba(0,0,0,.3);
	color: #fff;
	translate: 0 -50%;
	z-index: 10;
}

.section_title{
	font-size: 2rem;
	margin-bottom: 3rem;
}

.title_bg{
	background: var(--bk);
	padding: 1rem 2rem;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}

.titile_borderLeft{
	font-size: 1.8rem;
	border-left: var(--bk) solid .5rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	margin-bottom: 2rem;
}



/* =entry base
-------------------------------------------------------------- */

.entry_header{
	border-bottom: #000 solid 3px;
	margin-bottom: 3rem;
}
.entry_date{
	font-size: 1.2rem;
}
.entry_header__title{
	font-size: 2rem;
	line-height: 1.5;
	margin: 1rem 0;
}
.entry_content{
	padding-bottom: 5rem;
}
.entry_content h2{
	margin: 4rem 0 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 1rem 1.5rem;
	background: var(--purpul);
	color: #fff;
}
.entry_content h3{
	margin: 4rem 0 1rem;
	font-size: 1.6rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	border-left: var(--bk) solid .5rem;
}
.entry_content h4{
	margin: 2rem 0 1rem;
	font-size: 1.5rem;
	line-height: 1.5;
	color: var(--purpul);
}
.entry_content p{
	word-break: break-all;
	margin-bottom: 2rem;
}
.entry_content p a{
	text-decoration: underline;
}
.entry_content p a:hover{
	text-decoration: none;
}
.entry_content img{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.news_list{
	margin-bottom: 3rem;
}
.news_list li:not(:last-child){
	border-bottom: #eee solid 1px;
}
.news_box{
	display: block;
	padding: 1rem 0;
}
.news_box__date{
	display: block;
	margin-bottom: .5rem;
}
.news_box:hover .news_box__title{
	text-decoration: underline;
}
.no_posts{
	text-align: center;
	background: #efefef;
	padding: 3rem 0;
}


#page_news .side_container{
	margin: 5rem 0 0;
}
.side_box h2{
	font-size: 1.4rem;
}
.news_cat__list li{
	padding: 1rem 0;
	border-bottom: #ccc solid 1px;
}
.news_cat__list li a::before{
	content: '▶';
	margin-right: .5rem;
}
.news_cat{
	background: #333;
	display: inline-block;
	padding: .1rem 1rem;
	border-radius: 50px;
	margin-left: 1rem;
	color: #fff;
	font-size: 1rem;
}







/* =page nav
-------------------------------------------------------------- */

.page_links{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 5rem auto;
}
.page_links a, 
.page_links span{
  display: flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: var(--bk) solid 1px;
  color: var(--bk);
  margin: 0 2px;
  border-radius: 50%;
}
.page_links span.current,
.page_links a:hover{
  background: var(--purpul);
	border: var(--purpul) solid 1px;
  color: #fff;
}
.page_links a.previouspostslink{
  margin-right: 10px;
}
.page_links a.nextpostslink{
  margin-left: 10px;
}

.nav_single{
	clear: both;
	display: flex;
  justify-content: center;
  margin: 5rem 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
	font-size: 1.2rem;
}
.nav_single li{
	width: 33.33%;
	text-align: center;
}
.nav_single li a{
	display: block;
	padding: 1.5rem 0;
}
.nav_single li a:hover{
	background: #efefef;
}
.nav_archive{
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}




/* =header
-------------------------------------------------------------- */

#site_header{
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	display: flex;
	align-items: center;
	height: 5rem;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
	transition: .3s;
}
#header_logo{
  display: flex;
	align-items: center;
  margin: 0 auto 0 0;
	line-height: 1.2;
	font-weight: 700;
	padding-left: 1rem;
}
#header_logo img{
	width: 4.5rem;
	margin-right: 1rem;
}
#header_logo span{
	white-space: nowrap;
}
#header_nav{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
}
#nav_links li{
	margin-right: .2rem;
}
.nav_btn{
	display: flex;
	align-items: center;
	height: 5rem;
	text-align: center;
	background: var(--bk);
	position: relative;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0;
	padding: 0 .5rem;
}
.nav_btn__icon{
	width: 2rem;
	margin-right: .5rem;
}
#header_nav__btn{
	width: 5rem;
	z-index: 9999;
	background: var(--purpul);
}
#header_nav__btn .border_wrap{
  position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#header_nav__btn .border{
	width: 30px;
	height: 3px;
	background: #fff;
	border-radius: 3px;
  display: block;
  margin-bottom: 5px;
  transition: all .4s;
	box-sizing: border-box;
}
#header_nav__btn .border:last-child{
  margin: 0;
}
.nav_active #header_nav__btn .border:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav_active #header_nav__btn .border:nth-of-type(2) {
	opacity: 0;
}
.nav_active #header_nav__btn .border:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
#header_nav__inner{
	width: 80%;
	max-width: 30rem;
	height: 100%;
	background: var(--bk);
	z-index: 999;
	position: fixed;
	top: 0;
	right: -30rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 6rem 0 3rem;
}
.nav_active #header_nav__inner{
	opacity: 1;
	visibility: visible;
	right: 0;
}
.main_navigation{
	position: relative;
}
.main_navigation li a{
	display: block;
	padding: 1.5rem;
	position: relative;
	color: #fff;
	border-bottom: rgba(255,255,255,.5) solid 1px;
}
.main_navigation li a::after{
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	position: absolute;
	top: 50%;
	right: 2rem;
	translate: 0 -50%;
	rotate: 45deg;
}

.nav_limited{
	border-left: var(--purpul) solid 8px;
}
.nav_limited dt{
	padding: 1rem 1.5rem;
	background: var(--purpul);
	color: #fff;
}



/* =footer
-------------------------------------------------------------- */

#site_footer{
	background: #fff;
	padding: 3rem 0;
}
#footer_logo{
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}
#footer_logo img{
	width: 100px;
	margin-right: 1rem;
}
#footer_logo span{
	font-size: 1.6rem;
}
#footer_info p{
	font-size: 1.2rem;
	margin-top: 2rem;
}

#footer_links{
	font-size: 1.2rem;
	margin: 3rem 0;
}
#footer_links li{
	margin: 1rem 0;
}
#footer_copy{
	font-size: 1rem;
	text-align: center;
	margin-top: 5rem;
}






/* =TOP
-------------------------------------------------------------- */

#top_body #page{
	padding: 0;
}
#top_body #site_header{
	background: none;
	box-shadow: none;
}
#top_body #header_logo{
	visibility: hidden;
	opacity: 0;
}
#top_body.scroll #site_header{
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
}
#top_body.scroll #header_logo{
	visibility: visible;
	opacity: 1;
}

#top_header{
	height: auto;
}
#top_header__nav{
	display: none;
}
#main_visual__logo{
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 50;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	white-space: nowrap;
	width: 100%;
	filter: drop-shadow(0 0 5px #000);
	line-height: 1.3;
	letter-spacing: 3px;
	font-weight: 400;
}
#main_visual__logo img{
	width: 30%;
	max-width: 15rem;
	display: block;
	margin: 0 auto 2rem;
}

.section_flex__title{
	position: relative;
	padding-bottom: 1.5rem;
}
.section_flex__title::after{
	content: '';
	width: .8rem;
	height: 15rem;
	background: url('images/common/title_line.png') no-repeat top left / contain;
	position: absolute;
	top: 100%;
	left: 0;
	rotate: -90deg;
	transform-origin: left top;
}

.top_txt{
	margin-bottom: 5rem;
}





/* =login
-------------------------------------------------------------- */

.login_form{
	margin-bottom: 3rem;
}
.login_form th,
.login_form td{
	display: block;
	padding: 0;
}
.login_form td{
	margin-bottom: 2rem;
}

.login_error{
	background: #ffe4e1;
	border: #800000 solid 2px;
	padding: 2rem 5%;
	color: #800000;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 3rem;
}
.login_error span{
	display: block;
}

.login_message p{
	text-align: center;
	margin-bottom: 3rem;
}





/* =Contact
-------------------------------------------------------------- */

.required{
	background: #800000;
	color: #fff;
	font-size: 1.2rem;
	padding: .5rem 1rem;
	border-radius: 50px;
	margin-right: 1rem;
}
.input_box{
	width: 100%;
	padding: .5rem 1rem;
	margin-bottom: 3px;
  line-height: 1.7;
  font-size: 1.6rem;
  border: #ccc solid 1px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.input_box.short_box{
	width: 150px;
}
.form_wrap input[type="radio"],
.form_wrap input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
input[type="file"]{
	width: 100%;
}
.form_wrap label{
	cursor: pointer;
}
.wpcf7 form .wpcf7-response-output{
	text-align: center;
	padding: 1rem;
}

.form_wrap input[disabled]{
	background: #ccc !important;
	border: #ccc solid 1px;
	color: #fff !important;
	box-shadow: none;
	transform: none;
}
.form_wrap tr{
	border-bottom: #ccc solid 1px;
}
.form_wrap th{
	display: block;
	width: 100%;
	padding: 2rem 0 .5rem;
	font-size: 1.4rem;
	font-weight: 700;
}
.form_wrap td{
	display: block;
	padding: 0 0 2rem;
}
.form_table .wpcf7-list-item{
	margin: .5rem 3rem .5rem 0;
}
.form_wrap .attention{
	background: #efefef;
	padding: 1rem 5%;
	margin-top: .5rem;
	font-size: 1.2rem;
	word-break: break-all;
}
.form_wrap .attention p{
	margin: 1rem 0;
}
.policy_check{
	text-align: center;
	margin: 3rem 0;
}
.policy_check p{
	margin: 1rem 0;
	font-size: 1.2rem;
}
.policy_check a{
	text-decoration: underline;
}
.policy_check a:hover{
	text-decoration: none;
}
.form_wrap .wpcf7-not-valid-tip{
	font-weight: 700;
	color: #800000;
}

.form_recaptcha{
	border: #999 solid 1px;
	padding: 20px 5%;
	margin: 3rem auto 0;
	max-width: 500px;
	font-size: 1rem;
}
.form_recaptcha p{
	margin: 0;
	text-align: left;
}
.form_recaptcha p a{
	text-decoration: underline;
	margin: 0 5px;
}
.form_recaptcha p a:hover{
	text-decoration: none;
}
.grecaptcha-badge{
	visibility: hidden;
}

.form_wrap .title_bg{
	font-size: 1.4rem;
	margin: 3rem 0 0;
}

.form_attention{
	margin-bottom: 3rem;
	padding: 2rem 5%;
	background: #efefef;
	font-size: 1.2rem;
}
.form_attention h2{
	margin-bottom: 1rem;
	border-bottom: #000 solid 1px;
	padding: .5rem 0;
	font-size: 1.4rem;
}
.form_attention p{
	margin: 1rem 0;
}
.form_attention p a:hover{
	text-decoration: underline;
}




/* =sounds & movie
-------------------------------------------------------------- */

.sounds_list{
	margin-bottom: 3rem;
	border-top: #ccc solid 1px;
}
.sounds_box{
	display: block;
	padding: 1rem 3rem 1rem 0;
	border-bottom: #ccc solid 1px;
	position: relative;
}
.sounds_box::after{
	content: '';
	border-top: var(--bk) solid 1px;
	border-right: var(--bk) solid 1px;
	position: absolute;
	top: 50%;
	right: 1rem;
	rotate: 45deg;
	translate: 0 -50%;
	width: 1rem;
	height: 1rem;
}
.top_sounds__inner{
	margin-top: 5rem;
}

.sounds_tag{
	display: inline-block;
	padding: .2rem 2rem;
	border-radius: 50px;
	background: var(--bk);
	color: #fff;
	font-size: 1.2rem;
}
#top_sounds .sounds_tag{
	margin-bottom: .5rem;
	background: #aaa;
}
.sounds_mp3__box{
	margin-bottom: 3rem;
}
.sounds_mp3__box h3{
	margin-bottom: .5rem;
}
.sounds_mp3{
	padding: 3rem 5%;
	text-align: center;
}
.sounds_mp3 audio{
	width: 100%;
}
#sounds_data__list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.5rem;
}
#sounds_data__list li{
	width: 50%;
	padding: 0 .5rem;
	margin-bottom: 1rem;
}
#sounds_recom__links li{
	margin-bottom: 1rem;
}
#sounds_recom__links li a:hover{
	text-decoration: underline;
}
#sounds_mov__wrap li{
	margin-bottom: 2rem;
}
#sounds_recture__link{
	border: #000 solid 1px;
	padding: 3rem 5%;
	margin-top: 3rem;
	text-align: center;
}
#sounds_recture__link p{
	margin-top: 2rem;
	font-size: 1.2rem;
}
#sounds_recture__link p a:hover{
	text-decoration: underline;
}
.sounds_lyrics__wrap p{
	margin-bottom: 1rem;
}
.sounds_lyrics__wrap p img{
	vertical-align: middle;
	padding: 0 .2rem;
}
.sounds_lyrics__wrap{
	max-height: 25rem;
	overflow: hidden;
	position: relative;
	transition: .3s;
}
.sounds_lyrics__wrap .more_wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10rem;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0) , rgba(255,255,255,1));
	z-index: 5;
	transition: .3s;
}
.more_wrap .btn_link{
	font-size: 1rem;
	padding: .5rem;
	max-width: 10rem;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 50px;
	cursor: pointer;
}
.more_close{
	display: none;
}
.sounds_lyrics__wrap.open{
	max-height: 100%;
}
.sounds_lyrics__wrap.open .more_wrap{
	background: none;
	position: static;
	height: auto;
	margin-top: 3rem;
}
.sounds_lyrics__wrap.open .more_open{
	display: none;
}
.sounds_lyrics__wrap.open .more_close{
	display: block;
	position: static;
}
.movie_list li{
	margin-bottom: 3rem;
}
.movie_tag{
	background: var(--purpul);
	color: #fff;
	font-size: 1.2rem;
	padding: .3rem 2rem;
	display: inline-block;
	margin: 1rem 0 .5rem;
}
.movie_box .img_clip::before{
	padding-top: 56.25%;
}

#single_movie .youtube_wrap{
	margin-bottom: 3rem;
}
.movie_txt{
	margin: 3rem 0;
}




/* =files
-------------------------------------------------------------- */

.files_list{
	display: flex;
	flex-wrap: wrap;
}
.files_list li{
	margin-bottom: 3rem;
	width: 100%;
}
.files_box{
	position: relative;
}
.files_img{
	border: #ccc solid 1px;
}
.files_img::before{
	background: none;
}
.files_img img{
	object-fit: contain;
	width: 90%;
	height: 90%;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
.files_box__title{
	margin: 1rem 0;
	text-align: center;
}
.plate_sales{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: var(--purpul);
	font-size: 1.2rem;
	padding: .5rem 1rem;
	color: #fff;
}

#single_files .files_img{
	margin-bottom: 3rem;
}

#single_files__flex{
	margin-bottom: 5rem;
	font-size: 1.2rem;
}
#files_comment{
	margin: 2rem 0;
	font-size: 1.2rem;
}
#files_sales__info{
	margin: 2rem 0 0;
	padding: 2rem 0;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	
}
#files_sales__info p{
	margin: 1rem 0;
}

#link_sales{
	max-width: 100%;
	background: var(--purpul);
	border-color: var(--purpul);
}
#files_download{
	margin: 3rem 0;
}
#files_download li{
	margin-bottom: .5rem;
}
#files_download .btn_link{
	margin: 0;
	max-width: 450px;
}

#sales_price{
	text-align: right;
	padding: 1rem 0;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	margin: 2rem 0;
}
#sales_price span{
	font-size: 150%;
}

#sales_form{
	background: #efefef;
	padding: 5rem 5%;
	margin: 0 -6%;
}
#sales_form .inner_wrap{
	background: #fff;
	padding: 3rem 5%;
}
#sales_form .tub{
	margin: 2rem 0;
	flex-wrap: wrap;
}
#sales_form .tub li{
	width: 100%;
}
#sales_form .tub li span{
	border: #000 solid 1px;
	border-radius: .5rem;
	text-align: center;
	font-size: 1.2rem;
	padding: 1rem .5rem;
	width: 100%;
	margin-bottom: .5rem;
	cursor: pointer;
	display: block;
}
#sales_form .tub li.tab_current span{
	background: #efefef;
}
.tub_content{
	display: none;
}
.content_current{
	display: block;
}
.order_list{
	display: flex;
	flex-wrap: wrap;
}
.order_list li{
	width: 50%;
	padding: 0 .5rem;
	margin-bottom: 3rem;
}

#order_attentions{
	margin-top: 1rem;
}
#order_attentions h2{
	font-size: 1.4rem;
}
#order_attentions li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: .5rem;
	font-size: 1.2rem;
}

/* =qa
-------------------------------------------------------------- */

.searchform{
  position: relative;
  display: flex;
  align-items: center;
}
.searchfiel{
  flex: 1;
  margin: 0;
  font-size: 1.2rem;
}
.searchform_btn{
  background: #343434;
  color: #fff;
  flex: 0 0 5rem;
  align-self: stretch;
  display: block;
  text-align: center;
}

.qa_nav{
	flex-wrap: wrap;
	padding: 2rem 0;
	border-bottom: #000 solid 1px;
}
.qa_nav li{
	margin-bottom: 1rem;
	margin-right: 1rem;
	font-size: 1rem;
}
.qa_nav li a{
	border-radius: 50px;
	padding: .5rem 2rem;
}

.qa_box{
	text-indent: -2rem;
	padding-left: 2rem;
	display: block !important;
}






/* =members
-------------------------------------------------------------- */

.members_cat__wrap{
	border-top: #ccc solid 1px;
}
.members_cat__list{
	border-bottom: #ccc solid 1px;
}
.members_cat__title{
	padding: 1.5rem 3rem 1.5rem 0;
	position: relative;
}
.members_cat__title::after{
	content: '';
	border-top: #000 solid 1px;
	border-right: #000 solid 1px;
	position: absolute;
	right: 1rem;
	top: 50%;
	translate: 0 -50%;
	rotate: 135deg;
	width: 1rem;
	height: 1rem;
	transition: .3s;
}
.members_cat__list[open] .members_cat__title::after{
	rotate: -45deg;
}
.members_cat__inner{
	padding: 1rem 5% 3rem;
}
.temple_list{
	display: flex;
	flex-wrap: wrap;
}
.temple_list li{
	width: 50%;
	padding-right: 1rem;
	margin-bottom: 1rem;
}
.temple_list li a{
	padding: 1rem;
	display: block;
	border: #ccc solid 1px;
}

.member_list th,
.member_list td{
	border: #ccc solid 1px;
	padding: 1rem;
	font-size: 1.2rem;
	vertical-align: middle;
}
.member_list td{
	text-align: center;
}
.member_list thead{
	background: #efefef;
}
.member_list thead th,
.member_list thead td{
	line-height: 1.4;
	padding: .5rem;
	text-align: center;
}
.member_list th{
	width: 40%;
}
.member_list td .small{
	font-size: 80%;
}
#member_delete{
	text-align: right;
	margin: 1rem 0;
}
#member_delete .btn_link{
	font-size: 1.2rem;
	padding: 1rem;
	margin: 0 0 0 auto;
	width: 60%;
	max-width: 200px;
}

.member_id{
	margin-bottom: 1rem;
	text-align: right;
	font-weight: 400;
}
.member_title span,
.member_id span{
	font-size: 80%;
}

.member_breadcrumbs{
	display: flex;
	margin-bottom: .5rem;
	flex-wrap: wrap;
	font-size: 1.2rem;
}
.member_breadcrumbs a{
	color: #fff;
	text-decoration: underline;
}
.not_link a{
	pointer-events: none !important;
	text-decoration: none !important;
}
.member_breadcrumbs a:hover{
	text-decoration: none;
}
.member_breadcrumbs li::before{
	content: ' > ';
	margin: 0 .5rem;
}
.member_breadcrumbs li:first-child::before{
	content: none;
	margin: 0;
}





#recycle_counter{
	margin-bottom: 5rem;
	border: #097c25 solid 2px;
	border-radius: 1rem;
	overflow: hidden;
}
#recycle_counter h2{
	background: #097c25;
	padding: 1rem;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}
#recycle_counter ul{
	padding: 2rem 5%;
}
#recycle_counter ul li{
	margin: .5rem 0;
	border: #999 solid 1px;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.recycle_counter__name{
	padding: 1rem;
	text-align: center;
	background: var(--purpul);
	color: #fff;
	font-size: 1.8rem;
	width: 50%;
}
#recycle_counter02 .recycle_counter__name{
	background: #a40000;
}
#recycle_counter03 .recycle_counter__name{
	background: #777;
}
.recycle_counter__num{
	text-align: center;
	flex: 1;
}
.recycle_counter__num span{
	font-size: 150%;
	margin-right: .5rem;
}

#recycle_txt{
	border-bottom: var(--purpul) solid 1px;
	margin-bottom: 5rem;
}
.recycle_flow__block{
	margin-bottom: 3rem;
	border-bottom: #000 dotted 1px;
}
.recycle_flow__title{
	font-size: 1.8rem;
	border-top: #000 solid 2px;
	border-bottom: #000 solid 2px;
	padding: 1rem 0;
	margin-bottom: 2rem;
}
.recycle_flow__txt{
	padding-bottom: 3rem;
}









/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .mobile_only{
		display: none;
	}
	.pc_only{
		display: block;
	}
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  table th{
		padding: 1.5rem 1rem;
		width: 25%;
	}
	table td{
		padding: 1.5rem 1rem;
	}
	#site_footer__inner{
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.page_container{
		margin-top: -5rem;
	}
	.section{
		border-radius: 2rem;
		margin-bottom: 5rem;
		padding: 5rem 5%;
	}
	.section_title{
		font-size: 2.6rem;
	}
	.section_flex{
		display: flex;
		justify-content: space-between;
	}
	.section_flex__title{
		flex: 0 0 8rem;
		writing-mode: vertical-rl;
		padding: 0 3rem 0 0;
		margin: 0 5rem 0 0;
	}
	.section_flex__title::after{
		rotate: none;
		top: 0;
		left: 100%;
	}
	.section_flex__inner{
		flex: 1;
		padding-top: 1rem;
	}
	#footer_links{
		margin: 0;
	}
	#top_header .img_clip::before{
		padding-top: 70%;
	}
	#main_visual__logo{
		font-size: 3rem;
	}
	.movie_list{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -1rem;
	}
	.movie_list li{
		width: 50%;
		padding: 0 1rem;
	}
	#top_sounds .movie_list li{
		width: 33.33%;
		margin-bottom: 1rem;
	}
	.link_banner__wrap{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -1rem;
	}
	.link_banner__wrap li{
		width: 50%;
		padding: 0 1rem;
		margin-bottom: 2rem;
	}
	.news_box{
		display: flex;
	}
	.news_box__date{
		flex: 0 0 20rem;
	}
	.news_box__title{
		flex: 1;
	}
	#page_news .side_container{
		margin: 0 0 5rem 3rem;
	}
	.form_table__colum th,
	.form_table__colum td{
		display: table-cell;
		padding: 1.5rem 0;
	}
	.form_table__colum th{
		width: 25%;
		padding-top: 2rem
	}
	.login_form th,
	.login_form td{
		vertical-align: middle;
	}
	.files_list li{
		width: 33.33%;
		padding: 0 1rem;
	}
	#single_files__flex{
		display: flex;
	}
	#files_img__wrap{
		flex: 0 0 45%;
		margin-right: 3rem;
	}
	#single_files__inner{
		flex: 1;
	}
	#sounds_data__list li{
		width: 33.33%;
	}
	#top_sounds .sounds_tag{
		margin: 0 1rem 0 0;
	}
	#members_form__wrap .form_table__colum th{
		width: 40%;
	}
	.order_list{
		margin: 0 -1rem;
	}
	.order_list li{
		width: 33.33%;
		padding: 0 1rem;
	}
	#sales_form .tub li{
		width: 33.33%;
		padding-left: 1rem;
	}
	#recycle_counter{
		display: flex;
		align-items: center;
	}
	#recycle_counter h2{
		align-self: stretch;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40%;
		padding: 0 2rem;
	}
	#recycle_counter ul{
		flex: 1;
	}
}



@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
		scroll-padding-top: 80px;
  }
	#page{
		padding-top: 96px;
	}
	#site_header{
		height: auto;
	}
	#header_logo{
		padding: 1rem;
	}
	#header_logo img{
		width: 6rem;
	}
	#header_nav{
		flex-direction: row-reverse;
		position: static;
		margin-right: 1rem;
		font-size: 1.2rem;
	}
	.nav_btn{
		padding: 1rem 1.5rem;
		height: auto;
	}
	#header_nav__btn{
		display: none;
	}
	#header_nav__inner{
		position: static;
		opacity: 1;
		visibility: visible;
		overflow: visible;
		background: none;
		max-width: 100%;
		width: auto;
		display: flex;
		align-items: center;
		padding: 0;
	}
	.main_navigation{
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.main_navigation li{
		margin-right: 1.5rem;
	}
	.main_navigation li a{
		color: var(--bk);
		padding: .3rem 0;
		border: 0;
		font-weight: 700;
	}
	.nav_sp{
		display: none;
	}
	.main_navigation li a::after{
		border: 0;
		width: 0;
		height: 1px;
		translate: none;
		rotate: none;
		top: 100%;
		right: auto;
		left: 0;
		background: var(--bk);
		opacity: 0;
		transition: .3s;
	}
	.main_navigation li.current a::after{
		width: 100%;
		opacity: 1;
	}
	.nav_limited{
		position: relative;
		border: 0;
	}
	.nav_limited dt{
		padding: 1.5rem 2rem;
		cursor: pointer;
	}
	.nav_limited dd{
		opacity: 0;
		visibility: hidden;
		transition: .2s;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 90;
		padding-top: .5rem;
	}
	.nav_limited:hover dd{
		opacity: 1;
		visibility: visible;
	}
	.nav_limited .main_navigation{
		display: block;
		border: var(--bk) solid 2px;
		background: #fff;
		position: relative;
	}
	.nav_limited .main_navigation::before{
		content: '';
		background: var(--bk);
		width: 1.5rem;
		height: 1.5rem;
		position: absolute;
		top: -1.5rem;
		clip-path: polygon(50% 0,100% 100%, 0 100%);
		right: 5rem;
		z-index: 50;
	}
	.nav_limited .main_navigation li{
		margin: 0;
	}
	.nav_limited .main_navigation li a{
		text-align: center;
		padding: 1rem 2rem;
		border: #ccc solid 1px;
		white-space: nowrap;
	}
	.nav_limited .main_navigation li a:hover{
		background: #efefef;
	}
	.nav_limited .main_navigation li a::after{
		content: none;
	}
	#site_footer__inner{
		padding: 0 5%;
	}
	#footer_links li a{
		position: relative;
	}
	#footer_links li a::after{
		content: '';
		width: 0;
		height: 1px;
		top: 100%;
		left: 0;
		background: var(--bk);
		opacity: 0;
		transition: .3s;
		position: absolute;
	}
	.page_header{
		margin: 0;
		height: 25rem;
	}
	.page_title{
		font-size: 3rem;
	}
	#breadcrumbs{
		display: block;
		text-align: right;
		font-size: 1.1rem;
		padding-right: 2rem;
		margin-bottom: .5rem;
		color: #fff;
	}
	#breadcrumbs a{
		color: #fff;
	}
	#breadcrumbs a:hover{
		text-decoration: underline;
	}
	#top_body #site_header{
		opacity: 0;
		visibility: hidden;
	}
	#top_body.scroll #site_header{
		opacity: 1;
		visibility: visible;
	}
	#top_header .img_clip::before{
		padding-top: 100vh;
	}
	#top_header__nav{
		display: block;
		position: absolute;
		top: 2rem;
		right: 3rem;
		display: flex;
		z-index: 55;
	}
	#top_header__nav .main_navigation{
		align-items: flex-start;
		margin-top: 1rem;
	}
	#top_header__nav a{
		writing-mode: vertical-rl;
		text-orientation: upright;
		color: #fff;
		text-align: left;
	}
	#top_header__nav a::after{
		content: none;
	}
	#top_header__nav .nav_btn{
		background: none;
		border: #fff solid 1px;
		padding: 2rem 1.2rem 2rem 1rem;
		line-height: 1;
		font-size: 1.2rem;
	}
	#top_header__nav .nav_btn__icon{
		margin: 0 0 1rem;
	}
	#top_header__nav .nav_limited dt{
		writing-mode: vertical-rl;
		padding: 2rem 1.5rem 2rem 1rem;
		line-height: 1;
	}
	#top_header__nav .nav_limited dd{
		padding: 0;
	}
	#top_header__nav .nav_limited a{
		writing-mode: inherit;
		color: var(--bk);
		font-size: 1.2rem;
		text-align: center;
		padding: 1rem 3rem;
	}
	#top_header__nav .nav_limited .main_navigation::before{
		right: 1rem;
	}
	.section_flex__title::after{
		width: 1rem;
	}
	.container_wrap{
		display: flex;
	}
	.side_container{
		flex: 0 0 23%;
		margin-right: 3rem;
	}
	.side_container__inner{
		position: sticky;
		top: 10rem;
	}
	.main_container{
		flex: 1;
		margin: 0 auto;
		max-width: 850px;
	}
	.side_container .page_nav__wrap{
		overflow: visible;
	}
	.side_container .sounds_nav{
		display: block;
		border: 0;
		font-size: 1.4rem;
	}
	.side_container .sounds_nav li{
		margin: 0 0 1rem;
		text-align: center;
	}
	.side_container .qa_nav{
		border: 0;
	}
	.sounds_box{
		padding: 1.5rem 4rem 1.5rem 2rem;
	}
	.sounds_box::after{
		right: 2rem;
	}
	#sounds_recture__link{
		display: flex;
		align-items: center;
	}
	#sounds_recture__link .btn_link{
		width: 50%;
		max-width: 100%;
		margin-right: 3rem;
	}
	#sounds_recture__link p{
		margin: 0;
		flex: 1;
		text-align: left;
	}
	.order_list li{
		width: 25%;
	}
	#recycle_txt{
		padding: 0 5% 5rem;
	}
	.recycle_flow__block{
		padding: 0 5%;
	}
}

@media screen and (min-width: 1300px){
	.main_navigation li{
		margin-right: 3rem;
	}
	#header_logo{
		font-size: 1.6rem;
	}
}



@media (hover: hover) {
  .img_opacity:hover img{
  	opacity: .8;
  }
  .hover_up:hover{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
  .hover_up__img:hover img{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
	.btn_link:hover{
		background: #fff;
		color: #000;
	}
	.btn_link__white:hover{
		background: #000;
		color: #fff;
	}
	.link_more:hover .arrow{
		width: 12rem;
		right: -2rem;
	}
	#footer_links li a:hover::after,
	.main_navigation li a:hover::after{
		width: 100%;
		opacity: 1;
	}
	a:hover .img_clip img{
		scale: 1.1;
	}
	#link_sales:hover{
		background: none;
		color: var(--purpul);
	}
	.sounds_box:hover{
		background: #efefef;
	}
	.page_nav li a:hover{
		background: #efefef;
	}
}