@font-face {
	font-family: 'MyFont';
	src: url(../font/nicomoji.ttf) format("truetype");
    font-display: swap;
}
body, html {
	margin: 0;
	background: #fefefe;
	font-size: 16px;
	color: #444;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	scroll-behavior: smooth;
}
a:link, a:visited {color: #444;}
a:hover {color: #b33e5c;}
a {text-decoration: none;}

h3 {
	margin: 0;
	font-size: 18px;
}
.rankDiv h3 {
	margin: 5px 0 0;
}
h4 {
	margin: 0 10px;
	font-size: 20px;
}
input, select, button, textarea {
    font-family: inherit;
}
textarea {
    background: rgba(0, 0, 0, 0);
}

/* 共通class */
.m0 {
	margin: 0;
}
.m1 {
	margin: 1px 0 0;
}
.m1_0_1 {
	margin: 1px 0 1px;
}
.m3 {
	margin: 3px 0;
}
.m50 {
	margin: 5px 0;
}
.m5 {
	margin: 5px;
}
.m8 {
	margin: 8px;
}
.m10 {
	margin: 10px 0 0;
}
.m15 {
	margin: 15px 0 0;
}
.m20 {
	margin: 20px 0 0;
}
.m0_0_10 {
	margin: 0 0 10px;
}
.m2_0_10 {
	margin: 2px 0 10px;
}
.m5_0_10 {
	margin: 5px 0 10px;
}
.m5_5_10 {
	margin: 5px 5px 10px;
}
.m7_0 {
	margin: 7px 0;
}
.m0_Auto {
	margin: 0 auto;
}
.m10Auto {
	margin: 10px auto;
}
.m0_08_08_0 {
	margin: 0 0.8em 0.8em 0;
}
.m0_01_08_0 {
	margin: 0 0.1em 0.8em 0;
}
.lm5 {
	margin-left: 5px;
}
.lm10 {
	margin-left: 10px;
}
.lm15 {
	margin-left: 15px;
}
.lm20 {
	margin-left: 20px;
}
.lm25 {
	margin-left: 25px;
}
.lm30 {
	margin-left: 30px;
}
.lm40 {
	margin-left: 40px;
}
.lm-5 {
	margin-left: -5px;
}
.rm5 {
	margin-right: 5px;
}
.rm10 {
	margin-right: 10px;
}
.rm15 {
	margin-right: 15px;
}
.rm20 {
	margin-right: 20px;
}
.rm25 {
	margin-right: 25px;
}
.rm30 {
	margin-right: 30px;
}
.rm-5 {
	margin-right: -5px;
}
.tm5 {
	margin-top: 5px;
}
.tm10 {
	margin-top: 10px;
}
.tm15 {
	margin-top: 15px;
}
.tm20 {
	margin-top: 20px;
}
.tm25 {
	margin-top: 25px;
}
.tm30 {
	margin-top: 30px;
}
.tm40 {
	margin-top: 40px;
}
.tm-5 {
	margin-top: -5px;
}
.bm5 {
	margin-bottom: 5px;
}
.bm10 {
	margin-bottom: 10px;
}
.bm15 {
	margin-bottom: 15px;
}
.bm20 {
	margin-bottom: 20px;
}
.bm25 {
	margin-bottom: 25px;
}
.bm30 {
	margin-bottom: 30px;
}
.bm-5 {
	margin-bottom: -5px;
}

.pd5_10 {
	padding: 5px 10px;
}
.pd5_10_0 {
	padding: 5px 10px 0;
}
.pd5 {
	padding: 5px;
}
.pd8 {
	padding: 8px;
}
.pd15 {
	padding:15px;
}
.pd2_5 {
	padding: 2px 5px;
}
.pd5_6em {
	padding: 0.5em 0.6em;
}
.pd7_8em {
	padding: 0.7em 0.8em;
}
.pd10_20 {
	padding: 10px 20px;
}
.pd15_28 {
	padding: 15px 28px;
}
.pd5_20 {
	padding: 5px 20px;
}
.lp5 {
	padding-left: 5px;
}
.lp10 {
	padding-left: 10px;
}
.lp15 {
	padding-left: 15px;
}
.lp20 {
	padding-left: 20px;
}
.lp25 {
	padding-left: 25px;
}
.lp30 {
	padding-left: 30px;
}
.rp5 {
	padding-right: 5px;
}
.rp10 {
	padding-right: 10px;
}
.rp15 {
	padding-right: 15px;
}
.rp20 {
	padding-right: 20px;
}
.rp25 {
	padding-right: 25px;
}
.rp30 {
	padding-right: 30px;
}
.tp5 {
	padding-top: 5px;
}
.tp10 {
	padding-top: 10px;
}
.tp15 {
	padding-top: 15px;
}
.tp20 {
	padding-top: 20px;
}
.bp5 {
	padding-bottom: 5px;
}
.bp10 {
	padding-bottom: 10px;
}
.bp15 {
	padding-bottom: 15px;
}
.bp20 {
	padding-bottom: 20px;
}

.cBlack3 {
	color: #333;
}
.cWhite {
	color: white;
}
.colorRed {
	color: red;
}
.colorFacebook {
	color: #3b5998;
}
.colorGoogle {
	color: #DB4437;
}
.colorTwitter {
	color: #1DA1F2;
}
.colorLine {
	color: #00B900;
}
.colorYahoo {
	color: #FF0027;
}
.colorYahooShop {
	color: #ff0133;
}
.colorRakuten {
	color: #bf0000;
}
.colorAmazon {
	color: #ff9900;
}
.colorPinterest {
	color: #e60023;
}

.backRed {
	background: #b33e5c;
}

.fs12 {
    font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs17 {
	font-size: 17px;
}
.fs18 {
	font-size: 18px;
}
.fs19 {
	font-size: 19px;
}
.fs20 {
	font-size: 20px;
}
.fs21 {
	font-size: 21px;
}
.fs22 {
	font-size: 22px;
}
.fs23 {
	font-size: 23px;
}
.fs24 {
	font-size: 24px;
}
.fs50 {
	font-size: 50px;
}

.fwn {
	font-weight: normal;
}
.wfb {
	font-weight: bold;
}

.ffNicomoji {
	font-family: MyFont, cursive;
}

.width50px {
	width: 50px
}
.width90px {
	width: 90px;
}
.width110 {
	width: 110px;
}
.width130 {
	width: 130px;
}
.width150 {
	width: 150px;
}
.width170 {
	width: 170px;
}
.width200 {
	width: 200px;
}
.width250 {
	width: 250px;
}
.width95 {
	width: 95%;
}
.width90 {
	width: 90%;
}
.width70 {
	width: 70%;
}
.width50 {
	width: 50%;
}
.width30 {
	width: 30%;
}

.mw90_w350 {
	max-width: 90%;
	width: 350px;
}
.mw70_w250 {
	max-width: 70%;
	width: 250px
}

.minW150 {
	min-width: 150px;
}
.minW300 {
	min-width: 300px;
}

.mh100vh {
	min-height: 100vh;
}
.mh90vh {
	min-height: 90vh;
}
.mh80vh {
	min-height: 80vh;
}

.lineHeight30 {
	line-height: 30px;
}
.lineHeight36 {
	line-height: 36px;
}
.lineHeight40 {
	line-height: 40px;
}
.lineHeight50 {
	line-height: 50px;
}

.height_auto {
	height: auto;
}

.border1sr {
	border: 1px solid #b33e5c;
	border-radius: 0 15px 15px 0;
	padding: 0.25em 0.9em 0.15em 0.6em;
}

.displayIb {
	display: inline-block;
}
.displayBlock {
	display: block;
}
.displayFlex {
	display: flex;
}

.textCenter {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}

.cursorPointer {
	cursor: pointer;
}

.exLargeSpacer {
	height: 40px;
}
.fewLargeSpacer {
	height: 30px;
}
.largeSpacer {
	height: 20px;
}
.mediumSpacer {
	height: 10px;
}
.smallSpacer {
	height: 5px;
}

/* 個別class */
.Group {
  position: relative;
  width: 150px;
  max-width: 320px;
  display: flex;
  justify-content: space-between;
  z-index: 0;
}
.Group-Bar {
  position: absolute;
  top: 5px;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #ccc;/*バーの色*/
  z-index: -1;
}
.Shapeborder.isActive {
  border: 1px solid #e2264d;
}
.Circle {
  border-radius: 50%;
}
.Group-Item-CircleInner {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  display: flex;
  align-items: center;
}
.Group-Item-CircleInner.isActive {
  background: #b33e5c;
}

.detailBtn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: #fefefe;
	border-radius: 5px;
}

.input1 {
    border: none;
    border-bottom: solid 3px #b33e5c;
    border-radius: 255px 15px 225px 0/15px 225px 15px 255px;
    background-color: transparent;
    padding: 5px 5px;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */ 
}
.input1:focus {
	border-bottom: 3px double #b33e5c;
}

.btn2 {
    width: 260px;
    color: rgb(255, 255, 255)!important;
    background: rgb(21, 111, 92);
	line-height: 80px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 10px 0;
}

.notice {
	border: 3px double #b33e5c;
	margin: 5px 0;
}

.circle {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #aaa;
	margin: 0 5px;
}

.smell {
	height: 250px;
}

.meter {
	display: inline-block;
	padding: 0px 0;
	margin: 0 3px;
	position: relative;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    z-index: 2;
	cursor: pointer;
}

.overlays {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
	z-index: 101;
}
.overlays .cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}
.overlays:target {
	visibility: visible;
	opacity: 1;
}
.modals {
	margin: 0px auto;
	padding: 40px 10px;
	background: #fefefe;
	border: 1px solid #666;
	width: 90%;
	border-radius:6px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	position: relative;
}
.modals h2 {
	margin-top: 0;
}
.modals .close {
	position: absolute;
	width: auto;
	height: auto;
	top: -5px;
	right: 10px;
	opacity: 0.8;
	transition: all 200ms;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #777;
	display: block;
}
.modals .close:hover {
	opacity: 1;
}
.modals .cont {
	max-width: 400px;
	overflow: auto;
}
.modals p {
	margin: 0 0 1em;
	text-align: center;
}
.modals p:last-child {
	margin: 0;
}
a.button {
	background-color: rgba(255,255,255,0.8);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor:pointer;
	display:block;
	font-weight:300;
	padding:15px 30px;
	text-align:center;
	border-radius:6px;
	margin: 0;
	opacity:1;
	color:#333;
	text-decoration:none;
	transition:0.3s box-shadow ease;
	-webkit-transition:0.3s box-shadow ease;
	transform: translateY(0px);
	text-shadow: 0 0 0;
	border: 1px solid rgba(179,62,92,.6);
}
a.button:hover {
	box-shadow:0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}
.row {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.tag {
	display: inline-block;
	background: rgba(179,62,92,.2);
	background-size: 20px 20px;/*線の太さ*/
	border-left:2px dotted rgba(0,0,0,.1);
	border-right:2px dotted rgba(0,0,0,.1);
	box-shadow:0 0 5px rgba(0,0,0,.2);/*見出しの影*/
	transform: rotate(-3deg);/*見出しの角度*/
	line-height: 1;
	transition: 0.5s;
}
.tag:hover {
	box-shadow:0 0 10px rgba(0,0,0,.2);/*見出しの影*/
	transition: 0.5s;
}

.goodHeart {
	width: 40px;
	fill:#b33e5c;
}

#code {
	display: inline-block;
	padding: 10px 40px;
	font-size: 30px;
	color: white;
    margin: 0 0 10px 0;
}
.btn7 {
    border: solid 3px #b33e5c;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background-color: transparent;
    padding: 10px 20px;
    display: inline-block;
	cursor: pointer;
}
.btn7:hover {
	border: 3px double #b33e5c;
	color: #b33e5c;
}

.btn8 {
    border: solid 3px #b33e5c;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background-color: transparent;
    display: inline-block;
}
.btn8:hover {
	border: 3px double #b33e5c;
	color: #b33e5c;
}

#footer {
	width: 100%;
	text-align: center;
	margin: 50px auto 0;
	background: #222;
	color: white;
	padding: 20px 0;
	clear: both;
}
#footer a {
	color: white;
}

