* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Mamelon";
}

/**** header ****/
header {
  position: fixed;
  width: 100%;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.hamburger_menu {
  position: relative;
}

.top_banner {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.top_banner a {
  display: block;
}

.top_banner img {
  width: 100%;
}

.header_container {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 5px 20px;
}

/*
* parent: header
* ハンバーガーメニュー
*/
.hamburger {
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 200;
}

.hamburger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #03a9f4;
}

.hamburger span:first-of-type {
  top: 20%;
}

.hamburger span:nth-of-type(2) {
  top: 60%;
}

.hamburger span:last-of-type {
  top: 100%;
}

/* ログインボタン */
.login_button {
  border: 1px solid #03a9f4;
  border-radius: 20px;
  width: 99px;
  height: 31px;
  background: #03a9f4;
}

.login_button a {
  display: block;
  text-align: center;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;

  text-decoration: none;
}

/* ハンバーガーメニュー　内容 */
.menu_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  transition: 0.5s;
  transform: translateX(100%);
  background: #ffffff;

}

.overview {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  margin: 20px 150px 0 26px;
}

.overview_plus {
  height: 150px;
}

.overview_wrapper {
  max-width: 800px;
  padding-top: 20px;
  padding-left: 30px;
  margin: 0 auto;
}

.overview_wrapper h3 {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;

  color: #000000;

  margin-bottom: 0;
  margin-left: 25px;
}

.overview_wrapper span {
  color: #03a9f4;
}

.overview1 a {
  width: 230px;
}

.overview a {
  display: block;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  margin-bottom: 20px;


  color: #000000;
  padding-left: 15px;
  margin-right: 10px;
}

.overview img {
  width: 21px;
  float: right;
}

.hamburger_footer {
  display: flex;
  align-items: flex-end;
  margin: 30px 0 20px 0;
}

.hamburger_sns_logos {
  width: 50%;
}

.hamburger_sns_logos a {
  display: inline-block;
}

.hamburger_sns_logos img {
  width: 30px;
  margin-left: 10px;
  filter: c;
}

.humberger_title {
  width: 50%;
  padding-left: 30px;
}

.humberger_title img {
  width: 120px;
  height: auto;
}

