@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&family=Noto+Sans:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 18px !important;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: toppan-bunkyu-gothic-pr6n, 'Noto Sans', sans-serif; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: all 500ms 0s ease; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:hover {
    opacity: .7; }

.en {
  font-family: "Noto Sans", sans-serif; }

ul, ol {
  list-style: none; }

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

.main {
  padding: 0;
  margin: 0; }

@media screen and (max-width: 1600px) {
  .h_menu li a {
    font-size: 14px !important; }

  .sp_header_menu .logo_area img {
    max-width: 150px;
    height: auto; } }
/*------------------------------------------------------*/
.ipod #Column_warapper,
.iphone #Column_warapper,
.ipad #Column_warapper,
.android #Column_warapper,
.mobile #Column_warapper,
.gecko #Column_warapper {
  width: 100vw; }

#Column_warapper {
  min-height: 100%;
  display: block;
  padding: 0 0 5% 0;
  margin: 0;
  letter-spacing: 0em;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100vw !important;
  width: calc(100vw - 18px);
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #39463b;
  background: #fdfdf7;
  /* SNSシェアボタン */ }
  #Column_warapper .main_wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    #Column_warapper .main_wrap .mv a {
      font-size: 0.7em !important;
      text-align: right;
      display: block; }
      @media screen and (max-width: 769px) {
        #Column_warapper .main_wrap .mv a {
          font-size: 2.8vw !important; } }
    #Column_warapper .main_wrap .btn a {
      display: block;
      background: #7a8d5c;
      color: #ffffff !important;
      font-size: 0.8em !important;
      padding: 0.7em;
      position: relative;
      width: 80%;
      max-width: 450px;
      margin: 0 auto; }
      @media screen and (max-width: 769px) {
        #Column_warapper .main_wrap .btn a {
          font-size: 2.7w !important; } }
      #Column_warapper .main_wrap .btn a::after {
        position: absolute;
        content: "▶";
        font-size: 1.0em;
        top: 50%;
        right: 1.0em;
        transform: translateY(-50%); }
  #Column_warapper section {
    max-width: 600px;
    margin: 10% auto;
    padding-top: 60px; }
    @media screen and (max-width: 769px) {
      #Column_warapper section {
        margin: 10% auto;
        width: 90%; } }
    #Column_warapper section h2 {
      font-size: 18px !important;
      font-weight: normal;
      text-align: left;
      border-bottom: 1px solid #39463b;
      font-weight: 600;
      line-height: 2 !important;
      margin-bottom: 10%;
      padding: 1em 0 1em 0.5em !important; }
      @media screen and (max-width: 769px) {
        #Column_warapper section h2 {
          width: 100%;
          margin: 0 auto 10%;
          line-height: 2 !important;
          font-size: 3vw !important;
          padding-left: 0.5em !important; } }
    #Column_warapper section h3 {
      display: flex;
      align-items: baseline;
      font-size: 18px !important;
      font-weight: normal;
      text-align: left;
      font-weight: 600;
      line-height: 3 !important;
      margin-bottom: 5%;
      padding-left: 1.0em; }
      #Column_warapper section h3 span {
        margin-right: 1.5em; }
        @media screen and (max-width: 769px) {
          #Column_warapper section h3 span {
            max-width: 40px;
            margin-right: 1.0em; } }
      @media screen and (max-width: 1000px) {
        #Column_warapper section h3 {
          width: 100%;
          margin: 0 auto 5%;
          font-size: 3vw !important; } }
    #Column_warapper section .days p {
      font-size: 18px !important;
      line-height: 1.5; }
      @media screen and (max-width: 769px) {
        #Column_warapper section .days p {
          font-size: 3vw !important; } }
      #Column_warapper section .days p span {
        font-size: 80% !important;
        display: block;
        text-align: left; }
    #Column_warapper section .lp_images {
      margin: 5% auto; }
      #Column_warapper section .lp_images a {
        font-size: 0.7em !important;
        text-align: right;
        display: block;
        margin-top: 1.0em; }
    #Column_warapper section .lp_images_2 img {
      width: 65%; }
      #Column_warapper section .lp_images_2 img.left {
        text-align: left;
        margin: 0 auto 5% 0; }
      #Column_warapper section .lp_images_2 img.right {
        text-align: right;
        margin: 0 0 0 auto; }
    #Column_warapper section .btn a {
      display: block;
      background: #7a8d5c;
      color: #ffffff !important;
      font-size: 0.8em !important;
      padding: 0.7em;
      position: relative;
      width: 80%;
      max-width: 450px;
      margin: 0 auto; }
      @media screen and (max-width: 769px) {
        #Column_warapper section .btn a {
          font-size: 3.2vw; } }
      #Column_warapper section .btn a::after {
        position: absolute;
        content: "▶";
        font-size: 1.0em;
        top: 50%;
        right: 1.0em;
        transform: translateY(-50%); }
  #Column_warapper img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0;
    vertical-align: bottom;
    margin: 0 auto; }
  #Column_warapper p {
    display: block;
    font-size: 18px !important;
    font-weight: normal;
    text-align: center;
    margin: 2.5em auto;
    line-height: 2.5em; }
    @media screen and (max-width: 769px) {
      #Column_warapper p {
        font-size: 3vw !important;
        letter-spacing: .1em;
        margin: 10% auto;
        line-height: 2.0; } }
    #Column_warapper p.left {
      text-align: left; }
  #Column_warapper .navi {
    margin: 10% auto; }
    #Column_warapper .navi h3 {
      padding-left: 0;
      margin-bottom: 0; }
    #Column_warapper .navi div a {
      display: block;
      text-align: left;
      font-size: 18px !important;
      margin-bottom: 0.5em;
      text-decoration: underline;
      line-height: 1.5;
      color: #3c463c; }
      @media screen and (max-width: 769px) {
        #Column_warapper .navi div a {
          font-size: 3vw !important; } }
  #Column_warapper .linkbtn {
    margin: -5% auto 25%;
    max-width: 500px;
    width: 70%; }
    #Column_warapper .linkbtn a {
      display: block;
      background: #7a8d5c;
      font-size: 2.5em;
      color: #fff !important;
      line-height: 1.0;
      padding: 0.7em 2.0em;
      border-radius: .3em;
      border: 1px solid #7a8d5c; }
      @media screen and (max-width: 769px) {
        #Column_warapper .linkbtn a {
          font-size: 3vw !important; } }
      #Column_warapper .linkbtn a:hover {
        opacity: .7;
        transition: 0.4s; }
  #Column_warapper .prof_box {
    border: 1px solid #39463b;
    padding: 5%; }
    #Column_warapper .prof_box ul {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #Column_warapper .prof_box ul li:first-child {
        width: 30%; }
      #Column_warapper .prof_box ul li:last-child {
        width: 70%;
        padding-left: 5%; }
        #Column_warapper .prof_box ul li:last-child p {
          font-size: 18px !important;
          font-weight: 600;
          text-align: left;
          margin: 0 auto; }
          #Column_warapper .prof_box ul li:last-child p span {
            font-weight: 400;
            font-size: 70% !important; }
    #Column_warapper .prof_box .txt p {
      font-size: 14px !important; }
      @media screen and (max-width: 769px) {
        #Column_warapper .prof_box .txt p {
          margin: 5% auto;
          font-size: 2.9vw !important;
          line-height: 1.8; } }
    #Column_warapper .prof_box .flex {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #Column_warapper .prof_box .flex .btn {
        width: calc(100%/2 - 2%); }
        #Column_warapper .prof_box .flex .btn a {
          width: 100%;
          text-align: left;
          font-family: "Noto Sans", sans-serif;
          padding: 0.7em 1.0em; }
          @media screen and (max-width: 769px) {
            #Column_warapper .prof_box .flex .btn a {
              font-size: 2.5vw !important; } }
  #Column_warapper .product_sns {
    width: 95%;
    max-width: 600px;
    margin: 15% auto 0% auto;
    padding: 3% 0 0 0;
    border-top: 1px solid #949494; }
    @media screen and (max-width: 1000px) {
      #Column_warapper .product_sns {
        width: 90%;
        max-width: 500px;
        margin: 10% auto auto;
        padding: 5% 0 7% 0;
        border-top: 1px solid #b3b3b3; } }
    @media screen and (max-width: 769px) {
      #Column_warapper .product_sns {
        max-width: 500px;
        margin: 5% auto;
        padding: 1% 0 5% 0; } }
    #Column_warapper .product_sns h1 {
      width: 100%;
      display: block;
      font-size: 18px !important;
      text-align: left; }
      @media screen and (max-width: 769px) {
        #Column_warapper .product_sns h1 {
          width: 100%;
          display: block;
          font-size: 3vw !important;
          text-align: center;
          margin-bottom: 1.5em; } }
    #Column_warapper .product_sns .product_sns_box {
      display: flex;
      align-items: center;
      width: 70%;
      max-width: 500px;
      margin: 5% auto 0 auto; }
      @media screen and (max-width: 769px) {
        #Column_warapper .product_sns .product_sns_box {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          width: 80%;
          max-width: 500px;
          margin: 5% auto 0 auto; } }
      #Column_warapper .product_sns .product_sns_box div:nth-of-type(1) {
        width: 60%;
        text-align: center; }
        @media screen and (max-width: 769px) {
          #Column_warapper .product_sns .product_sns_box div:nth-of-type(1) {
            width: 100%;
            text-align: center; } }
      #Column_warapper .product_sns .product_sns_box div:nth-of-type(2), #Column_warapper .product_sns .product_sns_box div:nth-of-type(3) {
        width: 20%;
        text-align: center; }
        @media screen and (max-width: 769px) {
          #Column_warapper .product_sns .product_sns_box div:nth-of-type(2), #Column_warapper .product_sns .product_sns_box div:nth-of-type(3) {
            width: 50%;
            text-align: center; } }
      #Column_warapper .product_sns .product_sns_box div a {
        display: inline-block;
        width: auto; }
        #Column_warapper .product_sns .product_sns_box div a img {
          display: block;
          width: 40px;
          height: 40px; }
          @media screen and (max-width: 769px) {
            #Column_warapper .product_sns .product_sns_box div a img {
              display: block;
              width: 7.0vw;
              height: 7.0vw; } }
        #Column_warapper .product_sns .product_sns_box div a:hover {
          opacity: 0.7; }

.linkBox {
  display: block;
  max-width: 800px;
  margin: 25% auto 0; }
  @media screen and (max-width: 769px) {
    .linkBox {
      width: 90%;
      margin-top: 35%; } }
  .linkBox h2 {
    font-size: 20px !important;
    padding-bottom: 1em !important;
    text-align: left;
    padding-left: 0.5em;
    border-bottom: dashed 1px #cacaca;
    margin: 0 !important; }
    @media screen and (max-width: 769px) {
      .linkBox h2 {
        font-size: 3.5vw !important; } }
  .linkBox a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.0em 0;
    border-bottom: dashed 1px #cacaca; }
    .linkBox a img {
      width: 30%; }
    .linkBox a p {
      width: 70%;
      padding-left: 1em !important;
      text-align: left; }

#move a {
  display: block;
  width: 70%;
  max-width: 500px;
  margin: 5% auto;
  text-align: center;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding: 1.0em 0;
  border: 1px solid #36473a;
  color: #36473a; }
  @media screen and (max-width: 1000px) {
    #move a {
      width: 60%;
      font-size: 2.5vw !important; } }
  #move a:hover {
    border: 1px solid #36473a;
    background: #36473a;
    color: #fff !important; }
