@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Titillium+Web:wght@700&display=swap");
/*----- 全体（モバイルファースト） -----*/
#gold40_container h1, #gold40_container h2, #gold40_container h3, #gold40_container h4, #gold40_container h5, #gold40_container h6 {
  font-weight: 900;
}

#gold40_container a {
  transition: all .3s;
}

#gold40_container a:visited {
  color: #fff;
}

#gold40_container a:hover {
  opacity: .8;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#gold40_container em {
  font-weight: 900;
  font-style: normal;
}

#gold40_container sup {
  vertical-align: text-top;
  font-size: 100%;
}

#gold40_container ul, #gold40_container ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc_active {
  display: none;
}

.d_flex {
  display: flex;
  justify-content: space-around;
}

.brand-content, .breadcrumb {
  display: none;
}

#wrapper {
  background: linear-gradient(90deg, #dab757 0%, #f4edd0 45%, #e8d38c 65%, #efd170 100%);
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#footer {
  margin-top: -28px;
}

#footer:before {
  background-color: transparent;
}

#gold40_container {
  padding-bottom: 50px;
}

/*----- #page_nav -----*/
#page_nav {
  background: linear-gradient(90deg, #7b4700 0%, #d09a34 50%, #835102 100%);
}

#page_nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#page_nav ul li {
  width: calc(100% / 3);
}

#page_nav ul li:not(:last-child) {
  border-right: 1px solid #EDDDC1;
}

#page_nav ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(72, 44, 0, 0.8);
  position: relative;
}

#page_nav ul li a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

#page_nav.fixed_menu {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
  background: #000;
}

#page_nav.fixed_menu ul {
  flex-direction: column;
}

#page_nav.fixed_menu ul li {
  width: 100%;
  border: none;
  border-top: 1px solid #707070;
}

#page_nav.fixed_menu ul li a {
  font-size: 14px;
  margin-bottom: 0;
  padding: 18px 0;
}

#page_nav.fixed_menu ul li a br {
  display: none;
}

#page_nav.fixed_menu a:before {
  left: auto;
  right: 5%;
  bottom: 50%;
}

#page_nav.fixed_menu .fixed_menu_btn {
  display: block;
  background-color: #000;
  padding: 18px 0;
  text-align: center;
}

#page_nav.fixed_menu .fixed_menu_btn span:before {
  content: '';
  background: url(/-/Media/com/gold40/top/202208/img/menu_icon_open.png) center center/contain no-repeat;
  width: 21px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
}

#page_nav.fixed_menu .fixed_menu_btn span:after {
  content: 'MENU';
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
}

#page_nav.fixed_menu .fixed_menu_btn.open span:before {
  content: '';
  background: url(/-/Media/com/gold40/top/202208/img/menu_icon_close.png) center center/contain no-repeat;
}

#page_nav.fixed_menu .fixed_menu_btn.open span:after {
  content: 'CLOSE';
}

/* 固定ヘッダー */
/*----- #series -----*/
#series {
  padding: 20px 10px;
}

#series h1 {
  text-align: center;
  margin: 0 0 10px;
  line-height: 0.5;
}

span.gold40_logo {
  background: url(./gold40_logo.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 150px;
  height: 74px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  vertical-align: middle;
  text-align: left;
  font-size: 20%;
  text-indent: -940px;
  overflow: hidden;
}

.series_wrapper {
  margin: 0;
  display: block;
}

.btn_flex {
  max-width: 965px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.btn_flex h4 {
  color: #fff;
  background: linear-gradient(180deg, black 0%, #545454 100%);
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  position: relative;
}

.btn_flex h4:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 30%;
  right: 20px;
  transform: translateX(-50%) rotate(45deg);
}

.btn_flex .ragan_btn, .btn_flex .lens_btn {
  width: 88%;
}

.btn_flex a {
  color: #fff;
  text-decoration: none;
}

.btn_flex h4 span {
  position: relative;
}

.btn_flex h4 span:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 19px;
  vertical-align: text-bottom;
  margin-right: 5px;
  margin-bottom: 2px;
}

.btn_flex .ragan_btn h4 span:before {
  background: url(/-/Media/com/gold40/top/202208/img/icon_ragan.svg) center/contain no-repeat;
}

.btn_flex .lens_btn h4 span:before {
  background: url(/-/Media/com/gold40/top/202208/img/icon_lens.svg) center/contain no-repeat;
}

#series .series_read_wrap {
  margin: 15px auto;
}