/* ハンバーガーメニュークリック後 */
.hamburger.active span:first-of-type {
  top: -20px;
  left: 0px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:last-of-type {
  top: -20px;
  left: 0px;
  transform: rotate(-45deg);
}

.menu_content.active {
  transform: translateX(0);
}

/* ショッピングボタン */
.header_shppingcart {
  position: fixed;
  right: -13px;
  bottom: 240px;
  z-index: 500;
}

.header_shppingcart a {
  display: block;
  position: absolute;
  right: 20px;
}

.header_shppingcart img {
  border-radius: 50%;
  border: 3px solid #03a9f4;
  background: #ffffff;
}

/**** hero1 ****/

.headline {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.headline_pc {
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  flex: 1;
}

.firstplace {
  width: 88.94px;
  height: 82.86px;
}

.firstplace {
  width: 154px;
  height: auto;
}

.logo_wrapper_pc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

.logo img {
  margin-left: 20px;
  width: 159px;
  height: 62.98px;
}

.logo_pc img {
  width: 280px;
}

.logo_pc_header img {
  max-height: 60px;
  padding-left: 70px;
}

/* 背景画像 */
.parallax_box {
  position: relative;
}

.pa_box {
  position: absolute;
  width: 100%;
  height: 700px;
}

.parallax1 {
  background: url(/html/user_data/assets/img/new_common/top_background.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.parallax2 {
  background: url(/html/user_data/assets/img/new_common/catchphrase_background.png);
  background-size: 60px;
  background-position: left 630px;
  background-repeat: no-repeat;
}

.main_pc_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

/* fv */
.top_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-self: center;
  flex-wrap: wrap;
  padding-top: 0px;
}

.top_wrapper_pc {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1280px;
  gap: 20px;
  margin-bottom: 200px;
}

.fv_wrapper {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.fv_wrapper_pc {
  margin: 0 auto;
  width: 100%;
  flex: 1;
}

.caption_section {
  position: relative;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.caption_section img {
  width: 261px;
  height: 22px;
}

.fv_top {
  width: 100%;
  max-width: 570px;
  text-align: center;
}

.fv_top img {
  width: 100%;
}

.fv_batch {
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 80;
}

.fv_batch img {
  overflow: hidden;
  width: 110px;
  height: 110px;
}

.fv_catchphrase {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.15em;
}

.fv_catchphrase p {
  background: linear-gradient(90.08deg,
      #1976d2 0.07%,
      #6cc5d5 97.19%,
      rgba(0, 0, 0, 0) 97.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-emphasis-color: transparent;
  margin: 0;
}

.fv_catchphrase_pc {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.15em;
}

.fv_catchphrase_pc p {
  background: linear-gradient(90.08deg,
      #1976d2 0.07%,
      #6cc5d5 97.19%,
      rgba(0, 0, 0, 0) 97.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-emphasis-color: transparent;
  margin: 0;
}

/*　ボタン　*/
.btn-wrapper {
  width: 100%;
  margin-top: 23px;
  margin-left: -10px;
}

.btn001 {
  position: relative;
  margin: 0 auto;
  width: 324px;
  height: 50px;
  margin-bottom: 19px;
  background: #03a9f4;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn002 {
  margin: 0 auto;
  position: relative;
  width: 324px;
  height: 50px;
  background: #0f648e;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn003 {
  margin: 0 auto;
  position: relative;
  width: 324px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  border: 1px solid #03a9f4;
  font-size: 16px;
  margin-bottom: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.linebtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
  margin-top:19px;
  width: fit-content;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
}
.linebtn img {
  width:330px;
  height: 130px;
}

.btn001 a,
.btn002 a,
.btn003 a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}

.btn003 a {
  color: #03a9f4;
}

.btn001:active,
.btn002:active,
.btn003:active,
.linebtn:active,
.info-btn{
  top: 6px;
  box-shadow: none;
}


.pc_hero01 {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top_banner_pc {
    position: fixed;
    left: 0;
    bottom: 10px;
    margin: 0 auto;
    width: 450px;
    margin-top: 20px;
    z-index: 200;
  }

  .top_banner_pc a {
    display: block;
  }

  .top_banner_pc img {
    width: 450px;
    border-radius: 0px 10px 10px 0px;
  }

  .header_container {
    display: flex;
    position: relative;
    gap: 0px;
    padding: 20px 0px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
  }
  
  /* ショッピングボタン */
    .header_shppingcart {
    right: 25px;
    bottom: 100px;
  }

  .parallax_box {
    position: relative;
  }

  .pa_box {
    position: absolute;
    width: 100%;
    height: 1000px;
  }

  .parallax1 {
    background: url(/html/user_data/assets/img/new_common/stroke_bg_pc.svg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }

  .parallax2 {
    background: url(/html/user_data/assets/img/new_common/circle_bg_pc_2.svg);
    background-size: 200px;
    background-position: 0px;
    background-repeat: no-repeat;
  }

  .parallax2_2 {
    position: absolute;
    top: -250px;
    left: -100px;
    background: url(/html/user_data/assets/img/new_common/circle_bg_pc.svg);
    background-size: 600px;
    background-repeat: no-repeat;
  }

  .parallax2_2 {
    position: absolute;
    top: -250px;
    left: -100px;
    background: url(/html/user_data/assets/img/new_common/circle_bg_pc.svg);
    background-size: 600px;
    background-repeat: no-repeat;
  }

  .parallax2_3 {
    position: absolute;
    top: 0px;
    left: -100px;
    background: url(/html/user_data/assets/img/new_common/circle_bg_pc.svg);
    background-size: 600px;
    background-repeat: no-repeat;
    z-index: 100;
  }

  .parallax3 {
    background: url(/html/user_data/assets/img/new_common/video_line.svg);
    background-size: 100%;
    background-position: 0 -30px;
    background-repeat: no-repeat;
  }

  .parallax4 {
    background: url(/html/user_data/assets/img/new_common/prologue_background.svg);
    background-size: 80px;
    background-position: right 430px;
    background-repeat: no-repeat;
  }

  .fv_batch {
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: 80;
  }

  .fv_batch img {
    overflow: hidden;
    width: 200px !important;
    height: 200px;
  }

  .fv_top {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .caption_section img {
    width: 400px;
    height: auto;
  }

  .btn001 {
    position: relative;
    margin: 0 auto;
    width: 450px;
    height: 50px;
    margin-bottom: 19px;
    background: #03a9f4;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .btn002 {
    margin: 0 auto;
    position: relative;
    width: 450px;
    height: 50px;
    background: #0f648e;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .btn003 {
    margin: 0 auto;
    position: relative;
    width: 450px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    border: 1px solid #03a9f4;
    font-size: 16px;
    margin-bottom: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .linebtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    margin-top:19px;
    width: fit-content;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
  }
  .linebtn img {
    width:330px;
    height: 130px;
  }

  .btn001 a,
  .btn002 a,
  .btn003 a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "Mamelon";
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
  }

  .btn003 a {
    color: #03a9f4;
  }

  .btn001:active,
  .btn002:active,
  .btn003:active,
  .linebtn:active,
  .info-btn {
    top: 6px;
    box-shadow: none;
  }


  /*　お知らせ　*/
  .info-wrapper-pc {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-radius: 20px;
    padding: 17px 20px 35px 20px;
    max-width: 1280px;
    flex: 1;
  }

  /* お知らせ下部　背景 */
  .parallax5 {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 600px;
    background: url(/html/user_data/assets/img/new_common/info-background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 540px;
  }

  /* ビデオ */
  .video {
    padding-top: 100px;
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
    flex: 1;
  }

  .video img {
    width: 320px;
    padding-bottom: 10px;
  }

  .video_main {
    width: 100%;
    text-align: center;
    max-width: 800px;
    border-radius: 20px;
  }

  /* プロローグ */
  .prologue_wrapper {
    position: relative;
    padding-top: 50px !important;
    padding-bottom: 100px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  .prologue_wrapper .prologue_title {
    margin: 0 auto;
    position: relative;
    font-family: "Mamelon";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    width: 100%;
    text-align: center;
  }

  .prologue_contents {
    position: relative;
    margin-top: 34px;
    margin: 0 auto;
    width: 100% !important;
    height: auto;
    font-family: "Mamelon";
    font-style: normal;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 21px;
    color: #000000;
    text-align: center;
  }

  .prologue_contents p {
    margin-bottom: 20px;
  }

  /* メッセージ */
  .message_wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 150px !important;
    padding: 0 18px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  .message_content {
    position: relative;
    width: 400px !important;
    font-family: "Rosario";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    background: rgba(217, 217, 217, 0.6);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .message_content p {
    width: 100%;
    padding: 5% 8%;
  }

  .message_content a {
    display: block;
    text-align: right;
    font-family: "Mamelon";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;

    color: #0f648e;
  }

  .message_content img {
    position: absolute;
    top: -20px;
    left: 20px;
  }
}

/*　お知らせ　*/
.info-wrapper {
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 80%;
  background: #ffffff;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  padding: 17px 20px 35px 20px;
}

.info-titleimg img {
  width: 105px;
}

.info-list {
  padding-top: 10px;
  width: 100%;
}

.info-list a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.info-list span {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;

  color: #797979;
}

.info-list p {
  margin: 0;
  padding-bottom: 5px;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;

  color: #000000;
  border-bottom: 2px solid #ebebeb;
}

.info-list img {
  float: right;
  width: 20px;
}

.info-btn {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  border: 1px solid #03a9f4;
  font-size: 16px;
  margin-bottom: 19px;
}

.info-btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  color: #03a9f4;
}

/* お知らせ下部　背景 */
.parallax5 {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 600px;
  background: url(/html/user_data/assets/img/new_common/info-background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 540px;
}

/* ビデオ */
.video {
  padding-top: 100px;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.video img {
  width: 320px;
  padding-bottom: 10px;
}

.video_main {
  width: 100%;
  text-align: center;
}

/* プロローグ */
.prologue_wrapper {
  position: relative;
  padding-top: 150px;
  width: 100%;
}

/* 背景画像 */

.parallax3 {
  background: url(/html/user_data/assets/img/new_common/video_line.svg);
  background-size: 100%;
  background-position: 0 -30px;
  background-repeat: no-repeat;
}

.parallax4 {
  background: url(/html/user_data/assets/img/new_common/prologue_background.svg);
  background-size: 80px;
  background-position: right 430px;
  background-repeat: no-repeat;
}



.prologue_title {
  margin: 0 auto;
  position: relative;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  width: 265px;
}

.prologue_contents {
  position: relative;
  margin: 0 auto;
  margin-top: 34px;
  width: 285px;
  height: 262px;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.prologue_contents p {
  margin-bottom: 20px;
}

/* メッセージ */
.message_wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  padding: 0 18px;
  width: 100%;
}

.message_title {
  margin-bottom: 10px;
}

.message_title img {
  width: 130px;
  height: 98px;
}

.message_photo img {
  width: 300px;
  height: auto;
}

.message_content {
  position: relative;
  width: 100%;
  font-family: "Rosario";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  background: rgba(217, 217, 217, 0.6);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message_content p {
  width: 100%;
  padding: 5% 8%;
}

.message_content a {
  display: block;
  text-align: right;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;

  color: #0f648e;
}

.message_content img {
  position: absolute;
  top: -20px;
  left: 20px;
}

/* メッセージ　モーダルウィンドウ */
.message_modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  overflow: auto;
  padding: 20px;
}

.message_modal:target {
  opacity: 1;
  pointer-events: auto;
}

.message_content_modal {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px 14px 40px 14px;
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  margin: 0px auto;
  border: 5px solid #03a9f4;
  border-radius: 20px;
}

.message_content_modal h2 {
  width: 100%;
  text-align: center;
  font-family: "Mamelon";
  font-size: 30px;
  background: url(/html/user_data/assets/img/new_common/developer_background.png);
  background-repeat: no-repeat;
  background-size: 700% 40px;
}

.ceo_img {
  width: 100%;
}

.message_content_modal p {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;

  margin: 20px 5px 20px 5px;
  white-space: pre-line;
}

.m_c_m_img {
  width: 95%;
}

/* メッセージ・スライドのcloseボタン */
.close_modal {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
}

.close_modal img {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
}

.close_modal:hover {
  background: #00d9ff;
}

/* ウォテロを学ぶ　(スライド　リスト) */
.learn_title {
  margin-top: 100px;
  width: 100%;
}

.learn_img img {
  display: block;
  margin: auto;
  width: 230px;
}

.learn_slide {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.slide_img {
  width: 100%;
  position: relative;
  padding-top: 70%;
}

.slide_img a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slide_imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  opacity: 0;
}

.learn_slide input {
  display: none;
}

ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

li {
  width: calc(33% - 10px);
}

li label {
  cursor: pointer;
}

li img {
  width: 100%;
  height: auto;
}

/*　小さな画像をクリックすると上の大きい画像が入れ替わる　*/

#slide1:checked~.slide_img :nth-child(1) img {
  opacity: 1;
}

#slide2:checked~.slide_img :nth-child(2) img {
  opacity: 1;
}

#slide3:checked~.slide_img :nth-child(3) img {
  opacity: 1;
}

#slide4:checked~.slide_img :nth-child(4) img {
  opacity: 1;
}

/* 小さな画像をクリックするとaタグも一緒に出てくる（モーダルウィンドウのため） */

#slide1:checked~.slide_img :nth-child(1) a {
  display: block;
}

#slide2:checked~.slide_img :nth-child(2) a {
  display: block;
}

#slide3:checked~.slide_img :nth-child(3) a {
  display: block;
}

#slide4:checked~.slide_img :nth-child(4) a {
  display: block;
}

/* クリックすると小さな画像が少し薄暗くなる */

#slide1:checked~ul li:nth-child(1) img {
  filter: saturate(30%);
}

#slide2:checked~ul li:nth-child(2) img {
  filter: saturate(30%);
}

#slide3:checked~ul li:nth-child(3) img {
  filter: saturate(30%);
}

