@charset "UTF-8";
/* テンプレートスタイル指定 */
/*
viewport幅（最大幅想定）
スマホ表示  750px想定
PC表示 960px想定
デザインの最大幅によって適宜vwの調整が必要です。

*/
#contentsArea {
  overflow-x: initial;
}

/* 履歴商品用 */
#msmt_history .item-wrap {
  border-width: 0;
}

#wrap.base {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  #wrap.base {
    max-width: none;
    width: 100% !important;
  }
}
#wrap.base img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

#wrap.base ul, #wrap.base ol {
  list-style-position: outside;
}

#wrap.base ul li, #wrap.base ol li {
  list-style-type: none;
}

#wrap.base h2, #wrap.base h3, #wrap.base h4, #wrap.base h5 {
  text-align: center;
  font-weight: bold;
}

#wrap.base p, #wrap.base li {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',Meiryo,sans-serif;
}

#wrap.base area {
  outline: none;
}

#wrap.base a {
  outline: none;
}

@media only screen and (min-width: 768px) {
  #wrap.base a img {
    /*-webkit-transition: opacity .3s;
    transition: opacity .3s;*/
  }
}
#wrap.base a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  #wrap.base a:hover > img, #wrap.base a:hover > div, #wrap.base a:hover > p, #wrap.base a:hover > span {
    opacity: .6;
  }
}
#wrap.base button {
  text-indent: 100%;
  overflow: hidden;
  border: none;
  white-space: nowrap;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  outline: none;
}

#wrap.base button:hover {
  opacity: .6;
}

#wrap.base .list-ttl-area-l, #wrap.base .list-ttl-area-c {
  background-image: none;
}

#wrap.base .list-ttl-area-btm div {
  background-image: none;
}

#wrap.base #crumbs ul {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
}
#wrap.base .only-pc {
  display: inline;
}
#wrap.base .only-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  #wrap.base .only-pc {
    display: none;
  }
  #wrap.base .only-sp {
    display: inline;
  }
  #wrap.base #crumbs {
    padding-bottom: 2px;
  }

  #wrap.base #crumbs li {
    color: #333;
  }

  #wrap.base #crumbs li a {
    color: #333;
  }
}
#wrap.base .to-pagetop {
  max-width: 1400px;
  clear: both;
  /*margin-right: 15px;*/
  margin: 0 auto !important;
  text-align: right;
  /*padding: 0 0 0 1.5em !important;*/
  padding: 0 !important;
  background-image: none;
  box-sizing: border-box;
  font-size: 11px;
  font-size: 2.9333333333vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .to-pagetop {
    font-size: 14px;
    font-size: 1.0869565217vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .to-pagetop {
    font-size: 14px;
  }
}
#wrap.base .to-pagetop a {
  display: inline-block;
  text-decoration: underline;
  color: #010101;
  background: url(../bt_images/arrow_top.png) right center no-repeat;
  background-size: auto 100%;
  padding-right: 1.5em;
}

#wrap.base .to-pagetop a:hover {
  text-decoration: none;
}

#wrap.base .to-pagetop.active {
  display: block;
}

#wrap.base .footer {
  width: 100%;
  margin: 70px auto 20px;
  border-top: 1px solid #CCC;
}

@media only screen and (min-width: 768px) {
  #wrap.base .footer {
    margin-top: 70px;
    margin-bottom: 0;
  }
}
#wrap.base .back-to-top {
  clear: both;
  display: block;
  width: 100%;
  padding: 15px 1em;
  box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top {
    width: 100%;
    max-width: 1200px;
  }
}
#wrap.base .back-to-top a {
  color: #000;
}

#wrap.base .back-to-top li, #wrap.base .back-to-top p {
  font-size: 11px;
  font-size: 2.9333333333vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top li, #wrap.base .back-to-top p {
    font-size: 12px;
    font-size: 0.9316770186vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .back-to-top li, #wrap.base .back-to-top p {
    font-size: 12px;
  }
}
#wrap.base .back-to-top ul {
  float: none;
}

#wrap.base .back-to-top li {
  background-image: url(../bt_images/arrow_back.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  /*background-image: none;*/
  padding: 0 0 0 1.5em;
  /*padding: 0;*/
  margin-top: 1em;
}

