@charset "UTF-8";

/* -------------------------

main.cssに記述

PCのみ表示...... class="pc"
SPのみ表示...... class="sp"

----------------------------*/

/*all
----------------------------*/

.pc {
	display:block;
}
.sp {
	display:none;
}
@charset "UTF-8";

/*  ////////////////////////////////////////

1. commopn HEADER CSS
2. commopn footer CSS
3. top CSS
4. BRAND CSS
5. bust care CSS
6. bust care detail CSS
7. nowledge
8. shop CSS
9. corelabel
10. about CSS
11. fitting CSS
12. fittingUnder CSS
13. STORE CSS
14. new arrivals 1
15. new arrivals 2
16. report
17. new arrivals 19 04 18
18. community

//////////////////////////////////////////*/
@font-face {
  font-family: "MyFont1";
  src: local("myfont Regular"), url("font/BrownStd-Bold.woff") format("woff"),
    url("font/BrownStd-Bold.ttf") format("truetype"),
    url("font/BrownStd-Bold.svg") format("svg");
  /* svg - Legacy iOS */
}

@font-face {
  font-family: "MyFont2";
  src: local("myfont Regular"), url("font/BrownStd-Regular.woff") format("woff"),
    url("font/BrownStd-Regular.ttf") format("truetype"),
    url("font/BrownStd-Regular.svg") format("svg");
  /* svg - Legacy iOS */
}

@font-face {
  font-family: "MyFont3";
  src: local("myfont Regular"), url("font/BrownStd-Light.woff") format("woff"),
    url("font/BrownStd-Light.ttf") format("truetype"),
    url("font/BrownStd-Light.svg") format("svg");
  /* svg - Legacy iOS */
}

a:hover {
  opacity: 0.7;
}

.noclick:hover {
  opacity: 1 !important;
}

.triumph_wrap {
  overflow: hidden;
}

.main_contents__h2 {
  font-size: 32px;
  font-family: "MyFont2";
  color: #9a001d;
  margin: 0 auto 60px;
  text-align: center;
}

.main_contents__h2 span {
  display: block;
  font-size: 14px;
  margin: 15px 0 0;
  /* font-weight: 400; */
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (max-width: 769px) {
  .main_contents__h2 {
    font-size: 32px;
    font-family: "MyFont2";
    color: #9a001d;
    margin: 30px auto 40px;
    text-align: center;
  }

  .main_contents__h2 span {
    display: block;
    font-size: 12px;
    margin: 10px 0 0;
    /* font-weight: 400; */
    font-weight: 400;
    letter-spacing: 0;
  }
}

/*****************
     top CSS
*****************/
.top {
  width: 100%;
  /*add 04 12*/
}

.top__area--1 {
  width: 100%;
  margin: 0 auto 87px;
  min-width: 100%;
  width: 100%;
  position: relative;
}

.top__area--1__text {
  width: auto;
  /* margin: 21.4375vw auto 0; */
  position: absolute;
  left: 3.9vw;
  right: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 54px;
  color: #9a001d;
  line-height: 1.2;
  top: auto;
  bottom: 50px;
  width: 430px;
}

.top__area--1__text img {
  width: 100%;
}

.top__area--1__text span {
  font-family: "MyFont2";
  font-size: 28px;
  color: #9a001d;
  display: block;
  margin: 20px 0 0px;
  letter-spacing: 0.04em;
}

.top__area--1__image {
  width: 100%;
  padding-left: 16.4vw;
}

.top__area--1__image img {
  width: 100%;
}

.top__area--2 {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 107px;
  text-align: center;
  width: 100%;
  min-width: 100%;
}

.top__area--2__title {
  font-size: 40px;
  color: #9a001d;
  font-family: "MyFont2";
  padding-bottom: 0.25em;
}

.top__area--2__sub {
  font-size: 14px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  padding-bottom: 1.71429em;
}

.top__area--2__text {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 0px;
}

.top__area--2__movie {
  width: 100%;
}

.top__area--2__movie img {
  width: 100%;
}

.top__area--2__link {
  width: 180px;
  height: 48px;
  margin: 40px auto 0;
  border: solid 1px #9a001d;
  text-align: left;
  position: relative;
  /* button animation */
}

.top__area--2__link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  padding: 0px 0 0 20px;
  font-size: 16px;
  color: #9a001d;
  font-family: "MyFont2";
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.top__area--2__link a:hover {
  opacity: 1;
}

.top__area--2__link a span {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #c2001f;
  position: absolute;
  top: 25px;
  right: -40px;
  z-index: 3;
}

.top__area--2__link>span {
  width: 80px;
  height: 1px;
  background-color: #9a001d;
  position: absolute;
  top: 25px;
  right: -40px;
  z-index: 2;
}

.top__area--2__link span.readMoreBar-on {
  -webkit-animation: readBar-on 0.3s ease 0s normal forwards;
  animation: readBar-on 0.3s ease 0s normal forwards;
  background-color: #fff;
}

@-webkit-keyframes readBar-on {
  0% {
    right: -40px;
  }

  100% {
    right: -60px;
  }
}

@keyframes readBar-on {
  0% {
    right: -40px;
  }

  100% {
    right: -60px;
  }
}

.top__area--2__link span.readMoreBar-off {
  -webkit-animation: readBar-off 0.3s ease 0s normal forwards;
  animation: readBar-off 0.3s ease 0s normal forwards;
}

@-webkit-keyframes readBar-off {
  0% {
    right: -60px;
  }

  100% {
    right: -40px;
  }
}

@keyframes readBar-off {
  0% {
    right: -60px;
  }

  100% {
    right: -40px;
  }
}

.top__area--2__link a.readMoreText-on {
  -webkit-animation: readText-on 0.3s ease 0s normal forwards;
  animation: readText-on 0.3s ease 0s normal forwards;
}

@-webkit-keyframes readText-on {
  0% {
    background-color: transparent;
    color: #9a001d;
  }

  100% {
    background-color: #9a001d;
    color: #fff;
  }
}

@keyframes readText-on {
  0% {
    background-color: transparent;
    color: #9a001d;
  }

  100% {
    background-color: #9a001d;
    color: #fff;
  }
}

.top__area--2__link a.readMoreText-off {
  -webkit-animation: readText-off 0.3s ease 0s normal forwards;
  animation: readText-off 0.3s ease 0s normal forwards;
}

@-webkit-keyframes readText-off {
  0% {
    background-color: #9a001d;
    color: #fff;
  }

  100% {
    background-color: transparent;
    color: #9a001d;
  }
}

@keyframes readText-off {
  0% {
    background-color: #9a001d;
    color: #fff;
  }

  100% {
    background-color: transparent;
    color: #9a001d;
  }
}

.top__area__extra.pc_contents {
  width: 820px;
  height: auto;
  margin: auto;
}

.top__area__extra.pc_contents a {
  width: 100%;
  display: block;
}

.top__area__extra.pc_contents .extra__centerLink {
  margin: 40px auto 0;
}

.top__area__extra.pc_contents .extra__fittingLink {
  margin: 40px auto 130px;
}

.top__area__extra.pc_contents img {
  width: 100%;
}

.top__area__extra.sp_contents {
  width: 83.733vw;
  margin: auto;
  height: auto;
}

.top__area__extra.sp_contents a {
  width: 100%;
  display: block;
}

.top__area__extra.sp_contents .extra__centerLink {
  margin: 30px auto 0;
}

.top__area__extra.sp_contents .extra__fittingLink {
  margin: 30px auto 85px;
}

.top__area__extra.sp_contents img {
  width: 100%;
}

.top__area--3 {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 127px;
  text-align: center;
}

.top__area--3__title {
  font-size: 40px;
  color: #9a001d;
  font-family: "MyFont2";
  padding-bottom: 0.25em;
}

.top__area--3__sub {
  font-size: 14px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  padding-bottom: 1.71429em;
}

.top__area--3__list {
  width: 100%;
  margin-top: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: left;
}

.top__area--3__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top__area--3__list__image {
  width: 320px;
  margin-right: 23px;
}

.top__area--3__list__image img {
  width: 100%;
}

.top__area--3__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top__area--3__list__icon {
  font-family: "MyFont2";
  font-size: 16px;
  background: #9a001d;
  color: #fff;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top__area--3__list__icon.white {
  background: #5e6663;
}

.top__area--3__list__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #9a001d;
  padding-top: 15px;
}

.top__area--3__list__text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin: 20px 0 0 0;
}

.top__area--3__list__link {
  font-size: 15px;
  color: #9a001d;
  font-family: "MyFont2";
  padding-top: 30px;
}

.top__area--3__list__link a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

.top__area--3__list__link img {
  width: 6px;
  margin: 0 10px 0 0;
}

.top__area--4 {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 140px;
  text-align: center;
}

.top__area--4__title {
  font-size: 40px;
  color: #9a001d;
  font-family: "MyFont2";
  padding-bottom: 0.25em;
}

.top__area--4__sub {
  font-size: 14px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  padding-bottom: 1.71429em;
}

.top__area--4__list {
  width: 100%;
  margin-top: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.top__area--4__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top__area--4__list ul li {
  width: 204px;
}

.top__area--4__list img {
  width: 100%;
  vertical-align: bottom;
}

.top__area--4__list__image {
  width: 100%;
}

.top__area--4__list__image img:hover {
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top__area--4__list__logo--1 {
  width: 160px;
  margin: 30px auto 0;
}

.top__area--4__list__logo--2 {
  width: 180px;
  margin: 42px auto 0;
}

.top__area--4__list__logo--3 {
  width: 180px;
  margin: 42px auto 0;
}

.top__area--4__list__logo--4 {
  width: 170px;
  margin: 25px auto 0;
}

.top__area--4__list__logo--5 {
  width: 128px;
  margin: 38px auto 0;
}

@media screen and (max-width: 768px) {
  .top__area--4__list__logo--5 {
    width: 22vw;
    margin: 13px auto 0;
    position: relative;
    left: 0;
  }
}

.top__area--5 {
  width: 100vw;
  margin-bottom: 94px;
  height: 37.5vw;
  min-width: 1280px;
  min-height: 480px;
  background-image: url(../images/top/area5.jpg);
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top__area--5__box {
  width: 400px;
  min-width: 400px;
  height: 400px;
  min-height: 400px;
  margin-right: 7.03125vw;
  padding: 80px 40px 0;
  background-color: rgba(178, 7, 40, 0.8);
  text-align: left;
}

.top__area--5__title {
  font-size: 40px;
  color: #9a001d;
  font-family: "MyFont2";
  padding-bottom: 0.25em;
  font-size: 40px;
  color: #fff;
  padding-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding-bottom: 15px;
}

.top__area--5__sub {
  font-size: 14px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  padding-bottom: 1.71429em;
  padding: 0 0 30px;
  font-size: 14px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.top__area--5__text {
  font-size: 15px;
  line-height: 2;
  margin: -0.5em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #fff;
  font-size: 15;
  padding-bottom: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top__area--5__link {
  font-size: 16px;
  color: #fff;
  font-family: "MyFont2";
  text-align: center;
}

.top__area--5__link a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

.top__area--6 {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 120px;
  text-align: center;
}

.top__area--6__list {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: left;
}

.top__area--6__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top__area--6__list ul li {
  width: 350px;
}

.top__area--6__list__image {
  width: 100%;
  margin-bottom: 22px;
}

.top__area--6__list__image img {
  width: 100%;
}

.top__area--6__list__title {
  font-size: 14px;
  color: #222222;
  margin-bottom: 17px;
  font-weight: 600;
}

.top__area--6__list__title span {
  font-family: "MyFont2";
  color: #9a001d;
  font-size: 32px;
  padding-right: 18px;
  font-weight: 400;
}

.top__area--6__list__text {
  width: 320px;
  font-size: 15px;
  line-height: 2;
  margin: -0.5em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #444444;
}

.top__area--6__list__link {
  font-size: 16px;
  color: #9a001d;
  font-family: "MyFont2";
  padding-top: 23px;
}

.top__area--6__list__link a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

.top__area--6__list__link img {
  width: 6px;
  margin: 0 5px 0 0;
}

.top__area--7 {
  width: 100vw;
  margin-bottom: 139px;
  height: 37.5vw;
  min-width: 1280px;
  min-height: 480px;
  background-image: url(../images/community/index/index-top.png);
  background-color: rgba(221, 214, 204, 0.2);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: right;
}

.top__area--7__wrap {
  padding-top: 8.82812vw;
  display: inline-block;
}

.top__area--7__box {
  width: 25vw;
  min-width: 320px;
  margin-right: 13.28125vw;
  text-align: left;
}

.top__area--7__title {
  font-size: 40px;
  color: #9a001d;
  font-family: "MyFont2";
  padding-bottom: 0.25em;
  font-size: 40px;
  padding: 0 0 16px;
  text-align: center;
}

.top__area--7__sub {
  font-size: 14px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  padding-bottom: 1.71429em;
  font-size: 14px;
  padding: 0 0 30px;
  text-align: center;
}

.top__area--7__text {
  font-size: 15px;
  line-height: 2;
  margin: -0.5em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #444444;
  font-size: 15px;
  padding-bottom: 2;
  padding: 0 0 25px;
}

.top__area--7__link {
  font-size: 16px;
  color: #9a001d;
  font-family: "MyFont2";
  text-align: center;
}

.top__area--7__link a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

.top__area--7__link img {
  width: 6px;
  margin: 0 5px 0 0;
}

.top .toplink:before {
  top: -4px;
  background: #d3000c;
}

.top .toplink:hover:before {
  top: -4px;
  background: #d3000c;
}

.top .top_title {
  position: relative;
}

.top .top_title:after {
  content: "";
  background: url(../images/top/crown.svg);
  width: 28px;
  height: 26px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}

.top .top_title.white:after {
  top: -34px;
  background: url(../images/top/crown_white.svg);
}

.top .sub_title_top {
  position: relative;
  padding: 0 0 0 26px;
}

.top .sub_title_top:after {
  content: "";
  background: url(../images/top/crown.svg);
  background-size: 100%;
  width: 18px;
  height: 17px;
  position: absolute;
  left: 0;
  margin: auto;
  top: -2px;
  bottom: 0;
}

.toplink {
  width: 180px;
  margin: 40px auto 0px;
}

.toplink a.footer__top__link {
  border: 1px solid #c2001f;
  height: 46px;
  width: 180px;
  color: #c2001f;
  padding: 0;
  text-align: left;
  padding: 0 0 0 20px;
  font-weight: 400;
  line-height: 46px;
  font-family: "MyFont2";
  font-size: 16px;
}

.toplink .footer__top__link:before {
  background: #c2001f;
}

.toplink .footer__top__link:hover:before {
  right: -20px;
  background: #fff !important;
}

.toplink .footer__top__link:hover {
  color: #fff;
}

.toplink:before {
  top: -5px;
  background: #d3000c;
}

.toplink:hover:before {
  top: -5px;
  background: #d3000c;
}

@media screen and (max-width: 1280px) {
  .top {
    width: 100vw;
  }

  .top__area--1 {
    position: relative;
  }

  .top__area--1__image0 {
    position: absolute;
    width: 41.5vw;
    top: 57vw;
    left: 6vw;
  }

  .top__area--1__text {
    margin: 280px 0 0 0;
    left: 3.9vw;
  }

  .top__area--4 {
    width: 92vw;
  }

  .top__area--4__list ul li {
    width: 17.1vw;
  }

  .top__area--5 {
    min-width: auto;
    min-height: auto;
  }

  .top__area--5__wrap {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .top__area--5__box {
    width: 31.25vw;
    height: 31.25vw;
    margin-right: 7.03125vw;
    padding: 0 3.125vw;
    background-color: rgba(178, 7, 40, 0.8);
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
  }

  .top__area--5__title {
    font-size: 40px;
    color: #9a001d;
    font-family: "MyFont2";
    padding-bottom: 0.25em;
    font-size: 40px;
    color: #fff;
  }

  .top__area--5__sub {
    font-size: 14px;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    padding-bottom: 1.71429em;
    font-size: 14px;
    color: #fff;
  }

  .top__area--5__text {
    font-size: 15px;
    line-height: 2;
    margin: -0.5em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #fff;
    font-size: 15px;
    padding-bottom: 1.5em;
  }

  .top__area--5__link {
    font-size: 16px;
    color: #fff;
    font-family: "MyFont2";
  }

  .top__area--5__link a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
  }

  .top__area--6 {
    width: 100vw;
  }

  .top__area--6__list {
    width: 85.9375vw;
    margin: 0 auto;
  }

  .top__area--6__list ul li {
    width: 27.34375vw;
  }

  .top__area--6__list__title span {
    display: block;
    margin: 0 0 10px;
  }

  .top__area--6__list__text {
    width: 100%;
  }

  .top__area--7 {
    width: 100%;
    height: 480px;
    min-width: 100%;
    background-size: 50%;
    background-position: 10px;
  }

  .top__area--7__wrap {
    padding-top: 113px;
  }

  .top__area--7__box {
    width: 25vw;
    min-width: 320px;
    margin-right: 11vw;
    text-align: left;
  }

  .top__area--7__title {
    font-size: 40px;
    color: #9a001d;
    font-family: "MyFont2";
    padding-bottom: 0.25em;
    font-size: 40px;
    margin: 0 0 20px;
  }

  .top__area--7__sub {
    font-size: 14px;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    padding-bottom: 1.71429em;
    font-size: 14px;
    margin: 0 0 25px;
  }

  .top__area--7__text {
    font-size: 15px;
    line-height: 2;
    margin: -0.5em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #444444;
    font-size: 15px;
    padding-bottom: 2;
    margin: 0 0 30px;
  }

  .top__area--7__link {
    font-size: 16px;
    color: #9a001d;
    font-family: "MyFont2";
  }

  .top__area--7__link a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
  }

  .top .sub_title_top:after {
    top: -23px;
  }
}

@media screen and (max-width: 1024px) {
  .top {
    width: 100vw;
    /*min-width: 1100px;*/
  }

  .top__area--1 {
    margin: 0 auto 87px;
    min-width: 100%;
    position: relative;
  }

  .top__area--1__text {
    position: absolute;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 280px 0 0 0;
    color: #9a001d;
    width: 360px;
  }

  .top__area--1__image {
    width: 100%;
    padding-left: 16.4vw;
  }

  .top__area--1__image img {
    width: 100%;
  }

  .top .top__area--7 {
    background-size: 40%;
  }

  .top__area--3 {
    width: 92vw;
  }

  .top__area--3__list__image {
    width: 200px;
    margin-right: 23px;
    float: left;
  }

  .top__area--3__list__link {
    font-size: 15px;
    color: #9a001d;
    font-family: "MyFont2";
    padding-top: 70px;
    float: left;
    position: absolute;
    left: 223px;
    top: 65px;
  }

  .top__area--3__list__title {
    padding: 0;
  }

  .top__area--3__list__text {
    margin: 7px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .top__area--3__list__image {
    width: 170px;
  }

  .top__area--3__list__link {
    left: 195px;
    top: 51px;
  }
}

@media screen and (max-width: 769px) {
  .pc_contents {
    display: none;
  }

  .sp_contents {
    display: block;
  }

  .top {
    min-width: 100vw;
  }

  .top__area--1 {
    margin: 0 auto 70px;
    min-width: 100%;
  }

  .top__area--1__text {
    width: auto;
    min-width: auto;
    margin: 61vw 0 0 0;
    position: absolute;
    left: 5.33333vw;
    font-size: 36px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    line-height: 1.2;
    bottom: 55px;
    width: 250px;
  }

  .top__area--1__text span {
    font-size: 18px;
    line-height: 1.2;
    font-family: "MyFont2";
    font-weight: normal;
    margin: 13px 0 10px;
  }

  .top__area--1__image {
    width: 100%;
    padding-left: 17.06667vw;
  }

  .top__area--1__image img {
    width: 100%;
  }

  .top__area--2 {
    width: 83.73333vw;
    margin-bottom: 43px;
    text-align: left;
    margin: 0 auto 70px;
  }

  .top__area--2__box {
    width: 83.73333vw;
    margin-bottom: 0;
    text-align: left;
    margin: 0 auto;
    text-align: center;
  }

  .top__area--2__title {
    font-size: 32px;
  }

  .top__area--2__sub {
    font-size: 12px;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
  }

  .top__area--2__movie {
    width: 100%;
  }

  .top__area--2__movie img {
    width: 100%;
  }

  .top__area--2__text {
    margin: 0;
  }

  .top__area--2__link {
    width: 62.4vw;
    height: 12.8vw;
    margin: 24px auto 0;
    border: solid 1px #9a001d;
    text-align: left;
    position: relative;
    /* button animation */
  }

  .top__area--2__link a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 4.8vw 0 0 5.33333vw;
    font-size: 4.26667vw;
    color: #9a001d;
    overflow: hidden;
    position: relative;
  }

  .top__area--2__link a span {
    content: "";
    width: 21.33333vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 6.4vw;
    right: -10.66667vw;
    z-index: 3;
  }

  .top__area--2__link>span {
    width: 21.33333vw;
    height: 1px;
    background-color: #9a001d;
    position: absolute;
    top: 6.4vw;
    right: -10.66667vw;
    z-index: 2;
  }

  .top__area--2__link span.readMoreBar-on {
    -webkit-animation: readBar-on 0.3s ease 0s normal forwards;
    animation: readBar-on 0.3s ease 0s normal forwards;
  }

  @-webkit-keyframes readBar-on {
    0% {
      right: -10.66667vw;
    }

    100% {
      right: -16vw;
    }
  }

  @keyframes readBar-on {
    0% {
      right: -10.66667vw;
    }

    100% {
      right: -16vw;
    }
  }

  .top__area--2__link span.readMoreBar-off {
    -webkit-animation: readBar-off 0.3s ease 0s normal forwards;
    animation: readBar-off 0.3s ease 0s normal forwards;
  }

  @-webkit-keyframes readBar-off {
    0% {
      right: -16vw;
    }

    100% {
      right: -10.66667vw;
    }
  }

  @keyframes readBar-off {
    0% {
      right: -16vw;
    }

    100% {
      right: -10.66667vw;
    }
  }

  .top__area--3 {
    width: 83.73333vw;
    margin-bottom: 44px;
    text-align: left;
    margin-bottom: 90px;
  }

  .top__area--3__title {
    font-size: 32px;
  }

  .top__area--3__sub {
    font-size: 12px;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
  }

  .top__area--3__list {
    width: 100%;
    margin-top: 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    text-align: left;
  }

  .top__area--3__list ul {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }

  .top__area--3__list ul li:nth-child(1) {
    margin-bottom: 50px;
    display: block;
  }

  .top__area--3__list ul li {
    display: block;
  }

  .top__area--3__list__icon {
    margin: -14px auto 0;
    display: table;
  }

  .top__area--3__list__image {
    width: 100%;
    margin: 0;
    float: none;
  }

  .top__area--3__list__title {
    font-size: 18px;
    padding-top: 10px;
    float: none;
    text-align: center;
  }

  .top__area--3__list__text {
    font-size: 12px;
    color: #333;
    padding-top: 8px;
    float: none;
    margin: 0;
    text-align: center;
  }

  .top__area--3__list__link {
    font-size: 15px;
    color: #9a001d;
    font-family: "MyFont2";
    padding-top: 22px;
    float: none;
    position: static;
    text-align: center;
  }

  .top__area--4 {
    width: 83.73333vw;
    margin-bottom: 50px;
    text-align: left;
  }

  .top__area--4__title {
    font-size: 32px;
    text-align: center !important;
  }

  .top__area--4__sub {
    font-size: 12px;
    text-align: center !important;
  }

  .top__area--4__list {
    margin: 0;
  }

  .top__area--4__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top__area--4__list ul li {
    width: 41.06667vw;
    margin: 0 0 30px;
  }

  .top__area--4__list__logo--1 {
    width: 27.33333vw;
    margin: 5px auto 0;
  }

  .top__area--4__list__logo--2 {
    width: 33.66667vw;
    margin: 20px auto 0;
  }

  .top__area--4__list__logo--3 {
    width: 33.66667vw;
    margin: 16px auto 0;
  }

  .top__area--4__list__logo--4 {
    width: 30.66667vw;
    margin: 12px auto 0;
  }

  .top__area--5 {
    width: 100vw;
    height: 100vw;
    min-width: auto;
    min-height: auto;
    background-image: url(../images/top/area5_sp.jpg);
    position: relative;
    margin-bottom: 45vw;
  }

  .top__area--5__wrap {
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 70.66667vw;
    right: 0;
    left: 0;
  }

  .top__area--5__box {
    width: 83.73333vw;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin: 0 auto;
    padding: 13.33333vw 9.06667vw 5.33333vw;
    background-color: #9a001d;
    text-align: left;
    display: inline-block;
  }

  .top__area--5__title {
    font-size: 32px;
    padding-left: 0;
    margin: 0 0 3px;
  }

  .top__area--5__sub {
    font-size: 3.2vw;
    color: #fff;
    padding-bottom: 25px;
  }

  .top__area--5__text {
    font-size: 3.73333vw;
    padding-bottom: 30px;
    line-height: 1.8;
  }

  .top__area--5__link {
    font-size: 4.26667vw;
    color: #fff;
    font-family: "MyFont2";
  }

  .top__area--5__link a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    text-align: left;
    display: block;
  }

  .top__area--6 {
    width: 83.73333vw;
    margin: 0 auto;
    padding-top: 100px;
  }

  .top__area--6__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top__area--6__list ul li {
    width: 100%;
    margin-bottom: 55px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top__area--6__list__image {
    width: 32vw;
    margin-bottom: 0;
    margin-right: 5.33333vw;
    float: left;
  }

  .top__area--6__list__right {
    width: 48vw;
  }

  .top__area--6__list__title {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
    float: left;
  }

  .top__area--6__list__title span {
    font-size: 6.4vw;
    padding-right: 18px;
    padding-bottom: 5px;
    display: block;
    padding: 0 0 0 20px;
    margin: 0 0 7px;
  }

  .top__area--6__list__text {
    width: 46.4vw;
    float: left;
    font-size: 13px;
    line-height: 1.8;
  }

  .top__area--6__list__link {
    float: left;
    font-size: 16px;
    color: #9a001d;
    font-family: "MyFont2";
    padding-top: 23px;
    position: absolute;
    bottom: 0;
    left: 38vw;
  }

  .top__area--6__list__link a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
  }

  .top__area--7 {
    width: 100vw;
    height: 100vw;
    min-width: auto;
    min-height: auto;
    background-image: url(../images/top/area7_sp.jpg);
    position: relative;
    margin-bottom: 305px;
    margin-top: 45px;
    background-size: 100%;
  }

  .top__area--7__wrap {
    padding: 0;
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 70.66667vw;
    right: 0;
    left: 0;
  }

  .top__area--7__box {
    width: 83.73333vw;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin: 0;
    padding: 13.33333vw 9.06667vw 5.33333vw;
    background-color: #fff;
    text-align: left;
    display: inline-block;
    -webkit-filter: drop-shadow(-1px 6px 5px rgba(160, 160, 160, 0.5));
    filter: drop-shadow(-1px 6px 5px rgba(160, 160, 160, 0.5));
  }

  .top__area--7__title {
    font-size: 32px;
    padding-left: 1.86667vw;
    margin: 0 0 5px;
  }

  .top__area--7__sub {
    font-size: 3.2vw;
    color: #333;
    margin: 0 0 0px;
    padding: 0 0 15px;
  }

  .top__area--7__text {
    font-size: 14px;
    padding-bottom: 0px;
    margin: 0 0 25px;
  }

  .top__area--7__link {
    font-size: 4.26667vw;
    color: #9a001d;
    font-family: "MyFont2";
  }

  .top__area--7__link a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
  }

  .top .toplink:before {
    top: -1px;
    background: #d3000c;
    display: none;
  }

  .top .toplink:hover:before {
    top: 3px;
    background: #d3000c;
    display: none;
  }

  .top .footer__top__link:before {
    width: 60px;
    top: -1px;
    right: -30px;
  }

  .top a.footer__top__link {
    overflow: visible;
  }

  .top .toplink .footer__top__link:hover {
    color: #fff;
    color: #c2001f;
    background: #fff;
  }

  .top .toplink .footer__top__link:hover:before {
    right: -30px;
    background: #c2001f !important;
  }

  .top .toplink .footer__top__link:hover:before {
    right: -30px;
    background: #c2001f !important;
  }

  .top .sub_title_top {
    position: relative;
    padding: 0;
  }

  .top .sub_title_top:after {
    content: "";
    background: url(../images/top/crown.svg);
    background-size: 100%;
    width: 16px;
    height: 15px;
    position: absolute;
    left: 0;
    margin: auto;
    top: -18px;
    bottom: 0;
  }

  .top .top__area--7 {
    background-size: 100%;
  }

  .toplink {
    width: 230px;
    margin: 40px auto 0px;
    height: 55px;
  }

  .toplink:before {
    top: -5px;
  }

  .toplink a.footer__top__link {
    border: 1px solid #c2001f;
    height: 55px;
    width: 230px;
    color: #c2001f;
    padding: 0;
    text-align: left;
    padding: 0 0 0 20px;
    font-weight: 400;
    line-height: 55px;
    font-family: "MyFont2";
    font-size: 16px;
  }

  .toplink .footer__top__link:before {
    background: #c2001f;
  }

  .toplink .footer__top__link:hover:before {
    right: -20px;
    background: #fff !important;
  }

  .toplink .footer__top__link:hover {
    color: #fff;
  }

  .toplink:before {
    top: -4px;
    background: #d3000c;
  }

  .toplink:hover:before {
    top: -4px;
    background: #d3000c;
  }

  .youtube.y2 {
    margin: 45px auto 25px;
  }

  .footer__top__innar ul li {
    width: 80vw;
    height: 60px;
    margin: 0 0 30px 6vw;
  }

  .footer__top__innar ul li a {
    width: 83vw;
  }

  .footer__top__link:before {
    width: 30px;
    top: -1px;
  }

  .top__link__wrap:before {
    width: 40px;
    right: -28px;
  }

  .footer .footer__top__link {
    line-height: 60px;
    height: 60px;
    width: 80vw;
  }

  /*add 04 12*/
  .top_title {
    position: relative;
    text-align: center;
  }

  .top_title:after {
    content: "";
    background: url(../images/top/crown.svg);
    width: 28px;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
  }

  .top_title.white:after {
    top: -34px;
    background: url(../images/top/crown_white.svg);
  }

  .sub_title_top {
    position: relative;
    padding: 0 0 0 26px;
  }

  .sub_title_top:after {
    content: "";
    background: url(../images/top/crown.svg);
    background-size: 100%;
    width: 18px;
    height: 17px;
    position: absolute;
    left: 0;
    margin: auto;
    top: -2px;
    bottom: 0;
  }
}

/* BRAND CSS　*/
.brand {
  width: 100%;
  margin: 0px 0 0;
}

.brand__section__innar {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.brand__section.bs1 {
  width: 86vw;
  min-width: 1100px;
  margin: 0 auto 80px;
}

.brand__section img {
  width: 100%;
}

.brand__section.bs2 {
  width: 100%;
  margin: 0 auto 0px;
  position: relative;
}

.brand__section.bs2:after {
  content: "";
  width: 100%;
  height: 605px;
  background: #e1effb;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 0;
}

.brand__section.bs2 .brand__section__left {
  width: 540px;
}

.brand__section.bs2 .brand__section__left img {
  width: 100%;
}

.brand__section.bs2 .brand__section__right {
  width: 540px;
}

.brand__section.bs2 .brand__section__right img {
  width: 320px;
  margin: 150px auto 60px;
  display: block;
}

.brand__section.bs2 .brand__section__right p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
}

.brand__section.bs2 .brand__section__right p.triacion_p {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 60px;
}

.brand__section.bs2 .brand__section__right p.triacion_p span {
  font-size: 20px;
}

.brand__section.bs2 .brand__section__right a {
  font-family: "MyFont2";
  font-size: 22px;
  color: #003359;
  text-align: center;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  margin: auto;
}

.triaction .brand__section.bs2:after {
  top: 60px;
}

.triaction .brand__section.bs2 .brand__section__right img {
  margin: 120px auto 30px;
  width: 280px;
}

.triaction .brand__section.bs2 .brand__section__right p.triacion_p {
  margin: 0 0 60px;
}

.triaction .brand__section.bs2 .brand__section__right p.triacion_p span {
  display: block;
  margin: 0 0 0 0;
}

.triaction .brand__section.bs2:after {
  content: "";
  width: 100%;
  height: 800px;
  background: #fff48c;
  position: absolute;
  top: 90px;
  left: 50%;
  z-index: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate3d(-23vw, 0, 0);
  transform: translate3d(-23vw, 0, 0);
}

.triaction .brand__section.bs2 .brand__section__right a {
  position: relative;
  top: 25px;
  color: #535558;
}

.florare .brand__section.bs2:after {
  top: 60px;
}

.florare .brand__section.bs2 .brand__section__right img {
  margin: 215px auto 60px;
  width: 320px;
}

.florare .brand__section.bs2:after {
  content: "";
  width: 100%;
  height: 540px;
  background: #e7b2a2;
  opacity: 0.5;
  position: absolute;
  top: 116px;
}

.florare .brand__section.bs2 .brand__section__right a {
  position: relative;
  top: 95px;
  color: #e7b2a2;
}

.florare .brand__section.bs2 .brand__section__right p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
}

.florare .christmas_bnr {
  position: absolute;
  bottom: -53px;
  right: -55px;
  width: 450px;
  z-index: 2;
  display: block;
}

.florare .christmas_bnr img {
  width: 100%;
  display: block;
}

.florare .christmas_bnr:hover {
  opacity: 1;
}

.pickup_archive {
  margin: 150px 0 140px;
}

.pickup_archive h2 {
  font-family: "MyFont2";
  font-size: 40px;
  color: #9a001d;
  text-align: center;
  margin: 0px 0 0px;
}

@media screen and (max-width: 768px) {
  .pickup_archive.tr li {
    width: 41vw;
  }
}

.pickup_archive ul {
  width: 1120px;
  text-align: center;
  margin: auto;
}

.pickup_archive ul li {
  width: 176px;
  margin-right: 8px;
  display: inline-block;
}

.pickup_archive ul li img {
  width: 100%;
}

.pickup_archive ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .pickup_archive ul li.taCenter {
    margin: 0 auto !important;
  }
}