#series .series_read_wrap .series_read {
  text-align: center;
  font-size: 16px;
}

#series .series_read_wrap .series_read span {
  font-size: 10px;
  vertical-align: text-top;
}

#series .series_read_wrap .kome {
  text-align: center;
  font-size: 10px;
  line-height: 2;
}

.series_wrapper .series_item ul li {
  margin: 0 3px;
  text-align: center;
}

.series_wrapper .series_item ul li a, .series_wrapper .series_item ul li img {
  display: block;
  max-width: 115px;
  margin: 0 auto 10px;
}

.series_wrapper .series_item ul li .level_img {
  max-width: 150px;
  margin-bottom: 20px;
}

.series_wrapper .series_item ul li img.sm_img {
  margin: 7px auto;
  max-width: 50px;
}

.series_wrapper .series_item ul li p {
  font-size: 8px;
  font-weight: 700;
  margin-top: 3px;
}

.series_wrapper .series_item ul li p span {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 0 6px;
  margin-bottom: 3px;
}

.ragan {
  margin-bottom: 30px;
}

.ec_link {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  background-color: #CB000B;
  padding: 15px;
  border-radius: 5px;
  width: 85%;
  margin: 20px auto 0;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  position: relative;
  cursor: pointer;
}

.ec_link:before, .ec_link:after {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.ec_link:before {
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.ec_link:after {
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(90deg);
}

.ec_link span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ec_link span:before {
  content: '';
  background: url(/-/Media/com/gold40/top/202208/img/cart.svg) center center/contain no-repeat;
  display: inline-block;
  width: 24px;
  height: 18px;
  vertical-align: text-top;
  margin-right: 12px;
}

/* ポップアップ */
.popup_inner {
  display: none;
}

.popup_inner.show {
  background: rgba(145, 144, 144, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.popup_inner.show .popup_content {
  background-color: #CB000B;
  padding: 30px 25px 60px;
  width: 80%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.popup_content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  cursor: pointer;
}

.popup_inner.show .popup_content p {
  color: #fff;
  font-size: 19px;
  text-align: center;
  margin-bottom: 25px;
}

.popup_inner.show .popup_content p span {
  position: relative;
  padding-left: 28px;
}

.popup_inner.show .popup_content p span:before {
  content: '';
  background: url(/-/Media/com/gold40/top/202208/img/cart.svg) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 18px;
  margin-right: 12px;
}

.popup_content .btn_list li:not(:last-child) {
  margin-bottom: 20px;
}

/*----- #symptom -----*/
#symptom h2 {
  color: #fff;
  font-size: 24px;
  background: linear-gradient(90deg, #7b4700 0%, #d09a34 50%, #835102 100%);
  padding: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

#symptom h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
}

#symptom h2 span:before {
  content: '';
  display: inline-block;
  background: url(/-/Media/com/gold40/top/202208/img/symptom_title_img.png) center center/contain no-repeat;
  width: 40px;
  height: 37px;
}

#symptom h2 span:after {
  content: '';
  display: inline-block;
  background: url(/-/Media/com/gold40/top/202208/img/symptom_title_img.png) center center/contain no-repeat;
  width: 40px;
  height: 37px;
  transform: scale(-1, 1);
}

#symptom ul li {
  position: relative;
  padding-top: calc(372 / 750 * 100%);
}

#symptom ul li:last-child {
  padding-top: calc(381 / 750 * 100%);
}

#symptom ul li:first-child {
  background: url(/-/Media/com/gold40/top/202208/img/symptom_bg01_sp.png) top center/100% no-repeat;
}

