@charset "UTF-8";


/*************************************************************

@media screen and (max-width: 736px) {

}
**************************************************************/

* {
}

a img {
border:0px;
}

p, ul, ol, dl {
    margin-top: 0;
    margin-bottom: 0;
}
ul, ol {
    padding-left: 0;
    list-style-type: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
  font-family: "Hiragino Kaku Gothic ProN","Roboto","Droid Sans","YuGothic","游ゴシック","Meiryo","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 500;
  color: #2f2c2b;
  font-size: 14px;
  animation: bodyfadeIn 2s ease 0s 1 normal;
  -webkit-animation: bodyfadeIn 2s ease 0s 1 normal;
  font-feature-settings: "palt";
}

#f-supersale a:visited {
    color: #00a3d9;
}
#f-supersale a:link {
    color: #00a3d9;
}

@-webkit-keyframes bodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  .trans:hover {
    opacity: 1;
  }
}



@media (min-width: 992px) {
	body,html {
	  font-size:32px
	}
}


/***************************************************************

parts

****************************************************************/

.nw {
    display: inline-block!important;
}
.of_visible {
    overflow: visible!important;
}
hr {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    border: 1px #e76177 dotted;
}
hr.clear {
    clear: both;
    border: none;
    margin: 30px 0;
    border: 0px #c1a962 dotted;
}

.visible_pc {
	display: block !important;
}
.visible_sp {
	display: none !important;
}

.visible_pc_inline {
	display: inline-block !important;
}
.visible_sp_inline {
	display: none !important;
}

@media screen and (max-width: 736px) {
	.visible_pc {
		display: none !important;
	}
	.visible_sp {
		display: block !important;
	}
	.visible_pc_inline {
		display: none !important;
	}
	.visible_sp_inline {
		display: inline-block !important;
	}
	.overflowX_sp {
	    white-space: nowrap;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	}

}


/***************************************************************

img

****************************************************************/


img {
  vertical-align: top;
  max-width: 100%;
}

.img_responsive {
	max-width: 100%;
	width:auto!important;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	_width: 100%;
}
img.hover{
	opacity: 0.5;
}

.img-circle {
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
}

.img-border {
    border: 4px #fff solid;
}
.img-shadow {
    box-shadow: 1px 1px 4px #999;
}

.img-round {
    border-radius:99999px;
}

.img-rotate-r {
    transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
}

.img-rotate-l {
    transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
}

.img-notes {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.75rem;
    width: 99%;
    padding: 0.5%;
}


.base-img {
    width: auto;
    padding-top: 60%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    position: relative;
    background-color: #999;
}


@media screen and (max-width: 736px) {
	img {
		max-width: 100%;
	}
}


/***************************************************************

align

****************************************************************/


.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }

@media screen and (max-width: 736px) {
.align_l-sp { text-align: left !important; }
.align_c-sp { text-align: center !important; }
.align_r-sp { text-align: right !important; }
.valign_m-sp { vertical-align: middle !important; }

}



/***************************************************************

table

****************************************************************/



table.tbl-border {
    border-collapse: collapse;
    width: 100%;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
	border-spacing: 0;
	font-size: 1.3rem;
}
table.tbl-border  th, table.tbl-border  td {
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 20px;
}
table.tbl-border th {
    padding: 10px 20px;
    background: #eee;
}
table.tbl-border td {
	text-align: left;
}

/***************************************************************

.item-container

****************************************************************/



.item-container{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	max-width: 750px;
}

.item-container .item-container-body {
    position: relative;
    overflow: hidden;
	max-width: 800px;
    margin: 0 auto;
    text-align: center;
    width: 1100px;
}

.item-container .item-container-variable {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-width: 1280px;
    max-width: 1600px;
}

.item{
	display: inline-block;
    margin: 0;
    overflow: hidden;
    position: relative;
	width: 33.3333%;
    vertical-align: top;
    border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border: 0px #666 solid;
    text-align: center;
    padding: 0px;
}

.item .inbody {
    padding: 10px;
}