.brand_archive {
  margin: 110px 0 140px;
}

.brand_archive h2 {
  font-family: "MyFont2";
  font-size: 40px;
  color: #9a001d;
  text-align: center;
  margin: 0px 0 0px;
}

.brand_archive .top__area--4__title {
  display: none;
}

.brand_archive ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand_archive ul li {
  width: 260px;
  position: relative;
}

.brand_archive ul li img {
  width: 100%;
}

.brand_archive ul li a:hover {
  display: block;
  opacity: 0.8;
}

.brand_archive ul li a:hover:after {
  opacity: 0.8;
}

@media screen and (max-width: 769px) {

  /* ブランド　*/
  .brand {
    width: 100%;
    margin: 0px 0 0;
  }

  .brand__section__innar {
    width: 100%;
    display: block;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }

  .brand__section.bs1 {
    width: 86vw;
    min-width: 1100px;
    margin: 20px auto 0px;
    display: none;
  }

  .brand__section img {
    width: 100%;
  }

  .brand__section.bs2 {
    width: 100%;
    margin: 20px auto 0px;
    position: relative;
  }

  .brand__section.bs2:after {
    content: "";
    width: 100%;
    height: 120vw;
    background: #e1effb;
    position: absolute;
    top: 34.66vw;
    left: 0;
    z-index: 0;
    opacity: 1;
  }

  .brand__section.bs2 .brand__section__left {
    width: 100%;
  }

  .brand__section.bs2 .brand__section__left img {
    width: 153px;
    display: block;
    margin: auto;
  }

  .brand__section.bs2 .brand__section__left img.bs2_main {
    width: 84vw;
    margin: 5.333vw auto 0;
  }

  .brand__section.bs2 .brand__section__right {
    width: 100%;
    margin: 8vw auto 0;
  }

  .brand__section.bs2 .brand__section__right img {
    width: 84vw;
    margin: 60px auto 105px;
    display: block;
  }

  .brand__section.bs2 .brand__section__right p {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    padding: 0 8vw 8vw 8vw;
    background: #e1effb;
  }

  .brand__section.bs2 .brand__section__right a {
    font-size: 14px;
    color: #003359;
    text-align: center;
    letter-spacing: 0.02em;
    text-align: center;
    display: block;
    margin: 25px auto 0;
  }

  .pickup_archive {
    margin: 85px 0 85px;
  }

  .pickup_archive h2 {
    font-family: "MyFont2";
    font-size: 32px;
    color: #9a001d;
    text-align: center;
    margin: 0px 0 0vw;
  }

  .pickup_archive ul {
    width: 84vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pickup_archive ul li {
    width: 41vw;
    margin: 0 0 2vw;
    display: list-item;
  }

  .pickup_archive ul li img {
    width: 100%;
    vertical-align: top;
  }

  .pickup_archive ul li:last-child {
    margin: 0 0 2vw;
  }

  .brand_archive {
    margin: 85px 0 80px;
  }

  .brand_archive h2 {
    font-family: "MyFont2";
    font-size: 32px;
    color: #9a001d;
    text-align: center;
    margin: 0px 0 0vw;
  }

  .brand_archive ul {
    width: 84vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand_archive ul li {
    width: 41vw;
    margin: 0 0 20px;
  }

  .brand_archive ul li img {
    width: 100%;
    vertical-align: top;
  }

  .brand_archive ul li a:after {
    display: none;
  }

  .triaction .brand__section.bs2:after {
    top: 60px;
  }

  .triaction .brand__section.bs2 .brand__section__right img {
    width: 84vw;
    margin: 60px auto 105px;
    display: block;
  }

  .triaction .brand__section.bs2 .brand__section__right p.triacion_p {
    margin: 0 0 0px;
    font-size: 20px;
    padding: 0 0 35px;
    text-align: center;
  }

  .triaction .brand__section.bs2 .brand__section__right p.triacion_p span {
    display: block;
    font-size: 18px;
    margin: 25px 0 0 0;
  }

  .triaction .brand__section.bs2 .brand__section__right p {
    background: #fff48c;
  }

  .triaction .brand__section.bs2:after {
    content: "";
    width: 100%;
    height: 120vw;
    position: absolute;
    top: 34.66vw;
    left: 0;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .triaction .brand__section.bs2 .brand__section__right a {
    position: static;
    top: 30px;
    color: #535558;
  }

  .florare .brand__section.bs2:after {
    top: 60px;
  }

  .florare .brand__section.bs2 .brand__section__right img {
    width: 84vw;
    margin: 60px auto 105px;
    display: block;
  }

  .florare .brand__section.bs2 .brand__section__right p.triacion_p {
    margin: 0 0 0px;
    font-size: 20px;
    text-align: center;
  }

  .florare .brand__section.bs2 .brand__section__right p.triacion_p span {
    display: block;
    font-size: 18px;
    margin: 25px 0 0 0;
  }

  .florare .brand__section.bs2 .brand__section__right p {
    background: #f4d8cf;
    text-align: center;
  }

  .florare .brand__section.bs2:after {
    content: "";
    width: 100%;
    height: 126vw;
    position: absolute;
    top: 34.66vw;
    left: 0;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .florare .brand__section.bs2 .brand__section__right a {
    position: static;
    top: 60px;
    color: #535558;
  }

  .florare .christmas_bnr {
    position: inherit;
    bottom: inherit;
    right: inherit;
    width: 89%;
    margin: 40px auto;
  }
}

.bs10__innar {
  width: 1100px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bs10__innar div {
  width: 540px;
  padding: 35px 30px 30px 30px;
  background: rgba(231, 178, 162, 0.08);
  margin: 0 0 20px;
}

.bs10__innar div h3 {
  font-family: "MyFont2";
  font-size: 24px;
  color: #ba816b;
  text-align: center;
  margin: 0 0 30px;
  letter-spacing: 0.06em;
}

.bs10__innar div p {
  font-size: 14px;
  line-height: 2;
}

.bs10 a {
  font-family: "MyFont2";
  font-size: 22px;
  color: #ba816b;
  text-align: center;
  display: block;
  margin: 15px auto 0;
}

.bs10 a span {
  font-size: 20px;
  color: #ba816b;
  font-weight: 400;
}

.bs10 a img {
  width: 8px;
}

.bs_10 img {
  width: 7px !important;
  display: inline-block !important;
  margin: 0 !important;
}

.bs_10 span {
  font-size: 20px;
  font-weight: 400;
}

.bs_2 img {
  width: 7px !important;
  display: inline-block !important;
  margin: 0 !important;
}

.bs_2 span {
  font-size: 20px;
  color: #003359;
  font-weight: 400;
}

@media screen and (max-width: 769px) {
  .bs10__innar {
    width: 89%;
    margin: 30px auto 0;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bs10__innar div {
    width: 100%;
    padding: 25px 25px 25px 25px;
    background: rgba(231, 178, 162, 0.08);
    margin: 0 0 20px;
  }

  .bs10__innar div h3 {
    font-family: "MyFont2";
    font-size: 24px;
    color: #ba816b;
    text-align: center;
    margin: 0 0 20px;
  }

  .bs10__innar div p {
    font-size: 14px;
    line-height: 2;
  }

  .bs10 a {
    font-size: 16px;
    font-family: "MyFont2";
    text-align: center;
    display: block;
    margin: 15px auto 70px;
  }

  .bs10 a img {
    width: 8px;
  }

  .florare_sp {
    width: 84%;
    display: block;
    margin: auto;
  }

  .florare_sp img {
    width: 100%;
  }
}

.bs11 {
  width: 1100px;
  margin: 40px auto 0;
  background: rgba(231, 178, 162, 0.08);
  padding: 60px 0 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs11_ttl {
  font-family: "MyFont1";
  color: #ba816b;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.bs11_lead {
  font-family: "MyFont3";
  color: #ba816b;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 45px;
  text-align: center;
}

.bs11_cts {
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .bs11 {
    width: 89.07%;
    margin: 20px auto 0;
    padding: 35px 0 40px;
  }

  .bs11_ttl {
    margin-bottom: 20px;
  }

  .bs11_lead {
    margin-bottom: 30px;
  }
}

.new_banar {
  background: #fff5ed;
  padding: 60px 0;
  margin: 100px auto 0;
}

@media screen and (max-width: 769px) {
  .new_banar {
    padding: 40px 20px;
    margin: 20px auto 0;
  }
}

.new_banar__innar {
  max-width: 1100px;
  height: 833px;
  margin: auto;
  background: url(../images/florare/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 769px) {
  .new_banar__innar {
    max-width: 350px;
    height: 777px;
    background: url(../images/florare/bgt@2x.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .new_banar__innar {
    height: 777px;
    background: url(../images/florare/bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.new_banar img.img1 {
  width: 300px;
  padding: 42px 0 0;
  display: block;
  margin: auto;
}

@media screen and (max-width: 769px) {
  .new_banar img.img1 {
    width: 240px;
  }
}

@media screen and (max-width: 321px) {
  .new_banar img.img1 {
    width: 200px;
  }
}

.new_banar .p1 {
  font-family: "MyFont2";
  font-size: 20px;
  color: #a6802a;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 10px 0 23px;
}

@media screen and (max-width: 769px) {
  .new_banar .p1 {
    margin: 22px 0 23px;
  }
}

@media screen and (max-width: 321px) {
  .new_banar .p1 {
    font-size: 18px;
    margin: 18px 0 20px;
  }
}

.new_banar img.img2 {
  width: 380px;
  padding: 0 0;
  display: block;
  margin: auto;
}

@media screen and (max-width: 769px) {
  .new_banar img.img2 {
    width: 300px;
  }
}

@media screen and (max-width: 321px) {
  .new_banar img.img2 {
    width: 250px;
  }
}

.new_banar img.img3 {
  width: 367px;
  padding: 30px 0 23px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 769px) {
  .new_banar img.img3 {
    width: 247px;
    padding: 20px 0 15px;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 321px) {
  .new_banar img.img3 {
    width: 200px;
  }
}

.new_banar .p2 {
  font-size: 15px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .new_banar .p2 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 321px) {
  .new_banar .p2 {
    font-size: 12px;
  }
}

.new_banar .p3 {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 769px) {
  .new_banar .p3 {
    line-height: 26px;
  }
}

@media screen and (max-width: 321px) {
  .new_banar .p3 {
    font-size: 12px;
    line-height: 22px;
  }
}

.new_banar a {
  color: #f45b63;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 400;
  display: block;
  margin: 35px auto 0;
}

@media screen and (max-width: 769px) {
  .new_banar a {
    font-size: 14px;
    margin: 26px auto 0;
  }
}

@media screen and (max-width: 321px) {
  .new_banar a {
    font-size: 12px;
  }
}

.new_banar a span {
  font-family: "MyFont2";
  color: #f45b63;
  font-size: 22px;
}

@media screen and (max-width: 769px) {
  .new_banar a span {
    font-size: 16px;
  }
}

@media screen and (max-width: 321px) {
  .new_banar a span {
    font-size: 14px;
  }
}

.new_banar a img {
  display: inline-block;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 769px) {
  .new_banar a img {
    width: 7px;
  }
}

@media screen and (max-width: 321px) {
  .new_banar a img {
    width: 6px;
  }
}

#christmas {
  padding-top: 60px;
  margin-top: -60px;
}

.christmasArea {
  background: rgba(243, 216, 208, 0.5);
  padding: 65px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 100px 0 -50px;
}

.christmasArea_inner {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 35px 0 40px;
  position: relative;
}

.christmasArea_inner::after {
  content: "";
  position: absolute;
  top: 130px;
  left: 55px;
  background: url(../images/florare/christmas_bg.png) no-repeat;
  background-size: contain;
  width: 990px;
  height: 652.5px;
}

.christmasArea_inner h3 {
  font-family: "MyFont2";
  font-size: 40px;

  text-align: center;
  line-height: 1;
  position: relative;
  display: table;
  margin: 0 auto 30px;
  color: #ba816b;
}

.christmasArea_inner h3::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -40px;
  width: 20px;
  height: 1px;
  background: #ba816b;
}

.christmasArea_inner h3::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -40px;
  width: 20px;
  height: 1px;
  background: #ba816b;
}

.christmasArea_inner h3 span {
  display: block;
  line-height: 1;
  font-family: "MyFont2";
  font-size: 24px;
  color: #ba816b;
  margin-top: 20px;
  letter-spacing: 0.02em;
}

.christmasArea_maintxt {
  color: #333333;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 28px;
  margin-bottom: 30px;
}

.christmasArea_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 523px;
  margin: 0 auto 40px;
}

.christmasArea_box--list {
  width: 200px;
}

.christmasArea_box--list img {
  width: 200px;
  margin: 0 auto 10px;
  display: block;
}

.christmasArea_box--list .christmasName {
  font-size: 20px;
  text-align: center;
  color: #ba816b;
  font-family: "MyFont1";
  line-height: 26px;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  white-space: nowrap;
  font-weight: 400;
}

.christmasArea_box--list .christmasName span {
  font-size: 16px;
  color: #ba816b;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.christmasArea_box--list .christmasTxt {
  font-size: 13px;
  text-align: center;
  color: #ba816b;
  font-family: "MyFont1";
  line-height: 24px;
  letter-spacing: 0.06em;
  padding: 12px 0;
  background: #fdf9f8;
  width: 200px;
  margin: 0 auto;
  font-weight: 400;
  border-radius: 20px;
}

.christmasArea_box--list .christmasTxt span {
  font-size: 16px;
  color: #ba816b;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.christmasArea_box--list:nth-child(1) {
  width: 246px;
}

.christmasArea_notice {
  color: #333333;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 24px;
}

.christmasArea a {
  font-family: "MyFont2";
  font-size: 22px;
  color: #ba816b;
  text-align: center;
  display: block;
  margin: 20px auto 0;
}

.christmasArea a span {
  font-size: 20px;
  color: #ba816b;
  font-weight: 400;
}

.christmasArea a img {
  width: 8px;
}

@media screen and (max-width: 769px) {
  #christmas {
    padding-top: 0;
    margin-top: 0;
  }

  .christmasArea {
    padding: 40px 20px;
    margin: 80px 0 0;
  }

  .christmasArea_inner {
    width: 100%;
    padding: 40px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .christmasArea_inner::after {
    top: 11px;
    left: 15px;
    background: url(../images/florare/christmas_bg_sp.png) no-repeat;
    background-size: contain;
    width: calc(624 * (100vw / 750));
    height: calc(1053 * (100vw / 750));
  }

  .christmasArea_inner h3 {
    font-size: 28px;
  }

  .christmasArea_inner h3::before {
    top: 57px;
    left: 0;
  }

  .christmasArea_inner h3::after {
    top: 57px;
    right: 0;
  }

  .christmasArea_inner h3 span {
    font-size: 22px;
    margin-top: 20px;
  }

  .christmasArea_maintxt {
    line-height: 26px;
    margin-bottom: 25px;
  }

  .christmasArea_box {
    width: 100%;
    margin: 0 auto 20px;
  }

  .christmasArea_box--list {
    width: 48.4%;
  }

  .christmasArea_box--list img {
    width: 100%;
  }

  .christmasArea_box--list .christmasName {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .christmasArea_box--list .christmasName span {
    font-size: 12px;
    display: block;
  }

  .christmasArea_box--list .christmasTxt {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
    width: 100%;
    border-radius: 10px;
  }

  .christmasArea_box--list .christmasTxt span {
    font-size: 12px;
  }

  .christmasArea_box--list:nth-child(1) {
    width: 48.4%;
  }

  .christmasArea_box--list:nth-child(2) .christmasName {
    margin-bottom: 32px;
  }

  .christmasArea_notice {
    line-height: 26px;
  }

  .christmasArea a {
    font-size: 16px;
    font-family: "MyFont2";
    text-align: center;
    display: block;
    margin: 20px auto 0;
    letter-spacing: 0.02em;
  }

  .christmasArea a img {
    width: 8px;
  }

  .christmasArea a span {
    font-size: 14px;
  }

  .florare_sp {
    width: 84%;
    display: block;
    margin: auto;
  }

  .florare_sp img {
    width: 100%;
  }
}

/* bust care*/
.main_contents.bustcare,
.main_contents.bustcare_detail {
  /* margin: 50px 0 130px 0; */
  margin: 0;
  padding: 50px 0 130px;
  background-color: #ffffff;
}

@media screen and (max-width: 769px) {

  .main_contents.bustcare,
  .main_contents.bustcare_detail {
    padding: 35px 0 130px 0;
  }
}

.main_contents.bustcare_detail.new {
  /* margin: 50px 0 70px 0; */
  margin: 50px 0 0 0;
  padding-bottom: 70px;
  background-color: #ffffff;
}

@media screen and (max-width: 769px) {
  .main_contents.bustcare_detail.new {
    /* margin: 0px 0 85px 0; */
    margin: 0;
    /* padding: 0 0 0 0; */
    padding: 0 0 85px 0;
  }
}

.main_contents.knowledge {
  background: #fff;
  margin: 0;
  padding-top: 50px;
}

.bustcare .main_contents__h2 {
  margin-bottom: 40px;
  font-size: 40px;
  letter-spacing: 0.04em;
}

.bustcare .main_contents__h2 span {
  margin: 10px 0 0;
}

.bustcare__section {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 135px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bustcare__section__new__innar {
  max-width: 1100px;
  margin: 0 auto 40px;
  position: relative;
}

.bustcare__section__new__innar__l {
  width: 63.63636%;
}

@media screen and (max-width: 769px) {
  .bustcare__section__new__innar__l {
    width: 100%;
  }
}

.bustcare__section__new__innar__l img {
  width: 100%;
}

.bustcare__section__new__innar__r {
  width: 45.45455%;
  z-index: 1;
  position: absolute;
  right: 4px;
  bottom: 33px;
}

@media screen and (max-width: 769px) {
  .bustcare__section__new__innar__r {
    width: 100%;
    position: static;
    padding: 0 8%;
    margin: -44px auto 0;
  }
}

.bustcare__section__new__innar__r h2 {
  font-size: 30px;
  font-weight: 400;
  color: #9a001d;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .bustcare__section__new__innar__r h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 17px;
  }
}

.bustcare__section__new__innar__r .p1 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #666666;
}

@media screen and (max-width: 769px) {
  .bustcare__section__new__innar__r .p1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.bustcare__section__new__innar__r .p2 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 35px;
}

@media screen and (max-width: 769px) {
  .bustcare__section__new__innar__r .p2 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.bustcare__section__new__innar__r .p3 {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
}

.bustcare__section__new__bottom {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #f5f5f5;
}

@media screen and (max-width: 769px) {
  .bustcare__section__new__bottom {
    margin: 0 auto 60px;
  }
}

.bustcare__section__new__bottom ul {
  font-size: 0;
}

.bustcare__section__new__bottom li {
  width: 31.81818%;
  margin-right: 2.27%;
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .bustcare__section__new__bottom li {
    margin: 0;
    width: 100%;
    margin-bottom: 35px;
  }
}

.bustcare__section__new__bottom li img {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  .bustcare__section__new__bottom li img {
    margin-bottom: 7px;
  }
}

.bustcare__section__new__bottom li:last-child {
  margin: 0;
}

.bustcare__section__new__bottom li p {
  font-size: 16px;
  /* color: #9a001d; */
  color: #000000;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.bustcare__section__new__bottom li:nth-child(2) p {
  color: #cccccc;
}

.bustcare__section__new__bottom li:nth-child(3) p {
  color: #cccccc;
}

.bustcare__section__left {
  width: 540px;
  position: relative;
}

.bustcare__section__left img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.bustcare__section__left a {
  position: relative;
  z-index: 4;
  /*				&:after{
					content:"";
					width:540px;
					height:400px;
					display:block;
					background:#DDD6CC;
					position:absolute;
					left:120px;
					top:60px;
					opacity:0.25;
					z-index:0;
				}*/
}

.bustcare__section__left:after {
  content: "";
  width: 540px;
  height: 400px;
  display: block;
  background: #ddd6cc;
  position: absolute;
  left: 120px;
  top: 60px;
  opacity: 0.25;
  z-index: 0;
}

.bustcare__section__right {
  width: 500px;
  margin: 160px 0 0 0;
  position: relative;
  z-index: 2;
}

.bustcare__section__right h4 {
  font-size: 24px;
  line-height: 1.5;
  color: #9a001d;
  font-weight: 400;
}

.bustcare__section__right .bustcare__name {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 35px 0;
  /* color: #666; */
  color: #000000;
}

.bustcare__section__right .bustcare__name span {
  font-size: 18px;
  display: block;
  font-weight: 400;
  margin: 10px 0 0 0;
}

.bustcare__section__right .bustcare__text {
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.bustcare__section:nth-child(odd) .bustcare__section__left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.bustcare__section:nth-child(odd) .bustcare__section__left:after {
  content: "";
  width: 540px;
  height: 400px;
  display: block;
  background: #ddd6cc;
  position: absolute;
  left: 120px;
  top: 60px;
  opacity: 0.25;
  z-index: 0;
}

@media screen and (max-width: 769px) {

  .main_contents.bustcare,
  .main_contents.bustcare_detail {
    margin: 0px 0 0px 0;
  }

  .main_contents.knowledge {
    margin: 0;
  }

  .bustcare__section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
    margin: 0 auto 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .bustcare__section__left {
    width: 84%;
    position: relative;
    margin: 0 4%;
  }

  .bustcare__section__left:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ddd6cc;
    position: absolute;
    left: 10%;
    top: 15%;
    opacity: 0.25;
    z-index: 0;
  }

  .bustcare__section__left img {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .bustcare__section__right {
    width: 84%;
    margin: 9px auto 0;
    position: relative;
    z-index: 2;
  }

  .bustcare__section__right h4 {
    font-size: 20px;
    line-height: 1.5;
    color: #9a001d;
    font-weight: 400;
  }

  .bustcare__section__right .bustcare__name {
    font-size: 12px;
    font-weight: 400;
    margin: 8px 0 16px 0;
    /* color: #666; */
    color: #000000;
  }

  .bustcare__section__right .bustcare__name span {
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin: 10px 0 0 0;
  }

  .bustcare__section__right .bustcare__text {
    font-size: 14px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .bustcare__section:nth-child(odd) .bustcare__section__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bustcare__section:nth-child(odd) .bustcare__section__left:after {
    content: "";
    width: 100%;
    height: 100%;
    display: auto;
    background: #ddd6cc;
    position: absolute;
    left: 10%;
    top: 15%;
    opacity: 0.25;
    z-index: 0;
  }

  .bustcare .main_contents__h2 {
    font-size: 30px;
    font-family: "MyFont2";
    color: #9a001d;
    margin: 0 auto 40px;
    text-align: center;
  }

  .bs10 a span {
    font-size: 14px;
  }

  .bs_10 span {
    font-size: 14px;
  }

  .bs_2 span {
    font-size: 14px;
    color: #003359;
  }
}

/* bust care detail CSS */
.bustcare_detail .mgb10 {
  margin-bottom: 10px;
}

.bustcare_detail .mgb30 {
  margin-bottom: 30px;
}

.bustcare_detail .fwb {
  font-weight: 400;
  margin-bottom: 16px;
}

.bustcare_detail .max100 {
  width: 100%;
}

.bustcare_detail .main_contents__h2 {
  font-size: 42px;
  font-family: "MyFont2";
  color: #9a001d;
  margin: 0 auto 60px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .bustcare_detail .main_contents__h2 {
    font-size: 32px;
    font-family: "MyFont2";
    color: #9a001d;
    margin: 4px auto 40px;
    text-align: center;
  }
}

.bustcare_detail__newsection {
  max-width: 760px;
  margin: auto;
}

.bustcare_detail__newsection p {
  /* font-size: 14px;
  line-height: 28px;
  color: #333; */
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 1.6rem, 16px);
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.26em;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection p {
    font-size: 14px;
    line-height: 1.78;
  }
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection {
    padding: 0 8%;
  }
}

.bustcare_detail__newsection.sec1 {
  margin: 33px auto 50px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec1 {
    margin: 53px auto 49px;
  }
}

.bustcare_detail__newsection.sec1 h3 {
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  margin-bottom: 23px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec1 h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.bustcare_detail__newsection.sec1 .sec1__innar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec1 .sec1__innar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
  }
}

.bustcare_detail__newsection.sec1 .sec1__innar .sec1__innar__l {
  width: 64.47368%;
  padding: 0 40px 0 0;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec1 .sec1__innar .sec1__innar__l {
    width: 53.96825%;
    padding: 0 0px 0 0;
  }
}

.bustcare_detail__newsection.sec1 .sec1__innar .sec1__innar__r {
  width: 35.52632%;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec1 .sec1__innar .sec1__innar__r {
    width: 46.03175%;
  }
}

.bustcare_detail__newsection.sec1 .sec1__innar .sec1__innar__r img {
  width: 100%;
}

.bustcare_detail__newsection.sec2 {
  margin: 0px auto 70px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec2 {
    margin: 0px auto 50px;
  }
}

.bustcare_detail__newsection.sec2 h3 {
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  margin-bottom: 23px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec2 h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.bustcare_detail__newsection.sec3 {
  margin: 0px auto 70px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec3 {
    margin: 0px auto 50px;
  }
}

.bustcare_detail__newsection.sec3 img {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec3 img {
    margin-bottom: 26px;
  }
}

.bustcare_detail__newsection.sec3 h3 {
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  margin-bottom: 23px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec3 h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.bustcare_detail__newsection.sec4 {
  margin: 0px auto 60px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec4 {
    margin: 0px auto 55px;
  }
}

.bustcare_detail__newsection.sec4 h3 {
  font-size: 20px;
  line-height: 30px;
  color: #9a001d;
  font-weight: 400;
  margin-bottom: 23px;
  margin: -4px 0 16px 0;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec4 h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.bustcare_detail__newsection.sec4 .sec4__innar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec4 .sec4__innar {
    display: block;
  }
}

.bustcare_detail__newsection.sec4 .sec4__innar .sec4__innar__l {
  width: 35.52632%;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec4 .sec4__innar .sec4__innar__l {
    width: 100%;
  }
}

.bustcare_detail__newsection.sec4 .sec4__innar .sec4__innar__l img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec4 .sec4__innar .sec4__innar__l img {
    margin: 0 0 30px;
  }
}

.bustcare_detail__newsection.sec4 .sec4__innar .sec4__innar__r {
  width: 64.47368%;
  padding: 0 0px 0 40px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__newsection.sec4 .sec4__innar .sec4__innar__r {
    width: 100%;
    padding: 0 0px 0 0px;
  }
}

.bustcare_detail .sec5 {
  background: #9a001d;
  width: 100%;
  padding: 40px 0 60px;
  margin-bottom: 60px;
}

.bustcare_detail .sec5 .sec5__innar {
  max-width: 640px;
  margin: auto;
}

.bustcare_detail .sec5 .sec5__innar img {
  width: 313px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 769px) {
  .bustcare_detail .sec5 .sec5__innar img {
    width: 198px;
  }
}

.bustcare_detail .sec5 .sec5__innar h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 27px;
  margin-top: 14px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail .sec5 .sec5__innar h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.bustcare_detail .sec5 .sec5__innar p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 35px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail .sec5 .sec5__innar p {
    margin-bottom: 35px;
    padding: 0 8%;
  }
}

.bustcare_detail .sec5 .sec5__innar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bustcare_detail .sec5 .sec5__innar ul li {
  width: 46.875%;
}

@media screen and (max-width: 769px) {
  .bustcare_detail .sec5 .sec5__innar ul li {
    display: none;
    width: 100%;
  }
}

.bustcare_detail .sec5 .sec5__innar ul li img {
  width: 100%;
}

.bustcare_detail .sec5 .sec5__innar ul li:last-child {
  display: none;
}

@media screen and (max-width: 769px) {
  .bustcare_detail .sec5 .sec5__innar ul li:last-child {
    display: block;
  }
}

.bustcare_detail__head {
  width: 680px;
  margin: 0 auto 50px;
}

.bustcare_detail__head img {
  width: 100%;
}

.bustcare_detail__head h2 {
  /* font-size: 22px;
  line-height: 1.5;
  color: #9a001d;
  font-weight: 400; */
  text-align: center;
  margin: 20px auto 20px;
  color: #000000;
  font-family: "TriumphGrand", ARMochi, sans-serif;
  font-size: clamp(10px, 6rem, 60px);
  font-weight: 400;
}

.bustcare_detail__head .bustcare__name {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 35px 0;
}

.bustcare_detail__head .bustcare__name span {
  font-size: 18px;
  display: block;
  font-weight: 400;
  margin: 8px 0 0 0;
}

.bustcare_detail_name {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  /* color: #666; */
  color: #000000;
  margin: 0 0 50px;
}

.bustcare_detail_name span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin: 8px 0 0 0;
}

.bustcare_detail_text {
  font-size: 14px;
  line-height: 1.8;
}

.bustcare_detail__section {
  width: 680px;
  margin: 0 auto 60px;
}

.bustcare_detail__section>*:last-child {
  margin-bottom: 0;
}

.bustcare_detail__section h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #9a001d;
  font-weight: 400;
  margin: 0 0 30px;
}

.bustcare_detail__section p {
  /* font-size: 14px;
  line-height: 2; */
  margin: 0 0 21px;
  color: #000000;
  font-size: clamp(10px, 1.6rem, 16px);
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.26em;
}

.bustcare_detail__section p.red {
  color: #9a001d;
  margin-bottom: 7px;
  line-height: 1;
  font-weight: 400;
}

.bustcare_detail__section img {
  width: 100%;
  margin: 0 0 30px;
}

.bustcare_detail__section h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 7px;
}

.bustcare_detail__section h4.red {
  color: #9a001d;
  margin-bottom: 10px;
}

.bustcare_detail__section .references {
  font-size: 12px;
  line-height: 2;
  margin: 60px 0 60px;
  /* color: #666; */
  color: #000000;
}

.bustcare_detail__section h5 {
  font-size: 16px;
  line-height: 1.5;
  /* color: #333; */
  color: #000000;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0 0 7px 10px;
  border-bottom: 2px solid #9a001d;
}

.bustcare_detail__section a {
  color: #333;
}

@media screen and (max-width: 768px) {
  .bustcare_detail__section .sizeTable {
    overflow: scroll;
  }

  .bustcare_detail__section .sizeTable img {
    min-width: 700px;
  }
}

.bustcare_detail__section .itemList {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 30px;
  width: 100%;
}

.bustcare_detail__section .itemList__box {
  width: 160px;
}

.bustcare_detail__section .itemList__box+.itemList__box {
  margin-left: 13px;
}

.bustcare_detail__section .itemList__box img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 35px;
}

.bustcare_detail__section .itemList__box p {
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.bustcare_detail__section .colorArea {
  background-color: rgba(221, 214, 204, 0.25);
  padding: 20px;
  margin-bottom: 30px;
}

.bustcare_detail__section .colorArea h4 {
  margin-bottom: 10px;
}

.bustcare_detail__section .colorArea p {
  line-height: 1.71429;
  margin-bottom: 0;
}

.bustcare_detail__section .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__section .imgBox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}

.bustcare_detail__section .imgBox img {
  width: 220px;
  height: 280px;
}

@media screen and (max-width: 769px) {
  .bustcare_detail__section .imgBox img {
    width: 41.33333vw;
    height: 54.13333vw;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 769px) {
  .bustcare_detail__section .imgBox img+img {
    margin-left: 10px;
  }
}

.bustcare_detail__section .sectionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.bustcare_detail__section .sectionBox_list {
  width: 270px;
  margin-right: 69px;
}

.bustcare_detail__section .sectionBox_list--column li {
  padding: 0 5px 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd6cc;
}

.bustcare_detail__section .sectionBox_list--column li:last-child {
  margin-bottom: 0;
}

.bustcare_detail__section .sectionBox_list--column li p {
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
}

.bustcare_detail__section .sectionBox_list--column li p:first-child {
  width: 60%;
}

.bustcare_detail__section .sectionBox_list--column li p:last-child {
  width: 40%;
  text-align: right;
}

.bustcare_detail__section .sectionBox_list--bottom {
  margin-top: 62px;
}

.bustcare_detail__section .sectionBox_list .catchTxt {
  line-height: 1;
}

.bustcare_detail__section .sectionBox_list .wsn {
  white-space: nowrap;
  margin: 27px 0 0;
}

.bustcare_detail__box {
  width: 680px;
  margin: 0 auto 80px;
  background: rgba(221, 214, 204, 0.25);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bustcare_detail__box.end {
  margin: 0 auto 0px;
}

.bustcare_detail__box img {
  width: 150px;
}

.bustcare_detail__box__right {
  width: 440px;
}

.bustcare_detail__box__name {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 20px;
  /* color: #666; */
  color: #000000;
}

.bustcare_detail__box__name span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 10px 0 0;
}

.bustcare_detail__box__text {
  font-size: 13px;
  line-height: 1.8;
}

.bustcare_detail__staff {
  width: 680px;
  margin: -50px auto 100px;
  text-align: right;
  font-size: 14px;
}

.bustcare_detail__archive {
  width: 680px;
  margin: auto;
  padding: 40px 0 0 0;
  border-top: 1px solid #ddd6cc;
}

.bustcare_detail__archive h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 40px;
  text-align: center;
}

.bustcare_detail__archive ul {
  width: 680px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bustcare_detail__archive ul li {
  width: 300px;
}

.bustcare_detail__archive ul li img {
  width: 100%;
}

.bustcare_detail__archive__title {
  font-size: 16px;
  font-weight: 400;
  margin: 15px auto 13px;
}

.bustcare_detail__archive__link {
  font-family: "MyFont2";
  font-size: 16px;
  color: #9a001d;
}

.bustcare_detail__archive__link img {
  width: 6px !important;
  position: relative;
  top: -1px;
  margin: 0 10px 0 0;
}

.new .bustcare_detail__box__text {
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 769px) {
  .new .bustcare_detail__box__text {
    font-size: 13px;
    line-height: 23.4px;
  }
}

@media screen and (max-width: 769px) {
  .new .bustcare_detail__box__name {
    text-align: center;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 769px) {

  /* bust care detail CSS */
  .bustcare_detail__head {
    width: 100%;
    margin: 0 auto 50px;
  }

  .bustcare_detail__head img {
    width: 100%;
  }

  .bustcare_detail__head h2 {
    /* font-size: 20px;
    line-height: 1.5;
    color: #9a001d;
    font-weight: 400; */
    text-align: center;
    margin: 20px auto 20px;
    color: #000000;
    font-size: 33px;
  }

  .bustcare_detail__head .bustcare__name {
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 35px 0;
    padding: 0 8vw;
  }

  .bustcare_detail__head .bustcare__name span {
    font-size: 18px;
    display: block;
    font-weight: 400;
    margin: 8px 0 0 0;
  }

  .bustcare_detail_name {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 50px;
    /* color: #666; */
    color: #000000;
  }

  .bustcare_detail_name span {
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin: 8px 0 0 0;
  }

  .bustcare_detail_text {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 8vw;
  }

  .bustcare_detail__section {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 8vw;
  }

  .bustcare_detail__section h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #9a001d;
    font-weight: 400;
    margin: 0 0 20px;
  }

  .bustcare_detail__section p {
    /* font-size: 14px;
    line-height: 2; */
    margin: 0 0 21px;
    font-size: 14px;
    line-height: 1.78;
  }

  .bustcare_detail__section img {
    width: 100%;
    margin: 0 0 30px;
  }

  .bustcare_detail__section h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 7px;
  }

  .bustcare_detail__section .references {
    font-size: 12px;
    line-height: 2;
    margin: 60px 0 60px;
    /* color: #666; */
    color: #000000;
  }

  .bustcare_detail__section h5 {
    padding: 0 0 7px 0;
  }

  .bustcare_detail__section .sectionBox {
    display: block;
  }

  .bustcare_detail__section .sectionBox_list {
    width: 100%;
    margin-right: 0;
  }

  .bustcare_detail__section .sectionBox_list--column li {
    padding: 0 10px 5px 0;
    margin-bottom: 15px;
  }

  .bustcare_detail__section .sectionBox_list--bottom {
    margin-top: 0;
  }

  .bustcare_detail__section .sectionBox_list .catchTxt {
    line-height: 1;
    margin-top: 30px;
  }

  .bustcare_detail__section .sectionBox_list .wsn {
    white-space: inherit;
    margin: 20px 0 0;
  }

  .bustcare_detail__box {
    width: 84%;
    margin: 0 auto 80px;
    background: rgba(221, 214, 204, 0.25);
    padding: 20px 4vw;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bustcare_detail__box img {
    width: 150px;
  }

  .bustcare_detail__box__left {
    margin: 0 0 20px;
  }

  .bustcare_detail__box__left img {
    margin: auto;
    display: block;
  }

  .bustcare_detail__box__right {
    width: 100%;
  }

  .bustcare_detail__box__name {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 20px;
    /* color: #666; */
    color: #000000;
  }

  .bustcare_detail__box__name span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 10px 0 0;
  }

  .bustcare_detail__box__text {
    font-size: 13px;
    line-height: 1.8;
  }

  .bustcare_detail__staff {
    width: 84%;
    margin: -50px auto 100px;
    text-align: left;
    font-size: 13px;
  }

  .bustcare_detail__archive {
    width: 84%;
    margin: auto;
    padding: 30px 0 40px 0;
    border-top: 1px solid #ddd6cc;
  }

  .bustcare_detail__archive h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px;
    text-align: center;
  }

  .bustcare_detail__archive ul {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bustcare_detail__archive ul li {
    width: 100%;
    margin: 0 0 40px;
  }

  .bustcare_detail__archive ul li img {
    width: 100%;
  }

  .bustcare_detail__archive__title {
    font-size: 16px;
    font-weight: 400;
    margin: 20px auto 10px;
  }

  .bustcare_detail__archive__link {
    font-family: "MyFont2";
    font-size: 16px;
    color: #9a001d;
  }

  .bustcare_detail__archive__link img {
    width: 6px !important;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
  }
}

/* nowledge CSS*/
.knowledge__list {
  width: 750px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knowledge__list li {
  width: 140px;
  height: 90px;
  border: 1px solid #9a001d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.knowledge__list li a {
  padding: 10px 9px;
  color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.knowledge__list li span {
  font-family: "MyFont2";
  font-size: 28px;
  line-height: 28px;
  display: block;
  margin: 0px 0 6px 0;
}

.knowledge__list li:hover {
  background: #9a001d;
  color: #fff;
}

.knowledge__list li:hover a {
  color: #fff;
  opacity: 1;
}

.knowledge__list li:hover span {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.knowledge h2.main_contents__h2_main {
  width: 1100px;
  height: 80px;
  background: #9a001d;
  font-size: 28px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  margin: 40px auto 55px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.knowledge h2.main_contents__h2_main span {
  font-family: "MyFont2";
  font-size: 48px;
  color: #fff;
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 0 10px 0 0;
}

.knowledge h2.main_contents__h2_main .main_contents__h2_main_title {
  font-size: 28px;
  line-height: 80px;
  font-weight: 400;
  top: -6px;
  position: relative;
}

.knowledge .main_contents__h3_main {
  font-size: 24px;
  text-align: center;
  margin: 0 0 40px;
  font-weight: 400;
}

.knowledge .ks1 .knowledge__section__innar {
  padding: 45px 0 30px;
  width: 1180px;
  margin: 0 auto 20px;
  border: 1px solid #ddd6cc;
}

.knowledge .ks1 .knowledge__section__innar .knowledge__section__text1 {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 20px;
}

.knowledge .ks1 .knowledge__section__innar .knowledge__section__text2 {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.knowledge .ks2 .knowledge__section__innar {
  padding: 45px 0 30px;
  width: 1180px;
  margin: 0 auto 20px;
  border: 1px solid #ddd6cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knowledge .ks2 .knowledge__section__innar .knowledge__section__left {
  width: 580px;
  padding: 0 0 0 30px;
}

.knowledge .ks2 .knowledge__section__innar .knowledge__section__left img {
  width: 540px;
}

.knowledge .ks2 .knowledge__section__innar .knowledge__section__right {
  width: 530px;
  padding: 0 30px 0 0px;
}

.knowledge .ks2 .knowledge__section__innar .knowledge__section__text3 {
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
}

.knowledge .ks2 .knowledge__section__innar .knowledge__section__text4 {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}

.knowledge .ks3 .knowledge__section__innar {
  padding: 45px 0 30px;
  width: 1180px;
  margin: 0 auto 20px;
  border: 1px solid #ddd6cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knowledge .ks3 .knowledge__section__innar .knowledge__section__left {
  width: 580px;
  padding: 0 30px 0 0px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.knowledge .ks3 .knowledge__section__innar .knowledge__section__left img {
  width: 540px;
}

.knowledge .ks3 .knowledge__section__innar .knowledge__section__right {
  width: 530px;
  padding: 0 30px 0 30px;
}

.knowledge .ks3 .knowledge__section__innar .knowledge__section__text3 {
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
}

.knowledge .ks3 .knowledge__section__innar .knowledge__section__text4 {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}

.knowledge .ks4 .knowledge__section__innar {
  padding: 45px 0 30px;
  width: 1180px;
  margin: 0 auto 20px;
  border: 1px solid #ddd6cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knowledge .ks4 .knowledge__section__innar .knowledge__section__left {
  width: 580px;
  padding: 0 0 0 30px;
}

.knowledge .ks4 .knowledge__section__innar .knowledge__section__left img {
  width: 540px;
}

.knowledge .ks4 .knowledge__section__innar .knowledge__section__right {
  width: 530px;
  padding: 0 30px 0 0px;
}

.knowledge .ks4 .knowledge__section__innar .knowledge__section__text3 {
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
}

.knowledge .ks4 .knowledge__section__innar .knowledge__section__text4 {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  margin: 0 0 80px;
}

.knowledge .ks4 .knowledge__section__innar .knowledge__section__text5 {
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
}

.knowledge .ks4 .knowledge__section__innar .knowledge__section__text6 {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}

.knowledge .ks5 {
  background: rgba(221, 214, 204, 0.25);
  padding: 40px 0 60px;
}

.knowledge .ks5 h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px;
}

.knowledge .ks5>p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 40px;
}

.knowledge .ks5 .knowledge__section__innarcontents {
  padding: 45px 0 20px;
  width: 1180px;
  margin: 0 auto 20px;
  background: #fff;
}

.knowledge .ks5 .knowledge__section__innarcontents h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 35px;
}

.knowledge .ks5 .knowledge__section__innarcontents ul {
  width: 940px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.knowledge .ks5 .knowledge__section__innarcontents li {
  width: 300px;
  border: 1px solid #ddd6cc;
  font-size: 14px;
  line-height: 1.8;
  padding: 20px 0;
  text-align: center;
  font-weight: 400;
  margin: 0 0 20px;
}

.knowledge .ks5 .knowledge__section__innarcontents li span {
  font-weight: 400;
  font-size: 16px;
  color: #9a001d;
  display: block;
}

.knowledge .ks5 .knowledge__section__innarcontents p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 10px 0 0;
}

.knowledge .ks5 .knowledge__section__innarcontents img {
  width: 540px;
  display: block;
  margin: 25px auto;
}

.knowledge .ks5 .knowledge__section__innarcontents.ki6 p {
  margin: 0 0 20px;
}

.knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi1 {
  margin: 0 auto 30px;
}

.knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi1 li {
  padding: 15px 0;
  background: rgba(221, 214, 204, 0.5);
  border: none;
}

.knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi2 li {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi3 {
  width: 700px;
}

.knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi3 li {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
}

.knowledge .ks6 {
  margin: 100px 0 100px 0;
}

.knowledge .ks6 h3 {
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px;
}

.knowledge .ks6 li {
  padding: 45px 0 40px;
  width: 1180px;
  margin: 0 auto 20px;
  border: 1px solid #ddd6cc;
}

.knowledge .ks6 li h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 25px;
}

.knowledge .ks6 li p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.knowledge .ks7 {
  background: rgba(221, 214, 204, 0.25);
  padding: 40px 0 60px;
}

.knowledge .ks7 h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
}

.knowledge .ks7 .knowledge__section__innar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.knowledge .ks7 .knowledge__section__innar__left {
  width: 580px;
  background: #fff;
  padding: 40px;
}

.knowledge .ks7 .knowledge__section__innar__left img {
  width: 100%;
  margin: 0 0 25px;
}

.knowledge .ks7 .knowledge__section__innar__left h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 15px;
}

.knowledge .ks7 .knowledge__section__innar__left .ks7__text2 {
  margin: 0 0 50px;
}

.knowledge .ks7 .knowledge__section__innar__right {
  width: 580px;
  background: #fff;
  padding: 40px;
}

.knowledge .ks7 .knowledge__section__innar__right img {
  width: 100%;
  margin: 0 0 25px;
}

.knowledge .ks7 .knowledge__section__innar__right h4 {
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  text-align: center;
  margin: 0 0 15px;
}

.knowledge .ks7 .knowledge__section__innar__right .ks7__text2 {
  margin: 0 0 25px;
}

.knowledge .ks7 p {
  font-size: 14px;
  line-height: 1.8;
}

.knowledge .ks7 p span {
  font-size: 18px;
  color: #9a001d;
  font-weight: 400;
  display: block;
}

.knowledge .ks7 .ks7__text1 {
  margin: 0 0 30px;
}

.knowledge .ks8 {
  padding: 90px 0 80px;
}

.knowledge .ks8 .knowledge__section__innar {
  width: 550px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knowledge .ks8 .knowledge__section__innar a {
  width: 140px;
  height: 90px;
  border: 1px solid #9a001d;
  display: inline-block;
  position: relative;
  padding: 10px 9px;
}

.knowledge .ks8 .knowledge__section__innar a img {
  position: absolute;
}

.knowledge .ks8 .knowledge__section__innar a .s1 {
  position: absolute;
  font-family: "MyFont2";
  font-size: 16px;
  color: #9a001d;
  top: -23px;
  letter-spacing: 0.05em;
}

.knowledge .ks8 .knowledge__section__innar a .s2 {
  font-size: 28px;
  color: #000;
}

.knowledge .ks8 .knowledge__section__innar a .s3 {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  margin: 6px 0 0 0;
  color: #000;
}

.knowledge .ks8 .knowledge__section__innar .knowledge__section__innar__prev .s1 {
  left: 0;
}

.knowledge .ks8 .knowledge__section__innar .knowledge__section__innar__prev img {
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.knowledge .ks8 .knowledge__section__innar .knowledge__section__innar__next .s1 {
  right: 0;
}

.knowledge .ks8 .knowledge__section__innar .knowledge__section__innar__next img {
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.knowledge .ks9 {
  width: 1180px;
  margin: 0 auto 100px;
}

.knowledge .ks9 .knowledge__section__innar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  margin: auto;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
}


.knowledge .ks9 .knowledge__section__innar__top div {
  width: 380px;
  border: 1px solid #ddd6cc;
  padding: 30px;
}

.knowledge .ks9 .knowledge__section__innar__top div img {
  width: 320px;
}

.knowledge .ks9 .knowledge__section__innar__top div p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin: 25px 0 0;
}

.knowledge .ks9 .knowledge__section__innar__top div p span {
  font-size: 12px;
  display: block;
  margin: 10px 0 0 0;
}

.knowledge .ks9 .knowledge__section__innar__bottom {
  padding: 40px;
  border: 1px solid #ddd6cc;
  position: relative;
}

.knowledge .ks9 .knowledge__section__innar__bottom .illust1 {
  position: absolute;
  top: 30px;
  left: 170px;
}

.knowledge .ks9 .knowledge__section__innar__bottom h3 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 8px 0 0 0;
  margin: 0 0 40px;
  text-align: center;
}

.knowledge .ks9 .knowledge__section__innar__bottom h3 span {
  font-size: 13px;
  text-align: center;
  display: block;
  margin: 10px 0 0 0;
  font-weight: 400;
}

.knowledge .ks9 .knowledge__section__innar__bottom p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
}

.knowledge .ks9 .knowledge__section__innar__bottom ul {
  width: 840px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.knowledge .ks9 .knowledge__section__innar__bottom ul li {
  width: 390px;
  height: 64px;
  line-height: 1.8;
  font-size: 14px;
  padding: 0 0 0 60px;
  position: relative;
  border-bottom: 1px solid #ddd6cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knowledge .ks9 .knowledge__section__innar__bottom ul li:first-child {
  border: none;
}

.knowledge .ks9 .knowledge__section__innar__bottom ul li img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.knowledge .ks10 {
  width: 100%;
  margin: auto;
  background: rgba(221, 214, 204, 0.25);
  padding: 35px 0 60px;
}

.knowledge .ks10 .knowledge__section__innar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  margin: auto;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.knowledge .ks10 .knowledge__section__innar__top div {
  width: 380px;
  border: 1px solid #ddd6cc;
  padding: 30px;
  background: #fff;
}

.knowledge .ks10 .knowledge__section__innar__top div img {
  width: 320px;
}

.knowledge .ks10 .knowledge__section__innar__top div p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin: 25px 0 0;
}

.knowledge .ks10 .knowledge__section__innar__bottom {
  padding: 40px;
  border: 1px solid #ddd6cc;
  width: 1180px;
  background: #fff;
  margin: auto;
  position: relative;
}

.knowledge .ks10 .knowledge__section__innar__bottom .illust1 {
  position: absolute;
  top: 30px;
  left: 170px;
}

.knowledge .ks10 .knowledge__section__innar__bottom h3 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 8px 0 0 0;
  margin: 0 0 40px;
  text-align: center;
}

.knowledge .ks10 .knowledge__section__innar__bottom h3 span {
  font-size: 13px;
  text-align: center;
  display: block;
  margin: 10px 0 0 0;
  font-weight: 400;
}

.knowledge .ks10 .knowledge__section__innar__bottom p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
}

.knowledge .ks10 .knowledge__section__innar__bottom ul {
  width: 840px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.knowledge .ks10 .knowledge__section__innar__bottom ul li {
  width: 390px;
  height: 64px;
  line-height: 1.8;
  font-size: 14px;
  padding: 0 0 0 60px;
  position: relative;
  border-bottom: 1px solid #ddd6cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knowledge .ks10 .knowledge__section__innar__bottom ul li:first-child {
  border: none;
}

.knowledge .ks10 .knowledge__section__innar__bottom ul li img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.knowledge .ks11 {
  padding: 0 0 100px;
}

.knowledge .ks11 .knowledge__section__innar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1180px;
  margin: auto;
}

.knowledge .ks11 .knowledge__section__innar div {
  width: 380px;
  height: 280px;
  position: relative;
  padding: 40px;
  border: 1px solid #ddd6cc;
  margin: 0 0 20px;
}

.knowledge .ks11 .knowledge__section__innar div img {
  position: absolute;
}

.knowledge .ks11 .knowledge__section__innar div h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 23px;
  position: relative;
  z-index: 1;
}

.knowledge .ks11 .knowledge__section__innar div p {
  font-size: 14px;
  line-height: 1.8;
}

.knowledge .ks11 .knowledge__section__innar div:nth-child(1) p {
  width: 140px;
  position: relative;
  z-index: 1;
}

.knowledge .ks11 .knowledge__section__innar div:nth-child(1) img {
  width: 215px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 0;
}

.knowledge .ks11 .knowledge__section__innar div:nth-child(3) p {
  width: 140px;
}

.knowledge .ks11 .knowledge__section__innar div:nth-child(3) img {
  width: 172px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 0;
}

.knowledge .ks11 .knowledge__section__innar div:nth-child(5) p {
  width: 140px;
}

.knowledge .ks11 .knowledge__section__innar div:nth-child(5) img {
  width: 163px;
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: 0;
}

.knowledge .ks11 .knowledge__section__innar div:nth-child(6) p {
  width: 140px;
  position: relative;
  z-index: 1;
}

.knowledge .ks11 .knowledge__section__innar div:nth-child(6) img {
  width: 175px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.knowledge .ks12 {
  width: 100%;
  margin: auto;
  background: rgba(221, 214, 204, 0.25);
  padding: 50px 0 60px;
}

.knowledge .ks12 h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px;
}

.knowledge .ks12 p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 35px;
}

.knowledge .ks12 .knowledge__section__innarcontents {
  padding: 50px 0 50px;
  background: #fff;
  margin: auto;
  width: 1180px;
  margin: 0 auto 20px;
}

.knowledge .ks12 .knowledge__section__innarcontents h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 50px;
}

.knowledge .ks12 .knowledge__section__innarcontents .ksi_box {
  width: 920px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_left {
  width: 340px;
}

.knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_left img {
  width: 100%;
}

.knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_right {
  width: 420px;
}

.knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_right span {
  font-family: "MyFont2";
  width: 64px;
  height: 64px;
  border-radius: 75%;
  background: #9a001d;
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 64px;
  position: absolute;
  left: 0;
}

.knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_right li {
  height: 64px;
  padding: 0 0 0 80px;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_right li:after {
  content: "";
  width: 2px;
  height: 52px;
  background: #9a001d;
  position: absolute;
  left: 31px;
  top: 48px;
}

.knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_right li:last-child:after {
  display: none;
}

.knowledge .ks12 .knowledge__section__innarcontents ul {
  width: 820px;
  margin: auto;
}

.knowledge .ks12 .knowledge__section__innarcontents ul li {
  width: 380px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 40px;
}

.knowledge .ks12 .knowledge__section__innarcontents ul li span {
  font-size: 16px;
  color: #9a001d;
  display: block;
  font-weight: 400;
  margin: 0 0 15px;
}

.knowledge .ks12 .knowledge__section__innarcontents ul li:last-child {
  width: 100%;
  margin: 0;
}

.knowledge .ks12 .knowledge__section__innarcontents ul li:last-child span {
  color: #333;
}

.knowledge .ks13 {
  padding: 100px 0 0 0;
}

.knowledge .ks13 h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
}

.knowledge .ks13 .knowledge__section__innarcontents img {
  margin: auto;
  display: block;
  margin: 0 auto 20px;
}

.knowledge .ks13 .ks13__box {
  width: 1180px;
  margin: auto;
  padding: 40px;
  border: 1px solid #ddd6cc;
}

.knowledge .ks13 .ks13__box img {
  width: 100%;
}

.knowledge .ks13 .ks13__box h4 {
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 400;
  margin: 0 0 20px;
}

.knowledge .ks13 .ks13__box p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 40px;
}

.knowledge .ks13 .knowledge__section__innarcontents.ksi2 {
  padding: 40px;
  border: 1px solid #ddd6cc;
  width: 1180px;
  margin: auto;
}

.knowledge .ks13 .knowledge__section__innarcontents.ksi2 h3 {
  font-size: 20px;
}

.knowledge .ks13 .knowledge__section__innarcontents.ksi2>div {
  width: 760px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.knowledge .ks13 .knowledge__section__innarcontents.ksi2>div .ksi_box_left {
  width: 400px;
}

.knowledge .ks13 .knowledge__section__innarcontents.ksi2>div .ksi_box_left img {
  width: 100%;
}

.knowledge .ks13 .knowledge__section__innarcontents.ksi2>div .ksi_box_right {
  width: 325px;
  font-size: 14px;
  line-height: 1.8;
}

.knowledge .ks14 {
  padding: 40px;
  border: 1px solid #ddd6cc;
  width: 1180px;
  margin: 0 auto 20px;
}

.knowledge .ks14 h3 {
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
}

.knowledge .ks14 .knowledge__section__innar {
  width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__left {
  width: 360px;
}

.knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__left img {
  width: 100%;
}

.knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__right {
  width: 390px;
}

.knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__right img {
  width: 100%;
}

.knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__right h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}

.knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__right p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__right .ks14_text {
  margin: 0 0 40px;
}

.knowledge .ks15 {
  padding: 40px;
  border: 1px solid #ddd6cc;
  width: 1180px;
  margin: 0 auto 100px;
}

.knowledge .ks15 h3 {
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  text-align: center;
  margin: 0 0 45px;
}

.knowledge .ks15 .knowledge__section__innarcontents {
  margin: 0 0 60px;
}

.knowledge .ks15 .knowledge__section__innarcontents h4 {
  font-size: 16px;
  color: #9a001d;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
}

.knowledge .ks15 .knowledge__section__innarcontents p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.knowledge .ks15 .knowledge__section__innarcontents .ks15__box {
  width: 820px;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledge .ks15 .knowledge__section__innarcontents .ks15__box div {
  width: 240px;
  position: relative;
}

.knowledge .ks15 .knowledge__section__innarcontents .ks15__box div img {
  width: 100px;
  display: block;
  margin: 0 auto 20px;
}

.knowledge .ks15 .knowledge__section__innarcontents .ks15__box div p {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.knowledge .ks15 .knowledge__section__innarcontents.ks15_3 img {
  width: 580px;
  display: block;
  margin: auto;
}

.knowledge .ks15 img.arrow1 {
  width: 10px !important;
  position: absolute;
  top: 45px;
  right: -34px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.knowledge .ks16 {
  background: rgba(221, 214, 204, 0.25);
  padding: 50px 0 60px;
}

.knowledge .ks16 h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
}

.knowledge .ks16 .knowledge__section__innarcontents {
  width: 1180px;
  background: #fff;
  margin: 0 auto 20px;
  padding: 40px;
}

.knowledge .ks16 .knowledge__section__innarcontents h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px;
}

.knowledge .ks16 .knowledge__section__innarcontents h4 span {
  color: #9a001d;
  font-weight: 400;
  margin: 0 10px 0 0;
}

.knowledge .ks16 .knowledge__section__innarcontents p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.knowledge .main_contents__h3_text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
  margin: 0 0 60px;
}

.knowledge .main_contents__h3_text span {
  color: #9a001d;
  font-weight: 400;
}

.knowledge .ks17 .knowledge__section__innar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: 0 auto 90px;
}

.knowledge .ks17 .knowledge__section__innar__left {
  width: 500px;
}

.knowledge .ks17 .knowledge__section__innar__left img {
  width: 100%;
}

.knowledge .ks17 .knowledge__section__innar__right {
  width: 540px;
}

.knowledge .ks17 .knowledge__section__innar__right li {
  font-size: 14px;
  padding: 24px 0 24px 20px;
  border-bottom: 1px solid #9a001d;
}

.knowledge .ks17 .knowledge__section__innar__right li span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin: 0 0 10px;
}

.knowledge .ks17 .knowledge__section__innar__right li:last-child {
  border: none;
  line-height: 1.8;
}

.knowledge .ks18 {
  background: rgba(221, 214, 204, 0.25);
  padding: 50px 0 60px;
}

.knowledge .ks18 h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
}

