@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: sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #6e693d;
  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-color: #ededed;
}

/* .pcOnly {
  display: block;
} */
.spOnly {
  display: none;
}

@media only screen and (max-width: 750px) {
  body {
    width: 100%;
    min-width: 100%;
    background-color: #ededed;
  }

  .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%;
  }
}

/*--------------------------------------------------
	Main Visual
--------------------------------------------------*/
.kv_wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*width: 100%;
  height: 1067px;*/
  height: 69.14vw;
  background: url(../img/bg_kv.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}

.kv_wrap img {
  pointer-events: none;
}

.kv_wrap .kv_block {
  width: 100%;
  min-width: 1280px;
  height: 80vw;
  position: relative;
}

.kv_wrap .kv_block_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
}

.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 .Switch2 {
  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;
}

.kv_wrap .kv_block_inner .kv_block_chara {
  width: 100%;
  margin: auto 0 8px 8px;
  /*position: relative;*/
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv_wrap .kv_block_inner .kv_block_chara a {
  width: 100%;
  display: block;
}

.kv_wrap .kv_block_inner .kv_block_chara img {
  width: 100%;
  margin-left: 0;
  margin-top: 5px;
  display: block;
}

.kv_wrap .kv_block_inner .release_text img {
  width: 100%;
}

.kv_wrap .kv_block_inner .release_text {
  width: 63.99%;
  margin: 0 auto 0;
}

.kv_wrap .kv_block_inner .kv_block_chara img.preload {
  background: url(../img/kv_item_01_pre.jpg) no-repeat 0 0/contain;
}

.kv_wrap .kv_block_inner .title_logo {
  width: 55vw;
}

.kv_wrap .kv_block_inner .title_logo img {
  width: 100%;
}

.kv_wrap .kv_block_inner .kv_block_text {
  width: 404px;
  /*display: flex;
  position: relative;*/
  z-index: 1;
  margin: 450px 0 0 0;
}

.kv_wrap .kv_block_inner .kv_block_text img {
  width: 100%;
}

.kv_wrap .kv_block_inner .kv_block_text img.preload {
  background: url(../img/kv_text_01_pre.png) no-repeat 0 0/cover;
}

/*更新情報*/
.info-bg {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 360px;
  background: url(../img/info_bg.png) center center no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  min-height: 100px;
}

.info-block {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  border-top: solid 3px #b6904c;
  border-bottom: solid 3px #b6904c;
}

.info-block p {
  margin-right: 1em;
  font-size: 1.8rem;
}

.info-block .info-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 71px;
  padding: 12px 0;
}

.info-block .info-news-item {
  /*width: 960px;*/
  margin: 2px 0;
  color: #6e693d;
  font-size: 1.8rem;
  text-align: center;
}

.info-block .info-news-item a {
  color: #f3f3f3;
  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;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.3;
}

.section-header-sub {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 0 0 6px #000;
}

.section-header-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  pointer-events: none;
}

.section-body {
  position: relative;
  width: 1008px;
  margin: 0 auto 60px;
}

.section-body.limited {
  width: 1008px;
  margin: 64px auto 114px;
}

.section-body-h3 {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}

.section-body-h3.limited-goods {
  font-size: 6.2rem;
}

.section-body-h3 span {
  color: #D42E00;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.5rem;
}

.ex_gs {
  background: url(../img/heading_07.jpg);
  padding: 25px 0;
  text-shadow: 2px 2px 5px #ffd600,
    -2px 2px 5px #ffd600,
    2px -2px 5px #ffd600,
    -2px -2px 5px #ffd600;
}

.ex_scbox {
  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-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
}


.section .lineup-h3 {
  margin-bottom: 50px;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.section .lineup-h3 .small {
  font-size: 2.8rem;
}

.products-image {
  width: 960px;
  margin: 67px auto 0;
  text-align: center;
}

.products-image img {
  max-width: 100%;
}



.premiumbox-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.premiumbox-flex-image {
  width: 400px;
}

.premiumbox-flex-image img {
  width: 100%;
}

.premiumbox-flex-body {
  width: calc(100% - 430px);
}

.premiumbox-flex-body .heading {
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.premiumbox-flex-body .desc {
  font-size: 1.5rem;
}

.gustchan-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 78px auto 0;
  padding: 0;
}

.gustchan-block-icon {
  padding-bottom: 12px;
  pointer-events: none;
}

.gustchan-block-icon img {
  width: 100%;
}


#limited .special_bnr_area {
  margin: 45px 0 42px;
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: center;
}

.note-box {
  width: 1015px;
  margin: 70px auto;
  padding: 0;
  font-size: 1em;
  letter-spacing: 1px;
}