#slide4:checked~ul li:nth-child(4) img {
  filter: saturate(30%);
}

/* スライドのモダールウィンドウ(共通の親要素) */
.slide_modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  overflow: auto;
  padding: 20px;
}

/* スライド１のモダールウィンドウ内容 */
.slide_modal:target {
  opacity: 1;
  pointer-events: auto;
}

.slide_content_modal {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;

  width: 100%;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  border: 5px solid #f8cdce;
  border-radius: 20px;
}

.slide_content_head {
  display: flex;
  vertical-align: top;
  align-items: center;
}

.slide_content_head img {
  width: 121px;
  height: 62px;
  margin-right: 15px;
}

.slide_modal_title {
  white-space: pre-line;
  margin: 0;

  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  white-space: pre-line;

  color: #000000;
}

.slide_content_modal span {
  color: #ec6f72;
}

.slide_modal_line {
  width: 100%;
  margin: 20px 5px 0 5px;
  height: 8px;
}

.slide_content_modal p {
  white-space: pre-line;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-top: 0;

  color: #000000;
}

.slide_modal_img1 {
  width: 95%;
}

.slide_modal_box {
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 3px solid #ec6f72;
  border-radius: 5px;
  padding: 20px 15px;
  margin-top: 30px;
}

.slide_modal_box h4 {
  display: block;
  position: relative;
  top: -40px;
  margin: 0 auto;

  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;

  color: #ffffff;

  background: #ec6f72;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

.slide_modal_box_hl {
  margin-top: -20px;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;

  color: #ec6f72;
}

/* スライド２のモーダルウィンドウ要素 */
.slide_content_modal h5 {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  margin: 10px 0;

  color: #000000;
}

.slide_modal_box h6 {
  display: block;
  position: relative;
  top: -40px;
  margin: 0 auto;

  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;

  color: #ffffff;

  background: #ec6f72;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

/* リストボックス */

.learn_list_img {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 50px;
}

.learn_list_img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  border-radius: 20px 0px 0px 20px;
}

.list_box {
  margin-top: 20px;
  width: 100%;
  max-width: 800px;
  padding: 0 30px;
  margin: 0 auto;
}

.learn_list_title {
  width: 100%;
}

.learn_list_title h3 {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.learn_list {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 0 auto;
}

.learn_list a {
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #0f648e;
  border-bottom: 1px solid #cccccc;
}

.learn_list img {
  float: right;
  width: 21px;
}

/* 購入プラン */
.purchase_wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 50px;
}

.purchase_img img {
  width: 200px;
  margin-bottom: 50px;
}

.purchase_pc_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.purchase_course {
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 25px;
}

.purchase_course img {
  width: 85%;
}

.purchase_course_text {
  width: 85%;
  margin-top: 15px;
}

.purchase_text {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;

  color: #0f648e;
}

.purchase_course_text h3 {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin: 0;

  color: #000000;
}

.generally {
  padding-left: 10px;
}

.price {
  float: right;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;

  color: #000000;
}

/* レビュー */
.review_wrapper {
  display: flex;
  flex-flow: column;
}

.review_header {
  width: 100%;
  margin-bottom: -10px;
}

.review_header img {
  width: 100%;
}

.review_container {
  background-color: #eeeeee;
}

.review_title {
  width: 160px;
  margin-left: 30px;
}

.review_text {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 12px;

  color: #3a3a3a;
  margin: 20px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.review_text a {
  float: right;
}

.review_list {
  margin: 0px 20px;
}

.reviews {
  display: flex;
  flex-flow: column;
  padding-left: 5px;
  gap: 5px;
}

.review_img img {}

.review_sub {
  white-space: pre;
  width: 100%;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;

  color: #0f648e;
}

.review_list_evals {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin: 2px 0;
}

.review_list_evals img {
  margin-right: 10px;
}

.review_list_evals span {
  float: right;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 200;
  font-size: 8px;
  line-height: 12px;

  color: #3a3a3a;
}

.review_coments p {
  margin-bottom: 5px;
  margin-top: 0;
}

.review_coments p,
.review_coments a {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 12px;

  color: #3a3a3a;
}

.review_coments a {
  text-decoration: none;
  float: right;
}

.review_footer {
  width: 100%;
  margin-bottom: -10px;
}

.review_footer img {
  width: 100%;
}

.btn001 img {
  position: relative;
  width: 20px;
  margin-left: 10px;
}

/* SNS */
.sns_wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 35px 30px;
  margin: 0 auto;
}

.sns_wrapper_img {
  width: 100%;
}

.sns_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 50px;
}