.knowledge .ks18 .knowledge__section__innarcontents p {
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 0 30px;
  text-align: center;
}

.knowledge .ks18 .knowledge__section__innarcontents dl {
  width: 1180px;
  margin: 0 auto 20px;
}

.knowledge .ks18 .knowledge__section__innarcontents dt {
  height: 80px;
  width: 100%;
  background: #fff;
  font-size: 20px;
  line-height: 80px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.knowledge .ks18 .knowledge__section__innarcontents dt a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.knowledge .ks18 .knowledge__section__innarcontents dt a span {
  color: #000;
  font-weight: 400;
}

.knowledge .ks18 .knowledge__section__innarcontents dt a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 160px;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.knowledge .ks18 .knowledge__section__innarcontents dt.on img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.knowledge .ks18 .knowledge__section__innarcontents dd {
  background: #fff;
  padding: 10px 0 40px;
  display: none;
}

.knowledge .ks18 .knowledge__section__innarcontents dd img {
  width: 980px;
  margin: auto;
  display: block;
}

.knowledge .ks19 {
  padding: 90px 0 60px;
}

.knowledge .ks19 h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px;
}

.knowledge .ks19 p {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  margin: 0 0 50px;
}

.knowledge .ks19 p span {
  font-size: 12px;
}

.knowledge .ks19 .knowledge__section__innarcontents p {
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 0 30px;
  text-align: center;
}

