@charset "UTF-8";
.title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 6.9333333333vw;
    margin-bottom: 6.4vw;
  }
}

.element__sup {
  font-size: 60%;
  vertical-align: super;
  margin-left: 0px;
}

.md-m {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .md-m {
    margin-bottom: 4.2666666667vw;
  }
}

.mt-l {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .mt-l {
    margin-top: 6.4vw;
  }
}

/*--------- common style ------------*/
.for_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .for_pc {
    display: none;
  }
}

.for_sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .for_sp {
    display: none;
  }
}

sup {
  vertical-align: super;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  sup {
    font-size: 2.4vw;
  }
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  [data-ruby]::before {
    font-size: 2.4vw;
  }
}

/* 以下追加 */
rt {
  display: none;
}

.font_gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.moonpearl-make {
  color: #333;
  /*--------------------------

  メインビジュアル

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

  メッセージ

  --------------------------*/
}
.moonpearl-make .inner {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .moonpearl-make .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 4.2666666667vw;
  }
}
.moonpearl-make_note span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make_note span {
    font-size: 3.2vw;
  }
}
.moonpearl-make .main-visual {
  position: relative;
  background-image: url(../img/moonpearl_make/mv_bg.jpg);
  height: calc(100vh - 130px);
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .moonpearl-make .main-visual {
    height: 133.3333333333vw;
    background-image: url(../img/moonpearl_make/mv_bg_sp.jpg);
    background-size: cover;
    background-position: center;
    min-height: 640px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl-make .main-visual__content {
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    height: calc(100vh - 130px);
    min-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl-make .main-visual__title {
    text-align: center;
  }
}
.moonpearl-make .main-visual__logo {
  display: inline-block;
  width: 279px;
  margin: auto 0 0px 0;
}
@media screen and (max-width: 768px) {
  .moonpearl-make .main-visual__logo {
    width: 60%;
  }
}
.moonpearl-make .main-visual__text {
  position: absolute;
  top: 46%;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .moonpearl-make .main-visual__text {
    top: auto;
    bottom: 8.5333333333vw;
    right: 0%;
    left: 0%;
    margin: auto;
    line-height: 1.6;
  }
}
.moonpearl-make .main-visual__description {
  text-align: center;
}
.moonpearl-make .main-visual__description span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make .main-visual__description span {
    font-size: 3.2vw;
  }
}
.moonpearl-make .moonpearl-make__intro {
  background-image: url(../img/moonpearl_make/intro_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .moonpearl-make .moonpearl-make__intro {
    padding: 19.2vw 0;
  }
}
.moonpearl-make .moonpearl-make__intro > p {
  max-width: 800px;
  margin: 0 auto 1em;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make .moonpearl-make__intro > p {
    max-width: 213.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.moonpearl-make .moonpearl-make__intro-title {
  font-size: 32px;
  color: #212e80;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .moonpearl-make .moonpearl-make__intro-title {
    font-size: 6.9333333333vw;
    margin-bottom: 6.4vw;
  }
}
.moonpearl-make .moonpearl-make__intro-description {
  color: #212e80;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .moonpearl-make .moonpearl-make__intro-description {
    font-size: 4.2666666667vw;
  }
}

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

エレメント

--------------------------*/
.moonpearl-make__elements {
  margin-top: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__elements {
    margin-top: 19.2vw;
    margin-bottom: 10.6666666667vw;
  }
}
.moonpearl-make__elements-title {
  font-size: 32px;
  color: #212e80;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__elements-title {
    font-size: 6.9333333333vw;
    margin-bottom: 6.4vw;
  }
}
.moonpearl-make__elements .moonpearl-make__element-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__elements .moonpearl-make__element-list {
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
.moonpearl-make__elements .moonpearl-make__element {
  width: calc(33.3% - 30px);
}
@media screen and (max-width: 768px) {
  .moonpearl-make__elements .moonpearl-make__element {
    width: 100%;
  }
}
.moonpearl-make__elements .moonpearl-make__element-title {
  font-size: 24px;
  font-weight: bold;
  color: #212e80;
  text-align: center;
  margin-bottom: 16px;
  height: 240px;
  line-height: 240px;
  color: #ffffff;
  font-weight: 600;
  background-image: url(../img/moonpearl_make/element_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__elements .moonpearl-make__element-title {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
    height: 48vw;
    line-height: 48vw;
  }
}
.moonpearl-make__elements .moonpearl-make__element-title .element__sup {
  font-size: 11px;
  vertical-align: super;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__elements .moonpearl-make__element-title .element__sup {
    font-size: 2.9333333333vw;
    margin-left: 0.5333333333vw;
  }
}
.moonpearl-make__elements .moonpearl-make__element-button {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__elements .moonpearl-make__element-button {
    width: 60%;
  }
}
.moonpearl-make__elements .moonpearl-make__element-button a {
  font-size: 14px;
  display: flex;
  width: 180px;
  min-height: 36px;
  margin: 0 auto;
  padding: 5px 5px 5px 0 !important;
  color: #212e80;
  border-color: #212e80;
  justify-content: center;
  color: #212e80;
  border-color: #212e80;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__elements .moonpearl-make__element-button a {
    font-size: 3.7333333333vw;
    width: 100%;
    min-height: 9.6vw;
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 0vw !important;
  }
}
.moonpearl-make__elements .moonpearl-make__element-button a:hover {
  background: #212e80 !important;
}
.moonpearl-make__elements .moonpearl-make__element-button a::after {
  background: #212e80;
}
.moonpearl-make__elements .moonpearl-make__element-button a::before {
  background: #212e80;
}

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

ポップアップ

--------------------------*/
.modal-element__content {
  background-color: #fff;
  padding: 64px 80px 80px 80px;
}
@media screen and (max-width: 768px) {
  .modal-element__content {
    padding: 8.5333333333vw 0 6.4vw 0;
  }
}
.modal-element__content .element__tag {
  font-family: "Bentham", serif;
  background: #212e80;
  color: #fff;
  font-size: 12px;
  padding: 9px 32px 8px;
  border-radius: 24px;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .modal-element__content .element__tag {
    font-size: 3.2vw;
    padding: 2.4vw 6.4vw 2.1333333333vw;
    border-radius: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.modal-element__content .element__tag span {
  font-size: 10px;
  position: absolute;
  border: 1px solid #212e80;
  border-radius: 9999px;
  background-color: #fff;
  top: -7px;
  left: 6px;
  padding: 1px 6px 1px;
  color: #212e80;
}
@media screen and (max-width: 768px) {
  .modal-element__content .element__tag span {
    line-height: 2.6666666667vw;
    font-size: 2.6666666667vw;
    top: -1.8666666667vw;
    left: 1.6vw;
    padding: 0.2666666667vw 1.6vw 0.2666666667vw;
  }
}
.modal-element__content .element__lead {
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .modal-element__content .element__lead {
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.modal-element__content .modal-element__section {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .modal-element__content .modal-element__section {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.modal-element__content .element__section {
  text-align: left;
  width: 60%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .modal-element__content .element__section {
    width: 100%;
  }
}
.modal-element__content .element__section-subtitle {
  color: #212e80;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .modal-element__content .element__section-subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.modal-element__content .element__image {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .modal-element__content .element__image {
    width: 100%;
  }
}
.modal-element__content .element__image img {
  max-width: 100%;
  height: auto;
}
.modal-element__content .element__image-note {
  font-size: 10px;
  margin-top: 4px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .modal-element__content .element__image-note {
    font-size: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}
.modal-element__content .element__note {
  font-size: 12px;
  margin-bottom: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .modal-element__content .element__note {
    font-size: 3.2vw;
    margin-bottom: 2.1333333333vw;
  }
}
.modal-element__content .element__note-disclaimer {
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .modal-element__content .element__note-disclaimer {
    font-size: 3.2vw;
  }
}
.modal-element__content .element__text {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .modal-element__content .element__text {
    font-size: 3.7333333333vw;
  }
}

.modal-element__transparency .modal-element__section {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .modal-element__transparency .modal-element__section {
    padding-bottom: 6.4vw;
  }
}
.modal-element__transparency .element__section {
  width: 84%;
}
@media screen and (max-width: 768px) {
  .modal-element__transparency .element__section {
    width: 100%;
  }
}
.modal-element__transparency .modal-element__section--half .element__section {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .modal-element__transparency .modal-element__section--half .element__section {
    width: 100%;
  }
}
.modal-element__transparency .element__image {
  text-align: center;
  width: 16%;
}
@media screen and (max-width: 768px) {
  .modal-element__transparency .element__image {
    width: 100%;
  }
}

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

大人のこだわり、4つのフリー。

--------------------------*/
.moonpearl-make__policy-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__policy-box {
    padding: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.moonpearl-make__policy-title {
  font-size: 24px;
  font-weight: 500;
  color: #212e80;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__policy-title {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
    line-height: 1.7;
  }
}
.moonpearl-make__policy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__policy-list {
    row-gap: 2.1333333333vw;
    column-gap: 4.2666666667vw;
  }
}
.moonpearl-make__policy-item {
  color: #212e80;
  width: 170px;
  height: 170px;
  line-height: 1.2;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-image: url(../img/moonpearl_make/productPolicy_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__policy-item {
    width: calc(50% - 2.1333333333vw);
    height: 40vw;
    background-size: contain;
    background-position: center;
    font-size: 4.2666666667vw;
  }
}
.moonpearl-make__policy-note {
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 8px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__policy-note {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.moonpearl-make__policy-note span {
  font-size: 12px;
  display: inline-block;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__policy-note span {
    font-size: 3.2vw;
    margin: 2.1333333333vw 0 0 0;
  }
}

.moonpearl-make__note {
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__note {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.moonpearl-make__note span {
  font-size: 12px;
  display: inline-block;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 768px) {
  .moonpearl-make__note span {
    font-size: 3.2vw;
    margin: 2.1333333333vw 0 0 0;
  }
}

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

商品一覧

--------------------------*/
.tabnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .tabnav {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.tabnav__title {
  font-size: 18px;
  color: #1a237e;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tabnav__title {
    font-size: 4.2666666667vw;
  }
}
.tabnav__links {
  display: flex;
  gap: 12px;
  font-size: 16px;
  color: #212e80;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .tabnav__links {
    gap: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
.tabnav__link-item {
  position: relative;
  padding: 0 8px;
  color: #4a4a84;
}
@media screen and (max-width: 768px) {
  .tabnav__link-item {
    padding: 0 2.1333333333vw;
  }
}
.tabnav__link-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -6px;
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .tabnav__link-item:not(:last-child)::after {
    right: -1.6vw;
  }
}
.tabnav__link-item a {
  text-decoration: none;
  color: inherit;
}
.tabnav__image img {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .tabnav__image img {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .moonpearl-make #lineup .ttl {
    margin-bottom: 60px;
  }
}
.moonpearl-make #lineup .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .moonpearl-make #lineup .tabs {
    width: 1000px;
    margin: 0 auto 56px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup .tabs {
    padding: 0 5.3vw;
    margin: 0 auto 2.1333333333vw;
  }
}
.moonpearl-make #lineup .tabs .tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7b7b7b;
  background: #f8f8f9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .moonpearl-make #lineup .tabs .tab {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup .tabs .tab {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}
@media print, screen and (min-width: 769px) {
  .moonpearl-make #lineup .tabs .tab {
    font-size: 22px;
    width: 480px;
    height: 70px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.moonpearl-make #lineup .tabs .tab:after {
  position: absolute;
  left: 50%;
  display: block;
  width: 1px;
  content: "";
  background: #333;
}

@media print, screen and (min-width: 769px) {
  .moonpearl-make #lineup .tabs .tab:after {
    top: 100%;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@media print, screen and (min-width: 769px) {
  .moonpearl-make #lineup .tabs .tab:hover {
    color: white;
    background: #333;
  }
  .moonpearl-make #lineup .tabs .tab:hover:after {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup .tabs .tab {
    font-size: 4.8vw;
    width: 42vw;
    height: 14.6vw;
    margin-top: 10.6vw;
    margin-bottom: 8vw;
  }
}
.moonpearl-make #lineup .tabs .tab.cur {
  color: #333;
  border: 1px solid rgba(51, 51, 51, 0.4);
  background: none;
}

@media print, screen and (min-width: 769px) {
  .moonpearl-make #lineup .tabs .tab.cur:after {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup .tabs .tab.cur:after {
    bottom: 2.6vw;
    height: 6.6vw;
    -webkit-transform: translate(-50%, 6.6vw);
    transform: translate(-50%, 6.6vw);
  }
}
.moonpearl-make #lineup .tabContents .tabContent {
  display: none;
}

.moonpearl-make #lineup .tabContents .tabContent:first-child {
  display: block;
}

.moonpearl-make #lineup .desc {
  margin: 16px 0;
  color: #333 !important;
}

.moonpearl-make #lineup ul li .text h3 span:nth-child(3),
.moonpearl-make .lineup ul li .text h3 span:nth-child(3) {
  color: #212e80;
  margin-top: 5px;
}

.moonpearl-make #lineup .price .item-small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup .price .item-small {
    font-size: 2.9333333333vw;
  }
}

.moonpearl-make #lineup .price {
  margin-bottom: 8px;
  display: block !important;
}

.moonpearl-make #lineup .price:last-child {
  margin-bottom: 0rem;
}

.moonpearl-make #lineup .btns .btn.btn--cart .cartIconBtn {
  font-size: 12px;
  min-width: 100px;
  min-height: 30px;
  padding: 5px 22px;
}

