@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* =====================
　　共通、既存カスタマイズ
===================== */
#content_wrap p,
#content_wrap h1,
#content_wrap h2,
#content_wrap h3,
#content_wrap h4 {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
.freearea {
	margin: 0;
}

/*  閲覧履歴レコメンド非表示
------------------------*/
#fsrecommenddiv7 {
	display: none;
}

/*  a
------------------------*/
#content_wrap a {
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#content_wrap a:active {
	color: #777;
	text-decoration: none;
}

/* a  画像フェードインアウト
------------------------*/
#content_wrap a:hover img {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	opacity: 0.6;
}
#content_wrap a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
}

/*  フォント
------------------------*/
#content_wrap {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
	letter-spacing: .15em;
	font-feature-settings: "palt" 1;
	color: #000;
}

/*  ul flexbox指定
------------------------*/
#content_wrap ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}

/*  section
------------------------*/
#content_wrap section {
	margin-top: 40px;
	padding-top: 10px;
	color: #333;
}
#content_wrap section > div { /* default打ち消し用 */
	margin: 0!important;
}
/*
#content_wrap section:before {
	background: url(../images/line_smp.jpg) repeat;
	content:"";
	display: block;
	width: 70%;
	height: 7px;
	background-size: contain;
	margin: 0 auto 15px;
	opacity: 0.6;
}
*/
#content_wrap .side_margin {
	margin:0 6%!important;
}

/*  スライド
------------------------*/
.slide_show {
	margin: 0 auto;
	position: relative;
}
.slide_show img {
	position: absolute;
	top: 0;
	left: 0;
}

/*  インビューアニメーション
------------------------*/
#content_wrap .sa {
	opacity: 0;
	transition: all 1.6s ease;
	//transform: translate(0, 60px);
}
#content_wrap .sa.show {
	opacity: 1;
	transform: none;
}

/* =====================
　　メインイメージ
===================== */
section#stamp_main_slide {
	margin-top: 0;
	padding-top: 0;

}
section#stamp_main_slide:before {
	background: none;
	margin: 0!important;
	width: 0;
	height: 0;
	display: none;
}

#stamp_main_slide .slide_show {
	width: 100%;
	height: 77vw;
	background-size:contain;
}
#stamp_main_slide .slide_show img {
	display: none;
}

#stamp_main_slide .main_message {
	text-align: center;
	margin: 20px auto 0!important;
}
#stamp_main_slide .main_message h2 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	display: inline;
	letter-spacing: .26em;
}
#stamp_main_slide .main_message p {
	color: #555;
	font-size: 14px;
	//font-size: 4.0625vw;
	font-weight: normal;
	line-height: 1.8!important;
	display: block;
	letter-spacing: .18em;
	margin: 30px auto 0;
}

/* =====================
　　アンカーリンク
===================== */
#stamp_anchor .side_margin {
	margin: 0 65px;
}
#stamp_anchor ul {
	justify-content: space-around;
}
#stamp_anchor ul li {
	text-align: center;
	padding: 10px 0 15px;
	display: block;
	width: 100%;
}
#stamp_anchor ul li:last-child {
	padding: 10px 0 25px;
}
#stamp_anchor ul li img {
	margin: 0 auto;
	width: 59%;
	max-width: 205px;
	min-width: 180px;
	//width: 60vw;
}
#stamp_anchor p {
	color: #555;
	padding-top: 7px;
	font-size: 13px;
	//font-size: 3.4375vw;
	letter-spacing: .18em;
	line-height: 1.5!important;
}

#stamp_anchor:before {
	background: url(../images/line_smp.jpg) repeat;
	content:"";
	display: block;
	width: 70%;
	height: 7px;
	background-size: contain;
	margin: 0 auto 15px;
	opacity: 0.6;
}
#stamp_anchor:after {
	background: url(../images/line_smp.jpg) repeat;
	content:"";
	display: block;
	width: 70%;
	height: 7px;
	background-size: contain;
	margin: 0 auto 15px;
	opacity: 0.6;
}

/*  section message
------------------------*/
.sec_message {
	text-align: center;
}
#content_wrap section > div.sec_message {
	margin: 40px 0 40px!important;
}
.sec_message h2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	display: block;
	letter-spacing: .25em;
	color: #333;
}
.sec_message p {
	font-size: 15px;
	//font-size: 4.0625vw;
	font-weight: normal;
	line-height: 1.8!important;
	padding: 20px 0 0!important;
	color: #333;
}

