@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;
}

/*font*/
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*--------------------------------------------------
	Default Style
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #685348;
  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;
}

main {
  background: url(../img/bg_section_special.jpg);
  background-repeat: repeat-y;
  background-size: contain;
}

/* .pcOnly {
  display: block;
} */
.spOnly {
  display: none;
}

@media only screen and (max-width: 750px) {
  main {
    background: url(../img/bg_section_special_sp.jpg);

  }

  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;
    background-color: #fff;
    /* 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%;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

/*--------------------------------------------------
	Main Visual
--------------------------------------------------*/
.kv_wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.kv_wrap img {
  width: 100%;
}

.kv_block_inner .logos {
  flex-basis: 100%;
  height: 90px;
  margin: 0;
  padding-left: 30px;
  display: flex;
  align-items: center;
  /*display: flex;
  align-items: center;
  position: relative;
  top: 68px;
  left:0;*/
  z-index: 0;
  pointer-events: none;
  background-color: rgba(255, 254, 230, 0.8);
}

.kv_block_inner .logos .switch {
  width: 60px;
  margin-left: 32px;
}

.kv_block_inner .logos .ps5_4 {
  height: 35px;
  filter: drop-shadow(0 0 5px #fff);
}

.kv_block_inner .kv_content_inner {
  /*width:55.97%;*/
  width: 55.97vw;
  margin-top: 3vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}



/*更新情報*/
.info-bg {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 360px;
  min-height: 100px;
}

.info-block {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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: #685348;
  font-size: 1.8rem;
  text-align: center;
}

.info-block .info-news-item a {
  color: #685348;
  text-decoration: underline;
  transition: opacity .2s;
}

.info-block .info-news-item a:hover {
  text-decoration: none;
  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;
  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-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_scbox {
  width: 100%;
}

.ex_scbox img {
  width: 100%;
}

.ex_pbox {
  width: 100%;
}

.ex_pbox img {
  width: 100%;
}

.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-size: 1.8rem;
  text-align: center;
}


.section .lineup-h3 {
  margin-bottom: 50px;
  color: #333;
  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%;
}



.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-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.premiumbox-flex-body .desc {
  font-size: 1.5rem;
}

.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-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-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;
}

.codeinfo {
  text-align: center;
  background: #220809;
  border: #BD0306 3px solid;
  padding: 20px;
}

.codeinfo_title {
  font-size: 20px;
  font-weight: bolder;
}

.codeinfo_txt {
  font-size: 15px;
}

.codeinfo_txt a {
  color: #F4ACAD;
}


@media only screen and (max-width: 750px) {

  .codeinfo_title {
    font-size: 4.5vw;
    font-weight: bolder;
  }

  .codeinfo_txt {
    font-size: 3.5vw;
  }

  .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 .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;
    justify-content: center;
    height: auto;
    display: block;

  }

  .info-block p {
    width: 25%;
    margin-left: 1em;
    font-size: 3.5vw;
    text-align: center;
    margin: 0 auto;
    margin-top: 3.2vw;
  }

  .info-block .info-news {
    display: block;
    min-height: auto;
    padding: 3.2vw 4vw;
    padding-top: 0;

  }

  .flex-list {
    display: flex;
  }

  .info-block .info-news-item {
    width: auto;
    margin: 0.53333vw 0;
    font-size: 3.5vw;
    text-align: center;
  }

  .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: left;
  }


  .limited-list {
    flex-wrap: wrap;
    width: auto;
    margin: 0;
  }

  .limited-list li {
    width: 48%;
    margin-top: 2vw;
  }

  .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;
  }

  .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-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;
  }

  .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;
  }

  .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;
  }

}


/*--------------------------------------------------
	ハンバーガーメニュー
--------------------------------------------------*/
.menu {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: #625c6a;
  border-radius: 50%;
  transition: transform 250ms ease;
  cursor: pointer;
  z-index: 200;
  border: 2px solid #d8d3b0;
}

.menu span {
  position: relative;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #d8d3b0;
  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: #d8d3b0;
  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: 100%;
  margin: 0;
  padding: 0;
  background-color: #685348;
  transition: left 500ms ease;
  z-index: 300;
  opacity: 0.8;
}

.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: #000;
}

.nav ul li a:hover:before {
  width: 100%;
  height: 100%;
  background-color: white;
  transition: width 250ms ease;
}


/*--------------------------------------------------
	Global Navigation
--------------------------------------------------*/
/* gnav */
.gnav {
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: #d8d3b0;
  background-size: cover;
}

.gnav_box {
  width: 60%;
  margin: 0 auto 0;
}

.gnav_first {
  width: 100px;
  margin: 0 auto 0;
  padding-top: 20px;
}

.gnav_first img {
  width: 100%;
}

.gnav-list {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-family: serif;
  font-size: 25px;
  padding: 20px;
}

li.gnav-item {
  padding: 20px;
  width: 216px;
  border-left: solid 2px #685348;
}

li.gnav-item:last-child {
  border-right: solid 2px #685348;

}

li.gnav-item:hover {
  box-shadow: 0px 8px 0 -5px rgb(75, 64, 34);
}

li.gnav-item.btn_s {
  width: 200px;
}

.gnav-list a {
  width: 100%;
  height: 60px;
  color: #685348;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.3;
  transition: opacity .15s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;

}

.gnav-list li a img {
  width: 145px;
}

.gnav-list a span {
  font-size: 1.6rem;
  display: inline-block;
}

