@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese");
/*==================================================
	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: 1120px;
}

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;
}

.kikan_war{
  padding: 10px;
  text-align: center;
  border: rgba(82,0,1,1.00) 3px double;
  background: rgba(251,241,179,1.00);
  margin-bottom: 30px;
}

.sp-only{
  display: none;
}



@media only screen and (max-width: 750px) {
  
.sp-only{
  display:block;
}

    
  header {
    display: block;
    position: relative;
    /* z-index: -1; */
  }
  .header_inner {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .header_logo_area {
    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;
}

.kv_wrap img {
  pointer-events: none;
}

.kv_wrap .kv_block {
  width: 100%;
  height: 796px;
  background: url(../img/kv_bg_01.jpg) center center no-repeat;
  background-size: cover;
}

.kv_wrap .kv_block_inner {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.kv_wrap .kv_block_inner .kv_block_chara {
  position: relative;
  z-index: 2;
}

.kv_wrap .kv_block_inner .kv_block_chara img {
  margin-left: -122px;
  margin-top: 5px;
}

.kv_wrap .kv_block_inner .kv_block_chara img.preload {
  background: url(../img/kv_chara_01_pre.png) no-repeat 0 0/cover;
}

.kv_wrap .kv_block_inner .kv_block_text {
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 80px;
  margin-left: -67px;
}

.kv_wrap .kv_block_inner .kv_block_text img {
  width: 100%;
}

.kv_wrap .kv_block_inner .kv_block_text img.preload {
  background: url(../img/kv_text_01_pre.png) no-repeat 0 0/cover;
}

.info-block {
  left: 0;
  bottom: 0;
  width: 100%;
}

.info-block .info-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 12px 0;
  background-color: rgba(38, 26, 34, 0.8);
}

.info-block .info-news-item {
  width: 960px;
  margin: 2px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.info-block .info-news-item a {
  color: #fff;
  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-h2 {
  font-size: 6rem;
  font-weight: 600;
  text-shadow: 0 0 8px #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: 960px;
  margin: 0 auto 120px;
}

.section-body.limited{
  width: 1280px;
}

.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;
}

.ex_gs{
  background:url(../img/heading_07.jpg);
  padding: 25px 0 ;
  text-shadow:  2px  2px 5px #ffd600 ,
  -2px  2px 5px #ffd600 ,
  2px -2px 5px #ffd600 ,
  -2px -2px 5px #ffd600;
}

.ex_scbox{
  background: -moz-linear-gradient(top left, #faed7d, #ff8f45);
  background: -webkit-linear-gradient(top left, #faed7d, #ff8f45);
  background: linear-gradient(to bottom right, #faed7d, #ff8f45);
  padding: 8px 0 ;
}

.ex_pbox{
  background: -moz-linear-gradient(top left, #bed8ff, #6388ff);
  background: -webkit-linear-gradient(top left, #bed8ff, #6388ff);
  background: linear-gradient(to bottom right, #bed8ff, #6388ff);
  padding: 8px 0 ;
}

.section-body .aside-image {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  pointer-events: none;
}

.section-body .character-01 {
  right: -404px;
  bottom: -140px;
}

.section-body .character-02 {
  left: -216px;
  bottom: 60px;
}

.section-body .character-03 {
  top: 580px;
  right: -160px;
}

.section .early-goods {
  width: 1100px;
}

.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 {
  margin: 30px 0;
  text-align: center;
}

.products-image img {
  max-width: 100%;
}


.limited-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.limited-flex-image {
  width: 800px;
  margin: -90px 0;
}

.limited-flex-image img {
  width: 100%;
}

.limited-flex-body {
  width: calc(100% - 500px);
}

.limited-flex-body .label {
  display: inline-block;
  padding: 0 1.2em;
  border-radius: 2px;
  background-color: #f15910;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
}

.limited-flex-body .dec_sm{
  font-size: 1.2rem;
  color: #6C0305;
}

.limited-flex-body .name {
  margin: 20px 0;
  font-size: 2.4rem;
  font-weight: bolder;
  line-height: 1.3;
  color: #450001;
}

.limited-flex-body .desc {
  font-size: 1.4rem;
}

.limited-flex-body .desc + .desc {
  margin-top: 1em;
}

.limited-h3 {
  margin: 20px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.limited-list {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

.limited-list li {
  width: 340px;
}

.limited-list .label{
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 1rem 1.2em;
  border-radius: 2px;
  background-color:#FFEB3B;
  color:#290700;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
}

.limited-list .image {
  margin-bottom: 12px;
}

.limited-list .image img {
  width: 100%;
}

.limited-list .name {
  min-height: 80px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #450001;
}

.limited-list .dec {
  font-size: 1.4rem;
}

.limited-list .dec_sm{
  font-size: 1.2rem;
  color: #6C0305;
}

.premiumbox-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.premiumbox-flex-image {
  width: 400px;
}

.premiumbox-flex-image img {
  width: 100%;
}

.premiumbox-flex-body {
  width: calc(100% - 430px);
}

.premiumbox-flex-body .heading {
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.premiumbox-flex-body .desc {
  font-size: 1.5rem;
}

.gustchan-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px 0;
  padding: 0 20px;
}

.gustchan-block-icon {
  padding-bottom: 12px;
  pointer-events: none;
}

.gustchan-block-text {
  display: flex;
  align-items: center;
  width: 628px;
  height: 260px;
  padding: 22px 0 0 90px;
  background: url(../img/parts_balloon.png) no-repeat;
}

.gustchan-block-text p {
  font-size: 2.4rem;
  font-weight: bold;
}

.gustchan-block-text p b {
  color: #f15910;
}

#limited .section-header-image {
  background-image: url(../img/heading_05.jpg);
}

.note-box {
  width: 880px;
  margin: 70px auto;
  padding: 15px 20px;
  border-radius: 10px;
  background: url(../img/bg_paper.jpg) 50% 50%;
  /* box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.5); */
}

.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%;
    overflow-x: hidden;
    padding-top: 14px;
    margin-top: -14px;
  }
  .kv_wrap .kv_block {
    height: 550px;
  }
  .kv_wrap .kv_block_inner {
    width: 100%;
    display: block;
    position: relative;
  }
  .kv_wrap .kv_block_inner .kv_block_chara img {
    width: 396px;
    position: absolute;
    left: 50%;
    margin-left: -185px;
    /*198+21*/
    margin-top: -14px;
  }
  .kv_wrap .kv_block_inner .kv_block_text {
    width: 260px;
    display: block;
    position: absolute;
    top: 205px;
    left: 50%;
    margin: 0 0 0 -130px;
    z-index: 2;
  }
  .kv_wrap .kv_block_inner .kv_block_text img {
    width: 100%;
  }

  .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 32vw;
    padding: 0 4vw;
  }
  .section-body.limited{
    width: auto;
  }
  .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 .aside-image {
    display: none;
  }
  .section .early-goods {
    width: auto;
  }
  .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;
  }
  .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;
  }
  .limited-flex {
    display: block;
    position: relative;
    margin-bottom: 16vw;
    padding-top: 10.13333vw;
  }
  .limited-flex-image {
    width: auto;
    margin: -15% auto;
  }
  .limited-flex-body {
    width: auto;
  }
  .limited-flex-body .label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 74.66667vw;
    margin: 0 auto;
    padding: 0;
    border-radius: 0.53333vw;
    font-size: 4.8vw;
    line-height: 10.13333vw;
    text-align: center;
  }
  .limited-flex-body .name {
    margin: 2.66667vw 0 0.8em;
    font-size: 4.0vw;
    text-align: center;
  }
  .limited-flex-body .desc {
    font-size: 3.53333vw;
  }
  .limited-h3 {
    margin: 5.33333vw 0 0;
    font-size: 5.33333vw;
  }
  .limited-list {
    flex-wrap: wrap;
    width: auto;
    margin: 0;
  }
  .limited-list li {
    width: 48%;
    margin-top: 6.4vw;
  }
  .limited-list .label{
    margin: 0 auto;
    padding: 10px;
    border-radius: 0.53333vw;
    font-size: 3.5vw;
    line-height: 5.13333vw;
    text-align: center;
  }
  .limited-list .image {
    margin-bottom: 2.66667vw;
  }
  .limited-list .name {
    min-height: auto;
    margin-bottom: 2.66667vw;
    font-size: 3.73333vw;
  }
  .limited-list .dec {
    font-size: 3.2vw;
  }
  .limited-list .dec_sm{
    font-size: 2.8vw;
    color: #6C0305;
    line-height: 3vw;
  }

  .premiumbox-flex {
    display: block;
  }
  .premiumbox-flex-image {
    width: 50%;
    margin: 0 auto 4vw;
  }
  .premiumbox-flex-body {
    width: auto;
  }
  .premiumbox-flex-body .heading {
    margin-bottom: 2.66667vw;
    font-size: 5.33333vw;
  }
  .premiumbox-flex-body .desc {
    font-size: 3.73333vw;
  }
  .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;
    border-radius: 2.66667vw;
    box-shadow: inset 0 0.8vw 1.06667vw 0 rgba(0, 0, 0, 0.5);
  }
  .note-box-legend {
    margin-bottom: 5.33333vw;
    font-size: 4.0vw;
  }
  .note-box .campaign-galaxy {
    font-size: 4.0vw;
    text-align: left;
  }
  .note-box .note-list {
    margin-top: 5.33333vw;
    font-size: 3.0vw;
  }
  .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: 8vw -4vw;
    padding: 0;
  }
  .gustchan-block-icon {
    width: 25.33333vw;
    padding-bottom: 2.66667vw;
  }
  .gustchan-block-icon img {
    width: 100%;
  }
  .gustchan-block-text {
    width: 74.66667vw;
    height: 34.66667vw;
    padding: 2.13333vw 6.4vw 0 8.53333vw;
    background-size: 100% 100%;
  }
  .gustchan-block-text p {
    font-size: 3.2vw;
    line-height: 1.3;
    letter-spacing: -.03em;
  }

}

/*--------------------------------------------------
	Global Navigation
--------------------------------------------------*/
/* gnav */
.gnav {
  position: relative;
  z-index: 1;
  background-color: #000;
}

.gnav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  height: 80px;
  margin: 0 auto;
}