#wrap.base .back-to-top .to-pagetop {
  float: none;
  clear: none;
  margin-bottom: 2em !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top .to-pagetop {
    float: right;
    margin-top: 1em !important;
  }
}
#wrap.base .sec {
  margin: 0 auto;
  clear: both;
  max-width: 750px;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  #wrap.base .sec {
    max-width: none;
  }
}
#wrap.base .sec:not(.main) {
  margin-top: 4vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .sec:not(.main) {
    margin-top: 6.2111801242vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec:not(.main) {
    margin-top: 80px;
  }
}
#wrap.base .sec div, #wrap.base .sec p, #wrap.base .sec ul, #wrap.base .sec ol, #wrap.base .sec li, #wrap.base .sec dl, #wrap.base .sec dt, #wrap.base .sec dd, #wrap.base .sec table, #wrap.base .sec th, #wrap.base .sec td, #wrap.base .sec h2, #wrap.base .sec h3, #wrap.base .sec h4, #wrap.base .sec h5 {
  padding: 0;
  margin: 0 auto;
  vertical-align: bottom;
  line-height: 1;
  color: #333;
}

#wrap.base .sec p, #wrap.base .sec li {
  font-size: 3.2vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .sec p, #wrap.base .sec li {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec p, #wrap.base .sec li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec img {
    display: none;
  }

  #wrap.base .sec img:nth-of-type(1):nth-last-of-type(1) {
    display: inline-block;
  }
}
#wrap.base .sec img + img {
  display: none;
}

@media only screen and (min-width: 768px) {
  #wrap.base .sec img + img {
    display: inline-block;
  }
}
#wrap.base .sec a {
  color: #333;
}

#wrap.base .sec h3, #wrap.base .sec h4, #wrap.base .sec h5 {
  width: 100%;
}

#wrap.base .sec .linkTxt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

#wrap.base .sec .linkTxt > span {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#wrap.base .sec .linkTxt > span > span:after {
  content: "\A";
  white-space: pre;
}

@media only screen and (min-width: 768px) {
  #wrap.base .sec .linkTxt > span > span:after {
    content: none;
  }
}
#wrap.base .sec + .to-pagetop {
  margin-top: 3.2vw !important;
}

@media only screen and (min-width: 768px) {
  #wrap.base .sec + .to-pagetop {
    margin-top: 1.8633540373vw !important;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec + .to-pagetop {
    margin-top: 24px;
  }
}
/* main */
#wrap.base .main {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .main {
    overflow: hidden;
    max-width: 1400px;
  }
}
#wrap.base .main h2 {
  max-width: 750px;
  width: 100%;
  background: url("../bt_images/main_bg_s.jpg") center center no-repeat;
  background-size: auto 100%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .main h2 {
    background-image: url("../bt_images/main_bg.jpg");
    max-width: 1400px;
  }
}
#wrap.base .main h2 > span {
  display: block;
  width: 100%;
  max-width: 750px;
}

@media only screen and (min-width: 768px) {
  #wrap.base .main h2 > span {
    margin: 0 auto;
  }
}
#wrap.base .main h2 + P {
  text-align: center;
  line-height: 2;
  margin-top: 3.2vw;
  width: 94.6666666667%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .main h2 + P {
    margin-top: 3.7267080745vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .main h2 + P {
    margin-top: 48px;
  }
}
/* main */
#wrap.base .pageMenu.sec {
  margin-top: 8vw;
  max-width: 1400px;
}