#symptom ul li:nth-child(2) {
  background: url(/-/Media/com/gold40/top/202208/img/symptom_bg02_sp.png) top center/100% no-repeat;
}

#symptom ul li:nth-child(3) {
  background: url(/-/Media/com/gold40/top/202208/img/symptom_bg03_sp.png) top center/100% no-repeat;
}

#symptom ul li:last-child {
  background: url(/-/Media/com/gold40/top/202208/img/symptom_bg04_sp.png) top center/100% no-repeat;
}

#symptom ul li .case_title {
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

#symptom ul li:nth-child(even) .case_title {
  left: auto;
  right: 5%;
}

#symptom ul li .case_title span.case_num {
  color: #fff;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  background-color: #000;
  padding: 2px 8px;
  display: block;
  width: 5em;
  text-align: center;
  margin-bottom: 8px;
}

#symptom ul li .case_title em {
  color: #CB000B;
  font-size: 1.375em;
}

/*----- #function -----*/
#function {
  background: linear-gradient(180deg, #fae098 0%, #f4edd0 35%, white 75%, #fff7db 100%);
  padding: 25px;
  position: relative;
  margin-bottom: 46px;
}

#function:after {
  content: '';
  display: inline-block;
  background: url(/-/Media/com/gold40/top/202208/img/function_after_arrow.svg) center/contain no-repeat;
  width: 100%;
  height: 46px;
  position: absolute;
  bottom: -46px;
  left: 0;
  right: 0;
}

#function .headline_box {
  margin: 0 -15px;
  position: relative;
}

.headline_box h2 {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  right: 2%;
}

.headline_box h2 em {
  color: #CB000B;
  font-size: 1.57em;
}

#function dl {
  background-color: #fff;
  border: 3px solid #000;
  margin: 8px 0;
}

#function dl dt {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  background: linear-gradient(180deg, black 0%, #545454 100%);
  padding: 14px 0;
  position: relative;
  z-index: 1;
}

#function dl dt:before {
  content: '';
  display: inline-block;
  background: url(/-/Media/com/gold40/top/202208/img/function_arrow.svg) center/contain no-repeat;
  width: 50px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#function dl dd {
  margin-left: 0;
  padding: 13px 25px;
  line-height: 1.71;
  text-align: justify;
}

.eye_decrease {
  background-color: #fff;
  padding: 22px;
  box-shadow: 0 0 20px rgba(178, 124, 0, 0.5);
  margin-top: 17px;
}

.eye_decrease h3 {
  color: #957840;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.eye_decrease div p {
  line-height: 1.71;
  margin-bottom: 30px;
}

/*----- #feature -----*/
#feature {
  padding-top: 37px;
}

#feature h2 {
  text-align: center;
  font-size: 30px;
  position: relative;
  z-index: 1;
}

#feature h2 span.gold40_logo {
  width: 180px;
  height: 90px;
}

.feature_image {
  margin-top: -75px;
  position: relative;
}

#feature .inner:first-child ul {
  padding: 0 15px;
}

#feature .inner:first-child ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

#feature .inner:first-child ul li:first-child:before, #feature .inner:first-child ul li:last-child:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}

#feature .inner:first-child ul li:first-child:before {
  background: url(/-/Media/com/gold40/top/202208/img/feature_icon01.svg) center/contain no-repeat;
}

#feature .inner:first-child ul li:last-child:before {
  background: url(/-/Media/com/gold40/top/202208/img/feature_icon02.svg) center/contain no-repeat;
}

#feature .inner:nth-child(2) {
  background: url(/-/Media/com/gold40/top/202208/img/feature_bg.png) bottom center/cover no-repeat;
  padding: 70px 35px 35px;
}

#feature .inner:nth-child(2) .container p:first-child {
  max-width: 80%;
  margin: -70px auto -20px;
}

#feature .inner:nth-child(2) .container p:nth-child(2) {
  font-size: 47px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 0 10px #fff;
  margin-bottom: 28px;
}

