/* CSS Document */

/*----------------------------------------------------
 basic
----------------------------------------------------*/
html , body{
	width: 100%;
	height:100%;
}
html {
	font-size: 62.5%;
    /*font-size: 0.714285714285714vw;*/
}

body {
	font-feature-settings: "palt";
	color: #000000;
	font-family: iroha-23kaede-stdn, 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*font-family: 'shippori-mincho',"游明朝",Yu Mincho,'Noto Serif',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;*/
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
    font-weight: 400;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    /*position: relative;*/
    width: 100%;
    text-align: center;
 	letter-spacing: 0;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/*_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
} */

body {
}

/*	@media screen and (min-width: 769px) {
			body{
				min-width: 1024px;
		}
	}*/
	@media screen and (max-width: 768px) {
        html {
	/*font-size: 62.5%;*/
    font-size: 2.6667vw;
}
		body{
			font-size: 14px;
			/*-webkit-text-size-adjust: 100%;  フォントサイズ自動調整 */
		}
		#wrapper{
			z-index: 1;
			-webkit-transition: 0.2s ease-in-out;  
			   -moz-transition: 0.2s ease-in-out;  
			     -o-transition: 0.2s ease-in-out;  
			        transition: 0.2s ease-in-out; 
		}
	}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
a:focus { outline:none;}



a {
	-webkit-tap-highlight-color: rgba(200,200,200,.6);
}
a { 
    outline: none; 
    -webkit-transition: all .6s;
    transition: all .6s;
}
/*a {
	-moz-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
}*/


img {
    width: auto;
    max-width: 100%;
    height: auto;
	vertical-align: top;
}

img:not([width]) {
	/*zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
	margin:0;
	list-style:none outside;
}
em{
	font-style: normal;
}
ul{
text-align: left;
}

li {
	margin:0;
	list-style:none outside;
}


h1,h2,h3,h4,p.txt,ul,dl{
	text-align: left;
}
h1,h2,h3,h4{
font-weight: normal;
}
p.ttl{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.3em;
}
p.txt{
	margin-bottom: 2em;
	font-size: 100%;
}
p.img{
	margin-bottom: 2em;
}

	@media screen and (max-width: 768px) {
		* {
		   -webkit-appearance: none;
		}
	}
a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";
	/*
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
	*/
}
	@media screen and (max-width: 768px) {
		a:hover {  
		    opacity: 1;  
		    filter: alpha(opacity=100);  
			-ms-filter: "alpha( opacity=100 )";
		} 
}


.anim {
  opacity: 0;
  transform: translateY(2.5rem);
  /*-webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  -moz-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -moz-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;*/
	 -webkit-transition: all .6s;
    transition: all .6s;
}
.anim._do_anim {
  opacity: 1;
  transform: none;
}
.anim2 {
  opacity: 0;
  transform: translateY(6rem);
  /*-webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  -moz-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -moz-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;*/
	 -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.anim2._do_anim {
  opacity: 1;
  transform: none;
}
.anim2._do_anim2 {
  -webkit-animation: out_anim 0.6s ease-in 0.6s forwards;
  animation: out_anim 0.6s ease-in 0.6s forwards;
}
@-webkit-keyframes out_anim {
  0% {
    margin-bottom: 0;
  }
  10% {
    margin-bottom: -1rem;
  }
  99% {
    margin-bottom: 100vh;
  }
  100% {
    opacity: 0;
	 margin-bottom: 100vh;
  }
}
@keyframes out_anim {
  0% {
    margin-bottom: 0;
  }
  10% {
    margin-bottom: -1rem;
  }
  99% {
    margin-bottom: 100vh;
  }
  100% {
    opacity: 0;
	margin-bottom: 100vh;
  }
}

.pop_anim {
  opacity: 0;
}
.pop_anim._do_anim {
  opacity: 1;
  -webkit-animation: pop_anim 7s cubic-bezier(0.34, 1.56, 0.64, 1) 0s 0;
  animation: pop_anim 0.7s cubic-bezier(0.34, 1.56, 0.64, 1)
}
@-webkit-keyframes pop_anim {
  0% {
    transform: scale(0)
  }
  100% {
    transform: scale(1)
  }
}
@keyframes pop_anim {
  0% {
    transform: scale(0)
  }
  100% {
    transform: scale(1)
  }
}

.pop_anim2 {
  opacity: 0;
}
.pop_anim2._do_anim {
  opacity: 1;
  -webkit-animation: pop_anim2 7s cubic-bezier(0.34, 1.56, 0.64, 1) 0s 0;
  animation: pop_anim2 0.7s cubic-bezier(0.34, 1.56, 0.64, 1)
}
@-webkit-keyframes pop_anim2 {
  0% {
    transform: scale(0) translate(0,-60%)
  }
  100% {
    transform: scale(1) translate(0,-60%)
  }
}
@keyframes pop_anim2 {
  0% {
    transform: scale(0) translate(0,-60%)
  }
  100% {
    transform: scale(1) translate(0,-60%)
  }
}

@media print {
  .anim {
    opacity: 1;
    transform: none;
  }
    .anim2 {
    opacity: 1;
    transform: none;
  }
	.pop_anim {
    opacity: 1;
    transform: none;
  }
	.pop_anim2 {
    opacity: 1;
    transform: none;
  }
}


/* ローディング
----------------------------------------- */
body #fade {
width: 100%;
height: 100%;
display: block;
background: #FFFFFF;
position: fixed;
top: 0px;
left: 0px;
z-index: 9999;
}