.gnav-list a {
  display: block;
  padding-left: 30px;
  background: url(../img/icon_arrow.svg) no-repeat 0 50%/20px auto;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  transition: opacity .15s;
  text-decoration: none;
}

.gnav-list a:hover {
  opacity: .8;
}









@media only screen and (max-width: 750px) {
  /* gnav */
  .gnav {
    padding: 1.6vw 1.33333vw;
  }
  .gnav-list {
    flex-wrap: wrap;
    width: auto;
    height: auto;
  }
  .gnav-list a {
    display: inline-block;
    letter-spacing: -.03em;
    padding-left: 7.46667vw;
    background-size: 4.33333vw auto;
    font-size: 3vw;
  }
  .gnav-item {
    width: 50%;
    padding: 1.6vw 0;
    text-align: center;
  }
  .gnav-item:last-child {
    width: 50%;
  }
}

/*--------------------------------------------------
	Contents Area
--------------------------------------------------*/
section {
  width: 100%;
  overflow-x: hidden;
}

.content_block .content_body {
  width: 1120px;
  margin: 0 auto;
}

#section_hushigi .content_block .content_body {
  padding: 50px 0 120px;
}

#section_benefits .content_block .content_body {
  padding: 80px 0 127px;
}

#section_products .content_block .content_body {
  padding: 55px 0 115px;
}