.knowledge .ks19 .knowledge__section__innarcontents dl {
  width: 1180px;
  margin: 0 auto 20px;
  border: 1px solid #ddd6cc;
}

.knowledge .ks19 .knowledge__section__innarcontents dt {
  height: 80px;
  width: 100%;
  background: #fff;
  font-size: 20px;
  line-height: 80px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.knowledge .ks19 .knowledge__section__innarcontents dt a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

.knowledge .ks19 .knowledge__section__innarcontents dt a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 160px;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.knowledge .ks19 .knowledge__section__innarcontents dt.on img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.knowledge .ks19 .knowledge__section__innarcontents dd {
  background: #fff;
  padding: 30px 0 40px;
  display: none;
}

.knowledge .ks19 .knowledge__section__innarcontents dd img {
  width: 980px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 769px) {
  .knowledge dl {
    border: 1px solid #9a001d;
    width: 92%;
    margin: auto;
    position: relative;
  }

  .knowledge dl dt {
    width: 92%;
    height: 70px;
    border: none;
    border-bottom: 1px solid #ddd6cc;
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
    position: relative;
    margin: auto;
  }

  .knowledge dl dt a {
    padding: 0;
    color: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }

  .knowledge dl dt a img {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: auto;
  }

  .knowledge dl dt a.on img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .knowledge dl dt span {
    font-family: "MyFont2";
    font-size: 14px;
    line-height: 28px;
    color: #333;
    display: inline-block;
    margin: 0px 10px 6px 0;
  }

  .knowledge dl dd {
    display: none;
  }

  .knowledge dd {
    /*		    position: absolute;
		    z-index: 10;
		    background: #fff;
		    top: 70px;
		    left: 0;
		    width: 100%;
			border-left:1px solid$maincolor;
			border-right:1px solid$maincolor;
			border-bottom:1px solid$maincolor;*/
  }

  .knowledge__list2 {
    width: 92%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .knowledge__list2 li {
    width: 98%;
    height: 70px;
    border: none;
    border-bottom: 1px solid #ddd6cc;
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
    position: relative;
  }

  .knowledge__list2 li a {
    padding: 0;
    color: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .knowledge__list2 li span {
    font-family: "MyFont2";
    font-size: 14px;
    line-height: 28px;
    color: #333;
    display: inline-block;
    margin: 0px 10px 6px 0;
  }

  .knowledge__list2 li:hover {
    background: #fff;
    color: #333;
  }

  .knowledge__list2 li:hover a {
    color: #333;
    opacity: 1;
  }

  .knowledge__list2 li:hover span {
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .knowledge h2.main_contents__h2_main {
    width: 100%;
    height: 80px;
    background: #9a001d;
    font-size: 20px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    margin: 35px auto 35px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .knowledge h2.main_contents__h2_main span {
    font-family: "MyFont2";
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.05em;
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .knowledge h2.main_contents__h2_main .main_contents__h2_main_title {
    font-size: 20px;
    line-height: 80px;
    font-weight: 400;
    top: 0px;
    position: relative;
  }

  .knowledge .main_contents__h3_main {
    font-size: 20px;
    text-align: center;
    margin: 0 0 40px;
    font-weight: 400;
  }

  .knowledge .ks1 .knowledge__section__innar {
    padding: 45px 4vw 30px;
    width: 92%;
    margin: 0 auto 20px;
    border: 1px solid #ddd6cc;
  }

  .knowledge .ks1 .knowledge__section__innar .knowledge__section__text1 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 20px;
  }

  .knowledge .ks1 .knowledge__section__innar .knowledge__section__text2 {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-align: center;
  }

  .knowledge .ks2 .knowledge__section__innar {
    padding: 45px 0 30px;
    width: 92%;
    margin: 0 auto 20px;
    border: 1px solid #ddd6cc;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .knowledge .ks2 .knowledge__section__innar .knowledge__section__left {
    width: 100%;
    padding: 0 4vw;
  }

  .knowledge .ks2 .knowledge__section__innar .knowledge__section__left img {
    width: 100%;
  }

  .knowledge .ks2 .knowledge__section__innar .knowledge__section__right {
    width: 100%;
    padding: 0 4vw;
  }

  .knowledge .ks2 .knowledge__section__innar .knowledge__section__text3 {
    font-size: 18px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 30px 0 20px;
  }

  .knowledge .ks2 .knowledge__section__innar .knowledge__section__text4 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }

  .knowledge .ks3 .knowledge__section__innar {
    padding: 45px 0 30px;
    width: 92%;
    margin: 0 auto 20px;
    border: 1px solid #ddd6cc;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .knowledge .ks3 .knowledge__section__innar .knowledge__section__left {
    width: 100%;
    padding: 0 0px 30px 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .knowledge .ks3 .knowledge__section__innar .knowledge__section__left img {
    padding: 0 4vw;
    width: 100%;
  }

  .knowledge .ks3 .knowledge__section__innar .knowledge__section__right {
    width: 100%;
    padding: 0 30px 0 30px;
  }

  .knowledge .ks3 .knowledge__section__innar .knowledge__section__text3 {
    font-size: 18px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 0 0 20px;
  }

  .knowledge .ks3 .knowledge__section__innar .knowledge__section__text4 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }

  .knowledge .ks4 .knowledge__section__innar {
    padding: 45px 0 0px;
    width: 92%;
    margin: 0 auto 50px;
    border: 1px solid #ddd6cc;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .knowledge .ks4 .knowledge__section__innar .knowledge__section__left {
    width: 100%;
    padding: 0 0 0 0px;
  }

  .knowledge .ks4 .knowledge__section__innar .knowledge__section__left img {
    width: 100%;
    padding: 0 4vw;
  }

  .knowledge .ks4 .knowledge__section__innar .knowledge__section__right {
    width: 100%;
    padding: 0 0px 40px 0px;
  }

  .knowledge .ks4 .knowledge__section__innar .knowledge__section__text3 {
    font-size: 18px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 30px 0 20px;
  }

  .knowledge .ks4 .knowledge__section__innar .knowledge__section__text4 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 40px;
  }

  .knowledge .ks4 .knowledge__section__innar .knowledge__section__text5 {
    font-size: 18px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 0 0 20px;
  }

  .knowledge .ks4 .knowledge__section__innar .knowledge__section__text6 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    padding: 0 4vw;
  }

  .knowledge .ks5 {
    background: rgba(221, 214, 204, 0.25);
    padding: 50px 0 40px;
  }

  .knowledge .ks5 h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px;
  }

  .knowledge .ks5>p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 40px;
    padding: 0 4vw;
  }

  .knowledge .ks5 .knowledge__section__innarcontents {
    padding: 30px 4vw 10px;
    width: 92%;
    margin: 0 auto 20px;
    background: #fff;
  }

  .knowledge .ks5 .knowledge__section__innarcontents h4 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.3;
  }

  .knowledge .ks5 .knowledge__section__innarcontents ul {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
  }

  .knowledge .ks5 .knowledge__section__innarcontents li {
    width: 100%;
    border: 1px solid #ddd6cc;
    font-size: 14px;
    line-height: 1.8;
    padding: 20px 0;
    text-align: center;
    font-weight: 400;
    margin: 0 0 10px;
  }

  .knowledge .ks5 .knowledge__section__innarcontents li span {
    color: #9a001d;
    display: block;
    font-weight: 400;
  }

  .knowledge .ks5 .knowledge__section__innarcontents p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 10px 0 0;
  }

  .knowledge .ks5 .knowledge__section__innarcontents img {
    width: 100%;
    padding: 0;
    display: block;
    margin: 25px auto;
  }

  .knowledge .ks5 .knowledge__section__innarcontents.ki6 p {
    margin: 0 0 20px;
  }

  .knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi1 {
    margin: 0 auto 30px;
  }

  .knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi1 li {
    padding: 15px 0;
    background: rgba(221, 214, 204, 0.5);
    border: none;
  }

  .knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi2 {
    margin: 30px 0 0 0;
  }

  .knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi2 li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi3 {
    width: 100%;
    margin: 0 0 20px;
  }

  .knowledge .ks5 .knowledge__section__innarcontents.ki6 .ksi3 li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 10px;
  }

  .knowledge .ks6 {
    margin: 40px 0 50px 0;
  }

  .knowledge .ks6 h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px;
  }

  .knowledge .ks6 li {
    padding: 35px 4vw 30px;
    width: 92%;
    margin: 0 auto 25px;
    border: 1px solid #ddd6cc;
  }

  .knowledge .ks6 li h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 25px;
  }

  .knowledge .ks6 li p {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }

  .knowledge .ks7 {
    background: rgba(221, 214, 204, 0.25);
    padding: 40px 0 30px;
  }

  .knowledge .ks7 h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
  }

  .knowledge .ks7 .knowledge__section__innar {
    display: block;
    width: 92%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .knowledge .ks7 .knowledge__section__innar__left {
    width: 100%;
    background: #fff;
    padding: 40px 4vw;
    margin: 0 0 30px;
  }

  .knowledge .ks7 .knowledge__section__innar__left img {
    width: 100%;
    margin: 0 0 25px;
  }

  .knowledge .ks7 .knowledge__section__innar__left h4 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 35px;
  }

  .knowledge .ks7 .knowledge__section__innar__left .ks7__text2 {
    margin: 0 0 50px;
    line-height: 1.5;
    font-size: 14px;
  }

  .knowledge .ks7 .knowledge__section__innar__left .ks7__text1 {
    line-height: 1.5;
    font-size: 14px;
  }

  .knowledge .ks7 .knowledge__section__innar__right {
    width: 100%;
    background: #fff;
    padding: 40px 4vw;
    margin: 0 0 30px;
  }

  .knowledge .ks7 .knowledge__section__innar__right img {
    width: 100%;
    margin: 0 0 25px;
  }

  .knowledge .ks7 .knowledge__section__innar__right h4 {
    font-size: 18px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 0 0 35px;
  }

  .knowledge .ks7 .knowledge__section__innar__right .ks7__text2 {
    margin: 0 0 35px;
    line-height: 1.5;
    font-size: 14px;
  }

  .knowledge .ks7 .knowledge__section__innar__right .ks7__text1 {
    line-height: 1.5;
    font-size: 14px;
  }

  .knowledge .ks7 p {
    font-size: 14px;
    line-height: 1.8;
  }

  .knowledge .ks7 p span {
    font-size: 16px;
    color: #9a001d;
    font-weight: 400;
    display: block;
  }

  .knowledge .ks7 .ks7__text1 {
    margin: 0 0 30px;
  }

  .knowledge .ks8 {
    padding: 90px 4vw 80px;
  }

  .knowledge .ks8 .knowledge__section__innar {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .knowledge .ks8 .knowledge__section__innar a {
    width: 140px;
    height: 90px;
    border: 1px solid #9a001d;
    display: inline-block;
    position: relative;
    padding: 10px;
  }

  .knowledge .ks8 .knowledge__section__innar a img {
    position: absolute;
  }

  .knowledge .ks8 .knowledge__section__innar a .s1 {
    position: absolute;
    font-family: "MyFont2";
    font-size: 16px;
    color: #9a001d;
    top: -23px;
    letter-spacing: 0.05em;
  }

  .knowledge .ks8 .knowledge__section__innar a .s2 {
    font-size: 28px;
	color: #000;
  }

  .knowledge .ks8 .knowledge__section__innar a .s3 {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    margin: 6px 0 0 0;
	color: #000;
  }

  .knowledge .ks8 .knowledge__section__innar .knowledge__section__innar__prev .s1 {
    left: 0;
  }

  .knowledge .ks8 .knowledge__section__innar .knowledge__section__innar__prev img {
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .knowledge .ks8 .knowledge__section__innar .knowledge__section__innar__next .s1 {
    right: 0;
  }

  .knowledge .ks8 .knowledge__section__innar .knowledge__section__innar__next img {
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .knowledge .ks9 {
    width: 100%;
    margin: 0 auto 60px;
  }

  .knowledge .ks9 .knowledge__section__innar__top {
    display: block;
    width: 92%;
    margin: auto;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 30px;
  }

  .knowledge .ks9 .knowledge__section__innar__top div {
    width: 100%;
    border: 1px solid #ddd6cc;
    padding: 30px 4vw;
    margin: 0 0 30px;
  }

  .knowledge .ks9 .knowledge__section__innar__top div img {
    width: 100;
  }

  .knowledge .ks9 .knowledge__section__innar__top div p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 30px 0 0;
  }

  .knowledge .ks9 .knowledge__section__innar__bottom {
    padding: 30px 4vw;
    border: 1px solid #ddd6cc;
    width: 92%;
    margin: auto;
  }

  .knowledge .ks9 .knowledge__section__innar__bottom .sp_contents img {
    width: 100%;
    margin: 0 0 20px;
  }

  .knowledge .ks9 .knowledge__section__innar__bottom h3 {
    font-size: 13px;
    text-align: center;
    margin: 0 0 15px;
  }

  .knowledge .ks9 .knowledge__section__innar__bottom h3 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 8px 0 0 0;
  }

  .knowledge .ks9 .knowledge__section__innar__bottom p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 50px;
    line-height: 1.5;
  }

  .knowledge .ks9 .knowledge__section__innar__bottom ul {
    width: 100%;
    margin: 0 auto 40px;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  }

  .knowledge .ks9 .knowledge__section__innar__bottom ul li {
    width: 100%;
    min-height: 64px;
    height: auto;
    line-height: 1.5;
    font-size: 14px;
    padding: 14px 0 14px 60px;
    position: relative;
    border-bottom: 1px solid #ddd6cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .knowledge .ks9 .knowledge__section__innar__bottom ul li.li3 {
    height: 78px;
  }

  .knowledge .ks9 .knowledge__section__innar__bottom ul li:first-child {
    display: none;
  }

  .knowledge .ks9 .knowledge__section__innar__bottom ul li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }

  .knowledge .ks10 {
    width: 100%;
    margin: auto;
    background: rgba(221, 214, 204, 0.25);
    padding: 35px 0 40px;
  }

  .knowledge .ks10 .sp_contents img {
    width: 100%;
    margin: 0 0 20px;
  }

  .knowledge .ks10 .knowledge__section__innar__top {
    display: block;
    width: 92%;
    margin: auto;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 30px;
  }

  .knowledge .ks10 .knowledge__section__innar__top div {
    width: 100%;
    border: 1px solid #ddd6cc;
    padding: 30px 4vw 60px;
    margin: 0 0 30px;
    background: #fff;
  }

  .knowledge .ks10 .knowledge__section__innar__top div img {
    width: 100%;
  }

  .knowledge .ks10 .knowledge__section__innar__top div p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 25px 0 0;
  }

  .knowledge .ks10 .knowledge__section__innar__bottom {
    padding: 30px 4vw 40px;
    border: 1px solid #ddd6cc;
    width: 92%;
    background: #fff;
    margin: auto;
  }

  .knowledge .ks10 .knowledge__section__innar__bottom h3 {
    font-size: 13px;
    text-align: center;
    margin: 0 0 20px;
  }

  .knowledge .ks10 .knowledge__section__innar__bottom h3 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 8px 0 0 0;
  }

  .knowledge .ks10 .knowledge__section__innar__bottom p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    margin: 0 0 50px;
  }

  .knowledge .ks10 .knowledge__section__innar__bottom ul {
    width: 100%;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .knowledge .ks10 .knowledge__section__innar__bottom ul li {
    width: 390px;
    height: 64px;
    line-height: 1.8;
    font-size: 14px;
    padding: 0 0 0 60px;
    position: relative;
    border-bottom: 1px solid #ddd6cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .knowledge .ks10 .knowledge__section__innar__bottom ul li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }

  .knowledge .ks10 .knowledge__section__innar__bottom ul li:first-child {
    display: none;
  }

  .knowledge .ks11 {
    padding: 0 0 40px;
  }

  .knowledge .ks11 .knowledge__section__innar {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 92%;
    margin: auto;
  }

  .knowledge .ks11 .knowledge__section__innar div {
    width: 100%;
    height: auto;
    position: relative;
    padding: 25px 4vw;
    border: 1px solid #ddd6cc;
    margin: 0 0 30px;
  }

  .knowledge .ks11 .knowledge__section__innar div img {
    position: absolute;
  }

  .knowledge .ks11 .knowledge__section__innar div h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
  }

  .knowledge .ks11 .knowledge__section__innar div p {
    font-size: 14px;
    line-height: 1.5;
  }

  .knowledge .ks11 .knowledge__section__innar div:nth-child(1) p {
    width: 200px;
    position: relative;
    z-index: 1;
  }

  .knowledge .ks11 .knowledge__section__innar div:nth-child(1) img {
    width: 100px;
    position: absolute;
    right: 10px;
    bottom: 35px;
    z-index: 0;
  }

  .knowledge .ks11 .knowledge__section__innar div:nth-child(3) p {
    width: 230px;
    position: relative;
    z-index: 1;
  }

  .knowledge .ks11 .knowledge__section__innar div:nth-child(3) img {
    width: 85px;
    position: absolute;
    right: 10px;
    bottom: 34px;
    z-index: 0;
  }

  .knowledge .ks11 .knowledge__section__innar div:nth-child(5) p {
    width: 230px;
    position: relative;
    z-index: 1;
  }

  .knowledge .ks11 .knowledge__section__innar div:nth-child(5) img {
    width: 85px;
    position: absolute;
    right: 10px;
    bottom: 58px;
    z-index: 0;
  }

  .knowledge .ks11 .knowledge__section__innar div:nth-child(6) p {
    width: 230px;
    position: relative;
    z-index: 1;
  }

  .knowledge .ks11 .knowledge__section__innar div:nth-child(6) img {
    width: 85px;
    position: absolute;
    right: 10px;
    bottom: 34px;
    z-index: 0;
  }

  .knowledge .ks12 {
    width: 100%;
    margin: auto;
    background: rgba(221, 214, 204, 0.25);
    padding: 35px 0 30px;
  }

  .knowledge .ks12 h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px;
  }

  .knowledge .ks12 p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 4vw;
    text-align: center;
    margin: 0 0 35px;
  }

  .knowledge .ks12 .knowledge__section__innarcontents {
    padding: 40px 4vw 35px;
    background: #fff;
    margin: auto;
    width: 92%;
    margin: 0 auto 30px;
  }

  .knowledge .ks12 .knowledge__section__innarcontents h4 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 50px;
  }

  .knowledge .ks12 .knowledge__section__innarcontents .ksi_box {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_left {
    width: 100%;
  }

  .knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_left img {
    width: 100%;
  }

  .knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_right {
    width: 100%;
  }

  .knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_right span {
    font-family: "MyFont2";
    width: 64px;
    height: 64px;
    border-radius: 75%;
    background: #9a001d;
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 64px;
    position: absolute;
    left: 0;
  }

  .knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_right li {
    height: 64px;
    padding: 0 0 0 80px;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
  }

  .knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_right li:after {
    content: "";
    width: 2px;
    height: 52px;
    background: #9a001d;
    position: absolute;
    left: 31px;
    top: 48px;
  }

  .knowledge .ks12 .knowledge__section__innarcontents .ksi_box .ksi_box_right li:last-child:after {
    display: none;
  }

  .knowledge .ks12 .knowledge__section__innarcontents ul {
    width: 100%;
    margin: 30px auto 0;
  }

  .knowledge .ks12 .knowledge__section__innarcontents ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 35px;
  }

  .knowledge .ks12 .knowledge__section__innarcontents ul li span {
    font-size: 14px;
    color: #9a001d;
    display: block;
    font-weight: 400;
    margin: 0 0 10px;
  }

  .knowledge .ks12 .knowledge__section__innarcontents ul li:last-child {
    width: 100%;
    margin: 0 0 25px;
  }

  .knowledge .ks12 .knowledge__section__innarcontents ul li:last-child span {
    color: #333;
  }

  .knowledge .ks13 {
    padding: 60px 0 0;
    width: 92%;
    margin: auto;
  }

  .knowledge .ks13 h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
  }

  .knowledge .ks13 .ks13__box {
    width: 100%;
    margin: auto;
    padding: 40px 4vw 0;
    border: 1px solid #ddd6cc;
    margin: 0 0 60px;
  }

  .knowledge .ks13 .ks13__box img {
    width: 100%;
  }

  .knowledge .ks13 .ks13__box h4 {
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 1.3;
  }

  .knowledge .ks13 .ks13__box p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 40px;
  }

  .knowledge .ks13 .knowledge__section__innarcontents img {
    margin: auto;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px 0px 30px 0;
  }

  .knowledge .ks13 .knowledge__section__innarcontents.ksi2 {
    padding: 40px;
    border: 1px solid #ddd6cc;
    width: 100%;
    margin: auto;
  }

  .knowledge .ks13 .knowledge__section__innarcontents.ksi2 h3 {
    font-size: 20px;
    margin: 0;
  }

  .knowledge .ks13 .knowledge__section__innarcontents.ksi2>div {
    width: 100%;
    margin: auto;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .knowledge .ks13 .knowledge__section__innarcontents.ksi2>div .ksi_box_left {
    width: 100%;
  }

  .knowledge .ks13 .knowledge__section__innarcontents.ksi2>div .ksi_box_left img {
    width: 100%;
    border: none;
  }

  .knowledge .ks13 .knowledge__section__innarcontents.ksi2>div .ksi_box_right {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }

  .knowledge .ks14 {
    padding: 40px 4vw;
    border: 1px solid #ddd6cc;
    width: 92%;
    margin: 0 auto 20px;
  }

  .knowledge .ks14 h3 {
    font-size: 18px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px;
  }

  .knowledge .ks14 .knowledge__section__innar {
    width: 100%;
    display: block;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .knowledge .ks14 .knowledge__section__innar h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__left {
    width: 100%;
    margin: 0 0 30px;
  }

  .knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__left img {
    width: 100%;
  }

  .knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__right {
    width: 100%;
  }

  .knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__right img {
    width: 100%;
  }

  .knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__right h4 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
  }

  .knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__right p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .knowledge .ks14 .knowledge__section__innar .knowledge__section__innar__right .ks14_text {
    margin: 0 0 50px;
  }

  .knowledge .ks15 {
    padding: 40px 4vw;
    border: 1px solid #ddd6cc;
    width: 92%;
    margin: 0 auto 60px;
  }

  .knowledge .ks15 h3 {
    font-size: 18px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 0 0 25px;
  }

  .knowledge .ks15 .knowledge__section__innarcontents {
    margin: 0 0 0px;
  }

  .knowledge .ks15 .knowledge__section__innarcontents h4 {
    font-size: 14px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 0 0 20px;
  }

  .knowledge .ks15 .knowledge__section__innarcontents p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

  .knowledge .ks15 .knowledge__section__innarcontents .ks15__box {
    width: 100%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }

  .knowledge .ks15 .knowledge__section__innarcontents .ks15__box>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .knowledge .ks15 .knowledge__section__innarcontents .ks15__box>div div {
    width: 100px;
  }

  .knowledge .ks15 .knowledge__section__innarcontents .ks15__box>div img {
    width: 80px;
    display: block;
    margin: 0 auto 0px;
  }

  .knowledge .ks15 .knowledge__section__innarcontents .ks15__box>div p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    padding: 0 0 0 20px;
  }

  .knowledge .ks15 .knowledge__section__innarcontents.ks15_3 img {
    width: 100%;
    padding: 0 15px;
    display: block;
    margin: auto;
  }

  .knowledge .ks15 img.arrow1 {
    width: 9px !important;
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(-90deg);
    left: 0px;
    bottom: -12px;
  }

  .knowledge .ks16 {
    background: rgba(221, 214, 204, 0.25);
    padding: 50px 0 20px;
  }

  .knowledge .ks16 h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
  }

  .knowledge .ks16 .knowledge__section__innarcontents {
    width: 92%;
    background: #fff;
    margin: 0 auto 30px;
    padding: 30px 4vw 40px;
  }

  .knowledge .ks16 .knowledge__section__innarcontents h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px;
  }

  .knowledge .ks16 .knowledge__section__innarcontents h4 span {
    font-size: 22px;
    font-weight: 400;
    color: #9a001d;
    margin: 0 0 0 0;
  }

  .knowledge .ks16 .knowledge__section__innarcontents p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

  .knowledge .main_contents__h3_text {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    font-weight: 400;
    margin: 0 0 60px;
  }

  .knowledge .main_contents__h3_text span {
    color: #9a001d;
    font-weight: 400;
  }

  .knowledge .ks17 .knowledge__section__innar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 84%;
    margin: 0 auto 60px;
  }

  .knowledge .ks17 .knowledge__section__innar__left {
    width: 500px;
  }

  .knowledge .ks17 .knowledge__section__innar__left img {
    width: 100%;
  }

  .knowledge .ks17 .knowledge__section__innar__right {
    width: 480px;
	  margin-left: 10%;
  }

  .knowledge .ks17 .knowledge__section__innar__right li {
    font-size: 14px;
    padding: 15px 0px;
    line-height: 1.5;
    border-bottom: 1px solid #9a001d;
  }

  .knowledge .ks17 .knowledge__section__innar__right li span {
    font-size: 18px;
    /* font-weight: 400; */
    display: block;
    margin: 0 0 10px;
  }

  .knowledge .ks17 .knowledge__section__innar__right li:last-child {
    border-bottom: 1px solid #9a001d;
    line-height: 1.8;
  }

  .knowledge .ks18 {
    background: rgba(221, 214, 204, 0.25);
    padding: 50px 0 30px;
  }

  .knowledge .ks18 h3 {
    font-size: 22px;
    /* font-weight: 400; */
    text-align: center;
    margin: 0 0 40px;
  }

  .knowledge .ks18 .knowledge__section__innarcontents p {
    font-size: 14px;
    line-height: 1.8;
    padding: 0px 4vw 30px;
    text-align: center;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dl {
    width: 92%;
    margin: 0 auto 20px;
    border: none;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dt {
    height: 80px;
    width: 100%;
    background: #fff;
    font-size: 18px;
    line-height: 80px;
    letter-spacing: 0.05em;
    color: #9a001d;
    font-weight: 400;
    text-align: left;
    position: relative;
    overflow: auto;
    border: none;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dt a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #9a001d;
    padding: 0 4vw;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dt a img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 13px;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dt a span.size_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    margin: 0;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dt a span.size_wrap .size_wrap__left {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px 0 0;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dt a span.size_wrap .size_wrap__right {
    display: inline-block;
    font-size: 16px;
    margin: 0;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dt a span.size_wrap .size_wrap__right.n4 {
    padding: 0 30px 0 0;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dt a span.size_wrap .size_wrap__right.n2 {
    padding: 0 30px 0 0;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dt.on img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .knowledge .ks18 .knowledge__section__innarcontents dd {
    background: #fff;
    padding: 30px 0 40px 10px;
    display: none;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dd div {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .knowledge .ks18 .knowledge__section__innarcontents dd img {
    width: 980px;
    margin: auto;
    display: block;
  }

  .knowledge .ks19 {
    padding: 40px 0 0px;
  }

  .knowledge .ks19 h3 {
    font-size: 20px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px;
    line-height: 28px;
  }

  .knowledge .ks19 p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 50px;
    padding: 0 4vw;
  }

  .knowledge .ks19 p span {
    font-size: 12px;
  }

  .knowledge .ks19 .knowledge__section__innarcontents p {
    font-size: 18px;
    line-height: 1.8;
    padding: 0px 0 30px;
    text-align: center;
  }

  .knowledge .ks19 .knowledge__section__innarcontents dl {
    width: 92%;
    margin: 0 auto 20px;
    border: 1px solid #ddd6cc;
  }

  .knowledge .ks19 .knowledge__section__innarcontents dt {
    height: 80px;
    width: 100%;
    background: #fff;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0.05em;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    position: relative;
    border: none;
  }

  .knowledge .ks19 .knowledge__section__innarcontents dt a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    font-size: 18px;
    color: #000;
    padding: 0 0 0 4vw;
  }

  .knowledge .ks19 .knowledge__section__innarcontents dt a img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 13px;
  }

  .knowledge .ks19 .knowledge__section__innarcontents dt.on img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .knowledge .ks19 .knowledge__section__innarcontents dd {
    background: #fff;
    padding: 30px 0 40px;
    display: none;
  }

  .knowledge .ks19 .knowledge__section__innarcontents dd img {
    width: 980px;
    margin: auto;
    display: block;
  }

  .knowledge .ks19 .knowledge__section__innarcontents dd div {
    padding: 0 0 0 10px;
    overflow: scroll;
  }

  .n5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .n5 span.main_contents__h2_main_title {
    line-height: 1.5 !important;
  }

  .knowledge_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .knowledge_box div {
    width: 50%;
  }

  .knowledge_box div img {
    width: 100% !important;
    position: relative !important;
  }

  .knowledge_box h3 {
    width: 50%;
  }
}

.main_link_wrap {
  width: 200px;
  height: 50px;
  margin: auto;
  position: relative;
}

.main_link_wrap:before {
  content: "";
  width: 80px;
  height: 1px;
  position: absolute;
  right: -39px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 12;
  background: #9a001d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_link_wrap:hover:before {
  right: -59px;
}

.main_link_wrap a {
  border: 1px solid #9a001d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #9a001d;
  text-align: left;
  line-height: 50px;
  padding: 0 0 0 25px;
  overflow: hidden;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_link_wrap a:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  right: 0;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 12;
  background: #9a001d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_link_wrap a:hover {
  background: #9a001d;
  border: none;
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_link_wrap a:hover:after {
  right: -20px;
  background: #fff;
}

.shop {
  width: 1100px;
  margin: 0 auto 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__left {
  width: 220px;
}

.googlemap {
  font-family: "MyFont3";
  width: 120px;
  height: 35px;
  background: #ddd6cc;
  color: #5e6663;
  display: block;
  position: absolute;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.area_wrap {
  clear: both;
  border-top: 1px solid #9a001d;
  padding: 0px 0 0 0;
  margin: 30px 0 0 0;
  position: relative;
}

.area_wrap h3 {
  position: absolute;
  font-size: 16px;
  top: 30px;
  font-weight: 400;
}

/* shop CSS */
.shop__left .shop_listwrap {
  margin: 0 0 30px;
}

.shop__left .shop_listwrap.end {
  padding: 0 0 10px;
  border-bottom: 1px solid #9a001d;
}

.shop__left .shop_listwrap>a {
  height: 40px;
  line-height: 40px;
  color: #333;
  display: block;
  border: 1px solid #333;
  font-size: 12px;
  padding: 0 0 0 20px;
}

.shop__left a {
  position: relative;
}

.shop__left a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  right: 30px;
  top: -5px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.shop__left a.on:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  right: 30px;
  top: 6px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shop__left h2 {
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 400;
}

.shop__left h3 {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 15px;
  border-bottom: 1px solid #9a001d;
  margin: 0 0 30px;
}

.shop__left .shop_listwrap_dl dd {
  display: none;
}

.shop__left .shop_listwrap_dl__wrap {
  display: none;
}

.shop__left dl {
  border: 1px solid #333;
  margin: -1px 0 0 0;
}

.shop__left dl a {
  height: 40px;
  line-height: 40px;
  color: #333;
  display: block;
  border-bottom: 1px solid #333;
  font-size: 12px;
  position: relative;
}

.shop__left dl a:last-child {
  border-bottom: none;
}

.shop__left dl dt a {
  padding: 0 0 0 20px;
  background: rgba(221, 214, 204, 0.5);
  border-bottom: 1px solid #333;
}

.shop__left dl dd {
  display: none;
}

.shop__left dl dd a {
  padding: 0 0 0 40px;
}

.shop__left dl dd a:after {
  display: none;
}

.shop__left dl dd a.on:after {
  display: none;
}

.shop__left dl dd a:first-child {
  border-top: 1px solid #333;
}

.shop__left .shop_listwrap div {
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  position: relative;
}

.shop__left .shop_listwrap label {
  font-size: 14px;
  cursor: pointer;
}

.shop__left .shop_listwrap label:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: -2px;
  border: 1px solid #707070;
}

.shop__left input {
  display: none;
  -webkit-appearance: none !important;
}

.shop__left input:checked+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #9a001d;
  border-radius: 0;
}

.popmap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}

.popmap__innar {
  width: 600px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.popmap__innar .close {
  color: #333;
  position: absolute;
  right: 0;
  top: -25px;
  font-size: 18px;
}

p.nodeta {
  font-size: 12px;
  position: relative;
  top: 70px;
}

.shop_right {
  width: 820px;
}

.shop_right ul {
  width: 820px;
}

.shop_right ul li {
  width: 680px;
  padding: 30px 0;
  border-bottom: 1px solid #9a001d;
  position: relative;
  float: right;
  margin: 0px 0 -1px 0;
}

.shop_right ul li .shopname {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
}

.shop_right ul li .address {
  font-size: 14px;
  margin: 0 0 7px;
  line-height: 1.5;
}

.shop_right ul li .tel {
  font-size: 14px;
  margin: 0 0 20px;
}

.shop_right ul li dt {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  width: 115px;
}

.shop_right ul li dl {
  margin: 0 0 10px;
}

.shop_right ul li dd {
  width: 325px;
  display: inline-block;
}

.shop_right ul li dd span {
  font-size: 14px;
  display: inline-block;
}

.shop_right ul li dd span:after {
  content: "/";
  margin: 0 2px 0 4px;
  font-size: 10px;
  color: #ddd6cc;
}

.shop_right ul li dd span:last-child:after {
  display: none;
}

.shop_right ul li .dd {
  font-size: 12px;
}

.new_add {
  display: none;
}

.shop_listwrap_dl__wrap {
  padding: 0 !important;
}

.shop_listwrap_dl__wrap:after {
  display: none;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.shop_right_normal {
  position: relative;
}

.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .shop {
    width: 100%;
    min-height: auto;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 40px;
  }

  .shop__left {
    width: 100%;
  }

  .shop_right__h3 {
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 15px;
    border-top: 1px solid #9a001d;
    border-bottom: 1px solid #9a001d;
    padding: 0 8vw;
    height: 55px;
    line-height: 55px;
    background: rgba(178, 7, 40, 0.1);
    position: relative;
  }

  .googlemap {
    font-family: "MyFont3";
    width: 50px;
    height: 50px;
    background: #fff;
    color: #5e6663;
    display: block;
    position: absolute;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    right: 0;
    top: 50px;
    bottom: auto;
    margin: auto;
  }

  .googlemap img {
    float: right;
  }

  .shop_right.new_add {
    min-height: 240px;
  }

  .shop_right.new_add p {
    padding: 0 8vw;
  }

  .area_wrap {
    clear: both;
    border-top: 1px solid #9a001d;
    padding: 0px 0 0 0;
    margin: -1px 0 0 0;
    position: relative;
  }

  .area_wrap h3 {
    position: static;
    font-size: 16px;
    top: 30px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 8vw;
    border-bottom: 1px solid #9a001d;
    background: rgba(178, 7, 40, 0.1);
  }

  /* shop CSS */
  .shop__left .shop__left__wrap {
    width: 84%;
    margin: auto;
    display: none;
  }

  .shop__left .shop_listwrap {
    margin: 0 0 30px;
  }

  .shop__left .shop_listwrap.end {
    padding: 0 0 10px;
    border-bottom: 1px solid #9a001d;
  }

  .shop__left .shop_listwrap>a {
    height: 50px;
    line-height: 50px;
    color: #333;
    display: block;
    border: 1px solid #333;
    font-size: 12px;
    padding: 0 0 0 20px;
  }

  .shop__left a {
    position: relative;
  }

  .shop__left a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    right: 30px;
    top: -5px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .shop__left a.on:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    right: 30px;
    top: 6px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .shop__left h2 {
    font-size: 14px;
    margin: 0 0 20px;
    font-weight: 400;
  }

  .shop__left h3 {
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 15px;
    border-top: 1px solid #9a001d;
    border-bottom: 1px solid #9a001d;
    margin: 0 0 30px;
    padding: 0 8vw;
    height: 55px;
    line-height: 55px;
    background: rgba(178, 7, 40, 0.1);
    position: relative;
  }

  .shop__left h3 a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #333;
    padding: 0 8vw;
    font-weight: 400;
  }

  .shop__left .shop_listwrap_dl dd {
    display: none;
  }

  .shop__left .shop_listwrap_dl__wrap {
    display: none;
  }

  .shop__left dl {
    border: 1px solid #333;
    margin: -1px 0 0 0;
  }

  .shop__left dl a {
    height: 50px;
    line-height: 50px;
    color: #333;
    display: block;
    border-bottom: 1px solid #333;
    font-size: 12px;
    position: relative;
  }

  .shop__left dl a:last-child {
    border-bottom: none;
  }

  .shop__left dl dt a {
    padding: 0 0 0 20px;
    background: rgba(221, 214, 204, 0.5);
    border-bottom: 1px solid #333;
  }

  .shop__left dl dd {
    display: none;
  }

  .shop__left dl dd a {
    padding: 0 0 0 40px;
  }

  .shop__left dl dd a:after {
    display: none;
  }

  .shop__left dl dd a.on:after {
    display: none;
  }

  .shop__left dl dd a:first-child {
    border-top: 1px solid #333;
  }

  .shop__left .shop_listwrap {
    font-size: 0;
  }

  .shop__left .shop_listwrap div {
    margin: 0 0 20px;
    padding: 0 0 0 25px;
    position: relative;
  }

  .shop__left .shop_listwrap:nth-child(2) div {
    width: 50%;
    display: inline-block;
  }

  .shop__left .shop_listwrap:nth-child(3) div {
    width: 50%;
    display: inline-block;
  }

  .shop__left .shop_listwrap label {
    font-size: 12px;
    cursor: pointer;
  }

  .shop__left .shop_listwrap label:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: -5px;
    border: 1px solid #707070;
  }

  .shop__left .shop_listwrap.end {
    border: none;
  }

  .shop__left input {
    display: none;
    -webkit-appearance: none !important;
  }

  .shop__left input:checked+label::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #9a001d;
    border-radius: 0;
  }

  .shop__left .shop_listwrap_dl__wrap {
    padding: 0 !important;
  }

  .shop__left .shop_listwrap_dl__wrap:after {
    display: none;
  }

  .popmap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
  }

  .popmap__innar {
    width: 92%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .popmap__innar .close {
    color: #333;
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 24px;
  }

  .popmap__innar iframe {
    width: 100%;
  }

  p.nodeta {
    font-size: 12px;
    position: relative;
    top: 70px;
  }

  .shop_right {
    width: 100%;
  }

  .shop_right ul {
    width: 100%;
  }

  .shop_right ul li {
    width: 84%;
    padding: 25px 0 15px;
    border-bottom: 1px solid #9a001d;
    position: relative;
    float: right;
    margin: 0px auto -1px;
    float: none;
  }

  .shop_right ul li .shopname {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 1.5;
    width: 84%;
  }

  .shop_right ul li .address {
    font-size: 14px;
    margin: 0 0 35px;
    line-height: 1.6;
    width: 82%;
  }

  .shop_right ul li .tel {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .shop_right ul li dt {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
  }

  .shop_right ul li dt.brands {
    margin: 0 0 10px;
    color: #9a001d;
  }

  .shop_right ul li dt.shop_form {
    margin: 0 0 10px;
    color: #9a001d;
  }

  .shop_right ul li dl {
    margin: 0 0 10px;
  }

  .shop_right ul li dd {
    width: 100%;
    display: inline-block;
  }

  .shop_right ul li dd span {
    font-size: 14px;
    display: inline-block;
  }

  .shop_right ul li dd span:after {
    content: "/";
    margin: 0 2px 0 4px;
    font-size: 10px;
    color: #ddd6cc;
  }

  .shop_right ul li dd span:last-child:after {
    display: none;
  }

  .shop_right ul li .dd {
    font-size: 12px;
  }

  .shop_right {
    min-height: 200px;
  }

  .shop_right p {
    padding: 0 0;
  }
}

/* corelabel */
.core__1 {
  padding: 35px 0 60px;
  background: rgba(221, 214, 204, 0.2);
}

.core__1 .brand__section__innar {
  display: block;
}

.core__1 h2 img {
  width: 160px;
  margin: 0 auto 40px;
  display: block;
}

.core__1__box {
  width: 1100px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.core__1__box__left {
  width: 540px;
  position: relative;
  display: block;
}

.core__1__box__left img {
  width: 100%;
}

.core__1__box__left>p {
  position: absolute;
  top: 10px;
  left: 10px;
}

.core__1__box__right {
  width: 540px;
  position: relative;
  display: block;
}

.core__1__box__right img {
  width: 100%;
}

.core__1__box__right>p {
  position: absolute;
  top: 10px;
  left: 10px;
}

.core__1__box__detail {
  width: 360px;
  position: relative;
  top: -40px;
  z-index: 1;
  float: right;
  padding: 20px;
  background: #f8f7f5;
}

.core__1__box__detail .core_svg1 {
  width: 160px;
}

.core__1__box__detail .core_svg2 {
  width: 150px;
}

.core__1__box__detail--text1 {
  margin: 18px 0 18px 0;
  font-size: 18px;
  color: #9a001d;
  font-weight: 400;
  line-height: 1.5;
}

.core__1__box__detail--text2 {
  font-family: "MyFont2";
  font-size: 15px;
  color: #9a001d;
  font-weight: 400;
}

.core__1__box__detail--text2 img {
  width: 6px;
  margin: 0 10px 0 0;
}

.core__2__box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.core__2__box__left {
  width: 240px;
  margin: 0 46px 30px 0;
}

.core__2__box__left:nth-child(4n) {
  margin-right: 0;
}

.core__2__box__left:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.core__2__box__left img {
  width: 100%;
}

.core__2__box__right {
  width: 240px;
}

.core__2__box__right img {
  width: 100%;
}

.core__2__box__detail {
  margin: -14px auto 0px;
}

.core__2__box__detail .core_svg1 {
  width: 160px;
}

.core__2__box__detail .core_svg2 {
  width: 188px;
}

.core__2__box__detail--text1 {
  margin: 10px 0 18px 0;
  font-size: 18px;
  color: #9a001d;
  font-weight: 400;
  line-height: 1.5;
}

.core__2__box__detail--text1 span {
  font-size: 12px;
  display: block;
  color: #333;
}

.core__2__box__detail--text2 {
  font-family: "MyFont2";
  font-size: 15px;
  color: #9a001d;
  font-weight: 400;
}

.core__2__box__detail--text2 img {
  width: 6px;
  margin: 0 10px 0 0;
}

.core__2>a {
  font-size: 22px;
  color: #9a001d;
  font-family: "MyFont2";
  text-align: center;
  margin: 25px auto 0;
  display: block;
  letter-spacing: 0.02em;
}

.core__2>a span {
  font-size: 20px;
  font-weight: 400;
  color: #9a001d;
}

.core__2>a img {
  width: 8px;
  margin: 0 10px 0 0;
}

.corelabel__text2 {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin: 10px 0 30px;
}

@media screen and (max-width: 768px) {
  .core__1 {
    padding: 30px 0 20px;
    background: rgba(221, 214, 204, 0.2);
  }

  .core__1 .brand__section__innar {
    display: block;
  }

  .core__1 h2 img {
    width: 160px;
    margin: 0 auto 30px;
    display: block;
  }

  .core__1__box {
    width: 100%;
    margin: 0 auto 0px;
    display: block;
  }

  .core__1__box__left {
    width: 100%;
  }

  .core__1__box__left img {
    width: 100%;
  }

  .core__1__box__left>p {
    top: 24px;
  }

  .core__1__box__right {
    width: 100%;
  }

  .core__1__box__right img {
    width: 100%;
  }

  .core__1__box__right>p {
    top: 24px;
  }

  .core__1__box__detail {
    width: 84vw;
    position: relative;
    top: -40px;
    z-index: 1;
    float: right;
    padding: 20px;
    background: #f8f7f5;
  }

  .core__1__box__detail .core_svg1 {
    width: 120px;
  }

  .core__1__box__detail .core_svg2 {
    width: 140px;
  }

  .core__1__box__detail--text1 {
    margin: 15px 0 15px 0;
    font-size: 18px;
    color: #9a001d;
    font-weight: 400;
    line-height: 1.5;
  }

  .core__1__box__detail--text2 {
    font-family: "MyFont2";
    font-size: 15px;
    color: #9a001d;
    font-weight: 400;
  }

  .core__1__box__detail--text2 img {
    width: 6px;
    margin: 0 10px 0 0;
  }

  .core__2__box {
    width: 84%;
    margin: 0 auto 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: block;
  }

  .core__2__box__left {
    width: 100%;
    display: block;
    margin: 0 0 40px;
  }

  .core__2__box__left:nth-child(4n) {
    margin: 0 0 40px;
  }

  .core__2__box__left:nth-last-child(-n + 4) {
    margin: 0 0 40px;
  }

  .core__2__box__left img {
    width: 100%;
  }

  .core__2__box__right {
    width: 100%;
    display: block;
    margin: 0 0 40px;
  }

  .core__2__box__right img {
    width: 100%;
  }

  .core__2__box__detail .core_svg1 {
    width: 160px;
  }

  .core__2__box__detail .core_svg2 {
    width: 188px;
  }

  .core__2__box__detail--text1 {
    margin: 10px 0 15px 0;
    font-size: 18px;
    color: #9a001d;
    font-weight: 400;
    line-height: 1.5;
  }

  .core__2__box__detail--text1 span {
    font-size: 14px;
    display: block;
    color: #333;
    margin: 3px 0 0 0;
  }

  .core__2__box__detail--text2 {
    font-family: "MyFont2";
    font-size: 15px;
    color: #9a001d;
    font-weight: 400;
  }

  .core__2__box__detail--text2 img {
    width: 6px;
    margin: 0 10px 0 0;
  }

  .core__2>a {
    font-size: 16px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 30px auto 0;
    display: block;
    letter-spacing: 0.02em;
  }

  .core__2>a span {
    font-size: 14px;
  }

  .core__2>a img {
    width: 8px;
    margin: 0 10px 0 0;
  }

  .core .top__area--3__list__icon {
    margin: -14px 0 0 0;
  }
}

/* about CSS */
.about {
  margin: 40px auto;
}

.about__section {
  width: 100%;
  margin: 40px 0 0;
}

.about__section__innar {
  font-size: 0;
}

.about__section.as1 {
  text-align: center;
  margin: 0 auto 125px;
}

.about__section.as1 h3 {
  width: 380px;
  margin: 0 auto 50px;
}

.about__section.as1 h3 img {
  width: 100%;
}

.about__section.as1 p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  padding: 0 7vw;
}

.about__section.as2 {
  width: 100%;
  font-weight: 0;
  margin: 0 auto 86px;
}

.about__section__right {
  width: 50%;
  display: inline-block;
}

.about__section__right img {
  width: 100%;
}

.about__section__left {
  width: 50%;
  display: inline-block;
}

.about__section__left img {
  width: 100%;
}

.about__section.as3 {
  text-align: center;
  margin-bottom: 60px;
}

.about__section.as3 h3 {
  font-size: 32px;
  font-family: "MyFont2";
  color: #9a001d;
  padding-bottom: 40px;
  letter-spacing: 0.04em;
}

.about__section.as3 h4 {
  padding-bottom: 40px;
  font-size: 24px;
  line-height: 1.5;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "メイリオ",
    "Meiryo", sans-serif;
  color: #9a001d;
}

.about__section.as3 p {
  font-size: 14px;
  line-height: 2;
}

.about__section.as4 {
  background: rgba(221, 214, 204, 0.2);
  padding: 60px 0 1px;
}

.about__section.as4 h3 {
  font-size: 32px;
  color: #9a001d;
  font-family: "MyFont2";
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.about__section.as4 .as4__text1 {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  margin: 40px 0 0;
  color: #9a001d;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "メイリオ",
    "Meiryo", sans-serif;
}

.about__section.as4 .as4__text2 {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 40px 0 60px 0;
}

.about .top__area--4__list__logo--4 {
  margin: 24px auto 0;
}

.about .youtube {
  margin: 60px auto 80px;
}

.youtube {
  margin: 60px auto;
  width: 820px;
}

.top .youtube {
  margin: 30px auto 40px;
  width: 820px;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: 2;
}

.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .about {
    margin: 0;
  }

  .about__section.as1 {
    text-align: center;
    margin: 0 auto 50px;
  }

  .about__section.as1 h3 {
    width: 74.66667vw;
    margin: 0 auto 40px;
    font-size: 25px;
    line-height: 35px;
  }

  .about__section.as2 {
    margin: 0 auto 65px;
  }

  .about__section__right {
    width: 100%;
    display: block;
  }

  .about__section__left {
    width: 100%;
    display: block;
  }

  .about__section.as3 {
    margin-bottom: 50px;
  }

  .about__section.as3 h3 {
    font-size: 25px;
    padding-bottom: 44px;
  }

  .about__section.as3 h4 {

    padding-bottom: 33px;
    font-size: 20px;
  }

  .about__section.as3 p {
    width: 83.73333vw;
    margin: 0 auto;
    text-align: left;
  }

  .about__section.as4 {
    width: 100%;
    padding: 0 7vw;
    margin: auto;
  }

  .about__section.as4 h3 {
    font-size: 22px;
    color: #9a001d;
    font-family: "MyFont2";
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 35px;
    padding: 55px 0 0;
  }

  .about__section.as4 .as4__text1 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    margin: 40px 0 0;
    color: #9a001d;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "メイリオ",
      "Meiryo", sans-serif;
  }

  .about__section.as4 .as4__text2 {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin: 25px 0 00px 0;
    padding: 0 0 60px;
  }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  #youtube {
    position: absolute;
    width: 100%;
    max-width: 820px;
    height: auto;
    height: 100%;
  }

  .top__area--4__title {
    text-align: center;
  }

  .top__area--4__sub {
    text-align: center;
  }

  .top .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .top .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* fitting CSS */
.fitting {
  margin: 40px auto;
}

.fitting__1 {
  max-width: 820px;
  width: 64vw;
  width: 820px;
  margin: auto;
}

.fitting__1__header h2 img {
  display: block;
  width: 158px;
  margin: 0 auto 30px;
}

.fitting__1__header p {
  font-size: 24px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.66;
  margin: 0 0 40px;
}

.fitting__1 img {
  width: 100%;
}

.fitting__1__bottom p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 60px 0;
}

.fitting__1__bottom .adviser_pic {
  width: 800px;
  margin: 0 auto 70px;
  display: block;
}

.fitting__2 {
  padding: 60px 0;
  background: rgba(221, 214, 204, 0.2);
}

.fitting__2 h2 {
  font-size: 28px;
  color: #9a001d;
  text-align: center;
  font-weight: 400;
  margin: 0 0 60px;
}

.fitting__2__innar {
  max-width: 820px;
  width: 64vw;
  width: 820px;
  margin: 0 auto 50px;
}

.fitting__2__innar img {
  width: 100%;
  margin: 0 0 20px;
}

.fitting__2__innar h3 {
  text-align: center;
  font-size: 20px;
  color: #9a001d;
  font-weight: 400;
  margin: 0 0 15px;
}

.fitting__2__innar h3 span {
  font-weight: 400;
  font-size: 16px;
  color: #9a001d;
  display: block;
  font-family: "MyFont2";
  margin: 0 0 10px;
}

.fitting__2__innar h3 span.big {
  font-size: 24px;
  font-family: "MyFont2";
  display: inline-block;
  margin: 0 5px;
}

.fitting__2__innar p {
  width: 580px;
  font-size: 14px;
  line-height: 1.8;
  display: block;
  margin: auto;
}

.fitting__3 {
  max-width: 820px;
  width: 64vw;
  width: 820px;
  padding: 80px 0;
  margin: auto;
}

.fitting__3 img {
  width: 100%;
}

.fitting__3 h2 {
  font-size: 28px;
  color: #9a001d;
  font-weight: 400;
  margin: 0 0 40px;
  text-align: center;
  line-height: 1.4;
}

.fitting__3 h2 span {
  font-size: 18px;
  color: #9a001d;
  font-weight: normal;
}

.fitting__3 a {
  font-size: 16px;
  text-align: center;
  margin: 40px 0 0 0;
  display: block;
  font-weight: 400;
  color: #333;
}

.fitting__3 a img {
  width: 8px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 5px 0 0;
}

.fitting__4 {
  height: auto;
  width: 100%;
  background: #9a001d;
  padding: 30px 0;
}

.fitting__4 img {
  width: 100%;
}

.fitting__4 h2 {
  font-size: 28px;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fitting__4 h2 {
    font-size: 19px;
  }
}

.fitting__4 h2 span {
  font-size: 15px;
  color: #fff;
  font-size: 15px;
  color: #fff;
  width: 758px;
  display: block;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .fitting__4 h2 span {
    width: 100%;
    font-size: 15px;
  }
}

.fitting__4 .fitting_p0 {
  font-size: 13px;
  color: #fff;
  line-height: 1.8;
  color: #fff;
  width: 770px;
  display: block;
  margin: -20px auto 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fitting__4 .fitting_p0 {
    width: 90%;
    font-size: 13px;
  }
}

.fitting__4 .fitting_p1 {
  font-size: 13px;
  color: #fff;
  line-height: 1.8;
  color: #fff;
  width: 758px;
  display: block;
  margin: 0px auto 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fitting__4 .fitting_p1 {
    width: 90%;
    font-size: 13px;
  }
}

.fitting__4 ul {
  width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: block;
  margin: auto;
  font-size: 0;
}

.fitting__4 .top__link__wrap {
  width: 300px;
  display: inline-block;
  margin: 0 100px 20px 0;
  height: 64px;
}

.fitting__4 .top__link__wrap:nth-child(3n) {
  margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  .fitting__4 .top__link__wrap:nth-child(3n) {
    margin: 0 0 30px 0 !important;
  }
}

.fitting__4 .top__link__wrap:before {
  bottom: 0px;
  display: none;
}

.fitting__4 .footer__top__link {
  width: 300px;
  height: 64px;
  color: #9a001d;
  background: #fff;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 64px;
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

.fitting__4 .footer__top__link:hover {
  background: #9a001d;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff;
}

.fitting__4 .footer__top__link:hover:before {
  background: #fff;
  display: none;
}

.fitting__4 .footer__top__link:before {
  background: #9a001d;
  display: none;
}

.fitting__5 {
  padding: 75px 0;
  max-width: 1000px;
  width: 78.125vw;
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fitting__5__innar {
  max-width: 320px;
  width: 25vw;
  width: 320px;
  padding: 20px;
  background: #edeae5;
}

.fitting__5__innar img {
  width: 100%;
}

.fitting__5__innar__text1 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #9a001d;
  margin: 20px auto 15px;
  font-family: "MyFont2";
}

.fitting__5__innar__text2 {
  font-size: 14px;
  text-align: center;
}

.fitting__5.fs2 {
  width: 660px;
}

.fitting #fittingReservation.noContents {
  position: absolute;
  top: 1100px;
}

.fitting .fittingUnder__section.fitting__4.topfit {
  height: auto;
  padding: 35px 0 35px;
}

.fitting .fitting__4 ul {
  width: 300px;
  height: auto;
}

.fitting ul.topfit__ul li {
  width: 300px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 30px;
  white-space: nowrap;
}

.fitting ul.topfit__ul__3 {
  width: 1100px;
  margin: 0 auto 35px;
}

.fitting .fitting__4.under_var h2 {
  margin: 0 0 20px;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .fitting .fitting__4.under_var h2 {
    font-size: 19px;
  }
}

ul.topfit__ul__2 {
  margin: 0 auto 0px !important;
}

ul.topfit__ul__3 {
  width: 1100px !important;
  height: auto;
  margin: 0 auto 0;
}

.fitting__4.under_var ul {
  width: 300px;
}

.fitting__4.under_var h2 {
  margin: 0 0 30px;
  font-size: 15px;
}

.fittingUnder__section.fitting__4.under_var {
  padding: 35px 0;
}

.under_var .topfit__bottom {
  margin: 0 0 35px;
}

.fittingUnder__section.fitting__4.under_var {
  padding: 35px 0 50px;
}

@media screen and (max-width: 769px) {
  .fitting {
    margin: 40px auto;
  }

  .fitting__1 {
    max-width: 100%;
    width: 64vw;
    width: 820px;
    margin: auto;
  }

  .fitting__1__header h2 img {
    display: block;
    width: 158px;
    margin: 0 auto 30px;
  }

  .fitting__1__header p {
    font-size: 20px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 32px;
    margin: 0 0 30px;
  }

  .fitting__1 img {
    width: 100%;
  }

  .fitting__1__bottom p {
    width: 100%;
    padding: 0 7vw;
    display: block;
    margin: auto;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin: 40px 0 60px;
  }

  .fitting__1__bottom .adviser_pic {
    width: 100%;
    padding: 0 7vw;
  }

  .fitting__2 {
    padding: 60px 0 1px;
    background: rgba(221, 214, 204, 0.2);
  }

  .fitting__2 h2 {
    font-size: 20px;
    color: #9a001d;
    text-align: center;
    font-weight: 400;
    margin: 0 0 40px;
  }

  .fitting__2__innar {
    max-width: 100%;
    width: 84vw;
    width: 100%;
    margin: 0 auto 60px;
  }

  .fitting__2__innar img {
    width: 100%;
    margin: 0 0 20px;
  }

  .fitting__2__innar h3 {
    text-align: center;
    font-size: 20px;
    color: #9a001d;
    font-weight: 400;
    margin: 0 0 20px;
  }

  .fitting__2__innar h3 span {
    font-weight: 400;
    font-size: 16px;
    color: #9a001d;
    display: block;
    font-family: "Poppins", sans-serif;
    margin: 0 0 10px;
  }

  .fitting__2__innar p {
    width: 100%;
    font-size: 13px;
    line-height: 2;
    display: block;
    margin: auto;
    padding: 0 8vw;
  }

  .fitting__3 {
    max-width: 820px;
    width: 64vw;
    width: 100%;
    padding: 60px 0;
    margin: 0 auto 10px;
  }

  .fitting__3 img {
    width: 100%;
  }

  .fitting__3 h2 {
    font-size: 20px;
    color: #9a001d;
    font-weight: 400;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.6;
  }

  .fitting__3 h2 span {
    font-size: 14px;
  }

  .fitting__3 a {
    font-size: 16px;
    text-align: center;
    margin: 20px 0 0 0;
    display: block;
    font-weight: 400;
    color: #333;
  }

  .fitting__3 a img {
    width: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0 5px 0 0;
  }

  .fitting__4 {
    height: auto;
    width: 100%;
    background: #9a001d;
    padding: 40px 0 30px;
  }

  .fitting__4 img {
    width: 100%;
  }

  .fitting__4 h2 {
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 30px;
    text-align: center;
    padding: 0 5vw;
  }

  .fitting__4 ul {
    width: 300px;
    display: block;
    margin: 0 auto 0;
    height: auto;
  }

  .fitting__4 .top__link__wrap {
    height: 64px;
    margin: 0 0 30px;
  }

  .fitting__4 .top__link__wrap:before {
    top: -1px;
    right: -31px;
  }

  .fitting__4 .footer__top__link {
    width: 300px;
    height: 64px;
    color: #9a001d;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 64px;
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden;
    margin: auto;
  }

  .fitting__4 .footer__top__link:hover {
    background: #fff;
    color: #9a001d;
    font-weight: 400;
  }

  .fitting__4 .footer__top__link:hover:before {
    background: #9a001d;
  }

  .fitting__5 {
    padding: 60px 0 40px;
    width: 100%;
    margin: auto;
    display: block;
  }

  .fitting__5__innar {
    max-width: 320px;
    width: 25vw;
    width: 84%;
    margin: 0 auto 20px;
    padding: 20px;
    background: #edeae5;
  }

  .fitting__5__innar img {
    width: 100%;
  }

  .fitting__5__innar__text1 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #9a001d;
    margin: 20px auto 10px;
  }

  .fitting__5__innar__text2 {
    font-size: 14px;
    text-align: center;
  }

  .fitting__5.fs2 {
    width: 100%;
  }

  .fitting .fittingUnder__section.fitting__4.topfit {
    height: auto;
    padding: 35px 0 30px;
  }

  ul.topfit__ul__2 {
    margin: 0 auto 55px !important;
  }

  ul.topfit__ul__3 {
    width: 300px !important;
    height: auto !important;
    margin: 0 auto 0;
    display: block;
  }

  .fitting__4.under_var ul {
    width: 300px;
  }
}

/* fittingUnder CSS */
.fittingUnder {
  margin: 40px auto 0;
  overflow: hidden;
}

.fittingUnder__1 h2 {
  text-align: center;
  display: block;
  margin: 0 auto 35px;
}

.fittingUnder__1 h3 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "MyFont2";
  margin: 0 0 40px;
}