.gnav-list a:hover {
  opacity: .7;
}

.gnav-list a img {
  width: 100%;
}



@media only screen and (max-width: 750px) {

  /* gnav */
  .gnav {
    margin: 0 auto 0;
    padding: 0;
  }

  .gnav_box {
    width: 100%;
    /*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;
    width: 100%;
    height: auto;
    margin: 2vw auto 0;
    row-gap: 3vw;
    padding: 0;
  }

  li.gnav-item {
    /*width:30%;*/
    width: 33%;
    margin-bottom: 2vw;
    padding: 0;
    border-left: solid 1px #685348;
  }


  li.gnav-item:last-child {
    border-right: solid 1px #685348;

  }


  li.gnav-item.btn_s {
    width: 26%
  }

  .gnav-list a {
    /*display: inline-block;*/
    letter-spacing: -.03em;
    padding: 0;
    background-size: 4.33333vw auto;
    font-size: 4vw;
  }

  .gnav-list a img {
    width: 100%;
  }

  .gnav-list .left-none {
    border-left: none;
  }

  .gnav-list .right-border {
    border-right: solid 1px #685348;
  }

}

/*--------------------------------------------------
	Contents Area
--------------------------------------------------*/
section {
  width: 100%;
}

.content_block .content_body {
  width: 1120px;
  margin: 0 auto 0;
  padding-top: 50px;
  padding-bottom: 20px;
}

#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 {
    padding-top: 0px;
    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: 0;
  }
}

/*--------------------------------------------------
	head
--------------------------------------------------*/
.content_block .content_head {
  width: 100%;
  padding-top: 50px;
}

.content_block .content_head h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_block .content_head h2 img {
  width: 100%;
  pointer-events: none;
}


.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;
    padding-top: 40px;
  }

  .content_block .content_head h2 {
    width: 100%;
    height: auto;
    margin: 0;
  }

}

/*--------------------------------------------------
	ガストショップ限定ソフト購入特典キャンペーン
--------------------------------------------------*/
#section_special {
  margin-top: 0;
  margin-bottom: 30px;
}


.img_benefits img {
  width: 100%;
}

.img_benefits {
  width: 78.7%;
  margin: 0 auto 0;
  display: block;
}

#section_special .content_body .special_bnr_area {
  margin: 45px 0 42px;
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: center;
}

#section_special .content_body .special_bnr_area span {
  font-weight: bold;
  text-decoration: underline;
}

#section_special .content_body .special_bnr_area img {
  display: block;
  margin: 0 auto;
}

#section_special .content_body .distribution_period {
  width: 422px;
  margin: 0 auto 87px;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0.5rem;
  text-align: center;
  background: linear-gradient(45deg, #f19367, #fa6159);
}

#section_special .content_body .special_campaign {
  width: 980px;
  margin: 0 auto 77px;
  padding: 35px 0;
  background: #f1efdd;
}

#section_special .content_body .special_campaign h3 {
  margin: 0 auto 44px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #685348;
}

#section_special .content_body .special_campaign h3 img {
  display: block;
}

#section_special .content_body .special_campaign p {
  width: 85%;
  margin: 0 auto 22px;
  font-size: 1em;
  line-height: 1.77;
}

#section_special .content_body .special_campaign .list_asterisk {
  width: 70%;
  margin: 0 auto 0;
  font-size: 12px;
  line-height: 1.5;
}

.list_asterisk {
  margin: 0 auto 37px;
  font-size: 13px;
  line-height: 1.5;
}

.list_asterisk li {
  text-indent: -1em;
  padding-left: 1em;
}

#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) {

  img.img_benefits {
    width: 79%;
    margin: 10vw auto 0;
    display: block;
  }

  .img_benefits {
    width: 78.7%;
    margin: 0 auto 0;
    display: block;
  }

  #section_special .content_body .special_bnr_area {
    margin: 20px 0 30px;
    padding: 0;
    font-size: 3.7vw;
    line-height: 5vw;
  }

  #section_special .content_body .special_bnr_area img {
    width: 100%;
  }

  #section_special .content_body .distribution_period {
    width: 96%;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
  }

  #section_special .content_body .special_campaign {
    width: 96%;
    height: auto;
    margin: 0 auto 0;
    padding: 15px 0;
  }

  #section_special .content_body .special_campaign h3 {
    position: relative;
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 4vw;
  }

  #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 {
    width: 96%;
    margin: 0 auto 22px;
    font-size: 12px;
    line-height: 1.3;
  }

  #section_special .content_body .special_campaign .list_asterisk {
    width: 96%;
    margin: 0 auto 3vw;
    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;
  }

  .frame_special_campaign_under {
    width: 100%;
    margin: 2vw auto 10vw;
  }

  .frame_special_campaign_under img {
    width: 100%;
  }

  .list_asterisk {
    width: 90%;
    margin: 0 auto 7px;
    font-size: 3vw;
    line-height: 4.5vw;
  }
}

/*--------------------------------------------------
	コスモコンボセット
--------------------------------------------------*/
#section_galaxy {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  z-index: 20;
  position: relative;
}

#section_galaxy h4 {
  width: 100%;
  margin: 60px auto 0;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
}

#section_galaxy .content_body .lineup_0_block {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#section_galaxy .lineup_text_area>* {
  width: 100%;
  text-align: center;
}

#section_galaxy .lineup_text_area .lineup_text_area_ttl {
  width: 100%;
  margin: 0 auto 30px;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 1px;
  text-align: center;
  background: linear-gradient(45deg, #f19367, #fa6159);
  ;
}