#section_lineup .content_block .content_body {
  padding: 55px 0 0;
}

@media only screen and (max-width: 750px) {
  .content_block .content_body {
    width: 100%;
    margin: 0 auto;
  }
  #section_hushigi .content_block .content_body,
  #section_benefits .content_block .content_body,
  #section_products .content_block .content_body,
  #section_lineup .content_block .content_body {
    padding: 50px 0 100px;
  }
}

/*--------------------------------------------------
	head
--------------------------------------------------*/
.content_block .content_head {
  width: 100%;
  height: 272px;
}

.content_block .content_head h2 {
  width: 100%;
  height: 272px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_block .content_head h2 img {
  pointer-events: none;
}

#section_hushigi .content_block .content_head {
  background: url(../img/hushigi_head_bg.jpg) center center no-repeat;
  background-size: cover;
}

#section_benefits .content_block .content_head,
#section_special .content_block .content_head {
  background: url(../img/benefits_head_bg.jpg) center center no-repeat;
  background-size: cover;
}

#section_products .content_block .content_head {
  background: url(../img/products_head_bg.jpg) center center no-repeat;
  background-size: cover;
}

#section_lineup .content_block .content_head {
  background: url(../img/lineup_head_bg.jpg) center center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 750px) {
  .content_block .content_head {
    width: 100%;
    height: 150px;
  }
  .content_block .content_head h2 {
    width: 100%;
    height: 150px;
  }
  #section_special .content_block .content_head {
    background: url(../img/benefits_head_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #section_special .content_block .content_head h2 img {
    width: 72.73%;
  }
  #section_hushigi .content_block .content_head {
    background: url(../img/hushigi_head_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #section_hushigi .content_block .content_head h2 img {
    width: 84.93%;
  }
  #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: 37.33%;
  }
  #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%;
  }
}

/*--------------------------------------------------
	section_special
--------------------------------------------------*/
#section_special {
  margin-bottom: 30px;
}

#section_special .content_body {
  width: 960px;
  margin: 0 auto;
}

#section_special .content_body .special_bnr_area {
  margin: 50px 0 30px;
}

#section_special .content_body .special_bnr_area img {
  display: block;
  margin: 0 auto;
}

#section_special .content_body .special_campaign {
  margin-bottom: 60px;
}

#section_special .content_body .special_campaign h3 {
  position: relative;
  margin-bottom: 22px;
}

#section_special .content_body .special_campaign h3 img {
  display: block;
}

#section_special .content_body .special_campaign h3::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  width: calc(100% - 286px);
  height: 1px;
  background: #f2f2f2;
  content: "";
}

#section_special .content_body .special_campaign p {
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.77;
}

#section_special .content_body .special_campaign .list_asterisk {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.5;
}

#section_special .content_body .special_icon {
  padding: 25px;
  border: 1px solid #eee;
}

#section_special .content_body .special_icon h3 {
  margin-bottom: 25px;
}

#section_special .content_body .special_icon h3 img {
  display: block;
  margin: 0 auto;
}

#section_special .content_body .special_icon p {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.77;
  text-align: center;
}

#section_special .content_body .special_icon .special_icon_list {
  display: flex;
  justify-content: space-between;
}

#section_special .content_body .special_icon .special_icon_list a {
  display: block;
  margin-right: 20px;
  outline: none;
}

#section_special .content_body .special_icon .special_icon_list a:last-child {
  margin-right: 0;
}

#section_special .content_body .special_icon .special_icon_list a img {
  width: 100%;
}

