@charset "utf-8";
/*==============================================================

	7. 商品個別

================================================================*/
/*--------------------------------------------------------------
	■A.文字
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "FOT-筑紫オールドゴシック Std B", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

body {
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

sup {
  vertical-align: super;
  font-size: 12px;
}

.otonahoshitsu {
  color: #7b002d;
  font-family: "FOT-筑紫オールドゴシック Std B", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* main */
.sec_fv {
  position: relative;
  z-index: 1;
}

.sec_fv figure img {
  width: 100%;
}

.sec_fv .box_img {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);  
}

@media screen and (max-width:480px){
  .sec_fv .box_img {
    width: 70%;
  }
}


/* point */
#product #section02{
	background: none;
	overflow: hidden;
}
@media screen and (min-width:769px){
	#product #section02{
		background: none;
		padding: 0;
	}
}
@media screen and (max-width:768px){
	#product #section02{
		background: none;
        padding: 0;
	}
}
@media screen and (max-width:480px){
	#product #section02{
		background: none;
		padding: 0;
	}
}

.sec_point {
  position: relative;
  z-index: 2;
  margin: -10% auto 0;
}

.sec_point figure img {
  width: 100%;
}

.sec_point .inner {
  position: absolute;
  width: 60%;
  top: 56%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);   
  max-width: 660px;
}

.sec_point .title {
  max-width: 600px;
  margin: 0 auto 6%;
}

.sec_point .text p {
  margin-top: 4%;
  font-size: 18px;
  text-align: center;
}

.sec_point .text p sup {
  vertical-align: super;
  font-size: 12px;
}

.sec_point .text p span {
  display: block;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width:768px){
  .sec_point {
    position: relative;
    z-index: 2;
    margin: -10% auto 0;
  }  
  
  .sec_point .inner {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);   
    max-width: 660px;
  } 
  
}

@media screen and (max-width:480px){
    .sec_point {
      position: relative;
      z-index: 2;
      margin: -15% auto 0;
    }  

    .sec_point .inner {
      position: absolute;
      width: 80%;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);   
      max-width: 660px;
    } 
    .sec_point .text {
      margin-top: 8%;
  }
}

/* #product #section03 */
#product .raindrops_box{
	width: 100%;
	overflow: hidden;
}
#product #raindrops{
	background-color: #fff;
	height: 65px;
	width: 1920px;
}
#product .wave{
  position: relative;
  z-index: 10;
  background: #d9bf79;
  line-height: 0;
}

#product .wave canvas{
	height: 50px;
	width: 100%;
	display: block;
}
#product #section03{
	padding: 60px 0 80px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003b96+16,008ac8+100 */
	background: #6e002e; /* Old browsers */
	background: -moz-linear-gradient(top, #6e002e 16%, #630029 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6e002e 16%,#630029 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6e002e 16%,#630029 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e002e', endColorstr='#630029',GradientType=0 ); /* IE6-9 */
}
@media screen and (min-width:769px){
	#product #section03 .img{
		float: left;
		height: 464px;
		width: 464px;
	}
	#product #section03 .txt{
		float: right;
        max-width: 450px;
        padding: 4% 0 0;
	}
  
}
@media screen and (max-width:768px){
	#product #section03{
		padding: 64px 0 96px;
	}
	#product #section03 .img{
		margin: 40px auto 0;
		height: 464px;
		width: 464px;
	}
	#product #section03 .txt{
		padding: 0 40px;
	}
  #product #section03 .txt .ttl_icon img {
    width: 90%;
  }
}
@media screen and (max-width:480px){
	#product #section03{
        position: relative;
        z-index: 11;
        margin-top: -1px;      
		padding: 39px 0 72px;
	}
	#product #section03 .img{
		padding: 0 24px;
		margin-top: 32px;
		width: 100%;
		height: auto;
	}
	#product #section03 .txt{
		padding: 0 24px;
	}
}
#product #section03 .txt .ttl{
	display: table;
	width: 447px;
}

@media screen and (max-width:768px){
	#product #section03 .txt .ttl{
		width: 100%;
	}
}
@media screen and (max-width:480px){
	#product #section03 .txt .ttl{
		width: 100%;
		margin-top: 16px;
	}
	#product #section03 .txt .ttl_icon{
		display: none;
	}
}
#product #section03 .txt .ttl > div{
	display: table-cell;
}
#product #section03 .txt .ttl .ttl_txt{
	animation: translate1 1s ease-in-out 0s infinite alternate none running;
}
#product #section03 .txt .ttl .ttl_txt img {
  width: 95%;
}