.fittingUnder__1 h3 span {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  display: block;
  margin: 13px 0 0;
}

.fittingUnder__1 h3 span.sp_br {
  display: none;
}

.fittingUnder__1 p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 30px;
}

.fittingUnder__1 p span {
  color: #9a001d;
}

.fittingUnder__2 {
  padding: 40px 60px;
  background: rgba(221, 214, 204, 0.5);
}

.fittingUnder__2 h2 {
  color: #9a001d;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 40px;
}

.fittingUnder__2__top {
  width: 820px;
  max-width: 820px;
  min-width: 820px;
  margin: auto;
  background: #fff;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fittingUnder__2__top__left {
  max-width: 280px;
  min-width: 280px;
  width: 280px;
}

.fittingUnder__2__top__left img {
  width: 15.7vw;
  max-width: 280px;
  width: 280px;
  display: block;
  padding: 0 0 0 0px;
  margin: 0 0 0 70px;
}

.fittingUnder__2__top__right {
  max-width: 475px;
  width: 475px;
  padding: 0 60px 0 0px;
}

.fittingUnder__2__top__right__text1 {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
  margin: 0 0 25px;
}

.fittingUnder__2__top__right__text2 {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.fittingUnder__2__bottom {
  width: 64vw;
  max-width: 820px;
  width: 820px;
  margin: auto;
  background: #fff;
  padding: 40px 0;
}

.fittingUnder__2__bottom img {
  display: block;
  margin: auto;
}

.fittingUnder__2__bottom__text1 {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
  margin: 50px 0 20px 0;
}

.fittingUnder__2__bottom__text2 {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.fittingUnder__2__arrow {
  display: block;
  margin: 40px auto;
}

.fittingUnder__3 {
  padding: 80px 0;
}

.fittingUnder__3 h2 {
  font-size: 24px;
  margin: auto;
  text-align: center;
  margin: 0 0 40px;
  color: #9a001d;
  font-weight: 400;
}

.fittingUnder__3__innar {
  max-width: 860px;
  width: 67vw;
  width: 860px;
  padding: 40px 0 35px;
  margin: 0 auto 20px;
  border: 1px solid #ddd6cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 475px;
  position: relative;
}

.fittingUnder__3__innar__left {
  max-width: 250px;
  width: 19.53vw;
  width: 250px;
}

.fittingUnder__3__innar__left img {
  display: block;
  margin: 2px auto;
}

.fittingUnder__3__innar__right {
  max-width: 610px;
  width: 47.6vw;
  width: 610px;
}

.fittingUnder__3__innar__right h3 {
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  color: #9a001d;
  margin: 0 0 25px;
}

.fittingUnder__3__innar__right .f3__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fittingUnder__3__innar__right .f3__box>img {
  width: 400px;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
}

.fittingUnder__3__innar__right .f3__box__left {
  max-width: 120px;
  width: 9.375vw;
  width: 120px;
}

.fittingUnder__3__innar__right .f3__box__left img {
  display: block;
  margin: auto;
}

.fittingUnder__3__innar__right .f3__box__right {
  max-width: 450px;
  width: 33.59vw;
  width: 450px;
}

.fittingUnder__3__innar__right .f3__box__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fittingUnder__3__innar__right .f3__box__right dt {
  max-width: 80px;
  width: 6.25vw;
  width: 80px;
  height: 33px;
  background: #9a001d;
  color: #fff;
  line-height: 33px;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.fittingUnder__3__innar__right .f3__box__right dt img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -21px;
  margin: auto;
}

.fittingUnder__3__innar__right .f3__box__right dd {
  max-width: 340px;
  width: 25.78vw;
  width: 340px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding: 0 50px 0 0;
}

@supports (-ms-ime-align: auto) {
  .fittingUnder__3__innar__right .f3__box>img {
    bottom: -300px;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.fittingUnder__3__innar__right .f3__box>img {
  bottom: -300px;
}

@media screen and (max-width: 768px) {
  .fittingUnder {
    margin: 40px auto 0;
    overflow: hidden;
  }

  .fittingUnder__1 h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: center;
    color: #9a001d;
    font-family: "MyFont2";
    margin: 0 0 35px;
  }

  .fittingUnder__1 h2 span {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    display: block;
    margin: 5px 0 0;
  }

  .fittingUnder__1 h2 .sp_br {
    display: inline !important;
  }

  .fittingUnder__1 h3 {
    font-size: 28px;
    margin: 0 0 25px;
  }

  .fittingUnder__1 p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin: 0 0 30px;
    padding: 0 8vw;
  }

  .fittingUnder__1 p span {
    color: #9a001d;
  }

  .fittingUnder__2 {
    padding: 40px 0px 50px;
    background: rgba(221, 214, 204, 0.5);
  }

  .fittingUnder__2 h2 {
    color: #9a001d;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 40px;
  }

  .fittingUnder__2__top {
    width: 90%;
    max-width: 820px;
    min-width: auto;
    margin: auto;
    background: #fff;
    padding: 20px 0;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fittingUnder__2__top__left {
    max-width: 280px;
    min-width: 280px;
    width: 280px;
    display: none;
  }

  .fittingUnder__2__top__left img {
    width: 15.7vw;
    max-width: 201px;
    width: 201px;
    display: block;
    padding: 0 0 0 0px;
    margin: 0 0 0 80px;
  }

  .fittingUnder__2__top__right {
    max-width: 100%;
    width: 100%;
    padding: 0 6.66vw;
  }

  .fittingUnder__2__top__right__text1 {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    font-weight: 400;
    margin: 0 0 25px;
  }

  .fittingUnder__2__top__right__text2 {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .fittingUnder__2__top__right img {
    display: block;
    margin: 50px 0 20px 1vw;
    width: 100%;
  }

  .fittingUnder__2__bottom {
    width: 64vw;
    max-width: 820px;
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 30px 6.66vw 50px;
  }

  .fittingUnder__2__bottom img {
    display: block;
    margin: auto;
    width: 100%;
  }

  .fittingUnder__2__bottom__text1 {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    font-weight: 400;
    margin: 30px 0 15px 0;
  }

  .fittingUnder__2__bottom__text2 {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .fittingUnder__2__arrow {
    display: block;
    margin: 40px auto;
  }

  .fittingUnder__3 {
    padding: 65px 0;
  }

  .fittingUnder__3 h2 {
    font-size: 20px;
    margin: auto;
    text-align: center;
    margin: 0 0 30px;
    color: #9a001d;
    font-weight: 400;
  }

  .fittingUnder__3__innar {
    max-width: 100%;
    width: 67vw;
    width: 92%;
    padding: 30px 4vw 35px;
    margin: 0 auto 20px;
    border: 1px solid #ddd6cc;
    display: block;
    height: auto;
    position: relative;
  }

  .fittingUnder__3__innar__left {
    max-width: 100%;
    width: 19.53vw;
    width: 100%;
  }

  .fittingUnder__3__innar__left img {
    display: block;
    margin: 2px auto 30px;
    display: block;
  }

  .fittingUnder__3__innar__right {
    max-width: 610px;
    width: 47.6vw;
    width: 100%;
  }

  .fittingUnder__3__innar__right h3 {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    color: #9a001d;
    margin: 20px 0 40px;
  }

  .fittingUnder__3__innar__right .f3__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
  }

  .fittingUnder__3__innar__right .f3__box>img {
    width: 100%;
    position: static;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 25px auto 0;
  }

  .fittingUnder__3__innar__right .f3__box__left {
    max-width: 120px;
    width: 9.375vw;
    width: 120px;
  }

  .fittingUnder__3__innar__right .f3__box__left img {
    display: block;
    margin: auto;
    width: 100%;
  }

  .fittingUnder__3__innar__right .f3__box__right {
    max-width: 450px;
    width: 33.59vw;
    width: 100%;
  }

  .fittingUnder__3__innar__right .f3__box__right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fittingUnder__3__innar__right .f3__box__right dt {
    max-width: 80px;
    width: 6.25vw;
    width: 80px;
    width: 21vw;
    height: 60px;
    background: #9a001d;
    color: #fff;
    line-height: 60px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #fff;
  }

  .fittingUnder__3__innar__right .f3__box__right dt img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -21px;
    margin: auto;
    display: none;
  }

  .fittingUnder__3__innar__right .f3__box__right dd {
    max-width: 340px;
    width: 61.78vw;
    /*width:340px;*/
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    padding: 0 0px 0 15px;
  }

  .tu_li {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
  }
}

/* STORE CSS */
.store__1__img {
  width: 820px;
  margin: 0 auto 60px;
  display: block;
}

.store__2 h3 {
  font-size: 24px;
  color: #9a001d;
  text-align: center;
  font-weight: 400;
  margin: 0 0 40px;
}

.store__2>p {
  font-size: 14px;
  line-height: 2.1;
  width: 820px;
  margin: 0 auto 40px;
}

.store__2__innar {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 820px;
  margin: 0 auto 100px;
}

.store__2__innar__left {
  width: 420px;
}

.store__2__innar__left h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 25px auto 20px;
  line-height: 1.6;
}

.store__2__innar__left p {
  font-size: 13px;
  line-height: 2;
  width: 390px;
}

.store__2__innar__right {
  width: 370px;
}

.store__2__innar__right img {
  width: 100%;
  margin: 0;
}

.store__3 {
  background: rgba(221, 214, 204, 0.2);
  margin: 0;
  padding: 0 0 65px 0;
}

.store__3__top {
  position: relative;
  margin: 0 0 55px 0;
}

.store__3__top img {
  width: 100%;
}

.store__3__top div {
  width: 545px;
  height: 100%;
  background: rgba(178, 7, 40, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.store__3__top div h2 {
  font-family: "MyFont2";
  color: #fff;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.04em;
}

.store__3__top div h2 span {
  display: block;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 5px 0 0 0;
}

.store__3>p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.store__4 {
  background: rgba(221, 214, 204, 0.2);
}

.store__4 h3 {
  font-size: 24px;
  font-weight: 400;
  color: #9a001d;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 0 0 30px;
  font-family: "MyFont2";
}

.store__4__innar {
  width: 680px;
  margin: 0 auto 0px;
  padding: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.store__4__innar__left {
  width: 320px;
}

.store__4__innar__left img {
  width: 100%;
  vertical-align: bottom;
}

.store__4__innar__left p {
  font-size: 14px;
  line-height: 1.8;
  padding: 30px;
  background: rgba(221, 214, 201, 0.8);
}

.store__4__innar__right {
  width: 320px;
}

.store__4__innar__right img {
  width: 100%;
  vertical-align: bottom;
}

.store__4__innar__right p {
  font-size: 14px;
  line-height: 1.8;
  height: 210px;
  padding: 30px;
  background: rgba(221, 214, 201, 0.8);
}

.store__5 {
  background: rgba(221, 214, 204, 0.2);
  margin: 0 0 0px;
  padding: 0 0 100px;
}

.store__5__innar {
  width: 1100px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.store__5__innar:nth-child(2) .store__5__innar__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.store__5__innar:nth-child(2) .store__5__innar__left h3 {
  text-align: center;
}

.store__5__innar:nth-child(2) .store__5__innar__right:after {
  left: 0;
}

.store__5__innar:nth-child(2) .store__5__innar__right {
  width: 120px;
  position: relative;
  left: 240px;
}

.store__5__innar:nth-child(2) .store__5__innar__right h3 {
  text-align: center;
}

.store__5__innar__left {
  width: 680px;
}

.store__5__innar__left img {
  width: 100%;
}

.store__5__innar__right {
  width: 120px;
  right: 240px;
  position: relative;
}

.store__5__innar__right h3 {
  font-size: 24px;
  color: #9a001d;
  font-weight: 400;
  padding: 0 0 0px 0;
  margin: 0 0 0px;
  position: relative;
}

.store__5__innar__right p {
  font-size: 14px;
  line-height: 1.8;
}

.store__5__innar__right a {
  font-family: "MyFont3";
  width: 120px;
  height: 35px;
  background: #9a001d;
  color: #fff;
  line-height: 35px;

  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .store__1__img {
    width: 100%;
    margin: 0 auto 35px;
    display: block;
  }

  .store__2 h3 {
    font-size: 20px;
    color: #9a001d;
    text-align: center;
    font-weight: 400;
    margin: 0 0 30px;
  }

  .store__2>p {
    font-size: 14px;
    line-height: 2.1;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 8vw;
  }

  .store__2__innar {
    padding: 0 4vw 0;
    display: block;
    width: 92%;
    margin: 0 auto 80px;
  }

  .store__2__innar__left {
    width: 100%;
  }

  .store__2__innar__left img {
    margin: 0 0 25px;
  }

  .store__2__innar__left h4 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    margin: 0px auto 20px;
  }

  .store__2__innar__left p {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    width: 100%;
  }

  .store__2__innar__right {
    width: 100%;
    display: none;
  }

  .store__2__innar__right img {
    width: 100%;
    margin: 0;
  }

  .store__3 {
    margin: 0 0 0 0;
  }

  .store__3__top {
    position: relative;
    margin: 0 0 35px 0;
  }

  .store__3__top img {
    width: 100%;
  }

  .store__3__top div {
    width: 100%;
    height: 120px;
    background: rgba(178, 7, 40, 0.8);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .store__3__top div h2 {
    font-family: "MyFont2";
    color: #fff;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.04em;
  }

  .store__3__top div h2 span {
    display: block;
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 5px 0 0 0;
  }

  .store__3>p {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    padding: 0 8vw;
  }

  .store__4 h3 {
    font-size: 20px;
    font-weight: 400;
    color: #9a001d;
    text-align: center;
    letter-spacing: 0.04em;
    margin: 0 0 20px;
  }

  .store__4__innar {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: block;
  }

  .store__4__innar__left {
    width: 84%;
    margin: 0 auto 20px;
  }

  .store__4__innar__left img {
    width: 100%;
    vertical-align: bottom;
  }

  .store__4__innar__left p {
    font-size: 14px;
    line-height: 1.8;
    padding: 30px;
    background: rgba(221, 214, 201, 0.8);
  }

  .store__4__innar__right {
    width: 84%;
    margin: auto;
  }

  .store__4__innar__right img {
    width: 100%;
    vertical-align: bottom;
  }

  .store__4__innar__right p {
    font-size: 14px;
    line-height: 1.8;
    height: 210px;
    padding: 30px;
    background: rgba(221, 214, 201, 0.8);
  }

  .store__5 {
    margin: 0px 0 0px;
    padding: 0 0 20px;
  }

  .store__5__innar {
    width: 84%;
    margin: 0 auto 40px;
    display: block;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .store__5__innar:nth-child(2) .store__5__innar__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: static;
  }

  .store__5__innar:nth-child(2) .store__5__innar__right {
    margin: auto;
    position: static;
  }

  .store__5__innar:nth-child(2) .store__5__innar__right:after {
    left: 0;
  }

  .store__5__innar__left {
    width: 100%;
    position: static;
  }

  .store__5__innar__left img {
    width: 100%;
  }

  .store__5__innar__right {
    width: 100%;
    position: relative;
    position: static !important;
  }

  .store__5__innar__right:after {
    content: "";
    width: 420px;
    height: 2px;
    background: #9a001d;
    display: none;
    position: absolute;
    bottom: 123px;
    left: -50px;
  }

  .store__5__innar__right h3 {
    font-size: 16px;
    color: #9a001d;
    font-weight: 400;
    padding: 0 0 12px 0;
    margin: 15px 0 0px;
    position: relative;
    text-align: center;
  }

  .store__5__innar__right p {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
  }

  .store__5__innar__right a {
    font-family: "MyFont3";
    width: 120px;
    height: 35px;
    background: #9a001d;
    color: #fff;
    line-height: 35px;
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 2px auto 0;
  }
}

/*******************
    new arrivals 1
*******************/
.newArrival-1 {
  width: 100vw;
  padding: 140px 0 0 0;
}

.newArrival-1 img {
  width: 100%;
}

.newArrival-1__area--1 {
  width: 100%;
}

.newArrival-1__area--2 {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 260px;
  background-color: #fff9de;
}

.newArrival-1__area--2__inner {
  width: 1280px;
  margin: 0 auto;
}

.newArrival-1__area--2__title {
  margin: -0.2em 0;
  font-size: 32px;
  color: #80c4af;
  font-weight: 400;
  line-height: 1.4;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
  padding-bottom: 40px;
}

.newArrival-1__area--2__text {
  font-size: 14px;
  line-height: 1.8;
  margin: -0.4em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  text-align: center;
}

.newArrival-1__area--2__image {
  width: 540px;
  position: relative;
  top: 180px;
  right: 0;
  left: 0;
  margin: -180px auto 0;
  padding-top: 60px;
}

.newArrival-1__area--3 {
  font-size: 0;
  width: 860px;
  margin: 0 auto 50px;
}

.newArrival-1__area--3__title {
  width: 339px;
  margin: 0 auto 20px;
}

.newArrival-1__area--3__item {
  width: 480px;
  margin: 0 auto 93px;
}

.newArrival-1__area--3__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newArrival-1__area--3__detail {
  width: 400px;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin: -0.4em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
}

.newArrival-1__area--3__detail__subject {
  margin: -0.2em 0;
  font-size: 32px;
  color: #80c4af;
  font-weight: 400;
  line-height: 1.4;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
}

.newArrival-1__area--3__detail__text {
  display: inline-block;
  padding-top: 20px;
  border-top: solid 2px #80c4af;
  margin-top: 12px;
  font-size: inherit;
  text-align: left;
}

.newArrival-1__area--3__detail:nth-child(1):after {
  content: "";
  width: 1px;
  height: 150px;
  background-color: #707070;
  -webkit-transform: rotate(32.2deg);
  transform: rotate(32.2deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  position: absolute;
  top: -140px;
  left: 280px;
}

.newArrival-1__area--3__detail:nth-child(2):after {
  content: "";
  width: 1px;
  height: 150px;
  background-color: #707070;
  -webkit-transform: rotate(-32.2deg);
  transform: rotate(-32.2deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  position: absolute;
  top: -140px;
  right: 280px;
}

.newArrival-1__area--4 {
  width: 860px;
  margin: 50px auto 80px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(transparent),
      color-stop(8.3%, transparent),
      color-stop(8.3%, #f1f8f6),
      color-stop(91.7%, #f1f8f6),
      color-stop(8.3%, transparent),
      color-stop(91.7%, transparent));
  background: linear-gradient(0deg,
      transparent 0%,
      transparent 8.3%,
      #f1f8f6 8.3%,
      #f1f8f6 91.7%,
      transparent 8.3%,
      transparent 91.7%);
}

.newArrival-1__area--4__body {
  width: 410px;
  padding-left: 50px;
}

.newArrival-1__area--4__body__title {
  width: 140px;
  margin: 0 auto 24px;
}

.newArrival-1__area--4__body__text {
  font-size: 14px;
  line-height: 1.8;
  margin: -0.4em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
}

.newArrival-1__area--4__body__text2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 24px;
  text-align: center;
  color: #80c4af;
  line-height: 1.4;
  margin: 0 0 20px;
}

.newArrival-1__area--4__image {
  width: 410px;
  padding-right: 40px;
}

.newArrival-1__area--5 {
  width: 1020px;
  margin: 0 auto 80px;
  background-color: #fffceb;
  padding: 40px 0;
}

.newArrival-1__area--5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newArrival-1__area--5__list {
  width: 33.33333%;
  text-align: center;
}

.newArrival-1__area--5__list__image {
  width: 260px;
  display: inline-block;
}

.newArrival-1__area--5__list__credit a {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #666666;
  display: inline-block;
  text-decoration: none;
  margin: 12px 0 24px;
}

.newArrival-1__area--5__list__credit a span:not(.itemPrice) {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  display: inline-block;
}

.newArrival-1__area--5__list__credit a span:not(.itemPrice).itemPrice {
  color: #666666;
  font-size: inherit;
}

.newArrival-1__area--5__list__btn {
  width: 240px;
  display: inline-block;
}

.newArrival-1__area--5__list__btn:hover {
  opacity: 0.8 !important;
}

.newArrival-1__area--6 {
  width: 100%;
  background-color: #fff3bd;
  margin-bottom: 100px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newArrival-1__area--6__image {
  width: 50%;
}

.newArrival-1__area--6__body {
  width: 50%;
  text-align: center;
}

.newArrival-1__area--6__body__title {
  width: 270px;
  margin: 0 auto 6.66667%;
  line-height: 1.2;
}

.newArrival-1__area--6__body__title img {
  display: inline-block;
  width: 200px;
}

.newArrival-1__area--6__body__title span {
  font-size: 32px;
  display: inline-block;
  font-family: source-han-serif-japanese, serif;
  color: #666666;
}

.newArrival-1__area--6__body__title .s1 {
  margin: 0 3px;
  position: relative;
  top: -13px;
}

.newArrival-1__area--6__body__text {
  width: 400px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  margin: -0.4em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  text-align: left;
}

.newArrival-1__area--6__body__extra {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin: -0.4em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  font-weight: 600;
  margin: 20px auto 40px;
}

.newArrival-1__area--6__body__btn {
  width: 340px;
  margin: 0 auto;
}

.newArrival-1__area--7 {
  width: 920px;
  margin: 0 auto 100px;
}

.newArrival-1__area--7__title {
  width: 339px;
  margin: 0 auto 40px;
}

.newArrival-1__area--7 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.newArrival-1__area--7__list {
  width: 280px;
  text-align: center;
  margin-bottom: 40px;
}

.newArrival-1__area--7__list__image {
  width: 100%;
}

.newArrival-1__area--7__list__color {
  margin: 13px auto 23px;
  font-size: 0;
}

.newArrival-1__area--7__list__color span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  border-radius: 50%;
}

.newArrival-1__area--7__list__color span.pink {
  background-color: #f0bea6;
}

.newArrival-1__area--7__list__color span.black {
  background-color: #000;
}

.newArrival-1__area--7__list__color span.yellow {
  background-color: #e2d689;
}

.newArrival-1__area--7__list__credit__inner {
  border-bottom: solid 1px #333333;
}

.newArrival-1__area--7__list__credit a {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #666666;
  display: inline-block;
  text-decoration: none;
  display: inline;
}

.newArrival-1__area--7__list__credit a span {
  color: #000;
  font-size: 16px;
}

.newArrival-1__area--7__list__credit a .itemName {
  color: #333333;
  font-size: 16px;
}

.newArrival-1__area--7__list__credit a .itemPrice {
  margin-top: 10px;
  display: inline-block;
  font-size: inherit;
  color: inherit;
}

@media screen and (max-width: 1280px) {
  .newArrival-1 {
    width: 100vw;
  }

  .newArrival-1__area--2__inner {
    width: 100%;
    margin: 0 auto;
  }

  .newArrival-1__area--3 {
    width: 67.1875vw;
  }

  .newArrival-1__area--3__item {
    width: 37.5vw;
    margin: 0 auto 7.26562vw;
  }

  .newArrival-1__area--3__detail {
    width: 31.25vw;
  }

  .newArrival-1__area--3__detail__text {
    display: inline-block;
    padding-top: 20px;
    border-top: solid 2px #80c4af;
    margin-top: 12px;
    font-size: inherit;
    text-align: left;
  }

  .newArrival-1__area--3__detail:nth-child(1):after {
    content: "";
    width: 1px;
    height: 11.71875vw;
    background-color: #707070;
    -webkit-transform: rotate(32.2deg);
    transform: rotate(32.2deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    top: -10.9375vw;
    left: 21.875vw;
  }

  .newArrival-1__area--3__detail:nth-child(2):after {
    content: "";
    width: 1px;
    height: 11.71875vw;
    background-color: #707070;
    -webkit-transform: rotate(-32.2deg);
    transform: rotate(-32.2deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    top: -10.9375vw;
    right: 21.875vw;
  }

  .newArrival-1__area--4 {
    width: 67.1875vw;
    min-width: 860px;
    margin: 50px auto 80px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(transparent),
        color-stop(8.3%, transparent),
        color-stop(8.3%, #f1f8f6),
        color-stop(91.7%, #f1f8f6),
        color-stop(8.3%, transparent),
        color-stop(91.7%, transparent));
    background: linear-gradient(0deg,
        transparent 0%,
        transparent 8.3%,
        #f1f8f6 8.3%,
        #f1f8f6 91.7%,
        transparent 8.3%,
        transparent 91.7%);
  }

  .newArrival-1__area--4__body {
    width: 32.03125vw;
    min-width: 410px;
    padding-left: 3.90625vw;
  }

  .newArrival-1__area--4__image {
    width: 32.03125vw;
    min-width: 410px;
    padding-right: 3.125vw;
  }
}

@media screen and (max-width: 980px) {
  .newArrival-1__area--2__title {
    margin: -0.2em 0;
    font-size: 26px;
    color: #80c4af;
    font-weight: 400;
    line-height: 1.4;
    font-family: source-han-serif-japanese, serif;
    text-align: center;
    padding-bottom: 30px;
  }

  .newArrival-1__area--2__text {
    font-size: 14px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    text-align: center;
  }

  .newArrival-1__area--3__detail {
    font-size: 14px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
  }

  .newArrival-1__area--3__detail__subject {
    margin: -0.2em 0;
    font-size: 28px;
    color: #80c4af;
    font-weight: 400;
    line-height: 1.4;
    font-family: source-han-serif-japanese, serif;
    text-align: center;
  }

  .newArrival-1__area--4 {
    width: 90%;
    min-width: auto;
    margin: 50px auto 80px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear,
        left bottom,
        left top,
        from(transparent),
        color-stop(8.3%, transparent),
        color-stop(8.3%, #f1f8f6),
        color-stop(91.7%, #f1f8f6),
        color-stop(8.3%, transparent),
        color-stop(91.7%, transparent));
    background: linear-gradient(0deg,
        transparent 0%,
        transparent 8.3%,
        #f1f8f6 8.3%,
        #f1f8f6 91.7%,
        transparent 8.3%,
        transparent 91.7%);
  }

  .newArrival-1__area--4__body {
    width: 32.03125vw;
    min-width: 45%;
    padding-left: 50px;
  }

  .newArrival-1__area--4__body__title {
    width: 140px;
    margin: 0 auto 15px;
  }

  .newArrival-1__area--4__image {
    width: 32.03125vw;
    min-width: 45%;
    padding-right: 40px;
  }

  .newArrival-1__area--5 {
    width: 79.6875vw;
    min-width: 768px;
    margin: 0 auto 80px;
    background-color: #fffceb;
    padding: 40px 0;
  }

  .newArrival-1__area--5 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .newArrival-1__area--5__list {
    width: 33.33333%;
    text-align: center;
  }

  .newArrival-1__area--5__list__image {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
  }

  .newArrival-1__area--6 {
    width: 100%;
    background-color: #fff3bd;
    margin-bottom: 100px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newArrival-1__area--6__image {
    width: 50%;
  }

  .newArrival-1__area--6__body {
    width: 50%;
    text-align: center;
    padding: 5.85938vw 0;
  }

  .newArrival-1__area--6__body__title {
    width: 270px;
    margin: 0 auto 6.66667%;
    line-height: 1.2;
  }

  .newArrival-1__area--6__body__title img {
    display: inline-block;
    width: 200px;
  }

  .newArrival-1__area--6__body__title span {
    font-size: 32px;
    display: inline-block;
    font-family: source-han-serif-japanese, serif;
    color: #666666;
  }

  .newArrival-1__area--6__body__title .s1 {
    margin: 0 3px;
    position: relative;
    top: -13px;
  }

  .newArrival-1__area--6__body__text {
    width: 31.25vw;
    min-width: 340px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    text-align: left;
  }

  .newArrival-1__area--6__body__extra {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    font-weight: 600;
    margin: 20px auto 40px;
  }

  .newArrival-1__area--6__body__btn {
    width: 340px;
    margin: 0 auto;
  }

  .newArrival-1__area--7 {
    width: 100%;
    margin: 0 auto 100px;
  }

  .newArrival-1__area--7__title {
    width: 339px;
    margin: 0 auto 40px;
  }

  .newArrival-1__area--7 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .newArrival-1__area--7__list {
    width: 33.33333%;
    text-align: center;
    margin-bottom: 40px;
  }

  .newArrival-1__area--7__list__image {
    width: 100%;
  }

  .newArrival-1__area--7__list__color {
    margin: 13px auto 23px;
    font-size: 0;
  }

  .newArrival-1__area--7__list__color span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 6px;
    border-radius: 50%;
  }

  .newArrival-1__area--7__list__color span.pink {
    background-color: #f0bea6;
  }

  .newArrival-1__area--7__list__color span.black {
    background-color: #000;
  }

  .newArrival-1__area--7__list__color span.yellow {
    background-color: #e2d689;
  }

  .newArrival-1__area--7__list__credit__inner {
    border-bottom: solid 1px #333333;
  }

  .newArrival-1__area--7__list__credit a {
    font-size: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #666666;
    display: inline-block;
    text-decoration: none;
    display: inline;
  }

  .newArrival-1__area--7__list__credit a span {
    color: #000;
    font-size: 16px;
  }

  .newArrival-1__area--7__list__credit a .itemName {
    color: #333333;
    font-size: 16px;
  }

  .newArrival-1__area--7__list__credit a .itemPrice {
    margin-top: 10px;
    display: inline-block;
    font-size: inherit;
    color: inherit;
  }
}

@media screen and (max-width: 980px) {
  .newArrival-1 {
    padding-top: 0;
  }
}

@media screen and (max-width: 769px) {
  .newArrival-1 {
    min-width: 100vw;
    padding: 0px 0 0 0;
  }

  .newArrival-1__area--2 {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 43.73333vw;
  }

  .newArrival-1__area--2__inner {
    width: 100%;
    text-align: center;
  }

  .newArrival-1__area--2__title {
    margin: -0.2em 0;
    font-size: 20px;
    color: #80c4af;
    font-weight: 400;
    line-height: 1.4;
    font-family: source-han-serif-japanese, serif;
    text-align: center;
    padding-bottom: 30px;
  }

  .newArrival-1__area--2__text {
    text-align: center;
    display: inline-block;
    width: 84vw;
    font-size: 14px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
  }

  .newArrival-1__area--2__image {
    width: 83.73333vw;
    margin: 0 auto;
    position: relative;
    top: 28vw;
    left: 0;
    right: 0;
    margin-top: -28vw;
    padding-top: 40px;
  }

  .newArrival-1__area--3 {
    width: 100vw;
    margin: 0 auto 56px;
  }

  .newArrival-1__area--3__title {
    width: 75.46667vw;
    margin: 0 auto 20px;
  }

  .newArrival-1__area--3__item {
    width: 83.73333vw;
    margin: 0 auto 30px;
  }

  .newArrival-1__area--3__box {
    width: 84vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .newArrival-1__area--3__detail {
    width: 39.46667vw;
    position: static;
    font-size: 14px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
  }

  .newArrival-1__area--3__detail__subject {
    margin: -0.2em 0;
    font-size: 18px;
    color: #80c4af;
    font-weight: 600;
    line-height: 1.4;
    font-family: source-han-serif-japanese, serif;
    text-align: center;
  }

  .newArrival-1__area--3__detail__text {
    display: inline-block;
    padding-top: 20px;
    border-top: solid 2px #80c4af;
    margin-top: 12px;
    font-size: inherit;
  }

  .newArrival-1__area--3__detail:nth-child(1):after {
    content: none;
  }

  .newArrival-1__area--3__detail:nth-child(2):after {
    content: none;
  }

  .newArrival-1__area--4 {
    width: 100vw;
    margin: 0 auto 60px;
    padding-top: 30px;
    display: block;
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#f1f8f6),
        color-stop(71.3%, #f1f8f6),
        color-stop(71.3%, transparent),
        to(transparent));
    background: linear-gradient(180deg,
        #f1f8f6 0%,
        #f1f8f6 71.3%,
        transparent 71.3%,
        transparent 100%);
  }

  .newArrival-1__area--4__body {
    width: 84vw;
    margin: 0 auto 30px;
    padding: 0;
  }

  .newArrival-1__area--4__body__title {
    width: 48vw;
    margin: 0 auto 20px;
  }

  .newArrival-1__area--4__body__text {
    font-size: 14px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
  }

  .newArrival-1__area--4__body__text2 {
    font-size: 18px;
  }

  .newArrival-1__area--4__image {
    width: 83.73333vw;
    margin: 0 auto;
    padding: 0;
  }

  .newArrival-1__area--5 {
    width: 83.73333vw;
    min-width: auto;
    margin: 0 auto 60px;
    background-color: transparent;
    padding: 0;
  }

  .newArrival-1__area--5 ul {
    display: block;
  }

  .newArrival-1__area--5__list {
    width: 100%;
    background-color: #fffceb;
    margin: 0 auto 10px;
    padding: 5.33333vw 0;
  }

  .newArrival-1__area--5__list__image {
    width: 34.66667vw;
    margin-left: 5.2vw;
    float: left;
  }

  .newArrival-1__area--5__list__credit {
    width: 35.2vw;
    margin-right: 3.2vw;
    float: right;
  }

  .newArrival-1__area--5__list__credit a {
    font-size: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #666666;
    display: inline-block;
    text-decoration: none;
    margin: 12px 0 24px;
  }

  .newArrival-1__area--5__list__credit a span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
    display: inline-block;
  }

  .newArrival-1__area--5__list__credit a .itemPrice {
    font-size: 12px;
    color: #666;
    font-weight: normal;
  }

  .newArrival-1__area--5__list__btn {
    float: right;
    width: 35.2vw;
    margin-right: 3.2vw;
    clear: right;
  }

  .newArrival-1__area--6 {
    width: 100%;
    background-color: #fff3bd;
    margin-bottom: 100px;
    display: block;
  }

  .newArrival-1__area--6__image {
    width: 100%;
  }

  .newArrival-1__area--6__body {
    width: 83.73333vw;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
  }

  .newArrival-1__area--6__body__title {
    width: 68.26667vw;
    margin: 0 auto 35px;
  }

  .newArrival-1__area--6__body__text {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    text-align: left;
  }

  .newArrival-1__area--6__body__extra {
    font-size: 12px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    margin: 20px auto 30px;
  }

  .newArrival-1__area--6__body__btn {
    width: 100%;
    margin: 30px auto 0;
  }

  .newArrival-1__area--7 {
    width: 100%;
    margin: 0 auto 120px;
  }

  .newArrival-1__area--7__title {
    width: 75.46667vw;
    margin: 0 auto 30px;
  }

  .newArrival-1__area--7 ul {
    width: 83.73333vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .newArrival-1__area--7__list {
    width: 41.06667vw;
    text-align: center;
    margin-bottom: 40px;
  }

  .newArrival-1__area--7__list:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  .newArrival-1__area--7__list__image {
    width: 100%;
    height: 41.06667vw;
  }

  .newArrival-1__area--7__list__color {
    margin: 13px auto 23px;
    font-size: 0;
  }

  .newArrival-1__area--7__list__color span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 6px;
    border-radius: 50%;
  }

  .newArrival-1__area--7__list__color span.pink {
    background-color: #f0bea6;
  }

  .newArrival-1__area--7__list__color span.black {
    background-color: #000;
  }

  .newArrival-1__area--7__list__color span.yellow {
    background-color: #e2d689;
  }

  .newArrival-1__area--7__list__credit__inner {
    border: none;
  }

  .newArrival-1__area--7__list__credit a {
    font-size: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #666666;
    display: inline-block;
    text-decoration: none;
    display: inline;
  }

  .newArrival-1__area--7__list__credit a .itemName {
    border-bottom: solid 1px #333333;
    font-size: 14px;
    line-height: 1.5;
  }

  .newArrival-1__area--7__list__credit a .itemPrice {
    border-bottom: solid 1px #666666;
  }
}

/*******************
    new arrivals 2
*******************/
.newArrival-2 {
  width: 100vw;
  min-width: 1280px;
  padding: 140px 0 0 0;
}

.newArrival-2 img {
  width: 100%;
}

.newArrival-2__area {
  /*&--3{
            width: 100%;
            background-color: #FCF7FB;
            padding: 60px 0 80px;
            &__title{
                width: 542px;
                margin: 60px auto;
            }
            ul{
                width: 820px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
            }
            &__list{
                width: 400px;
                background-color: #fff;
                text-align: center;
                &__image{
                    width: 280px;
                    margin: 20px auto;
                }
                &__credit a{
                    @include arrivalCredit-2();
                    padding-bottom: 20px;
                    span{
                        font-size: 18px;
                        font-weight: 600;
                        display: inline-block;
                        padding-bottom: 20px;
                    }
                }
                &__btn{
                    width: 280px;
                    margin: 0 auto 40px;
                }
            }
        }*/
}

.newArrival-2__area--1 {
  width: 100%;
}

.newArrival-2__area--2 {
  width: 1100px;
  margin: 60px auto;
  position: relative;
}

.newArrival-2__area--2__body {
  width: 420px;
  position: absolute;
  top: 100px;
  right: 0;
  background-color: #d38bc3;
  padding: 40px 0;
  text-align: center;
  z-index: 2;
}

.newArrival-2__area--2__body__title {
  margin: -0.2em 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
  margin: 0 auto 35px;
}

.newArrival-2__area--2__body__text {
  font-size: 14px;
  line-height: 1.8;
  margin: -0.4em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #fff;
  line-height: 2;
  margin: -0.5em 0;
  -webkit-font-smoothing: antialiased;
}

.newArrival-2__area--2__image {
  position: relative;
  width: 800px;
  margin-bottom: 60px;
  z-index: 1;
}

.newArrival-2__area--2__dress {
  width: 820px;
  margin: 0 auto;
  border: solid 2px #ebd05f;
}

.newArrival-2__area--2__dress__inbox {
  width: 780px;
  margin: 0 auto;
  position: relative;
}

.newArrival-2__area--2__dress__inbox:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  background-color: #fff;
}

.newArrival-2__area--2__dress__inbox:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  background-color: #fff;
}

.newArrival-2__area--2__dress__title {
  width: 182px;
  margin: 0 auto !important;
  text-align: center;
  font-size: 17px;
  color: #666;
}

.newArrival-2__area--2__dress__title img {
  padding-top: 10px;
}

.newArrival-2__area--2__dress__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin: -0.4em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333;
  padding: 30px 0;
}

.newArrival-2__area--2__dress__btn {
  width: 340px;
  margin: 0 auto;
}

.newArrival-2__area--2__dress__btn:hover {
  opacity: 0.8 !important;
}

.newArrival-2__area--3 {
  width: 100vw;
  min-width: 1100px;
  margin: 0 auto 80px;
  background-color: #fcf7fb;
}

.newArrival-2__area--3__box {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0 100px;
}

.newArrival-2__area--3__title {
  width: 540px;
  margin: 0 auto 60px;
}

.newArrival-2__area--3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.newArrival-2__area--3__inner.odd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 42px;
}

.newArrival-2__area--3__inner.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 42px;
}

.newArrival-2__area--3__image {
  width: 618px;
}

.newArrival-2__area--3__body {
  width: 400px;
  text-align: center;
  background-color: #fff;
  padding-bottom: 40px;
}

.newArrival-2__area--3__body__image {
  width: 280px;
  margin: 20px auto;
}

.newArrival-2__area--3__body__credit a {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  display: inline-block;
  line-height: 1.8;
  margin: -0.4em 0;
  text-decoration: none;
  padding-bottom: 20px;
}

.newArrival-2__area--3__body__credit a span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 20px;
}

.newArrival-2__area--3__body__btn {
  width: 280px;
  margin: 0 auto;
}

.newArrival-2__area--3__body__btn:hover {
  opacity: 0.8 !important;
}

.newArrival-2__area--4 {
  width: 1100px;
  margin: 0 auto 100px;
}

.newArrival-2__area--4__title {
  width: 540px;
  margin: 80px auto 60px;
}

.newArrival-2__area--4__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.newArrival-2__area--4__inner.odd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 42px;
}


.newArrival-2__area--4__inner.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 42px;
}

.newArrival-2__area--4__image {
  width: 618px;
}

.newArrival-2__area--4__body {
  width: 400px;
  text-align: center;
}

.newArrival-2__area--4__body__image {
  width: 280px;
  margin: 20px auto;
}

.newArrival-2__area--4__body__credit a {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  display: inline-block;
  line-height: 1.8;
  margin: -0.4em 0;
  text-decoration: none;
  padding-bottom: 20px;
}

.newArrival-2__area--4__body__credit a span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 20px;
}

.newArrival-2__area--4__body__btn {
  width: 280px;
  margin: 0 auto;
}

.newArrival-2__area--4__body__btn:hover {
  opacity: 0.8 !important;
}

.newArrival-2__area--5 {
  width: 100%;
  background-color: #fcf7fb;
  padding-bottom: 82px;
  margin-bottom: 80px;
}

.newArrival-2__area--5__title {
  width: 542px;
  margin: 0 auto;
  padding: 60px 0;
}

.newArrival-2__area--5 ul {
  width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.newArrival-2__area--5 ul:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #e1b0d6;
  position: absolute;
  top: 0;
  left: 33.33333%;
}

.newArrival-2__area--5 ul:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #e1b0d6;
  position: absolute;
  top: 0;
  right: 33.33333%;
}

.newArrival-2__area--5__list {
  width: 320px;
  margin: 10px 0;
}

.newArrival-2__area--5__list__image {
  width: 70px;
  margin: auto;
}

.newArrival-2__area--5__list__text {
  font-size: 14px;
  line-height: 1.8;
  margin: -0.4em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
}

.newArrival-2__area--5__list__text2 {
  font-size: 24px;
  padding-top: 1em;
  line-height: 1.4;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
  padding: 0;
  margin: 0 0 15px;
}

.newArrival-2__area--5__list__text2.a2 {
  padding: 18px 0 16px;
}

.newArrival-2__area--6 {
  width: 898px;
  margin: 0 auto 100px;
}

.newArrival-2__area--6__title {
  width: 542px;
  margin: 0 auto 60px;
}

.newArrival-2__area--6__image {
  width: 100%;
}

.newArrival-2__area--7 {
  width: 100vw;
  min-width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #fcf7fb;
}

.newArrival-2__area--7__title {
  width: 542px;
  margin: 0 auto;
  padding: 60px 0;
}

.newArrival-2__area--7 ul {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.newArrival-2__area--7__list {
  width: 340px;
  text-align: center;
  padding-bottom: 30px;
  background-color: #fff;
}

.newArrival-2__area--7__list__image {
  width: 260px;
  margin: 20px auto 16px;
}

.newArrival-2__area--7__list__color {
  margin: 0 auto 24px;
  font-size: 0;
}

.newArrival-2__area--7__list__color span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  border-radius: 50%;
}

.newArrival-2__area--7__list__color span.pink {
  background-color: #e3b0d6;
}

.newArrival-2__area--7__list__color span.yellow {
  background-color: #fff3bd;
}

.newArrival-2__area--7__list__color span.white {
  background-color: #faf6e2;
}

.newArrival-2__area--7__list__color span.purple {
  background-color: #cfc0d2;
}

.newArrival-2__area--7__list__color span.moca {
  background-color: #bba999;
}

.newArrival-2__area--7__list__color span.black {
  background-color: #000;
}

.newArrival-2__area--7__list__credit a {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
  display: inline-block;
  line-height: 1.8;
  margin: -0.4em 0;
  text-decoration: none;
}

.newArrival-2__area--7__list__credit a span {
  font-size: inherit;
  border-bottom: solid 1px #333333;
}

@media screen and (max-width: 769px) {
  .newArrival-2 {
    width: 100vw;
    min-width: 100vw;
    padding: 0;
  }

  .newArrival-2__area {
    /*&--3{
            width: 100%;
            background-color: #FCF7FB;
            padding: 40px 0 80px;
            &__title{
                width: (33400vw/375);
                margin: 0 auto 40px;
            }
            ul{
                width: (31400vw/375);
                margin: 0 auto;
                display: block;
            }
            &__list{
                width: 100%;
                &__image{
                    width: (21000vw/375);
                    margin: 20px auto;
                }
                &__credit a{
                    @include arrivalCredit-2();
                    padding-bottom: 15px;
                    span{
                        font-size: 18px;
                        font-weight: 600;
                        display: inline-block;
                        padding-bottom: 20px;
                    }
                }
                &__btn{
                    width: (28000vw/375);
                    margin: 0 auto;
                    padding-bottom: 30px;
                }
            }
        }*/
  }

  .newArrival-2__area--1 {
    width: 100vw;
  }

  .newArrival-2__area--2 {
    width: 100vw;
    margin: 0 auto;
    position: static;
  }

  .newArrival-2__area--2__body {
    width: 100vw;
    position: static;
  }

  .newArrival-2__area--2__body__title {
    margin: -0.2em 0;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    font-family: source-han-serif-japanese, serif;
    text-align: center;
    margin: 0 auto 35px;
  }

  .newArrival-2__area--2__body__text {
    width: 83.73333vw;
    font-size: 14px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #fff;
    margin: -0.4em auto;
    text-align: center;
  }

  .newArrival-2__area--2__image {
    width: 100vw;
  }

  .newArrival-2__area--2__dress {
    width: 92vw;
    margin: 40px auto;
  }

  .newArrival-2__area--2__dress__inbox {
    width: 83.73333vw;
    padding-top: 20px;
  }

  .newArrival-2__area--2__dress__title {
    width: 48vw;
    min-width: 182px;
    margin: 0 auto !important;
    text-align: center;
    font-size: 17px;
    color: #666;
  }

  .newArrival-2__area--2__dress__title img {
    padding-top: 10px;
  }

  .newArrival-2__area--2__dress__text {
    text-align: left;
  }

  .newArrival-2__area--2__dress__btn {
    width: 83.73333vw;
    max-width: 314px;
    margin: 0 auto;
    padding-bottom: 21px;
  }

  .newArrival-2__area--3 {
    width: 100vw;
    min-width: 100vw;
    margin: 0 auto 100px;
  }

  .newArrival-2__area--3__box {
    width: 100vw;
    padding: 40px 0 60px;
  }

  .newArrival-2__area--3__title {
    width: 89.33333vw;
  }

  .newArrival-2__area--3__inner {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
  }

  .newArrival-2__area--3__inner.odd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
  }

  .newArrival-2__area--3__inner.even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }

  .newArrival-2__area--3__image {
    width: 100vw;
  }

  .newArrival-2__area--3__body {
    width: 86.13333vw;
    text-align: center;
    margin: 20px auto 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .newArrival-2__area--3__body__image {
    width: 41.06667vw;
    margin: 0;
  }

  .newArrival-2__area--3__body__inner {
    width: 38.66667vw;
  }

  .newArrival-2__area--3__body__credit a {
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    display: inline-block;
    line-height: 1.8;
    margin: -0.4em 0;
    text-decoration: none;
    padding: 10px 0;
    /*margin-right: (3000vw/375);*/
  }

  .newArrival-2__area--3__body__credit a span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
  }

  .newArrival-2__area--3__body__btn {
    width: 37.86667vw;
    margin: 0 auto;
  }

  .newArrival-2__area--4 {
    width: 100vw;
    margin: 0 auto 100px;
  }

  .newArrival-2__area--4__title {
    width: 89.33333vw;
    margin: 80px auto 60px;
  }

  .newArrival-2__area--4__inner {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
  }

  .newArrival-2__area--4__inner.odd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
  }

  .newArrival-2__area--4__inner.even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }

  .newArrival-2__area--4__image {
    width: 100vw;
  }

  .newArrival-2__area--4__body {
    width: 86.13333vw;
    text-align: center;
    margin: 20px auto 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newArrival-2__area--4__body__image {
    width: 41.06667vw;
    margin: 0;
  }

  .newArrival-2__area--4__body__inner {
    width: 38.66667vw;
  }

  .newArrival-2__area--4__body__credit a {
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    display: inline-block;
    line-height: 1.8;
    margin: -0.4em 0;
    text-decoration: none;
    padding: 10px 0;
    /*margin-right: (3000vw/375);*/
  }

  .newArrival-2__area--4__body__credit a span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
  }

  .newArrival-2__area--4__body__btn {
    width: 37.86667vw;
    margin: 0 auto;
  }

  .newArrival-2__area--5 {
    width: 100%;
    background-color: #fcf7fb;
    padding: 0;
    margin-bottom: 80px;
  }

  .newArrival-2__area--5__title {
    width: 89.06667vw;
    margin: 0 auto;
    padding: 40px 0;
  }

  .newArrival-2__area--5 ul {
    width: 86.4vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newArrival-2__area--5 ul:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e1b0d6;
    position: absolute;
    top: 33.33333%;
    left: 0;
    right: 0;
  }

  .newArrival-2__area--5 ul:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e1b0d6;
    position: absolute;
    top: auto;
    bottom: 33%;
    left: 0;
    right: 0;
  }

  .newArrival-2__area--5__list {
    width: 100%;
    margin: 40px 0;
    height: 58.66667vw;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .newArrival-2__area--5__list__image {
    width: 70px;
    margin: 0 auto;
  }

  .newArrival-2__area--5__list__text {
    font-size: 14px;
    line-height: 1.8;
    margin: -0.4em 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    padding-top: 1em;
    margin: 0 0 10px;
  }

  .newArrival-2__area--5__list__text2 {
    font-size: 24px;
    padding-top: 1em;
    line-height: 1.4;
    font-family: source-han-serif-japanese, serif;
    padding: 0;
    margin: 0 0 5px;
  }

  .newArrival-2__area--6 {
    width: 89.06667vw;
    margin: 0 auto 60px;
  }

  .newArrival-2__area--6__title {
    width: 100%;
    margin: 0 auto 40px;
  }

  .newArrival-2__area--7 {
    width: 100vw;
    margin: 0 auto;
    padding-bottom: 80px;
    width: 100%;
    min-width: 100vw;
  }

  .newArrival-2__area--7__title {
    width: 89.06667vw;
    padding: 40px 0;
  }

  .newArrival-2__area--7 ul {
    width: 84vw;
    margin: 0 auto;
    display: block;
  }

  .newArrival-2__area--7__list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
  }

  .newArrival-2__area--7__list__image {
    width: 53.33333vw;
    margin: 20px auto 16px;
  }

  .newArrival-2__area--7__list__color {
    margin: 0 auto 24px;
    font-size: 0;
  }

  .newArrival-2__area--7__list__color span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    border-radius: 50%;
  }

  .newArrival-2__area--7__list__credit a {
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333333;
    display: inline-block;
    line-height: 1.8;
    margin: -0.4em 0;
    text-decoration: none;
  }

  .newArrival-2__area--7__list__credit a span {
    font-size: inherit;
    border-bottom: solid 1px #333333;
  }
}