@media only screen and (max-width: 750px) {
  #section_special .content_body {
    width: auto;
  }
  #section_special .content_body .special_bnr_area {
    margin: 20px 0 30px;
    padding: 0 20px;
  }
  #section_special .content_body .special_bnr_area img {
    width: 100%;
  }
  #section_special .content_body .special_campaign {
    padding: 0 25px;
  }
  #section_special .content_body .special_campaign h3 {
    position: relative;
    margin-bottom: 22px;
  }
  #section_special .content_body .special_campaign h3 img {
    width: 200px;
  }
  #section_special .content_body .special_campaign h3::after {
    width: calc(100% - 210px);
  }
  #section_special .content_body .special_campaign p {
    font-size: 12px;
  }
  #section_special .content_body .special_campaign .list_asterisk {
    font-size: 11px;
  }
  #section_special .content_body .special_icon {
    margin: 0 25px;
    padding: 20px 20px 5px;
    border: 1px solid #f2f2f2;
  }
  #section_special .content_body .special_icon h3 {
    margin-bottom: 20px;
  }
  #section_special .content_body .special_icon h3 img {
    max-width: 100%;
  }
  #section_special .content_body .special_icon p {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: left;
  }
  #section_special .content_body .special_icon .special_icon_list {
    flex-wrap: wrap;
  }
  #section_special .content_body .special_icon .special_icon_list a {
    width: calc(100% / 3 - 10px);
    margin-right: 0;
    margin-bottom: 15px;
  }
  #section_special .content_body .special_icon .special_icon_list a:hover {
    opacity: initial;
  }
  #section_special .content_body .special_icon .special_icon_list a img {
    display: block;
  }
}

/*--------------------------------------------------
	section_hushigi
--------------------------------------------------*/
#section_hushigi img {
  pointer-events: none;
}

#section_hushigi .series_list .series_list_item {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#section_hushigi .series_list .series_list_item.image_left {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

#section_hushigi .series_list .series_list_item.image_left .series_list_item_text_block {
  margin-right: 7.3%;
}

#section_hushigi .series_list .series_list_item.image_right .series_list_item_img_block {
  margin-right: 7.3%;
}

#section_hushigi .series_list .series_list_item.image_left .series_list_item_img_block {
  text-align: right;
}

#section_hushigi .series_list .series_list_item.image_right .series_list_item_text_block_logo, #section_hushigi .series_list .series_list_item.image_right .series_list_item_text_block_catch {
  text-align: right;
}

#section_hushigi .series_list .series_list_item.image_left .series_list_item_text_block_txt {
  text-align: left;
  margin-right: -.5em;
  letter-spacing: -.05em;
}

#section_hushigi .series_list .series_list_item.image_right .series_list_item_text_block_txt {
  letter-spacing: -.05em;
}

#section_hushigi .series_list .series_list_item.image_left .series_list_item_text_block_logo, #section_hushigi .series_list .series_list_item.image_left .series_list_item_text_block_catch {
  text-align: left;
}

#section_hushigi .series_list .series_list_item.image_right .series_list_item_img_block {
  text-align: left;
}

#section_hushigi .series_list .series_list_item .series_list_item_text_block .series_list_item_text_block_inner, #section_hushigi .series_list .series_list_item.image_right .series_list_item_img_block {
  width: 480px;
}

#section_hushigi .series_list .series_list_item .series_list_item_text_block .series_list_item_text_block_inner {
  font-size: 14px;
  line-height: 23px;
}

#section_hushigi .series_list .series_list_item .series_list_item_text_block_catch {
  margin-bottom: 26px;
}

#section_hushigi .series_list .series_list_item:nth-child(1) .series_list_item_text_block_inner {
  margin-top: 68px;
}

#section_hushigi .series_list .series_list_item:nth-child(1) .series_list_item_text_block_logo {
  margin-bottom: 29px;
}

#section_hushigi .series_list .series_list_item:nth-child(2) .series_list_item_text_block_inner {
  margin-top: 108px;
}

#section_hushigi .series_list .series_list_item:nth-child(2) .series_list_item_text_block_logo {
  margin-bottom: 34px;
}

#section_hushigi .series_list .series_list_item:nth-child(3) {
  margin-bottom: 80px;
}

#section_hushigi .series_list .series_list_item:nth-child(3) .series_list_item_text_block_inner {
  margin-top: 133px;
}

#section_hushigi .series_list .series_list_item:nth-child(3) .series_list_item_text_block_logo {
  margin-bottom: 36px;
}

#section_hushigi .series_list .series_list_item:nth-child(3) .series_list_item_img_block img {
  margin-top: -55px;
}

#section_hushigi .movie_block {
  display: flex;
  justify-content: center;
}