@media screen and (max-width: 736px) {


	.item-container{
		width: auto;
	    min-width: auto;
	}
	.item-container .item-container-body {
	    width: auto;
	    padding:0 0px;
		min-width: 320px;
	}
	.item-container .item-container-variable {
	    min-width: auto;
	    max-width: auto;
	}

}

/***************************************************************

width .w

****************************************************************/


.w05per { width: 5%; }
.w10per { width: 10%; }
.w15per { width: 15%; }
.w20per { width: 20%; }
.w25per { width: 25%; }
.w30per { width: 30%; }
.w33per {
	width: 33.3333333333333%;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}

.w35per { width: 35%; }
.w40per { width: 40%; }
.w45per { width: 45%; }
.w50per { width: 50%; }
.w55per { width: 55%; }
.w60per { width: 60%; }
.w66per {
 width: 66.1111111111111111111111111111111111%; 
	width : -webkit-calc(100% / 3 * 2) ;
	width : calc(100% / 3 * 2) ;
}
.w65per { width: 65%; }
.w70per { width: 70%; }
.w75per { width: 75%; }
.w80per { width: 80%; }
.w85per { width: 85%; }
.w90per { width: 90%; }
.w95per { width: 95%; }
.w100per { width: 100%; }


@media screen and (max-width: 736px) {

	.w05per { width: 100%; }
	.w10per { width: 100%; }
	.w15per { width: 100%; }
	.w20per { width: 100%; }
	.w25per { width: 100%; }
	.w30per { width: 100%; }
	.w33per { width: 100%; }
	.w35per { width: 100%; }
	.w40per { width: 100%; }
	.w45per { width: 100%; }
	.w50per { width: 100%; }
	.w55per { width: 100%; }
	.w60per { width: 100%; }
	.w66per { width: 100%; }
	.w65per { width: 100%; }
	.w70per { width: 100%; }
	.w75per { width: 100%; }
	.w80per { width: 100%; }
	.w85per { width: 100%; }
	.w90per { width: 100%; }
	.w95per { width: 100%; }
	.w100per { width: 100%; }

	.w05per-sp { width: 5%; }
	.w10per-sp { width: 10%; }
	.w15per-sp { width: 15%; }
	.w20per-sp { width: 20%; }
	.w25per-sp { width: 25%; }
	.w30per-sp { width: 30%; }
	.w33per-sp { width: 33.3333333333333%; }
	.w35per-sp { width: 35%; }
	.w40per-sp { width: 40%; }
	.w45per-sp { width: 45%; }
	.w50per-sp { width: 50%; }
	.w55per-sp { width: 55%; }
	.w60per-sp { width: 60%; }
	.w65per-sp { width: 65%; }
	.w66per-sp { width: 66%; }
	.w70per-sp { width: 70%; }
	.w75per-sp { width: 75%; }
	.w80per-sp { width: 80%; }
	.w85per-sp { width: 85%; }
	.w90per-sp { width: 90%; }
	.w95per-sp { width: 95%; }
	.w100per-sp { width: 100%; }

}


/***************************************************************

vertical-align .v_

****************************************************************/


.v_align-t{vertical-align: top;}
.v_align-m{vertical-align: middle;}
.v_align-b{vertical-align: bottom;}


/***************************************************************

margin .m_

****************************************************************/