.note-box-legend {
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.note-box .campaign-galaxy {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.note-box .note-list {
  margin-top: 35px;
  font-size: 1.4rem;
}

.note-box .note-list:first-child {
  margin-top: 0;
}

.note-box .note-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.note-box .note-list li+li {
  margin-top: 3px;
}

#limited .note-box {
  margin-top: 30px;
}

.codeinfo {
  text-align: center;
  background-color: #ededed;
  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;
  }

  .kv_wrap {
    width: 100%;
    height: 110vw;
    overflow-x: hidden;
    padding-top: 100px;
    margin-top: 0;
    background: url(../img/kv_bg_sp.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
  }

  .kv_wrap .kv_block {
    height: 69.14vw;
    min-width: initial;
  }

  .kv_wrap .kv_block_inner {
    width: 100%;
    height: 74vw;
    margin: 0 auto 0;
    display: block;
  }

  .kv_block_inner .logos {
    width: 100%;
    margin: 0 auto;
    padding-left: 19vw;
    height: auto;
    z-index: 0;
    pointer-events: none;
    background-color: transparent;
  }


  .kv_block_inner .logos .Switch2 {
    width: 30px;
    margin-left: 20px;
  }

  .kv_block_inner .logos .ps4 {
    height: 20px;
    filter: drop-shadow(0 0 5px #fff);
  }

  .kv_block_inner .logos .ps5_4 {
    height: 20px;
    filter: drop-shadow(0 0 5px #fff);
  }

  .kv_block_inner .kv_content_inner {
    width: 55.97vw;
    margin-top: 3vw;
  }

  .kv_wrap .kv_block_inner .kv_block_chara {
    width: 100%;
    margin: 2vw 0 0;
    flex-wrap: wrap;
  }

  .kv_wrap .kv_block_inner .kv_block_chara a {
    width: 50%;
  }

  .kv_wrap .kv_block_inner .kv_block_chara img {
    width: 100%;
    display: block;
    filter: drop-shadow(0 0 5px #fff);
    margin: 0 auto;
  }

  .kv_wrap .kv_block_inner .kv_block_chara .title_logo {
    width: 65%;

  }

  .kv_wrap .kv_block_inner .title_logo {
    width: 100%;
    align-self: flex-end;
  }


  .kv_wrap .kv_block_inner .release_text {
    width: 70%;
    opacity: .8;
    display: flex;
    /*margin-top: 190px;*/
    margin-top: 0;
  }

  .kv_wrap .kv_block_inner .kv_block_chara.recommend_item img {
    width: 100%;

  }

  .kv_wrap .kv_block_inner .kv_block_chara.recommend_item {
    width: 40%;

  }

  .kv_wrap .kv_block_inner .kv_block_text {
    width: 260px;
    display: block;
    position: absolute;
    top: 205px;
    left: 50%;
    margin: 0 0 0 -130px;
    z-index: 2;
  }

  .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]::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;
  }

  .info-block p {
    width: 25%;
    margin-left: 1em;
    font-size: 1rem;
    text-align: right;
  }

  .info-block .info-news {
    display: block;
    min-height: auto;
    padding: 3.2vw 4vw;

  }

  .info-block .info-news-item {
    width: auto;
    margin: 0.53333vw 0;
    font-size: 2.5vw;
    text-align: left;
  }

  .products-image {
    width: 96%;
    margin: 0 auto 0;
    text-align: center;
  }

  .limited-flex {
    display: block;
    position: relative;
    margin-bottom: 16vw;
    padding-top: 0;
  }

  .limited-flex-image {
    width: 100%;
    ;
    margin: 0 auto;
  }

  .limited-flex-body {
    width: auto;
  }

  .limited-flex-body .item_tag {
    width: 100%;
    margin: 20px 0 16px;
  }

  .limited-flex-body .name {
    margin: 2.66667vw 0 0.8em;
    font-size: 4vw;
    line-height: 1.6em;
    text-align: center;
  }

  .limited-flex-body .desc {
    font-size: 3.73333vw;
  }

  .limited-list {
    flex-wrap: wrap;
    width: auto;
    margin: 0;
  }

  .limited-list li {
    width: 48%;
    margin-top: 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-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .lineup-block .product-goods-list li+li {
    margin-top: 3px;
  }

  .product-flex {
    display: block;
  }

  .product-flex-images {
    width: auto;
    margin-bottom: 4vw;
  }

  .product-flex-images img {
    width: 100%;
  }

  .product-flex-body {
    width: auto;
  }

  .product-flex-body .name {
    margin-bottom: 2.66667vw;
    font-size: 4.26667vw;
  }

  .product-flex-body .price {
    margin-bottom: 4vw;
  }

  .product-flex-body .price-value {
    font-size: 4.8vw;
  }

  .product-flex-body .price-tax {
    font-size: 4vw;
  }

  .product-flex-body .button {
    margin-bottom: 4vw;
  }

  .product-flex-body .button-trigger {
    height: 10.66667vw;
    border-radius: 5.33333vw;
    font-size: 4.26667vw;
  }

  .product-flex-body .notice {
    font-size: 3.73333vw;
  }

  .product-flex-body .type-select {
    margin: 4vw 0;
    font-size: 3.73333vw;
  }

  .product-flex-body .type-select dt {
    margin-bottom: 2.13333vw;
  }

  .product-flex-body .type-select dd {
    margin-bottom: 4vw;
  }

  .product-flex-body .type-select label {
    height: 8.53333vw;
    border-radius: 1.06667vw;
    border: 0.26667vw solid #999;
    opacity: 1 !important;
  }

  .product-flex-body .type-select .inline label:not(:last-child) {
    margin-right: 2.13333vw;
  }

  .product-flex-body .type-select .block label:not(:last-child) {
    margin-bottom: 2.13333vw;
  }

  .product-flex-body .cd-notice {
    margin-top: -0.8vw;
    font-size: 3.73333vw;
  }

  .campaign-notice {
    font-size: 4.26667vw;
    text-align: left;
  }

  .product-list-block {
    display: block;
    margin: 16vw 0;
    padding: 0 1.33333vw;
  }

  .product-list-block .product-item {
    width: 100%;
    margin: 16vw 0;
  }

  .product-list-block .product-label {
    font-size: 3.73333vw;
    line-height: 8vw;
  }

  .product-list-block .product-image {
    margin-bottom: 2.66667vw;
  }

  .product-list-block .product-image img {
    width: 100%;
  }

  .product-list-block .product-name {
    min-height: auto;
    margin-bottom: 1.33333vw;
    font-size: 5.33333vw;
  }

  .product-list-block .product-price {
    margin-bottom: 1.33333vw;
    font-size: 5.86667vw;
  }

  .product-list-block .product-price-tax {
    font-size: 4.26667vw;
  }

  .product-list-block .product-date {
    margin-bottom: 1.33333vw;
    font-size: 4.26667vw;
  }

  .product-list-block .product-button {
    margin: 4vw 0;
  }

  .product-list-block .product-button a {
    height: 12.26667vw;
    border-radius: 6.66667vw;
    font-size: 4.8vw;
    line-height: 12.26667vw;
    opacity: 1 !important;
  }

  .product-list-block .product-text {
    font-size: 3.73333vw;
  }

  .product-notice {
    font-size: 4.26667vw;
    text-align: left;
  }

  .more-btn {
    margin: 13.33333vw 0;
  }

  .more-btn a {
    display: block;
    height: auto;
    padding: .5em 1.5em;
    border-radius: 16vw;
    font-size: 4.8vw;
    line-height: 1.3;
  }

  .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;
  }

  #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 #6e693d;
}

.menu span {
  position: relative;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #6e693d;
  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: #6e693d;
  transition: transform 250ms ease;
}

#menu:checked~.menu span:nth-of-type(1) {
  transform: translateY(1px) rotate(45deg);
}

#menu:checked~.menu span:nth-of-type(2) {
  display: none;
}

#menu:checked~.menu span:nth-of-type(3) {
  transform: translateY(-1px) rotate(-45deg);
}

#menu:checked~.nav {
  left: 0px;
  transition: left 500ms ease;
}

#menu:checked~main {
  transform: translateX(250px);
  transition: transform 500ms ease;
}

.nav {
  position: fixed;
  top: 0;
  left: -410px;
  width: 300px;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #000;
  transition: left 500ms ease;
  z-index: 300;
}

.nav ul {
  position: relative;
  list-style-type: none;
  margin: 100px 0;
  padding: 0;
}

.nav ul li {
  position: relative;
  display: block;
  border-bottom: 5px solid white;
}

.nav ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.nav ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 250ms ease;
  z-index: -1;
}

.nav ul li a:hover {
  color: #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: #ededed;
  border-bottom: solid 3px #b6904c;
}

.gnav_box {
  width: 85%;
  /*height:500px;*/
  margin: 0 auto 0;
}

.gnav_first {
  width: 100px;
  margin: 0 auto 0;
  padding-top: 20px;
}

.gnav_first img {
  width: 100%;
}

.gnav-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1080px;
  height: 120px;
  margin: 0 auto 0;

}

li.gnav-item {
  width: 200px;
  /*flex: 1;*/
}


li.gnav-item.btn_s {
  width: 200px;
}

.gnav-list a {
  width: 100%;
  height: 60px;
  color: #000;
  font-size: 1.6rem;
  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: 95%;
    /*height:500px;*/
    margin: 0 auto 0;
    padding: 2vw 0;
    background: none;
  }

  .gnav_first {
    width: 30%;
    margin: 0 auto 0;
    padding-top: 3vw;
  }

  .gnav-list {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 2vw auto 0;
    justify-content: space-around;
    row-gap: 5vw;
  }

  li.gnav-item {
    /*width:30%;*/
    width: 40%;
    margin-bottom: 2vw;
  }
  .gnav-list li a img {
  width: 145px;
}

  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: 3vw;
  }

}

/*--------------------------------------------------
	Contents Area
--------------------------------------------------*/
section {
  width: 100%;
}

.content_block .content_body {
  width: 1120px;
  margin: 0 auto;
}

#section_hushigi .content_block .content_body {
  padding: 50px 0 120px;
}

#section_benefits .content_block .content_body {
  padding: 80px 0 127px;
}

#section_products .content_block .content_body {
  padding: 55px 0 115px;
}

#section_lineup .content_block .content_body {
  padding: 55px 0 0;
}

@media only screen and (max-width: 750px) {
  .content_block .content_body {
    width: 100%;
    margin: 0 auto;
  }

  #section_hushigi .content_block .content_body,
  #section_benefits .content_block .content_body,
  #section_products .content_block .content_body,
  #section_lineup .content_block .content_body {
    padding: 0;
  }
}

/*--------------------------------------------------
	head
--------------------------------------------------*/
.content_block .content_head {
  width: 100%;
  /*height: 272px;*/
}

.content_block .content_head h2 {
  width: 100%;
  /*height: 276px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_block .content_head h2 img {
  width: 100%;
  pointer-events: none;
}

#section_special .content_block .content_head {
  /*background: url(../img/benefits_head_bg.jpg) center center no-repeat;
  background-size: cover;
  background-color:#c8f1ff;*/
  padding-top: 50px;
}

