﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Sawarabi+Gothic&family=Shippori+Mincho&display=swap'); /* JS */
.fade-in {
  transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}

/* リセット・共通 */

body { font-family:"Shippori Mincho", serif; }

li{
 list-style-type: none;
 }
body,img,h1,h2,h3,h4,h5{
 padding:0;
 margin:0;
 color:#000;
/* color:#e20227; */
 }
p,ul,li,dl,dt,dd,div{
 padding:0;
 margin:0;
 color:#000;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.textarea{
	max-width:1280px;
	margin:0 auto;
	padding: 120px 20px;
	text-align:center;
}

@media screen and (min-width:600px) {
.visible-ts{
 display:none;
 }
}

@media screen and (max-width:599px) {
.visible-pc{
 display:none;
}
 }

h1,h2{
		font-size:4rem;
		font-family: "Inter Tight", sans-serif;
	}
@media screen and (max-width:599px) {
	h1,h2{
		font-size:3.4rem;
	}
	.sp:after{
		content:" ";
	}
	.brsp:after{
  	  content: "\A";
  	  white-space: pre;
	}
}
@media screen and (max-width:479px) {
	h1{
		font-size:1rem;
	}
	h2,h3{
		font-size:3.4rem;
	}
}

h1,h2,h3,h4,h5{
margin:18px 0 8px 0;
}

a:link {
  color: #e20227;
}
a:visited {
  color: #e20227;
}
a:hover {
  color: #6b77fc;
}
a:active {
  color: #6b77fc;
}

 .btn {
    text-align: center;
    padding: 16px 24px;
    margin-bottom: 8px;
    border-radius: 100px;
    background-color: #efe91b;
	width:40%;
	margin:0 auto;
}
.btn a{
	display:block;
	color:#e20227;
	}
.btn a: visited{
	color:#e20227;
	}
.btn a: hover{
	color:#e20227;
	}
.btn a: active{
	color:#e20227;
	}

a img:hover {
	opacity: 0.7 ;
}

.video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.video iframe {
  width: 100%;
  height: 100%;
}

.video.textarea{
	padding-left:0;
	padding-right:0;
}

/* 固定header */
#header-fixed
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color:rgba(255, 255, 255, 0.8);
	width:100%;
	z-index:999;
}

#header-fixed a:link {
  color: #e20227;
}
#header-fixed a:visited {
  color: #e20227;
}
#header-fixed a:hover {
  color: #6b77fc;
}
#header-fixed a:active {
  color: #6b77fc;
}
 
#header { 
	height: 100%;
	max-width: 1240px;
	padding:0 10px;
	margin: 18px auto;
	overflow:hidden;
	font-family:"Sawarabi Gothic", sans-serif;
}
@media screen and (max-width:599px) {
#header { 
	margin-top: 8px;
	margin-bottom: 8px;
}
}

#nav{
	text-align:right;
	min-width: 225px;
	float:right;
	padding-top:6px;
}

#nav li{
	display:inline-block;
	padding:0 14px;
}
@media screen and (max-width:599px) {
#nav li{
	padding:0 8px;
}
}

.cc_logo{
display:inline-block;
}

.cc_logo img{
 height:30px;
}

#news dt{
color:yellow;
}
#news dd{
color:#fff;
}

dd{
margin-bottom:18px;
color:#000;
}

/* 背景 */

body{
	background-color:#fff;
	background-attachment:fixed;
	background-position : right top;
	background-repeat:no-repeat;
	  background-size: cover;
}




@media screen and (min-width:600px) {
body{
	background-image:url(main_pc.jpg);
	}
}

@media screen and (max-width:599px) {
	#keyvisual_sp{
    z-index                 : -1;
    background-color        : #fff;
    background-image        : url(main_sp.jpg);
    background-repeat       : no-repeat;
    background-size         : 100% auto;
    position                : fixed;
    top                     : 0;
    left                    : 0;
    right                   : 0;
    bottom                  : 0;
    background-image        : url(main_sp.jpg);
	}
}

#keyvisual{
  position: relative;
  /* width: 100vw; */
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#core{
margin-top:150px;
background:#f9cecc;
overflow:hidden;

}
.right_block{
width:48%;
float:right;
}
.left_block{
width:48%;
float:left;
}
@media screen and (max-width:869px) {
.right_block, .left_block{
width:100%;
clear:both;
}
}

#core p{
color:#696969;
}

.moreout{
position: absolute;
bottom:10px;
width:100%
}
.more{
text-align:center;
}
.lead{
position: absolute;
bottom: 100px;
left: 10%;
}
.lead img{
max-height:500px;
}
.lead.visible-pc{
	display:block;
}
.lead.visible-sp{
	display:none;
}

@media screen and (max-width:1440px) {
.lead{
position: absolute;
bottom: 100px;
left: 5%;
}
.lead img{
max-height:490px;
}
}

@media screen and (max-width:1280px) {
.moreimg{
width:50px;
bottom:5px;
}
.lead{
position: absolute;
bottom: 100px;
left: 3%;
}
.lead img{
max-height:400px;
}
}
@media screen and (max-width:1024px) {
.lead{
top:auto;
bottom:7%;
}
.lead img{
max-height:320px;
}
}
@media screen and (max-width:599px) {
.lead{
top:auto;
bottom:10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.lead img{
width:300px;
}
}

.tac.vlist img{
	height:600px;
}



/* コンテンツ */

#first,
#shopping{
	width:100%;
	margin:150px 0;
	overflow:hidden;
	background-color: rgba(255,255,255,0.8);
}

#staff{
	width:100%;
	overflow:hidden;
	background-color: rgba(255,255,255,0.8);
}