.wide {
	position: relative;
	background-color: #efefef;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	color: #65513f;
	margin: 5px auto 20px;
	transition: 0.5s;
}
.wide:hover {
	  box-shadow:0 0 10px rgba(0,0,0,.2);
	  transition: 0.5s;
}

.wide td:first-child {
	margin: 0;
	vertical-align: top;
}
.wide td:nth-child(2){
	word-break: break-all;
}
.wide img {
	object-fit: cover;
}
.wide_img {
	position: relative;
}
.wide_img p {
	position: absolute;
	top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	font-size:15px;
	color: #fff;
	padding:0;
	margin:0;
}

.waku {
	display: inline-block;
	transition: 0.5s;
}
.waku:hover {
	box-shadow:0 0 10px rgba(0,0,0,.2);
	transition: 0.5s;
}

.paging a{
	border: solid 3px #b33e5c;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background-color: transparent;
    padding: 1px 7px;
    cursor: pointer;
	display: inline-block;
}
.paging a:hover {
	background: #b33e5c;
	color: white;
}
.paging .backRed {
	background: #b33e5c;
	color: white;
}

#detHeader {
	width: 100%;
	max-width: 800px;
	height: 50px;
	padding-top: 3px;
}
#det {
	position: relative;
	background-image: url("../images/topBack.jpg");
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	color: #65513f;
}
#det:before{
	position: absolute;
	content: "";
	top: -1.2em;
	height: 30px;
	background-image: linear-gradient(-45deg, rgba(179,62,92,.4) 25%, transparent 25%, transparent 50%, rgba(179,62,92,.4) 50%, rgba(179,62,92,.4) 75%, transparent 75%, transparent 100%);
	background-size: 20px 20px;
	border-left:2px dotted rgba(0,0,0,.1);
	border-right:2px dotted rgba(0,0,0,.1);
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding: 0.25em 2em;
	color: #65513f;
	transform: rotate(-4deg); 
}
#det td:first-child {
	margin: 0;
	text-align: center;
}
#det td:nth-child(2){
	word-break: break-all;
}
#detAd {
	margin: 30px auto;
	text-align: center;
}

