@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 {
  font-family: "Noto Serif JP", serif;
  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: 50%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .moonpearl-make .main-visual__text {
    top: auto;
    bottom: 10.6666666667vw;
    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;
  letter-spacing: 0.2rem;
}
@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;
  letter-spacing: 0.07rem;
}
@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;
  letter-spacing: 0.2rem;
}
@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;
  letter-spacing: 0.1rem;
  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: "Noto Sans JP", sans-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;
  font-family: "Noto Serif JP", serif;
  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;
  letter-spacing: 0.05rem;
}
@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;
  letter-spacing: 0.2rem;
}
@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: 170px;
  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;
    line-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;
}
@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;
  letter-spacing: 0.05em;
  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;
}
@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;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 769px) {
  .moonpearl-make #lineup {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl-make #lineup {
    padding-bottom: 20vw;
  }
}

@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;
}

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

.moonpearl-make #lineup .price .item-small {
  font-size: 12px;
}

.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;
    padding: 0 0px 100px 20px;
  }
}
@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;
  }
}/*# sourceMappingURL=moonpearl_make.css.map */