#section_products .content_block .content_head {
  background: url(../img/products_head_bg.jpg) center center no-repeat;
  background-size: cover;
}


.title_limited_head,
.title_lineup_head {
  width: 100%;
}

.title_limited_head h2 img,
.title_lineup_head h2 img {
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .content_block .content_head {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .content_block .content_head h2 {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #section_special .content_block .content_head {
    /*background: url(../img/benefits_head_bg_sp.jpg) center center no-repeat;
    background-size: cover;*/
    margin: 0;
    padding: 5vw 0 0;
  }

  #section_special .content_block .content_head h2 img {
    /*width: 72.73%;*/
    width: 100%;
  }

  #section_hushigi .content_block .content_head h2 img {
    width: 84.93%;
  }

  #section_benefits .content_block .content_head {
    /*background: url(../img/benefits_head_bg_sp.jpg) center center no-repeat;
    background-size: cover;*/
  }

  #section_benefits .content_block .content_head h2 img {
    width: 37.33%;
  }

  #section_products .content_block .content_head {
    background: url(../img/products_head_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }

  #section_products .content_block .content_head h2 img {
    width: 38.13%;
  }

  #section_lineup .content_block .content_head {
    background: url(../img/lineup_head_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }

  #section_lineup .content_block .content_head h2 img {
    width: 80%;
  }
}

/*--------------------------------------------------
	ガストショップ限定ソフト購入特典キャンペーン
--------------------------------------------------*/
#section_special {
  margin-top: 0;
  margin-bottom: 30px;
}

#section_special .content_body {
  /*width: 1280px;*/
  width: 100%;
  margin: 0 auto 0;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #ededed;
}

.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.3em;
  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: #f3f3f3;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0.5rem;
  text-align: center;
  background: #f55c5c;
  border-radius: 10px;
}

#section_special .content_body .special_campaign {
  width: 1080px;
  margin: 0 auto 77px;
  padding: 35px 0;
  background:
    radial-gradient(circle,
      rgba(255, 254, 243, 100) 60%,
      rgba(231, 221, 200, 100) 100%);
  position: relative;

}

#section_special .content_body .special_campaign::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 4px solid #b6904c;
  pointer-events: none;
  z-index: 1;
}

#section_special .content_body .special_campaign h3 {
  margin: 0 auto 44px;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  color: #6e693d;
}

#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;
  text-align: center;
}

#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) {
  #section_special .content_head {}

  #section_special .content_head h2 {}

  #section_special .content_body {
    width: auto;
    margin: 0 auto 0;
    padding: 5vw 0 10vw;
  }

  img.img_benefits {
    width: 79%;
    margin: 10vw 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-weight: bold;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px;
    height: 50px;
  }

  #section_special .content_body .special_campaign {
    width: 96%;
    height: auto;
    margin: 0 auto 0;
    padding: 15px 0;
  }

  #section_special .content_body .special_campaign::before {
    border: 2px solid #b6904c;
    padding: 35px 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: 85%;
    margin: 0 auto 22px;
    font-size: 12px;
    line-height: 1.3;
  }

  #section_special .content_body .special_campaign .list_asterisk {
    width: 85%;
    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_gcs {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#section_gcs h4 {
  width: 100%;
  margin: 60px auto 0;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
}

.gcs_gustchan {
  width: 100%;
  margin: 80px auto 0;
  display: block;
}

#section_gcs .content_body {
  width: 1110px;
  margin: 0 auto 72px;
}

#section_gcs .content_body .lineup_a_block {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#section_gcs .content_body .lineup_b_block {
  margin-bottom: 81px;
  padding-bottom: 41px;
}

#section_gcs .content_body .lineup_c_block {
  margin-bottom: 80px;
  padding-bottom: 27px;
}

#section_gcs .lineup_text_area>* {
  width: 100%;
  text-align: center;
}

#section_gcs .lineup_text_area .lineup_text_area_ttl {
  width: 100%;
  margin: 0 auto 30px;
  color: #ededed;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.4em;
  letter-spacing: 1px;
  text-align: center;
  background: #f55c5c;
}

#section_gcs .lineup_text_area .lineup_text_area_ttl_sub,
#section_gcs .lineup_text_area .lineup_text_area_text {
  width: 100%;
  margin: 40px auto 32px;
  font-size: 2.1rem;
}

#section_gcs .lineup_product_area {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;

}

.border_box {
  border-bottom: 4px solid #b6904c;
  border-top: 4px solid #b6904c;
  padding-top: 20px;
  padding-bottom: 20px;
}

#section_gcs .lineup_product_area .lineup_product_img_block {
  width: 660px;
  text-align: center;
}

#section_gcs .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;
}

#section_gcs .lineup_product_area .lineup_product_img_block .select_active {
  display: block;
}

#section_gcs .lineup_product_area .lineup_product_info_block {
  width: 400px;
  padding-left: 0;
}

.gcs_title {
  margin: 0;
  padding: 0;
  color: red;
  font-size: 2rem;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_area_required {
  font-size: 14px;
  font-weight: normal;
  color: #f62a81;
  margin-bottom: 24px;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_area_ttl {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 14px;
}

#section_gcs .lineup_product_area .lineup_product_info_block .lineup_product_info_name {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 16px;
}

#section_gcs .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 60px;
}

#section_gcs .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
  font-size: 17px;
  color: #f62a81;
  font-weight: bold;
}

#section_gcs .lineup_product_area .lineup_product_info_block .btn_wrap {
  margin-bottom: 24px;
  margin-left: 3px;
}

#section_gcs .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 #f3f3f3;
  color: #f3f3f3;
  background-color: #f55c5c;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

#section_gcs .lineup_product_area .lineup_product_info_block .btn_buy:hover {
  background-color: #6e693d;
  color: #ededed;
  border: 2px solid #6e693d;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_product_area {
  margin-bottom: 16px;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list {
  margin-bottom: 20px;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list input {
  display: none;
}

#section_gcs .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;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:hover {
  opacity: 0.7;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:last-child {
  margin-bottom: 0;
}

#section_gcs .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_gcs .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list {
  display: flex;
  /*justify-content: flex-start;*/
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list input {
  display: none;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label {
  /*width: auto;*/
  width: 23%;
  min-height: 32px;
  /*padding: 0 26px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #f55c5c;
  color: #f55c5c;
  font-size: 13px;
  line-height: 1.3em;
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 8px;
  cursor: pointer;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
  width: 100%;
  padding: 8px 12px;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label span {
  text-align: center;
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
  /*opacity: 0.7;*/
}

#section_gcs .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list :checked+label {
  background: #f55c5c;
  color: #fff;
  border-color: #f55c5c;
  font-weight: bold;
}

#section_gcs .info_set_area {
  width: 100%;
  margin: 60px 0 0 0;
}

#section_gcs .info_set_area .info_set_area_inner {
  display: none;
}

#section_gcs .info_set_area .info_set_area_inner.select_active {
  display: block;
}

#section_gcs .info_set_area .select_area_ttl {
  margin-bottom: 16px;
  font-weight: bold;
}

#section_gcs .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;
}

#section_gcs .info_set_area .info_set_text {
  font-size: 13px;
  line-height: 23px;
  margin-top: -5px;
  margin-bottom: 10px;
}

#section_gcs .info_set_area .info_set_text.special_item {
  color: #6e693d;
  font-weight: bold;
}

#section_gcs .info_set_area ul.info_set_text li {
  padding-left: 1em;
  text-indent: -1em;
}

#section_gcs .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 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 74px;
}

.limited-flex-image {
  width: 660px;
  margin: 0;
}

.limited-flex-image img {
  width: 100%;
}

.limited-flex-body {
  width: 320px;
  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-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5rem;
}

.limited-flex-body .desc {
  width: 100%;
  margin: 30px 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;
  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: bold;
  line-height: 2.5rem;
  text-align: center;
}

