@charset "UTF-8";
/* CSS Document */
/*** reset ***/
a {
  text-decoration: none;
  color: #3f3b3a; }

ul {
  margin: 0;
  list-style: none; }

/*** 共通デザイン ***/
html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

body {
  line-height: 1.5;
  color: #3f3b3a; }

.pc {
  display: inline-block; }
  @media screen and (max-width: 769px) {
    .pc {
      display: none; } }

.tab {
  display: inline-block; }
  @media screen and (max-width: 769px) {
    .tab {
      display: none; } }
  @media screen and (max-width: 769px) and (max-width: 480px) {
    .tab {
      display: inline-block; } }

.sp {
  display: none; }
  @media screen and (max-width: 769px) {
    .sp {
      display: inline-block; } }
  @media screen and (max-width: 769px) {
    .sp.tab {
      display: none; } }
  @media screen and (max-width: 769px) and (max-width: 480px) {
    .sp.tab {
      display: inline-block; } }

.flex {
  display: flex; }
  @media screen and (max-width: 769px) {
    .flex.row {
      flex-direction: column; } }

.button {
  display: inline-block;
  position: relative;
  transition: all .8s; }
  @media screen and (max-width: 769px) {
    .button {
      width: 80%; } }
  .button:after {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    background: white;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0; }
  .button:hover:after {
    background: #3f3b3a; }
  .button a {
    font-size: 1.4rem;
    display: inline-block;
    padding: .9rem 8em;
    position: relative;
    letter-spacing: 1px;
    transition: all .8s;
    background: #3f3b3a;
    color: white;
    border: 1px solid #3f3b3a; }
    @media screen and (max-width: 769px) {
      .button a {
        padding: 1rem 0;
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        border: 0; } }
    .button a:before {
      position: absolute;
      right: -80px;
      bottom: 0;
      top: 0;
      content: "";
      width: 5px;
      height: 5px;
      margin: auto;
      border-radius: 50%;
      background: #3f3b3a; }
      @media screen and (max-width: 769px) {
        .button a:before {
          right: -20%; } }
    .button a:after {
      position: absolute;
      right: -80px;
      top: 0;
      bottom: 0;
      content: "";
      width: 80px;
      height: 1px;
      margin: auto;
      background: #3f3b3a; }
      @media screen and (max-width: 769px) {
        .button a:after {
          right: -20%;
          width: 30%; } }
    .button a:hover {
      background: white;
      color: #3f3b3a;
      border: 1px solid #3f3b3a; }

.fon2 {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 2px; }
  .fon2.bold {
    font-weight: bold; }

.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }
  .inner.small {
    max-width: 890px; }

.sec_padding {
  padding-top: 60px;
  margin-top: -60px; 
}
  @media screen and (max-width: 769px) {
    .sec_padding {
      padding-top: 80px;
      margin-top: -80px;
     } }

.sec_title {
 font-family: "futura-pt", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 5rem;
  text-align: center;
  line-height: 1.6; }
  @media screen and (max-width: 769px) {
    .sec_title {
      font-size: 2.8rem; } }
  .sec_title .sub_sec_title {
    display: block;
    font-size: 1.4rem;
    letter-spacing: normal;
    font-weight: normal;
        font-family: inherit; }
    @media screen and (max-width: 769px) {
      .sec_title .sub_sec_title {
        font-size: 1rem; } }
  .sec_title.ja {
    font-size: 3.5rem;
    letter-spacing: -5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
    @media screen and (max-width: 769px) {
      .sec_title.ja {
        font-size: 2.4rem;
        letter-spacing: -3.5px; } }
  .sec_title.small {
    font-size: 2.4rem; }
    @media screen and (max-width: 769px) {
      .sec_title.small {
        font-size: 1.65rem; } }

.line_ver {
  display: block;
  margin: 30px auto;
  text-align: center;
  width: 1px;
  height: 62px;
  background: #3f3b3a; }
  @media screen and (max-width: 769px) {
    .line_ver {
      margin: 1rem auto;
      height: 31px; } }
  .line_ver.ja {
    margin: 60px auto 80px; }
    @media screen and (max-width: 769px) {
      .line_ver.ja {
        margin: 1rem auto; } }

.font_14size {
  font-size: 1.4em; }

.kome {
  line-height: 1.5;
  vertical-align: top;
  font-size: .5em;
  font-style: normal;
  display: inline-block; }
  @media screen and (max-width: 769px) {
    .kome {
      line-height: 1.3; } }
  .kome:before {
    content: "*";
    font-size: .5em; }
  .kome.big {
    line-height: 2; }
    @media screen and (max-width: 769px) {
      .kome.big {
        line-height: 1.5; } }

.rad {
  border-radius: 10px; }

/* contents */
header {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding-top: 6rem; }
  @media screen and (max-width: 769px) {
    header {
      position: fixed;
      top: 0;
      padding-top: 0;
      background: transparent; } }
  header .sp-header {
    display: none; }
    @media screen and (max-width: 769px) {
      header .sp-header {
        display: flex;
        height: 80px;
        padding: 0 2em;
        justify-content: space-between;
        align-items: center; }
        header .sp-header .sp-logo {
          padding: 1rem 0; }
          header .sp-header .sp-logo img {
            width: 200px;
            height: auto; 
            display:none}
        header .sp-header .sp-menu {
          position: relative;
          height: 24px;
          width: 24px;
          cursor: pointer; }
          header .sp-header .sp-menu span {
            display: block;
            position: absolute;
            right: 0;
            width: 24px;
            height: 3px;
            background: #3f3b3a;
            transition: .35s ease-in-out; }
            header .sp-header .sp-menu span:first-child {
              top: 5px; }
            header .sp-header .sp-menu span:last-child {
              bottom: 5px; }
          header .sp-header .sp-menu.active span:first-child {
            top: 10px;
            transform: rotate(-45deg); }
          header .sp-header .sp-menu.active span:last-child {
            bottom: 11px;
            transform: rotate(45deg); } }
  header .sp-menu-list .clone-logo {
    display: none; }
  @media screen and (max-width: 769px) {
    header .sp-menu-list {
      display: none; }
      .sp-bk.active {
  background-color: #fff;
  transition:none;
}
      header .sp-menu-list.active {
        display: block;
        height: 100vh; } }
  header .navi {
    display: flex;
    justify-content: center;
    font-size: 1.5rem; }
    @media screen and (max-width: 769px) {
      header .navi {
        flex-direction: column;
        font-size: 1.8rem;
        text-align: center;
        justify-content: flex-start; } }
    header .navi a {
      display: inline-block;
      padding: 1rem 2rem; }
      @media screen and (max-width: 769px) {
        header .navi a {
          display: block;
          padding: 1.3rem 0;
          border-bottom: 1px solid #ddd; } }
  header .sns {
    display: none; }
    @media screen and (max-width: 769px) {
      header .sns {
        display: flex;
        align-items: center;
        justify-content: center; }
        header .sns a {
          display: inline-block;
          text-align: center;
          font-size: 4rem;
          width: 20%; } }
  header .oninestore {
    position: fixed;
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    height: 63px;
    background: #3f3b3a;
    transform: rotate(90deg);
    text-align: center;
    border-radius: 12px 12px 0 0; 
    display: none}
    @media screen and (max-width: 769px) {
      header .oninestore {
        width: 80%;
        margin: 3.3rem auto 1.8rem;
        position: inherit;
        transform: none;
        border-radius: 5px; } }
    header .oninestore a {
      display: inline-block;
      color: white;
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: 4px;
      padding: 1.8rem; }



.start {
  z-index: 1000;
  position: fixed;
  height: 100vh;
  width: 100%;
  background: white; }
  @media screen and (max-width: 769px) {
    .start {
      min-height: inherit;
      margin-top: -55px; } }
  .start .brand-inner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 339px;
    text-align: center; }
  .start .brand-inner-txt {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 10px; }
  .start .brand-inner-txt-ja {
    font-size: 24px;
    margin-top: 1rem;
    display: block; }
  .start img {
    width: 289px; }
    @media screen and (max-width: 769px) {
      .start img {
        top: 0;
        bottom: 0; } }

#keyavisual {
  position: relative;
  background: url("../images/bg-key.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%; }
  @media screen and (max-width: 769px) {
    #keyavisual {
      background: url("../images/sp_bg-key.jpg") no-repeat;
      background-position: center;
      background-size: cover;
      margin-top: 0;
      height: 600px; } }
  #keyavisual .key-inner {
    height:210px;
    width: 300px;
    z-index: 98;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding-bottom: 1rem; }
    #keyavisual .key-inner .brand {
      width: 100% }
    @media screen and (max-width: 769px) {
      #keyavisual .key-inner {
    
          display: block;
    width: 240px;
    height: 150px;
  } }
  #keyavisual .sns {
    position: absolute;
    bottom: 14%;
    width: 100%;
    justify-content: center;
    font-size: 3rem; }
    @media screen and (max-width: 769px) {
      #keyavisual .sns {
        display: none; } }
    #keyavisual .sns a {
      display: inline-block;
      padding: 0 1rem; }
  #keyavisual .circle_link {
    position: absolute;
    bottom: -30px;
    margin: auto;
    left: 0;
    right: 0;
    display: inline-block;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: white;
    text-align: center;
    font-size: 1.8rem;
    line-height: 61px;
    vertical-align: middle;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 769px) {
      #keyavisual .circle_link {
        width: 50px;
        height: 50px;
        line-height: 50px;
        bottom: -25px;
        font-size: 1.6rem; } }

#info .inner {
  padding-top: 170px;
  padding-bottom: 170px;
  justify-content: flex-start; }
  @media screen and (max-width: 769px) {
    #info .inner {
      padding: 6rem 0 3.5rem; } }