/* report */
.report__img {
  width: 820px;
  margin: 0 auto 70px;
  display: block;
}

.report__3 {
  margin-bottom: 80px;
}

.report__3__innar {
  width: 1100px;
  margin: 0 auto 40px;
  padding-right: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: space-between;
}

.report__3__innar:nth-child(even) {
  padding-right: 0;
  padding-left: 140px;
}

.report__3__innar:nth-child(even) .report__3__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.report__3__innar:nth-child(3) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 240px;
  position: relative;
}

.report__3__extra {
  width: 480px;
  position: absolute;
  bottom: -200px;
  right: 160px;
}

.report__3__extra img {
  width: 100%;
}

.report__3__left {
  width: 680px;
}

.report__3__left img {
  width: 100%;
  display: block;
}

.report__3__right {
  width: 260px;
  font-size: 15px;
  line-height: 2;
}

.report__4 {
  padding: 50px 0 40px;
}

.report__4 h3 {
  font-size: 24px;
  color: #9a001d;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 50px;
}

.report__4__innar {
  width: 860px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.report__4__innar:nth-child(odd) .report__4__innar__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.report__4__innar__left {
  width: 260px;
}

.report__4__innar__left img {
  width: 100%;
}

.report__4__innar__right {
  width: 560px;
}

.report__4__innar__right h4 {
  font-size: 20px;
  font-weight: 600;
  /*line-height: 1.5;
					margin: -0.25em auto;*/
  padding: 0.8em 0;
}

.report__4__innar__right h5 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 2em;
}