.limited-list .desc {
  width: 100%;
  margin: 0 auto 20px;
  font-size: 1em;
  line-height: 1.6em;
  text-align: justify;
}

.limited-list .desc .small {
  font-size: 0.77em;
}

.limited-list li ul.limited-list_caution li {
  width: 100%;
  color: #6e693d;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}

.limited-list li ul.limited-list_caution li::before {
  content: "※";
}

.desc_sm {
  width: 100%;
  margin: 0 auto 20px;
  font-size: 12px;
  line-height: 1.4em;
}

@media only screen and (max-width: 750px) {

  .desc_sm {
    font-size: 3vw;
    line-height: 4.5vw;
    width: 95%;
    text-align: left;
  }

  #section_cosmo {
    margin: 0 auto 10vw;
  }

  #section_cosmo .content_body {
    width: 100%;
    margin: 0 auto 0;
  }

  #section_cosmo h4 {
    width: 100%;
    margin: 10vw auto 0;
    font-size: 1.7rem;
    line-height: 3rem;
    text-align: center;
  }

  .border_box {
    width: 95%;
    margin: 0 auto;
    border-top: 2px solid #b6904c;
    border-bottom: 2px solid #b6904c;
  }

  #section_cosmo .lineup_text_area .lineup_text_area_ttl {
    margin-bottom: 14px;
    font-size: 4.5vw;
  }

  #section_cosmo .lineup_text_area .lineup_text_area_ttl img {
    width: 56.2%;
  }

  #section_cosmo .lineup_text_area .lineup_text_area_ttl_sub {
    margin: 10vw auto 10vw;
    line-height: 1.5em;
    font-size: 1.2em;
  }

  #section_cosmo .lineup_text_area .lineup_text_area_ttl_sub img {
    width: 100%;
    margin: 0 auto 0;
  }

  #section_cosmo .lineup_product_area {
    display: block;
  }

  #section_cosmo .lineup_product_area .lineup_product_img_block {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 21px;
    box-sizing: border-box;
  }

  #section_cosmo .lineup_product_area .lineup_product_img_block img {
    width: 100%;
  }

  #section_cosmo .lineup_product_area .lineup_product_info_block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  #section_cosmo .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #section_cosmo .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
    font-size: 18px;
  }

  #section_cosmo .lineup_product_area .lineup_product_info_block .btn_wrap {
    margin-left: 0;
    margin-bottom: 25px;
  }

  #section_cosmo .lineup_product_area .lineup_product_info_block .btn_buy {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  #section_cosmo .lineup_product_area .lineup_product_info_block .select_area_ttl {
    font-size: 12px;
  }

  #section_cosmo .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
    opacity: 1;
  }

  #section_cosmo .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list li {
    padding: 0 25px;
    margin-right: 10px;
  }

  #section_cosmo .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
    margin-right: 0;
    width: 100%;
  }

  #section_cosmo form>.info_set_area {
    padding: 0 5px;
  }

  #section_cosmo form>.info_set_area .select_area_ttl {
    font-size: 12px;
    font-weight: bold;
  }

  #section_cosmo .info_set_area {
    width: 90%;
    margin: 10vw auto 0;
  }

  #section_cosmo .info_set_area .info_set_ttl {
    margin-bottom: 10px;
    line-height: 1em;
  }

  #section_cosmo .info_set_area .info_set_ttl img {
    width: 14.1%;
  }

  #section_cosmo .info_set_area .info_set_ttl::after {
    width: calc(100% - 14.1% - 9px);
    margin-top: -1px;
  }

  #section_cosmo .info_set_area .select_area_ttl {
    margin-bottom: 14px;
  }

  #section_cosmo .info_set_area .info_set_text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 0;
  }

  #section_cosmo .info_set_area .list_asterisk {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 16px;
  }

  #section_cosmo .content_body .lineup_a_block,
  #section_cosmo .content_body .lineup_b_block {
    padding-bottom: 0;
    margin-bottom: 60px;
    border: none;
  }

  #section_cosmo .content_body .lineup_c_block {
    padding-bottom: 0;
    margin-bottom: 84px;
    border: none;
  }

  #section_cosmo .lineup_c_block .info_set_area .info_set_text {
    margin-bottom: 0;
  }

  #section_cosmo .lineup_b_block .lineup_text_area .lineup_text_area_ttl img {
    width: 55.2%;
  }

  #section_cosmo .lineup_product_area .lineup_product_info_block .select_product_area {
    margin-bottom: 25px;
  }

  #section_cosmo .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 .content_body {
    width: 100%;
    margin: 0 auto 0;
  }

  #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;
  }

  #section_gcs .lineup_text_area .lineup_text_area_ttl {
    margin-bottom: 14px;
    font-size: 5vw;
    width: 97%;
    height: 50px;
  }

  #section_gcs .lineup_text_area .lineup_text_area_ttl img {
    width: 56.2%;
  }

  #section_gcs .lineup_text_area .lineup_text_area_ttl_sub {
    margin: 10vw auto 10vw;
    line-height: 1.5em;
  }

  #section_gcs .lineup_text_area .lineup_text_area_ttl_sub img {
    width: 100%;
    margin: 0 auto 0;
  }

  #section_gcs .lineup_product_area {
    display: block;
  }

  #section_gcs .lineup_product_area .lineup_product_img_block {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 21px;
    box-sizing: border-box;
  }

  #section_gcs .lineup_product_area .lineup_product_img_block img {
    width: 100%;
  }

  #section_gcs .lineup_product_area .lineup_product_info_block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  #section_gcs .lineup_product_area .lineup_product_info_block .lineup_product_info_price {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #section_gcs .lineup_product_area .lineup_product_info_block .lineup_product_info_price span {
    font-size: 18px;
  }

  #section_gcs .lineup_product_area .lineup_product_info_block .btn_wrap {
    margin-left: 0;
    margin-bottom: 25px;
  }

  #section_gcs .lineup_product_area .lineup_product_info_block .btn_buy {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  #section_gcs .lineup_product_area .lineup_product_info_block .select_area_ttl {
    font-size: 12px;
  }

  #section_gcs .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
    opacity: 1;
  }

  #section_gcs .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list li {
    padding: 0 25px;
    margin-right: 10px;
  }

  #section_gcs .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;
  }

  #section_gcs .info_set_area {
    width: 90%;
    margin: 10vw auto 0;
  }

  #section_gcs .info_set_area .info_set_ttl {
    margin-bottom: 10px;
    line-height: 1em;
  }

  #section_gcs .info_set_area .info_set_ttl img {
    width: 14.1%;
  }

  #section_gcs .info_set_area .info_set_ttl::after {
    width: calc(100% - 14.1% - 9px);
    margin-top: -1px;
  }

  #section_gcs .info_set_area .select_area_ttl {
    margin-bottom: 14px;
  }

  #section_gcs .info_set_area .info_set_text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 0;
  }

  #section_gcs .info_set_area .list_asterisk {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 16px;
  }

  #section_gcs .content_body .lineup_a_block,
  #section_gcs .content_body .lineup_b_block {
    padding-bottom: 0;
    margin-bottom: 30px;
    border: none;
  }

  #section_gcs .content_body .lineup_c_block {
    padding-bottom: 0;
    margin-bottom: 84px;
    border: none;
  }

  #section_gcs .lineup_c_block .info_set_area .info_set_text {
    margin-bottom: 0;
  }

  #section_gcs .lineup_b_block .lineup_text_area .lineup_text_area_ttl img {
    width: 55.2%;
  }

  #section_gcs .lineup_product_area .lineup_product_info_block .select_product_area {
    margin-bottom: 25px;
  }

  #section_gcs .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%;

    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-body {
    width: 100%;
    margin-top: 0;
    font-size: 1em;
    line-height: 1.4em;
  }

  .limited-flex-body .name {
    margin: 5vw auto 20px;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-size: 4.3vw;
    font-weight: bold;
    line-height: 3rem;
  }

  .limited-flex-body .desc {
    width: 100%;
    height: auto;
    margin: 15px auto 15px;
    font-size: 3vw;
    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-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 .name {
    height: auto;
    margin: 0 auto 0px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
  }

  .limited-list .desc {
    width: 100%;
    height: auto;
    margin: 15px auto 15px;
    font-size: 3.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;
}

#section_collection h4 {
  width: 100%;
  margin: 60px auto 0;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
}