#feature .inner:nth-child(2) .container p:nth-child(2) small {
  font-size: 0.68em;
}

#feature .inner:nth-child(2) .container p:nth-child(2) em {
  color: #D7000F;
}

#feature .inner:nth-child(2) p.kome {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

#feature .inner:last-child {
  background: linear-gradient(180deg, #fae098 0%, #f4edd0 35%, white 75%, #fff7db 100%);
  padding: 25px 30px;
}

#feature .inner:last-child h3 {
  font-size: 27px;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  background: url(/-/Media/com/gold40/top/202208/img/fukidashi_line.svg) bottom center/75% no-repeat;
  padding-bottom: 35px;
}

#feature .inner:last-child h3 small {
  font-size: 0.66em;
}

#feature .inner:last-child h3 em {
  color: #CB000B;
  border-bottom: 6px solid #F6DE6A;
  display: inline-block;
  line-height: 1;
}

#feature .inner:last-child .headline_box p {
  width: 90%;
  margin: 1rem auto 0;
}

.feature_point {
  margin: 18px 0 36px;
}

.feature_point h4 {
  color: #fff;
  font-size: 20px;
  background: linear-gradient(180deg, black 0%, #545454 100%);
  padding: 10px;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  position: relative;
}

.feature_point h4:after {
  content: '';
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 10px solid #545454;
  border-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.feature_point ul {
  justify-content: space-between;
  margin-bottom: 20px;
}

.feature_point p {
  font-weight: 400;
  line-height: 1.71;
}

.feature_point:last-child ul {
  justify-content: center;
}

.feature_point:last-child ul li {
  padding: 0 5px;
}

/*----- #lineup -----*/
#lineup {
  padding: 43px 15px;
}

#lineup h2 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
}

#lineup h2 span {
  /*
      &.gold40_logo {
        width: 202px;
        height: 42px;
      }*/
}

#lineup h2 span:last-child {
  display: block;
  font-size: 1.41em;
  margin-top: 4px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.lineup_box {
  background: #fff;
  box-shadow: 0 0 20px rgba(178, 124, 0, 0.5);
  margin-top: 20px;
}

#lineup_1 {
  padding: 0 15px 10px;
}

#lineup_2 {
  padding: 0 15px 30px;
}

.lineup_box h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  background: linear-gradient(180deg, black 0%, #545454 100%);
  padding: 6px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto 20px;
}

.lineup_box h3 span:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 19px;
  margin-right: 10px;
}

.lineup_box.lineup_ragan h3 span:before {
  background: url(/-/Media/com/gold40/top/202208/img/icon_ragan.svg) center/contain no-repeat;
}

.lineup_box.lineup_lens h3 span:before {
  background: url(/-/Media/com/gold40/top/202208/img/icon_lens.svg) center/contain no-repeat;
}

.lineup_box .lead {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 5px;
}

.lineup_box .lead em {
  color: #CB000B;
  font-size: 1.55em;
}

.lineup_box .lead .sup {
  font-size: 0.5em;
  font-weight: 400;
}

.lineup_box ul.d_flex {
  margin: 0 -10px;
}

.lineup_box ul li {
  max-width: 250px;
}