#section_hushigi .movie_block .movie iframe {
  width: 544px;
  height: 306px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  #section_hushigi .series_list .series_list_item {
    display: block;
    margin-bottom: 50px;
  }
  #section_hushigi .series_list .series_list_item .series_list_item_text_block_logo img, #section_hushigi .series_list .series_list_item .series_list_item_img_block img, #section_hushigi .series_list .series_list_item .series_list_item_text_block .series_list_item_text_block_inner, #section_hushigi .series_list .series_list_item.image_right .series_list_item_img_block {
    width: 100%;
  }
  #section_hushigi .series_list .series_list_item .series_list_item_text_block_catch img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  #section_hushigi .series_list .series_list_item:nth-child(3) {
    display: block;
    margin-bottom: 50px;
  }
  #section_hushigi .series_list .series_list_item.image_left .series_list_item_text_block, #section_hushigi .series_list .series_list_item.image_right .series_list_item_img_block {
    margin-right: 0;
  }
  #section_hushigi .series_list .series_list_item .series_list_item_text_block_txt {
    padding: 0 25px;
    font-size: 12px;
    line-height: 25px;
  }
  #section_hushigi .series_list .series_list_item:nth-child(1) .series_list_item_text_block_inner, #section_hushigi .series_list .series_list_item:nth-child(1) .series_list_item_text_block_logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  #section_hushigi .series_list .series_list_item:nth-child(2) .series_list_item_text_block_inner, #section_hushigi .series_list .series_list_item:nth-child(2) .series_list_item_text_block_logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  #section_hushigi .series_list .series_list_item:nth-child(3) .series_list_item_text_block_inner, #section_hushigi .series_list .series_list_item:nth-child(3) .series_list_item_text_block_logo, #section_hushigi .series_list .series_list_item:nth-child(3) .series_list_item_img_block img {
    margin-top: 0;
    margin-bottom: 0;
  }
  #section_hushigi .series_list .series_list_item:nth-child(1) .series_list_item_text_block_logo, #section_hushigi .series_list .series_list_item:nth-child(2) .series_list_item_text_block_logo, #section_hushigi .series_list .series_list_item:nth-child(3) .series_list_item_text_block_logo {
    margin-bottom: 25px;
  }
  #section_hushigi .series_list .series_list_item:nth-child(1) .series_list_item_text_block_inner, #section_hushigi .series_list .series_list_item:nth-child(2) .series_list_item_text_block_inner {
    margin-bottom: 19px;
  }
  #section_hushigi .series_list .series_list_item:nth-child(3) .series_list_item_text_block_inner {
    margin-bottom: 19px;
    margin-bottom: 16px;
  }
  #section_hushigi .series_list .series_list_item .series_list_item_text_block_catch {
    margin-bottom: 17px;
  }
  #section_hushigi .series_list .series_list_item .series_list_item_text_block_inner {
    font-size: 12px;
    line-height: 2em;
  }
  #section_hushigi .movie_block {
    display: block;
    padding: 0 25px;
  }
  #section_hushigi .movie_block .movie {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 56.25%;
  }
  #section_hushigi .movie_block .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

/*--------------------------------------------------
	section_benefits
--------------------------------------------------*/
/*products_list*/
#section_benefits .products_list {
  width: 960px;
  margin: 0 auto;
}

#section_benefits .products_list .products_list_item {
  display: flex;
  justify-content: center;
}

#section_benefits .products_list .products_list_item > * {
  width: 50%;
  box-sizing: border-box;
}

#section_benefits .products_list .products_list_item .products_list_item_img_block img {
  width: 100%;
}

#section_benefits .products_list .products_list_item .products_list_item_img_block.products_list_item_right {
  padding-left: 40px;
}

#section_benefits .products_list .products_list_item .products_list_item_img_block.products_list_item_left {
  padding-right: 40px;
}

#section_benefits .products_list .products_list_item .products_list_item_text_block.products_list_item_left {
  padding-left: 20px;
}

#section_benefits .products_list .products_list_item .products_list_item_text_block .products_list_item_text_block_ttl {
  font-size: 23.75px;
  line-height: 1.3em;
  font-weight: bold;
  color: #5b5b5b;
  margin-top: -3px;
  margin-bottom: 15px;
}

#section_benefits .products_list .products_list_item .products_list_item_text_block .products_list_item_text_block_ttl span {
  margin: 0 -.4em;
}

#section_benefits .products_list .products_list_item .products_list_item_text_block .products_list_item_text_block_txt {
  font-size: 12px;
  line-height: 18px;
  color: #5b5b5b;
}

#section_benefits .products_list .products_list_item .products_list_item_text_block .products_list_item_text_block_txt p + p {
  margin-top: 1em;
}

@media only screen and (max-width: 750px) {
  #section_benefits .products_list {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  #section_benefits .products_list .products_list_item {
    display: block;
  }
  #section_benefits .products_list .products_list_item > * {
    width: 100%;
  }
  #section_benefits .products_list .products_list_item .products_list_item_img_block.products_list_item_left {
    padding-right: 0;
    padding-left: 0;
  }
  #section_benefits .products_list .products_list_item .products_list_item_text_block.products_list_item_right, #section_benefits .products_list .products_list_item .products_list_item_text_block.products_list_item_left {
    padding-right: 0;
    padding-left: 0;
  }
  #section_benefits .products_list .products_list_item .products_list_item_img_block {
    margin-bottom: 22px;
  }
  #section_benefits .products_list .products_list_item .products_list_item_text_block .products_list_item_text_block_ttl {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  #section_benefits .products_list .products_list_item .products_list_item_text_block .products_list_item_text_block_txt {
    font-size: 12px;
    line-height: 25px;
  }
}

/*--------------------------------------------------
	section_products
--------------------------------------------------*/
#section_products .content_body {
  width: 960px;
  margin: 0 auto;
}