#section_collection .content_body {
  width: 1080px;
  margin: 0 auto 72px;
}

#section_collection .content_body .lineup_a_block {
  margin-bottom: 83px;
  padding-bottom: 27px;
}

#section_collection .content_body .lineup_b_block {
  margin-bottom: 5px;
  padding-bottom: 27px;
}

#section_collection .content_body .lineup_c_block {
  margin-bottom: 80px;
  padding-bottom: 27px;
}

#section_collection .lineup_text_area>* {
  width: 100%;
  text-align: center;
}

#section_collection .lineup_text_area .lineup_text_area_ttl {
  width: 100%;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.4em;
  letter-spacing: 1px;
  text-align: center;
  background: #f55c5c;
}

#section_collection .lineup_text_area .lineup_text_area_ttl_sub,
#section_collection .lineup_text_area .lineup_text_area_text {
  width: 100%;
  margin: 40px auto 32px;
  font-size: 2.2rem;
}

#section_collection .lineup_product_area {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}

#section_collection .lineup_product_area .lineup_product_img_block {
  width: 660px;
  text-align: center;
}

#section_collection .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;
}

#section_collection .lineup_product_area .lineup_product_img_block .select_active {
  display: block;
}

#section_collection .lineup_product_area .lineup_product_info_block {
  width: 400px;
  padding-left: 0;
}

#section_collection .collection_title {
  margin: 0;
  padding: 0;
  color: red;
  font-size: 2rem;
}

#section_collection .collection_title_sub {
  margin: 0;
  padding: 0;
  color: red;
  font-size: 1.4rem;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_area_required {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 16px;
  color: #f62a81;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_area_ttl {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 14px;
}

#section_collection .lineup_product_area .lineup_product_info_block .lineup_product_info_name,
#section_collection .lineup_product_area .lineup_product_info_block .lineup_product_info_name2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 8px;
  margin-bottom: 8px;
}

#section_collection .lineup_product_area .lineup_product_info_block .lineup_product_info_price,
#section_collection .lineup_product_area .lineup_product_info_block .lineup_product_info_price2 {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 16px;
}

#section_collection .lineup_product_area .lineup_product_info_block .lineup_product_info_price span,
#section_collection .lineup_product_area .lineup_product_info_block .lineup_product_info_price2 span {
  font-size: 17px;
  color: #f62a81;
  font-weight: bold;
}

#section_collection .lineup_product_area .lineup_product_info_block .btn_wrap,
#section_collection .lineup_product_area .lineup_product_info_block .btn_wrap2 {
  margin-bottom: 16px;
  margin-left: 3px;
}

#section_collection .lineup_product_area .lineup_product_info_block .btn_buy,
#section_collection .lineup_product_area .lineup_product_info_block .btn_buy2 {
  width: 100%;
  height: 45px;
  /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);*/
  border-radius: 22.5px;
  border: 2px solid #f3f3f3;
  color: #f3f3f3;
  background-color: #f55c5c;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

#section_collection .lineup_product_area .lineup_product_info_block .btn_buy:hover {
  background-color: #6e693d;
  color: #ededed;
  border: 2px solid #6e693d;
}


#section_collection .lineup_product_area .lineup_product_info_block .select_product_area {
  margin-bottom: 16px;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list {
  margin-bottom: 20px;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list input {
  display: none;
}

#section_collection .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: #fff;
  font-size: 13px;
  line-height: 1.3em;
  box-sizing: border-box;
  margin-bottom: 8px;
  cursor: pointer;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:hover {
  opacity: 0.7;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:last-child {
  margin-bottom: 0;
}

#section_collection .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;
}

.select_type_area {
  /*border:1px solid blue;*/
}

#section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list {
  display: flex;
  /*justify-content: flex-start;*/
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list input {
  display: none;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label {
  /*width: auto;*/
  width: 23%;
  min-height: 32px;
  /*padding: 0 26px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #f55c5c;
  color: #f55c5c;
  font-size: 13px;
  line-height: 1.3em;
  box-sizing: border-box;
  margin-right: 0;
  margin: 8px;
  cursor: pointer;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
  width: 46%;
  padding: 8px 12px;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label span {
  text-align: center;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
  opacity: 0.7;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list :checked+label {
  background: #f55c5c;
  color: #fff;
  border-color: #f55c5c;
  font-weight: bold;
}

#section_collection .info_set_area {
  width: 64%;
  margin: 60px 0 0 0;
}

#section_collection .info_set_area .info_set_area_inner {
  display: none;
}

#section_collection .info_set_area .info_set_area_inner.select_active {
  display: block;
}

#section_collection .info_set_area .select_area_ttl {
  margin-bottom: 16px;
}

#section_collection .info_set_area .info_set_ttl {
  margin-bottom: 22px;
  padding-right: 9px;
  position: relative;
  z-index: 1;
}

#section_collection ul.info_set_text {
  font-size: 13px;
  line-height: 23px;
  margin-top: -5px;
  margin-bottom: 27px;
}

#section_collection ul.info_set_text li {
  padding-left: 1em;
  text-indent: -1em;
}


#section_collection .info_set_area .list_asterisk {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 30px;
}


@media only screen and (max-width: 750px) {
  #section_collection {
    margin: 60px auto 10vw;
  }

  #section_collection .content_body {
    width: 100%;
    margin: 0 auto 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 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: 100%;
  }

  #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: 100%;
    margin: 0 auto 5vw;
    display: block;
  }

  #section_collection ul.info_set_text {
    font-size: 3vw;
    line-height: 4.5vw;
  }

}


/*--------------------------------------------------
	プレミアムボックス
--------------------------------------------------*/
#section_premium {
  margin: -100px auto 0;
}

#section_premium h4 {
  width: 100%;
  margin: 60px auto 0;
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;
}

.gcs_gustchan {
  width: 100%;
  margin: 30px auto 0;
  display: block;
}

#section_premium .content_body {
  width: 1100px;
  margin: 0 auto 72px;
}

#section_premium .content_body .lineup_a_block {
  margin-bottom: 83px;
  padding-bottom: 27px;
}

#section_premium .content_body .lineup_b_block {
  margin-bottom: 83px;
  padding-bottom: 27px;
}

#section_premium .content_body .lineup_c_block {
  margin-bottom: 5px;
  padding-bottom: 27px;
}

#section_premium .lineup_text_area>* {
  width: 100%;
  text-align: center;
}

#section_premium .lineup_text_area .lineup_text_area_ttl {
  width: 100%;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.4em;
  letter-spacing: 1px;
  text-align: center;
  background: linear-gradient(#e9ac14, #af7127);
}

#section_premium .lineup_text_area .lineup_text_area_ttl_sub,
#section_premium .lineup_text_area .lineup_text_area_text {
  width: 100%;
  margin: 40px auto 32px;
  font-size: 2.2rem;
}

#section_premium .lineup_product_area {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}

#section_premium .lineup_product_area .lineup_product_img_block {
  width: 660px;
  text-align: center;
}

#section_premium .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;
}

#section_premium .lineup_product_area .lineup_product_img_block .select_active {
  display: block;
}

#section_premium .lineup_product_area .lineup_product_info_block {
  width: 400px;
  padding-left: 0;
}

#section_premium .collection_title {
  margin: 0;
  padding: 0;
  color: red;
  font-size: 2rem;
}