.sns_content p {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;

  color: #ffffff;

  padding-bottom: 10px;
  margin-top: 0;

  border-bottom: 7px solid #ffffff;
}

.sns_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sns_logo a {
  display: block;
  width: 40%;
  height: auto;
  padding: 0 10px;
}

.sns_logo img {
  width: 100%;
}

/* フッター */

footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 50px;
  padding-top: 80px;
  background-color: #eeeeee;
}

.footer_logo {
  width: 200px;
}

.footer_list {
  margin: 50px;
}

footer a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;

  color: #7d7d7d;
}

.footer_patent {
  width: 150px;
}

.footer_copyright {
  margin: 30px 0;
  width: 250px;
}


.ec-layoutRole__main {
  margin-top: 0 !important;
}

@media (max-width: 382px) {

  /* ハンバーガーメニュークリック後 位置指定変更*/
  .hamburger.active span:first-of-type {
    left: 0px;
  }

  .hamburger.active span:last-of-type {
    left: 0px;
  }

  /* ハンバーガーメニュー　内容　フッター　幅修正 */

  .menu_content {
    overflow: auto;
  }

  .hamburger_footer {
    margin: 50px 0 20px 0;
  }

  .hamburger_sns_logos {
    width: 50%;
  }

  .hamburger_sns_logos a {
    display: inline-block;
  }

  .hamburger_sns_logos img {
    width: 30px;
    margin-left: 10px;
    filter: c;
  }

  .humberger_title {
    width: 50%;
    padding-left: 10px;
  }

  .humberger_title img {
    width: 120px;
    height: auto;
  }

  /* メッセージ　レスポンシブ 幅調整*/
  .message_content p {
    padding: 5% 5%;
  }

  /* スライド　モーダルウィンドウ内容 */
  .slide_content_modal p {
    font-size: 12.5px;
  }

  /* レビューコメント　フォントサイズ変更 */
  .review_list {
    margin: 0 5.5px;
  }
}