#section_products .content_body .content_body_title_area h3 {
  text-align: center;
  margin-bottom: 34px;
}

#section_products .product_a_block, #section_products .product_b_block {
  position: relative;
}

#section_products .product_a_block {
  margin-bottom: 90px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f3f3f3;
}

#section_products .product_text_area {
  position: relative;
}

#section_products .product_text_area::before {
  content: url("../img/product_title_bg_01.png");
  width: 399px;
  height: 291px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -144px;
  z-index: 0;
}

#section_products .product_text_area.bg_left::before {
  content: url("../img/product_title_bg_01.png");
  left: -166px;
}

#section_products .product_text_area.bg_right::before {
  content: url("../img/product_title_bg_02.png");
  right: -142px;
}

#section_products .product_text_area > * {
  width: 100%;
  text-align: center;
  line-height: 1em;
}

#section_products .product_text_area .product_text_area_ttl {
  margin-bottom: 42px;
}

#section_products .product_text_area .product_text_area_ttl_sub {
  margin-bottom: 39px;
}

#section_products .product_text_area .product_text_area_text {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

#section_products .product_main_img_area {
  width: 100%;
  margin-bottom: 60px;
  padding: 15px 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

#section_products .product_main_img_area img {
  width: 100%;
}

#section_products .product_list_4clm {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 57px;
}

#section_products .product_list_4clm + .product_list_4clm {
  margin-top: -30px;
}

#section_products .product_list_4clm .product_list_4clm_item {
  width: 222px;
  margin-right: 24px;
}

#section_products .product_list_4clm .product_list_4clm_item:nth-child(4n) {
  margin-right: 0;
}

#section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_img {
  margin-bottom: 11px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

#section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_img img {
  width: 100%;
}

#section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_ttl, #section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_text {
  text-align: left;
  color: #5b5b5b;
  letter-spacing: -.05em;
}

#section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_ttl {
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 8px;
  font-weight: bold;
}

#section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_text {
  font-size: 12px;
  line-height: 1.5em;
}

#section_products .list_asterisk li {
  font-size: 12px;
  line-height: 1.5em;
  color: #5b5b5b;
}

#section_products .content_body .character_01 {
  position: absolute;
  top: -70px;
  right: -364px;
  z-index: -1;
}

#section_products .content_body .character_02 {
  position: absolute;
  bottom: -200px;
  left: -330px;
  z-index: -1;
}

#section_products .content_body .character_03 {
  position: absolute;
  bottom: 338px;
  right: -364px;
  z-index: -1;
}

.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;
}


@media only screen and (max-width: 750px) {
  #section_products .content_body {
    width: 100%;
  }
  #section_products .product_a_block {
    margin-bottom: 100px;
  }
  #section_products .content_body .content_body_title_area h3 {
    position: relative;
    z-index: 3;
    margin-bottom: 25px;
  }
  #section_products .content_body .content_body_title_area h3 img {
    width: 49.3%;
  }
  #section_products .product_text_area::before {
    content: "";
    background: url("../img/product_title_bg_01.png") center center no-repeat;
    background-size: cover;
    width: 250px;
    height: 182px;
    top: 0;
    margin-top: -95px;
    opacity: 0.8;
  }
  #section_products .product_text_area.bg_left::before {
    content: "";
    background: url("../img/product_title_bg_01.png") center center no-repeat;
    background-size: cover;
    left: -51px;
  }
  #section_products .product_text_area.bg_right::before {
    content: "";
    background: url("../img/product_title_bg_02.png") center center no-repeat;
    background-size: cover;
    margin-top: -84px;
    right: -52px;
  }
  #section_products .product_text_area .product_text_area_ttl {
    margin-bottom: 14px;
  }
  #section_products .product_text_area .product_text_area_ttl img {
    width: 86.2%;
  }
  #section_products .product_text_area .product_text_area_ttl_sub {
    margin-bottom: 33px;
  }
  #section_products .product_text_area .product_text_area_ttl_sub img {
    width: 83.6%;
  }
  #section_products .product_text_area .product_text_area_text {
    margin-bottom: 25px;
    display: block;
  }
  #section_products .product_text_area .product_text_area_text img {
    width: 86.6%;
    margin: 0 auto;
  }
  #section_products .product_main_img_area {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  #section_products .product_main_img_area img {
    width: 100%;
  }
  #section_products .product_list_4clm {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  #section_products .product_list_4clm .product_list_4clm_item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 21px;
    margin-right: 0;
  }
  #section_products .product_list_4clm .product_list_4clm_item:nth-child(2n-1) {
    padding-right: 12.5px;
  }
  #section_products .product_list_4clm .product_list_4clm_item:nth-child(2n) {
    padding-left: 12.5px;
  }
  #section_products .product_list_4clm .product_list_4clm_item img {
    width: 100%;
  }
  #section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_ttl {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 8px;
  }
  #section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_text {
    font-size: 12px;
    line-height: 20px;
  }
  #section_products .list_asterisk li {
    width: 100%;
    padding: 0 25px;
    font-size: 10px;
    line-height: 15px;
    box-sizing: border-box;
  }
  /*products_list*/
}

