@charset "utf-8";

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

*{
	margin: 0;
	padding: 0;
	list-style: none;
	}

img{
	vertical-align:bottom;
	border: 0;
	}

body {
	color: #595959;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

a{
	text-decoration: none;
	color: #004AA3;
	}

a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}

a img:hover{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0.7;
	}

img.w94{width: 94%;}
img.w100{width: 100%;}

.mg10{margin: 10px !important;}
.mg15{margin: 15px !important;}
.pad10{padding: 10px !important;}
.padt10{padding: 10px 0 0!important;}
.pad15{padding: 15px !important;}
.pdh30{padding: 0 0 30px 0 !important;}
.pdh50{padding: 50px 0 !important;}
.txtcent{text-align: center !important;}
.pad15_2{padding: 15px 15px 75px 15px!important;}

.imgcent{
	display: block;
	margin: 10px auto 0px;
	}

#topcontrol{
	z-index: 100;
	}

#header{
	min-height: 150px;
	height: auto;
	width: 100%;
	/* position: fixed; */
	top: 0px;
	z-index: 5;
	overflow: hidden;
}

#header .fixbar {
	position: absolute;
	width: 100%;
	top: 75px;
	}
#header.fixed .fixbar, .slidebox {
	xposition: fixed;
	top: 0px;
	z-index: 5;
	}
.head-main{
	color: #fff;
	position: relative;
	overflow: hidden;
	background: #fff url(../img/bg_header.png) no-repeat;
	background-size: 100%;
	}

.head-main h1{
	width: 70%;
	height: 75px;
	display: block;
	float: left;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	}
.head-main h1 img{
	height: 100%;
	}

.head_fixed {
	position: fixed;
	z-index: 1000;
}
.head_search {
	padding-top: 203px;
}
.bnr_box {
	margin: 1px 0;
}

.head-navbox{
	width: 15%;
	min-width: 42px;
	height: 75px;
	float: left;
	line-height: 65px;
	padding: 5px 5px;
	box-sizing: border-box;
	text-align: center;
	}

.head-navbox img{
	width: 42px;
}
.slidebox{
	width: 15%;
	min-width: 42px;
	float: left;
	overflow: hidden;
	line-height: 65px;
	box-sizing: border-box;
	padding: 5px 5px;
	text-align: center;
	xposition:fixed;
	top:0;
	right: 5px;
}

.slidebox img{
	width: 42px;
}
}

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

#header{
	min-height: 142px;
	}
#header .fixbar {
	top: 65px;
	}
.head-main h1{
	width: 70%;
	height: 65px;
	display: block;
	float: left;
	overflow: hidden;
	padding: 10px 10px;
	box-sizing: border-box;
}

.head-navbox{
	height: 65px;
	line-height: 62px;
	padding: 0px 5px;
}
.head-navbox img{
	width: 38px;
}
.slidebox{
	height: 65px;
	line-height: 62px;
	padding: 0px 5px;
}

.slidebox img{
	width: 38px;
}
}


.row{
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
}

ul.hb-menu{
	font-size: 0px;
	background: #fff;
}
ul.hb-menu li{
	width: 50%;
	font-size: 13px;
	display: inline-block;
	text-align: left;
	height:34px;
	line-height: 26px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px 8px 0;
	box-sizing: border-box;
}

ul.hb-menu li a{
	display: block;
}


ul.hb-menu li img{
	width: 25px;
	padding: 0 5px 0 0;
}

table.headsearch{
	height: 45px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}
td.keywords{
	padding: 0px 0 0;
	}
td.btn_sr{
	padding: 0px 0 0;
	text-align: center;
	width: 80px;
	}

input[type="text"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFFFFF;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	width: 100%;
	box-sizing: border-box;
	height: 27px;
	line-height: 27px;
	padding: 5px;
	margin: 0 10px 0 5px;
	}
td.btn_sr input{
	font-family: "ＭＳ Ｐゴシック",'MS PGothic', "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	line-height: 1.2;
	display: block;
	padding: 10px;
	}