@media (min-width: 400px) {

  /* ハンバーガーメニュークリック後　位置調整 */
  .hamburger.active span:first-of-type {
    left: 0px;
  }

  .hamburger.active span:last-of-type {
    left: 0px;
  }

  /* ハンバーガーメニュー　内容フッター　幅調整 */
  .hamburger_footer {
    margin-top: 60px;
  }
}

* {
  margin: 0;
}

/* ヘッド */
.head {
  position: relative;
  width: 100%;
  height: 250px;
}

.head_background {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1;
}

.head_img {
  position: absolute;
  width: 90%;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.navi_history_box {
  margin: 0px 30px 20px 30px;
  z-index: 80;
}

.home_mypage_btn,
.home_mypage_btn a {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #03a9f4;
}

.home_mypage_btn {
  margin: 3px;
}

/* 直近のご注文 */
.last_order {
  width: 100%;
}

.last_order_title {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 20px;
  border-bottom: 1px solid #ebebeb;
}

.last_order_title p {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;

  color: #000000;

  padding-top: 15px;
}

.last_order_title .order_count_tag {
  display: block;
  text-align: center;
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 25px;

  height: 25px;
  width: 100px;
  margin-top: 10px;

  color: #000000;

  background: #e6e6e6;
  border-radius: 26px;
}

.last_order_list {
  padding: 20px 5px;
  margin: 10px;
  border-radius: 20px;
  box-shadow: -1px 0px 20px 16px rgba(143, 143, 143, 0.18);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.last_order_list_content {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
  height: 80px;
  padding: 0 25px;
  margin: 20px 0px 0px 0px;
}

.last_order_list_content img {
  width: 80px;
  max-width: 100%;
  border-radius: 100%;
  margin-right: 10px;
}

.last_order_list_content p {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  width: 240px;
  color: #000000;
}

.last_order_list_content a {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  background: #ec6f72;
  width: fit-content;
  border-radius: 26px;
  padding: 3px 15px;
  margin-top: 5px;

  color: #ffffff;
}

/* 定期様・会員様メニュー */

.menu_wrapper {
  width: 100%;

  margin: 30px 0;
}

.regular_menu,
.member_menu {
  display: flex;
  flex-flow: column;
  align-items: center;

  width: 100%;
}

.regular_menu_p,
.member_menu_p {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;

  color: #000000;

  border-bottom: 1px solid #7D7C7C;

  margin: 15px;
}

.regular_menu a,
.member_menu a {
  font-family: "Mamelon";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;

  text-align: center;

  color: #03a9f4;

  background: #ffffff;
  border: 1px solid #03a9f4;
  border-radius: 40px;

  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);

  width: 88%;

  padding: 13px 0;
  margin: 13px 0;
}

.regular_menu a:active,
.member_menu a:active {
  position: relative;
  top: 6px;
  box-shadow: none;
}

.order_status_box {
  padding: 15px;
  display: block;
}

.text_tag {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 20px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 10px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  box-sizing: border-box;
}

.text_tag_m {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 20px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  box-sizing: border-box;
}

.nav_subtext {
  font-size: 12px;
  line-height: 13px;
  padding: 10px 0px 10px 0px;
  color: #5e5e5e;
}

.underline {
  text-decoration: underline;
}

.caption {
  font-size: 10px;
}

.tag_white {
  padding: 0 1em;
  border-radius: 20px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  color: #5e5e5e;
  background-color: #ebebeb;
}

.ec-layoutRole__contents {
  padding-top: 41px;
}

.ec-pageHeader h1 {
  border: none;
  text-align: center;
}

.pageHeader_charm {
  width: 40px;
  height: 40px;
}

.Header_charm {
  border-radius: 10px;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
  width: 150px;
  height: fit-content;
  max-height: 300px;
  object-fit: cover;
}

.Header_charm_area {
  position: relative;
  width: auto;
  height: fit-content;
  max-height: 300px;
  margin: 0 auto;
}

.Header_charm_area h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
}