#staff dd{
	margin-bottom: 18px;
}

#staff dt{
color: #000;
    width: 70%;
    min-width: 280px;
    margin: 40px auto auto auto;
    font-size: 22px;
    font-weight: bold;
}

#first{
　margin-top:0;
　	background-color: #000;
}

.ml20{
 float:left;
 width:20px;
 height:300px;
}

#summary,
#news{
	width:100%;
	overflow:hidden;
	background-color: #fff;
	margin:0;
}

#summary p,
#news p{
color:#000;
}

#summary dt,
#news dt{
    color: #000;
    width: 70%;
	min-width:280px;
    margin: 40px auto auto auto;
	font-size:22px;
	font-weight:bold;
}

#summary dd,
#news dd{
color:#000;
}

.tokuten .textarea{
	padding-top:0;
}

@media screen and (max-width:869px) {
.tokuten .textarea img,
#news img{
	width:100%;
}
}

#first{
  text-align:center;
}

.padding .textarea{
	margin-top:0;
}

.jkimg{
 max-width:500px;
}
.tapimg{
 max-width:470px;
 display:inline-block;
}

.jk, .cross{
 text-align:center;
 }
 
 .copy{
    color: #fff;
	font-size:18px;
	margin-bottom:18px;
}


/* footer */

footer .textarea{
	padding-top:20px;
}

footer{
    background-color:#efe91b;
 text-align:right;
 }
 
footer a:link {
  color: #000;
}
footer a:visited {
  color: #000;
}
footer a:hover {
  color: #fff;
}
footer a:active {
  color: #fff;
}

.tow-box{
 display:inline-block;
 width:45%;
 text-align:center;
 }
 
 .tow-box img{
  min-width:100px;
 }


/* 15th */

.listf, .fbo{
max-width: 100%;
  display: flex;
  justify-content: space-around;
}
.fbo{
 margin-top:40px;
}
.listf img{
max-width:250px;
}
.texl{
margin-right:20px;
}
.fbo img{
max-width:400px;
}
.listf>div{
display: block;
margin:0 20px;
}
.listf dt{
 color:#f60;
}
@media screen and (max-width:1199px) {
.wakur .listf>div{
max-width:400px;
margin-bottom:30px;
}
.wakur .listf{
flex-wrap: wrap;
}
}
@media screen and (max-width:869px) {
.listf>div{
margin-bottom:40px;
}
.listf{
  flex-wrap: wrap;
}
.fbo{
display:block;
}
.texl{
text-align:center;
}
.fbo img{
width:100%;
}
}

.bgintro{
max-width:700px;
min-width:300px;
margin:0 auto;
background-image: url("bgintro.png");
background-repeat: no-repeat;
}
.bgintroinner{
padding:170px 15px 15px 15px;
}
.bgintroun{
max-width:700px;
min-width:300px;
margin:0 auto;
height:31px;
background-image: url("bgintroun.png");
background-repeat: no-repeat;
margin-top:20px;
}
@media screen and (max-width:600px) {
.bgintroinner{
padding-top:100px;
}
}

.iconPro01 {
    display: inline-block;
    font-size: 13px;
    color: #FFF!important;
    text-align: center;
    background: #000;
    min-width: 80px;
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.iconPro02 {
    display: inline-block;
    font-size: 13px;
    color: #FFF!important;
    text-align: center;
    background: #f60;
    min-width: 80px;
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btnMid01{
 margin-top:10px;
 }
.btnMid01 a {
    font-size: 1rem;
    width: 150px;
    margin: 0 auto 0.5em;
    display: block;
    padding: 10px;
    color: #f60;
    text-decoration: none;
    text-align: center;
    background-image: linear-gradient(135deg, #a79756, #faf8c5, #a79756);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btnMid01 a span {
	display: inline-block;
	background-size:6px 15px;
}
.btnMid01 a:hover {
	text-decoration: none!important;
	opacity: 0.8;
}

.btnMid01 a:hover span {
	display: inline-block;
	background-size:6px 15px;
}

.btnList {
	overflow: hidden;
	margin-bottom: 0.5em;
}
.btnList li {
	float: left;
	margin-bottom:0px;
	width: 49.6%;
}
.btnList li:nth-child(2) {
	float:right;
}
@media screen and (max-width: 767px) {
.btnList {
	overflow: hidden;
}
.btnList li {
	margin: 0;
}
.btnList li:last-child {
	margin:0px;
}
}
.btnLarge04 a {
	font-size: 1rem;
	display: block;
	padding: 10px;
	color: #FFF!important;
	text-decoration: none;
	text-align: center;
	margin-bottom: 0.5em;
	background-color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btnLarge04 a span {
	display: inline-block;
	background-size:6px 15px;
}
.btnLarge04 a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 768px) {
.btnLarge04 a {
	padding: 10px;
	font-size: 1rem;
}
}

.wakur{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#000 1px solid;
	padding:20px 0;
	background-color:#fff;
}

.insttext{
	font-size:12px !important;
	font-weight:normal !important;
}



/*-------------------------------------------------サイドウィジットへのtwetter埋め込み修正*/

.twitter-timeline{
min-width: 300px !important;
max-width:650px !important;
}

/*サイドウィジットへのtwetter埋め込み修正終わり*/



/* 共通 */

.tac{
text-align:center !important;
}
.tar{
text-align: right !important
}
.tal{
text-align: left !important;
}
.mt10{
margin-top:10px !important;
}
.mt20{
margin-top:20px !important;
}
.mt40{
margin-top:40px !important;
}
.mt60{
margin-top:60px !important;
}
.fcOrange{
color:#f60;
}