@charset "utf-8";


@import url("/_shared/2017/css/default.css");
@import url("/_shared/2017/css/base-mobile.css");
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');



html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: 'ヒラギノ角ゴシック','meiryo',sans-serif;
  z-index: 1;
}

::selection {
  color: #e95541;
  background: rgb(113 188 233 / 0.4);
}

header {
  background: #fff url(/_shared/2017/img/header-logo-bg.png) center top no-repeat;
  background-size: 60%;
}

.pc {
  display: none;
}

input,
textarea,
select {
  font-size: 14px;
}

.copyright,
.sns {
  padding-top: 10px;
  text-align: center;
  color: #777;
}

.sns * {
  vertical-align: middle;
}

.sns {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sns .twitter-share-button {
  margin-right: 10px;
  display: inline-block;
}

.sns .fb-share-button {
  margin-right: 17px;
  display: inline-block;
}

.copyright {
  font-size: 1rem;
}

footer {
  position: relative;
}

footer .pagetop {
  position: absolute;
  right: 3%;
  bottom: 10%;
  margin-top: 0;
  margin-right: 0;
  /*display: block !important;*/
}

footer .pagetop a {
  display: block;
  width: 52px;
  height: 53px;
  background-image: url(/_shared/2017/img/footer-pagetop.png);
  background-position: -57px 0;
  background-repeat: no-repeat;
}

section {
  padding: 30px 0; 
  background: #fff;
}

.box {
  width: 90%;
  margin: 0 auto;
}

.bg_01 {
  position: relative;
  background: none;
}

.bg_01:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #dedede url(bg.jpg) center center no-repeat;
  background-size: cover;
}

h2 {
  width: 90%;
  margin: 0 auto 40px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  /*font-size: 3.5rem;*/
  /*font-family: 'Arial Black','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;*/
}

h2:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  background: #000;
  bottom: -15px;
  left: calc(50% - 25px);
}

h2 img {
  width: 100%;
  vertical-align: bottom;
}


/*====================
メインビジュアル
====================*/
.mv {

}

.mv h1 {
  width: 90%;
  margin: 0 auto 30px;
}

.mv h1 img {
  width: 100%;
  vertical-align: bottom;
}