#info .sec_title {
  width: 340px;
  position: relative; }
  @media screen and (max-width: 769px) {
    #info .sec_title {
      width: 100%;
      opacity: 1 !important;
      transform: translateY(0px) !important; }
      #info .sec_title span {
        opacity: 1 !important;
        transform: translateY(0px) !important; } }
#info .article {
  margin-top: 2rem;
  margin-left: 20px;
  padding-left: 90px;
  border-top: 1px solid #f6f6f6;
  width: calc(100% - 191px);
  font-size: 1.2rem; }
  @media screen and (max-width: 769px) {
    #info .article {
      width: 100%;
      padding: 0;
      margin: 2rem 0;
      font-size: 1.2rem; } }
  #info .article article {
    border-bottom: 1px solid #f6f6f6;
    padding: 1rem; }
    @media screen and (max-width: 769px) {
      #info .article article {
        padding: 0; } }
    #info .article article a {
      display: flex;
      padding: 2rem 0;
      letter-spacing: 2px; }
      @media screen and (max-width: 769px) {
        #info .article article a {
          width: 90%;
          margin: 0 auto;
          padding: 1rem 0;
          flex-direction: column;
          position: relative;
          text-align: left; }
          #info .article article a:after {
            display: none;
            font-family: 'Font Awesome 5 Solid';
            content: "\f054"; }
          #info .article article a svg {
            position: absolute;
            top: 0;
            right: 5px;
            bottom: 0;
            margin: auto;
            display: flex;
            align-items: center; }
          #info .article article a .date {
            font-size: 1rem; } }
    #info .article article p {
      margin-left: 6rem; }
      @media screen and (max-width: 769px) {
        #info .article article p {
          margin: 0; } }