.fixed-nav{
	position: relative;
	background: #000;
}
.fixed-nav ul{
	font-size: 0px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.fixed-nav ul li{
	font-size: 12px;
	width: 20%;
	display: inline-block;
}
.fixed-nav ul li img{
	width: 100%;
}

li.fullwide,
li.fullwide img{
	width: 100% !important;
}

#main{
	margin: 0;
	/* margin: 19vh 0 0; */
	/*margin: 28vh 0 0;*/
}

@media screen and (max-width: 359px){
	#main{
	margin: 130px 0 0 !important;
	/*margin: 178px 0 0 !important;*/
}
}


h2.tabs,
h2.tabsf,
h2.tabs img,
h2.tabsf img{
	width: 100%;
}
h2.tabs{
	margin: 15px 0;
}
h2.tabsf{
	margin: 0;
}

ul.index-catlist{
	font-size: 0px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	}
ul.index-catlist li{
	width: 25%;
	padding: 0 0 10px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	}
ul.index-catlist li img{
	width: 90%;
}

ul.index-topicslist{
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	}
ul.index-topicslist li{
	width: 100%;
	padding: 15px;
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	}
ul.index-topicslist li img{
	width: 100px;
	display: block;
	float: left;
	padding: 0 15px 0 0;
	}
ul.index-topicslist li span{
	color: #E30000;
	}
ul.index-topicslist li h3{
	font-size: 14px;
}

div.season-list{
	width: 100%;
	overflow: hidden;
	}
div.season-list img{
	width: 100%;
	padding: 0 0 10px;
}

div.common-cntobj{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	}
	div.common-cntobj img{
		width: 100%;
		}

ul.index-recommendlist{
	font-size: 0px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	}
ul.index-recommendlist li{
	width: 33%;
	padding: 0 0 10px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	}
ul.index-recommendlist li img{
	width: 90%;
}

ul.snslist{
	font-size: 0px;
	text-align: left;
	width: 96%;
	margin: 10px 2%;
	overflow: hidden;
	}
ul.snslist li{
	/* width: 50%; */
	width: 20%;
	padding: 0 5px 10px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	}
ul.snslist li:last-child{
	width: 100%;
	}
ul.snslist li img{
	width: 100%;
}

div.footerbox{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	font-size: 10px;
	}
	div.footerbox img{
		width: 100%;
		}
/* delate default items */
.FS2_Search,
.FS2_Utility1_container,
.FS2_Utility2_container{
	display: none !important;
}

/* --------- add 20191031 -- */
.dw-cat{
	background: #4D669F;
	padding: 10px 10px 10px 15px;
}
.row{
  width: 100%;
  height: 470px;
  overflow-y: auto !important;
  -webkit-overflow-scrolling:touch;
  position: relative;
}
.fixedd {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto !important;
}

.fixedd {
position: fixed;
width: 100%;
height: 100%;
overflow-y: auto !important;
}
p.temp-info{
text-align: left;
padding: 15px;
margin: 15px auto;
border: 5px solid #ff0000;
width: 100%;
box-sizing: border-box;
}
ul.flexul{
width: 100%;
display: flex;
justify-content: space-between;
xheight: 9vh;
background: #000;
position: relative;
}

ul.flexul li{
xwidth: 48%;
}
ul.flexul li img{
width: 100%;
}

.slidebox {
width: auto !important;
min-width: 42px;
float: none;
overflow: hidden;
line-height: 65px;
box-sizing: border-box;
padding: 0;
text-align: center;
xposition: fixed;
top: 0;
left: 0;
}
.slidebox img{
width: 100% !important;
}

.row {
    width: 375px;
    width: 100%;
    height: 470px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 10000;
    top: 136px;
    top: 0;
    }
.dw-cat{
    color: #fff;
    }
.main--gnav li{
    border-right: 1px solid #ccc;
    }
.main--gnav li:last-child{
    border-right: none;
    }

ul.tyled-bnr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 8vh;
    }
ul.tyled-bnr li{
    width: 49%;
    }
ul.tyled-bnr li img{
    width: 100%;
    }
img.lazy{
min-width: 100px;
min-height: 200px;
}

.swiper-container,
.swiper-subcontainer {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 14px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img{
width: 100%;
xheight: 68vh;
height: 80vh;
object-fit: contain;
margin: 0 0 8vh;
}
.dw-cat{
background: #4D669F;
padding: 10px 10px 10px 15px;
}
.row{
width: 100%;
height: 470px;
overflow-y: auto !important;
-webkit-overflow-scrolling:touch;
position: relative;
}


#breadListInner ul{
	display: flex;
	flex-wrap: wrap;
	margin: 10px .5em;
}
.subpmain h2 img{
	width: 100%;
	}