@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu.sec {
    margin-top: 4.0372670807vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .pageMenu.sec {
    margin-top: 52px;
  }
}
/* メニュー修正前 */
/*#wrap.base .pageMenu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul {
    max-width: 1288px;
  }
}
#wrap.base .pageMenu ul li a {
  text-decoration: none;
}
#wrap.base .pageMenu ul.menu_01 li {
  width: 33.3333333333%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul.menu_01 li {

    width: 33.3333333333%;
  }
}
#wrap.base .pageMenu ul.menu_01 li a {
  text-decoration: none;
}
#wrap.base .pageMenu ul.menu_01 li .linkTxt {
  width: 100%;
  flex-wrap: wrap;
}
#wrap.base .pageMenu ul.menu_01 li .linkTxt > span {
  text-align: center;
}
#wrap.base .pageMenu ul.menu_01 li .linkTxt > span:nth-of-type(1) {
  max-width: 114px;
}
#wrap.base .pageMenu ul.menu_01 li .linkTxt > span:nth-of-type(2) {
  width: 100%;
  line-height: 1.75;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul.menu_01 li .linkTxt > span:nth-of-type(2) > span:after {
    content: "\A";
  }
}
#wrap.base .pageMenu ul.menu_02 {
  margin-top: 5.0666666667vw;
  width: 94.6666666667%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul.menu_02 {
    max-width: 1288px;
    width: 100%;
    margin-top: 3.7267080745vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .pageMenu ul.menu_02 {
    margin-top: 48px;
  }
}
#wrap.base .pageMenu ul.menu_02 li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul.menu_02 li {
    max-width: 605px;
    width: 46.9720496894%;
  }
}
#wrap.base .pageMenu ul.menu_02 li:nth-of-type(2n) {
  margin-top: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul.menu_02 li:nth-of-type(2n) {
    margin-top: 0;
  }
}
#wrap.base .pageMenu ul.menu_02 li:nth-of-type(n+2) {
  margin-top: 3.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul.menu_02 li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
#wrap.base .pageMenu ul.menu_02 li:nth-of-type(1) {
  background-image: url("../bt_images/menu_07.png");
}
#wrap.base .pageMenu ul.menu_02 li:nth-of-type(2) {
  background-image: url("../bt_images/menu_08.png");
}
#wrap.base .pageMenu ul.menu_02 li .linkTxt {
  height: 19.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul.menu_02 li .linkTxt {
    max-height: 125px;
    height: 9.7049689441vw;
  }
}
#wrap.base .pageMenu ul.menu_02 li .linkTxt span {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul.menu_02 li .linkTxt span {
    margin-top: 0.7763975155vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .pageMenu ul.menu_02 li .linkTxt span {
    margin-top: 10px;
  }
}
#wrap.base .pageMenu ul.menu_02 li .linkTxt span > strong {
  font-size: 116.6666666667%;
  letter-spacing: 1.1px;
  padding-left: .75em;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul.menu_02 li .linkTxt span > strong {
    font-size: 137.5%;
    padding-left: 1em;
    letter-spacing: 2.2px;
  }
}*/
/* メニュー修正前ここまで */
/* メニュー修正 */
#wrap.base .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}

#wrap.base .main-nav ul {
  margin: 0;
}

#wrap.base .main-nav > li {
  width: 23%;
  margin: 0 0.5em 2em ;
  background-color: #F8F8F8;
  display:table;
  border-top:2px #4d4d4d solid;
}

#wrap.base .main-nav > li:nth-child(1),
#wrap.base .main-nav > li:nth-child(2),
#wrap.base .main-nav > li:nth-child(3) {
  margin-top: 0;
}

#wrap.base .main-nav > li a {
  position: relative;
  display:table-cell;
  height: 100%;
  width: 100%;
  padding: 16px 0 36px;
  transition: opacity 0.25s ease-out;
  text-decoration:none;
  text-align:center;
  font-size:1.125em;
  line-height:1.4;
  vertical-align:middle;
  font-weight:bold;

}

#wrap.base .main-nav > li a::after {  
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #919191;
  border-right: solid 2px #919191;
  position: absolute;
  left: 0;
  right: 0;
  bottom:15px;
  margin: auto;
  transform: rotate(135deg);

}



