@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}

img{
border:none;
}

#WRAP {
	width:800px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
	border-top-width: 7px;
	border-right-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #845900;
	border-right-color: #845900;
	border-left-color: #845900;
}
#U-WRAP {
	width:800px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #845900;
	border-bottom-color: #845900;
	border-left-color: #845900;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
  opacity: 0.8;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}

/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */

#TOP {
	margin-top:10px;
	width: 800px;
	height: 740px;
	position: relative;
	background-image: url(../images/catch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#SUBTOP {
	background-image: url(../images/subtop_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 230px;
	margin-bottom: 10px;
}


#TOP_BACK {
	width: 100%;
	height: 58px;

}

/*ヘッダ固定部を制御*/
#TOP_head {
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	background-image: url(../images/header_bg.gif);
	position: fixed;
	width: 100%;
	height: 75px;
	z-index: 100;
}
.header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 75px;
	display: block;
}

.now_btn {
	float: right;
	padding: 0 0 0 0;
	position: absolute;
	top: 0px;
	right: 6px;
}
.now_btn a:hover {
	opacity: 1;
}
#LOGO {
	left: 0px;
	top: 0px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

h1 {
	font-size: 15px;
	margin-top: 25px;
	margin-right: 15px;
	margin-left: 25px;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 0px;
	color: #000000;
	float: left;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#MENU {
	height: 30px;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:800px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
  padding: 30px 0 0;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #EFEADC;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
/*#CONTENTS h2 {
	font-size:14px;
	color: #FFFFFF;
	background-image: url(../images/h2-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 30px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}*/
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../images/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	background: url(../images/side-h.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../images/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../images/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #FFEEEE;
	margin: 0;
	background-position: 4px center;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../images/li_arrow02.gif) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 270px;
  color: #FFFFFF;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#F-MENU a {
	color: #FFFFFF;
}

#F-MENU a:hover,
#F-MENU a:active, 		/* for IE (Keyboard) */
#F-MENU a:focus {		/* for Netscape (Keyboard) */
	color: #FFCC99;
	text-decoration: underline;
}