/*--------------------------------------------------
	ギャラクシーコンボセット
--------------------------------------------------*/
#section_gcs {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
}

#section_gcs h4 {
  width: 100%;
  margin: 60px auto 0;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
}

.content_body .lineup_a_block {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.content_body .lineup_b_block {
  margin-bottom: 81px;
  padding-bottom: 41px;
}

.content_body .lineup_c_block {
  margin-bottom: 80px;
  padding-bottom: 27px;
}

.lineup_text_area>* {
  width: 100%;
  text-align: center;
}

.lineup_text_area .lineup_text_area_ttl {
  width: 100%;
  margin: 0 auto 30px;
  color: #453f49;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.4em;
  letter-spacing: 1px;
  text-align: center;
  background: #d8d3b0;
}

.lineup_text_area .lineup_text_area_ttl_sub,
.lineup_text_area .lineup_text_area_text {
  width: 100%;
  margin: 40px auto 32px;
  font-size: 2.1rem;
}

.lineup_product_area {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}

.lineup_product_area .lineup_product_img_block {
  width: 660px;
  text-align: center;
}

.lineup_product_area .lineup_product_img_block img {
  display: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  max-width: 660px;
}

.lineup_product_area .lineup_product_img_block .select_active {
  display: block;
}

.lineup_product_area .lineup_product_info_block {
  width: 400px;
  padding-left: 0;
}

.lineup_product_area .lineup_product_info_block .select_area_required {
  font-size: 14px;
  font-weight: normal;
  color: #f62a81;
  margin-bottom: 24px;
}

.lineup_product_area .lineup_product_info_block .select_area_ttl {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 14px;
}

.lineup_product_area .lineup_product_info_block .lineup_product_info_name {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 16px;
}

.lineup_product_area .lineup_product_info_block .lineup_product_info_price {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 60px;
}

.lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
  font-size: 17px;
  color: #f62a81;
  font-weight: bold;
}

.lineup_product_area .lineup_product_info_block .btn_wrap {
  margin-bottom: 24px;
  margin-left: 3px;
}

.lineup_product_area .lineup_product_info_block .select_product_area {
  margin-bottom: 16px;
}

.lineup_product_area .lineup_product_info_block .select_product_area .select_product_list {
  margin-bottom: 20px;
}

.lineup_product_area .lineup_product_info_block .select_product_area .select_product_list input {
  display: none;
}

.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: #000;
  font-size: 13px;
  line-height: 1.3em;
  box-sizing: border-box;
  margin-bottom: 8px;
  cursor: pointer;
}

.lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:hover {
  opacity: 0.7;
}

.lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:last-child {
  margin-bottom: 0;
}

.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;
}


.lineup_product_area .lineup_product_info_block .select_type_area .select_type_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.lineup_product_area .lineup_product_info_block .select_type_area .select_type_list input {
  display: none;
}

.lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label {
  width: 23%;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.3em;
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 8px;
  cursor: pointer;
}

.lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
  width: 100%;
  padding: 8px 12px;
}

.lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label span {
  text-align: center;
}

.info_set_area {
  width: 100%;
  margin: 60px 0 0 0;
}

.info_set_area .info_set_area_inner {
  display: none;
}

.info_set_area .info_set_area_inner.select_active {
  display: block;
}

.info_set_area .select_area_ttl {
  margin-bottom: 16px;
  font-weight: bold;
}

.info_set_area .info_set_ttl {
  margin-bottom: 22px;
  padding-right: 9px;
  position: relative;
  z-index: 1;
}

.set_content_title {
  font-size: 13px;
  margin-bottom: 4px;
}