#about .about-bk {
  background: url("../images/about_bk.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  height: 690px;
  padding: 90px 0; }
  @media screen and (max-width: 769px) {
    #about .about-bk {
      height: 600px;
      padding: 2.5rem 0 0; } }
  #about .about-bk .medal {
    width: 652px;
    margin: -80px auto 0; }
    @media screen and (max-width: 769px) {
      #about .about-bk .medal {
        width: calc(100% - 4rem);
        margin: -40px auto 0; } }
    #about .about-bk .medal img {
      width: 142px;
      height: auto; }
      @media screen and (max-width: 769px) {
        #about .about-bk .medal img {
          width: 86px; } }
#about .about_inner {
  background: #fbfbf9;
  padding: 135px 0;
  margin-bottom: 135px; }
  @media screen and (max-width: 769px) {
    #about .about_inner {
      padding: 6rem 0 0;
      margin-bottom: 4rem; } }
#about .about_disc {
  position: relative;
  height: 540px; }
  @media screen and (max-width: 769px) {
    #about .about_disc {
      width: 90%;
      height: auto;
      margin: 0 auto; } }
  #about .about_disc li {
    position: absolute; }
    @media screen and (max-width: 769px) {
      #about .about_disc li {
        position: inherit; } }
    #about .about_disc li.about_img img {
      width: 720px; }
      @media screen and (max-width: 769px) {
        #about .about_disc li.about_img img {
          width: 100%;
          vertical-align: bottom; } }
    #about .about_disc li.about_txt {
      bottom: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.9);
      width: 410px;
      padding: 55px 45px;
      font-size: 1.4rem; }
      @media screen and (max-width: 769px) {
        #about .about_disc li.about_txt {
          width: 360px;
          padding: 35px 45px; } }
      @media screen and (max-width: 769px) {
        #about .about_disc li.about_txt {
          width: 100%;
          padding: 5% 0;
          background: none; } }
      #about .about_disc li.about_txt h3 {
        font-size: 3rem;
        padding-bottom: 35px;
        letter-spacing: 2px; }
        @media screen and (max-width: 769px) {
          #about .about_disc li.about_txt h3 {
            font-size: 2.4rem;
            padding: 1.1rem 0;
            letter-spacing: 1px; } }
        #about .about_disc li.about_txt h3 .fon1 {
          letter-spacing: 5px; }
      #about .about_disc li.about_txt p {
        line-height: 2.5; }
        @media screen and (max-width: 769px) {
          #about .about_disc li.about_txt p {
            line-height: 1.8; } }
  #about .about_disc.disc02 {
    height: 600px;
    margin-top: 85px; }
    @media screen and (max-width: 769px) {
      #about .about_disc.disc02 {
        height: auto;
        margin-top: 2.4rem;
        padding-bottom: 57px; } }
    #about .about_disc.disc02 li.about_img {
      right: 0; }
    #about .about_disc.disc02 li.about_txt {
      left: 0;
      right: auto; }
      @media screen and (max-width: 769px) {
        #about .about_disc.disc02 li.about_txt {
          padding-bottom: 0; } }
    #about .about_disc.disc02 .button {
      margin-top: 35px; }
      #about .about_disc.disc02 .button a {
        padding: .9rem 5.5em; }
        @media screen and (max-width: 769px) {
          #about .about_disc.disc02 .button a {
            padding: 1rem 0; } }
        #about .about_disc.disc02 .button a:before {
          right: -85px; }
          @media screen and (max-width: 769px) {
            #about .about_disc.disc02 .button a:before {
              right: -20%; } }
        #about .about_disc.disc02 .button a:after {
          right: -85px;
          width: 100px; }
          @media screen and (max-width: 769px) {
            #about .about_disc.disc02 .button a:after {
              right: -20%;
              width: 30%; } }