#add {
	position: relative;
	background-image: url("../images/topBack.jpg");
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding: 10px;
	color: #65513f;
	margin: 20px auto;
}
#add:before{
	position: absolute;
	content: "";
	top: -1.2em;
	width:100px;
	height:30px;
	background-image: linear-gradient(-45deg, rgba(179,62,92,.4) 25%, transparent 25%, transparent 50%, rgba(179,62,92,.4) 50%, rgba(179,62,92,.4) 75%, transparent 75%, transparent 100%);
	background-size: 20px 20px;
	border-left:2px dotted rgba(0,0,0,.1);
	border-right:2px dotted rgba(0,0,0,.1);
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding: 0.25em 2em;
	color: #65513f;
	transform: rotate(-4deg); 
}
#add h2 {
	margin-top: 15px;
}
#add h2 span{
	padding: 0 5px;
}
#add .sub {
	font-size: 12px;
}
#add .input1 {
	font-size: 17px;
}
#add textarea {
	font-size: 17px;
}

#wrap {
	position: relative;
	background-image: url("../images/topBack.jpg");
	box-shadow:0 0 5px rgba(0,0,0,.2);
	color: #65513f;
	margin: 35px auto;
}
#wrap:before{
	position: absolute;
	content: "";
	top: -1.2em;
	width: 100px;
	height: 30px;
	background-image: linear-gradient(-45deg, rgba(179,62,92,.4) 25%, transparent 25%, transparent 50%, rgba(179,62,92,.4) 50%, rgba(179,62,92,.4) 75%, transparent 75%, transparent 100%);
	background-size: 20px 20px;
	border-left:2px dotted rgba(0,0,0,.1);
	border-right:2px dotted rgba(0,0,0,.1);
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding: 0.25em 2em;
	color: #65513f;
	transform: rotate(-4deg); 
}