.moonpearl-make #lineup .btns .btn--cart a {
  background-color: #aa823a;
  border-color: #aa823a;
  color: #fff;
}

.moonpearl-make #lineup .btns .btn--cart a:after {
  content: "";
}

.moonpearl-make .cartIconBtn:before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 18px;
  height: 16px;
  margin: 0 5px 0 0;
  content: "";
  background: url(../img/moonpearl_make/icon_cart_w.svg) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .moonpearl-make #lineup ul li .text,
  .moonpearl-make .lineup ul li .text {
    width: 337px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup ul,
  .lineup ul {
    margin-top: 10.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .moonpearl-make #lineup ul li .text p.category,
  .moonpearl-make .lineup ul li .text p.category {
    margin: 4.2666666667vw 0 0 0;
  }
}

.lineup__note {
  font-size: 16px;
  text-align: center;
  margin-top: 80px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lineup__note {
    font-size: 3.2vw;
    margin-top: 10.6666666667vw;
    padding: 0 4.2666666667vw;
  }
}

/* ================================
多言語ここから

   Font Styles
   ================================ */
html[lang=en] .moonpearl-make {
  font-family: "Bentham", serif !important;
}

html[lang=en] .moonpearl-make p,
html[lang=en] h4 {
  font-family: "Crimson Text", serif;
}

.moonpearl-make img {
  max-width: 100%;
}

.moonpearl-make .product-info__title,
.moonpearl-make .ttl,
.moonpearl-make h2,
.moonpearl-make h3 {
  line-height: 1.4;
}

.moonpearl-make .product-info__title {
  margin-top: 8px;
}

/* ================================
   #Overview Section
   ================================ */
.moonpearl-make #overview {
  background: url(../img/moonpearl_make/usage_bg.jpg) center/cover;
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make #overview {
    padding: 21.3333333333vw 0;
  }
}
.moonpearl-make #overview .inner {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .moonpearl-make #overview .inner {
    font-size: 18px;
    line-height: 36px;
  }
}
.moonpearl-make #overview .inner p {
  text-align: left;
}
.moonpearl-make #overview h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .moonpearl-make #overview h2 {
    font-size: 6.9333333333vw;
    margin-bottom: 6.4vw;
  }
}
.moonpearl-make #overview .note_box {
  background-color: transparent;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make #overview .note_box {
    margin-top: 6.4vw;
    font-size: 2.9vw;
    line-height: 4.8vw;
  }
}