#step .inner {
  max-width:90% }
  @media screen and (max-width: 769px) {
    #step .inner {
      width: 100%; } }
#step .step li {
  position: relative;
  margin-top: 60px; }
  @media screen and (max-width: 769px) {
    #step .step li {
      width: 90%; }
      #step .step li.step01 {
        margin-left: auto;
        margin-top: 2.5rem; }
      #step .step li.step02 {
        margin-right: auto; } }
  #step .step li .obi {
    z-index: 2;
    position: absolute;
    top: 30px;
    left: -30px;
    background: #3f3b3a;
    color: white;
    border-radius: 30px;
    font-size: 1.5rem;
    padding: .8rem 5rem;
    font-size: 1.6rem;
    font-weight: bold; }
    @media screen and (max-width: 769px) {
      #step .step li .obi {
        padding: .4rem 1.5rem;
        font-size: 1rem;
        top: 20px;
        left: -20px; } }
    #step .step li .obi .fon2 {
      font-size: 1.4rem; }
      @media screen and (max-width: 769px) {
        #step .step li .obi .fon2 {
          font-size: 1rem; } }
    #step .step li .obi.obi2 {
      left: auto;
      right: -30px; }
      @media screen and (max-width: 769px) {
        #step .step li .obi.obi2 {
          right: -20px; } }
  #step .step li .step_inner {
    display: block;
    height: 610px;
    position: relative; }
    @media screen and (max-width: 769px) {
      #step .step li .step_inner {
        height: auto; } }
    #step .step li .step_inner img {
      width: 695px;
      height: auto; }
      @media screen and (max-width: 769px) {
        #step .step li .step_inner img {
          width: 100%;
          vertical-align: bottom; }
          #step .step li .step_inner img.rad {
            border-radius: 0; } }
    #step .step li .step_inner dl {
      position: absolute;
      background: rgba(166, 219, 228, 0.8);
      width: 440px;
      height: 415px;
      right: 0;
      bottom: 0;
      padding: 65px; }
      @media screen and (max-width: 769px) {
        #step .step li .step_inner dl {
          position: inherit;
          width: 100%;
          height: auto;
          padding: 3rem 0;
          text-align: left; }
          #step .step li .step_inner dl.rad {
            border-radius: 0; } }
      #step .step li .step_inner dl dt {
        display: inline-block;
        font-size: 1.4rem;
        font-weight: bold;
        border-bottom: 3px solid #00aec7;
        line-height: 1.8;
        letter-spacing: 1px; }
        @media screen and (max-width: 769px) {
          #step .step li .step_inner dl dt {
            font-size: 1.1rem;
            border-bottom-width: 2px;
            margin-left: 5%; } }
        #step .step li .step_inner dl dt span {
          display: inline-block;
          border-bottom: 3px solid yellow;
          margin-bottom: -3px; }
          @media screen and (max-width: 769px) {
            #step .step li .step_inner dl dt span {
              border-bottom-width: 2px; } }
      #step .step li .step_inner dl .copy {
        font-size: 3rem;
        letter-spacing: 2px;
        margin: 30px 0;
        font-weight: bold; }
        @media screen and (max-width: 769px) {
          #step .step li .step_inner dl .copy {
            margin: 2.5rem 0 3.5rem 5%;
            font-size: 1.9rem;
            font-weight: bold; } }
      #step .step li .step_inner dl .step_inner_block {
        position: relative;
        width: 300px;
        margin: 50px 0 0 15px;
        padding: 25px;
        border: 1px solid #3f3b3a;
        border-top: 0; }
        @media screen and (max-width: 769px) {
          #step .step li .step_inner dl .step_inner_block {
            width: calc(100% - 8rem);
            padding: 1.5rem 2rem 1rem;
            margin: 0 auto;
            text-align: center; } }
        #step .step li .step_inner dl .step_inner_block:before, #step .step li .step_inner dl .step_inner_block:after {
          position: absolute;
          top: 0;
          content: "";
          border-top: 1px solid #3f3b3a;
          width: 50px;
          display: block; }
        #step .step li .step_inner dl .step_inner_block:before {
          left: 0; }
        #step .step li .step_inner dl .step_inner_block:after {
          right: 0; }
        #step .step li .step_inner dl .step_inner_block .block_title {
          position: absolute;
          font-size: 1.8rem;
          text-align: center;
          top: -13px;
          left: 0;
          right: 0;
          margin: auto; }
          @media screen and (max-width: 769px) {
            #step .step li .step_inner dl .step_inner_block .block_title {
              top: -11px;
              font-size: 1.1rem;
              width: 150px;
              font-weight: bold; } }
        #step .step li .step_inner dl .step_inner_block span {
          font-size: 1.4rem;
          display: inline-block;
          background: #ede97c;
          padding: .3rem 1.8rem;
          margin: .5rem .2rem;
          border-radius: 12px; }
          @media screen and (max-width: 769px) {
            #step .step li .step_inner dl .step_inner_block span {
              font-size: 1rem;
              padding: .1rem 1rem;
              margin: .2rem .15rem;
              border-radius: 8px; } }
        #step .step li .step_inner dl .step_inner_block .illust {
          z-index: 3;
          position: absolute;
          width: 130px;
          bottom: -30px;
          right: -110px; }
          @media screen and (max-width: 769px) {
            #step .step li .step_inner dl .step_inner_block .illust {
              width: 95px;
              bottom: -65px;
              right: auto;
              left: -44px; } }
    #step .step li .step_inner.step_inner2 {
      margin-top: 160px; }
      @media screen and (max-width: 769px) {
        #step .step li .step_inner.step_inner2 {
          margin-top: 0; } }
      #step .step li .step_inner.step_inner2 .step_inner_img {
        position: absolute;
        right: 0; }
        @media screen and (max-width: 769px) {
          #step .step li .step_inner.step_inner2 .step_inner_img {
            position: inherit; } }
      #step .step li .step_inner.step_inner2 dl {
        right: auto;
        left: 0;
        width: 462px;
        padding: 65px 55px;
        background: rgba(237, 213, 160, 0.8); }
        @media screen and (max-width: 769px) {
          #step .step li .step_inner.step_inner2 dl {
            width: 100%;
            padding: 3rem 0; } }
        #step .step li .step_inner.step_inner2 dl dt {
          border-color: #cfae64; }
          @media screen and (max-width: 480px) {
            #step .step li .step_inner.step_inner2 dl dt {
              text-align: left; }
              #step .step li .step_inner.step_inner2 dl dt span {
                margin-bottom: 3px; } }
        #step .step li .step_inner.step_inner2 dl .step_inner_block2 {
          width: 390px; }
          @media screen and (max-width: 769px) {
            #step .step li .step_inner.step_inner2 dl .step_inner_block2 {
              width: calc(100% - 8rem); } }
          #step .step li .step_inner.step_inner2 dl .step_inner_block2 span {
            background: #e8dec7;
            padding: .3rem 2.2rem;
            margin: .5rem; }
            @media screen and (max-width: 769px) {
              #step .step li .step_inner.step_inner2 dl .step_inner_block2 span {
                padding: .1rem 1rem;
                margin: .2rem .15rem;
                border-radius: 8px; } }
          #step .step li .step_inner.step_inner2 dl .step_inner_block2 div {
            position: relative;
            margin-top: 20px;
            background: rgba(0, 0, 0, 0.05); }
            @media screen and (max-width: 769px) {
              #step .step li .step_inner.step_inner2 dl .step_inner_block2 div {
                width: 95%;
                margin: 1rem auto 0; } }
            #step .step li .step_inner.step_inner2 dl .step_inner_block2 div img {
              width: 33px;
              position: absolute;
              left: 20px;
              top: -20px; }
              @media screen and (max-width: 769px) {
                #step .step li .step_inner.step_inner2 dl .step_inner_block2 div img {
                  left: 9px;
                  top: -6px;
                  width: 18px; } }
            #step .step li .step_inner.step_inner2 dl .step_inner_block2 div p {
              padding: 10px 10px 10px 80px;
              font-size: 1.6rem; }
              @media screen and (max-width: 769px) {
                #step .step li .step_inner.step_inner2 dl .step_inner_block2 div p {
                  padding: .5rem 3rem;
                  font-size: 1.1rem; } }
          #step .step li .step_inner.step_inner2 dl .step_inner_block2 .illust {
            right: -40px; }
            @media screen and (max-width: 769px) {
              #step .step li .step_inner.step_inner2 dl .step_inner_block2 .illust {
                left: auto; } }

