
  /** @format */
  
  @charset "UTF-8";
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap");
  
  html {
    font-size: 10px;
  }
  
  body {
    /* background-color: #270a0c; */
  
    background-color: #E60012;
    font-family: "Noto Sans JP", "Noto Sans Japanese", "Hiragino Kaku Gothic Pro",
      メイリオ, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #313131;
    line-height: 1.5;
    position: relative;
    background-image: url("../images/back-img-002.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  * {
    box-sizing: border-box;
  }
  
  /*リンクアクション*/
  a {
    transition: all 0.2s;
  }
  
  a:hover {
    transition: all 0.2s;
    opacity: 0.6;
  }
  
  /*画像サイズ*/
  img {
    max-width: 100%;
  }
  
  /*下線*/
  .underline {
    text-decoration: underline;
  }
  
  .underline:hover {
    text-decoration: none;
  }
  
  /*改行指定*/
  .wsnw {
    white-space: nowrap;
  }
  
  /*文字の太さ*/
  .b {
    font-weight: 700 !important;
  }
  
  .m {
    font-weight: 500 !important;
  }
  
  .l {
    font-weight: 400 !important;
  }
  
  /*文字寄せ*/
  .t-center {
    text-align: center !important;
  }
  
  .t-right {
    text-align: right !important;
  }
  
  .t-left {
    text-align: left !important;
  }
  
  @media screen and (max-width: 767px) {
    .t-right-sp {
      text-align: right !important;
    }
  
    .t-center-sp {
      text-align: center !important;
    }
  
    .t-left-sp {
      text-align: left !important;
    }
  }
  
  /*背景色・文字色*/
  .c-w {
    color: #fff !important;
  }
  
  .c-b {
    color: #0075c1;
  }
  
  .c-r {
    color: #dd3c20;
  }
  
  .c-red {
    color: #e21616 !important;
  }
  
  .c-g {
    color: #666;
  }
  
  .c-green {
    color: #58b1bd;
  }
  
  .c-blue {
    color: #47cadf !important;
  }
  
  .c-w {
    color: #fff !important;
  }
  
  .bg-blue {
    background-color: #e8f4fd !important;
  }
  
  .bg-red {
    background-color: #fff3cb !important;
  }
  
  /*margin*/
  .pt0 {
    padding-top: 0 !important;
  }
  
  .mt0 {
    margin-top: 0 !important;
  }
  
  .mt10 {
    margin-top: 10px !important;
  }
  
  .mt15 {
    margin-top: 10px !important;
  }
  
  .mt20 {
    margin-top: 20px !important;
  }
  
  .mt30 {
    margin-top: 30px !important;
  }
  
  .mt40 {
    margin-top: 40px !important;
  }
  
  .mt50 {
    margin-top: 50px !important;
  }
  
  .mt60 {
    margin-top: 60px !important;
  }
  
  .mt70 {
    margin-top: 70px !important;
  }
  
  .mt80 {
    margin-top: 80px !important;
  }
  
  .mt100 {
    margin-top: 100px !important;
  }
  
  .mb0 {
    margin-bottom: 0px !important;
  }
  
  .mb10 {
    margin-bottom: 10px !important;
  }
  
  .mb20 {
    margin-bottom: 20px !important;
  }
  
  .mb30 {
    margin-bottom: 30px !important;
  }
  
  .mb40 {
    margin-bottom: 40px !important;
  }
  
  .mb50 {
    margin-bottom: 50px !important;
  }
  
  .mb60 {
    margin-bottom: 60px !important;
  }
  
  .mb70 {
    margin-bottom: 70px !important;
  }
  
  .mb80 {
    margin-bottom: 80px !important;
  }
  
  @media screen and (max-width: 767px) {
    .sp-mt0 {
      margin-top: 0px !important;
    }
  
    .sp-mt10 {
      margin-top: 10px !important;
    }
  
    .sp-mt20 {
      margin-top: 20px !important;
    }
  
    .sp-mt30 {
      margin-top: 30px !important;
    }
  
    .sp-mt40 {
      margin-top: 40px !important;
    }
  
    .sp-mt50 {
      margin-top: 50px !important;
    }
  
    .sp-mt60 {
      margin-top: 60px !important;
    }
  
    .sp-mt70 {
      margin-top: 70px !important;
    }
  
    .sp-mt80 {
      margin-top: 80px !important;
    }
  
    .sp-mb0 {
      margin-bottom: 0 !important;
    }
  
    .sp-mb10 {
      margin-bottom: 10px !important;
    }
  
    .sp-mb20 {
      margin-bottom: 20px !important;
    }
  
    .sp-mb30 {
      margin-bottom: 30px !important;
    }
  
    .sp-mb40 {
      margin-bottom: 40px !important;
    }
  
    .sp-mb50 {
      margin-bottom: 50px !important;
    }
  
    .sp-mb60 {
      margin-bottom: 60px !important;
    }
  
    .sp-mb70 {
      margin-bottom: 70px !important;
    }
  
    .sp-mb80 {
      margin-bottom: 80px !important;
    }
  }
  
  /*文字サイズ*/
  .lh15 {
    line-height: 1.5 !important;
  }
  
  .lh18 {
    line-height: 1.8 !important;
  }
  
  .fs46 {
    font-size: 4.6rem !important;
  }
  
  .fs40 {
    font-size: 4rem !important;
  }
  
  .fs36 {
    font-size: 3.6rem !important;
  }
  
  .fs35 {
    font-size: 3.5rem !important;
  }
  
  .fs34 {
    font-size: 3.4rem !important;
  }
  
  .fs30 {
    font-size: 3rem !important;
  }
  
  .fs28 {
    font-size: 2.8rem !important;
  }
  
  .fs26 {
    font-size: 2.6rem !important;
  }
  
  .fs25 {
    font-size: 2.5rem !important;
  }
  
  .fs24 {
    font-size: 2.4rem !important;
  }
  
  .fs23 {
    font-size: 2.3rem !important;
  }
  
  .fs22 {
    font-size: 2.2rem !important;
  }
  
  .fs21 {
    font-size: 2rem !important;
  }
  
  .fs20 {
    font-size: 2rem !important;
  }
  
  .fs19 {
    font-size: 1.8rem !important;
  }
  
  .fs18 {
    font-size: 1.8rem !important;
  }
  
  .fs17 {
    font-size: 1.7rem !important;
  }
  
  .fs16 {
    font-size: 1.6rem !important;
  }
  
  .fs15 {
    font-size: 1.5rem !important;
  }
  
  .fs14 {
    font-size: 1.4rem !important;
  }
  
  .fs13 {
    font-size: 1.3rem !important;
  }
  
  .fs12 {
    font-size: 1.2rem !important;
  }
  
  .fs11 {
    font-size: 1.1rem !important;
  }
  
  .fs10 {
    font-size: 1rem !important;
  }
  
  @media screen and (max-width: 767px) {
    .sp-fs28 {
      font-size: 2.8rem !important;
    }
  
    .sp-fs26 {
      font-size: 2.6rem !important;
    }
  
    .sp-fs24 {
      font-size: 2.4rem !important;
    }
  
    .sp-fs23 {
      font-size: 2.3rem !important;
    }
  
    .sp-fs22 {
      font-size: 2.2rem !important;
    }
  
    .sp-fs21 {
      font-size: 2rem !important;
    }
  
    .sp-fs20 {
      font-size: 2rem !important;
    }
  
    .sp-fs19 {
      font-size: 1.8rem !important;
    }
  
    .sp-fs18 {
      font-size: 1.8rem !important;
    }
  
    .sp-fs17 {
      font-size: 1.7rem !important;
    }
  
    .sp-fs16 {
      font-size: 1.6rem !important;
    }
  
    .sp-fs15 {
      font-size: 1.5rem !important;
    }
  
    .sp-fs14 {
      font-size: 1.4rem !important;
    }
  
    .sp-fs13 {
      font-size: 1.3rem !important;
    }
  
    .sp-fs12 {
      font-size: 1.2rem !important;
    }
  
    .sp-fs11 {
      font-size: 1.1rem !important;
    }
  
    .sp-fs10 {
      font-size: 1rem !important;
    }
  }
  
  /*コンテンツインナー*/
  .inner {
    padding: 0 15px;
  }
  
  /*******************
  側
  *************************/
  .main {
    position: relative;
    background-image: url("../images/back-img-001.png");
    background-size: 1920px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
  }
  
  .main.nologo-page {
    background-image: url("../images/back-img-001.png");
  }
  
  .main_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 67px;
    /* background-color: #004c9f; */
  }
  
  /** 背景上部の黄色斜め **/
  .main-back-up-yellow {
    display: none;
  }
  
  .main_header .text_and_logo {
    display: flex;
    bottom: auto;
    display: none;
  }
  
  .main_header .text_and_logo .text {
    position: relative;
    left: auto;
    /* bottom: -18px; */
  
    margin-left: 40px;
    display: none;
  }
  
  .main_header .text_and_logo .logo {
    max-width: 250px;
  }
  
  @media screen and (min-width: 1100px) {
    .main-back-up-yellow {
      display: block;
      position: fixed;
      width: 100vw;
      height: 100vh;
      background-image: url("../images/back-img-009.png");
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: 0 top;
      z-index: 2;
    }
  
    .main_header .only_text.text_and_logo {
      display: flex;
      bottom: auto;
      align-items: center;
      align-items: flex-end;
      left: 15vw;
      top: 5px;
    }
  
    .main_header .text_and_logo {
      display: flex;
    }
  }
  
  @media screen and (min-width: 1200px) and (max-width: 1720px) {
  
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    .main_header .only_text.text_and_logo {
      left: 7vw;
    }
  }
  
  @media screen and (min-width: 1100px) and (max-width: 1200px) {
  
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    .main_header .only_text.text_and_logo {
      left: 20px;
    }
  }
  
  /** 背景下部の格子柄斜め **/
  .main-back-down-plaid {
    display: none;
  }
  
  @media screen and (min-width: 1100px) {
    .main-back-down-plaid {
      display: block;
      position: fixed;
      width: 100vw;
      height: 100vh;
      background-image: url("../images/back-img-010.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: 0 bottom;
      z-index: 2;
    }
  }
  
  /** 背景上部のゴールドライン **/
  .main-back-line {
    display: none;
  }
  
  @media screen and (min-width: 1100px) {
    .main-back-line {
      display: block;
      position: fixed;
      top: 0;
      width: 100%;
      height: 67px;
      background-color: #003074;
      background-image: url("../images/back-img-006.png");
      background-size: 1920px;
      background-repeat: no-repeat;
      background-position: bottom;
      z-index: 1;
    }
  }
  
  /** 背景上部のゴールドライン上のテキスト **/
  .main-back-text {
    display: none;
    opacity: 1;
    transition: all 0.2s;
  }
  
  .main-back-text a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .second .main-back-text:hover {
    opacity: 0.6;
    transition: all 0.2s;
  }
  
  @media screen and (min-width: 1100px) {
    .main-back-text {
      display: block;
      position: fixed;
      top: 39px;
      left: 15vw;
      width: 246px;
      height: 67px;
      /* background-image: url(../images/back-img-007.png); */
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: 0 0;
      z-index: 1;
    }
  }
  
  /** 背景下部のゴールドライン **/
  .main-back-line-bottom {
    display: none;
  }
  
  @media screen and (min-width: 1100px) {
    .main-back-line-bottom {
      display: block;
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 44px;
      background-color: #003074;
      background-image: url("../images/back-img-006.png");
      background-size: 1920px;
      background-repeat: no-repeat;
      background-position: 0 0;
      z-index: 1;
    }
  }
  
  /** 背景下部のリボン **/
  .main-back-ribon {
    display: none;
  }
  
  @media screen and (min-width: 1100px) {
    /* .main-back-ribon {
    display: block;
    position: fixed;
    left: -90px;
    bottom: 0;
    width: 525px;
    height: 525px;
    background-image: url("../images/back-img-004.png");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    z-index: 2;
   } */
  }
  
  .main-title {
    display: none;
  }
  
  @media screen and (min-width: 1100px) {
    .main-title-back-img-001 {
      display: inline-block;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 15rem;
      z-index: 1;
    }
  
    .main-title-back-img-002 {
      display: inline-block;
      position: fixed;
      left: 0;
      top: 20px;
      width: 45rem;
      z-index: 1;
    }
  
    .main-title-back-title-001 {
      display: inline-block;
      width: 32.071428vw;
  
      z-index: 3;
      margin-top: 0;
      margin-left: 0;
      max-width: 700px;
      /*
          width: 100%;
          z-index: 3;
          object-fit: cover;
          object-position: top center;
          height: 100%; */
    }
  
    .main_header .only_text {
      position: absolute;
      bottom: -11px;
      left: 300px;
    }
  
    .main_header .line {
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
    }
  
    .top_ribon {
      position: fixed;
      width: 470px;
      height: 417px;
      background-image: url(../images/ribon.png);
      background-size: cover;
      z-index: 5;
      top: -48px;
      left: -166px;
    }
  }
  
  @media screen and (min-width: 1460px) {
    .main-title-back-title-001 {
      display: inline-block;
      width: 35.071428vw;
  
      z-index: 3;
      margin-top: 0;
      margin-left: 10vw;
      max-width: 700px;
      /*
          width: 100%;
          z-index: 3;
          object-fit: cover;
          object-position: top center;
          height: 100%; */
    }
  }
  
  .main-site {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 67px;
    background: #fff;
    z-index: 10;
    position: relative;
  
    /* background-image: url("../images/bg.png"); */
    background-color: #E60012;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  
  .main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    z-index: 2;
  }
  
  @media screen and (max-width: 1099px) {
    .main-site {
      padding-bottom: 0;
    }
  
    .main-title {
      display: none;
    }
  
    .main_header .text {
      display: none;
    }
  
    .main_header .line {
      display: none;
    }
  }
  
  @media screen and (min-width: 1100px) {
    .main-site {
      margin-right: 0;
    }
  
    .main-title {
      width: calc(100% - 700px);
    }
  
    .top_ribon {
      top: -88px;
      left: -206px;
    }
  }
  
  @media screen and (min-width: 1280px) {
    .main-site {
      margin-right: 8vw;
    }
  
    .main-title {
      width: calc(50% - 8vw);
    }
  
    .second .main-site {
      margin-right: 8vw;
    }
  
    .top_ribon {
      top: -48px;
      left: -166px;
    }
  }
  
  .main-site-slide {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: -10px;
  }
  
  @media screen and (min-width: 1100px) {
    .main-site-slide {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  .main-site-site-top-001 {
    display: inline-block;
    position: relative;
    width: 100%;
    /* margin-top: -10px; */
    z-index: 2;
  }
  
  @media screen and (min-width: 1100px) {
    .main-site-site-top-001 {
      width: 100%;
      margin-top: -10px;
    }
  }
  
  .sp {
    display: inline-block;
  }
  
  @media screen and (min-width: 1100px) {
    .sp {
      display: none;
    }
  }
  
  .header-img {
    margin-top: 0;
    z-index: 10;
  }
  
  .header-top {
    /* margin-top: -10px; */
    margin: 0 auto;
  }
  
  .header-top {
    max-width: 70%;
  }
  
  .text-center {
    text-align: center;
  }
  
  .header-top_title02 {
    padding: 0 20px;
  }
  
  
  /*header*/
  header {
    z-index: 9999;
    position: fixed;
    height: 67px;
    max-width: 700px;
    width: 100%;
    background: #fff;
    opacity: 1;
    top: 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }
  
  .logotype {
    max-width: 80px;
    position: relative;
    z-index: 100;
    width: 70%;
  }
  
  .logotype img {
    max-width: 100%;
  }
  
  /*ナビメニューのスタイルを指定*/
  nav.NavMenu {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
    opacity: 0;
    overflow: auto;
    max-height: 82vh;
    max-height: calc(100vh - 64px);
  }
  
  header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 99;
    left: 0;
  }
  
  nav.NavMenu ul {
    background: #fcf0e8;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 20px;
  }
  
  nav.NavMenu.active ul {
    background: #fff3cb;
  }
  
  nav.NavMenu ul li {
    width: 48%;
    font-size: 1.6rem;
    list-style-type: none;
    padding-bottom: 0px;
    font-weight: bold;
    display: flex;
    color: #6e3104;
  }
  
  nav.NavMenu ul li::before {
    content: "＞";
    font-size: 0.8rem;
    font-weight: bold;
    position: relative;
    top: 10px;
  }
  
  nav.NavMenu ul li:last-child {
    padding-bottom: 0;
  }
  
  nav.NavMenu ul li a {
    display: block;
    color: #6e3104;
    padding: 5px 5px;
    width: 100%;
  }
  
  /*トグルボタンが押されたときに付与するクラス*/
  nav.NavMenu.active {
    transform: translateY(64px);
    opacity: 1;
  }
  
  .bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
    display: block;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
    visibility: hidden;
    transition: all 1.2s;
  }
  
  .bg.active {
    opacity: 1;
    z-index: 3;
    visibility: visible;
    transition: all 1.2s;
  }
  
  /*トグルボタンのスタイルを指定*/
  .Toggle {
    position: absolute;
    right: 5px;
    top: 0;
    width: 60px;
    height: 45px;
    cursor: pointer;
    z-index: 999;
  }
  
  .Toggle span {
    display: block;
    position: absolute;
    width: 42px;
    border-bottom: solid 2px #284db4;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 9px;
  }
  
  .Toggle span:nth-child(1) {
    top: 10px;
  }
  
  .Toggle span:nth-child(2) {
    top: 20px;
  }
  
  .Toggle span:nth-child(3) {
    top: 30px;
  }
  
  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 20px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 2px #284db4;
    width: 35px;
  }
  
  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 20px;
    left: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 2px #284db4;
    width: 35px;
  }
  
  .Toggle div {
    color: #284db4;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  
  .NavMenu h2 {
    font-size: 1.8rem;
    color: #6e3104;
    padding: 12px 20px;
  }
  
  .h-link {
    border-top: 1px solid #707070;
    font-size: 1.8rem;
  }
  
  .h-link a {
    padding: 10px 20px;
    color: #6e3104;
    background: url(../images/common/icon-arrow.png) right 20px center no-repeat;
    background-size: 6px;
    display: block;
    font-weight: 500;
  }
  
  .h-link.h-link-second {
    border: none;
  }
  
  .h-link.h-link-second a {
    color: #313131;
    background: url(../images/common/icon-arrow-b.png) right 20px center no-repeat #f2f2f2;
    background-size: 6px;
    padding: 20px 30px;
  }
  
  .h-link.h-link-blank span:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon-blank.png) center center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 10px;
    margin-left: 5px;
  }
  
  @media screen and (max-width: 700px) {
    .NavMenu h2 {
      padding: 20px;
    }
  
  
    nav.NavMenu ul {
      padding: 10px;
    }
  
    nav.NavMenu ul li {
      font-size: 1.2rem;
    }
  
    nav.NavMenu ul li::before {
      top: 11px;
    }
  
    .h-link {
      font-size: 1.6rem;
    }
  
    .h-link a {
      padding: 10px 10px;
    }
  
    nav.NavMenu ul li a {
      padding: 10px 5px;
    }
  }
  
  /*FOOTER*/
  footer,
  .net__shop {
    background: #284db4;
    padding: 8% 6% 3%;
    text-align: center;
    color: #fff;
  }
  .footer{
    padding: 0;
  }
  
  .footer--primary{
    padding: 0;
  }
  
  footer img,
  .net__shop img {
    max-width: 400px;
  }
  .net__shop__yebtn{
    width: 100%;
    max-width: 600px!important;
  }
  
  copy {
    display: block;
    font-size: 1.4rem;
    background: #313131;
    padding: 5px;
  }
  
  @media screen and (max-width: 700px) {
  
    footer img,
    .net__shop img {
      max-width: 280px;
    }
  
    copy {
      font-size: 1.1rem;
      margin-top: 20px;
    }
  }
  
  /*TOPへ戻る*/
  .button {
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    pointer-events: none;
  }
  
  .button img {
    max-width: 70px;
    vertical-align: bottom;
  }
  
  .button a {
    pointer-events: all;
  }
  
  .active-b {
    opacity: 1;
    visibility: visible;
  }
  
  @media screen and (min-width: 1100px) {
    .button {
      margin-right: 0;
    }
  }
  
  @media screen and (min-width: 1280px) {
    .button {
      margin-right: 8vw;
    }
  
    .second .button {
      margin-right: 8vw;
    }
  }
  
  @media screen and (max-width: 1099px) {
    .button {
      margin-right: 0;
      max-width: 700px;
      margin: auto;
      left: 0;
      right: 0;
      text-align: right;
      bottom: 26px;
    }
  }
  
  @media screen and (max-width: 700px) {
    .button img {
      max-width: 44px;
    }
  }
  
  /*******************
  下層　側
  *************************/
  @media screen and (min-width: 1100px) {
    .second .main-back-text {
      display: block;
      position: fixed;
      top: 28px;
      left: 3vw;
      width: 102px;
      height: 110px;
      /* background-image: url(../images/back-img-007-second.png); */
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: 0 0;
      z-index: 2;
      pointer-events: none;
    }
  }
  
  @media screen and (min-width: 1400px) {
    .second .main-back-text {
      left: 10vw;
    }
  }
  
  @media screen and (min-width: 1600px) {
    .second .main-back-text {
      left: 15vw;
    }
  }
  
  .second .main-title {
    align-items: flex-start;
    justify-content: flex-end;
    top: 170px;
  }
  
  .second .main-title {
    z-index: 2;
  }
  
  .second .main-title ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 416px;
  }
  
  .second .main-title ul li {
    width: 48%;
    padding: 0.3vw 0;
  }
  
  /** 背景上部のゴールドライン上のテキスト **/
  @media screen and (min-width: 1100px) {
    .second .main-title {
      width: 39%;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .second .main-title {
      width: 38%;
    }
  }
  
  @media screen and (min-width: 1500px) {
    .second .main-title {
      width: 44%;
    }
  
    .second .main-title ul {
      max-width: 480px;
    }
  }
  
  .product-section {
    padding: 100px 0 90px;
  }
  
  /*カテゴリーコンテンツ*/
  .category-title {
    background: #ffe3c3;
    text-align: center;
    padding-bottom: 30px;
  }
  
  .category-title img {
    max-width: 300px;
  }
  
  .category-title h1 {
    font-size: 3.4rem;
    color: #6e3104;
  }
  
  @media screen and (max-width: 700px) {
    .category-title {
      padding-bottom: 20px;
    }
  
    .category-title h1 {
      font-size: 2.4rem;
    }
  
    .product-section {
      padding: 50px 0 50px;
    }
  
    .category-title img {
      max-width: 190px;
    }
  }
  
  .c-title {
    background: url(../images/common/title-bg.png) center bottom no-repeat;
    background-size: 30px;
    font-size: 3rem;
    color: #313131;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  @media screen and (max-width: 700px) {
    .c-title {
      background: url(../images/common/title-bg.png) center bottom no-repeat;
      background-size: 21px;
      font-size: 2rem;
    }
  }
  
  .c-title-small {
    font-size: 1.8rem;
    vertical-align: 40%;
  }
  
  @media screen and (max-width: 700px) {
    .c-title-small {
      font-size: 1.5rem;
    }
  }
  
  .products-btn {
    text-align: center;
    margin-top: 40px;
  }
  
  .products-btn img {
    max-width: 440px;
  }
  
  @media screen and (max-width: 700px) {
    .products-btn img {
      max-width: 255px;
    }
  
    .products-btn {
      margin-top: 20px;
    }
  }
  
  /*特典ページ*/
  /*特典画像調整*/
  .main-site-special {
    text-align: center;
    background-color: black;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 0;
    z-index: 2;
  }
  
  .main-site-special-img {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .main-site-special-text {
    text-align: left;
    font-size: 0.8rem;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
  }
  
  @media screen and (min-width: 1100px) {
    .main-site-special-text {
      font-size: 1.2rem;
      padding: 20px;
    }
  }
  
  .second-navi ul li a img {
    max-height: 45px;
  }
  
  .modal-open_2 {
    margin: 10px 0;
    padding: 0 10px;
  }
  
  .modal-open_2:first-child {
    margin-top: 30px;
  }
  
  .top-bottom .top-title04 {
    max-width: 90%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  
  .mt10 .modal-open_2 {
    margin-top: 10px;
  }
  
  .first-section-title {
    margin-top: 50px;
  }
  
  @media screen and (max-width: 1100px) {
    .first-section-title {
      margin-top: 0;
    }
  }
  
  .bg-white {
    background-color: #fff;
    padding-top: 20px;
  }