body #wrapper {
width: 100%;
/*min-width: 100rem;*/
margin: auto;
overflow: auto;
opacity: 0;
filter: alpha(opacity=0);  
-ms-filter: "alpha( opacity=0 )";
}

.loading {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
body #wrapper {
min-width: 100%;
}
}

/* 画像、テキスト振り分け
----------------------------------------- */
.pcShow{
}
.spShow{
	display: none !important;
}

	@media screen and (max-width: 768px) {
		.pcShow{
			display: none !important;
		}
		.spShow{
			display: block !important;
		}
		.spShow.br{
			display: inline;
		}
	}
.pcShow_tw{
}
.twShow{
	display: none;
}
	@media screen and (max-width: 768px) {
		.pcShow_tw{
			display: none;
		}
		.twShow{
			display: block;
		}
	}
.dsnone{
	display: none;
}

/* スペース
----------------------------------------- */
.mb0{
	margin-bottom: 0 !important;
}
.mb1em{
	margin-bottom: 1em !important;
}
.mb2em{
	margin-bottom: 2em !important;
}
.mb3em{
	margin-bottom: 3em !important;
}
.mb4em{
	margin-bottom: 4em !important;
}
.mt1em{
	margin-top: 1em !important;
}
.mt2em{
	margin-top: 2em !important;
}
.mt3em{
	margin-top: 3em !important;
}
.mt4em{
	margin-top: 4em !important;
}
/* フォント
----------------------------------------- */
.fAbc{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.03em;
/*
Light 300
・Regular 400
Medium 500
Semi-bold 600
・Bold 700
*/  
}

.fMin{
	font-family: "游明朝",Yu Mincho,'Noto Serif',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
.fGot{
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


/* 文字
----------------------------------------- */
.bold{
	font-weight: bold;
}
.fwNormal{
	font-weight: normal;
}
.fs12{
	font-size: 1.2rem;
}
.fs13{
	font-size: 1.3rem;
}
.fs14{
	font-size: 1.4rem;
}
.fs15{
	font-size: 1.5rem;
}
.fs16{
	font-size: 1.6rem;
}
.fs17{
	font-size: 1.7rem;
}
.fs18{
	font-size: 1.8rem;
}
.fs19{
	font-size: 1.9rem;
}
.fs21{
	font-size: 2.1rem;
}
.fs22{
	font-size: 2.2rem;
}
.fs24{
	font-size: 2.4rem;
}
.fs26{
	font-size: 2.6rem;
}
.fs28{
	font-size: 2.8rem;
}

	@media screen and (max-width: 768px){

	}

.txtC{
	text-align: center !important;
}
.txtL{
	text-align: left !important;
}
.txtR{
	text-align: right !important;
}
/*float*/
.fL{
	float: left;
}
.fR{
	float: right;
}

.fc_pink{
	color: #e7243e;
}

.red {
    color: #fb2501 !important;
	font-weight: bold;
}



/* flexCover
----------------------------------------- */
.flexCover{
	/*overflow: hidden;*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
}
.flexCover.colum2 > li{
	width: 48%;
}
.flexCover.colum73 > li.txt {
	width: 68%;
}
.flexCover.colum73 > li.img {
	width: 30%;
}
.flexCover.colum3 > li{
	width: 32%;
}
.flexCover.colum3::after{
  content:"";
  display: block;
  width: 30%;
}

.flexCover.colum4 > li{
	width: 23.5%;
}
.flexCover.colum4::before{
  content:"";
  display: block;
  width: 23.5%;
	order:1;
}
.flexCover.colum4::after{
  content:"";
  display: block;
  width: 23.5%;
}

.flexCover.colum5 > li{
	width: 20%;
}

.flexCover.colum6 > li{
	width: 15%;
}

.flexCover.colum1 > li{
	width: 100%;
}
/*.flexCover li img,
.flexCover li.txt{
	width: 100%;
	height: auto;
}*/
.flexCover.flexS{
  justify-content: flex-start;
}

	@media screen and (max-width: 768px) {
		.flexCover.colum2 > li{
			width: 100%;
			margin-bottom: 2rem;
		}
		.flexCover.colum3 > li{
			width: 100%;
			margin-bottom: 2rem;
		}
		.columBox.colum2 > li{
			width: 100%;
		}
		.flexCover.colum4 > li{
			width: 48%;
			margin-bottom: 3rem;
		}
		.flexCover.colum6 > li{
			width: 48%;
			margin-bottom: 3rem;
		}
        .flexCover.colum73 > li.txt {
	width: 100%;
    margin-bottom: 3rem;
}
.flexCover.colum73 > li.img {
	width: 100%;
    margin-bottom: 3rem;
}
}


.column2_wrap > li.left_navi {
	width: 100%;
	max-width: 175px;
}

.column2_wrap > li.main_con {
	width: 100%;
	max-width: 680px;
}

.column2_wrap > li.left_navi h3 {
	font-size: 1.4rem;
	border-bottom: 1px solid #404040;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.column2_wrap > li.left_navi .categories li {
    font-size: 1.4rem;
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.column2_wrap > li.left_navi {
	width: 100%;
	max-width: 100%;
		margin-bottom: 40px;
}

.column2_wrap > li.main_con {
	width: 100%;
	max-width: 100%;
}
}




/* layout
----------------------------------------- */
main {
	display: block;
}

#conWrap{
	clear: both;
    padding: 0px;
    position: relative;
	overflow: hidden;
}

#conWrap section {
	position: relative;
}

#conWrap .inner {
    width : -webkit-calc(1250 / 1440 * 100%);
    width : calc(1250 / 1440 * 100%);
    max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
    padding-bottom: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}


