@charset "UTF-8";

/* **************************************************
	共通リセット
************************************************** */
* {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-size: 100%; }

/* **************************************************
	テキスト色
************************************************** */
.color-black {
  color: #2B2B2B; }

.color-red {
  color: #ed2400; }

.color-blue {
  color: #0077ed; }

.color-green {
  color: #42BD69; }


/* **************************************************
	fontsize
************************************************** */
.fw-normal {
  font-weight: normal;
  line-height: 1.1em; }

.fw-bold {
  font-weight: bold !important; }

/* **************************************************
	margin padding
************************************************** */
.mg0Auto {
  margin: 0 auto !important; }

.mg0 {
  margin: 0 !important; }

.mgt0 {
  margin-top: 0 !important; }

.mgt5 {
  margin-top: .5rem !important; }

.mgt10 {
  margin-top: 1.0rem !important; }

.mgt15 {
  margin-top: 1.5rem !important; }

.mgt20 {
  margin-top: 2.0rem !important; }

.mgt30 {
  margin-top: 3.0rem !important; }

.mgt40 {
  margin-top: 4.0rem !important; }

.mgt50 {
  margin-top: 5.0rem !important; }

.mgb0 {
  margin-bottom: 0px !important; }

.mgb5 {
  margin-bottom: .5rem !important; }

.mgb10 {
  margin-bottom: 1.0rem !important; }

.mgb15 {
  margin-bottom: 1.5rem !important; }

.mgb20 {
  margin-bottom: 2.0rem !important; }

.mgb30 {
  margin-bottom: 3.0rem !important; }

.mgb40 {
  margin-bottom: 4.0rem !important; }

.mgb50 {
  margin-bottom: 5.0rem !important; }


/* **************************************************
	table-cell
************************************************** */
.table-cell {
  display: table;
  margin-bottom: 0; }

.tr-cell {
  display: table-row; }

.td-cell {
  display: table-cell;
  vertical-align: top; }


/* **************************************************
	hidden
************************************************** */
.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.hide {
  display: none !important; }

.show {
  display: block !important; }


/* **************************************************
	form
************************************************** */
.flat input[type="text"],
.flat input[type="text"]:hover,
.flat input[type="text"]:focus,
.flat input[type="text"]:active,
.flat input[type="password"],
.flat input[type="password"]:hover,
.flat input[type="password"]:focus,
.flat input[type="password"]:active,
.flat select,
.flat select:hover,
.flat select:active,
.flat select:focus,
.flat textarea,
.flat textarea:hover,
.flat textarea:active,
.flat textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-size: 1.6rem; }

.flat textarea {
  resize: none;
  overflow: auto; }

.flat input[type="text"],
.flat textarea {
  border: 1px solid #E1E8EC;
  border-radius: 0;
  padding: 0.4rem 0.8rem;
  width: auto;
  background-color:#fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0.5em; }

.flat input[type="text"]:hover,
.flat input[type="text"]:focus,
.flat input[type="text"]:active,
.flat textarea:hover,
.flat textarea:active,
.flat textarea:focus {
  border: 0.1rem solid #2B2B2B;
  outline: none; }

.flat select {
  display: inline-block;
  width: auto;
  position: relative;
  border: 0.1rem solid #E0DED9;
  border-radius: 0;
  padding: 0.5rem 1.0rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01rem;
  text-overflow: 'ellipsis';
  color: #2B2B2B;
  cursor: pointer;
  background: transparent;
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="%236F757D" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) center; }

.flat select:-ms-expand {
  display: none; }

.flat select:hover,
.flat select:active,
.flat select:focus {
  border: 1px solid #2B2B2B;
  color: #fff; }

.flat option {
  background-color: #fff;
  color: #2B2B2B; }

.flat input[type="radio"] {
  float: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none;
  text-indent: .01rem;
  text-overflow: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #dedede;
  border-radius: 2.4rem;
  box-shadow: 0 0 0 0.3rem #fff inset;
  background: transparent;
  /*opacity: 0.5;*/
  display: inline-block;
  margin: -0.4rem 0.3rem 0 0;
  vertical-align: middle; }

.flat input[type="radio"]:hover,
.flat input[type="radio"]:focus,
.flat input[type="radio"]:active {
  border: 1px solid #2B2B2B;
  /*opacity: 1;*/
  outline: 0;
  cursor: pointer; }

.flat input[type="radio"]:checked {
  background-color: #FEA166;
  /*opacity: 1;*/
  outline: 0; }

.flat input[type="checkbox"] {
  float: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none;
  text-indent: 0.01rem;
  text-overflow: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #dedede;
  border-radius: 0;
  background: #fff;
  display: inline-block;
  margin: 0 0.3rem 0 0;
  position: relative;
  vertical-align: middle; }

.flat input[type="checkbox"]:checked {
  background-color: #fff; }

.flat input[type="checkbox"]:checked:before {
  content: '';
  display: block;
  margin-top: 0;
  margin-left: 0.6rem;
  width: 1rem;
  height: 2rem;
  border-right: 0.4rem solid #FEA166;
  border-bottom: 0.4rem solid #FEA166;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1; }

.flat input[type="checkbox"]:hover,
.flat input[type="checkbox"]:focus,
.flat input[type="checkbox"]:active {
  border: 1px solid #2B2B2B; }

.flat label {
  margin: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.flat input[type="file"] {
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  font-size: 1.6rem; }

.flat input[type="file"]:hover,
.flat input[type="file"]:focus,
.flat input[type="file"]:active {
  outline: 0;
  /*opacity: 1;*/ }

.flat input[type="submit"] {
  float: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none;
  text-indent: 0.01rem;
  text-overflow: "";
  display: inline-block;
  vertical-align: middle;
  outline: none; }

.flat input[type="submit"]:hover,
.flat input[type="submit"]:focus,
.flat input[type="submit"]:active {
  outline: 0; }

.flat input:placeholder-shown {
  color: #ccc; }

.flat input::-webkit-input-placeholder {
  color: #ccc; }

.flat input:-moz-placeholder {
  color: #ccc;
  opacity: 1; }

.flat input:-ms-input-placeholder {
  color: #ccc; }

.flat input[type="text"]:-webkit-autofill,
.flat textarea:-webkit-autofill {
  box-shadow: 0 0 0px 99.9rem #fff inset; }



/* **************************************************
  button
************************************************** */
button,
button:active,
button:focus,
button:hover {
  background-color: transparent;
  outline: none;
  color: #2B2B2B; }



.btn-lg {
  padding: 1em 0.5em;
  font-size: calc(1.8rem + ((1vw - 0.375rem) * 0.2544));
  font-weight: 700; }

.btn-md {
  padding: .8rem .4rem;
  font-size: calc(1.6rem + ((1vw - 0.375rem) * 0.2544));
  font-weight: 700; }

.btn-sm {
  font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.2544));
 }

.btn-xs {
  font-size: calc(1.2rem + ((1vw - 0.375rem) * 0.2544));
  }


@media (min-width: 76em) {
  .btn-lg {
    font-size: 3.2rem; }

  .btn-sm {
    font-size: 1.6rem; }

  .btn-xs {
    font-size: 1.2rem; }}

@media (max-width: 37.5em) {
  .btn-lg {
    font-size: 2.4rem; }

  .btn-sm {
    font-size: 1.6rem; }

  .btn-xs {
    font-size: 1.2rem; } }



.btn-bold {
  font-weight:700;
}
.btn-wrap.mgtb-2 {
  margin:1.0rem 0 1.0rem;
}

.btn-wrap.mgt-2 {
   margin-top: 2.0rem;
}

.btn-wrap.mgb-2 {
  margin-bottom: 2.0rem;
}

.btn-wrap {
    overflow: hidden;
}

.btn-search {
  display: inline-block;
  width: 100%;
  color:#fff;
  background-color: #63B944;
  font-weight: 700;
  font-size: calc(1.8rem + ((1vw - 0.375rem) * 0.2544));
  position: relative;
  padding: 1.0rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.6rem 0 #5A8F29;
  -webkit-transition: none;
  transition: none;
}

.btn-xs.btn-search {
  font-size: calc(1.2rem + ((1vw - 0.375rem) * 0.2544));
}


.btn-search:hover {
  color: #fff;
  background-color: rgba(99, 185, 68, 0.9);
}

.btn-search:focus,
.btn-search:active,
.btn-search.active {
  color: #fff;
  transform: translate(0,0.6rem);
  box-shadow: none;
  background-color: #63B944;
}

.btn-search2 {
  display: inline-block;
  width: 100%;
  color:#fff;
  background-color: #FF388A;
  font-weight: 700;
  font-size: calc(1.8rem + ((1vw - 0.375rem) * 0.2544));
  position: relative;
  padding: 1.0rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.6rem 0 #B2004A;
  -webkit-transition: none;
  transition: none;
}

.btn-xs.btn-search2 {
  font-size: calc(1.2rem + ((1vw - 0.375rem) * 0.2544));
}

.btn-search2:hover {
  color: #fff;
  background-color: #FF388A;
}

.btn-search2:focus,
.btn-search2:active,
.btn-search2.active {
  color: #fff;
  transform: translate(0,0.6rem);
  box-shadow: none;
  background-color: #FF388A;
}

.btn-search3 {
  display: inline-block;
  width: 100%;
  color:#fff;
  background-color: #14C8FF;
  font-weight: 700;
  font-size: calc(1.8rem + ((1vw - 0.375rem) * 0.2544));
  position: relative;
  padding: 1.0rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.6rem 0 #006D8E;
  -webkit-transition: none;
  transition: none;
}

.btn-xs.btn-search3 {
  font-size: calc(1.2rem + ((1vw - 0.375rem) * 0.2544));
}

.btn-search3:hover {
  color: #fff;
  background-color: #14C8FF;
}

.btn-search3:focus,
.btn-search3:active,
.btn-search3.active {
  color: #fff;
  transform: translate(0,0.6rem);
  box-shadow: none;
  background-color: #14C8FF;
}


.btn-base {
  display: inline-block;
  width: 100%;
  background-color: #FF4C3B;
  border-color: #FF4C3B;
  /*box-shadow: 0.3rem 0.3rem 0 #e5381d;*/
  color: #fff;
  font-weight: 700;
  border-radius: 0.5rem;
  text-transform: none;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.btn-base:hover{
  color: #FFF;
  background-color: rgba(255, 76, 59, 0.9);
}

.btn-base:focus,
.btn-base:active,
.btn-base.active {
  transform: translate(0,0.3rem);
  box-shadow: none;
  color: #FFF;
  background-color: #e5381d;
}


.btn-base2 {
  display: inline-block;
  width: 100%;
  background-color: #63b944;
  border-color: #63b944;
  /*box-shadow: 0.3rem 0.3rem 0 #e5381d;*/
  color: #fff;
  font-weight: 700;
  border-radius: 0.5rem;
  text-transform: none;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.btn-base2:hover{
  color: #FFF;
  background-color: #63b944;
}

.btn-base2:focus,
.btn-base2:active,
.btn-base2.active {
  transform: translate(0,0.3rem);
  box-shadow: none;
  color: #FFF;
  background-color: #63b944;
}


.btn-detail {
  background-color: #fff;
  color: #64697A;
  /*font-weight: 400;*/
  text-align: center;
  border: 0.1rem solid #8d93ab;
  position: relative; }

.btn-detail:hover,
.btn-detail:focus,
.btn-detail:active,
.btn-detail.active {
  box-shadow: none;
  color: #525071;
  background-color: rgba(82, 80, 113, 0.1);
}

.btn-detail2 {
  background-color: #fff;
  color: #FF388A;
  /*font-weight: 400;*/
  text-align: center;
  border: 0.1rem solid #FF388A;
  position: relative; }

.btn-detail2:hover,
.btn-detail2:focus,
.btn-detail2:active,
.btn-detail2.active {
  box-shadow: none;
  color: #FF388A;
  background-color: #FFE5F0;
}


.more-btn{
  background-color: #fff;
  color: #8d93ab;
  font-weight: 400;
  text-align: center;
  border: 0.1rem solid #8d93ab;
  position: relative;
}

.more-btn:after{
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="%238d93ab" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  margin-top: -0.7rem;
}

/* **************************************************
  年齢確認・R18用
************************************************** */

.btn > span.r-design{
  display: block;
  font-size: 1.0rem;
  color:#fff;
  font-weight:normal;
}

.btn > span.r-design_ib{
  display: inline-block;
  font-size: 1.0rem;
  color:#fff;
  font-weight:normal;
}


.agecheck{
  position: relative;
  z-index: 2;
}

.agecheck > h1 {
  background-color:#FFf;
}




.agecheck_contents{
  margin:0 0 2rem;
  padding:2rem 1.5rem;
  background-color:#FFf;
}

.agecheck_contents p{
  margin:1rem 0;
}

.agecheck .row > div ~ div{
  padding-left: 0;
}

.agecheck_screen{
  position: relative;
}

.agecheck_screen:before{
  content: '';
  position: fixed;
  z-index: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  /* right: 0; */
  /* bottom: 0; */
  width: 100%;
  height: 140%;
  /* transform: translate(0,-55%); */
  opacity: 1;
}



/* **************************************************
  marker
************************************************** */

.em-y{
  display: inline;
  font-style: normal;
  background: -webkit-linear-gradient(transparent 50%,#fff870 50%);
  background: linear-gradient(transparent 50%,#fff870 50%);
  font-weight:700;
}
.em-p{
  display: inline;
  font-style: normal;
  background: -webkit-linear-gradient(transparent 50%,#ffc5df 50%);
  background: linear-gradient(transparent 50%,#ffc5df 50%);
  font-weight:700;
}


/* **************************************************
  リンク色
************************************************** */
a {
  color: #2B2B2B;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-tap-highlight-color: rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s linear; }

a:hover,
a:focus {
  color: #2B2B2B;
  text-decoration: none; }

*::selection {
  background-color: #2B2B2B;
  color: #fff; }