.ec-role {
  font-size: 14px !important;
}


.ec-shelfRole {
  font-size: 14px;
}

.ec-shelfGrid__item-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: fill;
}

.shelf_product_name {
  margin: 10px 5px;
}

.price02-default {
  text-align: right;
}

.ec-numberInput {
  text-align: right;
}

input [type=text] {
  border: 1px solid #ebebeb !important;
  height: 30px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ec-searchnavRole__counter {
  font-size: 10px;
  border-bottom: 1px solid #c4c4c4;
}

.ec-topicpath {
  border: none;
}

.tag_cloud {
  padding: 20px;
}

.item_visual img {
  border-radius: 10px;
}

.ec-productRole__description {
  font-size: 12px;
  padding: 20px;
  border: 1px solid #7c7c7c;
  border-radius: 10px;
  background-color: #ebebeb;
}

.review_list {
  display: flex;
  flex-direction: column;
  padding: 0px !important;
  margin: 0px !important;
  color: #3a3a3a;
}

.review_list_front {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  color: #3a3a3a;
  gap: 5px;
  margin: 10px 0px;
}

.review_list li {
  width: 100%;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 10px;
}

.review_date {
  font-size: 10px;
  margin-bottom: 5px;
}

#slideshow {
  position: relative;
  height: 400px;
}

#slideshow IMG {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

#slideshow IMG.active {
  z-index: 10;
}

#slideshow IMG.last-active {
  z-index: 9;
}

.drop {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 100;
  opacity: 1;
  animation: drip-anim 3s linear infinite;
}

.drop img {
  width: 30px;
  height: auto;
}

@keyframes drip-anim {
  0% {
    top: 70%;
    transform: scale(0.3);
  }

  90% {
    top: 80%;
    transform: scale(0.3);
  }

  100% {
    top: 100%;
    transform: scale(0.3);
  }
}

.drop_text {
  position: absolute;
  top: 59%;
  right: 15px;
  z-index: 100;
  color: white;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


.theme-bg02 {
  padding-top: 50px;
  max-width: 800px;
}

.overlay1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  border-radius: 10px;
}

.mt-20 {
  margin-top: 20px;
}

#video-area {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 60%;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
img.head_img {
    max-width: 500px;
}
/*カートの中身　プライバシーポリシー文言追加*/
@media (max-width: 480px) {
  .privacy_explanation {
    font-size:10px;
    white-space: nowrap;
  }
}