/*character*/
@media only screen and (max-width: 1300px) {
  #section_products .content_body .character_01 img, #section_products .content_body .character_02 img, #section_products .content_body .character_03 img {
    width: 85%;
  }
  #section_products .content_body .character_01 {
    position: absolute;
    top: -90px;
    right: -300px;
  }
  #section_products .content_body .character_02 {
    position: absolute;
    bottom: -470px;
    left: -115px;
  }
  #section_products .content_body .character_03 {
    position: absolute;
    bottom: 27px;
    right: -290px;
  }
}

@media only screen and (max-width: 750px) {
  #section_products .content_body .character_01, #section_products .content_body .character_02, #section_products .content_body .character_03 {
    width: 300px;
    opacity: 0.2;
    z-index: -1;
  }
  #section_products .content_body .character_01 img, #section_products .content_body .character_02 img, #section_products .content_body .character_03 img {
    width: 100%;
  }
  #section_products .content_body .character_01 {
    top: 0;
    right: -100px;
  }
  #section_products .content_body .character_02 {
    bottom: -20px;
    left: -105px;
  }
  #section_products .content_body .character_03 {
    bottom: -100px;
    right: -142px;
  }
}

/*--------------------------------------------------
	section_lineup
--------------------------------------------------*/
#section_lineup .content_body {
  width: 960px;
  margin: 0 auto;
}

#section_lineup .content_body .content_body_title_area h3 {
  text-align: center;
  margin-bottom: 34px;
}

#section_lineup .content_body .lineup_a_block, #section_lineup .content_body .lineup_b_block, #section_lineup .content_body .lineup_c_block {
  border-bottom: 1px solid #f3f3f3;
}

#section_lineup .content_body .lineup_a_block {
  margin-bottom: 83px;
  padding-bottom: 27px;
}

#section_lineup .content_body .lineup_b_block {
  margin-bottom: 81px;
  padding-bottom: 41px;
}

#section_lineup .content_body .lineup_c_block {
  margin-bottom: 80px;
  padding-bottom: 27px;
}

#section_lineup .lineup_text_area > * {
  width: 100%;
  text-align: center;
}

#section_lineup .lineup_text_area .lineup_text_area_ttl {
  margin-bottom: 40px;
}

#section_lineup .lineup_text_area .lineup_text_area_ttl_sub, #section_lineup .lineup_text_area .lineup_text_area_text {
  margin-bottom: 24px;
}

#section_lineup .lineup_product_area {
  display: flex;
}

#section_lineup .lineup_product_area .lineup_product_img_block {
  width: 640px;
  text-align: center;
}

#section_lineup .lineup_product_area .lineup_product_img_block img {
  display: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

#section_lineup .lineup_product_area .lineup_product_img_block .select_active {
  display: block;
}

