@charset "UTF-8";
body, h1, h2, h3, h4, h5, p, figure, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

main {
  display: block;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

body {
  position: relative;
  background: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  box-sizing: border-box;
}
body::before {
  position: absolute;
  background: #333333;
  height: 0.215vw;
  max-height: 3px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
}
body.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

.header .link {
  position: fixed;
  top: 0;
  width: 5%;
  right: 5vw;
  z-index: 500;
}

@media screen and (min-width: 1401px) {
  .header .link {
    width: 70px;
    right: calc(50vw - 630px);
  }
}
.header .link.twitter {
  right: 10.072vw;
}

@media screen and (min-width: 1401px) {
  .header .link.twitter {
    right: calc(50vw - 559px);
  }
}
.header .link a img {
  width: 100%;
}

.header .link a:hover {
  opacity: 0.5;
}

.header .navi {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9500;
}

@media screen and (min-width: 1401px) {
  .header .navi {
    right: calc(50vw - 700px);
  }
}
.header .navi > a {
  display: block;
  position: relative;
  background: #fff;
  width: 5vw;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .header .navi > a {
    width: 70px;
  }
}
.header .navi > a::after {
  content: "";
  position: absolute;
  border: 1px solid;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.header .navi > a:hover img {
  opacity: 0.5;
}

.header .navi .list {
  display: none;
  position: absolute;
  background: #000;
  width: 26.429vw;
  right: 0;
  top: 0;
  padding: 7.5vw 0 7.143vw 3.429vw;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .header .navi .list {
    width: 370px;
    padding: 105px 0 100px 48px;
  }
}
.header .navi .list > a {
  display: block;
  position: absolute;
  width: 5vw;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .header .navi .list > a {
    width: 70px;
  }
}
.header .navi .list > a:hover {
  opacity: 0.5;
}

.header .navi .list > h3 {
  line-height: 1;
  font-size: 1.858vw;
}

@media screen and (min-width: 1401px) {
  .header .navi .list > h3 {
    font-size: 26px;
  }
}
.header .navi .list > h3 + p {
  margin-top: 1.5em;
}

.header .navi .list > p {
  line-height: 1;
  font-size: 1.143vw;
}

@media screen and (min-width: 1401px) {
  .header .navi .list > p {
    font-size: 16px;
  }
}
.header .navi .list > p > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .header .navi .list > p > a::before {
    content: "-";
    padding-right: 0.5em;
  }
}
.header .navi .list > p > a:hover {
  opacity: 0.5;
}

.header .navi .list > p + h3 {
  margin-top: 2.616em;
}

.header .navi .list > p + p {
  margin-top: 1.5em;
}

.footer {
  background: #a9a8a7;
  padding: 0 0 2.929%;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .footer {
    padding: 0 0 41px;
  }
}
.footer .instagram {
  background: #f5f5f5;
  padding: 1.429% 0;
  line-height: 0;
  text-align: center;
  box-sizing: border-box;
}

.footer .instagram a {
  display: block;
  width: 9.858%;
  max-width: 138px;
  margin: 0 auto;
}

.footer .instagram a:hover {
  opacity: 0.5;
}

.footer .contact {
  max-width: 930px;
  margin: 0 auto;
  padding: 2.215% 10px 1.858%;
  line-height: 1;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .footer .contact {
    padding: 31px 10px 26px;
  }
}
.footer .contact > p {
  padding: 1em 0 2em;
  letter-spacing: 0.03em;
  font-size: 1vw;
  text-align: center;
}

@media screen and (min-width: 1401px) {
  .footer .contact > p {
    font-size: 14px;
  }
}
.footer .contact > p + p {
  margin-top: -1.2em;
  padding-top: 0;
}

.footer .contact > p strong {
  display: block;
  letter-spacing: 0.07em;
  font-size: 1.143em;
}

.footer .contact > p small {
  display: block;
  font-size: inherit;
}

.footer .contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.215em;
  font-size: 1vw;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .footer .contact dl {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .footer .contact dl a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
.footer .contact dl > div {
  padding: 0.858em 1.643em;
  box-sizing: border-box;
}

.footer .contact dl > div::after {
  content: "";
  display: block;
  clear: both;
}

.footer .contact dl > div dt {
  float: left;
}

.footer .contact dl > div dt strong {
  line-height: 1.063em;
  font-size: 1.143em;
}

.footer .contact dl > div dd {
  float: left;
  padding-left: 1em;
}

.footer .contact dl > div dd a {
  position: relative;
  padding: 0 0 0 2.286em;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 1.215em;
  color: inherit;
}

.footer .contact dl > div dd a::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.786em;
  height: 1.143em;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  box-sizing: border-box;
}

.footer .contact dl > div dd.tel a::before {
  background-image: url(../img/footer_icon1.png);
}

.footer .contact dl > div dd.phs a::before {
  background-image: url(../img/footer_icon2.png);
}

.footer .link {
  border-top: 1px solid #989796;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.858% 0;
  line-height: 1;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .footer .link {
    padding: 40px 0;
  }
}
.footer .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .footer .link ul {
    font-size: 14px;
  }
}
.footer .link ul > li {
  display: block;
  position: relative;
  margin: 0 1.215em;
  box-sizing: border-box;
}

.footer .link ul > li + li::before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  width: 0;
  left: -1.214em;
  top: 0;
  bottom: 0;
  transform: translate(-50%, 0);
  box-sizing: border-box;
  pointer-events: none;
}

.footer .link ul > li a {
  display: block;
  color: #fff;
}

.footer .link ul > li a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.footer .copylight {
  letter-spacing: 0.05em;
  font-size: 0.858vw;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .footer .copylight {
    font-size: 12px;
  }
}
.anchor {
  position: fixed;
  width: 3.215vw;
  height: 3.215vw;
  right: 1.858vw;
  bottom: 3.5vw;
  line-height: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .anchor {
    width: 45px;
    height: 45px;
    right: 26px;
    bottom: 49px;
  }
}
.anchor > a:hover {
  opacity: 0.5;
}