.m_top-05per{
    margin-top: -5%!important;
}
.m_top-10per{
    margin-top: -10%!important;
}
.m_top-15per{
    margin-top: -15%!important;
}
.m_top-20per{
    margin-top: -20%!important;
}
.m_top-30per{
    margin-top: -30%!important;
}
.m_top-40per{
    margin-top: -40%!important;
}
.m_top-50per{
    margin-top: -50%!important;
}
.m_right-05per {
     margin-right: -05%!important;
}
.m_right-10per {
     margin-right: -10%!important;
}
.m_right-15per {
     margin-right: -15%!important;
}
.m_right-30per {
     margin-right: -30%!important;
}
.m_right-50per {
     margin-right: -50%!important;
}
.m_left-05per {
     margin-left: -05%!important;
}
.m_left-10per {
     margin-left: -10%!important;
}
.m_left-15per {
     margin-left: -15%!important;
}
.m_left-30per {
     margin-left: -30%!important;
}
.m_left-50per {
     margin-left: -50%!important;
}
.m_bottom005per{
    margin-bottom: 0.5%!important;
}
.m_bottom01per{
    margin-bottom: 1%!important;
}
.m_bottom02per{
    margin-bottom: 2%!important;
}
.m_bottom03per{
    margin-bottom: 3%!important;
}
.m_bottom05per{
    margin-bottom: 5%!important;
}
.m_bottom10per{
    margin-bottom: 10%!important;
}
.m_bottom15per{
    margin-bottom: 15%!important;
}
.m_bottom30per{
    margin-bottom: 30%!important;
}
.m_bottom50per{
    margin-bottom: 50%!important;
}

@media screen and (max-width: 736px) {

	.m_top-05per,
	.m_top-10per,
	.m_top-15per,
	.m_top-20per,
	.m_top-30per,
	.m_top-40per,
	.m_top-50per {
	    margin-top:0px!important;
	}
	.m_right-05per,
	.m_right-10per,
	.m_right-15per,
	.m_right-30per,
	.m_right-50per {
	    margin-right:auto!important;
	}
	.m_left-05per,
	.m_left-10per,
	.m_left-15per,
	.m_left-30per,
	.m_left-50per {
	    margin-left:auto!important;
	}
	.m_top-05per-sp{
	    margin-top: -5%!important;
	}
	.m_top-10per-sp{
	    margin-top: -10%!important;
	}
	.m_top-15per-sp{
	    margin-top: -15%!important;
	}
	.m_top-20per-sp{
	    margin-top: -20%!important;
	}
	.m_top-30per-sp{
	    margin-top: -30%!important;
	}
	.m_top-50per-sp{
	    margin-top: -50%!important;
	}
	.m_right-05per-sp {
	     margin-right: 5%!important;
	}
	.m_right-10per-sp {
	     margin-right: -10%!important;
	}
	.m_right-15per-sp {
	     margin-right: -15%!important;
	}
	.m_right-30per-sp {
	     margin-right: -30%!important;
	}
	.m_right-50per-sp {
	     margin-right: -50%!important;
	}
	.m_left-05per-sp {
	     margin-left: -5%!important;
	}
	.m_left-10per-sp {
	     margin-left: -10%!important;
	}
	.m_left-15per-sp {
	     margin-left: -15%!important;
	}
	.m_left-30per-sp {
	     margin-left: -30%!important;
	}
	.m_left-50per-sp {
	     margin-left: -50%!important;
	}
	.m_auto-sp {
	     margin:0 auto!important;
	}
}


/***************************************************************

.txt-

****************************************************************/


.txt-h10{
	line-height: 1!important;
}
.txt-h12{
	line-height: 1.2!important;
}
.txt-h14{
	line-height: 1.4!important;
}
.txt-h16{
	line-height: 1.6!important;
}
.txt-h18{
	line-height: 1.8!important;
}
.txt-h20{
	line-height: 2.0!important;
}
.txt-space5{
	letter-spacing:5px!important;
}
.txt-space10{
	letter-spacing:10px!important;
}
.txt-space15{
	letter-spacing:15px!important;
}


.txt-w100{
	font-weight: lighter;
}
.txt-w300{
    font-weight: 300!important;
}
.txt-w500{
    font-weight: 500!important;
}
.txt-w700{
    font-weight: 700!important;
}
.txt-xxxxlarge{
	font-size: 5.5rem!important;
}

.txt-xxxlarge{
	font-size: 3.8rem!important;
}
.txt-xxlarge{
	font-size:3rem!important;
}
.txt-xlarge{
	font-size:2.2rem!important;
}
.txt-large{
	font-size:1.8rem!important;
}
.txt-xmiddle{
	font-size:1.5rem!important;
}