#product .inner {
  padding: 190px 0 270px; }
  @media screen and (max-width: 769px) {
    #product .inner {
      padding: 7rem 0 10rem; } }
#product .product_inner {
  margin-top: 110px; }
  @media screen and (max-width: 769px) {
    #product .product_inner {
      margin-top: 3rem; } }
  #product .product_inner li:nth-child(1) {
    position: relative;
    padding: 0 80px 0 180px; }
    @media screen and (max-width: 769px) {
      #product .product_inner li:nth-child(1) {
        padding: 0;
        width: 210px;
        margin: 0 auto;
        text-align: right; } }
    #product .product_inner li:nth-child(1) .item {
      position: sticky;
      /*width: calc(348px / 2);*/
      width: 100%;
      z-index: 3; }
      @media screen and (max-width: 769px) {
        #product .product_inner li:nth-child(1) .item {
          width: 100%; } }
    #product .product_inner li:nth-child(1) figure {
      position: absolute;
      top: 160px;
      margin: auto;
      left: 0;
      display: inline-block;
      text-align: center; }
      @media screen and (max-width: 769px) {
        #product .product_inner li:nth-child(1) figure {
          top: 90px;
          left: -10px; } }
      #product .product_inner li:nth-child(1) figure .cotton {
        width: calc(390px / 2); }
        @media screen and (max-width: 769px) {
          #product .product_inner li:nth-child(1) figure .cotton {
            width: 122px; } }
      #product .product_inner li:nth-child(1) figure .cotton_txt {
        display: inline-block;
        padding: 1rem;
        text-align: center;
        font-size: 1.5rem; }
        @media screen and (max-width: 769px) {
          #product .product_inner li:nth-child(1) figure .cotton_txt {
            font-size: 1.2rem;
            padding: 0; } }
  #product .product_inner li .product_copy {
    position: absolute;
    left: 70px;
    top: 30px;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #a6dbe4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (max-width: 769px) {
      #product .product_inner li .product_copy {
        width: 109px;
        height: 109px;
        left: 40px;
        top: 10px; } }
    #product .product_inner li .product_copy.copy2 {
      background: #edd5a0;
      z-index: 2; }
    #product .product_inner li .product_copy.copy3 {
      width: 179px;
      height: 179px;
      background: #f6f6f6;
      top: 170px;
      left: 0; }
      @media screen and (max-width: 769px) {
        #product .product_inner li .product_copy.copy3 {
          width: 109px;
          height: 109px;
          top: 100px;
          left: 0px; } }
    #product .product_inner li .product_copy p {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.3; }
      @media screen and (max-width: 769px) {
        #product .product_inner li .product_copy p {
          font-size: 1.2rem;
          line-height: 1.5; } }
      #product .product_inner li .product_copy p span {
        font-size: 1.4rem; }
        @media screen and (max-width: 769px) {
          #product .product_inner li .product_copy p span {
            font-size: .9rem; } }
  @media screen and (max-width: 769px) {
    #product .product_inner li:nth-child(2) {
      width: 90%;
      margin: 2rem auto; } }
  #product .product_inner li:nth-child(2) h3 {
    font-size: 3.4rem;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 4px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: .5rem; }
    @media screen and (max-width: 769px) {
      #product .product_inner li:nth-child(2) h3 {
        font-size: 2.6rem;
        padding: 0; } }
    #product .product_inner li:nth-child(2) h3 span {
      font-size: 1.4rem;
      letter-spacing: 2px; }
  #product .product_inner li:nth-child(2) .sub_title {
    font-size: 1.9rem; }
    @media screen and (max-width: 769px) {
      #product .product_inner li:nth-child(2) .sub_title {
        font-size: 1.4rem; } }
  #product .product_inner li:nth-child(2) .fon2 {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 1.5rem 0; }
    @media screen and (max-width: 769px) {
      #product .product_inner li:nth-child(2) .fon2 {
        padding: 1rem 0; } }
  #product .product_inner li:nth-child(2) .item_txt {
    font-size: 1.4rem;
    padding: 1.5rem 0 3rem;
    line-height: 2.6; }
    @media screen and (max-width: 769px) {
      #product .product_inner li:nth-child(2) .item_txt {
        padding: 1rem 0 3rem;
        line-height: 1.6; } }
  #product .product_inner li:nth-child(2) img {
    width: 100%;
    max-width: 547px; }
    @media screen and (max-width: 769px) {
      #product .product_inner li:nth-child(2) img {
        max-width: inherit; } }
  #product .product_inner li:nth-child(2) .button {
    margin-top: 3rem; }
    @media screen and (max-width: 769px) {
      #product .product_inner li:nth-child(2) .button {
        margin-top: 1.5rem; } }