#wrap.base .main-nav > li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  #wrap.base .main-nav {
  width: 96%;
  justify-content:space-between;
}
  #wrap.base .main-nav > li {
    width: 48%;
    margin: 0 0 1.25em;
  }
  #wrap.base .main-nav > li a {
  padding: 16px 0 30px;

}
  #wrap.base .main-nav > li a span{
    font-size:0.8em;
  }
  
}
/* メニュー修正ここまで */
/* main */
#wrap.base .bnr {
  width: 94.6666666667%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .bnr {
    text-align: center;
    width: auto;
  }
}
/* .goods */
#wrap.base .goods h3 {
  background-color: #f0eed4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 13.3333333333vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods h3 {
    max-height: 100px;
    height: 7.7639751553vw;
  }
}
#wrap.base .goods h3 > span {
  margin: 0 auto;
  font-size: 5.6vw;
  line-height: 1.1;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods h3 > span {
    font-size: 2.1739130435vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .goods h3 > span {
    font-size: 28px;
  }
}
#wrap.base .goods h3 > span > span {
  font-weight: normal;
  font-size: 71.4285714286%;
  padding-right: .5em;
}

#wrap.base .goods h3 + p {
  text-align: center;
  line-height: 2;
  margin-top: 3.2vw;
  width: 94.6666666667%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods h3 + p {
    margin-top: 3.7267080745vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .goods h3 + p {
    margin-top: 48px;
  }
}
#wrap.base .goods .itemList {
  margin-top: 6.0559006211vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .itemList {
    margin-top: 6.0559006211vw;
    max-width: 1288px;
    padding-bottom: 2.3291925466vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .goods .itemList {
    margin-top: 78px;
    padding-bottom: 30px;
  }
}
#wrap.base .goods .itemList .item {
  width: 50%;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .itemList .item {
    width: 25%;
  }
}
#wrap.base .goods .itemList .item:nth-of-type(2n+1) > div {
  margin-left: 5.3333333333%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .itemList .item:nth-of-type(2n+1) > div {
    margin-left: auto;
  }
}
#wrap.base .goods .itemList .item:nth-of-type(2n) > div {
  margin-right: 5.3333333333%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .itemList .item:nth-of-type(2n) > div {
    margin-right: auto;
  }
}
#wrap.base .goods .itemList .item:nth-of-type(n+3) {
  margin-top: 4vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .itemList .item:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .goods .itemList .item:nth-of-type(n+5) {
    margin-top: 6.2111801242vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .goods .itemList .item:nth-of-type(n+5) {
    margin-top: 80px;
  }
}
#wrap.base .goods .itemList .item > div {
  width: 90.6666666667%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .itemList .item > div {
    width: 87.2670807453%;
  }
}
#wrap.base .goods .itemList .item > div a {
  text-decoration: none;
}

#wrap.base .goods .itemList .itemCopy {
  line-height: 1.3;
}

#wrap.base .goods .itemList .item .itemImg {
  margin-top: 1.0666666667vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .itemList .item .itemImg {
    margin-top: 0.7763975155vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .goods .itemList .item .itemImg {
    margin-top: 10px;
  }
}
#wrap.base .goods .itemList .item .itemImg img {
  vertical-align: top;
}

#wrap.base .goods .itemList .item .itemName, #wrap.base .goods .itemList .item .itemPrice {
  line-height: 2;
  margin-top: .8em;
}

#wrap.base .goods .itemList .item .itemPrice {
  font-size: 81.25%;
}

#wrap.base .goods .itemList .item .itemPrice strong {
  font-size: 123.0769230769%;
  font-weight: normal;
}

#wrap.base .goods .itemList .itemPriceSp_01 {
  color: #f00;
}

#wrap.base .goods .itemList .itemPriceSp_01 + span {
  color: #f00;
}

#wrap.base .goods .tagList {
  text-align: center;
}

#wrap.base .goods .tagList > ul {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .tagList > ul {
    max-width: 1244px;
  }
}
#wrap.base .goods .tagList > ul li {
  margin: 5.3333333333vw 2.6666666667vw 0;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .tagList > ul li {
    margin: 3.1055900621vw 1.5527950311vw 0;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .goods .tagList > ul li {
    margin: 40px 20px 0;
  }
}
#wrap.base .goods .tagList > ul li a {
  text-decoration: none;
}

