@charset "utf-8";
/* CSS Document */

/***フォント
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900

***/

/***色
黒　#402b22; rgba(64,43,34,1);
薄茶　#bc9f75; rgba(188,159,117);
橙　#c25d2c;
***/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/********リンク********/
a {
    color: #c5a44a;
    text-decoration: none;}
a:hover{}


a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

a:hover img{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}



/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pk {
    display: inline-block;
}


html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;
} 


body{
	margin: 0;
	padding: 0;

	font-size: 18em;
	line-height:2;
	color: #402b22;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #e8dec5;	
}

html,body { /*背景色用*/
/*  height: 100vh*/
}

body:after {
    z-index: -1;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;  
    background-color: #e8dec5;
}

@media (orientation: portrait) { /**　画面が縦長の時　**/

	body:after {
		background-image: url("../images/bg_smp.jpg");
		background-size: cover;  
	}
}

@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}    
}

@media screen and (max-width: 600px){
/*	body:after {
		background-size: 10vw;  
	}*/
}


/*****メインコンテンツ*****/

.wrap{
    min-height: 100vh;/*フッター固定用*/
	box-sizing: border-box;/*フッター固定用*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

main{
	margin: 0 auto;
	padding: 0 1em;
}

/****************************************

　フッター

*****************************************/

/****　ページトップへ戻る　****/

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    line-height: 0;
	z-index: 999;

}

#pagetop a {
	text-decoration: none;
	color: #c25d2c;
    text-shadow: 0 0 30px rgba(0,0,0,0.3);
}

#pagetop a::after {
	font-family: "Font Awesome 6 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}

footer{
	width: 100%;
	margin: 0 auto;
    padding: 2em 0 0;
	color: #402b22;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}

footer .copy {
	display: block;
	padding: 1em;
    font-weight: 700;
	font-style: normal;
	line-height: 1.5;
}

footer .sns_link {
    margin-top: 40px;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: top;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	top: 5px;
    width: 35px;
}

footer .policy_link {
	margin: 1em auto 0;
}

footer .policy_link li {
	display: inline-block;
	margin: 0 auto 1em;
}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #402b22;
	font-size: 16rem;
	font-weight: 500;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}


/****************************************

　ボックス

*****************************************/

.anchor {
    display: block;
    padding-top: 3em;
    margin-top: -3em;
}

@media screen and (max-width: 450px){

	.anchor {
		padding-top: 5em;
		margin-top: -5em;
	}
}

.sec {
	max-width: 900px;
    margin: 0 auto;
/*	padding: 0 1em;*/
}

.sec:not(:first-of-type) {
	padding: 3em 0;
}


.sec .inner {
    margin: 0 auto;
}

@media screen and (max-width: 500px){
}



/*******************************************

　見出し

********************************************/

.heading_sec {
    margin: 1em auto 0.5em;
    font-size: 40rem;
    line-height: 1.3;
    text-align: center;
}

.heading_sec .jp {
	display: block;
	color: #402b22;
	font-family: 'Noto Serif JP', serif;
	font-feature-settings: "palt";
	font-weight: 500;
	text-shadow: 0 0 20px rgba(64,43,34,0.8),2px 2px 5px rgba(64,43,34,0.3);
}

.heading_sec .en {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #c25d2c;
	font-size: 0.5em;
	text-shadow: 0 0 5px rgba(64,43,34,0.3);
	transition: 0.5s;
}

.heading_sec .en .amp {
	margin: 0 0.2em;
	font-size: 0.8em;
}


.heading_sec .and {
	font-size: 0.8em;
}

@media screen and (max-width: 500px) {
	.heading_sec {
		font-size: min(10vw, 28rem);
		
	}
}



/***　戻るボタン　***/
.btn_back {
	display: block;
	max-width: 300px;
	margin: 2em auto 0;
	padding: 0.5em;
	background: #c25d2c;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	transition: 0.5s;
}

.btn_back:hover {
	background: #402b22;
}



/**********************************************************************

　レポート

**********************************************************************/

.inner{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 2em auto 0;
	padding: 4em;
	outline: 10px double rgba(188,159,117,0.5);
	outline-offset: -20px;
	background: rgba(255,255,255,0.5);
    box-shadow: 0 0 50px rgba(64,43,34,0.3);
	color: #402b22;
}

.photo img {
    display: block;
    width: 100%;
}

.photo.head {
    max-width: 800px;
    margin: 0 auto 2em;
    box-shadow: 0 0 10px rgba(64,43,34,0.3);
}

.photo.right {
    float: right;
    max-width: 260px;
    width: 40%;
    margin: 0.5em 0 1em 1em;
}
.photo.center {
    max-width: 800px;
    margin: 0 auto 1em;
}

.wrap_left {
    float: left;
}

.text {
	text-align: left;
}

.text:not(:last-of-type) {
	margin: 0 auto 1em;
}

.text .point {
	color: #f5da96;
}

.text .about {
	margin: 2em auto 0;
	padding: 1em 1.5em 1em;
	background: rgba(188,159,117,0.1);
	border-radius: 3px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 0.95em;
}

.text .about dt {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid rgba(188,159,117,0.5);
	text-align: center;
}

.text .about dd {}

.text .about p {
	margin-bottom: 0;
}

.text .about .from {
	margin-bottom: 1em;
	text-align: right;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
	.catch {
		font-size: 20rem
	}
}

@media screen and (max-width: 400px) {
	.inner{
		padding: 4em 3em;
	}
}

.sign {
    margin: 2em auto 0;
    text-align: left;
}