.info_set_area .info_set_text {
  font-size: 13px;
  line-height: 23px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.info_set_area .info_set_text.special_item {
  color: #d8d3b0;
  font-weight: bold;
}

.info_set_area .list_asterisk {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 30px;
}

/*限定コンボセット内容*/
img.img_set_thumb {
  width: 100%;
  margin: 0 auto 0;
  display: block;
}

.limited-flex {
  align-items: stretch;
  margin: 0 auto;

}

.limited-flex-image {
  width: 660px;
  margin: 0;
}

.limited-flex-image img {
  width: 100%;
}

.limited-flex-body {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.4em;
}

.item_tag {
  width: 60%;
  margin: 0 0 16px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: center;
  background: linear-gradient(#87cc5f, #0da462);
}

.limited-flex-body .name {
  margin: 0 auto 20px;
  font-size: 2rem;
  line-height: 2.5rem;
}

.limited-flex-body .desc {
  width: 100%;
  margin: 0px auto 20px;
  font-size: 1em;
  line-height: 1.4em;
}

.limited-flex-body .desc_sm {
  width: 100%;
  margin: 30px auto 20px;
  color: red;
  font-size: 1em;
  line-height: 1.2em;
}


.limited-flex-body img {
  width: 100%;
  margin-top: 36px;
  display: block;
}

.limited-list {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

.limited-list li {
  width: 23%;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
}

.limited-list .image {
  width: 100%;
  margin-bottom: 12px;
}

.limited-list .image img {
  width: 100%;
}

.limited-list .name {
  height: 80px;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
}

.lineup_product_area .lineup_product_info_block .btn_buy {
  width: 100%;
  height: 45px;
  /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);*/
  border-radius: 22.5px;
  border: 2px solid #d8d3b0;
  background-color: #d8d3b0;
  color: #685348;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

.lineup_product_area .lineup_product_info_block .btn_buy:hover {
  background-color: #d8d3b0;
  color: #453f49;
  border: 2px solid #d8d3b0;
}

.lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
  opacity: 0.7;
}

.lineup_product_area .lineup_product_info_block .select_type_area .select_type_list :checked+label {
  background: #d8d3b0;
  border-color: #d8d3b0;
  font-weight: bold;
}


@media only screen and (max-width: 750px) {

  .desc_sm {
    font-size: 3vw;
    line-height: 4.5vw;
    width: 95%;
    text-align: left;
  }

  #section_galaxy {
    margin: 0 auto 10vw;
  }

  #section_galaxy h4 {
    width: 100%;
    margin: 10vw auto 0;
    font-size: 1.7rem;
    line-height: 3rem;
    text-align: center;
  }

  #section_galaxy .lineup_text_area .lineup_text_area_ttl {
    width: 90%;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 4vw;
    line-height: 5vw;
    padding: 5px;
  }

  #section_galaxy .lineup_text_area .lineup_text_area_ttl img {
    width: 56.2%;
  }

  #section_galaxy .lineup_text_area .lineup_text_area_ttl_sub {
    margin: 10vw auto 10vw;
    line-height: 1.5em;
    font-size: 1.2em;
  }

  #section_galaxy .lineup_text_area .lineup_text_area_ttl_sub img {
    width: 100%;
    margin: 0 auto 0;
  }

  #section_galaxy .lineup_product_area {
    display: block;
  }

  #section_galaxy .lineup_product_area .lineup_product_img_block {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 21px;
    box-sizing: border-box;
  }

  #section_galaxy .lineup_product_area .lineup_product_img_block img {
    width: 100%;
  }

  #section_galaxy .lineup_product_area .lineup_product_info_block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  #section_galaxy .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #section_galaxy .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
    font-size: 18px;
  }

  #section_galaxy .lineup_product_area .lineup_product_info_block .btn_wrap {
    margin-left: 0;
    margin-bottom: 25px;
  }

  #section_galaxy .lineup_product_area .lineup_product_info_block .btn_buy {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  #section_galaxy .lineup_product_area .lineup_product_info_block .select_area_ttl {
    font-size: 12px;
  }

  #section_galaxy .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
    opacity: 1;
  }

  #section_galaxy .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list li {
    padding: 0 25px;
    margin-right: 10px;
  }

  #section_galaxy .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
    margin-right: 0;
    width: 100%;
  }

  #section_galaxy form>.info_set_area {
    padding: 0 5px;
  }

  #section_galaxy form>.info_set_area .select_area_ttl {
    font-size: 12px;
    font-weight: bold;
  }

  #section_galaxy .info_set_area {
    width: 90%;
    margin: 10vw auto 0;
  }

  #section_galaxy .info_set_area .info_set_ttl {
    margin-bottom: 10px;
    line-height: 1em;
  }

  #section_galaxy .info_set_area .info_set_ttl img {
    width: 14.1%;
  }

  #section_galaxy .info_set_area .info_set_ttl::after {
    width: calc(100% - 14.1% - 9px);
    margin-top: -1px;
  }

  #section_galaxy .info_set_area .select_area_ttl {
    margin-bottom: 14px;
  }

  #section_galaxy .info_set_area .info_set_text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 0;
  }

  #section_galaxy .info_set_area .list_asterisk {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 16px;
  }

  #section_galaxy .content_body .lineup_a_block,
  #section_galaxy .content_body .lineup_b_block {
    padding-bottom: 0;
    margin-bottom: 60px;
    border: none;
  }

  #section_galaxy .content_body .lineup_c_block {
    padding-bottom: 0;
    margin-bottom: 84px;
    border: none;
  }

  #section_galaxy .lineup_c_block .info_set_area .info_set_text {
    margin-bottom: 0;
  }

  #section_galaxy .lineup_b_block .lineup_text_area .lineup_text_area_ttl img {
    width: 55.2%;
  }

  #section_galaxy .lineup_product_area .lineup_product_info_block .select_product_area {
    margin-bottom: 25px;
  }

  #section_galaxy .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;
  }

  div.cosmo_set_content {
    width: 90%;
    height: fit-content;
    margin: 0 auto 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  img.img_cosmo_set {
    width: 100%;
    margin: 1rem auto 0;
    display: block;
  }

  ul.banner_list {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 3vw;
  }

  ul.banner_list li {
    width: 100%;
  }

  #section_gcs {
    margin: 0 auto 10vw;
  }

  #section_gcs h4 {
    width: 100%;
    margin: 10vw auto 0;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
  }

  #section_gcs img.gcs_gustchan {
    width: 96%;
    margin: 10vw auto 0;
    display: block;
  }

  .lineup_text_area .lineup_text_area_ttl {
    margin-bottom: 14px;
    font-size: 4vw;
    width: 70%;
  }

  .lineup_text_area .lineup_text_area_ttl img {
    width: 56.2%;
  }

  .lineup_text_area .lineup_text_area_ttl_sub {
    margin: 10vw auto 10vw;
    line-height: 1.5em;
  }

  .lineup_text_area .lineup_text_area_ttl_sub img {
    width: 100%;
    margin: 0 auto 0;
  }

  .lineup_product_area {
    display: block;
  }

  .lineup_product_area .lineup_product_img_block {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 21px;
    box-sizing: border-box;
  }

  .lineup_product_area .lineup_product_img_block img {
    width: 100%;
  }

  .lineup_product_area .lineup_product_info_block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
    font-size: 18px;
  }

  .lineup_product_area .lineup_product_info_block .btn_wrap {
    margin-left: 0;
    margin-bottom: 25px;
  }

  .lineup_product_area .lineup_product_info_block .btn_buy {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  .lineup_product_area .lineup_product_info_block .select_area_ttl {
    font-size: 12px;
  }

  .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
    opacity: 1;
  }

  .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list li {
    padding: 0 25px;
    margin-right: 10px;
  }

  .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
    margin-right: 0;
    width: 100%;
  }

  #section_gcs form>.info_set_area {
    padding: 0 5px;
  }

  #section_gcs form>.info_set_area .select_area_ttl {
    font-size: 12px;
    font-weight: bold;
  }

  .info_set_area {
    width: 90%;
    margin: 10vw auto 0;
  }

  .info_set_area .info_set_ttl {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .info_set_area .info_set_ttl img {
    width: 14.1%;
  }

  .info_set_area .info_set_ttl::after {
    width: calc(100% - 14.1% - 9px);
    margin-top: -1px;
  }

  .info_set_area .select_area_ttl {
    margin-bottom: 14px;
  }

  .info_set_area .info_set_text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 0;
  }

  .info_set_area .list_asterisk {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 16px;
  }

  .content_body .lineup_a_block,
  .content_body .lineup_b_block {
    padding-bottom: 0;
    margin-bottom: 30px;
    border: none;
  }

  .content_body .lineup_c_block {
    padding-bottom: 0;
    margin-bottom: 84px;
    border: none;
  }

  .lineup_c_block .info_set_area .info_set_text {
    margin-bottom: 0;
  }

  .lineup_b_block .lineup_text_area .lineup_text_area_ttl img {
    width: 55.2%;
  }

  .lineup_product_area .lineup_product_info_block .select_product_area {
    margin-bottom: 25px;
  }

  .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;
  }

  /*限定コンボセット内容*/
  #section_gcs img.img_set_thumb {
    width: 90%;
    margin: 0 auto 15vw;
    display: block;
  }

  .limited-flex {
    width: 96%;
    display: flex;
    /*align-items: stretch;*/
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 5vw;
  }

  .limited-flex-image {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .limited-flex-image img {
    width: 80%;
  }

  .limited-flex-body {
    width: 90%;
    margin-top: 0;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 auto;
  }

  .item_tag {
    width: 60%;
    margin: 0 0 16px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
    background: linear-gradient(#87cc5f, #0da462);
  }

  .limited-flex-body .name {
    margin: 5vw auto 20px;
    font-size: 4.3vw;
    line-height: 3rem;
  }

  .limited-flex-body .desc {
    width: 90%;
    height: auto;
    margin: 0;
    font-size: 3.5vw;
    line-height: 1.4em;
  }

  .limited-flex-body .desc_sm {
    width: 100%;
    height: auto;
    margin: 30px auto 20px;
    color: red;
    font-size: 3vw;
    line-height: 1.2em;
  }


  .limited-flex-body img {
    width: 100%;
    margin-top: 36px;
    display: block;
  }

  .limited-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 0;
  }

  .limited-list li {
    width: 100%;
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 10px;
  }

  .limited-list .image {
    width: 100%;
    margin-bottom: 12px;
  }

  .limited-list .image img {
    width: 100%;
  }

  .limited-list .name {
    height: auto;
    margin: 0 auto 0px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
    text-align: center;
  }

  .limited-list .desc {
    width: 100%;
    height: auto;
    margin: 15px auto 15px;
    font-size: 3vw;
    line-height: 1.6em;
  }

  .limited-list .desc .small {
    font-size: initial;
  }

  .limited-list .desc_sm {
    width: 95%;
    height: auto;
    margin: 15px auto 20px;
    text-align: left;
    font-size: 3vw;
    line-height: 1.4em;
  }


}