#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
.clearfix::after {
  content: "";
  display: block;
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
images {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.images-m {
	vertical-align: middle;
}


.yt_movie {
  width: 680px;
  height: 400px;
  margin: 0 auto;
  padding-bottom: 0;
  background-color: #000000;
  position: relative;
}
.yt_movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  height: 315px;
  margin: -157px 0 0 -280px;
}
.merit-div {
  display: flex;
  justify-content: space-around;
	padding-right: 20px;
	padding-left: 20px;
}
.merit1-div {
	background-image: url(../images/merit1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 250px;
	padding-top: 100px;
	padding-bottom: 35px;
}
.merit1-div p {
	font-size: 14px;
	line-height: 22px;
	padding-right: 12px;
	padding-left: 15px;
}
.merit2-div {
	width: 250px;
	background-image: url(../images/merit2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 35px;
}
.merit2-div p {
	font-size: 14px;
	line-height: 22px;
	padding-right: 12px;
	padding-left: 15px;
}
.merit3-div {
	background-image: url(../images/merit3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 250px;
	padding-top: 100px;
	margin-right: 5px;
	padding-bottom: 35px;
}
.merit3-div p {
	font-size: 14px;
	line-height: 22px;
	padding-right: 12px;
	padding-left: 15px;
}
.massage-div {
	background-image: url(../images/message_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 165px;
	padding-top: 60px;
	padding-right: 20px;
}
.massage-ttl {
	font-size: 18px;
	line-height: 25px;
	font-weight: bolder;
	color: #990000;
}
.massage-text {
	font-size: 14px;
	line-height: 22px;
}
.message-text2 {
	font-size: 14px;
	line-height: 22px;
	padding-right: 25px;
	padding-left: 25px;
	color: #663300;
	font-weight: bold;
}
.dvd-div {
	border: 5px solid #993300;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ml190 {
	margin-left: 190px;
}
.dvd-box1 {
	background-image: url(../images/kotoba.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 60px;
	padding-left: 185px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993300;
}
.dvd-box2 {
	background-image: url(../images/arigatou.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 45px;
	margin-top: 10px;
	border-bottom-color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 10px;
}
.dvd-box3 {
	background-image: url(../images/tsubasa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993300;
	margin-bottom: 10px;
}
.dvd-box4 {
	background-image: url(../images/tsubomi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 70px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993300;
	margin-bottom: 10px;
}
.dvd-box5 {
	background-image: url(../images/kimiwo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993300;
}
.profile {
	padding-right: 25px;
	padding-left: 35px;
	padding-top: 10px;
	color: #663333;
}

/*___________ 【CONTENTS】表設計 ___________ */
.main-table table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
.main-table tr,.main-table th,.main-table td {
	padding: 8px;
}
.main-table th {
	color: #FFFFFF;
	background-color: #5E2F00;
	font-weight: normal;
	width: 160px;
	text-align: center;
}
.main-table td {
	background-color: #FFFFFF;
	text-align: left;
}
.privacy {
	padding-right: 50px;
	padding-left: 50px;
}
.kantan {
	background-image: url(../images/kantan.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-left: 52px;
	width: 830px;
}
.kantan-div {
	width: 780px;
	padding-top: 405px;
	padding-bottom: 20px;
}
.kantan-box1 {
	width: 250px;
	float: left;
	padding-left: 5px;
}

.kantan-box2 {
	width: 250px;
	float: right;
	margin-right: 8px;
}

.kantan-box3 {
	width: 250px;
	float: right;
	margin-right: 7px;
}
.texts-div {
	margin: 15px;
	padding: 10px;
	border: 5px solid #990000;
	background-image: url(../images/text_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.bg-yell2 {
	background-color: #FFFF00;
	line-height: 22px;
}
.browser {
	background-color: white;
	border: 2px solid #D7D7D7;
	margin: 20px;
	padding: 10px;


}.browser2 {
	background-image: url(../images/blouza2.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 15px;
	padding-top: 1px;
}
.top_timer {
	background-image: url(../images/top_timer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-bottom: 20px;
	padding-left: 380px;
}

/*フッターお支払い方法*/

.pay-div {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.pay-div p {
	font-size: 12px;
	padding: 2px;
	margin: 2px;
}
.pay-div img.paytype {
  max-width: 100%;
  height: auto;
}
.pay-right-div {
	float: right;
	width: 385px;
}
.pay-left-div {
	float: left;
	width: 370px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 10px;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
button, input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.ord_eshops, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_eshops {
  margin-top: .5em;
}
.ord_eshops .ord-group {
  margin-bottom: 30px;
  padding: 10px 0;
}
/* 購入ボタン */
.ord_eshops .buybtn {
  display: block;
  width: 643px;
  height: 0;
  margin: 0 auto;
  padding-top: 85px;
  background-image: url("../images/btn.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 643px auto;
}
.pay-type {
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.is-pc {
  content-visibility: visible;
  display: block;
}
.is-sp {
  content-visibility: hidden;
  display: none;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3em;
  font-size: 13px;
  line-height: 1.4;
}
#shopinfo address {
  font-style: normal;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#shopinfo p {
  margin: 0 0 .5em;
  padding: 0;
  font-size: 13px;
}
#shopinfo p:has(img) {
  margin: 0;
}
#shopinfo .flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 330px;
  padding-right: 19px;
  border-right: 1px dotted #CCCCCC;
}
#shopinfo .shopinfo_r {
  width: 330px;
  padding-left: 20px;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 0 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  background-color: #000;
  background-image: url("/img/pay/shop_ttl_bg-or.png")
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  font-size: 16px;
  font-weight: bold;
  border-bottom:1px solid #000;
}
#shopinfo ul {
  letter-spacing: -1px;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo .maxw60 {
  max-width: 140px;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
@media screen and (max-width:800px){
/*___________ 基本設定 ___________ */
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
p,pre {
  font-size: 1em;
  line-height: 140%;
  margin: 0 0 0.5em 0;
  padding: 0;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
#TOP_BACK {
  height: 33vw;
  position: relative;
  z-index: 10;
}
#WRAP {
  width: 100%;
  border: none;
}
/*ヘッダ固定部を制御*/
#TOP_head {
  position: static;
  height: auto;
  padding: 0.5em 0;
  background-image: none;
  background-color: #EDD08E;
}
.header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2vw;
  position: static;
}
#LOGO {
  margin: 0 0 0.5em;
  float: none;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  float: none;
}
.now_btn {
  width: 30vw;
  float: none;
}
#TOP {
  width: 100%;
  height: 92.5vw;
  margin: 0;
  background-size: contain;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width: 100%;
}
#MAIN-PAD {
	margin: 0;
	padding: 0;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
  padding: 1em 4%;
}
.pan {
	font-size: 0.8em;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
/*#CONTENTS h2 {
	font-size:14px;
	color: #FFFFFF;
	background-image: url(../images/h2-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 30px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../images/ico_pagetop01.gif) no-repeat right center;
}*/
/*___________ 【SIDE】 ___________ */
/*#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	background: url(../images/side-h.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../images/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../images/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active,
.cat01 li a:focus {	
	color: #0066CC;
	background-color: #FFEEEE;
	margin: 0;
	background-position: 4px center;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../images/li_arrow02.gif) no-repeat 2px center;
}*/
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
  background-color: #4d1a00;
	padding: 25vw 0 0 0;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#F-MENU a {
	color: #FFFFFF;
}

#F-MENU a:hover,
#F-MENU a:active, 		/* for IE (Keyboard) */
#F-MENU a:focus {		/* for Netscape (Keyboard) */
	color: #FFCC99;
	text-decoration: underline;
}

#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
#F-MENU .footerlink {
  padding: 1em 0;
  color: #4d1a00;
  font-size: 1rem;
  /*visibility: hidden;*/
}
/*.footerlink a {
  display: none;
}*/
.footerlink a {
  display: block;
  visibility: visible;
}
  
.flo-l {
	float: none;
	margin-right: 0;
}
.flo-r {
	float: none;
	margin-left: 0;
}
.yt_movie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.yt_movie iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.merit-div {
  display: block;
	padding-right: 0;
	padding-left: 0;
}
.merit1-div {
  margin: 0 auto;
	padding-top: 35vw;
	padding-bottom: 19vw;
	width: 80vw;
  background-size: contain;
}
.merit1-div p {
	font-size: 1em;
	line-height: 1.4;
	padding: 0 1.2em;
}

.merit2-div {
  margin: 0 auto;
	padding-top: 35vw;
	padding-bottom: 19vw;
	width: 80vw;
  background-size: contain;
}
.merit2-div p {
	font-size: 1em;
	line-height: 1.4;
	padding: 0 1.2em;
}
.merit3-div {
  margin: 0 auto;
	padding-top: 35vw;
	padding-bottom: 19vw;
	width: 80vw;
  background-size: contain;
}
.merit3-div p {
	font-size: 1em;
	line-height: 1.4;
	padding: 0 1.2em;
}
/*.massage-div {
	background-image: url(../images/message_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 165px;
	padding-top: 60px;
	padding-right: 20px;
}
.massage-ttl {
	font-size: 18px;
	line-height: 25px;
	font-weight: bolder;
	color: #990000;
}
.massage-text {
	font-size: 14px;
	line-height: 22px;
}
.message-text2 {
	font-size: 14px;
	line-height: 22px;
	padding-right: 25px;
	padding-left: 25px;
	color: #663300;
	font-weight: bold;
}*/
.dvd-div {
	border: 5px solid #993300;
	margin: 0 2vw;
	padding: 1em 0;
}
.dvd-div .ml190 {
	margin-left: 0;
}
.dvd-div .mt40 {
	margin-top: 0;
}
.dvd-box1 {
	background-position: left top;
	padding: 180px 0 1em 20px;
}
.dvd-box2 {
	background-position: left top;
	padding: 180px 0 1em 20px;
}
.dvd-box3 {
	background-position: left top;
	padding: 180px 0 1em 20px;
}
.dvd-box4 {
	background-position: left top;
	padding: 180px 0 1em 20px;
}
.dvd-box5 {
  position: relative;
	background-position: left top;
	padding: 180px 0 1em 20px;
}
.dvd-box5::after {
  content: "";
  display: block;
  width: calc( 100% - 200px);
  height: 40px;
  background-color: #FFFFFF;
  position: absolute;
  left: 200px;
  top: 0;
}
/*.profile {
	padding-right: 25px;
	padding-left: 35px;
	padding-top: 10px;
	color: #663333;
}*/
.ord_btn p:first-child {
  width: 60vw;
  margin: 0 auto 0.2em;
}
/*___________ 【CONTENTS】表設計 ___________ */
.main-table table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
.main-table tr,.main-table th,.main-table td {
	padding: 8px;
}
.main-table th {
	color: #FFFFFF;
	background-color: #5E2F00;
	font-weight: normal;
	width: 160px;
	text-align: center;
}
.main-table td {
	background-color: #FFFFFF;
	text-align: left;
}
.privacy {
	padding-right: 50px;
	padding-left: 50px;
}
.kantan {
	background-image: url(../images/kantan.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-left: 52px;
	width: 830px;
}
.kantan-div {
	width: 780px;
	padding-top: 405px;
	padding-bottom: 20px;
}
.kantan-box1 {
	width: 250px;
	float: left;
	padding-left: 5px;
}

.kantan-box2 {
	width: 250px;
	float: right;
	margin-right: 8px;
}

.kantan-box3 {
	width: 250px;
	float: right;
	margin-right: 7px;
}
.texts-div {
	margin: 15px;
	padding: 10px;
	border: 5px solid #990000;
	background-image: url(../images/text_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.bg-yell2 {
	background-color: #FFFF00;
	line-height: 22px;
}
.browser {
	background-color: white;
	border: 2px solid #D7D7D7;
	margin: 20px;
	padding: 10px;


}.browser2 {
	background-image: url(../images/blouza2.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 15px;
	padding-top: 1px;
}
.top_timer {
	background-image: url(../images/top_timer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-bottom: 20px;
	padding-left: 380px;
}

/*フッターお支払い方法*/

.pay-div {
	padding: 0 2vw;
}
.pay-div p {
	font-size: 0.8em;
	padding: 0;
	margin: 0.5em;
}
.pay-right-div {
	float: none;
	width: 100%;
}
.pay-left-div {
	float: none;
	width: 100%;
	border: none;
	padding: 0;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_eshops, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_eshops {
  margin-top: .5em;
}
.ord_eshops .ord-group {
  margin-bottom: 1em;
  padding: .5em 0;
  color: #0A3500;
}
/* 購入ボタン */
.ord_eshops .buybtn {
  display: block;
  width: 96%;
  height: 0;
  margin: 0 auto;
  padding-top: 12vw;
  background-image: url("../images/btn.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.pay-type {
  margin-bottom: 1em;
  text-align: center;
  font-size: .9em;
  line-height: 1.4;
}
.is-pc {
  content-visibility: hidden;
  display: none;
}
.is-sp {
  content-visibility: visible;
  display: block;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 3em;
  font-size: 0.8em;
  line-height: 1.4;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#shopinfo .flexbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 100%;
  padding: 0 3% 0;
  border-right: none;
}
#shopinfo .shopinfo_r {
  width: 100%;
  padding: 0 3% 0;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 0 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-size: 4vw;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  background-color: #000;
  background-image: url("/img/pay/shop_ttl_bg-or.png")
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom:1px solid #000;
}
#shopinfo p {
  font-size: 1.2em;
}
#shopinfo ul {
  letter-spacing: -1px;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo .maxw60 {
  max-width: 60%;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
#shopinfo .no-link.sp {
  pointer-events: none;
}
}















