@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
/*==================================================
	Universal Reset
	Default Style
	hasLayout
==================================================*/
/*==================================================
	Base Layout
	Header Area
	Global Navigation
	Main Visual
	Contents Area
	Main Area
	Aside Area
	Footer Area
==================================================*/
/*==================================================
	Heading
	Text
	Unorderd List
	Orderd List
	Difinision List
	Link
	Table
	Form
	Layout
	Option
	Clear Fix
==================================================*/
/*--------------------------------------------------
	Universal Reset
--------------------------------------------------*/
* {
  box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, ins, em, img, hr, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

table, th, td {
  border: 0 none;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: top;
}

dt {
  font-weight: normal;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

textarea {
  font-size: 1em;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------------------
	Default Style
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  /*font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;*/
  margin-bottom: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color: #19378c;
}

a:link {
  color: #19378c;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/* a:visited{
} */
p, ul, ol, dl, table {
  margin-bottom: 0;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

/*--------------------------------------------------
	hasLayout
--------------------------------------------------*/
div, ul, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
  zoom: 1;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*--------------------------------------------------
	Base Layout
--------------------------------------------------*/
body {
  width: 100%;
  min-width: 1280px;
}

a:hover {
  opacity: 0.7;
}

/* .pcOnly {
  display: block;
} */
.spOnly {
  display: none;
}

@media only screen and (max-width: 750px) {
  body {
    width: 100%;
    min-width: 100%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

/*--------------------------------------------------
	Header Area
--------------------------------------------------*/
.header_inner {
  width: 1120px;
  height: 104px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo_area {
  display: flex;
  align-items: center;
}

.header_logo_area img {
  width: 215px;
}

.header_sns_area {
  display: flex;
  align-items: center;
}

.header_sns_area li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 16px;
}

@media only screen and (max-width: 750px) {
  header {
    display: block;
    position: relative;
    /* z-index: -1; */
  }
  .header_inner {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .header_logo_area {
	margin:10px 0 0 20px ;
    display: flex;
    align-items: center;
    width: 107px;
  }
  .header_logo_area img {
    width: 100%;
  }
  .header_sns_area {
    position: absolute;
    width: auto;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    margin-right: 15px;
  }
  .header_sns_area li {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .header_sns_area li img {
    width: 100%;
  }
}

/*--------------------------------------------------
	Main Visual
--------------------------------------------------*/
.kv_wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  /*height: 1460px;*/
  position: relative;
}

.kv_wrap img {
  pointer-events: none;
}

.kv_wrap .kv_block {
  width: 100%;
  min-width: 1200px;
  position: relative;
}

.kv_wrap .kv_block_inner img{
  width: 100%;
}




/*--------------------------------------------------
	Global Navigation
--------------------------------------------------*/
/* gnav */
.gnav {
	padding:0;
	position: relative;
	z-index: 1;
	background: #fff;
	/*border-top:1px solid red;*/
	/*border-bottom:1px solid red;*/
	
}
.gnav_line{
    width:100%;
    height:24px;
    background: url(../img/gnav_line.jpg) repeat-x top center / contain;
}
.gnav_box{
	width:1200px;
	/*height:500px;*/
	margin:30px auto 40px;
}
.gnav-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap:10px;
	width: 100%;
	margin: 0 auto 0;
}
li.gnav-item{
}
.gnav-list a {
	width:281px;
	height:75px;
	display: block;
	line-height: 1.3;
	transition: opacity .15s;
	text-decoration: none;
	position: relative;
}
.gnav-list a img{
    width:100%;
}

.gnav-list a:hover {
  opacity: .7;
}



@media only screen and (max-width: 750px) {
  /* gnav */
  .gnav {
	margin:0 auto 0;
    padding: 0;
  }
  .gnav_box{
		width:95%;
		/*height:500px;*/
		margin:0 auto 0;
		padding:2vw 0;
		background:none;
	}
	.gnav_first{
		width:30%;
		margin:0 auto 0;
		padding-top:3vw;
	}
	.gnav_first img{
		width:100%;
	}
  .gnav-list {
		flex-wrap: wrap;
		justify-content: center;
        column-gap:10px;
        row-gap: 10px;
		width: 100%;
		height: auto;
		margin: 4vw auto 4vw;
		/*padding-bottom:2vw;*/
	}
  li.gnav-item{
		width:40%;
		/*margin-bottom:2vw;*/
	}
	li.gnav-item:first-child{
		/*margin-left:2vw;*/
	}
	li.gnav-item.btn_s{
		width:26%
	}
	/*li.gnav-item a.li_benefits,li.gnav-item a.li_limited,li.gnav-item a.li_normal,li.gnav-item a.li_movie{*/
	/*	width:100%;*/
	/*}*/
	.gnav-list a {
        width:100%;
		height:auto;
		display: inline-block;
		letter-spacing: -.03em;
		padding:0;
		background-size: 4.33333vw auto;
		font-size: 3vw;
	}
  .gnav-list a img{
	width:100%;
  }
	/*.gnav-list a img.btn_gnav_benefits{*/
	/*	width:60%;*/
	/*	margin:0 auto 0;*/
	/*	display:block;*/
	/*}*/
	/*.gnav-list a img.btn_gnav_limited{*/
	/*	width:100%;*/
	/*	margin:0 auto 0;*/
	/*	display:block;*/
	/*}*/
	/*.gnav-list a img.btn_gnav_normal{*/
	/*	width:45.3%;*/
	/*	margin:0 auto 0;*/
	/*	display:block;*/
	/*}*/
	/*.gnav-list a img.btn_gnav_movie{*/
	/*	width:56.3%;*/
	/*	margin:0 auto 0;*/
	/*	display:block;*/
	/*}*/

  
}


/*--------------------------------------------------
	更新情報
--------------------------------------------------*/
.info-block {
  width: 100%;
  padding:20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /*position:absolute;
  top:-460px;
  bottom:0;
  left:0;*/
    background: -moz-linear-gradient(top, #e4d6bb, #ac9e83);
    background: -webkit-linear-gradient(top, #e4d6bb, #ac9e83);
    background: linear-gradient(to bottom, #e4d6bb, #ac9e83);
}

.info-block p{
	color:#000;
	margin-right:1em;
	font-size: 1.8rem;
}

.info-block .info-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 71px;
  padding: 12px 0;
}

.info-block .info-news-item {
  /*width: 960px;*/
  margin: 2px 0;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
}

.info-block .info-news-item a {
  color: #000;
  text-decoration: underline;
  transition: opacity .2s;
}

.info-block .info-news-item a:hover {
  opacity: .6;
}

.info-block .info-news-item.is-new::before {
  margin-right: 1em;
  color: red;
  font-weight: bold;
  content: "NEW!";
}

.section-header {
  /*overflow: hidden;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 272px;
  margin-bottom: 36px;
  color: #fff;
  /*font-family: "Noto Serif JP", serif;*/
  text-align: center;
  line-height: 1.3;
}

.section-header-sub {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 0 0 6px #000;
}

.section-header-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  pointer-events: none;
}

.section-body {
  position: relative;
  width: 1008px;
  margin: 0 auto 60px;
}

.section-body.limited{
  width: 1008px;
  margin:64px auto 114px;
}

.section-body-h3 {
  margin-bottom: 30px;
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}

.section-body-h3.limited-goods{
  font-size: 6.2rem;
}

.section-body-h3 span {
  color:#D42E00;
}
[data-ruby]{
  position: relative;
}
[data-ruby]::before{
  content: attr(data-ruby);
  position:absolute;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.5rem;
}

.section-desc {
  margin-bottom: 15px;
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 1.8rem;
  text-align: center;
}

.section .lineup-h3 {
  margin-bottom: 50px;
  color: #333;
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.section .lineup-h3 .small {
  font-size: 2.8rem;
}

.products-image {
	width:960px;
  margin: 67px auto 0;
  text-align: center;
}

.products-image img {
  max-width: 100%;
}

.gustchan-block {
	width:100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 78px auto 0;
  padding: 0;
}

.gustchan-block-icon {
  padding-bottom: 12px;
  pointer-events: none;
}

.gustchan-block-icon img{
	width:100%;
}


#limited .special_bnr_area{
	margin: 45px 0 42px;
  font-size:1.5em;
  line-height:2em;
  letter-spacing:1px;
  text-align:center;
}

.note-box {
  width: 1015px;
  margin: 70px auto;
  padding: 0;
  font-size: 1em;
  letter-spacing:1px;
}

.note-box-legend {
  margin-bottom: 25px;
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.note-box .campaign-galaxy {
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.note-box .note-list {
  margin-top: 35px;
  font-size: 1.4rem;
}

.note-box .note-list:first-child {
  margin-top: 0;
}

.note-box .note-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.note-box .note-list li + li {
  margin-top: 3px;
}

#limited .note-box {
  margin-top: 30px;
}



@media only screen and (max-width: 750px) {
  .kv_wrap {
    width: 100%;
	  position: relative;
  }

  .kv_wrap .kv_block {
    min-width: 320px;
  }

  .section-header {
    height: 40vw;
    margin-bottom: 6.66667vw;
  }
  .section-header-sub {
    margin-bottom: 1.06667vw;
    font-size: 4.26667vw;
    text-shadow: 0 0 1.06667vw #000;
  }
  .section-header-h2 {
    font-size: 6.93333vw;
    text-shadow: 0 0 1.6vw #000;
  }
  .section-header-image {
    background-size: auto 100%;
  }
  .section-body {
    width: auto;
    margin: 0 auto 10vw;
    padding: 0 4vw;
}
  .section-body.limited{
    width: auto;
	margin: 30px auto 16vw;
  }
  .section-body-h3 {
    margin-bottom: 5.33333vw;
    font-size: 5.86667vw;
  }
  .section-body-h3.limited-goods{
    font-size: 7.62667vw;
  }
  [data-ruby]{
    position: relative;
  }
  [data-ruby]::before{
    content: attr(data-ruby);
    position:absolute;
    top: -0.5rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2vw;
  }
  .section-desc {
    margin-bottom: 4vw;
    font-size: 4vw;
    text-align: left;
  }
  .section .lineup-h3 {
    margin-bottom: 4vw;
    font-size: 5.86667vw;
  }
  .section .lineup-h3 .title {
    display: block;
    margin: 0 -4vw;
    font-size: 4vw;
  }
  .section .lineup-h3 .title + br {
    display: none;
  }
  .section .lineup-h3 .small {
    font-size: 3.73333vw;
  }


  .info-block {
    position: static;
	flex-wrap: wrap;
	background-color:#73ce8d;
	justify-content: center;
	background-color:#000;
  }
  .info-block p{
	width:100%;
	margin-left:1em;
	font-size: 4vw;
	text-align:center;
  }
  .info-block .info-news {
    display: block;
    min-height: auto;
    padding: 3.2vw 4vw;
	
  }
  .info-block .info-news-item {
    width: auto;
    margin: 0.53333vw 0;
    font-size: 4vw;
    text-align: left;
	padding-left:3em;
	text-indent:-3.5em;
  }
  .products-image {
	width:96%;
	margin: 0 auto 0;
	text-align: center;
  }
  .limited-flex {
    display: block;
    position: relative;
    margin-bottom: 16vw;
    padding-top: 0;
  }
  .limited-flex-image {
    width: 100%;;
    margin: 0 auto;
  }
  .limited-flex-body {
    width: auto;
  }
  .limited-flex-body .item_tag{
	width:100%;
	margin:20px 0 16px;
  }
  .limited-flex-body .name {
    margin: 2.66667vw 0 0.8em;
    font-size: 4vw;
	line-height:1.6em;
    text-align: center;
  }
  .limited-flex-body .desc {
    font-size: 3.73333vw;
  }
  .limited-list {
    flex-wrap: wrap;
    width: auto;
    margin: 0;
  }
  .limited-list li {
    width: 48%;
    margin-top: 6.4vw;
  }
  .limited-list .image {
    margin-bottom: 2.66667vw;
  }
  .limited-list .name {
    min-height: auto;
    margin-bottom: 2.66667vw;
    font-size: 3vw;
  }
  .limited-list .dec {
    font-size: 3.2vw;
  }
  .limited-list .dec_sm{
    font-size: 2.8vw;
    color: #6C0305;
    line-height: 3vw;
  }

  .lineup-block {
    margin: 21.33333vw 0;
  }
  .lineup-block .label {
    top: -13.33333vw;
    left: -4vw;
    border-radius: 2.13333vw;
    font-size: 4.8vw;
    line-height: 9.6vw;
  }
  .lineup-block .note-box {
    width: auto;
    margin: 5.33333vw 0 0;
    padding: 4vw;
  }
  .lineup-block .note-box-legend {
    margin-bottom: 4vw;
  }
  .lineup-block .product-goods-list {
    /*font-family: "Noto Serif JP", serif;*/
    font-size: 1.4rem;
    font-weight: 600;
  }
  .lineup-block .product-goods-list li + li {
    margin-top: 3px;
  }
  .product-flex {
    display: block;
  }
  .product-flex-images {
    width: auto;
    margin-bottom: 4vw;
  }
  .product-flex-images img {
    width: 100%;
  }
  .product-flex-body {
    width: auto;
  }
  .product-flex-body .name {
    margin-bottom: 2.66667vw;
    font-size: 4.26667vw;
  }
  .product-flex-body .price {
    margin-bottom: 4vw;
  }
  .product-flex-body .price-value {
    font-size: 4.8vw;
  }
  .product-flex-body .price-tax {
    font-size: 4vw;
  }
  .product-flex-body .button {
    margin-bottom: 4vw;
  }
  .product-flex-body .button-trigger {
    height: 10.66667vw;
    border-radius: 5.33333vw;
    font-size: 4.26667vw;
  }
  .product-flex-body .notice {
    font-size: 3.73333vw;
  }
  .product-flex-body .type-select {
    margin: 4vw 0;
    font-size: 3.73333vw;
  }
  .product-flex-body .type-select dt {
    margin-bottom: 2.13333vw;
  }
  .product-flex-body .type-select dd {
    margin-bottom: 4vw;
  }
  .product-flex-body .type-select label {
    height: 8.53333vw;
    border-radius: 1.06667vw;
    border: 0.26667vw solid #999;
    opacity: 1 !important;
  }
  .product-flex-body .type-select .inline label:not(:last-child) {
    margin-right: 2.13333vw;
  }
  .product-flex-body .type-select .block label:not(:last-child) {
    margin-bottom: 2.13333vw;
  }
  .product-flex-body .cd-notice {
    margin-top: -0.8vw;
    font-size: 3.73333vw;
  }
  .campaign-notice {
    font-size: 4.26667vw;
    text-align: left;
  }
  .product-list-block {
    display: block;
    margin: 16vw 0;
    padding: 0 1.33333vw;
  }
  .product-list-block .product-item {
    width: 100%;
    margin: 16vw 0;
  }
  .product-list-block .product-label {
    font-size: 3.73333vw;
    line-height: 8vw;
  }
  .product-list-block .product-image {
    margin-bottom: 2.66667vw;
  }
  .product-list-block .product-image img {
    width: 100%;
  }
  .product-list-block .product-name {
    min-height: auto;
    margin-bottom: 1.33333vw;
    font-size: 5.33333vw;
  }
  .product-list-block .product-price {
    margin-bottom: 1.33333vw;
    font-size: 5.86667vw;
  }
  .product-list-block .product-price-tax {
    font-size: 4.26667vw;
  }
  .product-list-block .product-date {
    margin-bottom: 1.33333vw;
    font-size: 4.26667vw;
  }
  .product-list-block .product-button {
    margin: 4vw 0;
  }
  .product-list-block .product-button a {
    height: 12.26667vw;
    border-radius: 6.66667vw;
    font-size: 4.8vw;
    line-height: 12.26667vw;
    opacity: 1 !important;
  }
  .product-list-block .product-text {
    font-size: 3.73333vw;
  }
  .product-notice {
    font-size: 4.26667vw;
    text-align: left;
  }
  .more-btn {
    margin: 13.33333vw 0;
  }
  .more-btn a {
    display: block;
    height: auto;
    padding: .5em 1.5em;
    border-radius: 16vw;
    font-size: 4.8vw;
    line-height: 1.3;
  }

  .ps5up{
    font-size: 3.5vw;
  }

  .note-box {
    width: auto;
    margin: 10.66667vw auto;
    padding: 4vw;
  }
  .note-box-legend {
    margin-bottom: 5.33333vw;
    font-size: 4.8vw;
  }
  .note-box .campaign-galaxy {
    font-size: 4.26667vw;
    text-align: left;
  }
  .note-box .note-list {
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
  }
  .note-box .note-list li + li {
    margin-top: 0.8vw;
  }
  #limited .note-box {
    margin-top: 8vw;
  }


  /* bottom banner */
  .bottom-banner {
    margin: 0 0 40vw;
  }
  .bottom-banner-h2 {
    font-size: 6.93333vw;
  }
  .bottom-banner-sub {
    font-size: 4.8vw;
  }
  .bottom-banner-list {
    display: block;
    width: auto;
    margin: 8vw auto 0;
  }
  .bottom-banner-list-item {
    margin: 8vw auto;
  }
  .bottom-banner-list-item.active {
    display: none;
  }
  .banner-product-01 {
    max-width: 375px;
  }
  .gustchan-block {
    margin: 0 auto 0;
    padding: 0;
  }
  .gustchan-block-icon {
    width: 100%;
	
    padding-bottom: 0;
  }
  .gustchan-block-icon img {
    width: 100%;
  }
  #limited .special_bnr_area{
	width:96%;
	margin: 25px auto 30px;
	font-size:1.2em;
	line-height:1.5em;
	letter-spacing:1px;
	text-align:center;
  }
  

}

/*--------------------------------------------------
	購入特典
--------------------------------------------------*/
#section_benefits .section_inner div.content_body{
    /*width:100%;*/
    /*padding-top:3vw;*/
    /*padding-bottom:3vw;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    background: url(../img/bg_benefits.jpg) no-repeat top center / cover;
    color:#59441c;
}

.benefits_contents{
  width: 90%;
  margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap:54px;
}
.txt_benefits_contents{
}
.txt_benefits_contents h3{
	margin:0 0 30px 0;
	font-size:2.3rem;
	/*font-family: 'Noto Serif JP', serif;*/
	font-weight:bold;
	line-height:3rem;
}
.txt_benefits_contents h3 span{
    font-size:2.7rem;
    margin-bottom:30px;
    display:block;
}
.benefits_caption{
	margin:0 0 30px 0;
	font-size:1.7rem;
	/*font-family: 'Noto Serif JP', serif;*/
}
.txt_benefits_contents h4{
	margin:0 0 30px 0;
	font-size:1.9rem;
	/*font-family: 'Noto Serif JP', serif;*/
}
.benefits_detail{
	margin:0 0 10px 0;
	font-size:1.6rem;
}
ul.benefits_attention{
    margin-top:80px;
	font-size:1.4rem;
}
ul.benefits_attention li{
	text-indent: -1em;
	padding-left: 1em;
}
.thumb_benefits_contents{
	width:30.5%;
}
.thumb_benefits_contents img{
	width:100%;
}
.benefits_line{
    width: 90%;
    height:2px;
    margin:30px auto 30px;
    background-color:#6c5c2c;
}

@media only screen and (max-width: 750px) {
	.benefits_contents{
		width:96%;
		margin:0 auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap:35px;
	}
	.txt_benefits_contents h3{
		width:100%;
		margin:30px 0 30px 0;
		font-size:4.4vw;
		/*font-family: 'Noto Serif JP', serif;*/
		font-weight:bold;
		line-height:6.5vw;
		text-align:center;
	}
  .txt_benefits_contents h3 span{
    font-size:2.5rem;
    line-height:6.5vw;
    margin-bottom:30px;
    display:block;
  }
	.benefits_caption{
		text-align:center;
		font-size:3.5vw;
		line-height:5vw;
	}
	.txt_benefits_contents h4{
		width:100%;
		text-align:center;
	}
	.thumb_benefits_contents{
		width:50%;
		margin:5vw auto 5vw;
	}
  .benefits_detail{
      margin:0 0 10px 0;
      font-size:2.8vw;
  }
  ul.benefits_attention{
    width:90%;
    margin:60px auto 0;
    font-size:2.8vw;
    line-height: 3.8vw;
  }
  .benefits_line{
    margin:3vw auto 3vw;
    background-color:#6c5c2c;
  }
}

/*--------------------------------------------------
	40周年記念豪華セット
--------------------------------------------------*/

.limited_40th_contents_area{
    width: 100%;
    background-color:#fff;
}
.limited_40th_contents_headline{
    width:100%;
    height:66.7vw;
    color:#000;
    background: url(../img/bg_limited_40th_contents_headline.jpg) no-repeat top center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.limited_40th_contents_headline_box{
    width:1108px;
    margin:0 auto 0;
}
img.headline_limited_40th{
    width:100%;
    display:block;
}
p.caption_limited_40th{
    margin-top:60px;
    font-size:2.5rem;
    line-height:1.76em;
    text-align: center;
}
p.caption_limited_40th span{
    color:#d40f00;
    font-size:2.7rem;
}
ul.limited_40th_attention{
    width:fit-content;
    font-size:1.4rem;
    margin:10vw auto 0;
    display:block;
}
ul.limited_40th_attention li{
  padding-left: 1em;
  text-indent: -1em;
}
img.thumb_limited_40th{
    width: 1200px;
    margin:35px auto 0;
    display:block;
}
.limited_40th_thumb_cap{
  width: 1200px;
  margin:10px auto 40px;
  color:#000;
}
.limited_40th_thumb_cap h7{
  font-size:2rem;
  font-weight: bold;
}
.limited_40th_thumb_cap p{
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.limited_40th_purchase_area{
    width:100%;
    border:1px solid #fff;
  padding-bottom: 90px;
}
.limited_img{
  max-width: 1200px;
  margin: 0 auto;
}
.purchase_content_wrap{
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.limited_40th_purchase_content{
    width:49%;
    margin:0 auto 0;
}
.limited_40th_purchase_headline{
    width:100%;
    height:130px;
    color:#000;
    text-align: center;
    background: url(../img/bg_limited_40th_contents_headline.jpg) no-repeat top center / cover;
    border:1px solid #754e00;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.limited_40th_purchase_headline h4{
    width:100%;
    font-size:2.5rem;
}
.limited_40th_purchase_headline h4 span{
    font-size:1.4rem;
}
.limited_40th_purchase_detail{
    width:100%;
    margin:30px auto;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.thumb_limited_40th_detail{
    width:470px;
    display:block;
}
a.thumb_limited_40th_detail img{
    width:100%;
}
img.icon_plus{
    width:78px;
    display:block;
}
.limited_40th_purchase_block{
    width:100%;
}
.limited_40th_purchase_block h5{
    width:100%;
    margin-bottom:20px;
    font-size:2rem;
    line-height: 1.35em;
}
p.limited_40th_price{
    font-size:1.9rem;
}
p.limited_40th_price span.red{
    color:#ff1e00;
}
p.limited_40th_price span.txt_tax{
    font-size:1.5rem;
}
a.btn_limited_40th_single{
    width:100%;
    height:80px;
    margin:20px auto 50px;
    display: block;
    border-radius: 22.5px;
    color: #fff;
    font-size: 1.7rem;
    line-height:80px;
    letter-spacing:0.15em;
    text-align:center;
    text-shadow: #77581b 1px 0 10px;
    /*background: -moz-linear-gradient(top, #cf9e4a, #966e1e);
    background: -webkit-linear-gradient(top, #cf9e4a, #966e1e);
    background: linear-gradient(to bottom, #cf9e4a, #966e1e);*/
    background: -moz-linear-gradient(top, #7f7f7f, #222222);
    background: -webkit-linear-gradient(top, #7f7f7f, #222222);
    background: linear-gradient(to bottom, #7f7f7f, #222222);
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}
.btn_limited_40th_block{
    width:100%;
    height:80px;
    display: flex;
    justify-content: space-between;
}
a.btn_limited_40th_multiple{
    width:32.1%;
    height:80px;
    margin:20px auto 0;
    padding:20px 0;
    display: block;
    border-radius: 22.5px;
    color: #fff;
    font-size: 1.3rem;
    line-height:1.35em;
    letter-spacing:0.15em;
    text-align:center;
    text-shadow: #77581b 1px 0 10px;
    background: -moz-linear-gradient(top, #7f7f7f, #222222);
    background: -webkit-linear-gradient(top, #7f7f7f, #222222);
    background: linear-gradient(to bottom, #7f7f7f, #222222);
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}
a.btn_limited_40th_single.normal_set,a.btn_limited_40th_multiple.normal_set,
a.btn_item_purchase_single.normal_set,a.btn_item_purchase_multiple.normal_set{
    /*background: -moz-linear-gradient(top, #b7b7b7, #545454);
    background: -webkit-linear-gradient(top, #b7b7b7, #545454);
    background: linear-gradient(to bottom, #b7b7b7, #545454);*/
    background: -moz-linear-gradient(top, #7f7f7f, #222222);
    background: -webkit-linear-gradient(top, #7f7f7f, #222222);
    background: linear-gradient(to bottom, #7f7f7f, #222222);
    text-shadow: #7b7569 1px 0 10px;
}
.limited_40th_line{
    width: 90%;
    height:2px;
    margin:60px auto 20px;
    background-color:#6c5c2c;
}



@media only screen and (max-width: 750px) {
  .limited_40th_contents_headline{
    width:100%;
    padding-bottom:8vw;
    height:auto;
    color:#000;
    background: url(../img/bg_limited_40th_contents_headline.jpg) no-repeat top center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .limited_40th_contents_headline_box{
    width:96%;
    margin:0 auto 0;
  }
  img.headline_limited_40th{
    width:90%;
    margin:30px auto 0;
    display:block;
  }
  p.caption_limited_40th{
    margin-top:60px;
    font-size:3.5vw;
    line-height:6vw;
    text-align: left;
  }
  p.caption_limited_40th span{
    color:#d40f00;
    font-size:5vw;
  }
  ul.limited_40th_attention{
    font-size:2.7vw;
    margin:45px auto 0;
  }
  img.thumb_limited_40th{
    width: 96%;
    margin:4vw auto 4vw;
    display:block;
  }
  .limited_40th_thumb_cap{
    width: 96%;
    margin:10px auto 40px;
  }
  .limited_40th_thumb_cap h7{
    font-size:3.8vw;
  }
  .limited_40th_thumb_cap p{
    font-size:2.7vw;
    line-height: 3.7vw;
  }
  .purchase_content_wrap{
    width: 100%;
    display: block;
  }
  .limited_40th_purchase_area{
    width:100%;
    border:1px solid #fff;
    padding-bottom: 50px;
  }
  
  .limited_40th_purchase_content{
    width: 100%;
    margin:5vw auto 0;
  }
  .limited_40th_purchase_headline{
    width:100%;
    height:20vw;
    color:#000;
    text-align: center;
    background: url(../img/bg_limited_40th_contents_headline.jpg) no-repeat top center / cover;
    border:1px solid #754e00;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .limited_40th_purchase_headline h4{
    width:100%;
    font-size:4.2vw;
    line-height: 1.8em;
  }
  .limited_40th_purchase_headline h4 span{
    font-size:3vw;
  }
  .limited_40th_purchase_detail{
    width: 92%;
    margin:20px auto 40px;
    color:#000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 3vw;
  }
  a.thumb_limited_40th_detail{
    width:100%;
    display:block;
  }
  a.thumb_limited_40th_detail img{
    width:100%;
  }
  img.icon_plus{
    width:30px;
    display:block;
  }
  .limited_40th_purchase_block{
    width:100%;
  }
  .limited_40th_purchase_block h5{
    width:100%;
    margin-bottom:20px;
    font-size:4vw;
    line-height: 5.5vw;
  }
  a.btn_limited_40th_single{
    width:90%;
    height:40px;
    margin:20px auto 30px;
    display: block;
    border-radius: 22.5px;
    color: #fff;
    font-size: 3.2vw;
    line-height:40px;
    letter-spacing:0.15em;
    text-align:center;
    text-shadow: #77581b 1px 0 10px;
    background: -moz-linear-gradient(top, #7f7f7f, #222222);
    background: -webkit-linear-gradient(top, #7f7f7f, #222222);
    background: linear-gradient(to bottom, #7f7f7f, #222222);
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
  }
  .btn_limited_40th_block{
    width:100%;
    height:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  a.btn_limited_40th_multiple{
    width:90%;
    height:40px;
    margin:10px auto 0;
    padding:0;
    display: block;
    border-radius: 22.5px;
    color: #fff;
    font-size: 3.2vw;
    line-height:40px;
    letter-spacing:0.1em;
    text-align:center;
    text-shadow: #77581b 1px 0 10px;
    background: -moz-linear-gradient(top, #7f7f7f, #222222);
    background: -webkit-linear-gradient(top, #7f7f7f, #222222);
    background: linear-gradient(to bottom, #7f7f7f, #222222);
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
  }
  a.btn_limited_40th_single.normal_set,a.btn_limited_40th_multiple.normal_set{
    background: -moz-linear-gradient(top, #7f7f7f, #222222);
    background: -webkit-linear-gradient(top, #7f7f7f, #222222);
    background: linear-gradient(to bottom, #7f7f7f, #222222);
    text-shadow: #7b7569 1px 0 10px;
  }
  
p.limited_40th_price{
    font-size:4vw;
}
p.limited_40th_price span.red{
    color:#ff1e00;
}
p.limited_40th_price span.txt_tax{
    font-size:3.3vw;
}
  .limited_40th_line{
    width: 90%;
    height:2px;
    margin:60px auto 20px;
    background-color:#6c5c2c;
  }

}

/*--------------------------------------------------
	TREASURE BOX 購入ブロック・通常版 購入ブロック
--------------------------------------------------*/
#section_limited_treasure,#section_normal{
    width: 100%;
    background-color:#fff;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
.item_contents_area{
    width: 100%;
    background-color:#fff;
}
.item_thumb_area{
    width: 1200px;
    margin:0 auto 0;
    color:#000;
}
img.thumb_item_content{
    width: 100%;
    margin:35px auto 0;
    display:block;
}
ul.item_attention{
    width: 100%;
    font-size:1.4rem;
    margin:12px 0 0;
    display:block;
}
.item_purchase_area{
    width: 1200px;
    margin:35px auto 40px;
    padding:0 0 50px;
    color:#59441c;
    border-top:2px solid #6c5c2c;
    border-bottom:2px solid #6c5c2c;
}
.included_contents{
    width:100%;
}
.included_contents h6{
    width:100%;
    margin:25px 0 0;
    font-size:1.9rem;
    font-weight:bold;
}
ul.list_included_contents{
    width:100%;
    margin-top:22px;
    font-size:1.9rem;
    font-weight:bold;
}
ul.list_included_contents li{
    line-height:1.53em;
}
.list_included_contents .contset{
  width:100%;
  font-size:1.4rem;
  line-height: 1.6rem;
  padding-bottom: 5px;
  font-weight:normal;
  color: #575151;
}

ul.included_contents_attention{
    width:100%;
    margin-top:70px;
    margin-bottom:40px;
    font-size:1.4rem;
}
.item_purchase_block{
    width:857px;
    margin:55px auto 0;
    color:#000;
}
.item_purchase_block h5{
    width:100%;
    font-size:2rem;
    line-height: 1.35em;
    text-align: center;
}
p.item_price{
    width:100%;
    font-size:1.9rem;
    text-align: center;
}
p.item_price span.red{
    color:#ff1e00;
}
p.item_price span.txt_tax{
    font-size:1.5rem;
}
a.btn_item_purchase_single{
    width:100%;
    height:80px;
    margin:20px auto 50px;
    display: block;
    border-radius: 22.5px;
    color: #fff;
    font-size: 1.7rem;
    line-height:80px;
    letter-spacing:0.15em;
    text-align:center;
    text-shadow: #77581b 1px 0 10px;
    background: -moz-linear-gradient(top, #7f7f7f, #222222);
    background: -webkit-linear-gradient(top, #7f7f7f, #222222);
    background: linear-gradient(to bottom, #7f7f7f, #222222);
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}
.btn_item_purchase_block{
    width:100%;
    height:80px;
    margin-bottom:30px;
    display: flex;
    justify-content: space-between;
}
a.btn_item_purchase_multiple{
    width:32.1%;
    height:80px;
    margin:20px auto 0;
    padding:20px 0;
    display: block;
    border-radius: 22.5px;
    color: #fff;
    font-size: 1.3rem;
    line-height:1.35em;
    letter-spacing:0.15em;
    text-align:center;
    text-shadow: #77581b 1px 0 10px;
    background: -moz-linear-gradient(top, #7f7f7f, #222222);
    background: -webkit-linear-gradient(top, #7f7f7f, #222222);
    background: linear-gradient(to bottom, #7f7f7f, #222222);
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}



#section_limited div.limited_purchase_block{
	background: url("../img/bg_limited_purchase_1125.jpg") top center no-repeat;
	background-size: cover;
  min-width: 1200px;
}
#section_limited div.limited_purchase_block div.content_body{
		width:100%;
		padding-top:3vw;
		padding-bottom:3vw;
		background: rgba(0, 0, 0, 0.5);
}
.purchase_block,.purchase_block2{
	max-width:965px;
  padding: 20px;
	margin:0 auto;
	background: url(../img/bg_purchase_block.png) top center no-repeat;
}
.purchase_contents{
	width:760px;
	margin:0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px 30px;
}
.purchase_contents h6{
	width:100%;
	font-size:4rem;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.15em;
	text-align:center;
}
p.item_detail{
	width:100%;
	font-size:2.5rem;
	line-height:2em;
	font-weight:bold;
	text-align:center;
}
a.btn_buy{
  background-color: #9b0055;
  text-decoration: none;
	width: 260px;
  padding: 20px;
	padding-top:20px;
	border-radius: 22.5px;
	color: #fff;
	font-size: 1.8rem;
	line-height:1.6em;
	font-weight: bold;
	letter-spacing:0.15em;
	text-align:center;
	/*font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;*/
	box-sizing: border-box;
	cursor: pointer;
}

a.for_switch{
	padding:0;
	line-height:100px;
	background-color: #c70505;
}

a.for_ps5{
	padding:0;
	line-height:100px;
	background-color: #b21d00;
}
a.for_ps4{
	padding:0;
	line-height:100px;
	background-color: #b65600;
}

@media only screen and (max-width: 750px) {
  #section_limited_treasure,#section_normal{
    width: 100%;
    background-color:#fff;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
  }
  .item_contents_area{
    width: 100%;
    background-color:#fff;
  }
  .item_thumb_area{
    width: 96%;
    margin:0 auto 0;
    color:#000;
  }
  img.thumb_item_content{
    width: 100%;
    margin:35px auto 0;
    display:block;
  }
  ul.item_attention{
    width: 100%;
    font-size:1.4rem;
    margin:12px 0 0;
    display:block;
  }
  .item_purchase_area{
    width: 96%;
    margin:35px auto 40px;
    padding:0 0 50px;
    color:#59441c;
    border-top:2px solid #6c5c2c;
    border-bottom:2px solid #6c5c2c;
  }
  .included_contents{
    width:100%;
  }
  .included_contents h6{
    width:100%;
    margin:25px 0 0;
    font-size:1.9rem;
    font-weight:bold;
  }
  ul.list_included_contents{
    width:100%;
    margin-top:22px;
    font-size:3.9vw;
    font-weight:bold;
  }
  ul.list_included_contents li{
    line-height:1.53em;
    padding-left: 1em;
    text-indent: -1em;
  }
  
  .list_included_contents .contset{
    width:100%;
    font-size:3vw;
    line-height: 4vw;
    padding-bottom: 5px;
    font-weight:normal;
    color: #575151;
  }
  
  ul.included_contents_attention{
    width:100%;
    margin-top:20px;
    font-size:2.7vw;
  }
  .item_purchase_block{
    width:92%;
    margin:25px auto 0;
    color:#000;
  }
  .item_purchase_block h5{
    width:100%;
    font-size:4.5vw;
    line-height: 1.35em;
    text-align: center;
  }
  p.item_price{
    width:100%;
    font-size:1.9rem;
    text-align: center;
  }
  p.item_price span.red{
    color:#ff1e00;
  }
  p.item_price span.txt_tax{
    font-size:1.5rem;
  }
  a.btn_item_purchase_single{
    width:90%;
    height:40px;
    margin:10px auto 30px;
    display: block;
    border-radius: 22.5px;
    color: #fff;
    font-size: 3.2vw;
    line-height:40px;
    letter-spacing:0.15em;
    text-align:center;
    text-shadow: #77581b 1px 0 10px;
    background: -moz-linear-gradient(top, #7f7f7f, #222222);
    background: -webkit-linear-gradient(top, #7f7f7f, #222222);
    background: linear-gradient(to bottom, #7f7f7f, #222222);
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
  }
  .btn_item_purchase_block{
    width:100%;
    height:auto;
    margin-bottom:30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  a.btn_item_purchase_multiple{
    width:90%;
    height:40px;
    margin:10px auto 0;
    padding:0;
    display: block;
    border-radius: 22.5px;
    color: #fff;
    font-size: 3.2vw;
    line-height:40px;
    letter-spacing:0.15em;
    text-align:center;
    text-shadow: #77581b 1px 0 10px;
    background: -moz-linear-gradient(top, #7f7f7f, #222222);
    background: -webkit-linear-gradient(top, #7f7f7f, #222222);
    background: linear-gradient(to bottom, #7f7f7f, #222222);
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
  }
  
  a.for_switch{
		padding:5px;
		line-height:10vw;;
    background-color: #c70505;
  }
	a.for_ps5{
		padding:5px;
		line-height:10vw;;
		background-color: #b21d00;
	}
	a.for_ps4{
		padding:5px;
		line-height:10vw;
		background-color: #b65600;
	}
}


/*--------------------------------------------------
	バナーブロック
--------------------------------------------------*/
#section_banner{
    width:100%;
    background-color:#fff;
    background: url(../img/bg_banner.jpg) no-repeat top center / cover;
}
#section_banner .section_inner{
    width:1200px;
    margin:0 auto 0;
    padding-top:55px;
    padding-bottom:87px;
}
a.banner_official_site{
    width:1200px;
    margin:0 auto 0;
    display: block;
}
a.banner_official_site img{
    width:100%;
}
a.banner_shibusawa-kou_site{
    width:588px;
    margin:90px auto 0;
    display: block;
}
a.banner_shibusawa-kou_site img{
    width:100%;
}

@media only screen and (max-width: 750px) {
  #section_banner .section_inner{
    width:96%;
    margin:0 auto 0;
    padding-top:30px;
    padding-bottom:40px;
  }
  a.banner_official_site{
    width:96%;
    margin:0 auto 0;
    display: block;
  }
  a.banner_official_site img{
    width:100%;
  }
  a.banner_shibusawa-kou_site{
    width:80%;
    margin:45px auto 0;
    display: block;
  }
  a.banner_shibusawa-kou_site img{
    width:100%;
  }
}

/*--------------------------------------------------
	ハンバーガーメニュー
--------------------------------------------------*/
.menu {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  transition: transform 250ms ease;
  cursor: pointer;
  z-index: 200;
  border:2px solid #0052cc;
}
.menu span {
  position: relative;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #008fcc;
  float: left;
  transform-origin: center center;
  transition: transform 250ms ease;
  z-index: 200;
}
.menu span:nth-of-type(1) {
  transform: translateY(-5px);
}
.menu span:nth-of-type(3) {
  transform: translateY(5px);
}
.disp_none{
	display: none;
}

#menu {
  display: none;
}
#menu:checked ~ .menu {
  /*background-color: transparent;*/
  transform: rotate(360deg);
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span {
  background-color: #008fcc;
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span:nth-of-type(1) {
  transform: translateY(1px) rotate(45deg);
}
#menu:checked ~ .menu span:nth-of-type(2) {
  display: none;
}
#menu:checked ~ .menu span:nth-of-type(3) {
  transform: translateY(-1px) rotate(-45deg);
}
#menu:checked ~ .nav {
  left: 0px;
  transition: left 500ms ease;
}
#menu:checked ~ main {
  transform: translateX(250px);
  transition: transform 500ms ease;
}

.nav {
  position: fixed;
  top: 0;
  left: -410px;
  width: 300px;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #444;
  transition: left 500ms ease;
  z-index: 300;
}
.nav ul {
  position: relative;
  list-style-type: none;
  margin: 100px 0;
  padding: 0;
}
.nav ul li {
  position: relative;
  display: block;
  border-bottom: 5px solid white;
}
.nav ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.nav ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 250ms ease;
  z-index: -1;
}
.nav ul li a:hover {
  color: #444;
}
.nav ul li a:hover:before {
  width: 100%;
  height: 100%;
  background-color: white;
  transition: width 250ms ease;
}



/*--------------------------------------------------
	Contents Area
--------------------------------------------------*/

main{
	color:#fff;
	background-color:#000;
}
section {
  width: 100%;
  /*overflow-x: hidden;*/
}

.content_block .content_body {
  /*width: 1200px;*/
  margin: 0 auto;
}

#section_benefits .content_block .content_body {
  padding: 80px 0 30px;
}

@media only screen and (max-width: 750px) {
  .content_block .content_body {
    width: 100%;
    margin: 0 auto;
  }
  #section_benefits .content_block .content_body,
  #section_products .content_block .content_body,
  #section_lineup .content_block .content_body {
    padding: 0;
  }
}

/*--------------------------------------------------
	head
--------------------------------------------------*/
.content_block .content_head {
  width: 100%;
  /*height: 272px;*/
}

.content_block .content_head h2 {
  width: 100%;
  /*height: 276px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_block .content_head h2 img {
	width:100%;
  pointer-events: none;
}

#section_benefits .content_block .content_head {
  /*background: url(../img/benefits_head_bg.jpg) center center no-repeat;
  background-size: cover;
  background-color:#c8f1ff;*/
}

#section_products .content_block .content_head {
  background: url(../img/products_head_bg.jpg) center center no-repeat;
  background-size: cover;
}


.title_limited_head,.title_lineup_head{
	width:100%;
}
.title_limited_head h2 img,.title_lineup_head h2 img{
	width:100%;
}

@media only screen and (max-width: 750px) {
  .content_block .content_head {
    width: 100%;
    height: auto;
	margin:0;
  }
  .content_block .content_head h2 {
    width: 100%;
    height: auto;
	margin:0;
  }
  #section_hushigi .content_block .content_head h2 img {
    width: 100%;
  }
  #section_benefits .content_block .content_head {
    /*background: url(../img/benefits_head_bg_sp.jpg) center center no-repeat;
    background-size: cover;*/
  }
  #section_benefits .content_block .content_head h2 img {
    width: 100%;
  }
  #section_products .content_block .content_head {
    background: url(../img/products_head_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #section_products .content_block .content_head h2 img {
    width: 38.13%;
  }
  #section_lineup .content_block .content_head {
    background: url(../img/lineup_head_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #section_lineup .content_block .content_head h2 img {
    width: 80%;
  }
}



/*--------------------------------------------------
	グローバルメニュー固定用
--------------------------------------------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}




/*--------------------------------------------------
	section_products
--------------------------------------------------*/

.footer-bottom .footer-copy span {
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}

.footer-bottom .footer-copy img {
  pointer-events: none;
  filter: drop-shadow(0 0 1px #000);
}

.logo-ps img {
  position: relative;
  top: 2px;
  height: 14px;
}

.logo-ps4 img {
  height: 10px;
}


/*--------------------------------------------------
	footer_area
--------------------------------------------------*/
.footer_area{
	background-color:#000;
}
.footer_area .footer_head {
	width:80%;
	margin:0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color:#000;
}
.footer_area .footer_head .bnr_item{
	width:100%;
	display:block;
  border:2px solid #333333;
}
.footer_area .footer_head .bnr_item img{
	width:100%;
}
.footer_area .footer_head .bnr_block {
	text-align: center;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .footer_area .footer_head {
	width:100%;
    padding-bottom: 0;
	margin:0 auto;
  }
  .footer_area .footer_head .bnr_block {
    width: 100%;
    padding: 0 25px;
	flex-wrap: wrap;
    box-sizing: border-box;
  }
  .footer_area .footer_head .bnr_block a{
	text-align:left;
	display:block;
	margin-bottom:30px;
  }
  .footer_area .footer_head .bnr_block a span{
	color:#fff;
  }
  .footer_area .footer_head .bnr_block a span:visited{
	color:#fff;
  }
  .footer_area .footer_head .bnr_item02{
	width:100%;
  }
  .footer_area .footer_head .bnr_block img {
    width: 100%;
	display:block;
	margin:0;
  }
}

.page-anchor {
  flex-direction: column;
  display: flex;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 90px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s;
  /*margin-bottom:-70px;*/
}

.top-anchor {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s;
  /*margin-bottom:235px;*/
}

.top-anchor.active, .page-anchor.active {
  opacity: 1;
  pointer-events: auto;
}

.top-anchor img, .page-anchor img {
  width: 62px;
  height: 62px;
  margin-bottom:13px;
  opacity: 1;
  transition: opacity .15s;
  cursor: pointer;
}

.top-anchor img:hover, .page-anchor img:hover {
  opacity: .75;
}


/* footer */
.main-footer {
  position: relative;
  z-index: 2;
  min-width: 1280px;
  background: url("../img/footer_bg.jpg") 50% 0;
  
}


.footer-bottom {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  /*width: 1128px;*/
  margin: 0 auto;
  height: 160px;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.footer-bottom .footer-logo {
	width:108px;
  margin-right: 60px;
}

.footer-bottom .footer-logo img {
	width:100%;
  display: block;
  padding-top: 20px;
}

.footer-bottom-links {
  display: flex;
  margin-bottom: 12px;
}

.footer-bottom-links li {
  margin-right: 18px;
  padding-right: 18px;
  line-height: 1;
  border-right: 1px solid #fff;
}

.footer-bottom-links li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.footer-bottom-links a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
}

.footer-bottom-links a[target="_blank"] {
  padding-left: 16px;
  background: url("../img/icon_blank_w.svg") no-repeat 0 50%/11px auto;
}

@media screen and (max-width: 1800px) {
  .footer-grid {
    width: 60%;
    margin: 0 0 0 7.5%;
  }
  .footer-bottom {
    margin: 0 0 0 7.5%;
  }
}

.spcam_war{
	font-size: 0.9em;
	line-height: 1.2em;
	border: #979797 2px double;
	padding: 5px;
	margin-top: -20px;
	margin-bottom: 10px;
}
.spcam_war_title{
	background: #E47678;
	padding: 10px;
	font-size: 1.5em;
	text-align: center;
}

@media only screen and (max-width: 750px) {

.spcam_war{
	font-size: 2.5vw;
	line-height: 3.5vw;
	border: #979797 2px double;
	padding: 5px;
	margin-top: -20px;
	margin-bottom: 10px;
}
.spcam_war_title{
	background: #E47678;
	padding: 10px;
	font-size: 4vw;
	text-align: center;
}
	
	
	/* footer */
  .main-footer {
    z-index: auto;
    min-width: 0;
    background-size: auto 300px;
    padding-top: 44px;
  }
  .main-footer::after {
    display: none;
  }
  .footer-grid {
    display: none;
  }
  .footer-bottom {
    flex-direction: column;
    width: auto;
    height: auto;
    margin: 0;
    text-shadow: none;
  }
  .footer-bottom .footer-logo {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 40px 0 70px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.05);
  }
  .footer-bottom .footer-logo img {
	width:40vw;
    margin: 0 auto;
  }
  .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 25px;
  }
  .footer-bottom-links li {
    width: calc(50% - 25px);
    margin: 0 25px 30px 0 !important;
    padding: 0;
    border: none;
    font-size: 1.2rem;
  }
  .footer-bottom .footer-copy {
    position: relative;
    top: 100px;
    padding: 0 25px;
    font-size: 10.5px;
    text-align: left;
  }
  /* footer */
  .footer-bottom .footer-logo {
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .footer-bottom .footer-copy {
    top: 0vw;
  }
  .footer-bottom .footer-copy img {
    filter: none;
  }

}

/*--------------------------------------------------
	Option
--------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-00 {
  margin-bottom: 0 !important;
}

.align-l {
  text-align: left !important;
}

.align-c {
  text-align: center !important;
}

.align-r {
  text-align: right !important;
}

.clrFix::after {
  display: block;
  clear: both;
  content: "";
}