#product #section03 .txt .ttl .ttl_img{
	animation: translate2 1s ease-in-out 0.5s infinite alternate none running;
}
#product #section03 .txt p{
	margin-top: 46px;
}
@media screen and (max-width:480px){
	#product #section03 .txt p{
		margin-top: 32px;
	}
}

#product #section03 .box_capacity {
  margin: 40px auto 0;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #afa062;
  color: #fff;
}

#product #section03 .box_capacity__title {
  border-bottom: 1px solid #afa062;
  font-size: 20px;
  text-align: center;
}

#product #section03 .box_capacity__text {
  margin-top: 12px;
  font-size: 16px;
}

#product #section03 .box_capacity__text span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (max-width:768px){
  #product #section03 .box_capacity__title {
    border-bottom: 1px solid #afa062;
    font-size: 20px;
    text-align: left;
  }  
}

/* #product #section04 */
.sec04 {
  background: #d9bf79;
  background: -moz-linear-gradient(top, #e8d29f 0%, #d9bf79 22%, #d9bf79 80%, #e8d29f 100%);
  background: -webkit-linear-gradient(top, #e8d29f 0%,#d9bf79 22%,#d9bf79 80%,#e8d29f 100%);
  background: linear-gradient(to bottom, #e8d29f 0%,#d9bf79 22%,#d9bf79 80%,#e8d29f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8d29f', endColorstr='#e8d29f',GradientType=0 );  
}

.sec04 .sec_inner {
  padding: 90px 0 160px;
  background-image: url(/images/rescue/otonaharitsuya/bg-star_pc.png);
  background-size: 248px 188px;
}

@media screen and (max-width:768px){
  .sec04 .container {
    padding: 0 4%;
  }
}

@media screen and (max-width:480px){
  .sec04 .container {
    padding: 0 2%;
  }
}

/* 成分 */
.sec04 .box_seibun__title {
  max-width: 702px;
  margin: 0 auto;
}

.sec04 .box_seibun__title .text {
  margin: 20px auto 0;
  font-size: 20px;
  text-align: center;
}

.sec04 .box_seibun__title .text sup {
  vertical-align: super;
  font-size: 12px;
}

.sec04 .box_seibun__title .text span {
  display: block;
  font-size: 12px;
  text-align: center;
}

.sec04 .box_seibun__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}

.sec04 .box_seibun__block {
  width: 30%;
}

.sec04 .box_seibun__ac {
  display: none;
}

.sec04 .box_seibun__text {
  padding: 20px 4% 0;
}

.sec04 .box_seibun__text .title {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.sec04 .box_seibun__text .text {
  margin: 10px auto 0;
  font-size: 14px;
}

.sec04 .box_seibun__text .text span {
  display: block;
  font-size: 12px;
}

.sec04 .box_seibun__text .text i {
  display: block;
  font-size: 12px;
}

@media screen and (max-width:768px){
  .sec04 .box_seibun__title {
    max-width: 702px;
    margin: 0 auto;
  }

  .sec04 .box_seibun__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0;
  }

  .sec04 .box_seibun__block {
    width:48%;
    padding: 0 4%;
  }
  
  .sec04 .box_seibun__block:last-child {
    width: 100%;
  }
  
  .sec04 .box_seibun__text {
    padding: 20px 0 0;
  }
  
  .sec04 .box_seibun__item.-item03 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto 0;
  }
  
  .sec04 .box_seibun__item.-item03 .box_seibun__img {
    width: 48%;
    padding: 0 2%;
  }
  
  .sec04 .box_seibun__item.-item03 .box_seibun__text {
    width: 48%;
    padding: 0;
  }


  .sec04 .box_seibun__text .title {
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  .sec04 .box_seibun__text .text {
    margin: 10px auto 0;
  }

  .sec04 .box_seibun__text .text span {
    display: block;
    font-size: 12px;
  }  
}

@media screen and (max-width:480px){
  .sec04 .box_seibun__title {
    max-width: 702px;
    margin: 0 auto;
  }

  .sec04 .box_seibun__title .text {
    margin: 20px auto 0;
    padding: 0 2%;
    font-size: 18px;
    text-align: left;
  }

  .sec04 .box_seibun__title .text span {
    display: block;
    font-size: 12px;
    text-align: left;
  }

  .sec04 .box_seibun__list {
    display: block;
    margin: 40px auto 0;
    padding: 0 4%;
  }

  .sec04 .box_seibun__block {
    width: 100%;
    margin: 0 auto 30px;
  }

  .sec04 .box_seibun__ac {
    position: relative;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #7b002d;
    border-bottom: 1px solid #7b002d;
    color: #fff;
    font-size: 20px;
  }
  
  .sec04 .box_seibun__ac span {
    display: block;
    color: #7b002d;
    font-size: 12px;
  }
  
  .sec04 .box_seibun__ac::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 20px;
    height: 1px;
    background: #7b002d;
  }
  
  .sec04 .box_seibun__ac::after {
    position: absolute;
    content: "";
    top: 35%;
    right: 20px;
    width: 1px;
    height: 20px;
    background: #7b002d;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);  
  }
  
  .sec04 .box_seibun__ac.-ac2::after {
    top: 38%;
  }

  .sec04 .box_seibun__ac.active::after {
    display: none;
  }  
  
  .sec04 .box_seibun__item.-item03 {
    display: block;
    margin: 0 auto;
  }
  
  .sec04 .box_seibun__item.-item03 .box_seibun__img {
    width: 100%;
  }
  
  .sec04 .box_seibun__item.-item03 .box_seibun__text {
    width: 100%;
    padding: 0;
  }
  
  .sec04 .box_seibun__item {
    display: none;
    padding: 8% 4% 0;
  }
  
  .sec04 .box_seibun__item.-item03 {
    display: none;
  }

  .sec04 .box_seibun__text {
    padding: 30px 2% 0;
  }

  .sec04 .box_seibun__text .title {
    display: none;
  }

  .sec04 .box_seibun__text .text {
    margin: 10px auto 0;
  }

  .sec04 .box_seibun__text .text span {
    display: none;
  }  
}

/* skin */
.sec04 .box_skin {
  position: relative;
  margin: 80px auto 0;
}

.sec04 .box_skin__text {
  position: absolute;
  top: 20%;
  right: 5%;
}

.sec04 .box_skin__text span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width:768px){
  .sec04 .box_skin {
    position: relative;
    margin: 80px auto 0;
  }

  .sec04 .box_skin__text {
    position: absolute;
    top: 25%;
    right: 1%;
    width: 46%;
    font-size: 13px;
  }
    
}