#wrap.base .goods .tagList > ul li .linkTxt {
  background-color: #faf9f1;
  border: 1px solid #cfcfcf;
  border-radius: 10.6666666667vw;
  position: relative;
  min-height: 9.3333333333vw;
  padding: 0 5.6vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .tagList > ul li .linkTxt {
    min-height: 5.4347826087vw;
    box-sizing: border-box;
    min-width: 26.397515528vw;
    border-radius: 3.2608695652vw;
    padding: 0 3.2608695652vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .goods .tagList > ul li .linkTxt {
    min-width: 340px;
    border-radius: 42px;
    padding: 0 42px;
  }
}
#wrap.base .goods .tagList > ul li .linkTxt:after {
  content: "";
  display: block;
  position: absolute;
  right: 4.2666666667vw;
  top: 3.4666666667vw;
  transform: rotate(-45deg);
  width: 1.6vw;
  height: 1.6vw;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .tagList > ul li .linkTxt:after {
    max-width: 10px;
    max-height: 10px;
    width: 0.7763975155vw;
    height: 0.7763975155vw;
    right: 3.2608695652vw;
    top: 2.251552795vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .goods .tagList > ul li .linkTxt:after {
    right: 42px;
    top: 29px;
  }
}
#wrap.base .goods .tagList > ul li .linkTxt span {
  font-weight: bold;
  font-size: 4vw;
  margin: 1.3333333333vw auto;
  padding: 0 2.6666666667vw;
  font-feature-settings: "palt" 1;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  #wrap.base .goods .tagList > ul li .linkTxt span {
    font-size: 1.5527950311vw;
    margin: 0.7763975155vw auto;
    padding: 0 1.5527950311vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .goods .tagList > ul li .linkTxt span {
    font-size: 20px;
    margin: 10px auto;
    padding: 0 20px;
  }
}
/* .check */
#wrap.base .check {
  width: 100%;
  background-color: #faf9f1;
  padding-bottom: 13.3333333333vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .check {
    padding-bottom: 7.7639751553vw;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .check {
    padding-bottom: 100px;
  }
}
#wrap.base .check.sec {
  margin-top: 26.6666666667vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .check.sec {
    margin-top: 12.4223602484vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .check.sec {
    margin-top: 160px;
  }
}
#wrap.base .check > div {
  width: 94.6666666667%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .check > div {
    max-width: 1100px;
    width: 100%;
    padding: 0 1.5527950311vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .check > div {
    padding: 0 20px;
  }
}
#wrap.base .check h3 {
  position: relative;
  text-align: center;
}

#wrap.base .check h3 > span {
  position: relative;
  display: inline-block;
  padding: 2.6666666667vw 0;
  border-bottom: 1px solid #000;
  font-size: 5.3333333333vw;
  top: -6.6666666667vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .check h3 > span {
    font-size: 2.4844720497vw;
    padding: 1.1645962733vw 0;
    border-width: 2px;
    top: -2.4844720497vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .check h3 > span {
    font-size: 32px;
    padding: 15px 0;
    top: -32px;
  }
}
#wrap.base .check .checkList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

#wrap.base .check .checkList .checkItem {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .check .checkList .checkItem {
    width: 42.3728813559%;
    margin-top: 3.8819875776vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .check .checkList .checkItem {
    margin-top: 50px;
  }
}
#wrap.base .check .checkList .checkItem:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .check .checkList .checkItem:nth-child(n+2) {
    margin-top: 3.8819875776vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .check .checkList .checkItem:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .check .checkList .checkItem:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .check .checkList .checkItem:nth-child(2n) {
    margin-left: 8.4745762712%;
  }
}
#wrap.base .check .checkList .checkItem a {
  text-decoration: none;
}

#wrap.base .check .checkList .checkItemContents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

#wrap.base .check .checkList .checkItemContents .listImg {
  max-width: 130px;
  width: 34.6666666667vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .check .checkList .checkItemContents .listImg {
    width: 26%;
  }
}
#wrap.base .check .checkList .checkItemContents > div {
  box-sizing: border-box;
  width: 68vw;
  padding-left: 6.6666666667vw;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #wrap.base .check .checkList .checkItemContents > div {
    width: 74%;
    padding-left: 6%;
  }
}
#wrap.base .check .checkList .checkItemContents > div h4 {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  border-bottom: 1px solid #000;
  line-height: 1.1;
  font-size: 4vw;
  padding-bottom: .1em;
}