/*--------------------------------------------------
	スペシャルコレクションボックス
--------------------------------------------------*/
#section_collection {
  margin: -40px auto 0;
  padding-bottom: 50px;
}

#section_collection h4 {
  width: 100%;
  margin: 60px auto 0;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
}


@media only screen and (max-width: 750px) {
  #section_collection {
    padding-bottom: 0;
  }

  #section_collection .lineup_text_area .lineup_text_area_ttl {
    margin-bottom: 14px;
  }

  #section_collection .lineup_text_area .lineup_text_area_ttl img {
    width: 56.2%;
  }

  #section_collection .lineup_text_area .lineup_text_area_ttl_sub {
    margin: 10vw auto 10vw;
    line-height: 1.5em;
  }

  #section_collection .lineup_text_area .lineup_text_area_ttl_sub img {
    width: 100%;
    margin: 0 auto 0;
  }

  #section_collection .lineup_product_area {
    display: block;
  }

  #section_collection .lineup_product_area .lineup_product_img_block {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 21px;
    box-sizing: border-box;
  }

  #section_collection .lineup_product_area .lineup_product_img_block img {
    width: 100%;
  }

  #section_collection .lineup_product_area .lineup_product_info_block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  #section_collection .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #section_collection .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
    font-size: 18px;
  }

  #section_collection .lineup_product_area .lineup_product_info_block .btn_wrap {
    margin-left: 0;
    margin-bottom: 25px;
  }

  #section_collection .lineup_product_area .lineup_product_info_block .btn_buy {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  #section_collection .lineup_product_area .lineup_product_info_block .select_area_ttl {
    font-size: 4.5vw;
  }

  #section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list {
    flex-wrap: initial;
  }

  #section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
    opacity: 1;

  }

  #section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list li {
    padding: 0 25px;
    margin-right: 10px;
  }

  #section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
    margin-right: 0;
    width: 48%;
  }

  #section_collection form>.info_set_area {
    padding: 0 25px;
  }

  #section_collection form>.info_set_area .select_area_ttl {
    font-size: 12px;
    font-weight: bold;
  }

  #section_collection .info_set_area {
    width: 90%;
    margin: 10vw auto 0;
  }

  #section_collection .info_set_area .info_set_ttl {
    margin-bottom: 10px;
    line-height: 1em;
  }

  #section_collection .info_set_area .info_set_ttl img {
    width: 14.1%;
  }

  #section_collection .info_set_area .info_set_ttl::after {
    width: calc(100% - 14.1% - 9px);
    margin-top: -1px;
  }

  #section_collection .info_set_area .select_area_ttl {
    margin-bottom: 14px;
  }

  #section_collection .info_set_text {
    width: 90%;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto 10vw;
  }

  #section_collection .info_set_area .list_asterisk {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 16px;
  }

  #section_collection .content_body .lineup_a_block,
  #section_collection .content_body .lineup_b_block {
    padding-bottom: 0;
    margin-bottom: 30px;
    border: none;
  }

  #section_collection .content_body .lineup_c_block {
    padding-bottom: 0;
    margin-bottom: 84px;
    border: none;
  }

  #section_collection .lineup_c_block .info_set_area .info_set_text {
    margin-bottom: 0;
  }

  #section_collection .lineup_b_block .lineup_text_area .lineup_text_area_ttl img {
    width: 55.2%;
  }

  #section_collection .lineup_product_area .lineup_product_info_block .select_product_area {
    margin-bottom: 25px;
  }

  #section_collection .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;
  }

  #section_collection img.img_set_thumb {
    width: 90%;
    margin: 0 auto 5vw;
    display: block;
  }


}


