@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%;
  /*標準サイズ*/
}

:root {
  --vh: 1vh;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  height: 100%;
}

img {
  vertical-align: bottom;
}

.buy_pc {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  background: #cc0000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buy_pc:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fd6e6e;
}

.buy_pc a {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 16px;
  text-decoration: none;
  width: 60px;
}

/* --------------------------

	表示非表示 
	
-------------------------------	*/
@media screen and (min-width: 831px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 830px) {
  .pc {
    display: none !important;
  }
}

#floatNav {
  z-index: 99999;
}

a {
  text-decoration: none;
}

.bg-top {
  background: url(../img/kv_bg2.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 830px) {
  .bg-top {
    background: url(../img/kv_bgsp.png) no-repeat;
    background-size: cover;
  }
}

.arrow-box {
  width: 31px;
  height: 56px;
  position: absolute;
}

@media screen and (max-width: 830px) {
  .arrow-box {
    width: 5.34vw;
    height: 9.35vw;
  }
}

.prev {
  background: url(../img/arrowl.png) center center no-repeat;
  background-size: contain;
  top: 12.5rem;
  left: 8rem;
  z-index: 100;
}

@media screen and (max-width: 830px) {
  .prev {
    top: 24vw;
    left: 10vw;
  }
}

.next {
  background: url(../img/arrowr.png) center center no-repeat;
  background-size: contain;
  top: 12.5rem;
  right: 8rem;
  z-index: 100;
}

@media screen and (max-width: 830px) {
  .next {
    top: 24vw;
    right: 10vw;
  }
}

@media screen and (min-width: 831px) and (max-width: 830px) {
  .prev {
    top: 190px;
    left: 14vw;
  }
}

@media screen and (min-width: 831px) and (max-width: 830px) {
  .next {
    top: 190px;
    right: 14vw;
  }
}

.c-tab-button-outer {
  display: none;
}

@media screen and (min-width: 831px) {
  .c-tab-button-outer {
    display: block;
  }
  .c-tab-select-outer {
    display: none;
  }
}

.cmn-copy__ttl {
  font-size: 5rem;
  font-weight: 900;
  padding-top: 8rem;
  text-align: center;
}

@media screen and (max-width: 830px) {
  .cmn-copy__ttl {
    font-size: 2.4rem;
    font-weight: 900;
    padding-top: 4rem;
  }
}

.cmn-copy__txt {
  margin-top: 8rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 4.8rem;
  text-align: center;
}

@media screen and (max-width: 830px) {
  .cmn-copy__txt {
    margin-top: 4rem;
    font-size: 1.2rem;
    font-weight: 900;
    text-align: left;
    line-height: 2rem;
    padding: 0 2.5rem;
  }
}

.cmn-copy-w__ttl {
  font-size: 5rem;
  font-weight: 900;
  color: #ffffff;
  padding-top: 12rem;
  text-align: center;
}

@media screen and (max-width: 830px) {
  .cmn-copy-w__ttl {
    font-size: 2.4rem;
    font-weight: 900;
    padding-top: 4rem;
  }
}

.cmn-copy-w__txt {
  margin-top: 8rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 4.8rem;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 830px) {
  .cmn-copy-w__txt {
    margin-top: 4rem;
    font-size: 1.2rem;
    font-weight: 900;
    text-align: left;
    line-height: 2rem;
    padding: 0 2.5rem;
  }
}

.cmn-copy-w__txt span {
  font-size: 1.4rem;
}

@media screen and (max-width: 830px) {
  .cmn-copy-w__txt span {
    font-size: 1rem;
  }
}

dl {
  margin: 0 auto;
  margin-top: 8rem;
  max-width: 900px;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 830px) {
  dl {
    font-size: 1rem;
  }
}

dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
}

dl dt,
dl dd {
  padding: 20px 0;
}

dt {
  width: 380px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 830px) {
  dt {
    width: 40%;
    margin-left: 2rem;
  }
}

dl {
  word-break: break-all;
}

#particle {
  width: 100vw;
  height: 900px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

td {
  padding: 2rem 0rem;
  text-align: center;
  vertical-align: middle;
  max-width: 340px;
}

.tbl-ttl {
  max-width: 173px;
}

.chart-table {
  font-size: 1.2rem;
  width: 100%;
}

.chart-table .tbl-i td img {
  width: 100%;
  max-width: 259px;
}

.chart-table .tbl-w {
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
}

.chart-table .tbl-w td {
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
}

.chart-table .tbl-g {
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
  background-color: #f6f6f6;
}

.chart-table .tbl-g td {
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
}