@media only screen and (min-width: 768px) {
  #wrap.base .check .checkList .checkItemContents > div h4 {
    font-size: 1.5527950311vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .check .checkList .checkItemContents > div h4 {
    font-size: 20px;
  }
}
#wrap.base .check .checkList .checkItemContents > div p {
  line-height: 2;
  margin-top: 1em;
}

/* .categoryList */
#wrap.base .categoryList {
  background-color: #f0eed4;
}

@media only screen and (min-width: 768px) {
  #wrap.base .categoryList {
    background-color: #f5f5f5;
    padding: 7.7639751553vw 0;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .categoryList {
    padding: 100px 0;
  }
}
#wrap.base .categoryList > div {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .categoryList > div {
    max-width: 1100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    padding: 0 1.5527950311vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .categoryList > div {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .categoryList .category {
    width: 25%;
  }
}
#wrap.base .categoryList .category .btnAco {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #e3e0b6;
  height: 16vw;
  border-bottom: 2px solid #fff;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #wrap.base .categoryList .category .btnAco {
    background-color: transparent;
    height: auto;
    border-bottom-width: 0;
    pointer-events: none;
  }
}
#wrap.base .categoryList .category .btnAco > span {
  color: #463e3c;
  margin-left: 7.7333333333%;
  font-size: 4.8vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .categoryList .category .btnAco > span {
    font-size: 1.2422360248vw;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .categoryList .category .btnAco > span {
    font-size: 16px;
  }
}
#wrap.base .categoryList .category .btnAco:before, #wrap.base .categoryList .category .btnAco:after {
  content: "";
  display: block;
  width: 4vw;
  height: 1.0666666667vw;
  background-color: #463e3c;
  position: absolute;
  right: 6.4vw;
  top: 7.4666666667vw;
  transition: transform .3s ease;
  transform-origin: center center;
}

@media only screen and (min-width: 768px) {
  #wrap.base .categoryList .category .btnAco:before, #wrap.base .categoryList .category .btnAco:after {
    content: none;
  }
}
#wrap.base .categoryList .category .btnAco:before {
  transform: rotate(-90deg);
}

#wrap.base .categoryList .category .btnAco.current:before {
  transform: rotate(0deg);
}

#wrap.base .categoryList .category .btnAco.current + ul {
  transform: scaleY(1);
  height: auto;
}

#wrap.base .categoryList .category .btnAco + ul {
  transform-origin: top center;
  transition: transform .3s ease;
  overflow: hidden;
  height: 0;
  transform: scaleY(0);
}

@media only screen and (min-width: 768px) {
  #wrap.base .categoryList .category .btnAco + ul {
    height: auto;
    transform: scaleY(1);
  }
}
#wrap.base .categoryList .category .btnAco + ul li a {
  text-decoration: none;
  color: #463e3c;
}

#wrap.base .categoryList .category .btnAco + ul li .linkTxt {
  width: 100%;
  height: 16vw;
  position: relative;
  border-bottom: 2px solid #fff;
}

