@charset "UTF-8";
/* 共通設定 */
/*
viewport幅（最大幅想定）
スマホ表示  375px想定
PC表示 1200px想定
デザインの最大幅によって適宜vwの調整が必要です。
*/
main {
  padding: 0;
  margin: 0;
}
main > .l-wrap {
  margin: 0 auto;
}

.breadcrumbs {
  margin-left: 0;
  margin-right: 0;
}

#contentsArea {
  overflow-x: initial;
}

@media only screen and (min-width: 768px) {
  #pageHeading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  #pageHeading h1 {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  #pageHeading + .base {
    margin-top: 10px;
  }
}

#wrap.base {
  max-width: 100%;
  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;
  width: 100%;
  height: 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;
}
#wrap.base div,
#wrap.base p,
#wrap.base li,
#wrap.base span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu GothicM", "Yu Gothic", "メイリオ", "ＭＳ Ｐゴシック", "Arial", Meiryo, sans-serif;
  font-weight: 500;
}
#wrap.base area {
  outline: none;
}
#wrap.base a {
  outline: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base a > picture, #wrap.base a > img, #wrap.base a > div, #wrap.base a > p, #wrap.base a > span {
    transition: opacity 0.3s;
  }
}
#wrap.base a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base a:hover > picture, #wrap.base a:hover > img, #wrap.base a:hover > div, #wrap.base a:hover > p, #wrap.base a:hover > span {
    opacity: 0.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;
}
@media only screen and (min-width: 768px) {
  #wrap.base button:hover {
    opacity: 0.6;
  }
}
#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: 2.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .to-pagetop {
    font-size: 1.1666666667vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .to-pagetop {
    font-size: 1rem;
  }
}
#wrap.base .to-pagetop a {
  display: inline-block;
  color: #010101;
  background: url(../img/arrow_top.png) right center no-repeat;
  background-size: auto 100%;
  padding-right: 1.5em;
  transition: opacity 0.3s ease;
}
#wrap.base .to-pagetop a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#wrap.base .to-pagetop.active {
  display: block;
}
#wrap.base .back-to-top {
  clear: both;
  display: block;
  width: 100%;
  margin: 15px auto 20px;
  padding: 15px 1em;
  border-top: 1px solid #CCC;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top {
    margin-top: 7.1428571429vw;
    margin-bottom: 2.8571428571vw;
    margin-bottom: 0;
    max-width: 1200px;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .back-to-top {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
#wrap.base .back-to-top a {
  color: #333;
  transition: opacity 0.3s ease-in;
}
#wrap.base .back-to-top a:hover {
  opacity: 0.6;
}
#wrap.base .back-to-top li,
#wrap.base .back-to-top p {
  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: 1.1666666667vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .back-to-top li,
  #wrap.base .back-to-top p {
    font-size: 1rem;
  }
}
#wrap.base .back-to-top ul {
  float: none;
}
#wrap.base .back-to-top li {
  background-image: url(../img/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 {
  position: relative;
  margin: 0 auto;
  clear: both;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
#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: #191919;
}
#wrap.base .sec p,
#wrap.base .sec li {
  font-size: 3.4666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec p,
  #wrap.base .sec li {
    font-size: 1.1666666667vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec p,
  #wrap.base .sec li {
    font-size: 1rem;
  }
}
#wrap.base .sec a {
  color: #191919;
}
#wrap.base .sec h3,
#wrap.base .sec h4,
#wrap.base .sec h5 {
  width: 100%;
}
#wrap.base .sec .linkTxt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
#wrap.base .sec + .to-pagetop {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec + .to-pagetop {
    display: block;
    margin-top: 18px !important;
  }
}