/*--------------------------------------------------
	プレミアムボックス
--------------------------------------------------*/
#section_premium {
  margin: -100px auto 0;
}

#section_premium h4 {
  width: 100%;
  margin: 60px auto 0;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #section_premium {
    margin: 0 auto 0;
  }


  #section_premium .lineup_text_area .lineup_text_area_ttl {
    margin-bottom: 14px;
  }

  #section_premium .lineup_text_area .lineup_text_area_ttl img {
    width: 56.2%;
  }

  #section_premium .lineup_text_area .lineup_text_area_ttl_sub {
    margin: 10vw auto 10vw;
    line-height: 1.5em;
  }

  #section_premium .lineup_text_area .lineup_text_area_ttl_sub img {
    width: 100%;
    margin: 0 auto 0;
  }

  #section_premium .lineup_product_area {
    display: block;
  }

  #section_premium .lineup_product_area .lineup_product_img_block {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 21px;
    box-sizing: border-box;
  }

  #section_premium .lineup_product_area .lineup_product_img_block img {
    width: 100%;
  }

  #section_premium .lineup_product_area .lineup_product_info_block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  #section_premium .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #section_premium .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
    font-size: 18px;
  }

  #section_premium .lineup_product_area .lineup_product_info_block .btn_wrap {
    margin-left: 0;
    margin-bottom: 25px;
  }

  #section_premium .lineup_product_area .lineup_product_info_block .btn_buy {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  #section_premium .lineup_product_area .lineup_product_info_block .select_area_ttl {
    font-size: 12px;
  }

  #section_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
    opacity: 1;
  }

  #section_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list li {
    padding: 0 25px;
    margin-right: 10px;
  }

  #section_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list {
    flex-wrap: initial;
    justify-content: space-between;

  }

  #section_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
    margin-right: 0;
    width: 48%;

  }

  #section_premium form>.info_set_area {
    padding: 0 25px;
  }

  #section_premium form>.info_set_area .select_area_ttl {
    font-size: 12px;
    font-weight: bold;
  }

  #section_premium .info_set_area {
    margin-top: 25px;
  }

  #section_premium .info_set_area .info_set_ttl {
    margin-bottom: 10px;
    line-height: 1em;
  }

  #section_premium .info_set_area .info_set_ttl img {
    width: 14.1%;
  }

  #section_premium .info_set_area .info_set_ttl::after {
    width: calc(100% - 14.1% - 9px);
    margin-top: -1px;
  }

  #section_premium .info_set_area .select_area_ttl {
    margin-bottom: 14px;
  }

  #section_premium .info_set_text {
    width: 96%;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto 10vw;
  }

  #section_premium .info_set_area .list_asterisk {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 16px;
  }

  #section_premium .content_body .lineup_a_block,
  #section_premium .content_body .lineup_b_block {
    padding-bottom: 0;
    margin-bottom: 60px;
    border: none;
  }

  #section_premium .content_body .lineup_c_block {
    padding-bottom: 0;
    margin-bottom: 30px;
    border: none;
  }

  #section_premium .lineup_c_block .info_set_area .info_set_text {
    margin-bottom: 0;
  }

  #section_premium .lineup_b_block .lineup_text_area .lineup_text_area_ttl img {
    width: 55.2%;
  }

  #section_premium .lineup_product_area .lineup_product_info_block .select_product_area {
    margin-bottom: 25px;
  }

  #section_premium .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;
  }

  #section_premium img.img_set_thumb {
    width: 90%;
    margin: 0 auto 5vw;
    display: block;
  }
}