@media only screen and (min-width: 768px) {
  #wrap.base .categoryList .category .btnAco + ul li .linkTxt {
    border-bottom-width: 0;
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .categoryList .category .btnAco + ul li .linkTxt:before {
    content: "・";
    position: absolute;
    top: 2.4844720497vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .categoryList .category .btnAco + ul li .linkTxt:before {
    top: 32px;
  }
}
#wrap.base .categoryList .category .btnAco + ul li .linkTxt:after {
  content: "";
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  border-bottom: 1.0666666667vw solid #463e3c;
  border-right: 1.0666666667vw solid #463e3c;
  position: absolute;
  right: 6.9333333333vw;
  top: 6.5333333333vw;
  transition: transform .3s ease;
  transform-origin: center center;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  #wrap.base .categoryList .category .btnAco + ul li .linkTxt:after {
    content: none;
  }
}
#wrap.base .categoryList .category .btnAco + ul li .linkTxt span {
  margin-left: 7.7333333333%;
  font-size: 4.8vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .categoryList .category .btnAco + ul li .linkTxt span {
    font-size: 1.2422360248vw;
    margin-left: 1em;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .categoryList .category .btnAco + ul li .linkTxt span {
    font-size: 16px;
  }
}
/* .copyRight */
#wrap.base .copyRight {
  width: 94.6666666667%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .copyRight {
    max-width: 1100px;
    width: 100%;
    padding: 0 1.5527950311vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .copyRight {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .copyRight.sec {
    margin-top: 3.7267080745vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .copyRight.sec {
    margin-top: 48px;
  }
}
#wrap.base .copyRight ul li {
  line-height: 1.2;
  font-size: 2.6666666667vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .copyRight ul li {
    font-size: 0.7763975155vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .copyRight ul li {
    font-size: 10px;
  }
}
#wrap.base .copyRight ul li:nth-child(n+2) {
  margin-top: .2em;
}

/* .aside */
#wrap.base .aside {
  width: 100%;
  background-color: #faf9f1;
  padding-bottom: 13.3333333333vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .aside {
    padding-bottom: 7.7639751553vw;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .aside {
    padding-bottom: 100px;
  }
}
#wrap.base .aside.sec {
  margin-top: 26.6666666667vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .aside.sec {
    margin-top: 12.4223602484vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .aside.sec {
    margin-top: 160px;
  }
}
#wrap.base .aside > div {
  width: 94.6666666667%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .aside > div {
    max-width: 1100px;
    width: 100%;
    padding: 0 1.5527950311vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .aside > div {
    padding: 0 20px;
  }
}
#wrap.base .aside h3 {
  position: relative;
  text-align: center;
}

#wrap.base .aside h3 > span {
  position: relative;
  display: inline-block;
  padding: 2.6666666667vw 0;
  border-bottom: 1px solid #000;
  font-size: 5.3333333333vw;
  top: -6.6666666667vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .aside h3 > span {
    font-size: 2.4844720497vw;
    padding: 1.1645962733vw 0;
    border-width: 2px;
    top: -2.4844720497vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .aside h3 > span {
    font-size: 32px;
    padding: 15px 0;
    top: -32px;
  }
}
#wrap.base .aside .bnrList {
  width: 92.5%;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  #wrap.base .aside .bnrList {
    width: 100%;
    margin-top: 2em;
  }
}
#wrap.base .aside .bnrList > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: .5em;
}

@media only screen and (min-width: 768px) {
  #wrap.base .aside .bnrList > ul {
    margin-top: 1em;
  }
}
#wrap.base .aside .bnrList > ul > li {
  width: 48.31%;
  margin-left: 3.38%;
  margin-right: 0;
  font-size: 2.6666666667vw;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  #wrap.base .aside .bnrList > ul > li {
    width: 23.24%;
    margin-left: 2.3%;
    font-size: 0.9316770186vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .aside .bnrList > ul > li {
    font-size: 12px;
  }
}
#wrap.base .aside .bnrList > ul > li:nth-of-type(2n+1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  #wrap.base .aside .bnrList > ul > li:nth-of-type(2n+1) {
    clear: none;
    margin-left: 2.3%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .aside .bnrList > ul > li:nth-of-type(4n+1) {
    clear: left;
    margin-left: 0;
  }
}
#wrap.base .aside .bnrList > ul > li:nth-of-type(n+3) {
  margin-top: 3.38%;
}

@media only screen and (min-width: 768px) {
  #wrap.base .aside .bnrList > ul > li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .aside .bnrList > ul > li:nth-of-type(n+5) {
    margin-top: 2.3%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .aside .bnrList > ul > li:nth-last-of-type(1) {
    margin-right: auto;
  }
}
#wrap.base .aside .bnrList > ul > li a {
  text-decoration: none;
}

#wrap.base .aside .bnrList > ul > li img {
  vertical-align: top;
}

#wrap.base .aside .bnrList > ul > li span {
  display: block;
}

#wrap.base .aside_02 {
  padding-top: 6.6666666667vw;
}

@media only screen and (min-width: 768px) {
  #wrap.base .aside_02 {
    padding-top: 5.8229813665vw;
  }
}
@media only screen and (min-width: 1288px) {
  #wrap.base .aside_02 {
    padding-top: 75px;
  }
}
/* */