/* .copyRights */
/* main */
#wrap.base .sec.main {
  padding-top: 9.6vw;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.main {
    padding-top: 5.2857142857vw;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.main {
    padding-top: 74px;
    padding-bottom: 0;
  }
}
#wrap.base .sec.main h2 {
  display: flex;
  flex-direction: column;
}
#wrap.base .sec.main h2 + p {
  width: 88%;
  margin-top: 5.3333333333vw;
  line-height: 2;
  font-size: 4vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.main h2 + p {
    width: auto;
    margin-top: 3.7142857143vw;
    text-align: center;
    font-size: 1.4285714286vw;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.main h2 + p {
    margin-top: 52px;
    font-size: 1.4285714286rem;
  }
}
#wrap.base .sec.main .main_txt {
  font-size: 9.8666666667vw;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.main .main_txt {
    font-size: 4.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.main .main_txt {
    font-size: 4.5714285714rem;
  }
}
#wrap.base .sec.main .main_txt > span {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
}
#wrap.base .sec.main .main_txt > span.sub_txt {
  font-size: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.main .main_txt > span.sub_txt {
    font-size: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.main .main_txt > span.sub_txt {
    font-size: 2.8571428571rem;
  }
}
#wrap.base .sec.main .main_txt > span.sub_txt:nth-last-of-type(1):not(.sub_txt) {
  font-size: inherit;
}
#wrap.base .sec.main .main_txt > span:nth-of-type(2):before {
  content: "\a";
  white-space: pre;
}
#wrap.base .sec.main .main_txt + .main_img {
  margin-top: 5.6vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.main .main_txt + .main_img {
    margin-top: 5.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.main .main_txt + .main_img {
    margin-top: 74px;
  }
}
#wrap.base .sec.main + .itemList h3 {
  margin-top: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.main + .itemList h3 {
    margin-top: 6.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.main + .itemList h3 {
    margin-top: 90px;
  }
}

/* pageMenu */
#wrap.base .sec.pageMenu {
  margin-top: 11.2vw;
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu {
    max-width: 1400px;
    margin-top: 6.7857142857vw;
    margin-bottom: 3.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.pageMenu {
    margin-top: 95px;
    margin-bottom: 45px;
  }
}
#wrap.base .sec.pageMenu ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu ul {
    -moz-column-gap: 3.2315978456%;
         column-gap: 3.2315978456%;
    row-gap: 2.5714285714vw;
    width: 79.5714285714%;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.pageMenu ul {
    row-gap: 36px;
  }
}
#wrap.base .sec.pageMenu ul li {
  width: 14.6666666667%;
  margin: 0 1.8666666667%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu ul li {
    width: 17.4147217235%;
    margin: 0;
  }
}
#wrap.base .sec.pageMenu ul li .linkTxt {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu ul li .linkTxt {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 6.1855670103%;
         column-gap: 6.1855670103%;
    row-gap: 0.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.pageMenu ul li .linkTxt {
    row-gap: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu ul li .linkTxt > span:nth-of-type(1) {
    max-width: 80px;
    width: 41.2371134021%;
  }
}
#wrap.base .sec.pageMenu ul li .linkTxt > span:nth-of-type(2) {
  margin-top: 0.5em;
  color: #333;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.32vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu ul li .linkTxt > span:nth-of-type(2) {
    width: 51.5463917526%;
    font-size: 0.9285714286vw;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.pageMenu ul li .linkTxt > span:nth-of-type(2) {
    font-size: 0.9285714286rem;
  }
}
#wrap.base .sec.pageMenu ul li .linkTxt:after {
  content: "";
  display: block;
  width: 3.2vw;
  height: 1.6vw;
  margin-top: 1.8666666667vw;
  background: url(../img/menu_arrow.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu ul li .linkTxt:after {
    max-width: 16px;
    max-height: 8px;
    width: 8.2474226804%;
    height: 0.5714285714vw;
    margin-top: 0;
  }
}
#wrap.base .sec.pageMenu ul li:nth-of-type(n+6) {
  margin-top: 9.0666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu ul li:nth-of-type(n+6) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu.\-01 ul, #wrap.base .sec.pageMenu.\-02 ul {
    -moz-column-gap: 0.6821282401%;
         column-gap: 0.6821282401%;
    row-gap: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.pageMenu.\-01 ul, #wrap.base .sec.pageMenu.\-02 ul {
    row-gap: 5px;
  }
}
#wrap.base .sec.pageMenu.\-01 ul li, #wrap.base .sec.pageMenu.\-02 ul li {
  width: 29.0666666667%;
  margin: 0 0.5333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu.\-01 ul li, #wrap.base .sec.pageMenu.\-02 ul li {
    margin: 0;
  }
}
#wrap.base .sec.pageMenu.\-01 ul li .linkTxt:after, #wrap.base .sec.pageMenu.\-02 ul li .linkTxt:after {
  content: none;
}
#wrap.base .sec.pageMenu.\-01 ul li:nth-of-type(n+4), #wrap.base .sec.pageMenu.\-02 ul li:nth-of-type(n+4) {
  margin-top: 1.0666666667%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu.\-01 ul li:nth-of-type(n+4), #wrap.base .sec.pageMenu.\-02 ul li:nth-of-type(n+4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu.\-01 ul {
    width: 52.3571428571%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu.\-01 ul li {
    width: 16.0982264666%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu.\-02 ul {
    -moz-column-gap: 0.6278026906%;
         column-gap: 0.6278026906%;
    width: 79.6428571429%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu.\-02 ul li {
    width: 16.1434977578%;
  }
}
#wrap.base .sec.pageMenu + .itemList {
  padding-top: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu + .itemList {
    padding-top: 3.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.pageMenu + .itemList {
    padding-top: 45px;
  }
}
#wrap.base .sec.pageMenu + .itemList h3, #wrap.base .sec.pageMenu + .itemList > p {
  margin-top: 0;
}
#wrap.base .sec.pageMenu + .itemList h3 + p {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu + .itemList h3 + p {
    margin-top: 2.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.pageMenu + .itemList h3 + p {
    margin-top: 32px;
  }
}