#wrap2 {
	position: relative;
	background-image: url("../images/topBack.jpg");
	box-shadow:0 0 5px rgba(0,0,0,.2);
	color: #65513f;
}
#wrap2:before{
	position: absolute;
	content: "";
	top: -1.2em;
	width: 100px;
	height: 30px;
	background-image: linear-gradient(-45deg, rgba(179,62,92,.4) 25%, transparent 25%, transparent 50%, rgba(179,62,92,.4) 50%, rgba(179,62,92,.4) 75%, transparent 75%, transparent 100%);
	background-size: 20px 20px;
	border-left:2px dotted rgba(0,0,0,.1);
	border-right:2px dotted rgba(0,0,0,.1);
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding: 0.25em 2em;
	color: #65513f;
	transform: rotate(-4deg); 
}

.inputDesign2 {
	border: 1px solid #b33e5c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.inputDesign2:focus {
	-moz-box-shadow: inset 0 0 2px #b33e5c;
	-webkit-box-shadow: inset 0 0 2px #b33e5c;
	box-shadow: inset 0 0 2px #b33e5c;
}

.main {
	margin: 0 0 5px;
	font-size: 18px;
}
.sub {
	margin: 0;
	font-size: 11px;
	color: #4f8a5d;
}

.btn04 {
	margin: 5px;
	background: #b33e5c;
	cursor: pointer;
	border: 3px solid #b33e5c;
	padding: 2px 4px; 
	color: white;
}
.btn04:hover {
	border: 3px double #b33e5c;
	background: white;
	color: #b33e5c;
}

.sortTable td {
	width: 70px;
}
.sortTable a {
	margin: 5px;
	font-size: 10px;
	display: block;
	border: solid 1px #444;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
	text-align: center;
	background: transparent;
	width: 30px;
}
.sortTable a:hover {
    border: solid 1px #b33e5c;
    color: #b33e5c;
}

.input-range {
	display: none;
}