#qa {
  background: #fbfbf9; }
  #qa .inner {
    width: 770px;
    padding-top: 70px;
    padding-bottom: 30px;
    justify-content: flex-start; }
    @media screen and (max-width: 769px) {
      #qa .inner {
        width: 100%;
        padding-bottom: 4rem;
        padding-top: 0; }
        #qa .inner:nth-child(2) {
          padding-bottom: 0; } }
  #qa .sec_title {
    width: 110px;
    position: relative; }
    @media screen and (max-width: 769px) {
      #qa .sec_title {
        width: 100%;
        font-size: 2.4rem;
        letter-spacing: 4px; } }
  #qa dl {
    width: 640px;
    margin-top: 35px;
    font-size: 1.4rem;
    border-bottom: 1px solid #e5e8e5; }
    @media screen and (max-width: 769px) {
      #qa dl {
        width: 100%; } }
    #qa dl dt {
      border-top: 1px solid #e5e8e5;
      padding: 35px 30px 30px 45px;
      position: relative;
      font-weight: bold;
      letter-spacing: 2px; }
      @media screen and (max-width: 769px) {
        #qa dl dt {
          width: 84%;
          padding: 2rem 4% 2rem 12%; } }
      #qa dl dt:before {
        position: absolute;
        left: 5px;
        top: 33px;
        content: "Q .";
        font-weight: bold;
        font-size: 1.5rem; }
        @media screen and (max-width: 769px) {
          #qa dl dt:before {
            font-size: 1.3rem;
            left: 5%;
            top: 1.9rem; } }
      #qa dl dt:after {
        display: none;
        font-family: 'Font Awesome 5 Solid';
        content: '\f078'; }
      #qa dl dt.active:after {
        content: "\f077"; }
      #qa dl dt svg {
        position: absolute;
        top: 30px;
        right: 10px; }
        @media screen and (max-width: 769px) {
          #qa dl dt svg {
            display: none; } }
    #qa dl dd {
      display: none;
      padding: 5px 30px 35px 45px;
      position: relative; }
      @media screen and (max-width: 769px) {
        #qa dl dd {
          width: 84%;
          padding: 0 4% 2rem 12%; } }
      #qa dl dd:before {
        position: absolute;
        top: 5px;
        left: 5px;
        content: "A .";
        margin-right: 1.3rem;
        font-weight: bold;
        font-size: 1.5rem; }
        @media screen and (max-width: 769px) {
          #qa dl dd:before {
            font-size: 1.3rem;
            left: 5%;
            top: 0; } }
  #qa .kome_txt {
    font-size: 1.1rem;
    display: block;
    padding-bottom: 100px;
    line-height: 2; }
    @media screen and (max-width: 769px) {
      #qa .kome_txt {
        width: 90%;
        margin: 0 auto; } }