/* itemList */
#wrap.base .sec:not(.aside) h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#wrap.base .sec:not(.aside) h3 > span {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 7.4666666667vw;
  line-height: 1.64;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec:not(.aside) h3 > span {
    font-size: 2.2857142857vw;
    line-height: 1.44;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec:not(.aside) h3 > span {
    font-size: 2.2857142857rem;
  }
}
#wrap.base .sec:not(.aside) h3 > span span {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#wrap.base .sec:not(.aside) h3:after {
  content: "";
  display: block;
  width: 11.7333333333%;
  height: 1px;
  margin: 3.4666666667vw auto 0;
  background-color: #8c8c8c;
  background: linear-gradient(to right, #8c8c8c 50%, #c0c0c0 50%);
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec:not(.aside) h3:after {
    max-width: 68px;
    width: 4.8571428571%;
    margin-top: 2.6428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec:not(.aside) h3:after {
    margin-top: 37px;
  }
}
#wrap.base .sec:not(.aside) h3 + p {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec:not(.aside) h3 + p {
    margin-top: 2.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec:not(.aside) h3 + p {
    margin-top: 32px;
  }
}
#wrap.base .sec:not(.aside) h3 + .sec_01 {
  margin-top: 8.8vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec:not(.aside) h3 + .sec_01 {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec:not(.aside) h3 + .sec_01 {
    margin-top: 66px;
  }
}
#wrap.base .sec:not(.aside) h3 + .sec_01 .mainItemImg:nth-of-type(1) {
  margin-top: 0;
}
#wrap.base .sec:not(.aside) > p {
  width: 88%;
  margin-top: 24vw;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec:not(.aside) > p {
    width: auto;
    margin-top: 12.1428571429vw;
    text-align: center;
    font-size: 1.1428571429vw;
    line-height: 1.88;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec:not(.aside) > p {
    margin-top: 170px;
    font-size: 1.1428571429rem;
  }
}
#wrap.base .sec:not(.aside) > p + .sec_01 {
  margin-top: 8.8vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec:not(.aside) > p + .sec_01 {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec:not(.aside) > p + .sec_01 {
    margin-top: 66px;
  }
}
#wrap.base .sec:not(.aside) > p + .sec_01 .mainItemImg:nth-of-type(1) {
  margin-top: 0;
}
#wrap.base .sec.\-11 {
  padding: 12vw 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.\-11 {
    padding: 6.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.\-11 {
    padding: 85px 0;
  }
}
#wrap.base .sec.itemList {
  padding: 12vw 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList {
    padding: 6.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemImg {
    max-width: 733px;
    width: 52.3571428571%;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemImg:nth-of-type(1) {
  margin-top: 24vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemImg:nth-of-type(1) {
    margin-top: 12.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemImg:nth-of-type(1) {
    margin-top: 170px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemImg + .mainItemImg {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemImg + .mainItemImg {
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemImg + .mainItemImg {
    margin-top: 40px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemCopy {
  width: 88%;
  margin-top: 10.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemCopy {
    max-width: 733px;
    width: 52.3571428571%;
    margin-top: 4.5714285714vw;
    font-size: 1.0714285714vw;
    line-height: 1.88;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemCopy {
    margin-top: 64px;
    font-size: 1.0714285714rem;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemCopy p {
  line-height: inherit;
  font-size: inherit;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemCopy p {
    line-height: 1.87;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemCopy + .mainItemName {
  margin-top: 3.4666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemCopy + .mainItemName {
    margin-top: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemCopy + .mainItemName {
    margin-top: 20px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemCopy + .mainItemImg {
  margin-top: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemCopy + .mainItemImg {
    margin-top: 11.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemCopy + .mainItemImg {
    margin-top: 160px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemName {
  width: 88%;
  margin-top: 11.4666666667vw;
  line-height: 1.69;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemName {
    max-width: 733px;
    width: 52.3571428571%;
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemName {
    margin-top: 35px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemName a {
  text-decoration: underline;
}
#wrap.base .sec.itemList .sec_01 .mainItemName a:hover {
  text-decoration: none;
}
#wrap.base .sec.itemList .sec_01 .mainItemName + .mainItemImg {
  margin-top: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemName + .mainItemImg {
    margin-top: 11.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemName + .mainItemImg {
    margin-top: 160px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemBrand {
  width: 88%;
  margin-top: 1.8666666667vw;
  font-style: italic;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemBrand {
    max-width: 733px;
    width: 52.3571428571%;
    margin-top: 1vw;
    font-size: 0.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemBrand {
    margin-top: 14px;
    font-size: 0.7857142857rem;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemBrand + .mainItemImg {
  margin-top: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemBrand + .mainItemImg {
    margin-top: 11.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemBrand + .mainItemImg {
    margin-top: 160px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemPrice {
  width: 88%;
  margin-top: 4.5333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemPrice {
    max-width: 733px;
    width: 52.3571428571%;
    margin-top: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemPrice {
    margin-top: 18px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemPrice.salePrice {
  color: #c31a1a;
}
#wrap.base .sec.itemList .sec_01 .mainItemPrice > span > span {
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemPrice > span > span {
    font-size: 0.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemPrice > span > span {
    font-size: 0.7857142857rem;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemPrice .sale {
  color: #c31a1a;
  padding-right: 0.3em;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemPrice .sale {
    font-size: 0.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemPrice .sale {
    font-size: 0.9285714286rem;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemPrice + .mainItemImg {
  margin-top: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemPrice + .mainItemImg {
    margin-top: 11.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemPrice + .mainItemImg {
    margin-top: 160px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemAddInfo {
  width: 88%;
  margin-top: 10.6666666667vw;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemAddInfo {
    max-width: 733px;
    width: 52.3571428571%;
    margin-top: 4.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemAddInfo {
    margin-top: 64px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemAddInfo a {
  text-decoration: underline;
}
#wrap.base .sec.itemList .sec_01 .mainItemAddInfo a:hover {
  text-decoration: none;
}
#wrap.base .sec.itemList .sec_01 .mainItemAddInfo p {
  line-height: 2;
}
#wrap.base .sec.itemList .sec_01 .mainItemAddInfo p + p {
  margin-top: 1.5em;
}
#wrap.base .sec.itemList .sec_01 .mainItemAddInfo .salePrice {
  color: #c31a1a;
}
#wrap.base .sec.itemList .sec_01 .mainItemAddInfo + .mainItemImg {
  margin-top: 21.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemAddInfo + .mainItemImg {
    margin-top: 11.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemAddInfo + .mainItemImg {
    margin-top: 160px;
  }
}
#wrap.base .sec.itemList .sec_01 .mainItemAddInfo + .mainItemName {
  margin-top: 3.4666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList .sec_01 .mainItemAddInfo + .mainItemName {
    margin-top: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList .sec_01 .mainItemAddInfo + .mainItemName {
    margin-top: 20px;
  }
}
#wrap.base .sec.itemList.is-narrow h3, #wrap.base .sec.itemList.is-narrow > p {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList.is-narrow h3, #wrap.base .sec.itemList.is-narrow > p {
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList.is-narrow h3, #wrap.base .sec.itemList.is-narrow > p {
    margin-top: 40px;
  }
}
#wrap.base .sec.itemList.is-narrow h3 + p {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList.is-narrow h3 + p {
    margin-top: 2.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList.is-narrow h3 + p {
    margin-top: 32px;
  }
}
#wrap.base .sec.itemList.is-narrow .sec_01 .mainItemImg:nth-of-type(1) {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.itemList.is-narrow .sec_01 .mainItemImg:nth-of-type(1) {
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.itemList.is-narrow .sec_01 .mainItemImg:nth-of-type(1) {
    margin-top: 40px;
  }
}
#wrap.base .sec .sec_02,
#wrap.base .sec .sec_03 {
  margin-top: 24vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .sec_02,
  #wrap.base .sec .sec_03 {
    margin-top: 12.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .sec_02,
  #wrap.base .sec .sec_03 {
    margin-top: 170px;
  }
}
#wrap.base .sec .sec_02 h4 > span,
#wrap.base .sec .sec_03 h4 > span {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.64;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .sec_02 h4 > span,
  #wrap.base .sec .sec_03 h4 > span {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .sec_02 h4 > span,
  #wrap.base .sec .sec_03 h4 > span {
    font-size: 2rem;
  }
}
#wrap.base .sec .sec_02 h4 + .subItemList,
#wrap.base .sec .sec_03 h4 + .subItemList {
  margin-top: 5.8666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .sec_02 h4 + .subItemList,
  #wrap.base .sec .sec_03 h4 + .subItemList {
    margin-top: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .sec_02 h4 + .subItemList,
  #wrap.base .sec .sec_03 h4 + .subItemList {
    margin-top: 50px;
  }
}
#wrap.base .sec .sec_02 .subItemList,
#wrap.base .sec .sec_03 .subItemList {
  margin-top: 24vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .sec_02 .subItemList,
  #wrap.base .sec .sec_03 .subItemList {
    margin-top: 12.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .sec_02 .subItemList,
  #wrap.base .sec .sec_03 .subItemList {
    margin-top: 170px;
  }
}
#wrap.base .sec .subItemList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 94.9333333333%;
}
#wrap.base .sec .subItemList .subItem {
  width: 44.3820224719%;
  margin: 0 2.808988764%;
}
#wrap.base .sec .subItemList .subItemPrice.salePrice {
  color: #c31a1a;
}
#wrap.base .sec .subItemList .subItemInfo {
  display: flex;
  align-items: stretch;
}
#wrap.base .sec .subItemList .subItemInfo .subItemImg {
  width: 36.7088607595%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList .subItemInfo .subItemImg {
    width: 38.2978723404%;
  }
}
#wrap.base .sec .subItemList .subItemInfo .subItemDetail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 58.8607594937%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList .subItemInfo .subItemDetail {
    width: 57.0212765957%;
  }
}
#wrap.base .sec .subItemList .subItemInfo .subItemDetail .subItemName {
  width: 100%;
  line-height: 1.69;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList .subItemInfo .subItemDetail .subItemName {
    line-height: 2;
  }
}
#wrap.base .sec .subItemList .subItemInfo .subItemDetail .subItemPrice {
  width: 100%;
  margin-top: 1em;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList .subItemInfo .subItemDetail .subItemPrice {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .subItemList .subItemInfo .subItemDetail .subItemPrice {
    font-size: 1.0714285714rem;
  }
}
#wrap.base .sec .subItemList .subItemInfo .subItemDetail .subItemPrice > span > span {
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList .subItemInfo .subItemDetail .subItemPrice > span > span {
    font-size: 0.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .subItemList .subItemInfo .subItemDetail .subItemPrice > span > span {
    font-size: 0.7857142857rem;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_01 {
    max-width: 819px;
    width: 58.5%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_01 .subItem {
    width: 28.6935286935%;
    margin: 0 2.1978021978%;
  }
}
#wrap.base .sec .subItemList_01 .subItem:nth-of-type(n+3) {
  margin-top: 11.2vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_01 .subItem:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_01 .subItem:nth-of-type(n+4) {
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .subItemList_01 .subItem:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_02 {
    justify-content: center;
    max-width: 992px;
    width: 70.8571428571%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_02 .subItem {
    width: 21.7741935484%;
    margin: 0 1.6129032258%;
  }
}
#wrap.base .sec .subItemList_02 .subItem:nth-of-type(n+3) {
  margin-top: 11.2vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_02 .subItem:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_02 .subItem:nth-of-type(n+5) {
    margin-top: 5.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .subItemList_02 .subItem:nth-of-type(n+5) {
    margin-top: 82px;
  }
}
#wrap.base .sec .subItemList_02 .subItemCopy {
  margin-top: 2.4vw;
  font-size: 3.7333333333vw;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_02 .subItemCopy {
    margin-top: 0.9285714286vw;
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .subItemList_02 .subItemCopy {
    margin-top: 13px;
    font-size: 1.0714285714rem;
  }
}
#wrap.base .sec .subItemList_02 .subItemCopy p {
  font-size: inherit;
  line-height: inherit;
}
#wrap.base .sec .subItemList_02 .subItemCopy + .subItemName {
  margin-top: 1.8666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_02 .subItemCopy + .subItemName {
    margin-top: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .subItemList_02 .subItemCopy + .subItemName {
    margin-top: 10px;
  }
}
#wrap.base .sec .subItemList_02 .subItemName {
  margin-top: 2.6666666667vw;
  line-height: 1.61;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_02 .subItemName {
    margin-top: 1vw;
    line-height: 1.57;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .subItemList_02 .subItemName {
    margin-top: 14px;
  }
}
#wrap.base .sec .subItemList_02 .subItemPrice {
  margin-top: 1.6vw;
  font-size: 3.7333333333vw;
  line-height: 1.61;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_02 .subItemPrice {
    margin-top: 0.6428571429vw;
    font-size: 1.0714285714vw;
    line-height: 1.87;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .subItemList_02 .subItemPrice {
    margin-top: 9px;
    font-size: 1.0714285714rem;
  }
}
#wrap.base .sec .subItemList_02 .subItemPrice > span > span {
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_02 .subItemPrice > span > span {
    font-size: 0.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .subItemList_02 .subItemPrice > span > span {
    font-size: 0.7857142857rem;
  }
}
#wrap.base .sec .subItemList_02 .sale {
  color: #c31a1a;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .subItemList_02 .sale {
    font-size: 0.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .subItemList_02 .sale {
    font-size: 0.9285714286rem;
  }
}
#wrap.base .sec .btnLinkList {
  display: flex;
  flex-direction: column;
  width: 78.6666666667%;
  margin-top: 11.7333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .btnLinkList {
    flex-direction: row;
    max-width: 630px;
    width: 45%;
    margin-top: 6.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .btnLinkList {
    margin-top: 94px;
  }
}
#wrap.base .sec .btnLinkList li {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .btnLinkList li {
    width: 46.8253968254%;
    margin: 0 1.5873015873%;
  }
}
#wrap.base .sec .btnLinkList li:nth-of-type(n+2) {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .btnLinkList li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .btnLinkList li:nth-of-type(1):nth-last-of-type(1) {
    margin: 0 auto;
  }
}
#wrap.base .sec .btnLinkList li .linkTxt {
  position: relative;
  justify-content: center;
  width: 100%;
  height: 17.6vw;
  padding: 0 10.8474576271%;
  border: 1px solid #9a9a9a;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .btnLinkList li .linkTxt {
    max-height: 70px;
    height: 5vw;
  }
}
#wrap.base .sec .btnLinkList li .linkTxt > span {
  border-color: #191919;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .btnLinkList li .linkTxt > span {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .btnLinkList li .linkTxt > span {
    font-size: 1.0714285714rem;
  }
}
#wrap.base .sec .btnLinkList li .linkTxt > span:after {
  content: "";
  position: absolute;
  top: 7.4666666667vw;
  right: 6.4406779661%;
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-style: solid;
  border-color: inherit;
  border-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .btnLinkList li .linkTxt > span:after {
    top: 2.0714285714vw;
    right: 6.4406779661%;
    max-width: 7px;
    max-height: 7px;
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .btnLinkList li .linkTxt > span:after {
    top: 29px;
  }
}
#wrap.base .sec .sec_04 {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .sec_04 {
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .sec_04 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .sec_04 .subItemList {
    width: 71.4285714286%;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .sec_04 .subItemList .subItem {
    width: 16.8%;
    margin: 0 1.6%;
  }
}
#wrap.base .sec .sec_04 .subItemList .subItem:nth-of-type(n+3) {
  margin-top: 12vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .sec_04 .subItemList .subItem:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .sec_04 .subItemList .subItem:nth-of-type(n+6) {
    margin-top: 3.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .sec_04 .subItemList .subItem:nth-of-type(n+6) {
    margin-top: 55px;
  }
}
#wrap.base .sec .sec_04 .subItemList .subItemCopy {
  margin-top: 4vw;
  line-height: 1.69;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .sec_04 .subItemList .subItemCopy {
    margin-top: 1vw;
    font-size: 1.0714285714vw;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .sec_04 .subItemList .subItemCopy {
    margin-top: 14px;
    font-size: 1.0714285714rem;
  }
}
#wrap.base .sec .sec_04 .subItemList .subItemCopy p {
  line-height: inherit;
  font-size: inherit;
}

/* itemList */
#wrap.base .sec.aside {
  padding: 12.8vw 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.aside {
    padding: 6.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.aside {
    padding: 88px 0;
  }
}
#wrap.base .sec.aside h3 > span {
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.aside h3 > span {
    font-size: 1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.aside h3 > span {
    font-size: 1.7857142857rem;
  }
}
#wrap.base .sec.aside h3 + .asideList, #wrap.base .sec.aside h3 + .bannerList {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.aside h3 + .asideList, #wrap.base .sec.aside h3 + .bannerList {
    margin-top: 3.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.aside h3 + .asideList, #wrap.base .sec.aside h3 + .bannerList {
    margin-top: 45px;
  }
}
#wrap.base .sec .asideList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 94.9333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList {
    max-width: 965px;
    width: 68.9285714286%;
  }
}
#wrap.base .sec .asideList li {
  width: 50%;
  margin: 0;
  border: 1px solid #d5d5d5;
  border-left-width: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList li {
    width: 20%;
  }
}
#wrap.base .sec .asideList li:nth-of-type(n+3) {
  border-top-width: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList li:nth-of-type(n+3) {
    border-top-width: 1px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList li:nth-of-type(n+6) {
    border-top-width: 0;
  }
}
#wrap.base .sec .asideList li:nth-of-type(2n+1) {
  border-left-width: 1px;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList li:nth-of-type(2n+1) {
    border-left-width: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList li:nth-of-type(5n+1) {
    border-left-width: 1px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList li:nth-of-type(1) {
    margin-left: auto;
  }
}
#wrap.base .sec .asideList li:nth-of-type(1):nth-last-of-type(1) {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList li:nth-of-type(4):nth-last-of-type(1), #wrap.base .sec .asideList li:nth-of-type(3):nth-last-of-type(1), #wrap.base .sec .asideList li:nth-of-type(2):nth-last-of-type(1) {
    margin-right: auto;
  }
}
#wrap.base .sec .asideList li .linkTxt {
  width: 100%;
  height: 14.9333333333vw;
  padding-right: 16.6666666667%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList li .linkTxt {
    max-height: 67px;
    height: 4.7857142857vw;
    adding-right: 15.5440414508%;
  }
}
#wrap.base .sec .asideList li .linkTxt > span {
  margin-left: 7.1428571429%;
  color: #333;
  font-size: 3.2vw;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList li .linkTxt > span {
    margin-left: 10.3626943005%;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .asideList li .linkTxt > span {
    font-size: 1rem;
  }
}
#wrap.base .sec .asideList li .linkTxt:after {
  content: "";
  position: absolute;
  top: 5.8666666667vw;
  right: 6.5476190476%;
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-style: solid;
  border-color: #d5d5d5;
  border-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .asideList li .linkTxt:after {
    top: 2.0714285714vw;
    right: 7.7720207254%;
    max-width: 8px;
    max-height: 8px;
    width: 0.5714285714vw;
    height: 0.5714285714vw;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .asideList li .linkTxt:after {
    top: 29px;
  }
}
#wrap.base .sec .bannerList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 94.9333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bannerList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    width: 71.4285714286%;
  }
}
#wrap.base .sec .bannerList li {
  width: 44.3820224719%;
  margin: 0 2.808988764%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bannerList li {
    width: 100%;
    margin: 0;
  }
}
#wrap.base .sec .bannerList li:nth-of-type(n+3) {
  margin-top: 12vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bannerList li:nth-of-type(n+3) {
    margin-top: 0;
  }
}