.chart-table .tbl-g td img {
  width: 100%;
  max-width: 57px;
  margin-bottom: 0.8rem;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.main-wrapper .kv {
  background: url(../img/kv-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 30rem;
  padding-bottom: 30rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .kv {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}

.main-wrapper .kv__inner__mv {
  margin: 0 auto;
  max-width: 1104px;
}

.main-wrapper .campaign {
  background-color: #fff;
  padding: 0 1rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign {
    padding: 0;
  }
}

.main-wrapper .campaign__inner .campaign-cont {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 6rem;
}

.main-wrapper .campaign__inner .campaign-cont__camp01 {
  border: 1px solid lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
  position: relative;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 1rem;
    padding: 2rem;
  }
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy {
  max-width: 540px;
  margin-right: 3rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp01__copy {
    max-width: inherit;
    margin-right: 0;
  }
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding-bottom: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp01__copy__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__txt {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__link {
  margin-top: 3rem;
  padding-left: 1.2rem;
  font-size: 1.2rem;
  position: relative;
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__link a {
  text-decoration: none;
  color: #3b8cf0;
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__link a p {
  display: inline;
  border-bottom: 1px solid #3b8cf0;
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__link:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 7px;
  background: url(../img/arrow@2x.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 30%;
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__link2 {
  margin-top: 1.5rem;
  padding-left: 1.2rem;
  font-size: 1.2rem;
  position: relative;
  max-width: 224px;
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__link2 a {
  text-decoration: none;
  color: #3b8cf0;
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__link2 a p {
  display: inline;
  border-bottom: 1px solid #3b8cf0;
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__link2:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 7px;
  background: url(../img/arrow@2x.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 30%;
}

.main-wrapper .campaign__inner .campaign-cont__camp01__copy__link2:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/link-i@2x.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 30%;
}

.main-wrapper .campaign__inner .campaign-cont__camp01__img {
  max-width: 540px;
  min-width: 300px;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp01__img {
    min-width: inherit;
    margin: 0 auto;
    margin-top: 3rem;
  }
}

.main-wrapper .campaign__inner .campaign-cont__camp01__img img {
  width: 100%;
}

.main-wrapper .campaign__inner .campaign-cont__camp01 .camp-batch {
  position: absolute;
  top: -2rem;
  left: 3rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp01 .camp-batch {
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.main-wrapper .campaign__inner .campaign-cont__camp02 {
  margin-top: 4rem;
  border: 1px solid lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
  position: relative;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 1rem;
    padding: 2rem;
    margin-top: 4rem;
  }
}

.main-wrapper .campaign__inner .campaign-cont__camp02__copy {
  max-width: 540px;
  margin-right: 3rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp02__copy {
    max-width: inherit;
    margin-right: 0;
  }
}

.main-wrapper .campaign__inner .campaign-cont__camp02__copy__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding-bottom: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp02__copy__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}

.main-wrapper .campaign__inner .campaign-cont__camp02__copy__txt {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.main-wrapper .campaign__inner .campaign-cont__camp02__copy__txt span {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'Noto Sans JP',sans-serif;
}

.main-wrapper .campaign__inner .campaign-cont__camp02__copy__link {
  display: inline-block;
  margin-top: 3rem;
  font-size: 1.2rem;
  padding: 1rem;
  background-color: #389bee;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp02__copy__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 335px;
    margin: 0 auto;
    margin-top: 3rem;
  }
}

.main-wrapper .campaign__inner .campaign-cont__camp02__copy__link p {
  color: #fff;
}

.main-wrapper .campaign__inner .campaign-cont__camp02__copy__link p span {
  display: inline-block;
  font-size: 10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  line-height: 0.6;
}

.main-wrapper .campaign__inner .campaign-cont__camp02__img {
  max-width: 540px;
  min-width: 300px;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp02__img {
    min-width: inherit;
    margin: 0 auto;
    margin-top: 3rem;
  }
}

.main-wrapper .campaign__inner .campaign-cont__camp02__img img {
  width: 100%;
}

.main-wrapper .campaign__inner .campaign-cont__camp02 .camp-batch {
  position: absolute;
  top: -2rem;
  left: 3rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .campaign__inner .campaign-cont__camp02 .camp-batch {
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.main-wrapper .about {
  padding-top: 7rem;
  padding-bottom: 14rem;
  background-color: #fff;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about {
    padding-bottom: 10rem;
  }
}

.main-wrapper .about__inner .tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 900;
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about__inner .tab-area {
    max-width: 65%;
  }
}

.main-wrapper .about__inner .tab-area .tab {
  width: 20rem;
  line-height: 30px;
  text-align: center;
  color: #000;
  border-bottom: 5px solid #efefef;
  padding-bottom: 2rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about__inner .tab-area .tab {
    width: 9rem;
  }
}

.main-wrapper .about__inner .tab-area .tab.active {
  color: #000;
  border: none;
  border-bottom: 5px solid #005bab;
}

.main-wrapper .about__inner .content-area {
  text-align: center;
}

.main-wrapper .about__inner .content-area .content {
  display: none;
}

.main-wrapper .about__inner .content-area .content .about-bord__inner__img {
  max-width: 593px;
  margin: 0 auto;
  margin-top: 8rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .about__inner .content-area .content .about-bord__inner__img {
    width: 60%;
  }
}

.main-wrapper .about__inner .content-area .content .spec-bord__inner .spec-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 7rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main-wrapper .about__inner .content-area .content .spec-bord__inner .spec-popup__item {
  max-width: 308px;
}

.main-wrapper .about__inner .content-area .content .spec-bord__inner .spec-popup__item img {
  width: 100%;
}

.main-wrapper .about__inner .content-area .content .spec-bord__inner .spec-slider .spec-slider-box {
  margin-top: 2rem;
}

.main-wrapper .about__inner .content-area .content .spec-bord__inner .spec-slider .spec-slider-box__item img {
  width: 100%;
}

.main-wrapper .about__inner .content-area .content .spec-bord__inner .spec-slider .spec-slider-box__item-inner {
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-wrapper .about__inner .content-area .content .spec-bord__inner .spec-slider .spec-slider-box__item-inner a {
  display: block;
  width: calc(50% - 1.75rem);
}

.main-wrapper .about__inner .content-area .content .spec-bord__inner .spec-slider .spec-slider-box__item-inner a:nth-of-type(even) {
  margin-left: 2.5rem;
}

.main-wrapper .about__inner .content-area .content.show {
  margin-top: 50px;
  display: block;
}

.main-wrapper .online {
  background-color: #221915;
  padding-bottom: 15rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .online {
    padding-bottom: 5rem;
  }
}

.main-wrapper .online__inner {
  text-align: center;
}

.main-wrapper .online__inner__img {
  max-width: 667px;
  margin: 0 auto;
  margin-top: 7rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .online__inner__img {
    width: 60%;
    margin-top: 3.5rem;
  }
}

.main-wrapper .online__inner .online-logo {
  max-width: 220px;
  margin: 0 auto;
  margin-top: 8rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .online__inner .online-logo {
    width: 30%;
    margin-top: 3.5rem;
  }
}

.main-wrapper .online__inner .app-logo_inner .download_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 5rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .online__inner .app-logo_inner .download_btn {
    width: 50%;
    margin-top: 3.5rem;
  }
}

.main-wrapper .online__inner .app-logo_inner .download_btn a {
  max-width: 140px;
}

@media screen and (max-width: 830px) {
  .main-wrapper .online__inner .app-logo_inner .download_btn a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.main-wrapper .online__inner .app-logo_inner .download_btn a img {
  width: 100%;
}

.main-wrapper .movie {
  padding-bottom: 30rem;
  background-color: rgba(245, 245, 245, 0.5);
}

@media screen and (max-width: 830px) {
  .main-wrapper .movie {
    padding-bottom: 9rem;
    background-color: rgba(245, 245, 245, 0.5);
  }
}

.main-wrapper .movie__inner {
  padding-top: 8rem;
  text-align: left;
}

@media screen and (max-width: 830px) {
  .main-wrapper .movie__inner {
    padding-top: 0;
  }
}

.main-wrapper .movie__inner .mov-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1240px;
  margin: 0 auto;
}

.main-wrapper .movie__inner .mov-thumb__cont {
  margin: 1rem;
  margin-top: 10rem;
}

.main-wrapper .movie__inner .mov-thumb__cont__img {
  max-width: 586px;
}

.main-wrapper .movie__inner .mov-thumb__cont__ttl {
  font-size: 2rem;
  font-weight: 900;
  color: #000;
  margin-top: 3rem;
}

.main-wrapper .movie__inner .mov-thumb__cont__txt {
  font-size: 1.4rem;
  font-weight: 900;
  color: #000;
  margin-top: 3rem;
}

.main-wrapper .movie__inner .mov-slider {
  margin-top: 5rem;
}

.main-wrapper .movie__inner .mov-slider .mov-slider-box {
  width: 90%;
  margin: 0 auto;
}

.main-wrapper .movie__inner .mov-slider .mov-slider-box__item__ttl {
  font-size: 1.4rem;
  font-weight: 900;
  margin-top: 2rem;
}

.main-wrapper .movie__inner .mov-slider .mov-slider-box__item__txt {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 2rem;
}

.main-wrapper .chart {
  padding-top: 13rem;
  padding-bottom: 6rem;
  background-color: #fff;
}

@media screen and (max-width: 830px) {
  .main-wrapper .chart {
    padding-top: 5rem;
  }
}

.main-wrapper .chart__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.main-wrapper .chart__inner p {
  margin-top: 5rem;
  font-size: 1.2rem;
}

.main-wrapper .chart__inner .c-tabs {
  margin: 0 auto;
}

.main-wrapper .chart__inner .c-tabs .c-tab-select-outer {
  font-size: 1.4rem;
  text-align: center;
  position: relative;
}

.main-wrapper .chart__inner .c-tabs .c-tab-select-outer #c-tab-select {
  margin-top: 2rem;
  padding: 0.8rem 2rem;
  width: 85%;
  border-radius: 5rem;
  background-color: #f8f8f8;
  border: 1px solid #dfdfdf;
  -webkit-appearance: none;
  font-size: 16px;
}

.main-wrapper .chart__inner .c-tabs .c-tab-select-outer::before {
  position: absolute;
  top: 60%;
  bottom: 0;
  right: 13%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 1px;
  border: 4px solid transparent;
  border-left: 8px solid #000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-wrapper .chart__inner .c-tabs .c-tab-contents__dl {
  font-size: 16px;
  margin-top: 3rem;
}

.main-wrapper .chart__inner .c-tabs .c-tab-contents__dl__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-wrapper .chart__inner .c-tabs .c-tab-contents__dl__div__dt {
  width: 20%;
}

.main-wrapper .chart__inner .c-tabs .c-tab-contents__dl__div__dd {
  display: inline-block;
}

.main-wrapper .chart__inner .c-tabs .c-tab-contents .caution {
  width: 80%;
  margin: 0 auto;
  font-size: 1rem;
}

.main-wrapper .chart .link-btn {
  text-align: center;
  width: 33rem;
  margin: 0 auto;
  margin-top: 7rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .chart .link-btn {
    width: 90%;
  }
}

.main-wrapper .chart .link-btn__txt {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Noto Sans JP',sans-serif;
  text-align: center;
  margin-top: 5rem;
  color: #000;
  padding: 2rem;
  border: 1px solid #000;
  border-radius: 5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-wrapper .chart .link-btn .link-btn__txt:hover {
  background-color: #efefef;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-wrapper .faq {
  background-color: #221915;
  padding-bottom: 8rem;
}

.main-wrapper .faq__inner .cmn-copy-w {
  margin-bottom: 4rem;
}

.main-wrapper .faq__inner .faq-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}

.main-wrapper .faq__inner .faq-box__cont {
  background-color: #272727;
  width: 560px;
  padding: 3rem;
  margin: 1rem;
  margin-top: 3rem;
}

.main-wrapper .faq__inner .faq-box__cont__ttl {
  font-size: 2.2rem;
  color: #fff000;
}

.main-wrapper .faq__inner .faq-box__cont__txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  color: #fff;
}

.main-wrapper .faq__inner .faq-slider {
  margin-top: 5rem;
}

.main-wrapper .faq__inner .faq-slider .faq-slider-box {
  width: 90%;
  margin: 0 auto;
}

.main-wrapper .faq__inner .faq-slider .faq-slider-box__item {
  background-color: #272727;
  padding: 1rem 2rem 5rem 2rem;
}

.main-wrapper .faq__inner .faq-slider .faq-slider-box__item__ttl {
  font-size: 1.4rem;
  font-weight: 900;
  margin-top: 2rem;
  color: #fff000;
}

.main-wrapper .faq__inner .faq-slider .faq-slider-box__item__txt {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 2rem;
  color: #fff;
}

.main-wrapper .accessory {
  background-color: #f8f8f8;
  padding-bottom: 8rem;
}

.main-wrapper .accessory__inner .accessory-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  margin-top: 8rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main-wrapper .accessory__inner .accessory-item__list__cont {
  max-width: 23%;
  margin: 0 .5%;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  color: #000;
}

@media screen and (max-width:767px){
	.main-wrapper .accessory__inner .accessory-item__list{
		display: block;
	}
	.main-wrapper .accessory__inner .accessory-item__list__cont {
		display: block !important;
		max-width: 100%;
		position: relative;
		text-decoration: none;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		opacity: 1;
		color: #000;
	}
	.main-wrapper .accessory__inner .accessory-item__list__cont__img{width: 100% !important;}
	.main-wrapper .accessory__inner .accessory-item__list__cont__txt{width: 100% !important;}
	.main-wrapper .accessory__inner .accessory-item__list__cont__txt__name{font-size: 1.5rem !important;}
}

.accessory_variation{
	display: flex;
	justify-content: space-between;
	width: 86%;
	margin: 15px auto 0;
}

.accessory_variation img{
	width: 100%;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item__list__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: inherit;
    width: 100%;
    margin-bottom: 1.6rem;
  }
}

.main-wrapper .accessory__inner .accessory-item__list__cont__img {
  width: 100%;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item__list__cont__img {
    width: 40%;
  }
}

.main-wrapper .accessory__inner .accessory-item__list__cont__txt {
  background-color: #fff;
  text-align: center;
  padding: 3rem 0;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item__list__cont__txt {
    width: 60%;
  }
}

.main-wrapper .accessory__inner .accessory-item__list__cont__txt__name {
  font-size: 1.4rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item__list__cont__txt__name {
    font-size: 1rem;
  }
}

.main-wrapper .accessory__inner .accessory-item__list__cont__txt__price {
  margin-top: 54px;
  font-size: 2rem;
  color: #cc0000;
}

.accessory_variation + .accessory-item__list__cont__txt__price{
	margin-top: 2rem !important;
}

.accessory-item__list .slick-track::before,
.accessory-item__list .slick-track::after{
	display: block;
	width: 50px;
	height: 100px;
	background: #000000;
	position: absolute;
	top: 50px;
	z-index: 9999;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item__list__cont__txt__price {
    font-size: 1.6rem;
  }
}

.main-wrapper .accessory__inner .accessory-item__list__cont .new-icon {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 830px) {
  .main-wrapper .accessory__inner .accessory-item__list__cont .new-icon img {
    width: 50%;
  }
}

.main-wrapper .accessory__inner .accessory-item__list__cont:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.main-wrapper .setitem {
  background: #fff;
}

.main-wrapper .setitem__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.main-wrapper .setitem__inner .lineup {
  margin-top: 8rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .setitem__inner .lineup {
    margin-top: 4rem;
  }
}

.main-wrapper .setitem__inner .lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 830px) {
  .main-wrapper .setitem__inner .lineup__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.main-wrapper .setitem__inner .lineup__list__item {
  text-align: center;
  border-right: solid 1px #e6e6e6;
  padding: 1.4rem 3rem 4rem 3rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .setitem__inner .lineup__list__item {
    width: 49%;
    border-right: none;
    padding: 2rem 1rem;
  }
}

.main-wrapper .setitem__inner .lineup__list__item__img {
  width: 100%;
  max-width: 222px;
}

.main-wrapper .setitem__inner .lineup__list__item__name {
  font-size: 1.3rem;
}

.main-wrapper .setitem__inner .lineup__list__item__price {
  font-size: 2rem;
  font-weight: bold;
  color: #cc0000;
  margin-top: 2rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .setitem__inner .lineup__list__item__price {
    font-size: 1.4rem;
  }
}

.main-wrapper .setitem__inner .lineup__list__item:last-child {
  border-right: none;
}

.main-wrapper .setitem__inner .set-link {
  background: #f8f8f8;
  margin-top: 5rem;
}

.main-wrapper .setitem__inner .set-link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 6rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .setitem__inner .set-link__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}

@media screen and (max-width: 830px) {
  .main-wrapper .setitem__inner .set-link__inner .set-link-left {
    text-align: center;
  }
}

.main-wrapper .setitem__inner .set-link__inner .set-link-left img {
  width: 100%;
  max-width: 265px;
}

@media screen and (max-width: 830px) {
  .main-wrapper .setitem__inner .set-link__inner .set-link-left img {
    width: 80%;
  }
}

.main-wrapper .setitem__inner .set-link__inner .set-link-left p {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
}

.main-wrapper .setitem__inner .set-link__inner .and {
  margin: 0 8rem;
}

@media screen and (max-width: 830px) {
  .main-wrapper .setitem__inner .set-link__inner .and {
    margin: 4rem 0;
  }
}

@media screen and (max-width: 830px) {
  .main-wrapper .setitem__inner .set-link__inner .set-link-right__list {
    width: 90%;
    margin: 0 auto;
  }
}

.main-wrapper .setitem__inner .set-link__inner .set-link-right__list__link {
  color: #000;
  background: #f8f8f8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 2.5rem 10rem 2.5rem 1rem;
  font-size: 1.4rem;
  border-top: 1px solid #d4d3d3;
  display: block;
  position: relative;
}

.main-wrapper .setitem__inner .set-link__inner .set-link-right__list__link:last-child {
  border-bottom: 1px solid #d4d3d3;
}

.main-wrapper .setitem__inner .set-link__inner .set-link-right__list__link:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 7px;
  background: url(../img/arrow@2x.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 46%;
}

.main-wrapper .setitem__inner .set-link__inner .set-link-right__list__link:hover {
  color: #fff;
  background: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 2.5rem 10rem 2.5rem 1rem;
  font-size: 1.4rem;
  border-top: 1px solid #d4d3d3;
  display: block;
  position: relative;
}

.main-wrapper .setitem__inner .set-link__inner .set-link-right__list__link:hover:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 7px;
  background: url(../img/arrow@2x2.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 46%;
}

.accessory-item2 {
  padding-bottom: 10rem;
  background-color: #fff;
}

@media screen and (max-width: 830px) {
  .accessory-item2 {
    padding-bottom: 5rem;
    padding-top: 3rem;
    margin: 0 1rem;
  }
}

.accessory-item2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 8rem;
  border: 2px solid #dfdfdf;
  position: relative;
  padding: 2rem 0 2rem 4rem;
}

@media screen and (max-width: 830px) {
  .accessory-item2__inner {
    padding: 1.5rem;
    margin: 0 auto;
    max-width: 45rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.accessory-item2__inner__img {
  max-width: 164px;
  margin-right: 5rem;
}

@media screen and (max-width: 830px) {
  .accessory-item2__inner__img {
    width: 40%;
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
}

.accessory-item2__inner__img img {
  width: 100%;
}

.accessory-item2__inner__copy {
  text-align: left;
  padding: 0;
  max-width: 650px;
}

@media screen and (max-width: 830px) {
  .accessory-item2__inner__copy {
    padding: 0;
  }
}

.accessory-item2__inner__copy__name {
  font-size: 1.6rem;
  font-weight: 900;
}

@media screen and (max-width: 830px) {
  .accessory-item2__inner__copy__name {
    font-size: 1.4rem;
  }
}

.accessory-item2__inner__copy__price {
  margin-top: 2rem;
  font-size: 1.6rem;
  color: #cc0000;
}

@media screen and (max-width: 830px) {
  .accessory-item2__inner__copy__price {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.accessory-item2__inner__copy__txt {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2.8rem;
}

@media screen and (max-width: 830px) {
  .accessory-item2__inner__copy__txt {
    font-size: 1rem;
    padding-right: 1rem;
    line-height: 1.8rem;
  }
}

.accessory-item2__inner .buy-btn {
  text-align: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

@media screen and (max-width: 830px) {
  .accessory-item2__inner .buy-btn {
    position: inherit;
    margin-top: 1.5rem;
  }
}

.accessory-item2__inner .buy-btn__txt {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Noto Sans JP',sans-serif;
  text-align: center;
  color: #fff;
  padding: 1rem;
  background-color: #cc0000;
  width: 20rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 830px) {
  .accessory-item2__inner .buy-btn__txt {
    width: 100%;
    font-size: 1rem;
    margin: 0 auto;
  }
}

.accessory-item2__inner .buy-btn .buy-btn__txt:hover {
  background-color: #ff5858;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tab-spec-hidden.is-hide {
  display: none !important;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* --------------------------

	COMMON PARTS 
	
-------------------------------	*/
#footer {
  color: #9a9a9a;
  background-color: #000;
  padding: 10px 0 15px;
}

#footer a {
  color: #9a9a9a;
}

.pankuzu ul {
  margin: 0;
  line-height: 1;
}

.copyright {
  margin-top: 24px;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
  .copyright {
    margin: 0;
  }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
  .snsList {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 29px;
  }
  .snsList_icon {
    margin: 0 11px;
  }
  .snsList_icon:not(:first-child) {
    margin-top: 0;
  }
}
/*# sourceMappingURL=screen.css.map */

/* 追加記載分
--------------------------------------------------:*/
.lineup__list__item a{
	color: #000000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.lineup__list__item a:hover{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.7;
}

@media screen and (min-width:768px){
	.caution_top{
		box-sizing:border-box;
		border:2px solid #cc0000;
		width:100%;
		max-width:1200px;
		margin:20px auto;
		text-align:center;
		padding:10px 20px;
		background:#ffffff;
	}
	.caution_top a{
		color:#cc0000;
		font-size:1.4rem;
		position:relative;
		text-decoration: underline;
	}
	.caution_top a:before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 6px;
		border-color: transparent transparent transparent #cc0000;
		position: absolute;
		top: 50%;
		left: -15px;
		margin-top: -3px;
	}
	.caution{
		box-sizing:border-box;
		border:1px solid #ffffff;
		width:100%;
		max-width:800px;
		margin:40px auto 0;
		text-align:center;
		padding:10px 20px;
	}
	.caution a{
		color:#ffffff;
		font-size:1.4rem;
		position:relative;
		text-decoration: underline;
	}
	.caution a:before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 6px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: 50%;
		left: -15px;
		margin-top: -3px;
	}
	
	.cp21dec_time{
		box-sizing: border-box;
		background: #f3f3f3;
		margin: 20px 0;
		padding: 10px;
		font-size: 14px;
		line-height: 1.8;
	}

	.cp21dec_time p{
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}

	.cp21dec_caution{
		font-size: 12px;
		line-height: 1.8;
		font-weight: normal;
	}

	.cp21dec_caution li:before{
		content: "※";
		font-size: 12px;
	}
	
	.pcNone{display: none;}
	.spNone{display: block;}
	
	.dspCard{
		background: #cc0000;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		padding: 10px 0;
		margin-top: 20px;
	}
	
	.secInner{
		width: 700px;
		box-sizing: border-box;
		border: 2px solid #cccccc;
		padding: 20px;
		margin: 20px auto 0;
		background: #ffffff;
	}
	
	.secInner h2{
		text-align: center;
		color: #cc0000;
		font-size: 18px;
	}
	
	.segmentFlex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}
	
	.segmentFlex div:nth-child(1){width: 35%;}
	.segmentFlex div:nth-child(1) img{width: 100%;}
	
	.segmentFlex div:nth-child(2){width: 60%;}
	.segmentFlex div:nth-child(2) p{font-size: 16px; line-height: 1.6;}
	.segmentFlex div:nth-child(2) a{display: block; width: 100%; margin-top: 20px; background: #cc0000; color: #ffffff; font-size: 16px; padding: 10px 0 10px 40px; position: relative;}
	.segmentFlex div:nth-child(2) a:before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 6px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: 50%;
		left: 20px;
		margin-top: -5px;
	}
	#segment_all_trade{
		margin: 60px auto;
		padding-top: 60px;
		width: 100%;
		max-width: 1200px;
		border-top: 1px solid #cccccc;
	}
	
	.segment_all_trade_flex{
		box-sizing: border-box;
		padding: 0 50px;
		display: flex;
		background: #f8f8f8;
		justify-content: space-between;
	}
	
	.segment_all_trade_left h2{
		font-size: 22px;
		font-weight: 600;
		padding: 40px 0 20px;
	}
	
	.segment_all_trade_left h2+p{
		font-size: 14px;
		line-height: 2em;
		font-weight: normal;
	}
	
	.segment_all_trade_left h2+p+a{
		display: inline-block;
		margin-top: 30px;
		font-size: 14px;
		color: #005bab;
		text-decoration: underline;
		text-indent: 12px;
		position: relative;
		line-height: 1.8;
	}
	
	.segment_all_trade_left h2+p+a:after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 6px;
		border-color: transparent transparent transparent #005bab;
		position: absolute;
		top: 50%;
		left: 0px;
		margin-top: -5px;
	}
	
	.segment_all_trade_right{
		padding: 20px 0;
	}
}

@media screen and (max-width:767px){
	.caution_top{
		box-sizing:border-box;
		border:2px solid #cc0000;
		width:90%;
		max-width:800px;
		margin:20px auto;
		text-align:left;
		padding:10px 20px 10px 35px;
		background:#ffffff;
	}
	.caution_top a{
		color:#cc0000;
		font-size:1.2rem;
		position:relative;
		text-decoration: underline;
	}
	.caution_top a:before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 6px;
		border-color: transparent transparent transparent #cc0000;
		position: absolute;
		top: 6px;
		left: -15px;
	}
	.caution{
		box-sizing:border-box;
		border:2px solid #ffffff;
		width:90%;
		max-width:800px;
		margin:20px auto 0;
		text-align:left;
		padding:10px 20px 10px 35px;
	}
	.caution a{
		color:#ffffff;
		font-size:1.2rem;
		position:relative;
		text-decoration: underline;
	}
	.caution a:before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3.5px 0 3.5px 6px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: 6px;
		left: -15px;
	}
	
	.cp21dec_time{
		box-sizing: border-box;
		background: #f3f3f3;
		margin: 20px 0;
		padding: 10px;
		font-size: 12px;
		line-height: 1.8;
		text-align: center;
	}

	.cp21dec_time p{
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
	
	.onlineShop{color: #005bab;}
	.realShop{color: #005bab;}

	.cp21dec_caution{
		font-size: 12px;
		line-height: 1.8;
	}

	.cp21dec_caution li:before{
		content: "※";
		font-size: 12px;
	}
	
	.spNone{display: none;}
	.pcNone{display: block;}
	
	.dspCard{
		background: #cc0000;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		padding: 10px 0;
		margin-top: 20px;
	}
	
	.secInner{
		width: 94%;
		box-sizing: border-box;
		border: 2px solid #cccccc;
		padding: 15px;
		margin: 20px auto 0;
		background: #ffffff;
	}
	
	.secInner h2{
		text-align: center;
		color: #cc0000;
		font-size: 16px;
	}
	
	.segmentFlex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 15px;
	}
	
	.segmentFlex div:nth-child(1){width: 35%;}
	.segmentFlex div:nth-child(1) img{width: 100%;}
	
	.segmentFlex div:nth-child(2){width: 60%;}
	.segmentFlex div:nth-child(2) p{font-size: 12px; line-height: 1.6;}
	.segmentFlex div:nth-child(2) a{display: block; margin-top: 10px; color: #cc0000; font-size: 12px; position: relative; text-indent: 10px; text-decoration: underline;}
	.segmentFlex div:nth-child(2) a:before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 6px;
		border-color: transparent transparent transparent #cc0000;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -5px;
	}
	
	#segment_all_trade{
		margin: 40px auto;
		padding-top: 40px;
		width: 94%;
		border-top: 1px solid #cccccc;
	}
	
	.segment_all_trade_flex{
		box-sizing: border-box;
		padding: 0 15px;
		background: #f8f8f8;
		justify-content: space-between;
	}
	
	.segment_all_trade_left h2{
		font-size: 18px;
		font-weight: 600;
		padding: 20px 0;
	}
	
	.segment_all_trade_left h2+p{
		font-size: 12px;
		line-height: 1.8em;
		font-weight: normal;
	}
	
	.segment_all_trade_left h2+p+a{
		display: block;
		margin-top: 10px;
		font-size: 12px;
		color: #005bab;
		text-decoration: underline;
		position: relative;
		text-indent: 12px;
		line-height: 1.8;
	}
	
	.segment_all_trade_left h2+p+a:after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 6px;
		border-color: transparent transparent transparent #005bab;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -5px;
	}
	
	.segment_all_trade_right{
		padding: 20px 0;
		text-align: center;
	}
}

/* 0418追加
--------------------------------------------------:*/
@media screen and (min-width:768px){
	.itemList{
		width: 100%;
		max-width: 1200px;
		margin: 80px auto 0;
	}

	.itemList ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.itemList li{
		background: #ffffff;
		border-radius: 20px;
	}

	.itemList li a{
		display: block;
		text-decoration: none;
		color: #000000;
		padding: 100px 40px 50px;
		border-radius: 20px;
	}

	.itemList li:nth-child(1),
	.itemList li:nth-child(2),
	.itemList li:nth-child(3){
		width: 380px;
	}

	.itemList li:nth-child(n+4){
		margin-top: 40px;
		width: 270px;
	}

	.itemList li:nth-child(n+4) a{
		padding-right: 20px;
		padding-left: 20px;
	}

	.itemList li:first-child a{
		padding-right: 40px;
		padding-left: 40px;
	}

	.acImg{
		text-align: center;
		margin-bottom: 60px;
	}
	
	.acImg img{
		height: 100%;
		max-height: 230px;
	}

	.new{
		font-size: 13px;
		font-weight: 600;
		color: #cc0000;
		text-align: center;
	}

	.name{
		font-size: 13px;
		text-align: center;
		margin-top: 20px;
		line-height: 1.6em;
		height: 4.8em;
		overflow: hidden;
	}

	.price{
		font-size: 13px;
		font-weight: 600;
		margin-top: 20px;
		color: #cc0000;
		text-align: center;
	}
}

@media screen and (max-width:767px){
	.slick-slide{
		height: auto;
	}
	
	.itemList{
		width: 100%;
		max-width: 1200px;
		margin: 4rem auto 0;
	}

	.itemList ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 94%;
		margin: 0 auto;
	}

	.itemList li{
		background: #ffffff;
		border-radius: 20px;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		width: 48%;
		margin: 10px 0 0;
	}

	.itemList li a{
		display: block;
		text-decoration: none;
		color: #000000;
		border-radius: 20px;
		padding: 30px 0;
	}

	.itemList li:first-child{
		width: 100%;
	}
	
	.itemList li:last-child{
		margin-right: auto;
	}

	.itemList li:not(:first-child) a{
		padding-right: 10px;
		padding-left: 10px;
	}

	.itemList li:first-child a{
		padding-right: 40px;
		padding-left: 40px;
	}

	.acImg{
		text-align: center;
		margin-bottom: 30px;
	}
	
	.itemList li:nth-child(2) .acImg{
		box-sizing: border-box;
		height: 160px;
		padding-top: 31px
	}
	
	.acImg img{
		width: 100%;
	}
	
	.itemList li:nth-child(n+4) .acImg img{
		height: 140px;
		width: auto;
	}

	.new{
		font-size: 12px;
		font-weight: 600;
		color: #cc0000;
		text-align: center;
	}

	.name{
		font-size: 12px;
		text-align: center;
		margin-top: 20px;
		line-height: 1.6em;
		height: 4.8em;
		overflow: hidden;
	}
	.itemList li:nth-child(1) .name{
		height: 3.2em;
	}

	.price{
		font-size: 13px;
		font-weight: 600;
		margin-top: 20px;
		color: #cc0000;
		text-align: center;
	}
}