#footerarea {
  background: #a3cbb5; }
  #footerarea .inner {
    padding: 20px 0 60px; }
    @media screen and (max-width: 769px) {
      #footerarea .inner {
        padding: 0 0 30px; } }
  #footerarea .footer_logo {
    text-align: center; }
    #footerarea .footer_logo img {
      width: calc(324px / 2); }
      @media screen and (max-width: 769px) {
        #footerarea .footer_logo img {
          width: calc(324px / 3); } }
  #footerarea .sns {
    margin: 30px auto;
    text-align: center;
    font-size: 40px; }
    @media screen and (max-width: 769px) {
      #footerarea .sns {
        font-size: 30px;
        margin: 1rem auto; } }
    #footerarea .sns svg {
      margin: 1rem; }
  #footerarea ul {
    margin: 0 auto;
    text-align: center;
    justify-content: center; }
    #footerarea ul li {
      font-size: 1.5rem;
      margin: 0 2rem; }
      @media screen and (max-width: 769px) {
        #footerarea ul li {
          font-size: 1.1rem; } }
  #footerarea p {
    margin: 60px auto 40px;
    text-align: center;
    font-size: 1.5rem; }
    @media screen and (max-width: 769px) {
      #footerarea p {
        font-size: 1.1rem;
        margin: 3rem auto 1rem; } }

footer {
  text-align: center;
  font-size: 1rem;
  padding: 3.5rem 0;
      background: #a3cbb5; }
  @media screen and (max-width: 769px) {
   footer {
    padding: 1rem 0;
    height: 80px;
} }

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 105; }

.overLay {
  position: absolute;
  top: 0;
  left: 0 !important;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100vh;
  z-index: 101; }

.modal .modal-inner {
  position: absolute;
  width: 80%;
  max-width: 720px;
  z-index: 102;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px; }

.modal .modal-inner.modal-inner-about {
  max-width: 880px; }

@keyframes modal {
  0% {
    top: -100%; }
  100% {
    top: 50%; } }
@keyframes modalClose {
  0% {
    top: 50%; }
  100% {
    top: 100%; } }
.close_btn {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px; }
  @media screen and (max-width: 769px) {
    .close_btn {
      font-size: 20px;
      top: 10px;
      right: 15px; } }