/* =====================
　　ABOUT
===================== */

#stamp_about {
	margin: 0 0 70px;
}
#stamp_about ul {
	margin-top: 45px;
}
#stamp_about ul li {
	padding: 0 0 30px 0;
}
#stamp_about ul li img {
	width: 100%;
	margin-bottom: 8px;
}
#stamp_about ul li h3 {
	font-size: 15px;
	//font-size: 4.375vw;
	font-weight: bold;
	line-height: 2.3!important;
	display: inline;
}
#stamp_about ul li p {
	margin-top: 2px;
	font-size: 14px;
	//font-size: 3.75vw;
	text-align: justify;
	line-height: 1.8;
}
#content_wrap a.stamp_about_link01 {
	color: #666;
}
#content_wrap a.stamp_about_link01:active {
	text-decoration: underline;
}

/* =====================
　　GALLAERY
===================== */
.my-gallery {
	width: 100%;
	margin-top: 45px;
}
.my-gallery figure {
	opacity: 1;
	transition: all 0.5s ease 0s;
	transition: all 0s ease 0s;
	margin: 0 0px 20px 0;
	float:left;
	width: 47%;
	width: calc( (100% - 15px) / 2 );
}
.my-gallery figure:nth-child(2n) {
	margin-left: 15px;
}
.my-gallery figure img {
	width: 100%;
	margin-bottom: 5px;
}
.my-gallery figure.is-hidden {
	opacity: 0;
	height: 0;
	margin: 0;
	margin-bottom: 0px;
	cursor: none;
}
.my-gallery figure.is-hidden a {
	cursor: default;
}
.my-gallery figcaption {
	display:none;
}
.pswp--open {
    z-index: 4000!important;
}
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff!important;
	opacity: 0.5;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__button.pswp__button--share {
	display:none!important;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: #fff!important;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: #fff!important;
}
.pswp__top-bar, .pswp__caption {
    background-color: #fff!important;
}
.pswp__caption__center {
	text-align: center!important;
	max-width: 900px!important;
}
.pswp__caption__center .caption_l {
	display: block;
	padding-bottom: 10px;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background-color: #fff!important;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 41px!important;
	height: 37px!important;
	position: absolute;
}
.pswp__counter {
	color: #333!important;
}
.pswp__caption__center {
	color: #333!important;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
#stamp_gallery .more {
	position: relative;
	text-align: center;
	line-height: 4.2em;
	margin: 0 auto 70px;
}
#stamp_gallery .more a {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 1px solid #bbb;
	font-size: 13px;
	box-sizing: border-box;
	letter-spacing: 1.5!important;
	border-radius: 6px;
	color: #444!important;
	text-decoration: none;
}
#stamp_gallery .more a:hover {
	border: 1px solid #ddd;
	color: #999!important;
}

/* =====================
　　LINE UP
===================== */
#stamp_lineup {
	margin: 70px: 0 0;
}
#stamp_lineup ul {
	margin: 45px auto 50px;
	text-align: center;
}
#stamp_lineup ul li {
	width: 47%;
	width: calc( (100% - 15px) / 2 );
	margin: 0 0px 20px 0
}
#stamp_lineup ul li:nth-child(2n) {
	margin-left: 15px;
}
#stamp_lineup ul li.is-hidden {
	margin-bottom: 0px;
}
#stamp_lineup ul li a {
	text-decoration: none;
}
#stamp_lineup ul li img {
	width: 100%;
}
#stamp_lineup ul li p {
	padding-top: 8px;
	font-size: 13px;
	font-weight: bold;	
}
#stamp_lineup .bnr {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
#stamp_lineup .bnr:last-child {
	width: 100%;
	margin: 0 auto 80px;
	text-align: center;
}
#stamp_lineup .bnr a {
	display: block;
	text-decoration: none;
}
#stamp_lineup .bnr img {
	width: 100%;
}
#stamp_lineup .bnr span img {
	width: 23px;
}
#stamp_lineup .bnr p {
	font-size: 13px;
	padding: 8px 0 0;
	font-weight: bold;
	color: #555;
	line-height: 20px;
}