.a-link {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.a-link li {
  position: relative;
  width: 45%;
  padding: 5px;
  text-align: center;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  transition: all 0.2s linear;
  margin-bottom: 5px;
}

.a-link li:hover {
  background: #fff;
  color: #000;
}

.a-link li:last-child {
}

.a-link li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a-link_btn {
  justify-content: center;
}

.mini_a-link {
  display: flex;
  justify-content: space-between;
  font-size: 3vw;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.mini_a-link li {
  position: relative;
  width: 45%;
  padding: 5px;
  text-align: center;
  background: #f10000;
  color: #fff;
  border: 2px solid #f10000;
  transition: all 0.2s linear;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini_a-link li:hover {
  background: #fff;
  color: #f10000;
}

.mini_a-link li:hover:after {
  color: #f10000;
}

.mini_a-link li:last-child {
}

.mini_a-link li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mini_a-link_btn {
  justify-content: center;
}

.mini_a-link_ltb:after {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: " \f35d";
  font-weight: bold;
  position: absolute;
  right: 4%;
}

.btn_top {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #000;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  padding: 10px;
  border: 4px solid #f10000;
  text-align: center;
  transition: all 0.2s linear;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.btn_top:hover {
  background: #000;
  color: #f10000;
}

.btn_top_schedule {
  font-size: 1.2rem;
}

.btn_top_schedule li {

}

.btn_top_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1rem;
  margin-top: 10px;
  text-align: left;
}

.btn_top_caution li {

}

.btn_top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn_top_bonus_box {
  margin: 15px 0;
}

.btn_top_bonus_ttl {
 font-size: 1.6rem;
}

.btn_top_bonus_txt {
 font-size: 1.4rem;
 margin-bottom: 10px;
}

.btn_top_bonus_img {
  width: 100%;
  margin: 0 auto;
}

.btn_top_bonus_img img {
  width: 100%;
  vertical-align: bottom;
}



.cnms_bnr {
  width: 100%;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 10px;
  border: 4px solid #f10000;
  text-align: center;
  transition: all 0.2s linear;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.cnms_bnr_ttl {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 15px;
}

.cnms_bnr_txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: left;
}

.cnms_bnr_txt_caution {
  text-indent: -1em;
  padding-left: 1em;
  color: #f00;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: left;
}

.cnms_bnr_txt_caution li {

}

.cnms_bnr_conditions {
  background: rgb(255 255 255 / 20%);
  padding: 15px;
  font-size: 1.3rem;
  text-align: left;
}

.cnms_bnr_conditions dt {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.cnms_bnr_conditions dt em {
  background: #fff;
  padding: 5px;
}

.cnms_bnr_conditions dd {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.cnms_bnr_conditions dd:last-child {
  margin-bottom: 0;
}

.cnms_bnr_dl_txt {
  position: relative;
  margin-bottom: 5px;
}

.cnms_bnr_dl_caution {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.cnms_bnr_dl_caution li {

}

.cnms_bnr_dl_caution_c {
  color: #f00;
  font-weight: bold;
}

.stamp:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("stamp.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  right: 0;
}





/*====================
Goods
====================*/
.item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}

.figure {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.figure img {
  max-width: 100%;
  max-height: 280px;
  vertical-align: bottom;
}

.thumbnail_box {
  display: flex;
  margin-top: 20px;
}

.thumbnail_figure {
  width: 24%;
  height: 84px;
  border: 1px solid #ccc;
  margin: 0 2px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.thumbnail_figure img {
  max-height: 82px;
}

.item_title {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.item_title span {
  font-size: 3.3vw;
}

.item_txt {
  margin-bottom: 10px;
}

.item_size {
  color: #555;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.item_caution {
  text-indent: -1em;
  padding-left: 1em;
  color: #555;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.item_caution_b_box {
  margin-bottom: 10px;
}

.item_caution_b_txt {
  color: #555;
  font-size: 1.2rem;
  font-weight: bold;
}

.item_caution_b {
  text-indent: -1em;
  padding-left: 1em;
  color: #555;
  font-size: 1.2rem;
  font-weight: bold;
}

.item_caution_b li {

}

.item_bonus_box {
  background: #ffeb3bb0;
  padding: 10px;
  margin-bottom: 5px;
}

.item_bonus_list {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
}

.item_bonus_list li {

}

.item_bonus_list li:before {
  content: "◉";
}

.item_br {
  width: 100%;
}

.figure_bonus {
  border-bottom: none;
  margin: 10px auto;
  padding-bottom: 10px;
  width: 80%;
  height: auto;
  display: block;
}

.figure_bonus img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
  display: block!important;
  vertical-align: bottom;
}

.crat_box {
  margin-top: 30px;
}

.price {
  color: #e95541;
  text-align: center;
  margin-bottom: 10px;
}

.price span {
  margin-left: .3em;
}

.price em {
  color: #333;
}

.item_status {
  text-align: center;
  margin: -5px 0 5px;
  color: #555;
  font-size: 1.2rem;
}

.cart {
  width: 250px;
  margin: 0 auto;
}

.cart img {
  width: 100%;
  vertical-align: bottom;
  background: #f10000;
  transition: all 0.3s linear;
}

.cart img:hover {
  background: #ccc;
}

.cart_forn_c form {
  text-align: center;
}

/*商品注意事項*/
.item_box_caution {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.item_box_caution_list {
  margin-bottom: 30px;
}

.item_box_caution_list:last-child {
  margin-bottom: 0;
}

.item_box_caution_list_ttl {
  font-size: 1.4rem;
  color: #f00;
  margin-bottom: 5px;
}

.item_box_caution_list ul {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  color: #555;
}

.item_box_caution_list ul li {
  margin-bottom: 3px;
}

.badge {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
}

.badge img {
  width: 100%;
  vertical-align: bottom;
}


/*====================
MOVIE
====================*/

.youtube_wrap_box {
  margin-bottom: 30px;
}

.youtube_wrap_half {
  width: 100%;
  margin-bottom: 20px;
}

.youtube_wrap_half p {
  font-size: 1.4rem;
  color: #555;
  text-align: center;
  margin-bottom: 15px;
}

.youtube_wrap_half p:before {
  content: "─";
  margin-right: 10px;
}

.youtube_wrap_half p:after {
  content: "─";
  margin-left: 10px;
}

.youtube_box {
  width: 100%;;
  margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*====================
Introduction
====================*/
.introduction_txt_box {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;;
  font-size: 1.6rem;
  line-height: 2;
  box-sizing: border-box;
}

.introduction_txt_box p {
  margin-bottom: 20px;
  font-weight: bold;
}

.introduction_txt_box p:last-child {
  margin-bottom: 0;
}

.bnr_box {
  width: 80%;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.bnr_box img {
  width: 100%;
  vertical-align: bottom;
}


/*====================
フェードインスライダー_3枚
====================*/
.fadeslide {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	z-index: 0;
	
	border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.fadeslide div {
	position: absolute;
	top: 0;
	left: 0;
}

.fadeslide div:nth-of-type(1) {
	animation: fadeslide 15s 0s infinite both;
	z-index: 6;
}

.fadeslide div:nth-of-type(2) {
	animation: fadeslide 15s 5s infinite both;
	z-index: 5;
}

.fadeslide div:nth-of-type(3) {
	animation: fadeslide 15s 10s infinite both;
	z-index: 4;
}
/*
.fadeslide div:nth-of-type(4) {
	animation: fadeslide 30s 15s infinite both;
	z-index: 3;
}

.fadeslide div:nth-of-type(5) {
	animation: fadeslide 30s 20s infinite both;
	z-index: 2;
}

.fadeslide div:nth-of-type(6) {
	animation: fadeslide 30s 25s infinite both;
	z-index: 1;
}
*/
@keyframes fadeslide {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	35% { left: 0; opacity: 0; }
	36% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}



.fadeslide_06 div {
	position: absolute;
	top: 0;
	left: 0;
}

.fadeslide_06 div:nth-of-type(1) {
	animation: fadeslide_06 18s 0s infinite both;
	z-index: 6;
}

.fadeslide_06 div:nth-of-type(2) {
	animation: fadeslide_06 18s 3s infinite both;
	z-index: 5;
}

.fadeslide_06 div:nth-of-type(3) {
	animation: fadeslide_06 18s 6s infinite both;
	z-index: 4;
}

.fadeslide div:nth-of-type(4) {
	animation: fadeslide_06 18s 9s infinite both;
	z-index: 3;
}

.fadeslide div:nth-of-type(5) {
	animation: fadeslide_06 18s 12s infinite both;
	z-index: 2;
}

.fadeslide div:nth-of-type(6) {
	animation: fadeslide_06 18s 15s infinite both;
	z-index: 1;
}


@keyframes fadeslide_06 {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	35% { left: 0; opacity: 0; }
	36% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}


.fadeslide_02 div:nth-of-type(1) {
	animation: fadeslide_06 10s 0s infinite both;
	z-index: 6;
}

.fadeslide_02 div:nth-of-type(2) {
	animation: fadeslide_06 10s 5s infinite both;
	z-index: 5;
}

@keyframes fadeslide_02 {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	35% { left: 0; opacity: 0; }
	36% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}





.fadeslide_05 {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	z-index: 0;
	
	border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.fadeslide_05 div {
	position: absolute;
	top: 0;
	left: 0;
}

.fadeslide_05 div:nth-of-type(1) {
	animation: fadeslide_05 18s 0s infinite both;
	z-index: 6;
}

.fadeslide_05 div:nth-of-type(2) {
	animation: fadeslide_05 18s 4s infinite both;
	z-index: 5;
}

.fadeslide_05 div:nth-of-type(3) {
	animation: fadeslide_05 18s 8s infinite both;
	z-index: 4;
}

.fadeslide_05 div:nth-of-type(4) {
	animation: fadeslide_05 18s 12s infinite both;
	z-index: 3;
}

.fadeslide_05 div:nth-of-type(5) {
	animation: fadeslide_05 18s 16s infinite both;
	z-index: 2;
}


@keyframes fadeslide_05 {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	35% { left: 0; opacity: 0; }
	36% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}




.fadeslide div img {
	width: 100%;
	height: 280px;
}

.fadeslide_05 div img {
	width: 100%;
	height: 280px;
}



/*====================
トップへ戻る
====================*/
footer .pagetop {
  display: none;
}

footer .pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

footer .pagetop a:hover {
  background-position: 0 0;
}