.all-modal-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0; }
  @media screen and (max-width: 769px) {
    .all-modal-inner {
      width: 95%;
      padding: 20px 0; } }
  .all-modal-inner .title {
    padding: 1rem 0;
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 769px) {
      .all-modal-inner .title {
        font-size: 1.4rem; } }
  .all-modal-inner .date {
    position: relative;
    padding: 1rem 0;
    font-size: 1.5rem;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
    @media screen and (max-width: 769px) {
      .all-modal-inner .date {
        font-size: 1.1rem;
        padding: 0; } }
    .all-modal-inner .date:after {
      position: absolute;
      background: #ccc;
      width: calc(100% - 6em);
      height: 1px;
      content: "";
      display: block;
      top: 22px;
      left: 6em; }
      @media screen and (max-width: 769px) {
        .all-modal-inner .date:after {
          top: 9px; } }
  .all-modal-inner .txt {
    padding: 3rem 0;
    font-size: 1.4rem;    line-height: 1.8; }
    @media screen and (max-width: 769px) {
      .all-modal-inner .txt {
        font-size: 1.1rem;
        padding: 1rem 0; } }
  .all-modal-inner .img {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media screen and (max-width: 769px) {
      .all-modal-inner .img {
        flex-wrap: wrap; }
        .all-modal-inner .img img {
          max-width: 120px;
          margin-bottom: 10px; } }
    .all-modal-inner .img a {
      display: inline-block;
      background: #3f3b3a;
      color: white;
      border-radius: 4px;
      font-size: 1.8rem;
      padding: 1rem 3rem; }
  .all-modal-inner.about-modal {
    text-align: center; }
    .all-modal-inner.about-modal .title {
      display: inline-block;
      font-size: 1.9rem;
      padding: .5rem;
      border-bottom: 1px solid #3f3b3a; }
      @media screen and (max-width: 769px) {
        .all-modal-inner.about-modal .title {
          font-size: 1.4rem; } }
    .all-modal-inner.about-modal .sub-title {
      font-size: 1.4rem;
      margin-top: 3rem;
      line-height: 1.6; }
      @media screen and (max-width: 769px) {
        .all-modal-inner.about-modal .sub-title {
          font-size: 1.1rem;
          text-align: left;
          margin-top: 1rem; } }
    .all-modal-inner.about-modal .about-modal-illust {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 769px) {
        .all-modal-inner.about-modal .about-modal-illust {
          font-size: 1.1rem; } }
      .all-modal-inner.about-modal .about-modal-illust .cont {
        width: 45%; }
        @media screen and (max-width: 769px) {
          .all-modal-inner.about-modal .about-modal-illust .cont {
            width: 48%; } }
        .all-modal-inner.about-modal .about-modal-illust .cont .illust-title {
          margin-top: 2rem;
          padding: 1rem 0;
          border: 1px solid #3f3b3a; }
          @media screen and (max-width: 769px) {
            .all-modal-inner.about-modal .about-modal-illust .cont .illust-title {
              margin-top: 1rem;
              padding: .5rem 0; } }
        .all-modal-inner.about-modal .about-modal-illust .cont figcaption {
          padding-top: 1rem;
          line-height: 1.7; }
          @media screen and (max-width: 769px) {
            .all-modal-inner.about-modal .about-modal-illust .cont figcaption {
              line-height: 1.3; } }
        .all-modal-inner.about-modal .about-modal-illust .cont img {
          width: 100%; }
  .all-modal-inner.product-modal {
    width: 80%;
    margin: 3rem auto; }
    @media screen and (max-width: 769px) {
      .all-modal-inner.product-modal {
        width: 90%;
        margin: 0 auto; } }
    .all-modal-inner.product-modal .title {
      font-size: 1.9rem;
      text-align: center; }
      @media screen and (max-width: 769px) {
        .all-modal-inner.product-modal .title {
          font-size: 1.4rem; } }
    .all-modal-inner.product-modal .flex {
      margin: 3rem auto 2rem;
      justify-content: space-between;
      align-items: center;
      font-size: 1.6rem; }
      @media screen and (max-width: 769px) {
        .all-modal-inner.product-modal .flex {
          flex-wrap: wrap;
          justify-content: space-around; } }
      .all-modal-inner.product-modal .flex .shoplogo {
        width: 150px !important; }
        @media screen and (max-width: 769px) {
          .all-modal-inner.product-modal .flex .shoplogo {
            width: 110px !important; } }
      .all-modal-inner.product-modal .flex .buy_btn {
        display: inline-block;
        background: #3f3b3a;
        color: white;
        padding: 1rem 5rem;
        font-weight: bold;
        font-size: 1.8rem;
        border-radius: 3px; }
        @media screen and (max-width: 769px) {
          .all-modal-inner.product-modal .flex .buy_btn {
            width: 100%;
            margin: 1rem auto;
            text-align: center;
            padding: 1.5rem 0;
            font-size: 1.4rem; } }

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: calc(100% - 10em);
  height: 60px;
  padding: 0 5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .3s;
  transform: translateY(-110%);
  background: white;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  .clone-nav .navi {
    display: flex;
    font-size: 1.5rem; }
    .clone-nav .navi li a {
      padding: 1rem; }
  .clone-nav .clone-logo img {
    width: 205px;
    height: auto; }
  .clone-nav .oninestore {
    display: none; }
  .clone-nav .sns {
    display: none; }
  @media screen and (max-width: 769px) {
    .clone-nav {
      display: none; } }

.is-show {
  transform: translateY(0); }

.effect-fade, .effect-fade2 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 3.5s; }
  .effect-fade.effect-logo, .effect-fade2.effect-logo {
    transform: none; }
  .effect-fade.effect-scroll, .effect-fade2.effect-scroll {
    opacity: 1;
    transform: none; }

.effect-fade2 {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 4s; }

/*# sourceMappingURL=style.css.map */




/*追加*/

#trigger{
  text-align: center;
}

  @media screen and (max-width: 769px) {

#trigger{
  padding: 0 40px;

}    }
#trigger p{
      line-height: 2.5;
    font-size: 1.8rem;
}

  @media screen and (max-width: 769px) {
#trigger p{
      line-height: 2.5;
    font-size: 1.4rem;
}

    }



/* =========================
   MENU GRID
========================= */

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.item {
    position: relative;
    text-align: center;
}

.item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.item .tag {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 70px;
    z-index: 2;
}

.item h4 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
}

.item h4 span {
    font-size: 14px;
    color: #555;
}

.item p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}

/* =========================
   TEXT
========================= */

.kerning {
    letter-spacing: 0.05em;
}

span.kerning{
    font-feature-settings: "palt";
    font-size: 12px;
}

/* =========================
   ACCESS
========================= */

#access{
    padding-top:160px;
}



/* PC表示 */
.pc { display: block; }
.sp { display: none; }

/* スマホ表示 */
@media screen and (max-width: 767px) {
    .pc { display: none; }
    .sp { display: block; }
}
