@charset "UTF-8";
/* 変数 */
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
/*
#logoutButton, #loginButton { display: none; }
*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
  color: #1E1E22;
}
/* */
.mgb1, .footer_MenuCase__left h2, .footer_MenuCase__mid h2, .footer_MenuCase__right h2, .footer_MenuCase__leftItem, .footer_MenuCase__midItem, .footer_MenuCase__rightItem {
  margin-bottom: 12px;
}
.mgb2 {
  margin-bottom: 30px;
}
.mgb3 {
  margin-bottom: 40px;
}
.mgb4 {
  margin-bottom: 50px;
}
.mgb5 {
  margin-bottom: 60px;
}
/* */
.pc {
  display: block;
}
.sp {
  display: none;
}
/* header */
.html_container {
  width: 100%;
  padding: 10px 0;
  background-color: #bf95a3;
  position: relative;
}
.html_container__Text {
  text-align: center;
  color: #FFF;
}
.html_container__close {
  position: absolute;
  right: 10px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
}
.html_container__Text a {
  color: #1E1E22;
}
.header_contents {
  max-width: 1080px !important;
  width: 1080px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
}
.header_contentsLeft {
  width: 340px;
  align-self: center;
  margin-top: 15px;
}
.header_contentsLeft__IconArea {
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.header_contentsLeft__Icon {
  width: 57px;
  text-align: right;
  color: #be94a2;
}
.header_contentsLeft__Icon:hover {
  opacity: .5;
}
.header_contentsMid {
  width: 400px;
  align-self: center;
}
.header_contentsMid__Logo {
  text-align: center;
  margin-top: 15px;
}
.header_contentsMid__Logo img {
  width: 200px;
}
.header_contentsRight {
  width: 340px;
  margin-top: 31px;
}
.header_contentsRight__MenberArea {
  width: 290px;
  overflow: hidden;
  display: flex;
  padding-top: 5px;
}
.header_contentsRight__Menber {
  font-size: 12px;
  color: #1E1E22;
  padding-right: 20px;
}
.header_contentsRight__Menber a:hover {
  color: #1E1E22;
}
.menu-header {
  width: 100%;
  background-color: #b3b6b9;
}
.header-store-information {
  width: 90px;
  float: left;
  font-size: 12px;
  color: #1E1E22;
}
.menu-header_contents {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 1.6em;
  display: flex;
  justify-content: space-around;
}
.menu-header_contents__Cate {
  padding: 13px 48px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.menu-header_contents__Cate:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.menu-header_contents__Cate__Cate a {
  color: #FFF;
}
.menu-header_contents__CateSub {
  font-size: 10px;
  font-weight: lighter;
  letter-spacing: 1px;
}
#check01 {
  display: none;
}
.headereventcomment {
  width: 100%;
  background: #bf95a4;
  color: #ffffff;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.headereventcomment label {
  position: absolute;
  right: 2vw;
  bottom: 0;
  top: 1.5rem;
  width: 20px;
  height: 18px;
  background: url(http://pearls.cms.future-shop.jp/wp-content/themes/pearlforlife/aset/img/batu.png);
  background-size: contain;
}
#check01:checked ~ .headereventcomment {
  display: none;
}
.header-change.show {
  top: 0;
}
.header-change {
  background: #fff;
  display: flex;
  position: fixed;
  top: -200px;
  transition: .5s;
  z-index: 9999;
  width: 100%;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}
.topimage {
  height: 2000px;
}
.breadcrumbs {
  padding: 8px;
  width: 1080px;
  margin: 0 auto;
  font-size: 12px;
  color: #1E1E22;
}
/* contents */
main {
  width: 1080px;
  margin: 24px auto; /*background-color: #939597;*/
}
/* fooetr */
footer {
  width: 100%;
  margin: 0 auto;
}
.footer_IconArea {
  width: 1080px;
  margin: 0 auto;
}
.footer_IconList {
  width: 34%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.footer_IconList__item {
  width: 25%;
  color: #1E1E22;
  text-align: center;
}
.footer_IconList__item .svg-inline--fa.fa-w-14.fa-3x {
  width: .765em;
}
.footer_MenuArea {
  width: 100%;
  background-color: #939597;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 45px;
  padding-top: 20px;
  line-height: 1.5;
}
.footer_MenuCase {
  width: 1080px;
  padding: 20px 0;
  margin: 0 auto;
}
.footer_MenuCase__left, .footer_MenuCase__mid, .footer_MenuCase__right {
  width: 280px;
  margin-left: 80px;
  float: left;
  color: #fff;
}
.footer_CopyrightArea {
  width: 100%;
}
.footer_CopyrightArea__copyright {
  text-align: center;
  font-size: 12px;
  color: #1E1E22;
  padding: 10px;
}
.footer_MenuArea a:hover {
  opacity: .5;
}
.footer_IconList__item:hover {
  opacity: .5;
}
.footer_MenuCase__leftItem_tel-number {
  font-size: 21px;
}
.footer_MenuCase__leftItem_tel-number-info {
  font-size: 12px;
}
.newsletter-registration {
  width: 42px;
  margin-top: 3px;
}
@media screen and (max-width: 480px) {
  .header_contents {
    overflow: hidden;
    width: 100%;
    height: auto;
    Z-INDEX: 9999;
    background-color: #fff;
    top: 0;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
    position: fixed;
    margin: 0;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .headereventcomment {
    width: 100%;
    background: #bf95a4;
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
    position: fixed;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0;
    top: auto;
    Z-INDEX: 9999;
    font-size: 13px;
  }
  .headereventcomment_info {
    max-width: 1080px;
    margin: auto;
  }
  .headereventcomment_info-date {
    padding-left: 12rem;
  }
  .headereventcomment_info-detail {
    float: right;
  }
  .menu-header {
    width: 100%;
    background-color: #b3b6b9;
    min-width: initial;
    top: 52px;
    z-index: 10;
    position: relative;
  }
  .header_contentsLeft {
    width: 25%;
  }
  .header_contentsMid {
    width: 50%;
    text-align: center;
    margin: auto;
  }
  .header_contentsLeft__IconArea {
    display: flex;
    justify-content: flex-start;
    padding-left: 1rem;
  }
  .header_contentsMid__Logo {
    margin: 13px -1px 0.7rem 0;
  }
  .header_contentsMid__Logo img {
    width: 82%;
  }
  .header_contentsLeft__Icon {
    width: 99%;
  }
  .header_contentsRight {
    width: 100%;
    margin-top: 1.2vw;
    z-index: 999999;
  }
  /* ハンバーガーメニュー */
  @media screen and (max-width: 759px) {
    .footer_MenuCase__leftItem_tel-number {
      margin-top: 1rem;
    }
    /* ハンバーガーメニューボタン */
    .hamburger {
      display: block;
      position: fixed;
      z-index: 9999;
      right: 14px;
      top: 5px;
      width: 42px;
      height: 42px;
      cursor: pointer;
      text-align: center;
    }
    .hamburger span {
      display: block;
      position: absolute;
      width: 25px;
      height: 1px;
      left: 6px;
      /*background: #BBBBBB;*/
      background: #1E1E22;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
      top: 13px;
    }
    .hamburger span:nth-child(2) {
      top: 22px;
    }
    .hamburger span:nth-child(3) {
      top: 31px;
    }
    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
      top: 16px;
      left: 6px;
      background: #1E1E22;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
      top: 16px;
      background: #1E1E22;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .hamburger.active span:nth-child(3)::after {
      content: "Close";
      /*3つ目の要素のafterにClose表示を指定*/
      transform: translateY(0) rotate(-45deg);
      top: 5px;
      left: 8px;
      position: absolute;
      font-size: 8px;
    }
    /* メニュー背景 */
    nav.globalMenuSp {
      position: fixed;
      z-index: 2;
      top: 54px;
      left: 0;
      color: #1E1E22;
      background: #fff;
      width: 100%;
      transform: translateX(-100%);
      transition: all 0.6s;
      height: 100vh;
    }
    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
      opacity: 100;
      display: block;
      transform: translateX(0%);
    }
    /*====================================================================
.s_07 .accordion_one
====================================================================*/
    .section.s_07 {}
    .s_07 .accordion_one {
      max-width: 1024px;
      margin: 0 auto;
    }
    .s_07 .accordion_one .accordion_header {
      color: #1E1E22;
      font-size: 14px;
      padding: 14px 5px;
      position: relative;
      z-index: +1;
      cursor: pointer;
      transition-duration: 0.2s;
      border-top: 1px solid #ddd;
    }
    .s_07 .accordion_header2 {
      font-size: 14px;
      text-align: left;
      padding: 14px 50px 14px 5px;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      margin-bottom: -1px;
    }
    .s_07 .accordion_header3 {
      font-size: 14px;
      text-align: left;
      padding: 10px 40px 10px 5px;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      margin-bottom: -1px;
    }
    .s_07 .accordion_header4 {
      font-size: 14px;
      text-align: left;
      padding: 10px 0px;
      margin: 0 10px;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      margin-bottom: -1px;
    }
    .s_07 .accordion_header4 img {
      width: 100%;
    }
    .personal-jewelry-btn {
      display: inline-block;
      color: #fff;
      padding: 15px 10px;
      background: #ceaeb9;
      border-radius: 5px;
    }
    .accordion_header_pickup-title {
      font-size: 10px;
    }
    .accordion_header_pickup-series {
      font-size: 8px;
    }
    .accordion_header.subheading a {
      font-size: 12px;
    }
    .accordion_header.subheading a:hover {
      text-decoration: none;
    }
    .accordion_inner.open {
      border-top: 1px solid #ddd;
    }
    .s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header {
      border-top: none;
      border-bottom: none;
      padding: 10px 50px 10px 1rem;
      margin-right: 0;
      margin-left: 0;
    }
    .s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_header {
      border-top: none;
      border-bottom: none;
      padding: 10px 50px 10px 1.5rem;
    }
    .s_07 .accordion_one:nth-of-type(3) .accordion_header {
      border-bottom: 1px solid #ddd;
      margin-bottom: -1px;
    }
    .s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_header {
      border-top: none;
      border-bottom: none;
      padding: 10px 40px 10px 1.5rem;
    }
    .s_07 .accordion_one .accordion_header .i_box {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 50%;
      right: 3%;
      width: 40px;
      height: 40px;
      margin-top: -20px;
      box-sizing: border-box;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transform-origin: center center;
      transition-duration: 0.2s;
    }
    .s_07 .accordion_one .accordion_header .i_box .one_i {
      display: block;
      width: 18px;
      height: 18px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transform-origin: center center;
      transition-duration: 0.2s;
      position: relative;
    }
    .s_07 .accordion_one .accordion_header.open .i_box {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
    .s_07 .accordion_one .accordion_header .i_box .one_i:before, .s_07 .accordion_one .accordion_header .i_box .one_i:after {
      display: flex;
      content: '';
      background-color: #999;
      border-radius: 10px;
      width: 15px;
      height: 1px;
      position: absolute;
      top: 8px;
      left: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      transform-origin: center center;
    }
    .s_07 .accordion_one .accordion_header .i_box .one_i:before {
      width: 1px;
      height: 16px;
      top: 0;
      left: 7px;
    }
    .s_07 .accordion_one .accordion_header.open .i_box .one_i:before {
      content: none;
    }
    .s_07 .accordion_one .accordion_header.open .i_box .one_i:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .s_07 .accordion_one .accordion_inner {
      display: none;
      padding: 0;
      box-sizing: border-box;
      margin: 0 10px;
    }
    .s_07 .accordion_one .accordion_inner .open {
      display: block;
    }
    .s_07 .accordion_one .accordion_inner .box_one {
      height: 300px;
    }
    .s_07 .accordion_one .accordion_inner p.txt_a_ac {
      margin: 0;
    }
    .header_SPMenu__Member {
      margin: 0 10px;
      padding: 0 5px;
      display: flex;
      justify-content: space-between;
    }
    .header_SPMenu__MemberRight {
      width: 9vw;
      text-align: center;
      padding-top: 4px;
      margin-right: 10px;
    }
    .header_SPMenu__MainBox {
      margin-bottom: 2rem;
    }
    .header_SPMenu__MainBox2 {
      margin: 0 10px 4vw;
    }
    .header_SPMenu__MainBox dt {
      font-size: 14px;
      text-align: left;
      padding: 14px 50px 14px 5px;
      margin: 0 10px;
      border-bottom: 1px solid #ddd;
      font-weight: normal;
    }
    .header_SPMenu {
      width: 100%;
      padding: 2.4vw 3vw;
      background-color: #fff;
      position: static;
      overflow-y: auto;
      height: 85.5vh;
    }
    .header_SPMenu__Icon {
      width: 100%;
    }
    .header_SPMenu__IconBox {
      width: 60%;
      margin: 5rem auto 0;
      display: flex;
	  justify-content: space-between;
	  gap: 0 1rem;
    }
	.header_SPMenu__IconBox .footer_IconList__item {
      width: calc((100% - 3rem) / 4);
	}
    .header_SPMenu__IconBox .svg-inline--fa.fa-w-14.fa-3x {
      width: 70%;
    }
    .header_SPMenu__MemberLeft {
      padding-top: 2.4vw;
      font-size: 14px;
    }
    .header_SPMenu__Main {
      margin-top: 10px;
    }
  }
  .breadcrumbs {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer_IconList {
    width: 70%;
    margin: 0 auto;
  }
  .newsletter-registration {
	width: 37.8px;
    margin-top: 3px;
  }
  .footer_MenuCase__SpMenuItem {
    margin-bottom: 3.6vw;
    font-size: 14px;
  }
  .footer_MenuCase__SpMenu {
    padding: .5rem;
  }
  .footer_MenuArea {
    margin-bottom: 0;
  }
}
#footer-Category .accordion-title {
  position: relative;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #1E1E22;
  padding-bottom: 1rem;
  width: 9%;
  margin: 5rem auto 2rem;
  color: #1E1E22;
  font-size: 14px;
}
#footer-Category .accordion-title:hover {
  opacity: .5;
}
#footer-Category .accordion-content {
  display: none;
  padding: 1rem;
  margin: 2rem 0 0;
  background-color: #E5E5E5;
  cursor: default;
  font-size: 14px;
  color: #1E1E22;
}
#accordion .footer-Category-width {
  width: 1080px;
  margin: auto;
}
#footer-Category .acd-content {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}
#footer-Category .accordion-content {
  display: none;
  padding: 1rem;
  margin: 2rem 0 0;
  background-color: #E5E5E5;
}
#footer-Category .footer-Category-title {
  margin-bottom: 1rem;
  border-bottom: 1px solid #1E1E22;
  padding-bottom: 0.5rem;
}
#footer-Category .footer-Category-title2 {
  margin-bottom: 1rem;
  border-bottom: 1px solid #1E1E22;
  padding: 1rem 0 0.5rem 0;
}
#footer-Category .footer-category-content li {
  margin-bottom: 1rem;
}
#footer-Category .acd-content-series.sp {
  font-size: 10px;
  padding-bottom: 20px;
}
#footer-Category .footer-Category-title3 {
  margin-bottom: 1rem;
  border-bottom: 1px solid #1E1E22;
  padding-bottom: 0.5rem;
  text-align: center;
}
#footer-Category .series-container {
  display: flex;
  justify-content: space-between;
}
#footer-Category .category-series-box {
  width: 48%;
}
#footer-Category .pearl-necklace-explanation-series-type li {
  margin-bottom: 1rem;
}
#footer-Category .acd-content-pickup {
  width: 90%;
  margin: auto;
  margin-bottom: 5rem;
  line-height: 3;
  text-align: center;
}
#footer-Category .pearl-necklace-explanation-pickup-type {
  display: flex;
  flex-wrap: wrap;
}
#footer-Category .pearl-necklace-explanation-pickup-type li {
  width: 150px;
}
#footer-Category .footer-Category-pickup-title {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #footer-Category .accordion-title {
    width: 34%;
    margin: 4rem auto 2rem;
    padding-bottom: 0.5rem;
  }
  #accordion .footer-Category-width {
    width: 100%;
  }
  #footer-Category .acd-content {
    padding: 2rem 0;
    display: flex;
    flex-flow: row wrap;
  }
  #footer-Category .footer-category-content a {
    font-size: 10px;
  }
  #footer-Category .footer-category-content {
    width: 48%;
  }
  #footer-Category .acd-content-pickup {
    width: 100%;
    margin-bottom: 3rem;
  }
  #footer-Category .footer-Category-pickup-title {
    border-bottom: 1px solid #1E1E22;
  }
  #footer-Category .pearl-necklace-explanation-pickup-type {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
  }
  #footer-Category .pearl-necklace-explanation-pickup-type li {
    width: 33%;
    margin-bottom: 1rem;
  }
  #footer-Category .pearl-necklace-explanation-pickup-type a {
    justify-content: center;
    font-size: 10px;
  }
  #footer-Category .accordion-content {
    padding: 10px;
  }
}
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #b3b6b9;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  bottom: 2%;
  right: 2%;
  cursor: pointer;
}
svg.svg-inline--fa.fa-chevron-up.fa-w-14 {
  top: 30%;
  position: absolute;
  left: 35%;
}
/* mega menu */
.menu-container {
  width: 100%;
  margin: 0 auto;
  background: #b3b6b9;
}
.header_contents_fixed .menu-container {
  background: none;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #1E1E22;
}
.menu > ul {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.49em;
  display: flex;
  justify-content: space-between;
}
.header_contents_fixed .menu > ul {
  width: 100%;
}
.menu > ul:before, .menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  background: #b3b6b9;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  width: calc(100% / 7);
}
.menu > ul > li > ul > ul {
  float: left;
  text-align: left;
}
.menu > ul > li > ul > ul > li > ul > li a {
  color: #1E1E22 !important;
}
.header_contents_fixed .menu > ul > li {
  background: none;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 13px 30px;
  display: block;
  color: #fff;
}
.header_contents_fixed .menu > ul > li a {
  color: #1E1E22;
  padding: 18px 0px 17px;
  font-weight: normal;
}
.header_contents_fixed .menu-dropdown-icon a:hover {
  border-bottom: 1.5px solid #1E1E22;
}
.menu > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: rgba(229, 229, 229, 0.95);
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-size: 14px;
  color: #1E1E22;
  line-height: 1.6;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > div > li {
  float: left;
  width: 270px;
}
.menu > ul > li > ul > div > li > ul > li {
  margin-bottom: 15px;
  padding: 0 20px 0 0;
}
.menu > ul > li > ul > div > li > ul > li:nth-child(1) {
  padding: 10px 0 0 0;
  margin: 10px 20px 15px 0;
  border-top: 1px solid #1E1E22;
}
.menu > ul > li > ul > div > li > ul > li a {
  padding: 0;
  color: #1E1E22;
  font-weight: normal;
  display: inline;
}
.menu > ul > li > ul > div > li > ul > li a:hover {
  border-bottom: 1px solid #1E1E22;
}
.menu > ul > li > ul > li {
  margin: 0 auto 15px;
  padding-bottom: 0;
  list-style: none;
  width: 20%;
  background: none;
  float: left;
  text-align: left;
}
.header_contents_fixed .menu > ul > li > ul > li {
  text-align: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 14px;
  margin-bottom: 15px;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
  display: inline;
  border-bottom: 1px solid #1E1E22;
}
.menu > ul > li > ul > li > ul > li a:hover {
  opacity: .5;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 20px 30px;
  text-align: left;
  color: #1E1E22;
  font-weight: normal;
  line-height: 1.6;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.mega-short-area-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E1E22;
  font-weight: bold;
}
.menu > ul > li > ul.normal-sub > li a:hover {
  border-bottom: 1px solid #1E1E22;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  color: #1E1E22;
  font-size: 14px;
  font-weight: normal;
  display: inline;
  padding: 0;
}
.menu-dropdown-icon {
  font-size: 16px;
}
.header_contents_fixed .menu-dropdown-icon {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}
.mega-area {
  max-width: 1080px;
  margin: auto;
  text-align: left;
}
.mega-short-area {
  width: 350px !important;
}
.header_contentsRight_fixed .header_contentsRight__IconArea {
  width: 158px;
}
.header_contentsRight_fixed .menu > ul > li {
  width: 120px;
}
.header_contents_fixed .header_contentsMid {
  width: 750px;
}
.open-btn1_fixed {
  left: 5%;
  top: 6%;
}
.header_contents_fixed .menu > ul > li > ul > div > li > ul > li a {
  padding: 0 !important;
}