.f_red {
	font-size: 3.8rem;
	font-weight: bold;
	color: #c36363;
}
.highlight {
	position: relative;
    z-index: 1;
}
.highlight::before {
	content: "";
	display: block;
	width: 100%;
	height: 1rem;
	background-color: #FFF000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}



@media screen and (max-width: 768px) {
#layout {
    padding-right: 0;
}
#layout::after {
    display: none;
}
main {
    width: 100%;
}
#conWrap .inner {
	width: 34rem;
}
}




/* footer
----------------------------------------- */
footer {
	position: relative;
    z-index: 102;
    width: 100%;
	margin-top: 13rem;
    overflow: hidden;
}

footer > .inner {
    text-align: center;
    padding-bottom: 3.5rem;
}

footer .logo_oct {
    display: block;
    width: 100%;
    max-width: 32.6rem;
    margin: auto;
	margin-bottom: 3rem;
}


footer .sns_list {
    display: inline-flex;
    margin: auto;
    align-items: center;
	justify-content: flex-start;
}
footer .sns_list > li {
    line-height: 1;
}
footer .sns_list > li:not(:last-child) {
	margin-right: 4.5rem;
}
footer .sns_list > li a {
    display: flex;
    width: 3.4rem;
    height: auto;
}

footer .copyright {
	margin: auto;
    margin-top: 11rem;
	font-size: 1.0rem;
	letter-spacing: 0.06em;
	color: #0a6b4c;
}

#page_top {
	position: fixed;
	bottom: 0;
	right: 1rem;
	-webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
	z-index: 9999999;
    
    display: none;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#page_top.on {
	bottom: 1rem;
	right: 4rem;
	-webkit-transform: translate(0 0);
    transform: translate(0, 0);
}
#page_top:hover {
	bottom: 2rem;
}
#page_top a {
	display: block;
	text-align: center;
}
#page_top a img {
	display: block;
	width: 2.9rem;
    height: auto;
    margin: auto;
}
#page_top a span {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 1rem;
    color: #008160;
}
/*#page_top a::before {
    content: "";
    display: block;
    width: 2.0rem;
    height: 1.1rem;
	margin: auto;
	margin-bottom: 0.5rem;
    background: url(../images/pagetop.svg) no-repeat center center;
    -webkit-transition: all .6s;
    transition: all .6s;
}*/


@media screen and (max-width: 768px) {
footer {
	margin-top: 6rem;
	padding-bottom: 6rem;
}

footer > .inner {
    padding-bottom: 2.5rem;
	position: relative;
}

footer .logo_oct {
    max-width: 25.2rem;
	margin-bottom: 2.5rem;
}


footer .sns_list {
    display: inline-flex;
    margin: auto;
    align-items: center;
	justify-content: flex-start;
}
footer .sns_list > li {
    line-height: 1;
}
footer .sns_list > li:not(:last-child) {
	margin-right: 3rem;
}
footer .sns_list > li a {
    width: 2.7rem;
}

footer .copyright {
    margin-top: 10rem;
	font-size: 0.8rem;
	letter-spacing: 0;
}

#page_top {
	position: absolute;
	bottom: 7rem;
	right: 2rem;
	-webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
	z-index: 9999999;
    
    display: none;
	-webkit-transition: all .6s;
    transition: all .6s;
}

#page_top.on {
	bottom: 8rem;
	right: 1rem;
}
#page_top:hover {
	bottom: 8rem;
}

#page_top a img {
	width: 2.3rem;
}
#page_top a span {
	font-size: 1.0rem;
    margin-top: 0.5rem;
}

}