.lineup_flex, .lineup_flex_2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.item_name {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.note_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.item_note {
  font-size: 10px;
  font-weight: 400;
  border: 1px solid currentColor;
  padding: 1px 5px;
}

.note_box img {
  max-width: 85px;
  margin-left: 10px;
}

.level_comment {
  font-size: 22px;
  font-weight: 700;
  margin: 7px 0 0px;
}

.normal .level_comment {
  color: #1557A0;
}

.mild .level_comment {
  color: #248B57;
}

.cool .level_comment {
  color: #234080;
  margin-bottom: 0px;
}

.cool .level_comment span {
  font-size: 12px;
  vertical-align: text-top;
}

.cool .kome_cool {
  font-size: 12px;
  font-weight: 400;
}

.item_link {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0 30px;
}

.normal .item_link {
  background-color: #1557A0;
}

.mild .item_link {
  background-color: #248B57;
}

.cool .item_link {
  background-color: #234080;
}

.lens_influence {
  border: 1px solid #B2CEF4;
  margin-top: 20px;
  padding-bottom: 22px;
}

.lens_influence h4 {
  color: #234080;
  font-size: 16px;
  background-color: #DEECFF;
  text-align: center;
  padding: 7px;
  margin-bottom: 23px;
}

.lens_influence p {
  width: calc(100% - 40px);
  margin: auto;
}

.lens_influence ul {
  width: calc(100% - 40px);
  margin: auto;
  margin-top: 10px;
  position: relative;
}

.lens_influence ul:after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 11px solid #b91c14;
  border-bottom: 0;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.lens_influence ul li {
  font-weight: 900;
  line-height: 1.71;
}

.lens_influence ul li em {
  color: #B91C14;
}

.lens_influence p:last-child {
  color: #B91C14;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  border-bottom: 5px solid #F2BE4A;
  margin-top: 34px;
}

#lineup .kome {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

/*----- レスポンシブ -----*/
@media screen and (min-width: 1200px) {
  .pc_active {
    display: block;
  }
  .sp_active {
    display: none;
  }
  .container, .series_container {
    max-width: 965px;
    margin: auto;
  }
  /*----- #page_nav -----*/
  #page_nav ul {
    max-width: 900px;
    margin: auto;
  }
  #page_nav ul li a {
    font-size: 14px;
    padding: 12px 0;
    margin-bottom: 0;
  }
  #page_nav ul li a:before {
    position: static;
    margin-bottom: 3px;
    margin-right: 10px;
  }
  #page_nav ul li a br {
    display: none;
  }
  #page_nav ul li:first-child {
    border-left: 1px solid #EDDDC1;
  }
  #page_nav ul li:last-child {
    border-right: 1px solid #EDDDC1;
  }
  #page_nav.fixed_menu ul {
    max-width: 100%;
    flex-direction: row;
  }
  #page_nav.fixed_menu ul li:first-child {
    border-left: none;
  }
  #page_nav.fixed_menu ul li:not(:last-child) {
    border-right: 1px solid #707070;
  }
  /*----- #series -----*/
  #series {
    padding: 22px 22px 50px;
  }
  #series .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  span.gold40_logo {
    width: 216px;
    height: 108px;
    margin: 0 0 8px 0;
  }
  #series .title_box {
    display: flex;
    width: 50%;
    margin: 20px auto 30px;
    padding-right: 40px;
    align-items: center;
    justify-content: space-around;
  }
  .ec_link {
    width: 40%;
    margin: 0;
  }
  .series_wrapper {
    margin: 0;
    display: flex;
  }
  .series_wrapper > div {
    margin: 0 10px;
  }
  .series_wrapper h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .series_wrapper .series_item ul li img.sm_img {
    max-width: 80px;
  }
  .series_wrapper .series_item ul li p {
    font-size: 12px;
  }
  .series_item {
    width: 50%;
  }
  .ec_link span:before {
    margin-right: 5px;
  }
  .popup_inner.show .popup_content {
    width: 40%;
  }
  .popup_content .btn_list {
    width: 60%;
    margin: auto;
  }
  #series .series_read_wrap {
    margin: 25px auto;
  }
  #series .series_read_wrap .series_read {
    font-size: 20px;
  }
  #series .series_read_wrap .series_read span {
    font-size: 12px;
  }
  #series .series_read_wrap .kome {
    font-size: 14px;
  }
  .btn_flex .ragan_btn, .btn_flex .lens_btn {
    width: 50%;
  }
  /*----- #symptom -----*/
  #symptom {
    background: linear-gradient(180deg, #7b4700 0%, #d09a34 50%, #835102 100%);
    padding-bottom: 42px;
  }
  #symptom h2 {
    background: transparent;
    font-size: 33px;
    padding: 20px;
  }
  #symptom h2 span:before, #symptom h2 span:after {
    width: 55px;
    height: 55px;
    background-size: 100%;
    background-position: center bottom -3px;
  }
  #symptom ul {
    max-width: 965px;
    margin: auto;
    font-size: 0;
    border-right: 4px solid;
  }
  #symptom ul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding-top: 40%;
  }
  #symptom ul li:last-child {
    padding-top: 40%;
  }
  #symptom ul li:first-child {
    background: url(/-/Media/com/gold40/top/202208/img/symptom_bg01_pc.png) top center/100% no-repeat;
  }
  #symptom ul li:nth-child(2) {
    background: url(/-/Media/com/gold40/top/202208/img/symptom_bg02_pc.png) top center/100% no-repeat;
  }
  #symptom ul li:nth-child(3) {
    background: url(/-/Media/com/gold40/top/202208/img/symptom_bg03_pc.png) top center/100% no-repeat;
  }
  #symptom ul li:last-child {
    background: url(/-/Media/com/gold40/top/202208/img/symptom_bg04_pc.png) top center/100% no-repeat;
  }
  #symptom ul li .case_title {
    font-size: 18px;
    top: 5%;
    left: 8%;
    transform: none;
  }
  #symptom ul li:nth-child(even) .case_title {
    left: 8%;
    right: auto;
    top: auto;
    bottom: 5%;
  }
  #symptom ul li:nth-child(2) .case_title {
    bottom: 10%;
  }
  #symptom ul li .case_title em {
    font-size: 1.33em;
  }
  #symptom ul li:nth-child(2) .case_title br:nth-child(3), #symptom ul li:not(:last-child) .case_title em br {
    display: none;
  }
  /*----- #function -----*/
  #function .headline_box {
    max-width: 720px;
    margin: auto;
  }
  #function .headline_box p {
    max-width: 55%;
  }
  .headline_box h2 {
    font-size: 40px;
  }
  #function .headline_box h2 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-shadow: 0 0 10px #fff;
  }
  #function .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #function .container dl {
    flex: 1;
    margin: 10px 5px;
    min-height: 180px;
  }
  .eye_decrease {
    max-width: 700px;
    margin: 32px auto 15px;
    display: flex;
    align-items: center;
    padding-left: 50px;
  }
  .eye_decrease div {
    width: 100%;
    margin-right: 50px;
  }
  /*----- #feature -----*/
  #feature h2 {
    font-size: 37px;
  }
  #feature h2 span.gold40_logo {
    width: 240px;
    height: 120px;
    margin: 0 0.5em 0 0;
  }
  .feature_image {
    max-width: 900px;
    margin: -80px auto 0;
  }
  #feature .inner:first-child {
    position: relative;
    margin-bottom: -50px;
  }
  #feature .inner:first-child ul {
    position: absolute;
    bottom: 5%;
    right: 2%;
    width: 25%;
  }
  #feature .inner:first-child ul li {
    font-weight: 400;
  }
  #feature .inner:nth-child(2) {
    background: url(/-/Media/com/gold40/top/202208/img/feature_bg_pc.png) top center/cover no-repeat;
    padding: 230px 35px 50px;
  }
  #feature .inner:nth-child(2) .container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  #feature .inner:nth-child(2) .container p:first-child {
    max-width: 400px;
    margin-right: 20px;
    margin-left: 0px;
  }
  #feature .inner:nth-child(2) .container p:nth-child(2) {
    font-size: 66px;
  }
  #feature .inner:nth-child(2) p.kome {
    width: 100%;
    margin-top: 30px;
  }
  #feature .inner:last-child {
    padding: 70px 0;
  }
  #feature .inner:last-child .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1030px;
  }
  #feature .inner:last-child .container > div {
    width: 100%;
  }
  #feature .inner:last-child .container .headline_box {
    margin-right: 32px;
  }
  #feature .inner:last-child .container .feature_point {
    margin-left: 32px;
  }
  #feature .inner:last-child .headline_box p {
    width: 235px;
    margin: 0 auto;
  }
  .feature_point ul {
    margin-bottom: 25px;
  }
  /*----- #lineup -----*/
  #lineup {
    padding: 52px 15px 100px;
  }
  #lineup h2 {
    font-size: 22px;
    margin-bottom: 38px;
  }
  #lineup h2 span.gold40_logo {
    margin: 0 0.5em 0 0;
  }
  #lineup h2 span:last-child {
    display: inline-block;
    margin-left: 18px;
  }
  .lineup_box h3 {
    max-width: 60%;
  }
  #lineup > .container {
    max-width: 1000px;
  }
  .lineup_box {
    margin: 22px auto;
  }
  .lineup_ragan {
    margin-bottom: 50px;
  }
  #lineup_1 {
    padding: 0 50px 10px;
  }
  #lineup_2 {
    padding: 0 50px 30px;
  }
  .lineup_box .lead {
    font-size: 28px;
  }
  .lineup_box .lead br {
    display: none;
  }
  .lineup_box .lead em {
    padding-left: 0.2em;
  }
  .lineup_box ul.d_flex {
    margin: 0;
    justify-content: center;
  }
  .lineup_box ul li {
    max-width: 250px;
  }
  .lineup_flex {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .lineup_flex_2 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  .lineup_box .lineup_flex_2 li:not(:last-child) {
    margin-right: 80px;
  }
  .item_image, .item_box {
    flex: 1;
  }
  .item_image {
    margin: 10px;
  }
  .item_box {
    display: flex;
    flex-direction: column;
  }
  .level_comment {
    margin: 7px 0 18px;
  }
  .item_link {
    order: 5;
    margin-top: 12px;
    padding: 12px;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .note_box {
    flex-direction: row;
    margin-top: 20px;
  }
  .item_note {
    display: inline-block;
  }
  .item_name {
    margin-top: 10px;
    min-height: 3em;
  }
  .lens_influence {
    padding-bottom: 26px;
  }
  .lens_influence h4 {
    margin-bottom: 26px;
  }
  .lens_influence .container {
    max-width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lens_influence .container > p {
    max-width: 265px;
    margin: 0;
  }
  .lens_influence .container > div {
    width: 100%;
    margin-left: 36px;
  }
  .lens_influence ul {
    margin-top: 0;
    margin-left: 0;
  }
  .lens_influence ul li {
    font-size: 16px;
  }
  .lens_influence ul:after {
    border: 15px solid transparent;
    border-top: 13px solid #b91c14;
    bottom: -45px;
  }
  .lens_influence p:last-child {
    font-size: 22px;
    margin-top: 45px;
    display: inline-block;
  }
}

@media screen and (min-width: 1366px) {
  /*----- #feature -----*/
  #feature .inner:first-child ul {
    bottom: 5%;
    right: 10%;
    width: 20%;
  }
}

#page_nav.fixed_menu ul {
  display: none;
}

.feature_point ul {
  margin-bottom: 20px !important;
}

.lineup_box h3 {
  font-weight: 700 !important;
}

.item_image {
  margin-bottom: 10px;
}

.item_name {
  font-size: 15px;
}

.lens_influence p {
  margin: auto !important;
}

.lens_influence ul {
  margin: auto !important;
  margin: 10px auto 0 !important;
}

.lens_influence p:last-child {
  margin: 34px auto 0 !important;
}

@media screen and (min-width: 1200px) {
  .popup_content .btn_list {
    margin: auto !important;
  }
  .feature_point ul {
    margin-bottom: 25px !important;
  }
  .item_image {
    margin-bottom: 0 !important;
  }
  .item_name {
    font-size: 16px;
  }
  .lens_influence ul {
    margin: 0 !important;
  }
  .lens_influence p:last-child {
    margin: 45px auto 0 !important;
  }
}

#mv.sec01 picture {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: #59391E;
}

#mv.sec01 picture img {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  picture {
    background-image: url(./bg_pc.jpg);
  }
  picture img {
    max-width: 1024px;
  }
}

@media screen and (max-width: 768px) {
  picture {
    background-image: url(./bg_sp.jpg);
  }
}