.range-group {
	position: relative;
}
.range-group > a {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.range-group > a:before {
	content: "☆";
	font-family: "Ionicons";
	font-size: 20px;
	color: #aaa;
}
.range-group > a.on:before {
	content: "★";
	color: #444;
}

.marker1 {
	padding: 3px 5px 0 2px;
	background:linear-gradient(transparent 77%, rgba(179,62,92,.4) 77%);
}

.btn {
    border: solid 3px #b33e5c;
    margin: 10px 0;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background-color: transparent;
    padding: 10px 15px;
    display: inline-block;
}
.btn:hover {
	border: 3px double #b33e5c;
	color: #b33e5c;
}

.btnStan {
    border: solid 3px #b33e5c;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background-color: transparent;
    cursor: pointer;
}
.btnStan:hover {
	border: 3px double #b33e5c;
	color: #b33e5c;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
}
input[type="number"] { 
	-moz-appearance:textfield; 
}

.codeBox {
    background: #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.counterReset {
	counter-reset: number 0;
}
.rankDiv img {
    width: 120px;
    height: auto;
}
.rank:before {
    counter-increment: number 1;
    content: counter(number) " ";
    color: #b33e5c;
    font-weight:bold;
}
.transparent {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.overhidden {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.historyDiv {
    margin: 0 0 20px;
    text-align: center;
}
.historyDiv img {
    width: 120px;
}

.heart {
    display: flex;
    align-items: center;
    justify-content: center;
}
.heart > input[type="checkbox"] {
  display: none;
}
.heart > label {
  position: relative;
  cursor: pointer;
}
.heart > label svg {
  width: 40px;
}
.heart > input[type="checkbox"] + label svg {
  fill: #FAE2E2;
  transition: all .3s;
}
.heart > input[type="checkbox"]:checked + label svg {
  fill: #b33e5c;
  animation: like .5s ease-out;
  transition: all .3s;
}
@keyframes like {
  0% {
    transform: scale(1,1);
  }
  50% {
    transform: scale(.5,.5);
  }
  100% {
    transform: scale(1,1);
  }
}
.heart > input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 5px solid #b33e5c;
  border-radius: 50%;
  animation: circle .5s ease-out;
  opacity: 0;
  top: -10px;
  left: -4px;
  z-index: -100;
}
@keyframes circle {
  0% {
    transform: scale(.2,.2);
  }
  50% {
    transform: scale(.5,.5);
  }
  80% {
    transform: scale(1,1);
    opacity: .8;
  }
  100% {
    transform: scale(1.3,1.3);
    opacity: 0;
  }
}

#preview, #preview02, #preview03 {
    width: 80px;
    height: 100px;
    display: none;
}

.inputBox {
	position: relative;
	width: 300px;
}
.inputBox input, .inputBox select, .inputBox textarea {
	outline: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: inherit;
}
.inputBox label {
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
	position: absolute;
}
 
.inputBox input.style1, .inputBox select.style1, .inputBox textarea.style1 {
	padding: 5px 0;
}
.inputBox input.style1 ~ label, .inputBox select.style1 ~ label, .inputBox textarea.style1 ~ label {
	top: 2px;
	left: 0;
}
 
.inputBox input.style1:focus ~ label,
.inputBox input.style1.isVal ~ label,
.inputBox select.style1:focus ~ label,
.inputBox select.style1.isVal ~ label,
.inputBox textarea.style1:focus ~ label,
.inputBox textarea.style1.isVal ~ label {
	top: -12px;
	font-size: 11px;
	color: #333;
}

.grecaptcha-badge { visibility: hidden; }

.btnRakuten {
    width: 260px;
    color: rgb(255, 255, 255)!important;
    background: #BF0000;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 10px 0;
}
.btnYahoo {
    width: 260px;
    color: rgb(255, 255, 255)!important;
    background: #FF0033;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 10px 0;
}
.btnAmazon {
    width: 260px;
    color: rgb(255, 255, 255)!important;
    background: #FF9900;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 10px 0;
}
.btnAmazonPrime {
    width: 260px;
    color: rgb(255, 255, 255)!important;
    background: #00a8e1;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 10px 0;
}
.btnHulu {
    width: 260px;
    color: rgb(255, 255, 255)!important;
    background: #65A933;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 10px 0;
}

#pcCentWrapper {
	padding-bottom: 50px;
}


body {
	overflow-x: hidden;
  }
  #sDiv {
	padding: 5px;
  }
  #img00 {
	  width: 100%;
	max-width: 800px;
	height: 60%;
	  max-height: 400px;
	margin: 0 auto;
	object-fit: cover;
  }
  .wrapper {
	  width: 100%;
	max-width: 800px;
	margin: 0 auto;
  }

  .title {
	letter-spacing: 0.4px;
  }
  .title::first-letter {
	font-size: 120%;
	font-weight: 600;
  }