.container {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.hero {
  position: relative;
  margin: 0 auto;
}
.hero .slider.slick-initialized {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hero .slider.slick-initialized .slick-list {
  order: -5;
  margin-bottom: 30px;
}
.hero .slider.slick-initialized .slick-next {
  order: 5;
}
.hero .slick-arrow {
  display: flex;
  background: none;
  border: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}
.hero .slick-arrow::before {
  content: "";
  display: block;
  background-image: url(../img/hero_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 10px;
}
.hero .slick-arrow:hover {
  opacity: 0.5;
}
.hero .slick-prev::before {
  transform: scale(-1, 1);
}
.hero .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 26px;
}
.hero .slick-dots > li {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 9px;
}
.hero .slick-dots > li > button {
  display: block;
  background: #d2d2d2;
  border: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  overflow: hidden;
  appearance: none;
  cursor: pointer;
}
.hero .slick-dots > li > button:hover {
  opacity: 0.5;
}
.hero .slick-dots > li.slick-active > button {
  background: #328050;
}
.hero .slide {
  position: relative;
  line-height: 0;
  text-align: center;
}
.hero .slide img {
  width: 100%;
}
.hero .slide a {
  display: block;
}
.hero .slide.kv {
  box-sizing: border-box;
}
.hero .slide.kv .hero_head {
  position: absolute;
  top: 6.198%;
  left: 7.143%;
  width: 48%;
  line-height: 0;
}
.hero .slide.kv .hero_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  background: #fff;
  width: 39.358%;
  height: 81.691%;
  right: 0;
  top: 7.043%;
  padding: 1.572% 7.143% 0 6.286%;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (min-width: 1401px) {
  .hero .slide.kv .hero_body {
    padding-left: 88px;
  }
}
.hero .slide.kv .hero_copy {
  font-size: 3.358vw;
  font-weight: bold;
  line-height: 1.107em;
}
@media screen and (min-width: 1401px) {
  .hero .slide.kv .hero_copy {
    font-size: 47px;
  }
}
.hero .slide.kv .hero_copy .shoulder {
  display: block;
  margin-bottom: 0.715vw;
  font-size: 1.358vw;
  line-height: 1;
}
@media screen and (min-width: 1401px) {
  .hero .slide.kv .hero_copy .shoulder {
    margin-bottom: 10px;
    font-size: 19px;
  }
}
.hero .slide.kv .hero_txt {
  position: relative;
  margin-top: 0.286vw;
  margin-bottom: 2.143vw;
  padding-bottom: 1.572vw;
  font-size: 0.858vw;
  line-height: 1.75em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1401px) {
  .hero .slide.kv .hero_txt {
    margin-top: 4px;
    margin-bottom: 30px;
    padding-bottom: 22px;
    font-size: 12px;
  }
}
.hero .slide.kv .hero_txt::before {
  content: "";
  display: block;
  position: absolute;
  left: 3.429vw;
  bottom: 0;
  width: 4em;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1401px) {
  .hero .slide.kv .hero_txt::before {
    left: 48px;
  }
}
.hero .slide.kv .hero_list {
  margin-bottom: 2.858vw;
  font-size: 0.858vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1401px) {
  .hero .slide.kv .hero_list {
    margin-bottom: 40px;
    font-size: 12px;
  }
}
.hero .slide.kv .hero_list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 1.072vw;
}
@media screen and (min-width: 1401px) {
  .hero .slide.kv .hero_list > li {
    margin-bottom: 15px;
  }
}
.hero .slide.kv .hero_list > li::before, .hero .slide.kv .hero_list > li::after {
  content: "";
  display: block;
}
.hero .slide.kv .hero_list > li::before {
  width: 1.286vw;
  height: 1.286vw;
  margin-right: 0.857vw;
  border: 1px solid #545250;
}
@media screen and (min-width: 1401px) {
  .hero .slide.kv .hero_list > li::before {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
}
.hero .slide.kv .hero_list > li::after {
  position: absolute;
  top: 50%;
  left: 0.286vw;
  width: 0.715vw;
  height: 0.358vw;
  border-left: 2px solid #398054;
  border-bottom: 2px solid #398054;
  transform: translateY(-60%) rotate(-45deg);
}
@media screen and (min-width: 1401px) {
  .hero .slide.kv .hero_list > li::after {
    width: 10px;
    height: 5px;
    left: 4px;
  }
}
.hero .slide.kv .hero_list > li span {
  font-size: 1.286vw;
}
@media screen and (min-width: 1401px) {
  .hero .slide.kv .hero_list > li span {
    font-size: 18px;
  }
}
.hero .slide.kv .hero_img {
  width: 74.381%;
}
.hero .slide.kv .att {
  position: absolute;
  right: 7.143%;
  bottom: 3.381%;
  font-size: 0.858vw;
  font-weight: bold;
}
.hero .slide.interview .hero_head {
  position: absolute;
  width: 30.715%;
  left: 10.143%;
  top: 11.409%;
  line-height: 0;
}
.hero .slide.interview .hero_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #83d54a;
  border-radius: 3.334em;
  width: 17.334em;
  height: 3.334em;
  left: 10.358%;
  bottom: 5.212%;
  font-size: 1.072vw;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.hero .slide.interview .hero_link::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/icon_arrow_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.734em;
  height: 0.534em;
  right: 10.77%;
  top: 50%;
  transform: translate(0, -50%);
}
.hero .slide.interview .hero_link:hover {
  opacity: 0.5;
}

.ambassador {
  padding: 8.072vw 0 0;
}

@media screen and (min-width: 1401px) {
  .ambassador {
    padding: 113px 0 0;
  }
}
.ambassador_banner {
  margin-top: 3.429vw;
}

@media screen and (min-width: 1401px) {
  .ambassador_banner {
    margin-top: 48px;
  }
}
.ambassador_banner > a {
  display: block;
  width: 48.572vw;
  max-width: 680px;
  margin: 0 auto;
}

.ambassador_banner > a:hover {
  opacity: 0.5;
}

.point {
  padding: 8.572vw 0 0;
}

@media screen and (min-width: 1401px) {
  .point {
    padding-top: 120px;
  }
}
.sec_head {
  text-align: center;
  font-size: 2.072vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.sec_head span {
  display: block;
  margin-bottom: 1.072vw;
  font-size: 1.072vw;
  line-height: 1;
}

@media screen and (min-width: 1401px) {
  .sec_head {
    font-size: 29px;
  }
  .sec_head span {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.point_cont01 {
  width: 100vw;
  max-width: 1400px;
  margin: 8.572vw auto 0;
  padding: 10vw 0 12.143vw;
  background: url(../img/point_cont01_lg.png) no-repeat 50% 0;
  background-size: 100% auto;
}

@media screen and (min-width: 1401px) {
  .point_cont01 {
    margin-top: 120px;
    padding: 140px 0 170px;
  }
}
.point_cont_inr {
  width: 85.715vw;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.point_copy {
  margin-bottom: 1.429vw;
  font-size: 2.715vw;
  line-height: 1.422em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1401px) {
  .point_copy {
    margin-bottom: 20px;
    font-size: 38px;
  }
}
.point_txt {
  font-size: 1vw;
  line-height: 2.143em;
}

@media screen and (min-width: 1401px) {
  .point_txt {
    font-size: 14px;
  }
}
.point_img01 {
  width: 40vw;
  max-width: 560px;
  margin: 3.572vw auto 0;
}

@media screen and (min-width: 1401px) {
  .point_img01 {
    margin-top: 50px;
  }
}
.point_copy_sub {
  margin-top: 6.572vw;
  font-size: 2.072vw;
  font-weight: bold;
}

@media screen and (min-width: 1401px) {
  .point_copy_sub {
    margin-top: 92px;
    font-size: 29px;
  }
}
.point_img02 {
  width: 51.072vw;
  margin: 1.929vw auto 0;
}

@media screen and (min-width: 1401px) {
  .point_img02 {
    width: 715px;
    margin-top: 27px;
  }
}
.point_cont02 {
  width: 100vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 10.715vw;
  background: url(../img/point_cont02_lg.png) no-repeat 50% 100%;
  background-size: 100% auto;
}

@media screen and (min-width: 1401px) {
  .point_cont02 {
    padding-top: 0;
    padding-bottom: 150px;
  }
}
.point_cont02 .point_copy_sub {
  margin-top: 5.143vw;
}

@media screen and (min-width: 1401px) {
  .point_cont02 .point_copy_sub {
    margin-top: 72px;
  }
}
.point02_head {
  position: relative;
  width: 100%;
  padding: 7.858vw 0 7.286vw;
  background: url(../img/point02_head_bg_lg.png) no-repeat 50% 100%;
  text-align: center;
}

@media screen and (min-width: 1401px) {
  .point02_head {
    padding: 110px 0 102px;
  }
}
.point02_head p {
  position: relative;
  margin-top: 1.786vw;
  padding-bottom: 3.929vw;
  font-size: 1vw;
  line-height: 2.143em;
}

@media screen and (min-width: 1401px) {
  .point02_head p {
    margin-top: 25px;
    padding-bottom: 55px;
    font-size: 14px;
  }
}
.point02_head p::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.5vw;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
}

@media screen and (min-width: 1401px) {
  .point02_head p::before {
    height: 35px;
  }
}
.point02_head p small {
  color: #666;
}

.point_copy {
  font-size: 2.715vw;
  font-weight: bold;
  line-height: 1.422em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1401px) {
  .point_copy {
    font-size: 38px;
  }
}
.point_txt_sub {
  margin-top: 0.429vw;
  font-size: 1.072vw;
  font-weight: bold;
  line-height: 1.334em;
}

@media screen and (min-width: 1401px) {
  .point_txt_sub {
    margin-top: 6px;
    font-size: 15px;
  }
}
.point_img03 {
  width: 64.429vw;
  max-width: 902px;
  margin: 1.429vw auto 0;
}

@media screen and (min-width: 1401px) {
  .point_img03 {
    margin-top: 20px;
  }
}
.professional_voice {
  position: relative;
  width: 100vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10.715vw 0 23.429vw;
  background: url(../img/voice01_lg.png) no-repeat 50% 0, url(../img/voice02_lg.png) no-repeat 50% 100%;
  background-size: 100% auto;
}

@media screen and (min-width: 1401px) {
  .professional_voice {
    padding: 150px 0 328px;
  }
}
.professional_voice .sec_head {
  margin-bottom: 7.858vw;
  font-size: 2.715vw;
  line-height: 1.422em;
}

.professional_voice .sec_head span {
  margin-bottom: 0.715vw;
}

@media screen and (min-width: 1401px) {
  .professional_voice .sec_head {
    margin-bottom: 110px;
    font-size: 38px;
  }
  .professional_voice .sec_head span {
    margin-bottom: 10px;
  }
}
.professional_voice_inr {
  width: 85.715vw;
  max-width: 1200px;
  margin: 0 auto;
}

.voice_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 2.143vw 0 6.143vw 7.143vw;
  background-color: #fff;
}

@media screen and (min-width: 1401px) {
  .voice_bottom {
    padding: 30px 0 86px 100px;
  }
}
.voice_bottom .voice_txt {
  margin-top: 0.715vw;
}

@media screen and (min-width: 1401px) {
  .voice_bottom .voice_txt {
    margin-top: 10px;
  }
}
.voice_bottom .voice_att {
  position: absolute;
  inset: auto 0 2em 0;
  font-size: 12px;
  text-align: center;
}

.voice_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 2.072vw;
  font-weight: bold;
  line-height: 1.173em;
}

@media screen and (min-width: 1401px) {
  .voice_num {
    font-size: 29px;
  }
}
.voice_num .en {
  display: block;
  width: 5.215vw;
  max-width: 73px;
  margin-bottom: 0.358vw;
}

@media screen and (min-width: 1401px) {
  .voice_num .en {
    margin-bottom: 5px;
  }
}
.voice_name {
  margin-top: 1.429vw;
  font-size: 1.572vw;
  font-weight: bold;
}

@media screen and (min-width: 1401px) {
  .voice_name {
    margin-top: 20px;
    font-size: 22px;
  }
}
.voice_name .job {
  display: block;
  font-size: 1vw;
  font-weight: normal;
}

@media screen and (min-width: 1401px) {
  .voice_name .job {
    font-size: 14px;
  }
}
.voice_name .title {
  font-size: 1vw;
  font-weight: normal;
}

@media screen and (min-width: 1401px) {
  .voice_name .title {
    font-size: 14px;
  }
}
.voice_txt {
  margin-top: 1.429vw;
  font-size: 1vw;
  line-height: 1.715em;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media screen and (min-width: 1401px) {
  .voice_txt {
    margin-top: 20px;
    font-size: 14px;
  }
}
.voice {
  box-sizing: border-box;
}

.voice01, .voice02, .voice03 {
  position: relative;
  width: 71.429vw;
  max-width: 1000px;
  margin: 0 auto;
}

.voice01::before, .voice02::before, .voice03::before {
  content: "";
  position: absolute;
}

.voice01 {
  margin-bottom: 8.786vw;
  padding-top: 2.858vw;
  padding-right: 49.572vw;
}

@media screen and (min-width: 1401px) {
  .voice01 {
    margin-bottom: 123px;
    padding-top: 40px;
    padding-right: 694px;
  }
}
.voice01::before {
  width: 48.572vw;
  height: 27.143vw;
  top: 0;
  right: -2.857vw;
  background: url(../img/voice_img01.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 1401px) {
  .voice01::before {
    width: 680px;
    height: 380px;
    right: -40px;
  }
}
.voice02 {
  margin-bottom: 26.858vw;
  padding-left: 40vw;
}

@media screen and (min-width: 1401px) {
  .voice02 {
    margin-bottom: 376px;
    padding-left: 560px;
  }
}
.voice02::before {
  width: 32.858vw;
  height: 40.715vw;
  top: -1vw;
  left: -1.285vw;
  background: url(../img/voice_img02.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 1401px) {
  .voice02::before {
    width: 460px;
    height: 570px;
    top: -14px;
    left: -18px;
  }
}
.voice03 {
  margin-bottom: 7.858vw;
  padding-right: 48.429vw;
}

@media screen and (min-width: 1401px) {
  .voice03 {
    margin-bottom: 110px;
    padding-right: 678px;
  }
}
.voice03::before {
  width: 50.286vw;
  height: 37.715vw;
  top: -18.428vw;
  right: -17.214vw;
  background: url(../img/voice_img03.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 1401px) {
  .voice03::before {
    width: 704px;
    height: 528px;
    top: -258px;
    right: -241px;
  }
}
.voice04, .voice05, .voice06 {
  flex-shrink: 0;
}

.voice04 .voice_num, .voice05 .voice_num, .voice06 .voice_num {
  font-size: 1.786vw;
}

@media screen and (min-width: 1401px) {
  .voice04 .voice_num, .voice05 .voice_num, .voice06 .voice_num {
    font-size: 25px;
  }
}
.voice04 .voice_name, .voice05 .voice_name, .voice06 .voice_name {
  font-size: 1.429vw;
}

@media screen and (min-width: 1401px) {
  .voice04 .voice_name, .voice05 .voice_name, .voice06 .voice_name {
    font-size: 20px;
  }
}
.voice04::before, .voice05::before, .voice06::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 7.858vw;
  background-color: rgba(51, 51, 51, 0.1);
}

@media screen and (min-width: 1401px) {
  .voice04::before, .voice05::before, .voice06::before {
    height: 110px;
  }
}
.voice04 {
  position: relative;
  width: 22.143vw;
  max-width: 310px;
  margin-right: 5vw;
}

@media screen and (min-width: 1401px) {
  .voice04 {
    margin-right: 70px;
  }
}
.voice04 .voice_txt {
  padding-right: 4.429vw;
}

@media screen and (min-width: 1401px) {
  .voice04 .voice_txt {
    padding-right: 62px;
  }
}
.voice05 {
  position: relative;
  width: 21.786vw;
  max-width: 305px;
  margin-right: 5vw;
}

@media screen and (min-width: 1401px) {
  .voice05 {
    margin-right: 70px;
  }
}
.voice05 .voice_txt {
  padding-right: 4.286vw;
}

@media screen and (min-width: 1401px) {
  .voice05 .voice_txt {
    padding-right: 60px;
  }
}
.voice06 {
  width: 20vw;
  max-width: 280px;
}

.voice06::before {
  content: none;
}

.line_up {
  padding: 10.715vw 0;
}

@media screen and (min-width: 1401px) {
  .line_up {
    padding: 150px 0;
  }
}
.line_up .sec_head {
  margin-bottom: 9.858vw;
  font-size: 2.715vw;
  line-height: 1.422em;
}

.line_up .sec_head span {
  margin-bottom: 0.358vw;
}

@media screen and (min-width: 1401px) {
  .line_up .sec_head {
    margin-bottom: 138px;
    font-size: 38px;
  }
  .line_up .sec_head span {
    margin-bottom: 5px;
  }
}
.line_up .sec_inr {
  width: 85.715vw;
  max-width: 1200px;
  margin: 0 auto;
}

.line_up .line_up_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.line_up .line_up_list > li {
  width: 27.143vw;
  max-width: 380px;
}

.line_up .line_up_list > li figure {
  margin-bottom: 1.858vw;
}

@media screen and (min-width: 1401px) {
  .line_up .line_up_list > li figure {
    margin-bottom: 26px;
  }
}
.line_up .line_up_list > li dt {
  margin-bottom: 1.286vw;
  font-size: 1.143vw;
  font-weight: bold;
  line-height: 1.5em;
}

@media screen and (min-width: 1401px) {
  .line_up .line_up_list > li dt {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
.line_up .line_up_list > li dd {
  font-size: 0.715vw;
  line-height: 1.8em;
}

@media screen and (min-width: 1401px) {
  .line_up .line_up_list > li dd {
    font-size: 10px;
  }
}
.line_up .line_up_btn a {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .line_up .line_up_btn a.thick {
    width: 20em;
  }
}

.line_up .line_up_btn + .line_up_btn {
  padding-top: 30px;
}

.line_up .line_up_btn + .att {
  margin-top: 1.875em;
}

.line_up .line_up_btn + .sec_row {
  margin-top: 130px;
}

.line_up .line_up_btn + .sec_row + .sec_row {
  margin-top: 130px;
}

.line_up .line_up_btn + .sec_row + .sec_row + .sec_row {
  margin-top: 130px;
}

.line_up .product_name {
  text-align: center;
  font-size: 2vw;
  line-height: 1.322em;
}
@media screen and (min-width: 768px) {
  .line_up .product_name {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 1401px) {
  .line_up .product_name {
    font-size: 28px;
  }
}
.line_up .product_name sup {
  display: inline-block;
  line-height: 1;
  font-size: 0.5em;
  vertical-align: text-top;
}

.line_up .product_name + span {
  display: block;
  width: 6.667em;
  margin: 0.417em auto 1.167em;
  font-size: 0.858vw;
  line-height: 2.5em;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .line_up .product_name + span {
    font-size: 12px;
  }
}
.line_up .product_name + span.ln {
  border: 1px solid;
}

.line_up .product_name + span.wd {
  width: 8.167em;
}

.line_up .product_name + figure {
  margin-top: 2.15vw;
}

@media screen and (min-width: 1401px) {
  .line_up .product_name + figure {
    margin-top: 30px;
  }
}
.line_up .sec_inr figure.new::after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #f7640a;
  border-radius: 50%;
  width: 5.334em;
  height: 5.334em;
  right: 0.867em;
  top: 0.867em;
  letter-spacing: 0.1em;
  font-size: 1.072vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.line_up .sec_inr figure.new.renew::after {
  content: "リニューアル";
  width: 6.616em;
  height: 6.616em;
  right: 1.375em;
  top: 9.417em;
  letter-spacing: -0.03em;
  font-size: 0.858vw;
  white-space: nowrap;
}

@media screen and (min-width: 1401px) {
  .line_up .sec_inr figure.new::after {
    font-size: 15px;
  }
  .line_up .sec_inr figure.new.renew::after {
    font-size: 12px;
  }
}
.line_up .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 60.715vw;
  max-width: 850px;
  margin: 0 auto;
}

.line_up .sec_row > div {
  width: 100%;
  padding-bottom: 16px;
}

.line_up .sec_row figure {
  position: relative;
  width: 36.236%;
}

.line_up .sec_row dl {
  width: 57.412%;
}

.line_up .sec_row dt {
  font-size: 1.143vw;
  font-weight: bold;
  line-height: 1.5em;
}

@media screen and (min-width: 1401px) {
  .line_up .sec_row dt {
    font-size: 16px;
  }
}
.line_up .sec_row dt sup {
  display: inline-block;
  line-height: 1;
  font-size: 0.5em;
  vertical-align: text-top;
}

.line_up .sec_row dt em {
  display: block;
  margin-bottom: 0.65em;
  font: inherit;
  color: #f7640a;
}

.line_up .sec_row dd {
  margin-top: 1.286vw;
  font-size: 0.715vw;
  line-height: 1.8em;
}

@media screen and (min-width: 1401px) {
  .line_up .sec_row dd {
    margin-top: 18px;
    font-size: 10px;
  }
}
.line_up .sec_row dd sup {
  display: inline-block;
  margin-left: -0.2em;
  line-height: 1;
  vertical-align: text-top;
  font-size: inherit;
  transform: scale(0.8) translate(0, -0.3em);
}

.line_up .sec_row p {
  margin-top: auto;
  padding-top: 1.072vw;
  line-height: 1;
  font-size: 0.715vw;
}

@media screen and (min-width: 1401px) {
  .line_up .sec_row p {
    padding-top: 15px;
    font-size: 10px;
  }
}
.line_up .sec_row p::before {
  content: "￥";
  display: inline-block;
  font-size: 1.8em;
}

.line_up .sec_row p strong {
  font-size: 3.3em;
}

.line_up .sec_row .btn_store {
  margin: 25px auto 0;
}

.line_up .sec_row + .att {
  margin-top: 1.875em;
}

.product {
  position: relative;
  padding: 10.715vw 0 8.572vw;
}

@media screen and (min-width: 1401px) {
  .product {
    padding: 150px 0 120px;
  }
}
.product::before {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  width: 7.858vw;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  pointer-events: none;
}

@media screen and (min-width: 1401px) {
  .product::before {
    width: 110px;
  }
}
.product .sec_head {
  margin-bottom: 9.858vw;
  font-size: 2.715vw;
  line-height: 1.422em;
}

.product .sec_head span {
  margin-bottom: 0.358vw;
}

@media screen and (min-width: 1401px) {
  .product .sec_head {
    margin-bottom: 138px;
    font-size: 38px;
  }
  .product .sec_head span {
    margin-bottom: 5px;
  }
}
.product .sec_inr {
  width: 85.715vw;
  max-width: 1200px;
  margin: 0 auto;
}
.product .sec_inr div#uvcream {
  margin-bottom: 30px;
}

.product .sec_inr + .sec_inr {
  margin-top: 10.715vw;
}

@media screen and (min-width: 1401px) {
  .product .sec_inr + .sec_inr {
    margin-top: 150px;
  }
}
.product .sec_inr figure {
  position: relative;
}

.product .sec_inr figure.new::after {
  content: "NEW";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #f7640a;
  border-radius: 50%;
  width: 5.334em;
  height: 5.334em;
  right: 0.867em;
  top: 0.867em;
  letter-spacing: 0.1em;
  font-size: 1.072vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.product .sec_inr figure.new.renew::after {
  content: "リニューアル";
  width: 6.616em;
  height: 6.616em;
  right: 0.667em;
  top: 0.667em;
  letter-spacing: -0.03em;
  font-size: 0.858vw;
  white-space: nowrap;
}

.product .sec_inr figure.new.renew.var2::after {
  width: 6.5em;
  height: 6.5em;
  right: 0.9em;
  top: 7.667em;
  font-size: 0.7vw;
}

@media screen and (min-width: 1401px) {
  .product .sec_inr figure.new::after {
    font-size: 15px;
  }
  .product .sec_inr figure.new.renew::after {
    font-size: 13px;
  }
  .product .sec_inr figure.new.renew.var2::after {
    font-size: 10px;
  }
}
.product .sec_list {
  display: flex;
  justify-content: center;
}

.product .sec_list > div {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.product .sec_list > div:nth-child(odd) {
  padding-right: 1.905vw;
}

@media screen and (min-width: 1401px) {
  .product .sec_list > div:nth-child(odd) {
    padding-right: 26.66667px;
  }
}
.product .sec_list > div:nth-child(even) {
  padding-left: 1.905vw;
}

@media screen and (min-width: 1401px) {
  .product .sec_list > div:nth-child(even) {
    padding-left: 26.66667px;
  }
}
.product .sec_list > div > div {
  flex-shrink: 0;
}

.product .sec_list + .att {
  margin-top: 1.875em;
}

.product .product_copy {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 1.286vw;
  line-height: 1.612em;
}

@media screen and (min-width: 1401px) {
  .product .product_copy {
    font-size: 18px;
  }
}
.product .product_copy::after {
  content: "";
  position: absolute;
  background-image: url(../img/product_copy_line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.056em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
}

.product .product_copy + .product_list {
  height: auto;
}

.product .product_name {
  text-align: center;
  font-size: 2vw;
  line-height: 1.322em;
}
.product .product_name.pt {
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .product .product_name.fsm {
    font-size: 1.429vw;
  }
}
@media screen and (min-width: 1401px) {
  .product .product_name.fsm {
    font-size: 20px;
  }
}

@media screen and (min-width: 1401px) {
  .product .product_name {
    font-size: 28px;
  }
}
.product .product_name sup {
  display: inline-block;
  line-height: 1;
  font-size: 0.5em;
  vertical-align: text-top;
}

.product .product_name + span {
  display: block;
  width: 6.667em;
  margin: 0.417em auto 1.167em;
  font-size: 0.858vw;
  line-height: 2.5em;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .product .product_name + span {
    font-size: 12px;
  }
}
.product .product_name + span.ln {
  border: 1px solid;
}

.product .product_name + span.wd {
  width: 8.167em;
}

.product .product_name + figure {
  margin-top: 2.15vw;
}

@media screen and (min-width: 1401px) {
  .product .product_name + figure {
    margin-top: 30px;
  }
}
.product .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.product .product_list.btw {
  align-items: stretch;
}

.product .product_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18.572vw;
  max-width: 260px;
}

.product .product_list > li + li {
  margin-left: 3.81vw;
}

@media screen and (min-width: 1401px) {
  .product .product_list > li + li {
    margin-left: 53px;
  }
}
.product .product_list > li figure {
  margin-bottom: 1.858vw;
}

@media screen and (min-width: 1401px) {
  .product .product_list > li figure {
    margin-bottom: 26px;
  }
}
.product .product_list > li dt {
  font-size: 1.143vw;
  font-weight: bold;
  line-height: 1.5em;
}

@media screen and (min-width: 1401px) {
  .product .product_list > li dt {
    font-size: 16px;
  }
}
.product .product_list > li dt sup {
  display: inline-block;
  line-height: 1;
  font-size: 0.5em;
  vertical-align: text-top;
}

.product .product_list > li dd {
  margin-top: 1.286vw;
  font-size: 0.715vw;
  line-height: 1.8em;
  text-align: justify;
}

@media screen and (min-width: 1401px) {
  .product .product_list > li dd {
    margin-top: 18px;
    font-size: 10px;
  }
}
.product .product_list > li p {
  margin-top: auto;
  padding-top: 2.858vw;
  line-height: 1;
  font-size: 0.715vw;
}

@media screen and (min-width: 1401px) {
  .product .product_list > li p {
    padding-top: 40px;
    font-size: 10px;
  }
}
.product .product_list > li p::before {
  content: "￥";
  display: inline-block;
  font-size: 1.8em;
}

.product .product_list > li p strong {
  font-size: 3.3em;
}

@media screen and (min-width: 768px) {
  .product .product_list > li p + div.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .product .product_list > li p + div.is-transform {
    transform: translate(-50%, 0);
    margin-left: -1.19vw;
  }
}
@media screen and (min-width: 1401px) {
  .product .product_list > li p + div.is-transform {
    margin-left: -16.5px;
  }
}
.product .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 60.715vw;
  max-width: 850px;
  margin: 0 auto;
}

.product .sec_row > div {
  width: 100%;
  padding-bottom: 16px;
}

.product .sec_row figure {
  position: relative;
  width: 36.236%;
}

.product .sec_row dl {
  width: 57.412%;
}

.product .sec_row dt {
  font-size: 1.143vw;
  font-weight: bold;
  line-height: 1.5em;
}

@media screen and (min-width: 1401px) {
  .product .sec_row dt {
    font-size: 16px;
  }
}
.product .sec_row dt sup {
  display: inline-block;
  line-height: 1;
  font-size: 0.5em;
  vertical-align: text-top;
}

.product .sec_row dt em {
  display: block;
  margin-bottom: 0.65em;
  font: inherit;
  color: #f7640a;
}

.product .sec_row dd {
  margin-top: 1.286vw;
  font-size: 0.715vw;
  line-height: 1.8em;
}

@media screen and (min-width: 1401px) {
  .product .sec_row dd {
    margin-top: 18px;
    font-size: 10px;
  }
}
.product .sec_row dd sup {
  display: inline-block;
  margin-left: -0.2em;
  line-height: 1;
  vertical-align: text-top;
  font-size: inherit;
  transform: scale(0.8) translate(0, -0.3em);
}

.product .sec_row p {
  margin-top: auto;
  padding-top: 1.072vw;
  line-height: 1;
  font-size: 0.715vw;
}

@media screen and (min-width: 1401px) {
  .product .sec_row p {
    padding-top: 15px;
    font-size: 10px;
  }
}
.product .sec_row p::before {
  content: "￥";
  display: inline-block;
  font-size: 1.8em;
}

.product .sec_row p strong {
  font-size: 3.3em;
}

.product .sec_row .btn_store {
  margin: 25px auto 0;
}

.product .sec_row + .sec_list {
  margin-top: 110px;
}

.product .sec_row + .att {
  margin-top: 1.875em;
}

.product .sec_items {
  display: flex;
  justify-content: center;
}
.product .sec_items + .sec_list {
  margin-top: 130px;
}
.product .sec_items + .sec_items {
  margin-top: 130px;
}

.product .sec_items .sec_row {
  display: block;
  width: 27.143vw;
  margin: 0;
}

@media screen and (min-width: 1401px) {
  .product .sec_items .sec_row {
    width: 380px;
  }
}
.product .sec_items .sec_row figure {
  width: 100%;
  margin-bottom: 1.858vw;
}

@media screen and (min-width: 1401px) {
  .product .sec_items .sec_row figure {
    margin-bottom: 26px;
  }
}
.product .sec_items .sec_row dl {
  width: 100%;
}

.product .sec_items .sec_row + .sec_row {
  margin-left: 3.286vw;
}

@media screen and (min-width: 1401px) {
  .product .sec_items .sec_row + .sec_row {
    margin-left: 46px;
  }
}
.product .sec_items + .att {
  margin-top: 1.875em;
}

.product .sec_row + .sec_items, .product .sec_items + .sec_row {
  margin-top: 130px;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 666px;
  margin: 4.286vw auto 0;
}

@media screen and (min-width: 1401px) {
  .info {
    margin-top: 90px;
  }
}
.info .price {
  margin-right: 2.143vw;
}

@media screen and (min-width: 1401px) {
  .info .price {
    margin-right: 30px;
  }
}
.info .price_num {
  padding-top: 2em;
  line-height: 1;
  font-size: 0.715vw;
  text-align: right;
}

@media screen and (min-width: 1401px) {
  .info .price_num {
    font-size: 10px;
  }
}
.info .price_num::before {
  content: "￥";
  display: inline-block;
  font-size: 1.8em;
}

.info .price_num strong {
  font-size: 3.3em;
}

.info .price_txt {
  font-size: 0.715vw;
  text-align: right;
  line-height: 1;
}

@media screen and (min-width: 1401px) {
  .info .price_txt {
    font-size: 10px;
  }
}
.info > p {
  font-size: 0.715vw;
}

@media screen and (min-width: 1401px) {
  .info > p {
    font-size: 10px;
  }
}
.info + .att {
  margin-top: 1.875em;
}

.att {
  border: 1px solid;
  width: 43.5em;
  margin: 0 auto;
  line-height: 1.25em;
  font-size: 1.143vw;
  text-align: center;
  color: #328050;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .att {
    font-size: 16px;
  }
}
.att > p {
  padding: 0.594em 0 0.594em;
}

.att + .sec_list {
  margin-top: 110px;
}

.btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 2.143vw 0;
  color: #545250;
  border: 2px #545250 solid;
  border-radius: 3.572vw;
  font-size: 1.072vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  background-color: #fff;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .btn_link {
    padding: 30px 0;
    border-radius: 50px;
  }
}
.btn_link:hover {
  opacity: 0.5;
}

.btn_link::after {
  content: "";
  width: 0.858vw;
  height: 0.572vw;
  margin-left: 1.429vw;
  background: url(../img/icon_arrow.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 1401px) {
  .btn_link::after {
    width: 12px;
    height: 8px;
    margin-left: 20px;
  }
}
.link_insta {
  width: 38.572vw;
  max-width: 540px;
  margin: 7.643vw auto 0;
}

@media screen and (min-width: 1401px) {
  .link_insta {
    margin-top: 107px;
  }
}
.link_insta .btn_link::before {
  content: "";
  width: 2vw;
  height: 2vw;
  margin-right: 0.715vw;
  background: url(../img/link_insta.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 1401px) {
  .link_insta .btn_link::before {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
}
.link_insta .btn_link.twitter::before {
  width: 2.5vw;
  background: url(../img/link_twitter.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 1401px) {
  .link_insta .btn_link.twitter::before {
    width: 35px;
  }
}
.link_insta .btn_link + .btn_link {
  margin-top: 1.072vw;
}

@media screen and (min-width: 1401px) {
  .link_insta .btn_link + .btn_link {
    margin-top: 15px;
  }
}
.shop {
  padding: 8.286vw 0;
  background: url(../img/shop_lg.png) no-repeat 0 0;
  background-size: cover;
}

@media screen and (min-width: 1401px) {
  .shop {
    padding: 116px 0;
  }
}
.shop .sec_head {
  font-size: 1.858vw;
  line-height: 1.5em;
}

@media screen and (min-width: 1401px) {
  .shop .sec_head {
    font-size: 26px;
  }
}
.shop .sec_head span {
  margin-bottom: 1.715vw;
}

@media screen and (min-width: 1401px) {
  .shop .sec_head span {
    margin-bottom: 24px;
  }
}
.shop > p {
  margin-top: 0.715vw;
  font-size: 1.072vw;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 1401px) {
  .shop > p {
    margin-top: 10px;
    font-size: 15px;
  }
}
.shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 38.572vw;
  max-width: 540px;
  margin: 5.215vw auto -1.071vw;
}

@media screen and (min-width: 1401px) {
  .shop_list {
    margin: 73px auto -15px;
  }
}
.shop_list > li {
  flex-shrink: 0;
  width: 18.929vw;
  margin-bottom: 1.072vw;
}

@media screen and (min-width: 1401px) {
  .shop_list > li {
    width: 265px;
    margin-bottom: 15px;
  }
}
.shop_list > li.hands a {
  padding: 1.286vw;
}

@media screen and (min-width: 1401px) {
  .shop_list > li.hands a {
    padding: 18px 0;
  }
}
.shop_list > li.hands span {
  height: 2.5vw;
}

@media screen and (min-width: 1401px) {
  .shop_list > li.hands span {
    height: 35px;
  }
}
.shop_list > li.loft a {
  padding: 1vw;
}

@media screen and (min-width: 1401px) {
  .shop_list > li.loft a {
    padding: 14px 0;
  }
}
.shop_list > li.loft span {
  height: 3.215vw;
}

@media screen and (min-width: 1401px) {
  .shop_list > li.loft span {
    height: 45px;
  }
}
.shop_list > li.matsukiyo a {
  padding: 0.75vw;
}

@media screen and (min-width: 1401px) {
  .shop_list > li.matsukiyo a {
    padding: 10.5px 0;
  }
}
.shop_list > li.matsukiyo span {
  height: 3.715vw;
}

@media screen and (min-width: 1401px) {
  .shop_list > li.matsukiyo span {
    height: 52px;
  }
}
.shop_list > li.kokokara a {
  height: 100%;
  padding: 1.25vw;
}

@media screen and (min-width: 1401px) {
  .shop_list > li.kokokara a {
    padding: 17.5px 0;
  }
}
.shop_list > li.kokokara span {
  height: 2.5vw;
}

@media screen and (min-width: 1401px) {
  .shop_list > li.kokokara span {
    height: 35px;
  }
}
.shop_list > li.long {
  width: 100%;
}

.shop_list > li .btn_link {
  padding: 1.786vw 0;
}

@media screen and (min-width: 1401px) {
  .shop_list > li .btn_link {
    padding: 25px 0;
  }
}
.btn_store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 17.334em;
  margin-top: 20px;
  padding: 0.867em 0 0.867em 1em;
  color: #545250;
  border: 2px #545250 solid;
  border-radius: 100px;
  font-size: 1.072vw;
  font-weight: bold;
  line-height: 1.6em;
  text-decoration: none;
  background-color: #fff;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

@media screen and (min-width: 1401px) {
  .btn_store {
    font-size: 15px;
  }
}
.btn_store:hover {
  opacity: 0.5;
}

.btn_store::after {
  content: "";
  width: 0.858vw;
  height: 0.572vw;
  margin-left: 1.429vw;
  background: url(../img/icon_arrow.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 12px;
  height: 8px;
  margin-left: 1em;
}

.btn_store.comingsoon {
  padding-left: 0;
  pointer-events: none;
}

.btn_store.comingsoon::after {
  content: none;
}

.releaseday {
  margin: 20px 0 -10px;
  color: #eb3c23;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .releaseday {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .lg_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sm_none {
    display: none !important;
  }
  body::before {
    height: 0.667vw;
  }
  .hero .slider.slick-initialized .slick-list {
    margin-bottom: 5.6%;
  }
  .hero .slick-arrow::before {
    width: 2.667vw;
    height: 2.4vw;
  }
  .hero .slick-dots {
    padding: 0 4.267vw;
  }
  .hero .slick-dots > li {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.6vw;
  }
  .hero .slide.kv .hero_head {
    top: 21.445%;
    left: 0;
    width: 100%;
  }
  .hero .slide.kv .hero_body {
    display: none;
  }
  .hero .slide.kv .att {
    width: 90.667%;
    left: 0;
    right: 0;
    bottom: 4.445%;
    margin: 0 auto;
    font-size: 2.934vw;
  }
  .hero .slide.interview .hero_head {
    width: 42.667%;
    left: 6.134%;
    top: 17.334%;
  }
  .hero .slide.interview .hero_link {
    border-radius: 3.273em;
    width: 12.364em;
    height: 3.273em;
    left: 10.358%;
    bottom: 5.212%;
    font-size: 2.934vw;
  }
  .hero .slide.interview .hero_link::after {
    width: 1em;
    height: 0.546em;
    right: 8.089%;
  }
  .ambassador {
    padding: 18vw 0 0.267vw;
  }
  .ambassador_banner {
    margin-top: 8vw;
  }
  .ambassador_banner > a {
    width: 86.667vw;
    max-width: 650px;
  }
  .point {
    padding: 18.934vw 0 0;
  }
  .sec_head {
    font-size: 5.067vw;
    line-height: 1.316em;
  }
  .sec_head span {
    margin-bottom: 4vw;
    font-size: 3.334vw;
  }
  .point_cont01 {
    width: 100%;
    margin: 17.334vw auto 0;
    padding: 20vw 0 26vw;
    background: url(../img/point_cont01_sm.png) no-repeat 50% 0;
    background-size: 100% auto;
  }
  .point_cont_inr {
    width: 86.667vw;
  }
  .point_copy {
    margin-bottom: 7.2vw;
    font-size: 6vw;
    line-height: 1.334em;
  }
  .point_txt {
    font-size: 3.467vw;
    line-height: 1.924em;
    text-align: left;
  }
  .point_img01 {
    width: 88.534vw;
    max-width: 100%;
    margin: 8vw auto 0;
  }
  .point_copy_sub {
    margin-top: 17.6vw;
    font-size: 5.067vw;
    line-height: 1.264em;
  }
  .point_img02 {
    width: 86.667vw;
    margin: 7.334vw auto 0;
  }
  .point_cont02 {
    width: 100%;
    padding: 0 0 24vw;
    background: url(../img/point_cont02_sm.png) no-repeat 50% 100%;
    background-size: 100% auto;
  }
  .point_cont02 .point_cont_inr {
    width: 100%;
  }
  .point_cont02 .point_copy_sub {
    margin-top: 10.667vw;
    font-size: 5.334vw;
  }
  .point02_head {
    position: relative;
    padding: 18.667vw 0 19.734vw;
    background: url(../img/point02_head_bg_sm.png) no-repeat 50% 100%;
    background-size: 100% auto;
  }
  .point02_head p {
    width: 77.334vw;
    margin: 8vw auto 0;
    padding-bottom: 0;
    font-size: 3.467vw;
    line-height: 1.924em;
    text-align: left;
  }
  .point02_head p::before {
    content: none;
  }
  .point_txt_sub {
    margin-top: 4vw;
    font-size: 3.734vw;
  }
  .point_img03 {
    width: 71.2vw;
    margin: 11.2vw auto 0;
  }
  .point_img03 img {
    width: 100%;
  }
  .professional_voice {
    width: 100%;
    padding: 17.334vw 0 64vw;
    background: url(../img/voice01_sm.png) no-repeat 50% 0, url(../img/voice02_sm.png) no-repeat 50% 100%;
    background-size: 100% auto;
  }
  .professional_voice .sec_head {
    margin-bottom: 17.334vw;
    font-size: 6vw;
    line-height: 1.334em;
  }
  .professional_voice .sec_head span {
    margin-bottom: 2.667vw;
  }
  .professional_voice_inr {
    width: 100%;
  }
  .voice_bottom {
    display: block;
    width: 90.667vw;
    margin: 0 auto;
    padding: 10.667vw 6.667vw 14.667vw;
    background-color: #fff;
    box-sizing: border-box;
  }
  .voice_bottom .voice_num .en {
    margin-bottom: 3.2vw;
  }
  .voice_bottom .voice_txt {
    margin-top: 2.4vw;
  }
  .voice_bottom .voice_att {
    inset: auto 0 1.5em 0;
    font-size: 10px;
  }
  .voice_num {
    position: relative;
    display: block;
    font-size: 5.067vw;
    line-height: 1.264em;
  }
  .voice_num .en {
    width: 16.934vw;
    max-width: 100%;
    margin-bottom: 4vw;
  }
  .voice_name {
    position: relative;
    margin-top: 2.934vw;
    font-size: 4.267vw;
    font-weight: bold;
  }
  .voice_name .job {
    display: block;
    margin-bottom: -1.333vw;
    font-size: 3.334vw;
  }
  .voice_name .title {
    font-size: 3.467vw;
  }
  .voice_txt {
    position: relative;
    margin-top: 2.667vw;
    font-size: 3.467vw;
    line-height: 1.924em;
    text-align: left;
  }
  .voice01, .voice02, .voice03 {
    position: relative;
    width: 100%;
  }
  .voice01 {
    margin-bottom: 12.572vw;
    padding-top: 0;
    padding-right: 12.534vw;
    padding-bottom: 57.867vw;
    padding-left: 6.667vw;
  }
  .voice01::before {
    width: 96vw;
    height: 50.934vw;
    top: auto;
    bottom: 0;
    right: auto;
    left: 3.2vw;
  }
  .voice02 {
    margin-bottom: 9.334vw;
    padding-left: 26.667vw;
    padding-bottom: 55.2vw;
  }
  .voice02::before {
    width: 69.334vw;
    height: 88vw;
    top: auto;
    bottom: 0;
    left: -2.4vw;
  }
  .voice03 {
    margin-bottom: 0;
    padding-right: 8vw;
    padding-left: 13.067vw;
    padding-bottom: 74.667vw;
  }
  .voice03::before {
    width: 94.667vw;
    height: 70.667vw;
    top: auto;
    right: -5.6vw;
    bottom: 0;
  }
  .voice04, .voice05, .voice06 {
    flex-shrink: 0;
  }
  .voice04 .voice_num, .voice05 .voice_num, .voice06 .voice_num {
    font-size: 5.067vw;
  }
  .voice04 .voice_name, .voice05 .voice_name, .voice06 .voice_name {
    font-size: 4.267vw;
  }
  .voice04::before, .voice05::before, .voice06::before {
    content: none;
  }
  .voice04 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10.4vw;
  }
  .voice05 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10.667vw;
  }
  .voice05 .voice_txt {
    padding-right: 0;
  }
  .voice06 {
    width: 100%;
    max-width: 100%;
  }
  .line_up {
    padding: 17.334vw 0 20vw;
  }
  .line_up .sec_head {
    margin-bottom: 18.134vw;
    font-size: 6vw;
    line-height: 1.445em;
  }
  .line_up .sec_head span {
    margin-bottom: 2.667vw;
  }
  .line_up .sec_inr {
    width: 100%;
  }
  .line_up .line_up_list {
    display: block;
    width: 77.334vw;
    margin: 0 auto;
  }
  .line_up .line_up_list > li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10.667vw;
  }
  .line_up .line_up_list > li figure {
    margin-bottom: 4vw;
  }
  .line_up .line_up_list > li dt {
    margin-bottom: 4vw;
    font-size: 3.734vw;
    line-height: 1.608em;
    text-align: center;
  }
  .line_up .line_up_list > li dd {
    font-size: 2.667vw;
    line-height: 1.75em;
  }
  .line_up .line_up_list > li:last-child {
    margin-bottom: 0;
  }
  .line_up .line_up_list + .line_up_btn {
    padding-top: 5px;
  }
  .line_up .line_up_btn {
    width: 77.334vw;
    margin: 0 auto;
  }
  .line_up .line_up_btn + .line_up_btn {
    padding-top: 1.334vw;
  }
  .line_up .line_up_btn + .sec_row {
    margin-top: 10.667vw;
  }
  .line_up .line_up_btn + .sec_row + .sec_row {
    margin-top: 10.667vw;
  }
  .line_up .line_up_btn + .sec_row + .sec_row + .sec_row {
    margin-top: 10.667vw;
  }
  .line_up .product_name {
    font-size: 6vw;
    line-height: 1.223em;
  }
  .line_up .product_name + span {
    width: 7.5em;
    height: 0;
    margin: 0.334em auto 2.5em;
    font-size: 3.2vw;
    line-height: 2.5em;
  }
  .line_up .product_name + span.ln {
    height: auto;
  }
  .line_up .product_name + span.wd {
    width: 8.5em;
  }
  .line_up .product_name + figure {
    margin-top: 1.5em;
  }
  .line_up .sec_row {
    display: block;
    width: 77.334vw;
    margin: 0 auto;
  }
  .line_up .sec_row > div {
    padding-bottom: 0;
  }
  .line_up .sec_row figure {
    width: 100%;
    margin-bottom: 4vw;
  }
  .line_up .sec_row figure.new::after {
    font-size: 3.414vw;
  }
  .line_up .sec_row figure.new.renew::after {
    width: 6.9em;
    height: 6.9em;
    top: 9.546em;
    font-size: 2.934vw;
  }
  .line_up .sec_row dl {
    width: 100%;
  }
  .line_up .sec_row dt {
    font-size: 3.734vw;
    line-height: 1.608em;
    text-align: center;
    white-space: nowrap;
  }
  .line_up .sec_row dd {
    margin-top: 4vw;
    font-size: 2.667vw;
    line-height: 1.75em;
  }
  .line_up .sec_row p {
    padding-top: 2.4vw;
    font-size: 2.934vw;
    text-align: right;
  }
  .line_up .sec_row p::before {
    font-size: 1.773em;
  }
  .line_up .sec_row p strong {
    font-size: 3.228em;
  }
  .product {
    position: relative;
    padding: 20vw 0 17.334vw;
  }
  .product::before {
    width: 14.667vw;
  }
  .product .sec_head {
    margin-bottom: 18.134vw;
    font-size: 6vw;
    line-height: 1.445em;
  }
  .product .sec_head span {
    margin-bottom: 2.667vw;
  }
  .product .sec_inr {
    width: 100%;
  }
  .product .sec_inr div#uvcream {
    margin-bottom: 20px;
  }
  .product .sec_inr + .sec_inr {
    padding-top: 6.667vw;
  }
  .product .sec_list {
    display: block;
  }
  .product .sec_list > div {
    display: block;
    width: 100%;
  }
  .product .sec_list > div:nth-child(odd),
  .product .sec_list > div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
  .product .product_copy {
    font-size: 3.734vw;
    line-height: 1.608em;
  }
  .product .product_copy::after {
    width: 4.572em;
  }
  .product .product_copy + .product_list {
    margin-bottom: 0;
  }
  .product .product_copy + .product_list > li {
    margin-bottom: 0;
  }
  .product .product_name {
    font-size: 6vw;
    line-height: 1.223em;
  }
  .product .product_name.nowrap {
    white-space: nowrap;
  }
  .product .product_name.pt {
    padding-bottom: 6.4vw;
  }
  .product .product_name + span {
    width: 7.5em;
    height: 0;
    margin: 0.334em auto 2.5em;
    font-size: 3.2vw;
    line-height: 2.5em;
  }
  .product .product_name + span.ln {
    height: auto;
  }
  .product .product_name + span.wd {
    width: 8.5em;
  }
  .product .product_name + figure {
    margin-top: 6.4vw;
  }
  .product .product_list {
    display: block;
    width: 77.334vw;
    height: auto;
    margin: 0 auto;
  }
  .product .product_list > li {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10.667vw;
  }
  .product .product_list > li + li {
    margin-left: 0;
  }
  .product .product_list > li figure {
    margin-bottom: 4vw;
  }
  .product .product_list > li dt {
    font-size: 3.734vw;
    line-height: 1.608em;
    text-align: center;
    white-space: nowrap;
  }
  .product .product_list > li dd {
    margin-top: 4vw;
    font-size: 2.667vw;
    line-height: 1.75em;
  }
  .product .product_list > li p {
    padding-top: 2.4vw;
    font-size: 2.934vw;
    text-align: right;
  }
  .product .product_list > li p::before {
    font-size: 1.773em;
  }
  .product .product_list > li p strong {
    font-size: 3.228em;
  }
  .product .product_list > li p + div.is-hidden {
    display: none;
  }
  .product .sec_row {
    display: block;
    width: 77.334vw;
    margin: 0 auto;
  }
  .product .sec_row > div {
    padding-bottom: 0;
  }
  .product .sec_row figure {
    width: 100%;
    margin-bottom: 4vw;
  }
  .product .sec_row figure.new::after {
    font-size: 3.414vw;
  }
  .product .sec_row figure.new.renew::after {
    width: 6.9em;
    height: 6.9em;
    font-size: 2.934vw;
  }
  .product .sec_inr figure.new.renew.var2::after {
    right: 1.2em;
    top: 8.5em;
    font-size: 2.7vw;
  }
  .product .sec_row dl {
    width: 100%;
  }
  .product .sec_row dt {
    font-size: 3.734vw;
    line-height: 1.608em;
    text-align: center;
    white-space: nowrap;
  }
  .product .sec_row dd {
    margin-top: 4vw;
    font-size: 2.667vw;
    line-height: 1.75em;
  }
  .product .sec_row p {
    padding-top: 2.4vw;
    font-size: 2.934vw;
    text-align: right;
  }
  .product .sec_row p::before {
    font-size: 1.773em;
  }
  .product .sec_row p strong {
    font-size: 3.228em;
  }
  .product .sec_row + .sec_list {
    margin-top: 18.667vw;
  }
  .product .sec_items {
    flex-direction: column;
    align-items: center;
  }
  .product .sec_items + .sec_list {
    margin-top: 10.667vw;
  }
  .product .sec_items + .sec_items {
    margin-top: 16.8vw;
  }
  .product .sec_items .sec_row {
    width: 77.334vw;
  }
  .product .sec_items .sec_row figure {
    margin-bottom: 4vw;
  }
  .product .sec_items .sec_row + .sec_row {
    margin-top: 16.8vw;
    margin-left: 0;
  }
  .product .sec_row + .sec_items, .product .sec_items + .sec_row {
    margin-top: 20.3vw;
  }
  .info {
    display: block;
    width: 77.334vw;
    margin: 10.667vw auto 0;
  }
  .info .price_num {
    padding-top: 5.334vw;
    font-size: 2.934vw;
    text-align: right;
  }
  .info .price_num::before {
    font-size: 1.773em;
  }
  .info .price_num strong {
    font-size: 3.228em;
  }
  .info .price_txt {
    font-size: 2.934vw;
  }
  .info > p {
    font-size: 2.667vw;
  }
  .att {
    width: 90.667vw;
    line-height: 1.329em;
    font-size: 3.334vw;
  }
  .btn_link {
    padding: 5.734vw 0;
    border: 2px #545250 solid;
    border-radius: 9.334vw;
    font-size: 3.334vw;
  }
  .btn_link::after {
    content: "";
    width: 2.267vw;
    height: 1.334vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8vw;
    margin: auto;
  }
  .link_insta {
    width: 86.667vw;
    margin: 13.867vw auto 0;
  }
  .link_insta .btn_link::before {
    content: "";
    width: 6.267vw;
    height: 6.267vw;
    margin-right: 4vw;
  }
  .link_insta .btn_link.twitter::before {
    width: 7.6vw;
  }
  .link_insta .btn_link + .btn_link {
    margin-top: 2.667vw;
  }
  .shop {
    padding: 20vw 0 32vw;
    background: url(../img/shop_sm.png) no-repeat 0 0;
    background-size: cover;
  }
  .shop .sec_head {
    font-size: 5.334vw;
    line-height: 1.45em;
    letter-spacing: -0.05em;
  }
  .shop > p {
    margin-top: 5.6vw;
    font-size: 3.734vw;
  }
  .shop_list {
    display: block;
    width: 86.667vw;
    margin: 13.067vw auto -2.666vw;
  }
  .shop_list > li {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 2.667vw;
  }
  .shop_list > li.hands a {
    padding: 2.4vw;
  }
  .shop_list > li.hands span {
    height: 10vw;
  }
  .shop_list > li.loft a {
    padding: 2.4vw;
  }
  .shop_list > li.loft span {
    height: 10vw;
  }
  .shop_list > li.matsukiyo a {
    padding: 2.4vw;
  }
  .shop_list > li.matsukiyo span {
    height: 11.2vw;
  }
  .shop_list > li.kokokara a {
    padding: 4.067vw;
  }
  .shop_list > li.kokokara span {
    height: 7.867vw;
  }
  .shop_list > li.long {
    width: 100%;
  }
  .shop_list > li .btn_link {
    padding: 5.867vw;
  }
  .btn_store {
    width: 100%;
    padding-top: 0.685em;
    padding-bottom: 0.685em;
    border: 2px #545250 solid;
    line-height: 1.358em;
    font-size: 3.734vw;
  }
  .header .link {
    width: 16vw;
    right: 16vw;
  }
  .header .link.twitter {
    right: 32.267vw;
  }
  .header .navi > a {
    width: 16vw;
  }
  .header .navi .list {
    position: fixed;
    width: 100vw;
    max-height: 100%;
    padding: 18.667vw 8vw 15.2vw;
    overflow-y: scroll;
  }
  .header .navi .list > a {
    width: 16vw;
  }
  .header .navi .list > h3 {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 0.95em;
    font-size: 5.334vw;
  }
  .header .navi .list > h3 + p {
    margin-top: 1.429em;
  }
  .header .navi .list > p {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 1.429em;
    font-size: 3.734vw;
  }
  .header .navi .list > p + h3 {
    margin-top: 3.5em;
  }
  .header .navi .list > p + p {
    margin-top: 1.429em;
  }
  .footer {
    padding: 0 0 4.934%;
  }
  .footer .instagram {
    padding: 4% 0;
  }
  .footer .instagram a {
    width: 36.4%;
    max-width: 273px;
  }
  .footer .contact {
    padding: 11.734% 0 12.134%;
  }
  .footer .contact > p {
    font-size: 3.734vw;
  }
  .footer .contact > p small {
    line-height: 1.286em;
  }
  .footer .contact dl {
    display: block;
    width: 80%;
    margin: 0 auto;
    line-height: 1.215em;
    font-size: 3.2vw;
  }
  .footer .contact dl:nth-child(2) dt {
    margin-top: 2.167em;
  }
  .footer .contact dl > div {
    padding: 0;
  }
  .footer .contact dl > div dt {
    float: none;
  }
  .footer .contact dl > div dt strong {
    line-height: 1.063em;
    font-size: 1.084em;
  }
  .footer .contact dl > div dd {
    float: none;
    margin: 1em 0 0;
    padding-left: 0;
  }
  .footer .contact dl > div dd a {
    font-size: 1.209em;
  }
  .footer .contact dl > div dd a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .link {
    padding: 10.667% 0 9.6%;
  }
  .footer .link ul {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 3.2vw;
  }
  .footer .link ul > li {
    margin: 0;
  }
  .footer .link ul > li + li {
    margin-top: 2.334em;
  }
  .footer .link ul > li + li::before {
    content: none;
  }
  .footer .link ul > li a {
    text-decoration: none;
  }
  .footer .copylight {
    font-size: 2.667vw;
  }
  .anchor {
    width: 9.334vw;
    height: 9.334vw;
    right: 5.334vw;
    bottom: 6.667vw;
  }
}
.-portal {
  padding-bottom: 0;
}
.-portal .line_up_list {
  justify-content: center;
  flex-flow: row wrap;
  max-width: 800px;
  margin: 0 auto;
  gap: 20px;
}
.-portal .line_up_list li {
  width: 50% !important;
}
.-portal .line_up_list li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .-portal {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .-portal .line_up_list {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    gap: 10px;
  }
  .-portal .line_up_list li {
    margin-bottom: 0;
  }
}
.news {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 0 30px 50px;
  }
}
.news .sec_inr {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.news .sec_head {
  margin-bottom: 40px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .news .sec_head {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.news dl {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .news dl {
    flex-flow: column;
  }
}
.news dl dt {
  padding-right: 10px;
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .news dl dt {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.news dl dd {
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .news dl dd {
    width: 100%;
  }
}
.news dl dd a {
  text-decoration: underline;
  transition: 0.4s all;
  color: #000;
}
.news dl dd a:hover {
  text-decoration: none;
  transition: 0.4s all;
  opacity: 0.8;
  cursor: pointer;
}