.txt-middle{
	font-size:1.3rem!important;
}
.txt-small{
	font-size:1rem!important;
}
.txt-xsmall{
	font-size:0.85rem!important;
}

.txt-notes {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.8vw;
    width: 99%;
    padding: 0.5%;
}

.txt-balloon  span{
    padding: 0px 2.5vw 0px;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.txt-balloon span:before,
.txt-balloon span:after {
    content: "";
    height: 4vh;
    width: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    vertical-align: middle;
    background:#fffc00!important;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20eg);
    -webkit-transform: rotate(-20deg);
}
.txt-balloon span:after {
    left: auto;
    right: 0;
    transform: rotate(20deg);
    -moz-transform: rotate(20eg);
    -webkit-transform: rotate(20deg);
}

.txt-marker em{
  background: linear-gradient(transparent 60%, #f2cf39 0%);
  display: inline;
  padding: 0 6px 0px;
  font-style: normal;
}



@media screen and (max-width: 736px) {
	.txt-xxxlarge {
	    font-size: 2.4rem!important;
	}

	.txt-xxlarge {
	    font-size: 1.8rem!important;
	}
	.txt-xlarge {
	    font-size: 1.3rem!important;
	}
	.txt-large {
	    font-size: 1.2rem!important;
	}
	.txt-xmiddle {
	    font-size: 1.1rem!important;
	}
	.txt-middle {
	    font-size: 1rem!important;
	}

	.txt-small {
	    font-size: 0.8rem!important;
	}
	.txt-xsmall {
	    font-size: 0.7rem!important;
	}
}

/***************************************************************

#list

****************************************************************/

ul.note {
    margin: 10px 0!important;
    padding: 10px 20px;
    text-align: left;
    font-size: 0.9rem;
}
.note li {
    background: none!important;
    /* padding: 0; */
    line-height: 1.6;
    margin: 0px 0 5px;
    list-style: none;
}

.note li:before {
    content: "・";
    color: ;
    margin-left: -14px;
}


.list_dl{
    display: inline-block;
}

.list_dl dl{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	align-items: baseline;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    line-height: 1.6;
    margin: 0.5rem auto;
}
.list_dl dl dt{
	width: 100px;
}
.list_dl dl dt p {
    background: #999;
    color: #fff;
    border: 1px #999 solid;
    border-radius: 0.2rem;
    text-align: center;
    font-size: 80%;
	margin-right: 0.5rem;
}
.list_dl dd p{
    margin: 0.1rem;
   text-align: left;
}
.list_dl dd.price span {
    font-family: helvetica;
	font-size: 160%;
}

/***************************************************************

flex-box

****************************************************************/

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.flex-box.flex-d_r {
    flex-direction: row-reverse;
}
.flex-box.align-i_f {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex-box.align-i_e {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}


/***************************************************************

btn

****************************************************************/

.btn{
	font-size: 1rem;
    color: #fff;
    padding: 0.5rem 35px 0.5rem 0px;
    display: inline-block;
    text-align: left;
    position: relative;
    text-decoration: none;
}
.btn.btn_block{
    display:block;
}
.btn.btn_round {
    border-radius: 8px;
    padding: 0.5rem 35px;
    text-align: center;
}
.btn.btn_square {
    border-radius:9999px;
    padding:  0.5rem  35px;
    text-align: center;
}


.btn.btn_round_large {
    border-radius: 8px;
    padding:1rem 35px;
    text-align: center;
}
.btn.btn_square.align_l {
    padding: 0.6vw 25px;
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn.c_black::after {
  border-top: 3px solid #bf0000;
  border-right: 3px solid #bf0000;
}


@media screen and (max-width: 736px) {
	.btn.btn_round_large {
	    padding:1.5rem 35px;
	    padding: 1.5rem 6vw;
	}
	.btn.btn_square.align_l {
	    padding: 0.5rem 20px;
	}
	.btn.btn_round {
		padding: 0.6vw 6vw;
	}

}