.ttl {
  color: #666;
}

.ttl .sub {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .ttl .sub {
    font-size: 12px;
    margin-top: 0;
  }
}

.moonpearl-make #overview .inner p sup {
  font-size: 10px !important;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media screen and (max-width: 768px) {
  .moonpearl-make #overview .inner p sup {
    font-size: 2.2vw !important;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

/* Language-specific fonts */
html[lang=en] h2 {
  font-family: "Bentham", serif;
}

html[lang=zh_cn] h2,
html[lang=zh_cn] h3,
html[lang=zh_cn] h4,
html[lang=zh_cn],
html[lang=zh_cn] li,
html[lang=zh_cn] p {
  font-family: "Noto Serif Sc", serif;
}

html[lang=zh_tw],
html[lang=zh_tw] li,
html[lang=zh_tw] p,
html[lang=zh_tw] h2,
html[lang=zh_tw] h3,
html[lang=zh_tw] h4 {
  font-family: "Noto Serif Tc", serif;
}

html[lang=kr] li,
html[lang=kr] h2,
html[lang=kr] h3,
html[lang=kr] h4 {
  font-family: "Noto Serif Kr", serif;
}

html[lang=en] #overview .inner,
html[lang=en] p {
  font-family: "Crimson Text", serif;
}

html[lang=en] .moonpearl-make .m_lineup li .txt .name {
  font-family: "Bentham", serif;
}

/* ================================
   Lineup Section
   ================================ */
.moonpearl-make #lineup {
  padding: 15px 0 150px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup {
    padding: 2.6666666667vw 0 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl-make #lineup li .txt {
    width: 337px;
  }
}
.moonpearl-make #lineup li .txt .name {
  display: flex;
  align-items: center;
  color: #666;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup li .txt .name {
    font-size: 4.27vw;
  }
}
.moonpearl-make #lineup li .txt .sub_name {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup li .txt .sub_name {
    font-size: 3.47vw;
    line-height: 1.4;
  }
}
.moonpearl-make #lineup li .txt .sub_txt {
  font-size: 13px;
  margin: 16px 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup li .txt .sub_txt {
    font-size: 3.47vw;
  }
}
.moonpearl-make #lineup li .txt .sub_txt.item-small {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup li .txt .sub_txt.item-small {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup li .txt {
    margin-left: 0;
    width: 56.8vw;
  }
}
.moonpearl-make #lineup .net {
  font-size: 15px;
  line-height: 25px;
}
.moonpearl-make #lineup li .txt .price {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup li .txt .price {
    font-size: 4vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup .photo {
    width: 33.2vw;
  }
}