/*--------------------------------------------------
	通常版
--------------------------------------------------*/
#section_normal {
  margin: 0 auto 0;
}

#section_normal h4 {
  width: 100%;
  margin: 60px auto 0;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #section_normal {
    margin-top: 80px;
  }

  #section_normal .content_body {
    width: 100%;
    margin: 0 auto 0;
  }

  #section_normal .lineup_text_area .lineup_text_area_ttl {
    margin-bottom: 14px;
  }

  #section_normal .lineup_text_area .lineup_text_area_ttl img {
    width: 56.2%;
  }

  #section_normal .lineup_text_area .lineup_text_area_ttl_sub {
    margin: 10vw auto 10vw;
    line-height: 1.5em;
  }

  #section_normal .lineup_text_area .lineup_text_area_ttl_sub img {
    width: 100%;
    margin: 0 auto 0;
  }

  #section_normal .lineup_product_area {
    display: block;
  }

  #section_normal .lineup_product_area .lineup_product_img_block {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 21px;
    box-sizing: border-box;
  }

  #section_normal .lineup_product_area .lineup_product_img_block img {
    width: 100%;
  }

  #section_normal .lineup_product_area .lineup_product_info_block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  #section_normal .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #section_normal .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
    font-size: 18px;
  }

  #section_normal .lineup_product_area .lineup_product_info_block .btn_wrap {
    margin-left: 0;
    margin-bottom: 25px;
  }

  #section_normal .lineup_product_area .lineup_product_info_block .btn_buy {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  #section_normal .lineup_product_area .lineup_product_info_block .select_area_ttl {
    font-size: 12px;
  }

  #section_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list {
    flex-wrap: initial;
  }

  #section_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
    opacity: 1;
  }

  #section_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list li {
    padding: 0 25px;
    margin-right: 10px;
  }

  #section_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
    margin-right: 0;
    width: 48%;
  }

  #section_normal form>.info_set_area {
    padding: 0 25px;
  }

  #section_normal form>.info_set_area .select_area_ttl {
    font-size: 12px;
    font-weight: bold;
  }

  #section_normal .info_set_area {
    margin-top: 25px;
  }

  #section_normal .info_set_area .info_set_ttl {
    margin-bottom: 10px;
    line-height: 1em;
  }

  #section_normal .info_set_area .info_set_ttl img {
    width: 14.1%;
  }

  #section_normal .info_set_area .info_set_ttl::after {
    width: calc(100% - 14.1% - 9px);
    margin-top: -1px;
  }

  #section_normal .info_set_area .select_area_ttl {
    margin-bottom: 14px;
  }

  #section_normal .info_set_area .info_set_text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 0;
  }

  #section_normal .info_set_area .list_asterisk {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 16px;
  }

  #section_normal .content_body .lineup_a_block,
  #section_normal .content_body .lineup_b_block {
    padding-bottom: 0;
    margin-bottom: 60px;
    border: none;
  }

  #section_normal .content_body .lineup_c_block {
    padding-bottom: 0;
    margin-bottom: 84px;
    border: none;
  }

  #section_normal .lineup_c_block .info_set_area .info_set_text {
    margin-bottom: 0;
  }

  #section_normal .lineup_b_block .lineup_text_area .lineup_text_area_ttl img {
    width: 55.2%;
  }

  #section_normal .lineup_product_area .lineup_product_info_block .select_product_area {
    margin-bottom: 25px;
  }

  #section_normal .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;
  }
}

/*--------------------------------------------------
	比較表
--------------------------------------------------*/
#section_hikaku {
  width: 100%;
  margin: 120px auto 0;
}

#section_hikaku .img_hikaku {
  width: 1008px;
  margin: 0 auto 0;
}

#section_hikaku .img_hikaku img {
  width: 100%;
}

#section_hikaku .hikaku {
  text-align: center;
}

.hikaku_ban {
  width: 95%;
  font-size: 3vw;
  font-weight: bold;
  color: #685348;
  background: #d8d3b0;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

.setwrap {
  width: 95%;
  margin: 30px auto 0;
  border: 1px dotted #685348;
  font-size: 80%;
  overflow-x: scroll;
}

.set_table {
  width: 100%;
	min-width: 1600px;
  display: table;
}

.set_thead {
  display: table-header-group;

}

.set_tbody {
  display: table-row-group;

}

.set_trow {
  display: table-row;

}

.set_tcell {
  width: 1em;
  display: table-cell;
  border: 1px solid #685348;
  text-align: center;
  vertical-align: middle;
  padding: 5px;

}

.set_tcell a:active,
.set_tcell a:hover,
.set_tcell a:focus,
.set_tcell a:link {
  color: #685348;
}

.set_topw {
  text-align: left;
}


.set_tcell img {
  width: 60%;
}

.set_galcombo {
  background: #FFED49;
}

.set_gscombo {
  background: #d8d3b0;
}

.set_wtext {
  font-weight: bold;
  font-size: 110%;
}


@media only screen and (max-width: 750px) {
  #section_hikaku {
    width: 100%;
    margin: 10vw auto 0;
  }

  #section_hikaku .img_hikaku {
    width: 96%;
    margin: 0 auto 0;
  }

  .set_tcell {
    padding: 5px;
  }

  .hikaku_ban {
    width: 100%;
    font-size: 5vw;
    font-weight: bold;
    color: #685348;
    background: #d8d3b0;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
  }
}