#section_lineup .lineup_product_area .lineup_product_info_block {
  width: 320px;
  padding-left: 25px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_area_required {
  font-size: 18px;
  font-weight: bold;
  color: #ef4416;
  margin-bottom: 24px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_area_ttl {
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #5b5b5b;
  margin-bottom: 14px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .lineup_product_info_name {
  font-size: 16px;
  line-height: 1.3;
  color: #444;
  margin-bottom: 16px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
  font-size: 14px;
  line-height: 1em;
  color: #5b5b5b;
  margin-bottom: 24px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
  font-size: 17px;
  color: #fd8f4c;
  font-weight: bold;
}

#section_lineup .lineup_product_area .lineup_product_info_block .btn_wrap {
  margin-bottom: 41px;
  margin-left: 3px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .btn_buy {
  width: 291px;
  height: 45px;
  background-color: #ff9625;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  border-radius: 22.5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

#section_lineup .lineup_product_area .lineup_product_info_block .btn_buy2 {
  width: 291px;
  height: 45px;
  background-color:rgba(164,164,164,1.00);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  border-radius: 22.5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

#section_lineup .lineup_product_area .lineup_product_info_block .btn_buy:hover {
  opacity: 0.7;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area {
  margin-bottom: 16px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list {
  margin-bottom: 20px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list input {
  display: none;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label {
  width: 236px;
  min-height: 53px;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  color: #5b5b5b;
  font-size: 13px;
  line-height: 1.3em;
  box-sizing: border-box;
  margin-bottom: 8px;
  cursor: pointer;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:hover {
  opacity: 0.7;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:last-child {
  margin-bottom: 0;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list :checked + label {
  background: #ff9625;
  color: #fff;
  border-color: #ff9625;
  font-weight: bold;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list input {
  display: none;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label {
  width: auto;
  min-height: 32px;
  padding: 0 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  color: #5b5b5b;
  font-size: 13px;
  line-height: 1.3em;
  box-sizing: border-box;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
  width: 260px;
  padding: 8px 12px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label span {
  text-align: center;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
  opacity: 0.7;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list :checked + label {
  background: #ff9625;
  color: #fff;
  border-color: #ff9625;
  font-weight: bold;
}

#section_lineup .info_set_area {
  margin-top: 30px;
}

#section_lineup .info_set_area .info_set_area_inner {
  display: none;
}

#section_lineup .info_set_area .info_set_area_inner.select_active {
  display: block;
}

#section_lineup .info_set_area .select_area_ttl {
  margin-bottom: 16px;
}

#section_lineup .info_set_area .info_set_ttl {
  margin-bottom: 22px;
  padding-right: 9px;
  position: relative;
  z-index: 1;
}

#section_lineup .info_set_area .info_set_ttl::after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
}

#section_lineup .info_set_area .info_set_text {
  font-size: 13px;
  line-height: 23px;
  margin-top: -5px;
  margin-bottom: 27px;
}

#section_lineup .info_set_area .list_asterisk {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  #section_lineup .content_body {
    width: 100%;
  }
  #section_lineup .content_body .content_body_title_area h3 {
    margin-bottom: 28px;
  }
  #section_lineup .content_body .content_body_title_area h3 img {
    width: 49.2%;
  }
  #section_lineup .lineup_text_area .lineup_text_area_ttl {
    margin-bottom: 14px;
  }
  #section_lineup .lineup_text_area .lineup_text_area_ttl img {
    width: 56.2%;
  }
  #section_lineup .lineup_text_area .lineup_text_area_ttl_sub {
    margin-bottom: 26px;
    line-height: 1em;
  }
  #section_lineup .lineup_text_area .lineup_text_area_ttl_sub img {
    width: 83.6%;
  }
  #section_lineup .lineup_product_area {
    display: block;
  }
  #section_lineup .lineup_product_area .lineup_product_img_block {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 21px;
    box-sizing: border-box;
  }
  #section_lineup .lineup_product_area .lineup_product_img_block img {
    width: 100%;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
    font-size: 18px;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block .btn_wrap {
    margin-left: 0;
    margin-bottom: 25px;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block .btn_buy {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block .select_area_ttl {
    font-size: 12px;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
    opacity: 1;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list li {
    padding: 0 25px;
    margin-right: 10px;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
    margin-right: 0;
    width: 100%;
  }
  #section_lineup form > .info_set_area {
    padding: 0 25px;
  }
  #section_lineup form > .info_set_area .select_area_ttl {
    font-size: 12px;
    font-weight: bold;
  }
  #section_lineup .info_set_area {
    margin-top: 25px;
  }
  #section_lineup .info_set_area .info_set_ttl {
    margin-bottom: 10px;
    line-height: 1em;
  }
  #section_lineup .info_set_area .info_set_ttl img {
    width: 14.1%;
  }
  #section_lineup .info_set_area .info_set_ttl::after {
    width: calc(100% - 14.1% - 9px);
    margin-top: -1px;
  }
  #section_lineup .info_set_area .select_area_ttl {
    margin-bottom: 14px;
  }
  #section_lineup .info_set_area .info_set_text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 0;
  }
  #section_lineup .info_set_area .list_asterisk {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  #section_lineup .content_body .lineup_a_block, #section_lineup .content_body .lineup_b_block {
    padding-bottom: 0;
    margin-bottom: 84px;
    border: none;
  }
  #section_lineup .content_body .lineup_c_block {
    padding-bottom: 0;
    margin-bottom: 84px;
    border: none;
    margin-bottom: 0;
  }
  #section_lineup .lineup_c_block .info_set_area .info_set_text {
    margin-bottom: 0;
  }
  #section_lineup .lineup_b_block .lineup_text_area .lineup_text_area_ttl img {
    width: 55.2%;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block .select_product_area {
    margin-bottom: 25px;
  }
  #section_lineup .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list li {
    width: 100%;
    min-height: 52px;
    font-size: 15px;
    padding: 9px 25px;
  }
}

/*--------------------------------------------------
	footer_area
--------------------------------------------------*/
.footer_area .footer_head {
  background: url(../img/footer_bg_01.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 475px;
}

.footer_area .footer_head .bnr_block {
  text-align: center;
}

@media only screen and (max-width: 750px) {
  
.kikan_war{
  font-size: 3vw;
  padding: 10px;
  text-align: center;
  border: rgba(82,0,1,1.00) 3px double;
  background: rgba(251,241,179,1.00);
  margin-bottom: 0px 5px 30px;
}
  
  
  
  .footer_area .footer_head {
    background: url(../img/footer_bg_01_sp.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 290px;
  }
  .footer_area .footer_head .bnr_block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .footer_area .footer_head .bnr_block img {
    width: 100%;
  }
}

.top-anchor {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s;
}

.top-anchor.active {
  opacity: 1;
  pointer-events: auto;
}

.top-anchor img {
  width: 55px;
  height: 78px;
  opacity: .5;
  transition: opacity .15s;
  filter: drop-shadow(0 0 5px #fff);
  cursor: pointer;
}

.top-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: 105px;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.footer-bottom .footer-logo {
  margin-right: 60px;
}

.footer-bottom .footer-logo img {
  display: block;
}

.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 {
    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: center;
  }
  /* footer */
  .footer-bottom .footer-logo {
    margin-top: -50px;
    padding-bottom: 150px;
  }
  .footer-bottom .footer-copy {
    top: 120px;
  }
  .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: "";
}