@media screen and (max-width:480px){
  .sec04 .box_skin {
    position: relative;
    margin: 60px auto 0;
    padding: 0 4%;
  }

  .sec04 .box_skin__text {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
  }
  
  .sec04 .box_skin__text br {
    display: none;
  }
    
}

/* how to */
.sec04 .box_howto {
  margin: 80px auto 0;
}

.sec04 .box_howto__title {
  max-width: 472px;
  margin: 0 auto;
}

.sec04 .box_howto__img {
  margin: 40px auto 0;
}

@media screen and (max-width:480px){
  .sec04 .box_howto {
    margin: 80px auto 0;
    padding: 0 4%;
  }

  .sec04 .box_howto__title {
    max-width: 260px;
    margin: 0 auto;
  }
  
}

.bg_cloud {
  margin: -8.5% auto 0px;
}

@media screen and (max-width:480px){
  .bg_cloud {
    margin: -18% auto 0px;
  }  
}

/* #product #section05 */
#product .sec05{
	position: relative;
	overflow: hidden;
}
#product .sec05{
	background-color: #630029;
}

.sec05 .sec05_inner {
  padding-bottom: 10%;
  background-image: url(/images/rescue/otonaharitsuya/bg-item-star_pc.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

@media screen and (max-width:768px){
  .sec05 .sec05_inner {
    padding-bottom: 10%;
    background-image: url(/images/rescue/otonaharitsuya/bg-item-star_tb.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }  
}

@media screen and (max-width:480px){
  .sec05 .sec05_inner {
    padding-bottom: 20%;
    background-image: url(/images/rescue/otonaharitsuya/bg-item-star_sp.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }  
}

#product .sec05 .cloud{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	background-position: center bottom;
	background-size: auto auto;
	background-repeat: no-repeat;
}
@media screen and (min-width:769px){
	#product .sec05 .cloud{
		height: 49px;
		background-image: url('/images/rescue/hoshitsu/05_cloud.png');
	}
}
@media screen and (max-width:768px){
	#product .sec05 .cloud{
		height: 39px;
		background-image: url('/images/rescue/hoshitsu/05_cloud_tb.png');
		background-size: 100% auto;
	}
}

.sec05 .box_item {
  max-width: 660px;
  margin: 0 auto;
}

.sec05 .box_item__title .img {
  max-width: 107px;
  margin: 0 auto;
  text-align: center;
}

.sec05 .box_item__title .text {
  margin: 30px auto 0;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.sec05 .box_item__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto 0;
}

.sec05 .box_item__pkg {
  width: 300px;
}

.sec05 .box_item__block {
  width: 340px;
  color: #fff;
}

.sec05 .box_item__name {
  margin-bottom: 40px;
  color: #e7d39e;
  font-size: 34px;
  text-align: center;
}

.sec05 .box_item__name span {
  display: block;
  font-size: 24px;
  text-align: center;
}

.sec05 .box_item__package {
  font-size: 16px;
  text-align: center;
}

.sec05 .box_item__price {
  font-size: 16px;
  text-align: center;
}

.sec05 .box_item__price span {
  padding-left: 5px;
}

.sec05 .box_modal {
  margin: 20px auto 30px;
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}

.sec05 .box_modal:hover {
  text-decoration: none;
}

.sec05 .box_item__btn {
  max-width: 274px;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width:768px){
  .sec05 .box_item {
    max-width: 660px;
    width: 80%;
    margin: 0 auto;
  }

  .sec05 .box_item__title .img {
    max-width: 107px;
  }

  .sec05 .box_item__title .text {
    margin: 30px auto 0;
    color: #fff;
    font-size: 32px;
    text-align: center;
  }

  .sec05 .box_item__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto 0;
  }

  .sec05 .box_item__pkg {
    width: 43%;
  }

  .sec05 .box_item__block {
    width: 55%;
    color: #fff;
  }

  .sec05 .box_item__name {
    margin-bottom: 40px;
    color: #e7d39e;
    font-size: 34px;
    text-align: center;
  }

  .sec05 .box_item__name span {
    display: block;
    font-size: 24px;
    text-align: center;
  }

  .sec05 .box_item__package {
    font-size: 16px;
    text-align: center;
  }

  .sec05 .box_item__price {
    font-size: 16px;
    text-align: center;
  }

  .sec05 .box_item__price span {
    padding-left: 5px;
  }

  .sec05 .box_modal {
    margin: 20px auto 30px;
    font-size: 14px;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
  }

  .sec05 .box_modal:hover {
    text-decoration: none;
  }

  .sec05 .box_item__btn {
    max-width: 274px;
    margin: 0 auto;
    cursor: pointer;
  }  
}