.report__4__innar__right p {
  font-size: 14px;
  line-height: 1.8;
}

.report__5 {
  background: rgba(221, 214, 204, 0.2);
  padding: 60px 0 80px;
}

.report__5__innar {
  width: 820px;
  margin: 0 auto 50px;
}

.report__5__innar img {
  width: 100%;
}

.report__5__left {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
}

@media screen and (max-width: 769px) {
  .report__img {
    width: 100%;
    margin: 0 auto 60px;
  }

  .report__3__innar {
    width: 83.73333vw;
    margin: 0 auto 50px !important;
    padding: 0 !important;
    display: block;
  }

  .report__3__extra {
    width: 100%;
    position: static;
    bottom: 0;
    right: 0;
  }

  .report__3__left {
    width: 100%;
  }

  .report__3__right {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }

  .report__4 {
    padding: 60px 0 40px;
  }

  .report__4 h3 {
    font-size: 20px;
    color: #9a001d;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 40px;
  }

  .report__4__innar {
    width: 83.73333vw;
    margin: 0 auto 50px;
    display: block;
  }

  .report__4__innar__left {
    width: 62.4vw;
    margin: 0 auto;
  }

  .report__4__innar__right {
    width: 100%;
  }

  .report__4__innar__right h4 {
    font-size: 18px;
    padding: 1em 0 0.5em;
    line-height: 1.5;
  }

  .report__4__innar__right h5 {
    font-size: 14px;
    padding-bottom: 1.42857em;
  }

  .report__4__innar__right p {
    font-size: 14px;
    line-height: 1.8;
  }

  .report__5 {
    background: rgba(221, 214, 204, 0.2);
    padding: 40px 0 30px;
  }

  .report__5__innar {
    width: 100%;
    margin: 0 auto 30px;
  }

  .report__5__innar img {
    width: 100%;
  }

  .report__5__innar:nth-child(4) img {
    padding: 0 8vw;
  }

  .report__5__innar:nth-child(5) img {
    padding: 0 8vw;
  }

  .report__5__left {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 30px;
    padding: 0 8vw;
  }
}

/*その他*/
.close_brand {
  width: 30px !important;
  position: absolute;
  right: 20px;
  top: 117px;
  z-index: 1;
  display: block;
  opacity: 1;
  z-index: 11111;
}

.sp_contents2 {
  display: none;
}

.noclick {
  cursor: default;
}

.noclick:hover {
  opacity: 1;
}

.brand__section__left_p_1 {
  font-size: 12px;
  margin: 10px 0 0 0;
}

.fittingUnder__3__innar__right .f3__box img.f2_a4 {
  bottom: 14px;
  width: 358px;
}

.fittingUnder__3__innar__right .f3__box img.f2_a3 {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 510px;
}

@media screen and (max-width: 1080px) {
  .sp_video {
    margin: 60px auto 20px !important;
  }

  .sp_menu2 {
    width: 27px !important;
  }

  .brand__section__left_p_1 {
    margin: 10px 0 0 8vw;
  }
}

@media screen and (max-width: 769px) {
  .sp_contents2 {
    display: inline;
    color: #9a001d;
    font-weight: 400;
  }

  .fittingUnder__3__innar__right .f3__box img.f2_a4 {
    position: static;
    width: 100%;
  }

  .fittingUnder__3__innar__right .f3__box img.f2_a3 {
    margin: 25px 0 0 0;
    width: 100%;
    position: static;
  }
}

@media screen and (max-width: 325px) {
  .fitting__4 .footer__top__link {
    width: 245px;
  }

  .fitting__4 .top__link__wrap:before {
    top: -1px;
    right: 23px;
  }

  .footer__top__innar h3 {
    font-size: 26px;
    margin: 20px 0 10px;
  }

  .knowledge .ks9 .knowledge__section__innar__top div img {
    width: 100%;
  }

  .knowledge dl dt {
    font-size: 12px;
  }

  .top__area--6__list__text {
    font-size: 11px;
  }
}

/* 17. new arrivals 19 04 18 */
.newarrival3 .sec1 img {
  width: 100%;
}

.newarrival3 .sec2 {
  position: relative;
  margin: 0 auto 60px;
}

.newarrival3 .sec2 .sec2__innar {
  position: relative;
  z-index: 1;
}