@media screen and (min-width: 769px) {
  html[lang=en] .moonpearl-make .m_lineup li .category {
    padding: 3px 4px 2px;
  }
}
@media screen and (max-width: 768px) {
  html[lang=en] .moonpearl-make .m_lineup li .txt .name {
    display: flex;
    align-items: flex-start !important;
    flex-direction: column !important;
  }
  html[lang=en] .moonpearl-make .m_lineup li .txt .name .category {
    margin-left: 0px !important;
    margin-bottom: 3.2vw;
    padding: 5px 4px 3px;
  }
}
html[lang=kr] li .txt .price {
  font-size: 14px !important;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  html[lang=kr] li .txt .price {
    font-size: 3.7333333333vw !important;
    line-height: 1.5;
  }
}

html[lang=en] .ttl .sub {
  font-family: "Bentham", serif;
}
@media screen and (max-width: 768px) {
  html[lang=en] .ttl .sub {
    font-size: 3.5vw !important;
    margin-bottom: 0;
  }
}

/*=====================================================
 タイトル
=====================================================*/
.ttl {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}

html[lang=en] .ttl,
.tabnav {
  font-family: "Bentham", serif !important;
}

html[lang=zh_cn] .ttl,
.tabnav {
  font-family: "Bentham", "Noto Serif Sc", serif !important;
}

html[lang=zh_tw] .ttl,
.tabnav {
  font-family: "Bentham", "Noto Serif Tc", serif !important;
}

html[lang=kr] .ttl,
.tabnav {
  font-family: "Bentham", "Noto Serif Kr", serif !important;
}

/*=====================================================
リスト
=====================================================*/
@media print, screen and (min-width: 769px) {
  #lineup ul li .text h3 span:nth-child(1),
  .lineup ul li .text h3 span:nth-child(1) {
    font-size: 12px;
    margin: 0 0 5px;
  }
  #lineup ul.col1 li .text h3 span:nth-child(1),
  .lineup ul.col1 li .text h3 span:nth-child(1) {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul li .text h3 span:nth-child(1),
  .lineup ul li .text h3 span:nth-child(1) {
    font-size: 2.6vw;
    font-weight: bold;
    margin: 0 0 1vw;
  }
  #lineup ul.col1 li .text h3 span:nth-child(1),
  .lineup ul.col1 li .text h3 span:nth-child(1) {
    font-size: 2.6vw;
  }
}/*# sourceMappingURL=moonpearl_make_ml.css.map */