#section_premium .collection_title_sub {
  margin: 0;
  padding: 0;
  color: red;
  font-size: 1.4rem;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_area_required {
  font-size: 14px;
  font-weight: normal;
  color: #f62a81;
  margin-bottom: 16px;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_area_ttl {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 14px;
}

#section_premium .lineup_product_area .lineup_product_info_block .lineup_product_info_name,
#section_premium .lineup_product_area .lineup_product_info_block .lineup_product_info_name2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 8px;
  margin-bottom: 8px;
}

#section_premium .lineup_product_area .lineup_product_info_block .lineup_product_info_price,
#section_premium .lineup_product_area .lineup_product_info_block .lineup_product_info_price2 {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 16px;
}

#section_premium .lineup_product_area .lineup_product_info_block .lineup_product_info_price span,
#section_premium .lineup_product_area .lineup_product_info_block .lineup_product_info_price2 span {
  font-size: 17px;
  color: #f62a81;
  font-weight: bold;
}

#section_premium .lineup_product_area .lineup_product_info_block .btn_wrap,
#section_premium .lineup_product_area .lineup_product_info_block .btn_wrap2 {
  margin-bottom: 16px;
  margin-left: 3px;
}

#section_premium .lineup_product_area .lineup_product_info_block .btn_buy,
#section_premium .lineup_product_area .lineup_product_info_block .btn_buy2 {
  width: 100%;
  height: 45px;
  /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);*/
  border-radius: 22.5px;
  border: 2px solid #f3f3f3;
  color: #f3f3f3;
  background-color: #f55c5c;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

#section_premium .lineup_product_area .lineup_product_info_block .btn_buy:hover {
  background-color: #6e693d;
  color: #ededed;
  border: 2px solid #6e693d;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_product_area {
  margin-bottom: 16px;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list {
  margin-bottom: 20px;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list input {
  display: none;
}

#section_premium .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_premium .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:hover {
  opacity: 0.7;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:last-child {
  margin-bottom: 0;
}

#section_premium .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_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list {
  display: flex;

  flex-wrap: wrap;
  margin-bottom: 20px;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list input {
  display: none;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label {
  /*width: auto;*/
  width: 23%;
  min-height: 32px;
  /*padding: 0 26px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #f55c5c;
  color: #f55c5c;
  font-size: 13px;
  line-height: 1.3em;
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 8px;
  cursor: pointer;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
  width: 46%;
  padding: 8px 12px;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label span {
  text-align: center;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
  opacity: 0.7;
}

#section_premium .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list :checked+label {
  background: #f55c5c;
  color: #fff;
  border-color: #f55c5c;
  font-weight: bold;
}

#section_premium .info_set_area {
  width: 64%;
  margin: 60px 0 0 0;
}

#section_premium .info_set_area .info_set_area_inner {
  display: none;
}

#section_premium .info_set_area .info_set_area_inner.select_active {
  display: block;
}

#section_premium .info_set_area .select_area_ttl {
  margin-bottom: 16px;
}

#section_premium .info_set_area .info_set_ttl {
  margin-bottom: 22px;
  padding-right: 9px;
  position: relative;
  z-index: 1;
}

#section_premium ul.info_set_text {
  font-size: 13px;
  line-height: 23px;
  margin-top: -5px;
  margin-bottom: 27px;
}

#section_premium ul.info_set_text li {
  padding-left: 1em;
  text-indent: -1em;
}


#section_premium .info_set_area .list_asterisk {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 30px;
}



@media only screen and (max-width: 750px) {
  #section_premium {
    margin: 0 auto 0;
  }

  #section_premium .content_body {
    width: 100%;
    margin: 30px 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_wide label {
    margin-right: 0;
    width: 100%;
  }

  #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;
}

#section_normal .content_body {
  width: 1100px;
  margin: 0 auto 72px;
}

#section_normal .content_body .lineup_a_block {
  margin-bottom: 83px;
  padding-bottom: 27px;
}

#section_normal .content_body .lineup_b_block {
  margin-bottom: 83px;
  padding-bottom: 27px;
}

#section_normal .content_body .lineup_c_block {
  margin-bottom: 83px;
  padding-bottom: 27px;
}

#section_normal .lineup_text_area>* {
  width: 100%;
  text-align: center;
}

#section_normal .lineup_text_area .lineup_text_area_ttl {
  width: 100%;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.4em;
  letter-spacing: 1px;
  text-align: center;
  background: linear-gradient(#e9ac14, #af7127);
}

#section_normal .lineup_text_area .lineup_text_area_ttl_sub,
#section_normal .lineup_text_area .lineup_text_area_text {
  width: 100%;
  margin: 40px auto 32px;
  font-size: 2.2rem;
}

#section_normal .lineup_product_area {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}

#section_normal .lineup_product_area .lineup_product_img_block {
  width: 660px;
  text-align: center;
}

#section_normal .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;
}

#section_normal .lineup_product_area .lineup_product_img_block .select_active {
  display: block;
}

#section_normal .lineup_product_area .lineup_product_info_block {
  width: 400px;
  padding-left: 0;
}

#section_normal .collection_title {
  margin: 0;
  padding: 0;
  color: red;
  font-size: 2rem;
}

#section_normal .collection_title_sub {
  margin: 0;
  padding: 0;
  color: red;
  font-size: 1.4rem;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_area_required {
  font-size: 14px;
  font-weight: normal;
  color: #f62a81;
  margin-bottom: 16px;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_area_ttl {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 14px;
}

#section_normal .lineup_product_area .lineup_product_info_block .lineup_product_info_name,
#section_normal .lineup_product_area .lineup_product_info_block .lineup_product_info_name2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 8px;
  margin-bottom: 8px;
}

#section_normal .lineup_product_area .lineup_product_info_block .lineup_product_info_price,
#section_normal .lineup_product_area .lineup_product_info_block .lineup_product_info_price2 {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 16px;
}

#section_normal .lineup_product_area .lineup_product_info_block .lineup_product_info_price span,
#section_normal .lineup_product_area .lineup_product_info_block .lineup_product_info_price2 span {
  font-size: 17px;
  color: #f62a81;
  font-weight: bold;
}

#section_normal .lineup_product_area .lineup_product_info_block .btn_wrap,
#section_normal .lineup_product_area .lineup_product_info_block .btn_wrap2 {
  margin-bottom: 16px;
  margin-left: 3px;
}

#section_normal .lineup_product_area .lineup_product_info_block .btn_buy,
#section_normal .lineup_product_area .lineup_product_info_block .btn_buy2 {
  width: 100%;
  height: 45px;
  /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);*/
  border-radius: 22.5px;
  border: 2px solid #f3f3f3;
  color: #f3f3f3;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

#section_normal .lineup_product_area .lineup_product_info_block .btn_buy:hover {
  background-color: #6e693d;
  color: #ededed;
  border: 2px solid #6e693d;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_product_area {
  margin-bottom: 16px;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list {
  margin-bottom: 20px;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list input {
  display: none;
}

#section_normal .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;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:hover {
  opacity: 0.7;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label:last-child {
  margin-bottom: 0;
}

#section_normal .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_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list {
  display: flex;
  /*justify-content: flex-start;*/
  margin: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list input {
  display: none;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label {
  /*width: auto;*/
  width: 23%;
  min-height: 32px;
  /*padding: 0 26px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #f55c5c;
  color: #f55c5c;
  font-size: 13px;
  line-height: 1.3em;
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 8px;
  cursor: pointer;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
  width: 46%;
  padding: 8px 12px;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label span {
  text-align: center;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label:hover {
  opacity: 0.7;
}

#section_normal .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list :checked+label {
  background: #f55c5c;
  color: #fff;
  border-color: #f55c5c;
  font-weight: bold;
}

#section_normal .info_set_area {
  width: 64%;
  margin: 60px 0 0 0;
}

#section_normal .info_set_area .info_set_area_inner {
  display: none;
}

#section_normal .info_set_area .info_set_area_inner.select_active {
  display: block;
}

#section_normal .info_set_area .select_area_ttl {
  margin-bottom: 16px;
}

#section_normal .info_set_area .info_set_ttl {
  margin-bottom: 22px;
  padding-right: 9px;
  position: relative;
  z-index: 1;
}

#section_normal ul.info_set_text {
  font-size: 13px;
  line-height: 23px;
  margin-top: -5px;
  margin-bottom: 27px;
}

#section_normal ul.info_set_text li {
  padding-left: 1em;
  text-indent: -1em;
}


#section_normal .info_set_area .list_asterisk {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 30px;
}



@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 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: 100%;
  }

  #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: 100%;
  font-size: 200%;
  font-weight: bold;
  color: #ffffff;
  background: rgb(245, 92, 92);
  padding: 20px;
  text-align: center;
}

.setwrap {
  width: 95%;
  margin: 30px auto 0;
  border: 1px dotted #92797A;
  font-size: 80%;
  overflow-x: scroll;
}

.set_table {
  width: 2000px;
  display: table;
}

.set_thead {
  display: table-header-group;
  border: 1px dotted #92797A;
}

.set_tbody {
  display: table-row-group;
  border: 1px dotted #92797A;
}

.set_trow {
  display: table-row;
  border: 1px dotted #92797A;
}

.set_tcell {
  width: 32rem;
  height: 40px;
  display: table-cell;
  border: 1px solid #92797A;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

.set_galcombo{
  background:#e8b5b9;
}
.set_gscombo{
  background:#f5d2d5;
}

.set_tcell a:active,
.set_tcell a:hover,
.set_tcell a:focus,
.set_tcell a:link {
  color: #f55c5c;
}

.set_topw {
  width: 35rem;
  text-align: left;
}

.set_tcell img {
  width: 90%;
}



.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;
    height: 20px;
  }
}

/*--------------------------------------------------
	グローバルメニュー固定用
--------------------------------------------------*/
.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 .content_body {
  width: 960px;
  margin: 0 auto;
}

#section_products .product_a_block,
#section_products .product_b_block {
  position: relative;
}

#section_products .product_a_block {
  margin-bottom: 90px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f3f3f3;
}

#section_products .product_text_area {
  position: relative;
}

#section_products .product_text_area::before {
  content: url("../img/product_title_bg_01.png");
  width: 399px;
  height: 291px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -144px;
  z-index: 0;
}

#section_products .product_text_area.bg_left::before {
  content: url("../img/product_title_bg_01.png");
  left: -166px;
}

#section_products .product_text_area.bg_right::before {
  content: url("../img/product_title_bg_02.png");
  right: -142px;
}