/*--------------------------------------------------
	グローバルメニュー固定用
--------------------------------------------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}


/*--------------------------------------------------
	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: #000;
  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: #000;
}

#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 .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 #685348;
}

#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: #000;
  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: #000;
}

#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 .product_text_area::before {
    content: "";
    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-size: cover;
    left: -51px;
  }

  #section_products .product_text_area.bg_right::before {
    content: "";
    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;
  }

}

/*--------------------------------------------------
	section_lineup
--------------------------------------------------*/
#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 {
  width: 92%;
  margin: 0 auto 16px;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 2.4em;
  letter-spacing: 1px;
  text-align: center;
  background: linear-gradient(#14d4f1, #0090db);
}

#section_lineup .lineup_text_area .lineup_text_area_ttl_sub,
#section_lineup .lineup_text_area .lineup_text_area_text {
  width: 92%;
  margin: 0 auto 27px;
}

#section_lineup .lineup_text_area .lineup_text_area_ttl_sub img {
  width: 100%;
}

#section_lineup .lineup_product_area {
  width: 92%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}

#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: 14px;
  font-weight: normal;
  color: #ef4416;
  margin-bottom: 24px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_area_ttl {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  margin-bottom: 14px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .lineup_product_info_name {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin-top: 30px;
  margin-bottom: 59px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
  font-size: 14px;
  line-height: 1em;
  color: #000;
  margin-bottom: 24px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
  font-size: 17px;
  color: #ff1e00;
  font-weight: bold;
}

#section_lineup .lineup_product_area .lineup_product_info_block .btn_wrap {
  margin-bottom: 24px;
  margin-left: 3px;
}


#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;
  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;*/
  justify-content: space-between;
  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;*/
  width: 47%;
  min-height: 32px;
  /*padding: 0 26px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  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: 100%;
  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: #12a662;
  color: #000;
  border-color: #12a662;
  font-weight: bold;
}

.lineup_product_ostview {
  width: 98%;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  color: #011A03;
}

#section_lineup .info_set_area {
  width: 92%;
  margin: 30px auto 0;
}

#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_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;
}


.lineup_product_area .lineup_product_info_block .btn_wrap .btn_buy_end {
  background-color: rgb(189, 189, 189);
  color: #575757
}

.content_block ul.info_set_text {
  font-size: 13px;
  line-height: 23px;
  margin-top: -5px;
  margin-bottom: 27px;
}

.content_block ul.info_set_text li {
  padding-left: 1em;
  text-indent: -1em;
}




@media only screen and (max-width: 750px) {
  #section_lineup .content_body {
    width: 100%;
    margin: 30px auto 0;
  }

  #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: 100%;
    margin: 0 auto 0;
  }

  #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: 60px;
    border: none;
  }

  #section_lineup .content_body .lineup_c_block {
    padding-bottom: 0;
    margin-bottom: 84px;
    border: none;
  }

  #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;
  }

  .info_set_text {
    width: 90%;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto 10vw;
  }

}

/*--------------------------------------------------
	footer_area
--------------------------------------------------*/
.footer_area {
  background: url(../img/bg_section_special.jpg);
}

img.decoration_line {
  width: 610px;
  margin: 0 auto 0;
  display: block;
}

a.st_big_banner {
  width: 1008px;
  margin: 85px auto 65px;
  display: block;
}

a.st_big_banner img {
  width: 100%;
}

.footer_area .footer_head {
  width: 850px;
  margin: 0 auto 0;
  padding-top: 135px;
  padding-bottom: 85px;
}

.footer_area .footer_head p {
  width: 100%;
  font-size: 3.4rem;
  text-align: center;
}

.footer_area .footer_head .bnr_item {
  width: 48%;
  display: block;
}

.footer_area .footer_head .bnr_item_big {
  width: 100%;
  display: block;
}

.footer_area .footer_head .bnr_item_big img {
  width: 100%;
}

.footer_area .footer_head .bnr_item img {
  width: 100%;
}

.footer_area .footer_head .bnr_block {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  .footer_area {
    background: url(../img/bg_section_special_sp.jpg);
  }

  .footer_area .footer_banner_area {
    width: 100%;
    padding-top: 0;
  }

  img.decoration_line {
    width: 80%;
    margin: 0 auto 0;
    display: block;
  }

  a.st_big_banner {
    width: 88%;
    margin: 40px auto 40px;
    display: block;
  }

  .footer_area .footer_head {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto 40px;
  }

  .footer_area .footer_head p {
    font-size: 4vw;
  }

  .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: 5px;
  }

  .footer_area .footer_head .bnr_block a:link,
  .footer_area .footer_head .bnr_block a:visited {
    color: #f7fed4;
  }

  .footer_area .footer_head .bnr_item02 {
    width: 100%;
  }

  .footer_area .footer_head .bnr_block img {
    width: 100%;
    display: block;
    margin: 0;
  }

  .footer_area .footer_head .bnr_item_big {
    font-size: 4vw;
  }
}

.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: 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%;
  }
}

@media only screen and (max-width: 750px) {

  /* 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;
    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;
  }

  #section_galaxy div.cosmo_set_content h4 {
    font-size: 4.7vw;
  }

}

/*--------------------------------------------------
	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: "";
}