@media screen and (max-width:480px){
  .sec05 .box_item {
    max-width: 660px;
    width: 80%;
    margin: 0 auto;
  }

  .sec05 .box_item__title .img {
    max-width: 74px;
  }

  .sec05 .box_item__title .text {
    margin: 20px auto 0;
    color: #fff;
    font-size: 28px;
    text-align: center;
  }

  .sec05 .box_item__inner {
    display: block;
    margin: 30px auto 0;
  }

  .sec05 .box_item__pkg {
    width: 65%;
    margin: 0 auto;
  }

  .sec05 .box_item__block {
    width: 100%;
    color: #fff;
  }

  .sec05 .box_item__name {
    margin-bottom: 20px;
    color: #e7d39e;
    font-size: 30px;
    text-align: center;
  }

  .sec05 .box_item__name span {
    display: block;
    font-size: 20px;
    text-align: center;
  }

  .sec05 .box_item__package {
    font-size: 16px;
    text-align: center;
  }

  .sec05 .box_item__price {
    font-size: 16px;
    text-align: center;
  }

  .sec05 .box_item__price span {
    padding-left: 5px;
  }

  .sec05 .box_modal {
    margin: 10px auto 20px;
    font-size: 14px;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
  }

  .sec05 .box_modal:hover {
    text-decoration: none;
  }

  .sec05 .box_item__btn {
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
  }  
}


/* ご注意 */
.sec05 .box_notice {
  display: table;
  margin: 40px auto 0;
  border-radius: 20px;
  border: 1px solid #e3ce9b;
  overflow: hidden;
}

.sec05 .box_notice__title {
  display: table-cell;
  vertical-align: middle;
  width: 23%;
  background: #e3ce9b;
  text-align: center;
  line-height: 1;
}