#section_products .product_text_area>* {
  width: 100%;
  text-align: center;
  line-height: 1em;
}

#section_products .product_text_area .product_text_area_ttl {
  margin-bottom: 42px;
}

#section_products .product_text_area .product_text_area_ttl_sub {
  margin-bottom: 39px;
}

#section_products .product_text_area .product_text_area_text {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

#section_products .product_main_img_area {
  width: 100%;
  margin-bottom: 60px;
  padding: 15px 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

#section_products .product_main_img_area img {
  width: 100%;
}

#section_products .product_list_4clm {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 57px;
}

#section_products .product_list_4clm+.product_list_4clm {
  margin-top: -30px;
}

#section_products .product_list_4clm .product_list_4clm_item {
  width: 222px;
  margin-right: 24px;
}

#section_products .product_list_4clm .product_list_4clm_item:nth-child(4n) {
  margin-right: 0;
}

#section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_img {
  margin-bottom: 11px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

#section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_img img {
  width: 100%;
}

#section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_ttl,
#section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_text {
  text-align: left;
  color: #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: url("../img/product_title_bg_01.png") center center no-repeat;
    background-size: cover;
    width: 250px;
    height: 182px;
    top: 0;
    margin-top: -95px;
    opacity: 0.8;
  }

  #section_products .product_text_area.bg_left::before {
    content: "";
    background: url("../img/product_title_bg_01.png") center center no-repeat;
    background-size: cover;
    left: -51px;
  }

  #section_products .product_text_area.bg_right::before {
    content: "";
    background: url("../img/product_title_bg_02.png") center center no-repeat;
    background-size: cover;
    margin-top: -84px;
    right: -52px;
  }

  #section_products .product_text_area .product_text_area_ttl {
    margin-bottom: 14px;
  }

  #section_products .product_text_area .product_text_area_ttl img {
    width: 86.2%;
  }

  #section_products .product_text_area .product_text_area_ttl_sub {
    margin-bottom: 33px;
  }

  #section_products .product_text_area .product_text_area_ttl_sub img {
    width: 83.6%;
  }

  #section_products .product_text_area .product_text_area_text {
    margin-bottom: 25px;
    display: block;
  }

  #section_products .product_text_area .product_text_area_text img {
    width: 86.6%;
    margin: 0 auto;
  }

  #section_products .product_main_img_area {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
  }

  #section_products .product_list_4clm {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  #section_products .product_list_4clm .product_list_4clm_item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 21px;
    margin-right: 0;
  }

  #section_products .product_list_4clm .product_list_4clm_item:nth-child(2n-1) {
    padding-right: 12.5px;
  }

  #section_products .product_list_4clm .product_list_4clm_item:nth-child(2n) {
    padding-left: 12.5px;
  }

  #section_products .product_list_4clm .product_list_4clm_item img {
    width: 100%;
  }

  #section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_ttl {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 8px;
  }

  #section_products .product_list_4clm .product_list_4clm_item .product_list_4clm_item_text {
    font-size: 12px;
    line-height: 20px;
  }

  #section_products .list_asterisk li {
    width: 100%;
    padding: 0 25px;
    font-size: 10px;
    line-height: 15px;
    box-sizing: border-box;
  }

  /*products_list*/
}

/*character*/
@media only screen and (max-width: 1300px) {

  #section_products .content_body .character_01 img,
  #section_products .content_body .character_02 img,
  #section_products .content_body .character_03 img {
    width: 85%;
  }

  #section_products .content_body .character_01 {
    position: absolute;
    top: -90px;
    right: -300px;
  }

  #section_products .content_body .character_02 {
    position: absolute;
    bottom: -470px;
    left: -115px;
  }

  #section_products .content_body .character_03 {
    position: absolute;
    bottom: 27px;
    right: -290px;
  }
}

@media only screen and (max-width: 750px) {

  #section_products .content_body .character_01,
  #section_products .content_body .character_02,
  #section_products .content_body .character_03 {
    width: 300px;
    opacity: 0.2;
    z-index: -1;
  }

  #section_products .content_body .character_01 img,
  #section_products .content_body .character_02 img,
  #section_products .content_body .character_03 img {
    width: 100%;
  }

  #section_products .content_body .character_01 {
    top: 0;
    right: -100px;
  }

  #section_products .content_body .character_02 {
    bottom: -20px;
    left: -105px;
  }

  #section_products .content_body .character_03 {
    bottom: -100px;
    right: -142px;
  }
}

/*--------------------------------------------------
	section_lineup
--------------------------------------------------*/
#section_lineup .content_body {
  width: 1090px;
  margin: 30px auto 72px;
}

#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 .btn_buy {
  width: 291px;
  height: 45px;
  background-color: #ff1e00;
  /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);*/
  border-radius: 22.5px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

#section_lineup .lineup_product_area .lineup_product_info_block .btn_buy:hover {
  opacity: 0.7;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area {
  margin-bottom: 16px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list {
  margin-bottom: 20px;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list input {
  display: none;
}

#section_lineup .lineup_product_area .lineup_product_info_block .select_product_area .select_product_list label {
  width: 236px;
  min-height: 53px;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  color: #000;
  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;
  color: #000;
  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;
  background: url("../img/back02.jpg");
  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;
}

@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;
  }
}

/*--------------------------------------------------
	footer_area
--------------------------------------------------*/
.footer_area .footer_banner_area {
  width: 100%;
  background-color: #ededed;
}

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;
  color: #6e693d;
  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 .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: #6e693d;
  }

  .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%;
  }
}