.newarrival3 .sec2:after {
  content: "";
  background: #e6f4fa;
  width: 100%;
  height: 915px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.newarrival3 .sec2 h2 {
  font-family: "Noto Serif", serif;
  font-family: "Noto Serif JP", serif;
  color: #73c1e4;
  font-size: 28px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.newarrival3 .sec2 p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 0px 0 40px;
}

.newarrival3 .sec2 .sec2__img {
  width: 400px;
  display: block;
  margin: 0 auto 60px;
}

.newarrival3 .sec2__box {
  width: 820px;
  margin: auto;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border: 2px solid #73c1e4;
  border-radius: 10px;
}

.newarrival3 .sec2__box__left {
  width: 320px;
}

.newarrival3 .sec2__box__left img {
  width: 100% !important;
}

.newarrival3 .sec2__box__right {
  width: 410px;
}

.newarrival3 .sec2__box__right h2 {
  font-family: "MyFont2" !important;
  font-size: 36px;
  margin: 0 0 15px;
  padding: 0;
}

.newarrival3 .sec2__box__right h2 span {
  display: inline-block;
  color: #73c1e4;
  opacity: 0.5;
  font-size: 22px;
}

.newarrival3 .sec2__box__right h2 span.sec2__box__left__span {
  font-size: 24px;
  opacity: 1 !important;
  font-weight: 400;
  margin: 5px 0 0 0;
}

.newarrival3 .sec2__box__right .sec2__box__right__p1 {
  font-size: 18px;
  color: #555;
  font-weight: 400;
  text-align: center;
  margin: 0 0 15px;
}

.newarrival3 .sec2__box__right .sec2__box__right__p2 {
  text-align: left;
  margin: 0 0 30px;
}

.newarrival3 .sec2__box__right ul {
  width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  justify-content: space-between;
}

.newarrival3 .sec2__box__right ul li {
  width: 140px;
}

.newarrival3 .sec2__box__right ul li img {
  width: 100%;
}

.newarrival3 .sec3 {
  width: 820px;
  margin: 0 auto 80px;
}

.newarrival3 .sec3 img {
  width: 100%;
}

.newarrival3 .sec3__innar {
  position: relative;
  margin: 0 0 60px;
}

.newarrival3 .sec3__innar p {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center !important;
}

.newarrival3 .sec3__innar_p1 {
  position: absolute;
  top: 29px;
  left: 47px;
}

.newarrival3 .sec3__innar_p2 {
  position: absolute;
  top: 29px;
  left: 470px;
}

.newarrival3 .sec3__innar_p3 {
  position: absolute;
  bottom: 54px;
  left: 170px;
  color: #fff !important;
}

.newarrival3 .sec3__innar__2 {
  width: 820px;
  height: 360px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newarrival3 .sec3__innar__2__left {
  width: 400px;
}

.newarrival3 .sec3__innar__2__right {
  width: 400px;
}

.newarrival3 .sec3__innar__2__right img {
  width: 95px;
}

.newarrival3 .sec3__innar__2__right h3 {
  font-size: 24px;
  font-family: "Noto Serif", serif;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 25px;
}

.newarrival3 .sec3__innar__2__right p {
  font-size: 14px;
  line-height: 1.8;
}

.newarrival3 .sec3__innar__2__right p span {
  position: relative;
  display: -ms-inline-grid;
  display: inline-grid;
  z-index: 12;
}

.newarrival3 .sec3__innar__2__right p span:after {
  content: "";
  background: #e6f4fa;
  width: 100%;
  height: 10px;
  display: inherit;
  position: absolute;
  top: 13px;
  z-index: -1;
}

.newarrival3 .sec3__innar__2.si21 {
  background: url(../images/topics/190418/sec31.png);
  background-size: 700px;
  background-repeat: no-repeat;
}

.newarrival3 .sec3__innar__3 {
  width: 0 0 80px;
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: space-between;
  background: #e6f4fa;
}

.newarrival3 .sec3__innar__3__left {
  width: 180px;
}

.newarrival3 .sec3__innar__3__left img {
  width: 100%;
  margin: 0 0 12px;
}

.newarrival3 .sec3__innar__3__left__1 {
  font-size: 12px;
  text-align: center;
  margin: 0 0 8px;
  color: #707070;
}

.newarrival3 .sec3__innar__3__left__2 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 12px;
}

.newarrival3 .sec3__innar__3__left__3 {
  font-size: 10px;
  text-align: center;
}

.newarrival3 .sec3__innar__3__right {
  width: 500px;
}

.newarrival3 .sec3__innar__3__right p {
  font-size: 14px;
  line-height: 1.8;
}

.newarrival3 .sec3__h2 {
  font-family: "MyFont2";
  font-size: 40px;
  color: #73c1e4;
  line-height: 48px;
  text-align: center;
}

.newarrival3 .sec3__h2 span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.newarrival3 .i2 .sec3__innar__2__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.newarrival3 .si21 .sec3__innar__2__right {
  margin: -150px 0 0 0;
}

.newarrival3 .sec4 {
  margin: auto;
}

.newarrival3 .sec4 ul {
  width: 540px;
  margin: 30px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newarrival3 .sec4 ul a {
  color: #333;
  border: 2px solid #73c1e4;
  line-height: 48px;
}

.newarrival3 .sec4 ul a:before {
  background: #73c1e4;
  width: 30px;
}

.newarrival3 .sec4 ul a:hover {
  background: #73c1e4;
  color: #fff;
}

.newarrival3 .sec4 ul li:before {
  background: #73c1e4;
}

.newarrival3 .sec5 {
  background: #c5e5f4;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto 80px;
}

.newarrival3 .sec5 ul {
  width: 820px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newarrival3 .sec5 ul li {
  width: 400px;
  padding: 25px;
  background: #fff;
  margin: 0 0 20px;
}

.newarrival3 .sec5 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
}

.newarrival3 .sec5__left {
  width: 160px;
}

.newarrival3 .sec5__left img {
  width: 100%;
}

.newarrival3 .sec5__right {
  width: 160px;
}

.newarrival3 .sec5__right__1 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px;
}

.newarrival3 .sec5__right__2 {
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin: 0 0 20px;
}

.newarrival3 .sec5__right .bth__more {
  width: 160px;
  height: 40px;
  background: #73c1e4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newarrival3 .sec5__right .bth__more img {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.newarrival3 .sec6 ul {
  width: 820px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newarrival3 .sec6 ul li {
  width: 260px;
}

.newarrival3 .sec6 ul li img {
  width: 100%;
}

.newarrival3 .sec6 ul li p {
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  margin: 15px 0 0 0;
  line-height: 24px;
}

.newarrival3 .sec6 ul li p span {
  font-size: 12px;
  color: #707070;
}

.newarrival3 .sec6__box {
  width: 820px;
  width: 0 0 80px;
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: space-between;
  background: #e6f4fa;
  margin: 60px auto 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newarrival3 .sec6__box__left {
  width: 180px;
}

.newarrival3 .sec6__box__left img {
  width: 100%;
  margin: 0 0 12px;
}

.newarrival3 .sec6__box__left p {
  font-size: 12px;
  text-align: center;
  margin: 0 0 8px;
  color: #707070;
}

.newarrival3 .sec6__box__left p span {
  font-size: 14px;
  display: inline-block;
  margin: 10px 0 0;
}

.newarrival3 .sec6__box__right {
  width: 490px;
}

.newarrival3 .sec6__box__right h3 {
  font-family: "Noto Serif", serif;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #73c1e4;
  margin: 0 0 25px;
}

.newarrival3 .sec6__box__right p {
  font-size: 14px;
  line-height: 1.8;
}

.newarrival3 .sec7 {
  margin: 180px auto 180px;
  height: 420px;
  background: #c5e5f4;
}

.newarrival3 .sec7 img {
  width: 420px;
  position: relative;
  top: -90px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 769px) {
  .newarrival3 .sec1 img {
    width: 100%;
  }

  .newarrival3 .sec2 {
    position: relative;
    margin: 0 auto 60px;
  }

  .newarrival3 .sec2 .sec2__innar {
    position: relative;
    z-index: 1;
  }

  .newarrival3 .sec2:after {
    content: "";
    background: #e6f4fa;
    width: 100%;
    height: 915px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .newarrival3 .sec2 h2 {
    font-family: "Noto Serif", serif;
    font-family: "Noto Serif JP", serif;
    color: #73c1e4;
    font-size: 28px;
    text-align: center;
    padding: 30px 0 40px;
    line-height: 1.4;
    position: relative;
  }

  .newarrival3 .sec2 p {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    margin: 0px 0 30px;
  }

  .newarrival3 .sec2 .sec2__img {
    width: 100%;
    display: block;
    margin: 0 auto 25px;
  }

  .newarrival3 .sec2__box {
    width: 84%;
    margin: auto;
    padding: 20px;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border: 2px solid #73c1e4;
    border-radius: 10px;
  }

  .newarrival3 .sec2__box__left {
    width: 100%;
    display: none;
  }

  .newarrival3 .sec2__box__left img {
    width: 100%;
  }

  .newarrival3 .sec2__box__right {
    width: 100%;
  }

  .newarrival3 .sec2__box__right img {
    width: 230px;
    display: block;
    margin: 0 auto 25px;
  }

  .newarrival3 .sec2__box__right h2 {
    font-family: "MyFont2" !important;
    font-size: 26px;
    margin: 0 0 15px;
    padding: 0;
  }

  .newarrival3 .sec2__box__right h2 span {
    display: inline-block;
    color: #73c1e4;
    opacity: 0.5;
    font-size: 20px;
  }

  .newarrival3 .sec2__box__right h2 span.sec2__box__left__span {
    font-size: 20px;
    opacity: 1 !important;
    font-weight: 400;
    margin: 5px 0 0 0;
  }

  .newarrival3 .sec2__box__right .sec2__box__right__p1 {
    font-size: 15px;
    color: #555;
    font-weight: 400;
    text-align: center;
    margin: 0 0 15px;
  }

  .newarrival3 .sec2__box__right .sec2__box__right__p2 {
    text-align: left;
    margin: 0 0 30px;
  }

  .newarrival3 .sec2__box__right ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    display: block;
    justify-content: space-between;
  }

  .newarrival3 .sec2__box__right ul li {
    width: 140px;
    margin: 0 auto 20px;
  }

  .newarrival3 .sec2__box__right ul li img {
    width: 100%;
    display: block;
    margin: auto;
  }

  .newarrival3 .sec3 {
    width: 100%;
    margin: 0 auto 80px;
  }

  .newarrival3 .sec3 img {
    width: 100%;
  }

  .newarrival3 .sec3>.sp_contents {
    width: 86%;
    margin: 0 auto 80px;
  }

  .newarrival3 .sec3__innar {
    position: relative;
    margin: 0 0 60px;
  }

  .newarrival3 .sec3__innar p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center !important;
  }

  .newarrival3 .sec3__innar_p1 {
    position: absolute;
    top: 29px;
    left: 47px;
  }

  .newarrival3 .sec3__innar_p2 {
    position: absolute;
    top: 29px;
    left: 470px;
  }

  .newarrival3 .sec3__innar_p3 {
    position: absolute;
    bottom: 54px;
    left: 170px;
    color: #fff !important;
  }

  .newarrival3 .sec3__innar__2 {
    width: 86%;
    height: auto;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: block;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newarrival3 .sec3__innar__2__left {
    width: 100%;
  }

  .newarrival3 .sec3__innar__2__right {
    width: 100%;
    margin: 20px auto 0;
  }

  .newarrival3 .sec3__innar__2__right img {
    width: 80px;
    margin: auto;
    display: block;
  }

  .newarrival3 .sec3__innar__2__right h3 {
    font-size: 24px;
    font-family: "Noto Serif", serif;
    font-family: "Noto Serif JP", serif;
    margin: 10px 0 25px;
    text-align: center;
  }

  .newarrival3 .sec3__innar__2__right p {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }

  .newarrival3 .sec3__innar__2__right p span {
    position: relative;
    display: -ms-inline-grid;
    display: inline-grid;
    z-index: 12;
  }

  .newarrival3 .sec3__innar__2__right p span:after {
    content: "";
    background: #e6f4fa;
    width: 100%;
    height: 10px;
    display: inherit;
    position: absolute;
    top: 13px;
    z-index: -1;
  }

  .newarrival3 .sec3__innar__2.si21 {
    background: none;
    background-size: 700px;
    background-repeat: no-repeat;
  }

  .newarrival3 .sec3__innar__3 {
    width: 92%;
    padding: 20px 15px;
    display: block;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #e6f4fa;
  }

  .newarrival3 .sec3__innar__3__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newarrival3 .sec3__innar__3__left div {
    width: 49%;
  }

  .newarrival3 .sec3__innar__3__left img {
    width: 100%;
    margin: 0 0 12px;
  }

  .newarrival3 .sec3__innar__3__left__1 {
    font-size: 12px;
    text-align: center;
    margin: 0 0 8px;
    line-height: 1.6;
    color: #707070;
  }

  .newarrival3 .sec3__innar__3__left__2 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 12px;
  }

  .newarrival3 .sec3__innar__3__left__3 {
    font-size: 10px;
    text-align: center;
  }

  .newarrival3 .sec3__innar__3__right {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .newarrival3 .sec3__innar__3__right p {
    font-size: 14px;
    line-height: 1.8;
  }

  .newarrival3 .sec3__h2 {
    font-family: "MyFont2";
    font-size: 40px;
    color: #73c1e4;
    line-height: 40px;
    text-align: center;
  }

  .newarrival3 .sec3__h2 span {
    font-size: 14px;
    display: block;
    font-weight: 400;
  }

  .newarrival3 .i2 .sec3__innar__2__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .newarrival3 .si21 .sec3__innar__2__right {
    margin: 20px 0 0 0;
  }

  .newarrival3 .sec4 {
    margin: auto;
  }

  .newarrival3 .sec4 .top__link__wrap {
    position: relative;
    height: 53px;
  }

  .newarrival3 .sec4 .top__link__wrap:before {
    width: 60px;
    right: 7px;
  }

  .newarrival3 .sec4 ul {
    width: 86%;
    margin: 30px auto 60px;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .newarrival3 .sec4 ul a {
    color: #333;
    border: 2px solid #73c1e4;
    line-height: 48px;
    width: 86%;
  }

  .newarrival3 .sec4 ul a:before {
    background: #73c1e4;
  }

  .newarrival3 .sec4 ul a:hover {
    background: #73c1e4;
    color: #fff;
  }

  .newarrival3 .sec4 ul li {
    margin: 0 0 30px;
  }

  .newarrival3 .sec4 ul li:before {
    background: #73c1e4;
  }

  .newarrival3 .sec4 .sec3__h2 {
    font-size: 32px;
  }

  .newarrival3 .sec4 .sec3__h2 span {
    line-height: 1.8;
    margin: 15px 0 0 0;
  }

  .newarrival3 .sec5 {
    background: #c5e5f4;
    width: 100%;
    padding: 30px 4% 25px;
    margin: 0 auto 45px;
  }

  .newarrival3 .sec5 ul {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newarrival3 .sec5 ul li {
    width: 45vw;
    padding: 10px 10px 20px 10px;
    background: #fff;
    margin: 0 0 5px;
  }

  .newarrival3 .sec5 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
  }

  .newarrival3 .sec5__left {
    width: 100%;
  }

  .newarrival3 .sec5__left img {
    width: 100%;
  }

  .newarrival3 .sec5__right {
    width: 100%;
  }

  .newarrival3 .sec5__right__1 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0 7px;
  }

  .newarrival3 .sec5__right__2 {
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin: 0 0 12px;
  }

  .newarrival3 .sec5__right .bth__more {
    width: 100%;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.08em;
    background: #73c1e4;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newarrival3 .sec5__right .bth__more img {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .newarrival3 .sec6 ul {
    width: 100%;
    margin: 30px auto 0;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .newarrival3 .sec6 ul li {
    width: 100%;
  }

  .newarrival3 .sec6 ul li img {
    width: 70vw;
    display: block;
    margin: auto;
  }

  .newarrival3 .sec6 ul li p {
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
    margin: 15px 0 0 0;
    line-height: 24px;
  }

  .newarrival3 .sec6 ul li p span {
    font-size: 12px;
    color: #707070;
  }

  .newarrival3 .sec6__box {
    width: 92%;
    padding: 30px 4%;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #e6f4fa;
    margin: 60px auto 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
  }

  .newarrival3 .sec6__box__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .newarrival3 .sec6__box__left h3 {
    color: #73c1e4;
    line-height: 1.4;
    font-family: "Noto Serif", serif;
    font-family: "Noto Serif JP", serif;
    margin: 0 0 25px;
  }

  .newarrival3 .sec6__box__left div.l {
    width: 32vw;
  }

  .newarrival3 .sec6__box__left div.r {
    width: 42vw;
  }

  .newarrival3 .sec6__box__left div.sp_contents {
    width: 100%;
  }

  .newarrival3 .sec6__box__left img {
    width: 100%;
    margin: 0 0 12px;
  }

  .newarrival3 .sec6__box__left p {
    font-size: 11px;
    text-align: left;
    margin: 0 0 8px;
    color: #707070;
  }

  .newarrival3 .sec6__box__left p span {
    font-size: 14px;
    display: inline-block;
    margin: 10px 0 0;
  }

  .newarrival3 .sec6__box__right {
    width: 100%;
  }

  .newarrival3 .sec6__box__right h3 {
    font-family: "Noto Serif", serif;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    color: #73c1e4;
    margin: 0 0 25px;
  }

  .newarrival3 .sec6__box__right p {
    font-size: 14px;
    line-height: 1.8;
  }

  .newarrival3 .sec7 {
    margin: 34vw auto 140px;
    height: 85vw;
    background: #c5e5f4;
  }

  .newarrival3 .sec7 img {
    width: 88vw;
    position: relative;
    top: -90px;
    display: block;
    margin: auto;
  }
}

/* 17. new arrivals 19 04 18 */
/* 18. community */
.lineHight0 {
  line-height: 0 !important;
}

.lineHight0 {
  line-height: 1 !important;
}

.myFont1 {
  font-family: "MyFont1";
}

.myFont2 {
  font-family: "MyFont2";
}

.myFont3 {
  font-family: "MyFont3";
}

.yuGothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.px20 {
  font-size: 20px !important;
}

.px15 {
  font-size: 15px !important;
}

.align_left {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.bgcolor_ddd6cc {
  background-color: #ddd6cc;
}

.bgcolor_fff {
  background-color: #fff;
}

.mgBTM_12 {
  margin-bottom: 12px !important;
}

.mgBTM_24 {
  margin-bottom: 24px !important;
}

.mgBTM_30 {
  margin-bottom: 30px !important;
}

.mgBTM_60 {
  margin-bottom: 60px !important;
}

.background--0 {
  background-color: #ddd6cc;
  width: 40vw;
  height: 720px;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}

.background--left {
  height: 380px;
  width: 60.15625vw;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: #f7f5f2;
}

.background--right {
  height: 380px;
  width: 60.15625vw;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: #f7f5f2;
}

p {
  font-size: 14px;
  letter-spacing: 0;
  color: #333;
}

.communityIndex__article--top {
  width: 1070px;
  height: 500px;
  margin: 42px auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.communityIndex__article--top img.pc_contents {
  width: 580px;
  height: 435px;
  margin-right: 40px;
}

.communityIndex__article--top__text {
  width: 480px;
  height: 472px;
  text-align: center;
  margin-bottom: 60px;
}

.communityIndex__article--top__text h2 {
  color: #9a001d;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 9px;
}

.communityIndex__article--top__text p {
  color: #222;
  line-height: 1.5;
}

.communityIndex__article--top__text__instruction {
  line-height: 1.8;
}

.communityIndex__article--top__text__instruction>p {
  color: #444;
}

.communityIndex__article {
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}

.communityIndex__article .communityIndex__article__top {
  margin: 0 auto 40px;
  width: 680px;
  height: auto;
}

.communityIndex__article .communityIndex__article__top h3 {
  font-size: 32px;
  color: #9a001d;
  margin-bottom: 9px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.communityIndex__article .communityIndex__article__top p {
  font-size: 15px;
  line-height: 2;
}

.communityIndex__article .communityIndex__article__center {
  width: 1105px;
  margin: 0 auto;
}

.communityIndex__article .communityIndex__article__center div.toplink:before {
  top: -4px;
}

.communityIndex__article .communityIndex__article__center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.communityIndex__article .communityIndex__article__center ul li {
  margin-right: 25px;
}

.communityIndex__article .communityIndex__article__center ul li div>a>img {
  width: 350px;
  margin-bottom: 15.7px;
}

.communityIndex__article .communityIndex__article__center ul li .communityIndex__article__center__info {
  width: 320px;
}

.communityIndex__article .communityIndex__article__center ul li img.commingSoon {
  width: 350px;
  margin-bottom: 15.7px;
}

.communityIndex__article .communityIndex__article__center ul p {
  text-align: left;
}

.communityIndex__article .communityIndex__article__center__date {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 12px;
  color: #666;
}

.communityIndex__article .communityIndex__article__center__title {
  font-size: 18px;
  line-height: 1.55556;
  color: #9a001d;
  margin-bottom: 12px;
}

.communityIndex__article .communityIndex__article__center__text {
  line-height: 1.8;
  margin-bottom: 18px;
}

.communityIndex__article .communityIndex__article__center__link {
  font-size: 15px;
}

.communityIndex__article .communityIndex__article__center__link>a {
  color: #9a001d;
}

.communityIndex__article .communityIndex__article__center__link>a>img {
  margin-right: 10.5px;
  width: 0.4em;
}

.membership {
  padding-bottom: 50px;
  margin-bottom: 0;
}

.membership__abstract {
  padding-top: 56px;
}

.membership__infomation {
  margin: 0 auto;
  width: 820px;
  padding: 24px 0;
}

.membership__infomation p.px20 {
  line-height: 1.5;
  margin-bottom: 16px;
}

.membership__infomation p.px15 {
  line-height: 2;
}

.top__link--membership__wrap {
  position: relative;
  height: 60px;
  width: 300px;
}

.top__link--membership__wrap:hover {
  position: relative;
  height: 60px;
  width: 300px;
}

.top__link--membership__wrap:hover:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  right: -60px;
  display: block;
  top: 30px;
  margin: auto;
  z-index: 12;
  background: #9a001d;
}

.top__link--membership__wrap:before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  right: -40px;
  display: block;
  top: 30px;
  margin: auto;
  z-index: 12;
  background: #9a001d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__top__link--membership {
  width: 300px;
  height: 60px;
  border: 2px solid #9a001d;
  color: #9a001d;
  text-align: center;
  padding: 20px 0 0 0px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "MyFont2";
  font-size: 16px;
  display: block;
  position: relative;
}

.footer__top__link--membership img.hover {
  display: none;
}

.footer__top__link--membership:hover {
  width: 300px;
  height: 60px;
  color: #fff;
  background-color: #9a001d;
  font-size: 14px;
  display: block;
  border: 2px solid #9a001d;
  padding: 20px 0 0 0px;
  position: relative;
  font-family: "MyFont2";
  font-size: 16px;
  overflow: hidden;
}

.footer__top__link--membership:hover img.default {
  display: none;
}

.footer__top__link--membership:hover img.hover {
  display: inline;
}

.footer__top__link--membership:hover:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 28px;
  right: 0px;
  display: block;
  color: #fff;
  background-color: #fff;
}

.footer__top__link--membership:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  display: block;
  top: 28px;
  right: 18px;
  margin: auto;
  z-index: 12;
  background: #9a001d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 920px) {
  .communityIndex__article .communityIndex__article__center {
    width: 100%;
  }

  .communityIndex__article .communityIndex__article__center ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .communityIndex__article .communityIndex__article__center ul li {
    width: 27.34375vw;
    margin: 0 auto;
  }

  .communityIndex__article .communityIndex__article__center ul li div>a>img {
    width: 27.34375vw;
    margin-bottom: 15.7px;
  }

  .communityIndex__article .communityIndex__article__center ul li img.commingSoon {
    width: 27.34375vw;
    margin-bottom: 15.7px;
  }

  .communityIndex__article .communityIndex__article__center ul li .communityIndex__article__center__info {
    width: 27.34375vw;
    margin-bottom: 40px;
  }

  .communityIndex__article .communityIndex__article__center ul p {
    text-align: left;
  }
}

@media screen and (max-width: 769px) {
  .header {
    background: transparent !important;
  }

  .background--0 {
    background-color: #ddd6cc;
    width: 100vw;
    height: 90vw;
    position: absolute;
    z-index: -2;
    top: 0px;
    left: 0;
  }

  .background--left {
    height: 436.73438vw;
    width: 60.15625vw;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: #f7f5f2;
  }

  .background--right {
    height: 436.73438vw;
    width: 60.15625vw;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    background-color: #f7f5f2;
  }

  p {
    font-size: 14px;
    letter-spacing: 0;
    color: #333;
  }

  .communityIndex__article--top {
    width: 100vw;
    height: auto;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .communityIndex__article--top__text {
    width: 100vw;
    height: auto;
    text-align: center;
    margin: 0 auto 60px;
  }

  .communityIndex__article--top__text h2 {
    width: 84vw;
    color: #9a001d;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 auto 5px;
  }

  .communityIndex__article--top__text img.sp_contents {
    width: 100vw;
    height: auto;
    margin-bottom: 30px;
  }

  .communityIndex__article--top__text p {
    width: 84vw;
    color: #222;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 auto 30px;
  }

  .communityIndex__article--top__text p.communityIndex__article--top__text__subtitle {
    line-height: 0;
    font-size: 12px;
  }

  .communityIndex__article--top__text__instruction {
    font-size: 14px;
    line-height: 1.8;
    width: 84vw;
    margin: 0 auto;
    height: auto;
  }

  .communityIndex__article--top__text__instruction>p {
    color: #333;
  }

  .communityIndex__article {
    margin: 0 auto 80px;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .communityIndex__article .communityIndex__article__top {
    margin: 0 auto 40px;
    width: 84vw;
    height: auto;
  }

  .communityIndex__article .communityIndex__article__top h3 {
    width: 89.33333vw;
    font-size: 32px;
    color: #9a001d;
    margin-bottom: 9px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .communityIndex__article .communityIndex__article__top p {
    font-size: 15px;
    line-height: 2;
  }

  .communityIndex__article .communityIndex__article__center {
    width: 100%;
  }

  .communityIndex__article .communityIndex__article__center div.toplink:before {
    top: -1px;
  }

  .communityIndex__article .communityIndex__article__center ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .communityIndex__article .communityIndex__article__center ul li {
    width: 84vw;
    margin: 0 auto;
  }

  .communityIndex__article .communityIndex__article__center ul li div>a>img {
    width: 84vw;
    margin-bottom: 15.7px;
  }

  .communityIndex__article .communityIndex__article__center ul li img.commingSoon {
    width: 84vw;
    margin-bottom: 15.7px;
  }

  .communityIndex__article .communityIndex__article__center ul li .communityIndex__article__center__info {
    width: 84vw;
    margin-bottom: 40px;
  }

  .communityIndex__article .communityIndex__article__center ul p {
    text-align: left;
  }

  .communityIndex__article .communityIndex__article__center__date {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .communityIndex__article .communityIndex__article__center__title {
    font-size: 18px;
    line-height: 1.55556;
    color: #9a001d;
    font-weight: 400;
    margin-bottom: 12px;
  }

  .communityIndex__article .communityIndex__article__center__text {
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .communityIndex__article .communityIndex__article__center__link {
    font-size: 15px;
  }

  .communityIndex__article .communityIndex__article__center__link>a {
    color: #9a001d;
  }

  .communityIndex__article .communityIndex__article__center__link>a>img {
    margin-right: 10.5px;
  }

  .membership {
    padding-bottom: 50px;
    margin-bottom: 0;
  }

  .membership h3.membership__abstract__h3 {
    letter-spacing: 0 !important;
    width: 87vw !important;
    line-height: 1;
  }

  .membership__abstract {
    padding-top: 56px;
    letter-spacing: 0;
    font-size: 14px;
  }

  .membership__infomation {
    margin: 0 auto;
    width: 83.73333vw;
    padding: 24px 0;
  }

  .membership__infomation p.px20 {
    line-height: 1.5;
    margin-bottom: 16px;
    margin: 0 auto;
    width: 65.6vw;
  }

  .membership__infomation p.px15 {
    line-height: 2;
    font-size: 15px;
    width: 65.6vw;
    margin: 0 auto;
  }

  .top__link--membership__wrap {
    position: relative;
    height: 60px;
    width: 80vw;
  }

  .top__link--membership__wrap:hover {
    position: relative;
    height: 60px;
    width: 80vw;
  }

  .top__link--membership__wrap:hover:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    width: 15vw;
    height: 2px;
    position: absolute;
    right: -8vw;
    display: block;
    top: 2px;
    bottom: 0;
    margin: auto;
    z-index: 12;
    background: #9a001d;
  }

  .top__link--membership__wrap:before {
    content: "";
    width: 15vw;
    height: 2px;
    position: absolute;
    right: -8vw;
    display: block;
    top: 2px;
    bottom: 0;
    margin: auto;
    z-index: 12;
    background: #9a001d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .footer__top__link--membership {
    width: 80vw;
    height: 60px;
    border: 2px solid #9a001d;
    color: #9a001d;
    text-align: center;
    padding: 20px 0 0 0px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "MyFont2";
    font-size: 16px;
    display: block;
  }

  .footer__top__link--membership:hover {
    width: 80vw;
    height: 60px;
    color: #fff;
    background-color: #9a001d;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #9a001d;
    line-height: 50px;
    padding: 7px 0 0 0px;
    position: relative;
    font-family: "MyFont2";
    font-size: 16px;
    overflow: hidden;
  }

  .footer__top__link--membership:hover:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 2px;
    content: "";
    color: #fff;
    background-color: #fff;
    position: absolute;
    overflow: hidden;
    top: 28px;
    right: 0px;
    width: 6.66667vw;
  }

  .footer__top__link--membership:before {
    content: "";
    width: 6.66667vw;
    height: 2px;
    position: absolute;
    right: 0px;
    display: block;
    top: 28px;
    right: 0px;
    margin: auto;
    z-index: 12;
    background: #9a001d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.reservation {
  max-width: 1000px;
  margin: 0 auto 70px;
  background: #dfdbcd;
  margin-top: 45px;
  padding: 73px 0 80px;
}

.reservation__innar {
  width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .reservation__innar {
    width: 100%;
    display: block;
  }
}

.reservation__innar.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reservation__innar__l {
  width: 320px;
}

@media screen and (max-width: 768px) {
  .reservation__innar__l {
    width: 100%;
    display: block;
  }
}

.reservation__innar__r {
  width: 320px;
}

@media screen and (max-width: 768px) {
  .reservation__innar__r {
    width: 100%;
    display: block;
  }
}

.reservation__innar p {
  font-size: 12px;
  color: #222;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .reservation__innar p {
    margin: auto;
    margin: 0 auto 35px;
  }

  .reservation__innar p.end {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 768px) {
  .reservation {
    padding: 55px 0 70px;
    width: 89.33333%;
    margin: 0 auto 40px;
  }
}

.reservation h3 {
  font-family: "MyFont2";
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0px 0 54px;
  color: #b80223;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .reservation h3 {
    font-size: 30px;
    padding: 0px 0 49px;
  }
}

.reservation__t1 {
  font-size: 24px;
  font-weight: 400;
  color: #b80223;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .reservation__t1 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
    letter-spacing: 0;
  }
}

.reservation__t2 {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .reservation__t2 {
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.reservation__t4 {
  width: 100%;
  height: 60px;
  border: 2px solid #333;
  font-size: 13px;
  line-height: 17px;
  color: #333;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .reservation__t4 {
    width: 85.33333%;
    margin: auto;
    height: 66px;
    font-size: 14px;
    max-width: 320px;
    line-height: 19px;
    text-align: center;
    margin: 0 auto 10px;
  }
}

.reservation__t3 {
  width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 10px 15px 0;
  border-bottom: 2px solid #333;
}

@media screen and (max-width: 768px) {
  .reservation__t3 {
    width: 89.55224%;
    display: block;
    border-bottom: none;
    padding: 0 0 0px;
    white-space: nowrap;
  }
}

.reservation__t3 p {
  font-size: 16px;
  color: #333;
  margin-left: 11px;
}

@media screen and (max-width: 768px) {
  .reservation__t3 p {
    line-height: 23px;
    text-align: center;
    padding: 0 1px 14px 0px;
    margin-bottom: 25px;
    border-bottom: 2px solid #333;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    margin: 0 auto 25px;
  }
}

.reservation__t3 a {
  font-size: 14px;
  color: #dfdbcd;
  width: 160px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333;
}

@media screen and (max-width: 768px) {
  .reservation__t3 a {
    width: 230px;
    height: 36px;
    font-size: 16px;
    margin: auto;
  }
}

.page-wrap.page-wrap--koi20200212,
.page-wrap.page-wrap--angel202001,
.page-wrap.page-wrap--fitsmat202003 {
  padding-top: 0 !important;
}

.covidNote {
  border: 1px solid #e40032;
  padding: 20px;
  margin: 30px auto;
  width: 100%;
  max-width: 600px;
}

.covidNote p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .covidNote.w92 {
    width: 92%;
  }
}

.covidNote.purple {
  border: 1px solid #ba816b;
}

.covidNote.none {
  border: none;
  padding: 0;
  max-width: 100%;
  margin: -50px auto 80px;
}

@media screen and (max-width: 768px) {
  .covidNote.none {
    margin: -30px auto 60px;
  }
}

.covidNote.none p {
  color: #b68080;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .covidNote.none p {
    text-align: left;
  }
}

.its-personal {
  width: 76%;
  max-width: 927px;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  margin-bottom: 200px;
  position: relative;
}

.its-personal .its-personal__side-img {
  width: 45%;
  max-width: 459px;
  position: absolute;
  left: -50px;
  top: -50px;
}

.its-personal .its-personal__side-img-bkg {
  width: 41%;
}

.its-personal .its-personal__text {
  width: 49.5%;
  max-width: 459px;
  margin: 6% 5%;
  display: flex;
  flex-direction: column;
}

.its-personal .its-personal__text p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.24em;
  line-height: 1.25;
}

.its-personal .its-personal__text .bnr {
  margin: 50px 0 58px 0;
  width: 87%;
  max-width: 400px;
}

/* .its-personal .its-personal__text .bnr img {
} */

.its-personal .its-personal__text a {
  display: block;
  width: 240px;
  height: 50px;
  align-self: flex-end;
}

.its-personal .its-personal__text a button {
  width: 100%;
  height: 100%;
  background: #b70223;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.its-personal .its-personal__text p br.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .its-personal {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    max-width: 415px;
  }

  .its-personal .its-personal__side-img {

    width: 100%;
    position: initial;
  }

  .its-personal .its-personal__side-img-bkg {
    display: none;
  }

  .its-personal .its-personal__text {
    width: 90%;
    margin: 30px auto 50px auto;
  }

  .its-personal .its-personal__text p {
    font-size: 14px;
  }

  .its-personal .its-personal__text p br.br-sp {
    display: inline;
  }

  .its-personal .its-personal__text .bnr {
    margin: 50px 0 58px 0;
  }

  /* .its-personal .its-personal__text .bnr img {
  } */

  .its-personal .its-personal__text a {
    margin: 0 auto;
  }

  /* .its-personal .its-personal__text a button {

  } */

  br .br-sp {
    display: inline;
  }
}

/*# sourceMappingURL=common.css.map */

/*-----------------------------------------------------------------------------------------------------

sp

-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) { 
/*all
--------------------------------------*/
#main {
	width: 100%;
	padding: 0;
	font-size: 1.0rem;
}
	
.pc {
	display:none;
}
.sp {
	display:block;
}


}