@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
}

body img {
	vertical-align: bottom;
}

.wrapper a:link { color: #000000;text-decoration:none; }
.wrapper a:visited { color: #000000; }
.wrapper a:hover { color: #000000; }
.wrapper a:active { color: #000000; }

/* Header */


/*
* styles
*/

.logo_s {
    width: 30%;
    max-width: 260px;
    margin: 8% auto 2%;
}

#Main {
	display: block;
	width: 100%;
	padding-bottom: 66%;
	background-size: cover;
	background-position: center top;
	margin:0 auto 2%;
	position:relative;
	background-image: url("../images/visual.jpg");
}

.contain {
	position: absolute;
	width: 50%;
	margin: 30% 25% 0;
}

.Tit {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 27px;
	letter-spacing: 0.065em;
	text-align: center;
	margin: 5% auto 1%;
	color: #FFF;
}


.Tit2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.065em;
	text-align: center;
	margin: 2% auto 3%;
	color: #FFF;
}

.sub {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	margin: 4% auto 0;
	color: #FFF;
}

.sub span {
	background: hsla(0,0%,0%,0.50);
	padding: 5px 15px;
	border-radius: 30px;
}

.shadow {
	filter: drop-shadow(0 0 30px #4c5856);
}


.wrapper {
    margin: 30px auto 0;
	width: 100%;
	position: relative;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #000000;
	overflow: hidden;
}

.wrapper p{
	font-size:12px;
	line-height:2.3em;
	margin: 1% 0;
    text-align: left;
}

.Rht {
	text-align: right;
}

.Lft {
	text-align: left;
}

.wrapper h1 {
	font-family: futura-pt, sans-serif;
	margin: 13% auto 3%;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
}

.wrapper h2 {
    font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 35px;
    line-height: 1.5em;
	margin: 10% auto 3px;
	text-align: center;
}

.wrapper h3 {
	font-weight: 600;
	font-size: 18px;
    line-height: 1.5em;
	margin: 4% auto 0;
	text-align: center;
}

.wrapper h4 {
	font-weight: 500;
	font-size: 17px;
    line-height: 1.5em;
	margin: 4% auto 2%;
	text-align: center;
}

.wrapper h4 span {
	padding: 5px 15px;
	background-color: #fdff6d;
}

.txt {
	font-size: 22px;
	font-family: futura-pt, sans-serif;
}
	
.Lead {
	font-size:14px; 
	font-weight: 100;
	line-height:2.5em;
	text-align: center;
	margin: 3% auto 6%;
}


.item_name {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	margin: 4% 0 10%;
    text-align: left;
}

.item_name span{
	font-size: 14px;
	font-weight: 400;
	background-color: #000;
	padding: 3px 20px;
	color: #fff;
}

.link_box {
	width: 90%;
	max-width: 700px;
	margin: 5% auto;
}

.link_box .link {
	width: 40%;
	margin: 0 5%;
	float: left;
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 2%;
	border: solid 2px #888;
	box-sizing: border-box;
}

.col {
	background-color: #DDDDDD;
}

a .link{
	background-color: #FFFFFF;
	cursor: pointer;
	transition: .3s;
}

a .link:hover {
    background-color: #DDDDDD;
}

.Sml {
	font-weight: 600;
	font-size: 90%;
}

.w_100 {
    width: 100%;
    margin: 5% auto;
	position: relative;
}
.w_90 {
    width: 92%;
    margin: 5% auto;
	position: relative;
}

.w_80 {
    width: 80%;
    margin: 5% auto 4%;
	position: relative;
}

.w_60 {
    width: 60%;
    margin: 5% auto;
	position: relative;
}

.w_40 {
    width: 40%;
    margin: 3% auto;
	position: relative;
}

.w_40 .thumb {
	width: 100%;
	margin: 0 auto;
}

.w_90 .thumb {
	width: 31.3%;
	margin: 0 1% 1%;
	float: left;
	font-family: futura-pt, sans-serif;
	font-size: 22px;
	line-height: 2.5em;
	font-weight: 400;
	text-align: center;
}

.w_90 .thumb img {
	width: 100%;
}

.w_60 .thumb {
	width: 48%;
	margin: 0 1% 1%;
	float: left;
	font-family: futura-pt, sans-serif;
	font-size: 22px;
	line-height: 2.5em;
	font-weight: 400;
	text-align: center;
}

.w_60 .thumb img {
	width: 100%;
}

.img_L {
	width: 55%;
	position: relative;
}

.img_S {
	width: 35%;
	margin: 5% 5% 0;
	position: relative;
}

.img_thum {
	width: 46%;
	margin: 2%;
	float: left;
}

.img_S p {
	text-align: left;
	margin: 5% 0;
}

.img_L img, .img_S img, .img_thum img, figure img,.w_60 img, .w_40 img {
	width: 100%;
} 

.MT10 {
    margin-top: 10%;
}

.f_bnr {
	width: 90%;
	max-width: 550px;
	margin: 8% auto 3%;
}

.bdr {
	border: solid 1px #696969;
}

img .bdr {
	width: 100%;
	vertical-align: bottom;
	display: block;
}

.sns_content {
    width: 60%;
    max-width: 400px;
    height: auto;
    margin: 7% auto 5%;
}

.sns_inner {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5px;
  font-size: 12px;
  line-height: 2.8em;	
  font-weight: 600;	
}

.sns_inner div {
    border: none;
}

.sns_inner div img{
    width: 48px;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 15px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 10px;
	display: inline-block;
	margin: 0 auto 3%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}

.box_gray {
    background-color: #eeeeee;
	width: 75%;
	max-width: 800px;
    padding: 3%;
    margin: 15% auto 10%;
    text-align: center;
}

.box_gray .prof {
	width: 48%;
	margin: 2%;
	float: right;
}

.prof img {
	width: 100%;
}

.box_gray .info {
	width: 48%;
	margin: 10% 0 0;
	text-align: center;
	float: right;
}

.t01 {
	font-size: 17px;
	font-weight: 600;
	margin: 1% auto 6%;
}

.t02 {
	font-size: 13px;
	line-height: 2em;
	margin: 3% auto;
}


.uber {
	padding: 0 5px;
	border-bottom: solid 2px #000;
}

.FL {
	float: left;
}
.FR {
	float: right;
}


/* Button 1 */
.btn-1 {
	font-size: 15px;
	padding: 13px;
	color: #C6B7AC;
}


/* Button 2 */
.btn-2 {
	width: 400px;
	margin: 2% auto 3%;
	border: solid 3px #000000;
	background-color: #000000;
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display:none;
}

.mov_frame {
	width: 700px;
	margin: 10% auto 5%;
	border: solid 1px #EEEEEE;
}

.st_footer {
	margin: 8% auto 3%;
	text-align: center;
	font-size: 12px;
}


@media only screen and (max-width:750px){
	.wrapper {
		width: 100%;		
        margin: 0 auto 5%;
	}	

	.wrap_content {
		width: 100%;
		float: none;
	}
	
	#Main {
		margin: 0 auto 5%;
		padding-bottom: 75%;
		background-size: cover;
		background-image: url("../images/visual_s.jpg");
	}
	
	.contain {
		width: 60%;
    	margin: 25% 20%;
	}
	
	.Tit {
		font-size: 14px;
		margin: 6% auto 3%;
	}
	
	.Tit2 {
		font-size: 13px;
		margin: 3% auto;
	}
	
	.sub {
		font-size: 12px;
	}
	
	.sub span {
		padding: 2px 10px;		
	}
	
	.shadow {
		filter: drop-shadow(0 0 5px #4c5856);
	}

	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.wrapper h1 {
		font-size: 20px;
		line-height: 1.8em;
		margin: 14% auto 4%;
	}
	
	.wrapper h2 {
		font-size: 22px;
		margin: 20% auto 3%;
	}
	
	.wrapper h3 {
		font-size: 14px;
	}
	
	.wrapper h4 {
		font-size: 13px;
		margin: 6% auto 4%;
	}
	
	.wrapper h4 span {
		padding: 2px 10px;
	}
	    
	.wrapper p {
		font-size: 11px;
		line-height: 2.1em;
		margin: 5% 0;
	}
	
	.txt {
		font-size: 20px;
	}
	
	.Lead {
		font-size: 12px;
		margin: 3% 2% 5%;
		line-height: 2em;
	}
	
	.item_name {
		font-size: 14px;
		margin: 5% 0 10%;
	}
	
	.item_name span {
		font-size: 13px;
	}
	
	.link_box .link {
		font-size: 13px;
	}
	
	.box_gray .prof {
    	width: 60%;
    	margin: 10% auto 2%;
    	float: none;
	}
	
	.box_gray .info {
    	width: 100%;
    	margin: 5% 0 0;
    	float: none;
	}
	
	.t01 {
		font-size: 14px;
	}
	
	.t02 {
		font-size: 11px;
		text-align: left;
		margin: 0 1%;
	}
	
	.t02 br {
		display: none;
	}
	
    
	.w_80 {
		width: 96%;
		margin: 5% auto 10%;
	}
        
	.w_60 {
		width: 100%;
		margin: 5% auto;
	}
	
	.w_40 {
		width: 80%;
		margin: 10% auto;
	}
	
	.w_40 .thumb {
		width: 60%;
	}
	
	
	.w_90 {
		width: 90%;
		margin: 5% 5% 10%;
	}
	
	.w_90 .thumb, .w_60 .thumb {
		font-size: 14px;
	}
	
	.img_L {
		width: 70%;
	}
	
	.img_S {
		width: 55%;
		margin: -10% 5% 0;
	}
	
	.img_S_in {
		width: 80%;
		margin: 5% auto;
		height: 230px;
	}
	
	
	.sns_inner div img {
    	width: 38px;
	}
	
	/* Button 1 */
	.btn-1 {
		font-size: 13px;
        padding: 3px;
		margin: 1% auto 8%;
		position: relative;
	}
	
	/* Button 2 */
	.btn-2 {
		font-size: 12px;
        width: 60%;
        padding: 3px;
    	margin: 2% auto 8%;
		position: relative;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}

	.st_footer {
		font-size: 10px;
	}
	
}


@media only screen and (max-width:374px){
	.wrapper p {
    	font-size: 10px;
	}
	
	.item_name {
    	font-size: 12px;
	}
	

	.rotate {
		font-size: 27px;
	}
	.rotate2 {
		font-size: 27px;
	}
	.rotate2_2 {
		font-size: 27px;
	}
	
}


/*キャプションエフェクト*/
figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;	
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
figure:hover figcaption {
  opacity: 1;
}

.overlay-trigger {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.overlay-trigger button {
  font-family: futura-pt, sans-serif;	
  display: block;
  margin: 10px;
  padding: 2px 10px;
  background: #222;
  border: 1px solid #222;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;	
  text-align: center;
  cursor: pointer;
  transition: .2s ease-in-out;
  display: none;
}

.overlay_content {
  padding: 50% 0 0;
}

.overlay_content p {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2.8em;
	text-align: center;
	margin: 10% auto;
	color: #FFF;	
}

.overlay_content a:link { color: #FFF;text-decoration:none; }
.overlay_content a:visited { color: #FFF; }
.overlay_content a:hover { color: #FFF; }
.overlay_content a:active { color: #FFF; }

@media only screen and (max-width:750px){

	.overlay_content {
    	padding: 20% 0 0;
	}
	
	.overlay_content p {
		font-size: 13px;
		line-height: 2.8em;
	}
		
}

/*back to top*/
.gotop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 50px;
  color: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width:750px){
	
	.gotop {
		font-size: 35px;
		padding: 5px;
	}
}

/*サンプルアニメーション*/
.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  width: 100%;
}

.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

@keyframes sample-third-before {
  100% {
    transform: translateY(100%);
  }
}

@keyframes sample-third-after {
  100% {
    transform: translateY(-100%);
  }
}