.sec05 .box_notice__title .icon {
  padding-right: 5px;
}

.sec05 .box_notice__title .icon img {
  width: 14px;
  vertical-align: top;
}

.sec05 .box_notice__text {
  display: table-cell;
  padding: 10px;
  background: #fff;
  font-size: 13px;
}

@media screen and (max-width:480px){
  .sec05 .box_notice {
    display: table;
    margin: 40px auto 0;
    border-radius: 20px;
    border: 1px solid #e3ce9b;
    overflow: hidden;
  }

  .sec05 .box_notice__title {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 5px 0;
    background: #e3ce9b;
    text-align: center;
    line-height: 1;
  }

  .sec05 .box_notice__title .icon {
    padding-right: 5px;
  }

  .sec05 .box_notice__title .icon img {
    width: 14px;
    vertical-align: top;
  }

  .sec05 .box_notice__text {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    font-size: 13px;
  }  
}



/* その他 */
.sec05 .box_other {
  max-width: 620px;
  margin: 80px auto 0;
}

.sec05 .box_other__title {
  max-width: 390px;
  margin: 0 auto;
}

.sec05 .box_other__inner {
  position: relative;
  max-width: 620px;
  margin: 15px auto 0;
}

.sec05 .box_other__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);   
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 360px;
}

.sec05 .box_other__item {
  max-width: 154px;
}

@media screen and (max-width:480px){
  .sec05 .box_other {
    max-width: 620px;
    margin: 40px auto 0;
  }

  .sec05 .box_other__title {
    max-width: 290px;
    margin: 0 auto;
  }

  .sec05 .box_other__inner {
    position: relative;
    max-width: 620px;
    margin: 15px auto 0;
  }

  .sec05 .box_other__block {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);   
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 80%;
  }

  .sec05 .box_other__item {
    width: 45%;
    max-width: 45%;
  }  
}

/* #product .modal */
#product .modal{
	position: fixed;
	width: 100%;
	z-index: 9998;
	display: none;
	color: #9c9a99;
}
#product .modal.active{
	display: block;
}
#product .modal .modal_txt{
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: calc( 100vh - 80px );
	width: calc( 100% - 80px );
	max-width:  992px;
	z-index: 1;
}
#product .modal .modal_txt .inner{
	padding: 40px;
	position: relative;
	overflow-y: auto;
	height: 100%;
}
@media screen and (max-width:480px){
	#product .modal .modal_txt{
		width: calc( 100% - 48px );
	}
	#product .modal .modal_txt .inner{
		padding: 32px 24px;
	}
}
#product .modal .modal_txt .inner h2{
	font-size: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 16px;
	padding-bottom: 16px;
	text-align: center;
}
#product .modal .modal_txt .inner p{
	font-size: 12px;
	padding-bottom: 16px;
	text-align: left;
}
#product .modal .modal_txt .inner p span{
	font-size: 16px;
}
#product .modal .modal_txt .inner .txt_close{
	border-top: 1px solid #e6e6e6;
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 40px;
	text-align: center;
}
@media screen and (max-width:480px){
	#product .modal .modal_txt .inner .txt_close{
		padding-bottom: 32px;
	}
}
#product .modal .modal_txt .inner .txt_close a{
	background-color: rgba(153,153,153,0.94);
	color: #fff;
	display: inline-block;
	padding: 8px 24px;
}
#product .modal .modal_txt .close{
	background-color: rgba(153,153,153,0.94);
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
#product .modal .modal_txt .close a{
	display: block;
	padding: 12px;
	text-align: center;
	line-height: 1;
}
#product .modal .bg{
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

/*--------------------------------------------------------------
	限定
--------------------------------------------------------------*/
.sec05 .box_item__start {
  text-align: center;
}

.sec05 .box_item__start span {
  display: inline-block;
  margin: 0 auto;
  padding: 1px 10px;
  border-radius: 5px;
  border: 1px solid #e1cc99;
  color: #e1cc99;
}

.sec05 .box_gentei {
  position: relative;
  width: 80%;
  max-width: 660px;
  margin: 60px auto;
  background: #630029;
}

.sec05 .box_gentei__btn {
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  max-width: 354px;
  margin: 0 auto;
}

@media screen and (max-width:480px){
  .sec05 .box_gentei {
    position: relative;
    width: auto;
    margin: 60px 4%;
  }

  .sec05 .box_gentei__btn {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    max-width: 80%;
    margin: 0 auto;
  }  
}