.subpmain h3.question{
	width: 100%;
	padding: 1em 1em 4px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	}
.subpmain .answer{
	width: 100%;
	padding: 1em;
	font-size: 14px;
	box-sizing: border-box;
	}
.subpmain .answer img{
	max-width: 90%;
	display: block;
	margin: 0 auto;
	}


/* .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 136px;
  transform: translate(-50%);
  z-index: 2;
  width: 100%;
} */


.popup {
  width:100%;
  height:100%;
  /* background: rgba(0,0,0,0.6); */
  position:fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  transition: .4s ease;
}

 .popup.ok {
   opacity: 0;
   visibility: hidden;
   z-index: -1;
 }

.popup-inner {
  max-width: 340px;
  width: 100%;
  padding: 10px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color:#fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.close-btn {
  position: absolute;
  right: -10px;
  top: -33px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 100000;
}
.close-btn img {
  width: 35px;
  height: 35px;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: -1;
  cursor: pointer;
}
.scroll {
	overflow-y: scroll;
	height: 400px;
	width: 100%;
}
.att_disa {
	margin: 0;
	padding: 20px 12px 10px;
	box-sizing:border-box;
	background:#fff;
	color:#333;
	text-align:center;
	font-size:14px;
}


.news_title{
/* display: flex; */
align-items: center;
justify-content: center;
font-weight: bold;
color: red;
cursor: pointer;
padding: 8px 10px 0 10px;
color: #de2323;
font-size: 14px;
}
.news_title a{
color: #de2323;
font-size: 14px;
}

/*モーダルを開くボタン*/
.modal-open{
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: red;
margin: auto;
cursor: pointer;
font-size: 14px;
padding-top: 10px;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: rgba(0,0,0,50%);
padding: 40px 10px;
overflow: auto;
opacity: 0;
visibility: hidden;
transition: .3s;
box-sizing: border-box;
z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
opacity: 1;
visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
position: relative;
display: inline-block;
vertical-align: middle;
max-width: 750px;
width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: -40px;
right: -20px;
width: 40px;
height: 40px;
font-size: 40px;
color: #fff;
cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
background: #fff;
text-align: left;
padding: 20px;
}
.modal-content p{
font-size: 14px;
}
.modal-content b{
text-align: center;
display: block;
font-size: 14px;
}

.attentionword_wrap {
	overflow: hidden;
	padding: 0 10px;
	position: relative;
}
.attentionword {
	display: flex;
	justify-content: flex-start;
	padding: 8px 0;
	/* overflow-x: auto; */
	animation: scrollAnime 16s linear infinite;
	width: 140vw;
}

.attentionword {margin-right: 10px;}
@keyframes scrollAnime{
    0% {transform: translateX(0)}
  100% {transform: translateX(-100%)}
}

.attentionword li {
	font-size: 13px;
	background: #f0f0f0;
	border-radius: 15px;
	padding: 2px 5px;
	margin-right: 10px;
	white-space: nowrap;
}
.attentionword li a {
	color: #000;
	display: block;
}

#topcontrol {
  display: none;
}



/* ハンバーガーメニュー */
.ham {
  position: relative;
}

.header__hamburger {
  width: 48px;
  /* height: 100%; */
  position: absolute;
  /* left: 25px;
  top: 12px; */
  top: 33%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 7px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: fixed!important;
  right: 0;
  left: 0;
  top: 138.5px;
  width: 100%;
  height: 60vh!important;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
}


@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}



@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}

/* ナビのリンク */
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  color: black;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}


/* ハンバーガーメニュー */

.header__hamburger {
  width: 30px;
  /* height: 100%; */

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
}

.pay_icon_wrap {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 3%;
  top: 70%;
}
.pay_icon_wrap img:first-child {
  height: 15px;
  width: auto;
  background: #fff;
  padding: 4px 6px 3px;
  margin-bottom: 5px;
}
.pay_icon_wrap img:last-child {
  height: 16px;
  width: auto;
  background: #fff;
  padding: 3px;
}