.spcam_war {
  font-size: 0.9em;
  line-height: 1.2em;
  border: #979797 2px double;
  padding: 5px;
  margin-top: -20px;
  margin-bottom: 10px;
}

.spcam_war_title {
  background: #E47678;
  padding: 10px;
  font-size: 1.5em;
  text-align: center;
}

@media only screen and (max-width: 750px) {

  .spcam_war {
    font-size: 2.5vw;
    line-height: 3.5vw;
    border: #979797 2px double;
    padding: 5px;
    margin-top: -20px;
    margin-bottom: 10px;
  }

  .spcam_war_title {
    background: #E47678;
    padding: 10px;
    font-size: 4vw;
    text-align: center;
  }


  /* footer */
  .main-footer {
    z-index: auto;
    min-width: 0;
    background-size: auto 300px;
    padding-top: 44px;
  }

  .main-footer::after {
    display: none;
  }

  .footer-grid {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
    width: auto;
    height: auto;
    margin: 0;
    text-shadow: none;
  }

  .footer-bottom .footer-logo {
    order: 2;
    width: 100%;
    margin: 0;
    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_cosmo 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: "";
}

/* ==================================================
  商品エリア・ボタン周り 共通化
================================================== */

#section_gcs .lineup_product_area,
#section_collection .lineup_product_area,
#section_premium .lineup_product_area,
#section_normal .lineup_product_area {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#section_gcs .lineup_product_img_block,
#section_collection .lineup_product_img_block,
#section_premium .lineup_product_img_block,
#section_normal .lineup_product_img_block {
  width: 660px;
  text-align: center;
}

#section_gcs .lineup_product_img_block img,
#section_collection .lineup_product_img_block img,
#section_premium .lineup_product_img_block img,
#section_normal .lineup_product_img_block img {
  display: none;
  max-width: 660px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
}

#section_gcs .lineup_product_img_block .select_active,
#section_collection .lineup_product_img_block .select_active,
#section_premium .lineup_product_img_block .select_active,
#section_normal .lineup_product_img_block .select_active {
  display: block;
}

#section_gcs .lineup_product_info_block,
#section_collection .lineup_product_info_block,
#section_premium .lineup_product_info_block,
#section_normal .lineup_product_info_block {
  width: 400px;
  padding-left: 0;
}

#section_gcs .lineup_product_info_name,
#section_collection .lineup_product_info_name,
#section_premium .lineup_product_info_name,
#section_normal .lineup_product_info_name {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 8px 0 8px;
}

#section_gcs .lineup_product_info_price,
#section_collection .lineup_product_info_price,
#section_premium .lineup_product_info_price,
#section_normal .lineup_product_info_price {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
}

#section_gcs .lineup_product_info_price .price,
#section_collection .lineup_product_info_price .price,
#section_premium .lineup_product_info_price .price,
#section_normal .lineup_product_info_price .price {
  font-size: 17px;
  color: #f62a81;
  font-weight: bold;
}

#section_gcs .btn_wrap,
#section_collection .btn_wrap,
#section_premium .btn_wrap,
#section_normal .btn_wrap {
  margin: 0 0 16px 3px;
}

#section_gcs .btn_buy,
#section_collection .btn_buy,
#section_premium .btn_buy,
#section_normal .btn_buy,
#section_gcs .btn_buy2,
#section_collection .btn_buy2,
#section_premium .btn_buy2,
#section_normal .btn_buy2 {
  width: 100%;
  height: 45px;
  border-radius: 22.5px;
  border: 2px solid #f3f3f3;
  background-color: #f55c5c;
  color: #f3f3f3;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

#section_gcs .btn_buy:hover,
#section_collection .btn_buy:hover,
#section_premium .btn_buy:hover,
#section_normal .btn_buy:hover,
#section_gcs .btn_buy2:hover,
#section_collection .btn_buy2:hover,
#section_premium .btn_buy2:hover,
#section_normal .btn_buy2:hover {
  background-color: #6e693d;
  color: #ededed;
  border-color: #6e693d;
}

#section_gcs .select_area_required,
#section_collection .select_area_required,
#section_premium .select_area_required,
#section_normal .select_area_required {
  font-size: 14px;
  font-weight: normal;
  color: #f62a81;
  margin-bottom: 16px;
}

#section_gcs .select_area_ttl,
#section_collection .select_area_ttl,
#section_premium .select_area_ttl,
#section_normal .select_area_ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 14px;
}

#section_gcs .select_type_list,
#section_collection .select_type_list,
#section_premium .select_type_list,
#section_normal .select_type_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

#section_gcs .select_type_list input,
#section_collection .select_type_list input,
#section_premium .select_type_list input,
#section_normal .select_type_list input {
  display: none;
}

#section_gcs .select_type_list label,
#section_collection .select_type_list label,
#section_premium .select_type_list label,
#section_normal .select_type_list label {
  width: calc(25% - 6px);
  min-height: 32px;
  margin: 0;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #f55c5c;
  font-size: 13px;
  line-height: 1.3;
  box-sizing: border-box;
  cursor: pointer;
}

#section_gcs .select_type_list_wide label,
#section_collection .select_type_list_wide label,
#section_premium .select_type_list_wide label,
#section_normal .select_type_list_wide label {
  width: calc(50% - 4px);
  padding: 8px 12px;
}

#section_gcs .select_type_list input:checked+label,
#section_collection .select_type_list input:checked+label,
#section_premium .select_type_list input:checked+label,
#section_normal .select_type_list input:checked+label {
  background: #f55c5c;
  color: #fff;
  border-color: #f55c5c;
  font-weight: bold;
}

/* SP */
@media only screen and (max-width: 750px) {

  #section_gcs .lineup_product_area,
  #section_collection .lineup_product_area,
  #section_premium .lineup_product_area,
  #section_normal .lineup_product_area {
    display: block;
  }

  #section_gcs .lineup_product_img_block,
  #section_collection .lineup_product_img_block,
  #section_premium .lineup_product_img_block,
  #section_normal .lineup_product_img_block {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 21px;
    box-sizing: border-box;
  }

  #section_gcs .lineup_product_img_block img,
  #section_collection .lineup_product_img_block img,
  #section_premium .lineup_product_img_block img,
  #section_normal .lineup_product_img_block img {
    width: 100%;
    max-width: 100%;
  }

  #section_gcs .lineup_product_info_block,
  #section_collection .lineup_product_info_block,
  #section_premium .lineup_product_info_block,
  #section_normal .lineup_product_info_block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  #section_gcs .btn_wrap,
  #section_collection .btn_wrap,
  #section_premium .btn_wrap,
  #section_normal .btn_wrap {
    margin-left: 0;
    margin-bottom: 25px;
  }

  #section_gcs .btn_buy,
  #section_collection .btn_buy,
  #section_premium .btn_buy,
  #section_normal .btn_buy,
  #section_gcs .btn_buy2,
  #section_collection .btn_buy2,
  #section_premium .btn_buy2,
  #section_normal .btn_buy2 {
    height: 40px;
    font-size: 15px;
  }

  #section_gcs .select_area_ttl,
  #section_collection .select_area_ttl,
  #section_premium .select_area_ttl,
  #section_normal .select_area_ttl {
    font-size: 12px;
  }

  #section_gcs .select_type_list label,
  #section_collection .select_type_list label,
  #section_premium .select_type_list label,
  #section_normal .select_type_list label {
    width: calc(33.333% - 6px);
  }

  #section_gcs .select_type_list_wide label,
  #section_collection .select_type_list_wide label,
  #section_premium .select_type_list_wide label,
  #section_normal .select_type_list_wide label {
    width: 100%;
  }
}

#section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list label {
  width: calc(25% - 6px);
  margin: 0;
}

#section_collection .lineup_product_area .lineup_product_info_block .select_type_area .select_type_list_wide label {
  width: calc(50% - 4px);
  margin: 0;
}