@charset "utf-8";
/* CSS Document */


/*----- Common Style -----*/
html {
  height: -webkit-fill-available;
}
body {
    margin: 0;
    padding: 0;
	min-height: 100vh;
  /* mobile viewport bug fix */
	min-height: -webkit-fill-available;
	text-align: justify;
	overflow-x: hidden;/* bodyに入れないとはみ出る */
}
@supports(-webkit-touch-callout: none){
/* iPhoneの表示のみ指定を上書き */
div#Wrapper{
  height: -webkit-fill-available;
  }
}
div#Wrapper {
    text-align: center;
    width: 98vw;
    height: auto;
    font-size: 16px;
    padding:5px 0 0;
    margin: 0px;
	font-family: 'Zen Maru Gothic', sans-serif;
}
div.Container img {
    width: 100%;
}
div.Container h1 {
	font-size: 40px;
	margin-bottom: 50px;
    padding: 5px 15px;
}
#Wrapper .Container	h1
{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    display: block;
    color: #FFF;
    background-color: #DB001D;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 60px auto 30px auto;
    text-align: center;
}

#Wrapper .Container	h2
{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #DB001D;
    margin: 60px auto 30px auto;
    text-align: center;
}

div#Wrapper div.Container {
    width: 800px;
    margin: 50px auto 50px auto;
}
div.Container:last-child {
	padding-bottom: 50px;
}

/*----- Common Style -----*/
/*----- Tab Style -----*/
.tab_wrap {
	margin:30px auto auto;
  	width: 50%;
  	letter-spacing: -0.4em;
}
.tab_area {
	margin: auto;
  	width: 100%;
  	letter-spacing: -0.4em;
}

.tab_area label {
	width: 50%;
	margin: 0;
	display: inline-block;
	padding: 10px 0;
	color: #333333;
	background: #EEEEEE;
	text-align: center;
	font-size: 28px;
	border: 0!important;
}

.tab_area label.active {
	background: #333333;
	color: #fff;
}

 /*----- Tab Style -----*/
/*----cursorを当てるとぽよよん -----*/
.recommend a img{
  width: 100%;
  transition-duration: 0.5s;
}
.recommend:hover a img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
/*----cursorを当てるとぽよよん -----*/
/*---- 3つ横並び -----*/
.contents-box3{
    width:  250px;
    text-align:center;
    margin: 10px 10px 30px 0;
	display: inline-block;
	vertical-align:top; /* 上端揃え */
}
.contents-box3 img{
    width:  100%;
}

.contents-box3 div.contents-info {
	margin: 0;
	padding: 0;
}

.contents-box3 div.contents-info span {
	font-size: 24px;
	font-family: 'Kaisei Opti', serif;
	}
/*---- ２つ並び -----*/
.contents-box2{
    width:  390px;
    text-align: center;
    margin:0px 5px 10px 0 ;
	display: inline-block;
	vertical-align:top; /* 上端揃え */
	font-size: 16px;
	  padding: 0;
  }
.contents-box2 img{
    width:  100%;
  }

.contents-box2 img{
  width: 100%;
  transition-duration: 0.3s;
}

.contents-box2 div.contents-info span {
	font-size: 21px;
	font-family: 'Kaisei Opti', serif;
	}

div#Wrapper div.contents-box2 div.contents-info p {
	margin: 0;
	padding: 0;
	display: block;
}


/*---- 4つ並び -----*/
div.contents-box4{
    width:  190px;
    text-align: left;
    margin: 0 5px 30px 0;
	display: inline-block;
	vertical-align:top; 
	font-weight: bold;
	font-size: 16px;
  }

div.contents-box4 img{
    width:  100%;
  }

div.contents-box4 img{
  width: 100%;
  transition-duration: 0.5s;
}

div.contents-box4 div.contents-info p {
	margin: 0;
	padding: 0;
}
/*---- おすすめ商品 -----*/
.contents-info {
	text-align: center;
}

/*----- リスト関連 -----*/ 
@media screen and (max-width: 450px) {/* スクリーンサイズが450px以下の場合に適用 */
/*----- layout -----*/
body {
		width: 100%;
}

div#Wrapper {
    width: 100%;
    height: 100%;
    font-size: 16px;
	padding: 0;
	text-align: center;
}

body #Wrapper div.Container {
    margin: 50px auto 50px auto	;
	width: 99%;
	}

div#Wrapper div.Container img
	{
	width: 100%;
    padding: 0 auto;
 }

iframe {
		display: none;
}

#frameheader,
#framefooter {
		display: none;
	}
.headersp,
.footersp {
	display: block;
	text-align: center;
	margin: auto;
	}
.headersp img {
		width: 50%;
		margin:auto;
		padding-top: 15px;
	}

/*----- タブ -----*/
div.tab_wrap {
	width:100%;
	text-align: center;
	}
div.tab_area {
		width: 80%;
		border: 0!important;
	}
div.tab_wrap label.tab_label {
		font-size: 21px;
	}
div.tab_panel,div.panel_area {
		width: 100%;
	}
/*----- タブ -----*/

/*---- 3つ横並び -----*/
.contents-box3{
    width:  95%;
}	
/*---- 3つ横並び -----*/
/*---- ２つ並び -----*/
.contents-box2{
    width:  95%;
	height: auto;
  }
/*---- ２つ並び -----*/
/*---- ４つ並び -----*/
.contents-box4{
    width:  49%;
	height: auto;
  }
/*---- ２つ並び -----*/
}
/*-- 文字と画像 for SP --*/




/* ---------- リスト -------------  */
div#Wrapper ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 30px auto;
	text-align: left;
	width: 60%;
}
div#Wrapper ol li {
  font-size: 120%;
	font-weight: bold;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
div#Wrapper ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #01499D;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/* ---------- リスト -------------  */
/* ---------- 罫線 -------------  */
hr {
  margin: 15px 0 ;
}
/* ---------- 罫線 -------------  */
/* ---------- ボタンのデザイン----------  */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
	
a.btn-flat {
	font-size: 120%;
	width:100%;
	height: 120%;
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #2156A6;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
