@charset "UTF-8";
body {
  background: #C6E6EB;
  font-size: calc(16px / 1.4);
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}
body.bg_pink {
  background: #FFE6EA;
}
body.bg_grn {
  background: #D0F4DA;
}
@media screen and (max-width: 768px) {
  body {
    background: #94E0EA;
  }
}

.container {
  width: 100%;
  padding: 0 calc(25px / 1.4);
}
@media screen and (min-width: 769px) {
  .container {
    padding: 0 25px;
  }
}

.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.slackside, #contents07 .special .message h4, #contents07 .special .name span, #contents07 .special h3, #contents06 .circle_bg p, .view a, .sub_ttl {
  font-family: "Slackside One", cursive;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: normal;
}

.modak, .box_tag, .sect_ttl span {
  font-family: "Modak", system-ui;
  font-style: normal;
}

.noto-sans, .popup_box2 .shop, .recommended_slide .shop, #contents05 .step li p small {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fw_bold {
  font-weight: bold;
}
.fw_mid {
  font-weight: 500;
}
.fw_normal {
  font-weight: normal;
}

img {
  pointer-events: none;
}

.l-footer {
  z-index: 3;
}

.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}

.sub_ttl {
  text-align: center;
  margin-bottom: calc(25px / 1.4);
  font-size: calc(46px / 1.4);
}
@media screen and (min-width: 769px) {
  .sub_ttl {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .sub_ttl {
    font-size: 46px;
  }
}

.sect_ttl {
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.33;
  font-size: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  .sect_ttl {
    font-size: 30px;
  }
}
.sect_ttl span {
  display: block;
  color: #EA90CE;
  text-align: center;
  font-weight: normal;
  margin: calc(5px / 1.4) 0;
  font-size: calc(16px / 1.4);
}
@media screen and (min-width: 769px) {
  .sect_ttl span {
    margin: 5px 0;
  }
}
@media screen and (min-width: 769px) {
  .sect_ttl span {
    font-size: 16px;
  }
}

.view, .btn {
  margin: 0 auto;
  max-width: calc(300px / 1.4);
}
@media screen and (min-width: 769px) {
  .view, .btn {
    max-width: 300px;
  }
}
.view a, .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center right 20px;
  text-align: center;
  line-height: 1;
  border-radius: calc(40px / 1.4);
  height: calc(70px / 1.4);
  background-size: calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  .view a, .btn a {
    border-radius: 40px;
  }
}
@media screen and (min-width: 769px) {
  .view a, .btn a {
    height: 70px;
  }
}
@media screen and (min-width: 769px) {
  .view a, .btn a {
    background-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .view a, .btn a {
    background-position: center right 14.2857142857px;
  }
}

.view a {
  background-color: #000;
  background-image: url(../img/view_arrow.svg);
  color: #fff;
  padding-bottom: 0.3em;
  font-size: calc(24px / 1.4);
}
@media screen and (min-width: 769px) {
  .view a {
    font-size: 24px;
  }
}

.btn a {
  border: 1px solid currentColor;
  background-image: url(../img/arrow.svg);
  font-weight: bold;
  padding-right: 2em;
}
.btn.pr0 a {
  padding-right: 0;
}
.btn.line a {
  gap: calc(10px / 1.4);
}
@media screen and (min-width: 769px) {
  .btn.line a {
    gap: 10px;
  }
}
.btn.line a img {
  width: calc(33px / 1.4);
}
@media screen and (min-width: 769px) {
  .btn.line a img {
    width: 33px;
  }
}

header {
  width: 100%;
  z-index: 100;
  padding: calc(21px / 1.4);
}
@media screen and (min-width: 769px) {
  header {
    padding: 21px;
  }
}
@media screen and (min-width: 769px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
header .logo {
  width: calc(195px / 1.4);
}
@media screen and (min-width: 769px) {
  header .logo {
    width: 195px;
  }
}
header .menu {
  --menu-width: 26px;
  --menu-height: 26px;
  --menu-bar-color: #000;
  --menu-bar-width: 26px;
  --menu-bar-height: 1px;
  --menu-bar-gap: 5px;
  display: block;
  background: var(--menu-bg-color);
  width: var(--menu-width);
  height: var(--menu-height);
  position: fixed;
  top: 10px;
  right: 17px;
  z-index: 20;
}
header .menu .icon {
  display: block;
  width: var(--menu-bar-width);
  height: var(--menu-bar-height);
  background: var(--menu-bar-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: calc((var(--menu-width) - var(--menu-bar-width)) / 2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu .icon::before, header .menu .icon::after {
  content: "";
  width: var(--menu-bar-width);
  height: var(--menu-bar-height);
  background: var(--menu-bar-color);
  border-radius: 5px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}
header .menu .icon::before {
  top: calc(-1 * var(--menu-bar-gap));
}
header .menu .icon::after {
  bottom: calc(-1 * var(--menu-bar-gap));
}
header .menu .icon.active {
  background: transparent;
}
header .menu .icon.active::before, header .menu .icon.active::after {
  content: "";
}
header .menu .icon.active::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
}
header .menu .icon.active::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 0;
}
@media screen and (min-width: 769px) {
  header .menu {
    display: none;
  }
}
header #gnav {
  background: #C6E6EB;
  border-radius: 0 0 0 35px;
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  max-height: 100vh;
  padding: 55px 0 52px;
  margin: 0;
  position: fixed;
  top: -1000px;
  left: 0;
  z-index: 10;
  overflow: auto;
}
header #gnav.open {
  -webkit-transform: translateY(1000px);
          transform: translateY(1000px);
}
@media screen and (min-width: 769px) {
  header #gnav {
    display: none;
  }
}
header .share_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  margin-top: 32px;
}
header .share_area .share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
header .share_area .share_list li {
  width: 26px;
}

#main {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 44px;
    padding-top: 50px;
  }
}

.mv_warp .mv {
  width: 85%;
  padding-top: 45px;
  margin: 0 auto;
}
.mv_warp .loop_slider {
  display: none;
}
@media screen and (min-width: 769px) {
  .mv_warp {
    z-index: 2;
    height: auto;
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
  }
  .mv_warp .mv {
    width: 54%;
    padding: 0;
    margin: 0;
    margin-bottom: 22px;
  }
  .mv_warp .mv div {
    width: 77%;
    margin: 0 auto;
  }
  .mv_warp .loop_slider {
    display: block;
  }
  .mv_warp .loop_slider .slick-slide {
    width: 161px;
    margin: 0 8px;
  }
}

.share_area {
  display: none;
}
@media screen and (min-width: 769px) {
  .share_area {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    height: 100vh;
    width: 37px;
    position: fixed;
    margin-left: 54%;
    top: 0;
    left: 570px;
    z-index: 1000;
  }
  .share_area .sticky {
    position: sticky;
    top: 200px;
  }
  .share_area p {
    text-align: center;
  }
  .share_area ul > li {
    margin-top: 23px;
    cursor: pointer;
  }
}

#wrap {
  background: #94E0EA;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #wrap {
    border: 3px solid #fff;
    border-bottom: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50px 50px 0 0;
    margin-left: 54%;
    width: 526px;
    z-index: 3;
    overflow: hidden;
  }
}
#wrap .loop_slider {
  background: #FFE3ED;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: calc(15px / 1.4) 0;
  font-size: 0;
}
@media screen and (min-width: 769px) {
  #wrap .loop_slider {
    padding: 15px 0;
  }
}
#wrap .loop_slider .slick-slide {
  width: calc(120px / 1.4);
  margin: 0 calc(5px / 1.4);
}
@media screen and (min-width: 769px) {
  #wrap .loop_slider .slick-slide {
    width: 120px;
  }
}
@media screen and (min-width: 769px) {
  #wrap .loop_slider .slick-slide {
    margin: 0 5px;
  }
}

section {
  padding: calc(50px / 1.4) 0;
}
@media screen and (min-width: 769px) {
  section {
    padding: 50px 0;
  }
}
section .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 calc(14px / 1.4);
  margin-bottom: calc(25px / 1.4);
}
@media screen and (min-width: 769px) {
  section .logo {
    gap: 0 14px;
  }
}
@media screen and (min-width: 769px) {
  section .logo {
    margin-bottom: 25px;
  }
}
section .logo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 calc(14px / 1.4);
  position: relative;
}
@media screen and (min-width: 769px) {
  section .logo span {
    gap: 0 14px;
  }
}
section .logo span::after {
  content: "";
  display: block;
  background: url(../img/icon_cross.svg) no-repeat center/contain;
  height: calc(16px / 1.4);
  width: calc(16px / 1.4);
}
@media screen and (min-width: 769px) {
  section .logo span::after {
    height: 16px;
  }
}
@media screen and (min-width: 769px) {
  section .logo span::after {
    width: 16px;
  }
}
section .logo span img {
  width: calc(80px / 1.4);
}
@media screen and (min-width: 769px) {
  section .logo span img {
    width: 80px;
  }
}
section .logo a img {
  width: calc(176px / 1.4);
}
@media screen and (min-width: 769px) {
  section .logo a img {
    width: 176px;
  }
}
section .logo2 {
  margin-bottom: calc(25px / 1.4);
}
@media screen and (min-width: 769px) {
  section .logo2 {
    margin-bottom: 25px;
  }
}
section .logo2 img {
  width: calc(80px / 1.4);
}
@media screen and (min-width: 769px) {
  section .logo2 img {
    width: 80px;
  }
}

.box {
  background: #fff;
  border-radius: 0 30px 30px 30px;
  padding: calc(62px / 1.4) calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  .box {
    padding: 62px 30px;
  }
}
.box_tag {
  background: url(../img/box_tag.svg) no-repeat top left/100%;
  width: 168px;
  height: 36px;
  line-height: 36px;
  padding-left: 2.3em;
  color: #EA90CE;
  font-size: 14px;
}

.circle_bg {
  position: relative;
  z-index: 1;
}
.circle_bg::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.circle_bg.pink::before {
  background: #FDE3FA;
  width: 100%;
  height: 100%;
}
.circle_bg.pink .txt_wrap {
  position: relative;
  padding: 0 calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  .circle_bg.pink .txt_wrap {
    padding: 0 20px;
  }
}
.circle_bg.pink .txt_wrap::before, .circle_bg.pink .txt_wrap::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.circle_bg.pink .txt_wrap h3 {
  line-height: 1.56;
}
.circle_bg.bg {
  aspect-ratio: 1/0.95;
  width: 94%;
  margin: 0 auto;
  position: relative;
}
.circle_bg.bg::before {
  background: url(../img/circle_bg.png) no-repeat center/contain;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.data {
  font-weight: bold;
  text-align: center;
  margin-top: calc(10px / 1.4);
}
@media screen and (min-width: 769px) {
  .data {
    margin-top: 10px;
  }
}
.data dt, .data dd {
  text-align: center;
}
.data dt {
  display: inline-block;
  background: #000;
  color: #fff;
  margin: 0 auto;
  border-radius: calc(30px / 1.4);
  min-width: calc(76px / 1.4);
  height: calc(29px / 1.4);
  margin-bottom: calc(3px / 1.4);
  padding: 0 calc(18px / 1.4);
  line-height: calc(29px / 1.4);
  font-size: calc(14px / 1.4);
}
@media screen and (min-width: 769px) {
  .data dt {
    border-radius: 30px;
  }
}
@media screen and (min-width: 769px) {
  .data dt {
    min-width: 76px;
  }
}
@media screen and (min-width: 769px) {
  .data dt {
    height: 29px;
  }
}
@media screen and (min-width: 769px) {
  .data dt {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 769px) {
  .data dt {
    padding: 0 18px;
  }
}
@media screen and (min-width: 769px) {
  .data dt {
    line-height: 29px;
  }
}
@media screen and (min-width: 769px) {
  .data dt {
    font-size: 14px;
  }
}
.data dt:not(:first-of-type) {
  margin-top: calc(10px / 1.4);
}
@media screen and (min-width: 769px) {
  .data dt:not(:first-of-type) {
    margin-top: 10px;
  }
}
.data dd {
  font-size: calc(18px / 1.4);
}
@media screen and (min-width: 769px) {
  .data dd {
    font-size: 18px;
  }
}
.data.grid {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  margin: 0 auto;
  gap: calc(5px / 1.4) calc(10px / 1.4);
}
@media screen and (min-width: 769px) {
  .data.grid {
    gap: 5px 10px;
  }
}
.data.grid dt, .data.grid dt {
  margin: 0;
}
.data.grid dt {
  width: calc(76px / 1.4);
}
@media screen and (min-width: 769px) {
  .data.grid dt {
    width: 76px;
  }
}
.data.grid dd {
  text-align: left;
  font-size: calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  .data.grid dd {
    font-size: 20px;
  }
}

.notes_list {
  font-weight: bold;
  font-size: calc(15px / 1.4);
}
@media screen and (min-width: 769px) {
  .notes_list {
    font-size: 15px;
  }
}
.notes_list li {
  text-indent: -1em;
  padding-left: 1em;
}

.marker {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), color-stop(15%, #FFE6EA), color-stop(75%, #FFE6EA), color-stop(75%, #fff));
  background-image: linear-gradient(0deg, #fff 15%, #FFE6EA 15%, #FFE6EA 75%, #fff 75%);
}

#intro {
  padding-top: 119px;
  padding-bottom: calc(45px / 1.4);
}
@media screen and (min-width: 769px) {
  #intro {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  #intro {
    padding-top: 57px;
  }
}
#intro .circle_bg {
  font-weight: bold;
  padding: calc(76px / 1.4) calc(28px / 1.4) calc(110px / 1.4);
  margin-bottom: calc(87px / 1.4);
}
@media screen and (min-width: 769px) {
  #intro .circle_bg {
    padding: 76px 28px 110px;
  }
}
@media screen and (min-width: 769px) {
  #intro .circle_bg {
    margin-bottom: 87px;
  }
}
#intro .circle_bg::before {
  background: #fff;
  width: 144%;
  height: calc(553px / 1.4);
}
@media screen and (min-width: 769px) {
  #intro .circle_bg::before {
    height: 553px;
  }
}
#intro .txt_wrap h2 {
  line-height: 1.53;
  margin-bottom: calc(20px / 1.4);
  font-size: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #intro .txt_wrap h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #intro .txt_wrap h2 {
    font-size: 30px;
  }
}
#intro .img_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 calc(28px / 1.4);
}
@media screen and (min-width: 769px) {
  #intro .img_warp {
    padding: 0 28px;
  }
}
#intro .img_warp.top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: -95px;
}
@media screen and (max-width: 768px) {
  #intro .img_warp.top {
    top: -60px;
  }
}
#intro .img_warp.top div {
  width: 72.25px;
}
@media screen and (max-width: 768px) {
  #intro .img_warp.top div {
    width: min(13.76vw, 51.6px);
  }
}
#intro .img_warp.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: calc(-70px / 1.4);
}
@media screen and (min-width: 769px) {
  #intro .img_warp.bottom {
    bottom: -70px;
  }
}
#intro .img_warp.bottom div:nth-of-type(1) {
  width: 101.04px;
}
@media screen and (max-width: 768px) {
  #intro .img_warp.bottom div:nth-of-type(1) {
    width: min(19.2vw, 72px);
  }
}
#intro .img_warp.bottom div:nth-of-type(2) {
  width: 188px;
}
@media screen and (max-width: 768px) {
  #intro .img_warp.bottom div:nth-of-type(2) {
    width: min(35.7vw, 134px);
  }
}
#intro .img_warp.bottom div:nth-of-type(3) {
  width: 103.55px;
}
@media screen and (max-width: 768px) {
  #intro .img_warp.bottom div:nth-of-type(3) {
    width: min(19.7vw, 73.96px);
  }
}
#intro .loop_slider {
  background: #A9E9F0;
}

.contents_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  line-height: 1.25;
  font-weight: bold;
  gap: calc(13px / 1.4) calc(10px / 1.4);
  margin-bottom: calc(5px / 1.4);
}
@media screen and (min-width: 769px) {
  .contents_nav {
    gap: 13px 10px;
  }
}
@media screen and (min-width: 769px) {
  .contents_nav {
    margin-bottom: 5px;
  }
}
.contents_nav li a {
  background-color: #fff;
  background-image: url(../img/nav_arrow.svg);
  background-position: center right 10px;
  background-repeat: no-repeat;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background-size: calc(29px / 1.4);
  height: calc(65px / 1.4);
  padding: 0 calc(40px / 1.4) 0 calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  .contents_nav li a {
    background-size: 29px;
  }
}
@media screen and (min-width: 769px) {
  .contents_nav li a {
    height: 65px;
  }
}
@media screen and (min-width: 769px) {
  .contents_nav li a {
    padding: 0 40px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents_nav li a {
    background-position: center right 7.1428571429px;
  }
}
.contents_nav li a small {
  font-size: calc(12px / 1.4);
}
@media screen and (min-width: 769px) {
  .contents_nav li a small {
    font-size: 12px;
  }
}
.contents_nav li a:hover {
  opacity: 1;
  background-color: #FCC8E9;
  background-image: url(../img/nav_arrow_wht.svg) !important;
}

#contents01 {
  padding-bottom: 0;
}
#contents01 .center_slide {
  margin-top: calc(50px / 1.4);
  margin-bottom: calc(70px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents01 .center_slide {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  #contents01 .center_slide {
    margin-bottom: 70px;
  }
}
#contents01 .box {
  padding-bottom: calc(120px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents01 .box {
    padding-bottom: 120px;
  }
}
#contents01 .circle_bg {
  aspect-ratio: 1/1;
  margin: 0 -19px;
}
@media screen and (max-width: 768px) {
  #contents01 .circle_bg {
    min-height: 319px;
    max-width: calc(100% + 26px);
    margin: 0 -13px;
  }
}
#contents01 .circle_bg .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-bottom: calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents01 .circle_bg .txt_wrap {
    padding-bottom: 20px;
  }
}
#contents01 .circle_bg .txt_wrap::before {
  background-image: url(../img/contents01_bg01.png);
  width: 112.5px;
  height: 108.5px;
  top: calc(-60px / 1.4);
  right: calc(35px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents01 .circle_bg .txt_wrap::before {
    top: -60px;
  }
}
@media screen and (min-width: 769px) {
  #contents01 .circle_bg .txt_wrap::before {
    right: 35px;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .circle_bg .txt_wrap::before {
    width: min(21vw, 80px);
    height: min(20vw, 77.5px);
  }
}
#contents01 .circle_bg .txt_wrap::after {
  background-image: url(../img/contents01_bg02.png);
  width: 141px;
  height: 96px;
  left: calc(45px / 1.4);
  bottom: calc(-50px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents01 .circle_bg .txt_wrap::after {
    left: 45px;
  }
}
@media screen and (min-width: 769px) {
  #contents01 .circle_bg .txt_wrap::after {
    bottom: -50px;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .circle_bg .txt_wrap::after {
    width: min(26.6vw, 100px);
    height: min(18vw, 68.5px);
  }
}
#contents01 .circle_bg .txt_wrap h3 {
  margin: calc(5px / 1.4) 0 calc(8px / 1.4);
  font-size: calc(22px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents01 .circle_bg .txt_wrap h3 {
    margin: 5px 0 8px;
  }
}
@media screen and (min-width: 769px) {
  #contents01 .circle_bg .txt_wrap h3 {
    font-size: 22px;
  }
}
#contents01 .circle_bg .illust {
  width: calc(38.58px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents01 .circle_bg .illust {
    width: 38.58px;
  }
}
#contents01 .circle_bg p {
  font-size: calc(15px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents01 .circle_bg p {
    font-size: 15px;
  }
}

#contents02 {
  padding: calc(35px / 1.4) 0 calc(80px / 1.4);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #contents02 {
    padding: 35px 0 80px;
  }
}
#contents02 .box {
  position: relative;
}
#contents02 .box::before {
  content: "";
  background: url(../img/illust01.png) no-repeat top center/100%;
  position: absolute;
  z-index: -1;
  width: calc(72.25px / 1.4);
  height: calc(150px / 1.4);
  top: calc(-105px / 1.4);
  right: calc(40px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents02 .box::before {
    width: 72.25px;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .box::before {
    height: 150px;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .box::before {
    top: -105px;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .box::before {
    right: 40px;
  }
}
#contents02 .circle_bg {
  padding: calc(60px / 1.4) 0 calc(45px / 1.4);
  margin: calc(15px / 1.4) calc(-19px / 1.4) calc(45px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg {
    padding: 60px 0 45px;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg {
    margin: 15px -19px 45px;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .circle_bg {
    min-height: 240px;
  }
}
#contents02 .circle_bg .txt_wrap::before {
  background-image: url(../img/contents02_bg01.png);
  width: 112.76px;
  height: 203.7px;
  right: 0;
  bottom: calc(-60px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap::before {
    bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .circle_bg .txt_wrap::before {
    width: min(21.4vw, 80.5px);
    height: min(38.8vw, 145.5px);
  }
}
#contents02 .circle_bg .txt_wrap::after {
  background-image: url(../img/contents02_bg02.png);
  width: 89.5px;
  height: 102px;
  left: calc(25px / 1.4);
  bottom: calc(-40px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap::after {
    left: 25px;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .circle_bg .txt_wrap::after {
    width: min(17.04vw, 63.9px);
    height: min(19.45vw, 72.85px);
  }
}
#contents02 .circle_bg .txt_wrap h3 {
  margin-bottom: calc(13px / 1.4);
  font-size: calc(18px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap h3 {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap h3 {
    font-size: 18px;
  }
}
#contents02 .circle_bg .txt_wrap .fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #40B3C7;
  border-radius: 50%;
  line-height: 1.3;
  text-align: center;
  aspect-ratio: 1/1;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0;
  width: calc(96px / 1.4);
  padding-bottom: calc(0.65em / 1.4);
  font-size: calc(18px / 1.4);
  top: calc(-50px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap .fukidashi {
    width: 96px;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap .fukidashi {
    padding-bottom: 0.65em;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap .fukidashi {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap .fukidashi {
    top: -50px;
  }
}
#contents02 .circle_bg .txt_wrap .fukidashi span {
  text-align: center;
}
#contents02 .circle_bg .txt_wrap .fukidashi span .tax {
  font-size: calc(14px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap .fukidashi span .tax {
    font-size: 14px;
  }
}
#contents02 .circle_bg .txt_wrap .fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #40B3C7 transparent transparent transparent;
  position: absolute;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  left: calc(15px / 1.4);
  bottom: calc(-4px / 1.4);
  border-width: calc(12px / 1.4) calc(7.5px / 1.4) 0 calc(7.5px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap .fukidashi::before {
    left: 15px;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap .fukidashi::before {
    bottom: -4px;
  }
}
@media screen and (min-width: 769px) {
  #contents02 .circle_bg .txt_wrap .fukidashi::before {
    border-width: 12px 7.5px 0 7.5px;
  }
}

#contents03 {
  background-color: #ABEBF2;
  background-image: url(../img/bg_pattern.png);
  background-position: center;
  background-size: calc(50px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 {
    background-size: 50px;
  }
}
#contents03 .box {
  position: relative;
}
#contents03 .box .illus_wrap {
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  overflow: hidden;
  pointer-events: none;
  height: calc(103px / 1.4);
  top: calc(50px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 .box .illus_wrap {
    height: 103px;
  }
}
@media screen and (min-width: 769px) {
  #contents03 .box .illus_wrap {
    top: 50px;
  }
}
#contents03 .box .illus_wrap::before, #contents03 .box .illus_wrap::after {
  content: "";
  position: absolute;
}
#contents03 .box .illus_wrap::before {
  background: url(../img/illust06.png) no-repeat center/contain;
  top: 0;
  left: 0;
  width: calc(75.48px / 1.4);
  height: calc(102.86px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 .box .illus_wrap::before {
    width: 75.48px;
  }
}
@media screen and (min-width: 769px) {
  #contents03 .box .illus_wrap::before {
    height: 102.86px;
  }
}
#contents03 .box .illus_wrap::after {
  background: url(../img/illust07.png) no-repeat center/contain;
  right: 0;
  width: calc(69px / 1.4);
  height: calc(95px / 1.4);
  top: calc(8px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 .box .illus_wrap::after {
    width: 69px;
  }
}
@media screen and (min-width: 769px) {
  #contents03 .box .illus_wrap::after {
    height: 95px;
  }
}
@media screen and (min-width: 769px) {
  #contents03 .box .illus_wrap::after {
    top: 8px;
  }
}
#contents03 .data dt {
  margin-bottom: calc(6px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 .data dt {
    margin-bottom: 6px;
  }
}
#contents03 .data dd {
  font-size: calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 .data dd {
    font-size: 20px;
  }
}
#contents03 .data dd span {
  font-size: calc(16px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 .data dd span {
    font-size: 16px;
  }
}
#contents03 .data dd:not(:last-of-type) {
  margin-bottom: calc(6px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 .data dd:not(:last-of-type) {
    margin-bottom: 6px;
  }
}
#contents03 .contents_nav {
  margin: calc(47px / 1.4) 0 calc(45px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 .contents_nav {
    margin: 47px 0 45px;
  }
}
#contents03 .contents_nav li a {
  background-image: url(../img/nav_arrow_pink.svg);
}
#contents03 #restaurant {
  margin-top: calc(55px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 #restaurant {
    margin-top: 55px;
  }
}
#contents03 .notes_list {
  margin-top: calc(25px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents03 .notes_list {
    margin-top: 25px;
  }
}

#contents04 {
  background: #F89CBF;
}
#contents04 .map_wrap {
  position: relative;
}
#contents04 .map_wrap::before {
  content: "";
  position: absolute;
  z-index: 11;
}
#contents04 .map_wrap.map01 {
  margin-top: calc(38px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap.map01 {
    margin-top: 38px;
  }
}
#contents04 .map_wrap.map01::before {
  background: url(../img/map01_bg.png) no-repeat center/contain;
  width: calc(40px / 1.4);
  height: calc(40px / 1.4);
  top: calc(-28px / 1.4);
  right: calc(50px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap.map01::before {
    width: 40px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap.map01::before {
    height: 40px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap.map01::before {
    top: -28px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap.map01::before {
    right: 50px;
  }
}
#contents04 .map_wrap.map02 {
  margin-top: calc(50px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap.map02 {
    margin-top: 50px;
  }
}
#contents04 .map_wrap.map02::before {
  background: url(../img/map02_bg.png) no-repeat center/contain;
  width: calc(34px / 1.4);
  height: calc(27px / 1.4);
  top: calc(-21px / 1.4);
  left: calc(70px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap.map02::before {
    width: 34px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap.map02::before {
    height: 27px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap.map02::before {
    top: -21px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap.map02::before {
    left: 70px;
  }
}
#contents04 .map_wrap h3 {
  background: url(../img/map_obi.png) no-repeat center/contain;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: absolute;
  left: 0;
  z-index: 2;
  width: calc(123px / 1.4);
  line-height: calc(35.41px / 1.4);
  height: calc(35.41px / 1.4);
  font-size: calc(18px / 1.4);
  top: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap h3 {
    width: 123px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap h3 {
    line-height: 35.41px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap h3 {
    height: 35.41px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map_wrap h3 {
    top: 30px;
  }
}
#contents04 .map {
  background: #fff;
  border: 2px solid #6FC0ED;
  overflow: hidden;
  position: relative;
  border-radius: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .map {
    border-radius: 30px;
  }
}
#contents04 .map .draggable img {
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}
#contents04 .map .pin {
  position: absolute;
}
#contents04 .map .zoom_btn {
  display: grid;
  gap: 2px;
  position: absolute;
  z-index: 2;
  right: calc(25px / 1.4);
  bottom: calc(25px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .map .zoom_btn {
    right: 25px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map .zoom_btn {
    bottom: 25px;
  }
}
#contents04 .map .zoom_btn button {
  border: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: calc(30px / 1.4);
  height: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .map .zoom_btn button {
    width: 30px;
  }
}
@media screen and (min-width: 769px) {
  #contents04 .map .zoom_btn button {
    height: 30px;
  }
}
#contents04 .map .zoom_btn button::before {
  color: #fff;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(15px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .map .zoom_btn button::before {
    font-size: 15px;
  }
}
#contents04 .map .zoom_btn button#zoom-in::before {
  content: "＋";
}
#contents04 .map .zoom_btn button#zoom-out::before {
  content: "−";
}
#contents04 .pin_gourmet, #contents04 .pin_goods {
  width: 2.6%;
  aspect-ratio: 1/0.69;
  position: absolute;
}
#contents04 .pin_gourmet a, #contents04 .pin_goods a {
  display: block;
  width: 100%;
  height: 100%;
}
#contents04 .pin_gourmet a {
  background: url(../img/map_icon_gourmet.svg) no-repeat center/100%;
}
#contents04 .pin_gourmet.pin1 {
  top: 22.5%;
  left: 43%;
}
#contents04 .pin_gourmet.pin2 {
  top: 16.5%;
  left: 65.5%;
}
#contents04 .pin_gourmet.pin3 {
  top: 32.3%;
  left: 42.7%;
}
#contents04 .pin_gourmet.pin4 {
  top: 11.2%;
  left: 64.5%;
}
#contents04 .pin_gourmet.pin5 {
  top: 22.8%;
  left: 67.3%;
}
#contents04 .pin_gourmet.pin6 {
  top: 29%;
  left: 26.5%;
}
#contents04 .pin_gourmet.pin7 {
  top: 23.6%;
  left: 15.5%;
}
#contents04 .pin_gourmet.pin8 {
  top: 6.3%;
  left: 37%;
}
#contents04 .pin_gourmet.pin9 {
  top: 21.5%;
  left: 19%;
}
#contents04 .pin_goods a {
  background: url(../img/map_icon_goods.svg) no-repeat center/100%;
}
#contents04 .pin_goods.pin1 {
  top: 22%;
  left: 56.5%;
}
#contents04 .pin_goods.pin2 {
  top: 11.2%;
  left: 60%;
}
#contents04 .pin_goods.pin3 {
  top: 26%;
  left: 30.2%;
}
#contents04 .pin_goods.pin4 {
  top: 15.8%;
  left: 47.2%;
}
#contents04 .pin_goods.pin5 {
  top: 15.8%;
  left: 50.4%;
}
#contents04 .pin_goods.pin6 {
  top: 14.5%;
  left: 53.6%;
}
#contents04 .pin_goods.pin7 {
  top: 31%;
  left: 56.8%;
}
#contents04 .pin_goods.pin8 {
  top: 39.5%;
  left: 42.5%;
}
#contents04 .pin_goods.pin9 {
  top: 74.5%;
  left: 22%;
}
#contents04 .pin_goods.pin10 {
  top: 51.8%;
  left: 59.8%;
}
#contents04 .btn_wrap {
  background: #EDF5F7;
  width: 33%;
  font-weight: bold;
  position: absolute;
  left: 38%;
  bottom: 5%;
  padding: 2% 0;
  border-radius: calc(10px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .btn_wrap {
    border-radius: 10px;
  }
}
#contents04 .btn_wrap p {
  text-align: center;
  font-size: calc(10px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .btn_wrap p {
    font-size: 10px;
  }
}
#contents04 .btn_wrap .btn {
  width: 64%;
  aspect-ratio: 1/0.28;
  color: #fff;
  margin: 5% auto 0;
  font-size: calc(12px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents04 .btn_wrap .btn {
    font-size: 12px;
  }
}
#contents04 .btn_wrap .btn a {
  width: 100%;
  height: 100%;
  border-color: #000;
  padding: 0 0.3em 0 0;
  position: relative;
}
#contents04 .btn_wrap .btn a::after {
  content: "";
  background: url(../img/nav_arrow_wht.svg) no-repeat center/contain;
  width: 15%;
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 5%;
}
#contents04 .btn_wrap .btn.goods a {
  background: #75C9DD;
}
#contents04 .btn_wrap .btn.gourmet a {
  background: #EA90CE;
}

.pin_gourmet, .pin_goods {
  animation: scale 1s ease infinite alternate-reverse;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
#contents05 {
  background-color: #FFCCDE;
  background-image: url(../img/bg_pattern2.png);
  background-position: center;
  background-size: calc(50px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 {
    background-size: 50px;
  }
}
#contents05 .logo2 {
  margin-bottom: calc(8px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .logo2 {
    margin-bottom: 8px;
  }
}
#contents05 .sect_ttl {
  margin-bottom: calc(55px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .sect_ttl {
    margin-bottom: 55px;
  }
}
#contents05 .read {
  text-align: center;
  font-weight: bold;
  line-height: 1.31;
  font-size: calc(26px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .read {
    font-size: 26px;
  }
}
#contents05 .read .marker {
  text-align: center;
}
#contents05 .fukidasi {
  background: #EA90CE;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0.1em;
  font-weight: bold;
  position: relative;
  border-radius: calc(8px / 1.4);
  margin-top: calc(10px / 1.4);
  margin-bottom: calc(10px / 1.4);
  width: calc(184px / 1.4);
  font-size: calc(22px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .fukidasi {
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .fukidasi {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .fukidasi {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .fukidasi {
    width: 184px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .fukidasi {
    font-size: 22px;
  }
}
#contents05 .fukidasi::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #EA90CE transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: calc(-10px / 1.4);
  border-width: calc(13px / 1.4) calc(6px / 1.4) 0 calc(6px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .fukidasi::after {
    bottom: -10px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .fukidasi::after {
    border-width: 13px 6px 0 6px;
  }
}
#contents05 .step {
  font-weight: bold;
  margin-bottom: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step {
    margin-bottom: 30px;
  }
}
#contents05 .step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EDF7FC;
  background-repeat: no-repeat;
  gap: calc(13px / 1.4);
  border-radius: calc(36px / 1.4);
  min-height: calc(120px / 1.4);
  padding: calc(25px / 1.4) calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li {
    gap: 13px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .step li {
    border-radius: 36px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .step li {
    min-height: 120px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .step li {
    padding: 25px 20px;
  }
}
#contents05 .step li.no_flex {
  display: block;
}
#contents05 .step li.no_flex .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(13px / 1.4);
  margin-bottom: calc(25px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li.no_flex .flex {
    gap: 13px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .step li.no_flex .flex {
    margin-bottom: 25px;
  }
}
#contents05 .step li:nth-child(1) {
  background-image: url(../img/step01.png);
  background-position: center right 40px;
  background-size: calc(46.51px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li:nth-child(1) {
    background-size: 46.51px;
  }
}
#contents05 .step li:nth-child(2) {
  background-image: url(../img/step02.png);
  background-position: top 20px right 25px;
  background-size: calc(72px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li:nth-child(2) {
    background-size: 72px;
  }
}
#contents05 .step li:nth-child(3) {
  background-image: none;
}
#contents05 .step li:nth-child(3) small {
  font-weight: 500;
}
#contents05 .step li:not(:last-child) {
  margin-bottom: calc(15px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents05 .step li:nth-child(1) {
    background-position: center right 20px;
    padding-right: 60px;
  }
  #contents05 .step li:nth-child(2) {
    background-position: top 15px right 10px;
  }
}
#contents05 .step li .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #40B3C7;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(52px / 1.4);
  height: calc(52px / 1.4);
  font-size: calc(22px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li .num {
    width: 52px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .step li .num {
    height: 52px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .step li .num {
    font-size: 22px;
  }
}
#contents05 .step li .num span {
  display: block;
  text-align: center;
  font-size: calc(11px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li .num span {
    font-size: 11px;
  }
}
#contents05 .step li p {
  font-size: calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li p {
    font-size: 20px;
  }
}
#contents05 .step li p small {
  display: block;
  font-weight: normal;
  font-size: calc(14px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li p small {
    font-size: 14px;
  }
}
#contents05 .step li p .tax {
  font-size: calc(15px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li p .tax {
    font-size: 15px;
  }
}
#contents05 .step li p .pink {
  display: inline-block;
  color: #F265B0;
  font-weight: 900;
}
#contents05 .step li p .bg_pink {
  display: inline-block;
  background: #F265B0;
  color: #fff;
  padding: 0.3em 0.8em 0.4em;
  margin-right: 0.1em;
  line-height: 1;
  border-radius: calc(10px / 1.4);
  font-size: calc(16px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .step li p .bg_pink {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .step li p .bg_pink {
    font-size: 16px;
  }
}
#contents05 .data.grid {
  margin-bottom: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .data.grid {
    margin-bottom: 30px;
  }
}
#contents05 .data.grid dt {
  padding: 0;
  width: calc(95px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .data.grid dt {
    width: 95px;
  }
}
#contents05 .data:not(.grid) {
  text-align: left;
  margin: 0 0 calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .data:not(.grid) {
    margin: 0 0 20px;
  }
}
#contents05 .data:not(.grid) dt {
  margin: 0;
}
#contents05 .data:not(.grid) dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: calc(8px / 1.4);
  font-size: calc(20px / 1.4);
  margin-top: calc(10px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .data:not(.grid) dd {
    gap: 8px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .data:not(.grid) dd {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .data:not(.grid) dd {
    margin-top: 10px;
  }
}
#contents05 .data:not(.grid) dd::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  width: calc(23px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .data:not(.grid) dd::before {
    width: 23px;
  }
}
#contents05 .data:not(.grid) dd.blue::before {
  background: #AEDCE1;
}
#contents05 .data:not(.grid) dd.pink::before {
  background: #F7D5D4;
}
#contents05 .data:not(.grid) dd.grn::before {
  background: #C3E1C9;
}
#contents05 .data + .notes_list {
  margin-bottom: calc(40px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .data + .notes_list {
    margin-bottom: 40px;
  }
}
#contents05 .circle_bg {
  margin-top: calc(80px / 1.4);
  margin-bottom: calc(120px / 1.4);
  padding: calc(40px / 1.4) calc(20px / 1.4) 0;
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg {
    padding: 40px 20px 0;
  }
}
#contents05 .circle_bg .illus {
  position: absolute;
}
#contents05 .circle_bg .illus_01 {
  width: 100%;
  text-align: center;
  left: 0;
  z-index: -2;
  top: calc(-62px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg .illus_01 {
    top: -62px;
  }
}
#contents05 .circle_bg .illus_01 img {
  width: calc(103.5px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg .illus_01 img {
    width: 103.5px;
  }
}
#contents05 .circle_bg .illus_02 {
  width: calc(75.99px / 1.4);
  left: calc(-20px / 1.4);
  bottom: calc(-100px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg .illus_02 {
    width: 75.99px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg .illus_02 {
    left: -20px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg .illus_02 {
    bottom: -100px;
  }
}
#contents05 .circle_bg .illus_03 {
  width: calc(78.73px / 1.4);
  right: calc(-20px / 1.4);
  bottom: calc(-100px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg .illus_03 {
    width: 78.73px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg .illus_03 {
    right: -20px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg .illus_03 {
    bottom: -100px;
  }
}
#contents05 .circle_bg .notes_list {
  padding-left: 13%;
  margin-top: calc(-20px / 1.4);
  font-size: calc(12px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg .notes_list {
    margin-top: -20px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .circle_bg .notes_list {
    font-size: 12px;
  }
}
#contents05 .read02 {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: calc(50px / 1.4);
  margin-bottom: calc(30px / 1.4);
  font-size: calc(23px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .read02 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .read02 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .read02 {
    font-size: 23px;
  }
}
#contents05 .read02 .fukidashi {
  display: block;
  background: url(../img/contents05_fukidashi.svg) no-repeat center/contain;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding-top: calc(23px / 1.4);
  margin-bottom: calc(5px / 1.4);
  width: calc(100px / 1.4);
  height: calc(84px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .read02 .fukidashi {
    padding-top: 23px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .read02 .fukidashi {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .read02 .fukidashi {
    width: 100px;
  }
}
@media screen and (min-width: 769px) {
  #contents05 .read02 .fukidashi {
    height: 84px;
  }
}
#contents05 .img {
  width: 82.5%;
  margin: 0 auto;
  margin-bottom: calc(40px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents05 .img {
    margin-bottom: 40px;
  }
}
#contents05 .center_slide .img {
  border-color: #6FC0ED;
}

#contents06 {
  background: #F89CBF;
  padding-top: calc(90px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents06 {
    padding-top: 90px;
  }
}
#contents06 .container {
  position: relative;
  z-index: 2;
}
#contents06 .box {
  position: relative;
}
#contents06 .box::before {
  content: "";
  background: url(../img/illust03.png) no-repeat top center/100%;
  position: absolute;
  z-index: -1;
  width: calc(101px / 1.4);
  height: calc(150px / 1.4);
  top: calc(-100px / 1.4);
  right: calc(40px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents06 .box::before {
    width: 101px;
  }
}
@media screen and (min-width: 769px) {
  #contents06 .box::before {
    height: 150px;
  }
}
@media screen and (min-width: 769px) {
  #contents06 .box::before {
    top: -100px;
  }
}
@media screen and (min-width: 769px) {
  #contents06 .box::before {
    right: 40px;
  }
}
#contents06 .icon_ig img {
  width: calc(46px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents06 .icon_ig img {
    width: 46px;
  }
}
#contents06 .sect_ttl {
  margin-bottom: calc(25px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents06 .sect_ttl {
    margin-bottom: 25px;
  }
}
#contents06 .read {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  margin-bottom: calc(35px / 1.4);
  font-size: calc(19px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents06 .read {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  #contents06 .read {
    font-size: 19px;
  }
}
#contents06 .read span {
  line-height: 1.48;
  font-size: calc(27px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents06 .read span {
    font-size: 27px;
  }
}
#contents06 .data {
  margin-bottom: calc(35px / 1.4);
  width: calc(345px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents06 .data {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  #contents06 .data {
    width: 345px;
  }
}
#contents06 .circle_bg {
  margin-bottom: calc(35px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents06 .circle_bg {
    margin-bottom: 35px;
  }
}
#contents06 .circle_bg .img {
  position: absolute;
}
#contents06 .circle_bg .img_01 {
  width: 63.6%;
  top: 17%;
  left: -9%;
}
#contents06 .circle_bg .img_02 {
  width: 67.3%;
  top: 3%;
  right: -4.5%;
}
#contents06 .circle_bg .img_03 {
  width: 34%;
  left: 49%;
  bottom: 12%;
}
#contents06 .circle_bg p {
  position: absolute;
  font-size: calc(46px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents06 .circle_bg p {
    font-size: 46px;
  }
}
#contents06 .notes_list {
  margin-top: calc(13px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents06 .notes_list {
    margin-top: 13px;
  }
}

#contents07 {
  background: #88DBB2;
  position: relative;
  padding-top: calc(80px / 1.4);
  padding-bottom: calc(53px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 {
    padding-bottom: 53px;
  }
}
#contents07::after {
  content: "";
  background-color: #A0E3C1;
  background-image: url(../img/bg_pattern3.png);
  background-position: center;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background-size: calc(50px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07::after {
    background-size: 50px;
  }
}
#contents07 .container {
  position: relative;
  z-index: 2;
}
#contents07 .box {
  padding-bottom: calc(40px / 1.4);
  margin-bottom: calc(80px / 1.4);
  position: relative;
}
@media screen and (min-width: 769px) {
  #contents07 .box {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .box {
    margin-bottom: 80px;
  }
}
#contents07 .box::before {
  content: "";
  background: url(../img/illust05.png) no-repeat top center/100%;
  position: absolute;
  z-index: -1;
  width: calc(103.55px / 1.4);
  height: calc(150px / 1.4);
  top: calc(-100px / 1.4);
  right: calc(45px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .box::before {
    width: 103.55px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .box::before {
    height: 150px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .box::before {
    top: -100px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .box::before {
    right: 45px;
  }
}
#contents07 .read_img {
  margin: 0 auto;
  margin-bottom: calc(20px / 1.4);
  width: calc(234.61px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .read_img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .read_img {
    width: 234.61px;
  }
}
#contents07 .read {
  text-align: center;
  font-weight: bold;
  margin-bottom: calc(12px / 1.4);
  font-size: calc(19px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .read {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .read {
    font-size: 19px;
  }
}
#contents07 .read span {
  line-height: 1.3;
  font-size: calc(27px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .read span {
    font-size: 27px;
  }
}
#contents07 .data {
  margin: 0 auto;
  margin-bottom: calc(55px / 1.4);
  width: calc(305px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .data {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .data {
    width: 305px;
  }
}
#contents07 .list_box {
  position: relative;
  border: 2px solid #88DBB2;
  font-weight: bold;
  border-radius: calc(25px / 1.4);
  padding: calc(25px / 1.4) calc(15px / 1.4);
  margin-bottom: calc(45px / 1.4);
  font-size: calc(15px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .list_box {
    border-radius: 25px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .list_box {
    padding: 25px 15px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .list_box {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .list_box {
    font-size: 15px;
  }
}
#contents07 .list_box p {
  background: #EA90CE;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0.1em;
  text-align: center;
  position: relative;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: calc(110px / 1.4);
  height: calc(32px / 1.4);
  line-height: calc(32px / 1.4);
  top: calc(-24px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .list_box p {
    width: 110px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .list_box p {
    height: 32px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .list_box p {
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .list_box p {
    top: -24px;
  }
}
#contents07 .list_box p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #EA90CE transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: calc(-8px / 1.4);
  border-width: calc(13px / 1.4) calc(6px / 1.4) 0 calc(6px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .list_box p::after {
    bottom: -8px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .list_box p::after {
    border-width: 13px 6px 0 6px;
  }
}
#contents07 .list_box ul li {
  background: url(../img/list_box_icon.svg) no-repeat center left/auto;
  letter-spacing: -0.025em;
  background-size: calc(8.5px / 1.4);
  padding-left: calc(21px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .list_box ul li {
    background-size: 8.5px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .list_box ul li {
    padding-left: 21px;
  }
}
#contents07 .list_box ul li:not(:last-child) {
  margin-bottom: calc(5px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .list_box ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
#contents07 .facility {
  background: #FDE3FA;
  text-align: center;
  border-radius: calc(40px / 1.4);
  padding: calc(44px / 1.4) calc(40px / 1.4);
  margin-bottom: calc(85px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .facility {
    border-radius: 40px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .facility {
    padding: 44px 40px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .facility {
    margin-bottom: 85px;
  }
}
#contents07 .facility p {
  font-weight: bold;
  text-align: center;
}
#contents07 .facility p.txt_bg {
  display: inline-block;
  background: #000;
  border-radius: 20px;
  color: #fff;
  padding: calc(2px / 1.4) calc(17px / 1.4);
  margin: calc(17px / 1.4) 0 calc(20px / 1.4);
  font-size: calc(14px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .facility p.txt_bg {
    padding: 2px 17px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .facility p.txt_bg {
    margin: 17px 0 20px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .facility p.txt_bg {
    font-size: 14px;
  }
}
#contents07 .facility .img_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(10px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .facility .img_list {
    gap: 0 10px;
  }
}
#contents07 .facility .loop_slider {
  border: none;
  background: none;
  padding: 0;
  margin: 0 calc(-55px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .facility .loop_slider {
    margin: 0 -55px;
  }
}
#contents07 .facility .loop_slider .slick-slide {
  width: calc(160px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .facility .loop_slider .slick-slide {
    width: 160px;
  }
}
#contents07 .sns_wrap {
  background: url(../img/sns_wrap_bg.jpg) no-repeat top center/100%, #E5F7F0;
  position: relative;
  margin: 0 calc(-30px / 1.4);
  padding: calc(65px / 1.4) calc(30px / 1.4) calc(67px / 1.4);
}
#contents07 .sns_wrap::before {
  content: "";
  background: url(../img/illust09.png) no-repeat center/contain;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: calc(107px / 1.4);
  height: calc(111.5px / 1.4);
  top: calc(-55px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap::before {
    width: 107px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap::before {
    height: 111.5px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap::before {
    top: -55px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap {
    margin: 0 -30px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap {
    padding: 65px 30px 67px;
  }
}
#contents07 .sns_wrap h3 {
  text-align: center;
  line-height: 1.48;
  margin-bottom: calc(25px / 1.4);
  font-size: calc(23px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap h3 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap h3 {
    font-size: 23px;
  }
}
#contents07 .sns_wrap .sns_icon {
  text-align: center;
  margin-bottom: calc(17px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap .sns_icon {
    margin-bottom: 17px;
  }
}
#contents07 .sns_wrap .sns_icon img {
  width: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap .sns_icon img {
    width: 30px;
  }
}
#contents07 .sns_wrap .sns_icon img.ig img {
  width: calc(34px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap .sns_icon img.ig img {
    width: 34px;
  }
}
#contents07 .sns_wrap div {
  width: 82%;
  margin: 0 auto;
  margin-bottom: calc(38px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .sns_wrap div {
    margin-bottom: 38px;
  }
}
#contents07 .special {
  position: relative;
  padding: calc(85px / 1.4) calc(8px / 1.4) 0;
}
@media screen and (min-width: 769px) {
  #contents07 .special {
    padding: 85px 8px 0;
  }
}
#contents07 .special h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-size: calc(59px / 1.4);
  top: calc(-60px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .special h3 {
    font-size: 59px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .special h3 {
    top: -60px;
  }
}
#contents07 .special .name {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: calc(17px / 1.4);
  font-size: calc(39px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .special .name {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .special .name {
    font-size: 39px;
  }
}
#contents07 .special .name span {
  display: block;
  text-align: center;
}
#contents07 .special .img {
  border: 2px solid #A0E3C1;
  border-radius: 50%;
  width: 68.5%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: calc(26px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .special .img {
    margin-bottom: 26px;
  }
}
#contents07 .special .message {
  border-top: 1px solid #B5DBC1;
  border-bottom: 1px solid #B5DBC1;
  position: relative;
  margin: calc(40px / 1.4) 0 calc(35px / 1.4);
  padding: calc(38px / 1.4) 0 calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .special .message {
    margin: 40px 0 35px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .special .message {
    padding: 38px 0 30px;
  }
}
#contents07 .special .message h4 {
  background: #fff;
  line-height: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  padding: 0 calc(13px / 1.4);
  font-size: calc(42px / 1.4);
  top: calc(-32px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .special .message h4 {
    padding: 0 13px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .special .message h4 {
    font-size: 42px;
  }
}
@media screen and (min-width: 769px) {
  #contents07 .special .message h4 {
    top: -32px;
  }
}
#contents07 .special .txt {
  font-size: calc(18px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .special .txt {
    font-size: 18px;
  }
}
#contents07 .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .sns_list {
    gap: 0 30px;
  }
}
#contents07 .sns_list li {
  width: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .sns_list li {
    width: 30px;
  }
}
#contents07 .sns_list li:nth-child(2) {
  width: calc(27px / 1.4);
}
@media screen and (min-width: 769px) {
  #contents07 .sns_list li:nth-child(2) {
    width: 27px;
  }
}

.last_img_wrap {
  position: relative;
}
.last_img_wrap div:nth-of-type(1) {
  position: absolute;
  left: 0;
  width: calc(155px / 1.4);
  top: calc(-35px / 1.4);
}
@media screen and (min-width: 769px) {
  .last_img_wrap div:nth-of-type(1) {
    width: 155px;
  }
}
@media screen and (min-width: 769px) {
  .last_img_wrap div:nth-of-type(1) {
    top: -35px;
  }
}
.last_img_wrap div:nth-of-type(2) {
  margin-left: calc(155px / 1.4);
  width: calc(221.5px / 1.4);
}
@media screen and (min-width: 769px) {
  .last_img_wrap div:nth-of-type(2) {
    margin-left: 155px;
  }
}
@media screen and (min-width: 769px) {
  .last_img_wrap div:nth-of-type(2) {
    width: 221.5px;
  }
}

.copyright {
  text-align: center;
  margin-top: calc(80px / 1.4);
  font-size: calc(13px / 1.4);
}
@media screen and (min-width: 769px) {
  .copyright {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .copyright {
    font-size: 13px;
  }
}

.pagetop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: url(../img/pagetop.png) no-repeat center/contain;
  z-index: 1000;
  width: calc(76.51px / 1.4);
  height: calc(67.83px / 1.4);
}
@media screen and (min-width: 769px) {
  .pagetop {
    width: 76.51px;
  }
}
@media screen and (min-width: 769px) {
  .pagetop {
    height: 67.83px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 17px;
    right: 20px;
  }
}
.pagetop a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}

@-webkit-keyframes circle {
  to {
    -webkit-transform: translateX(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateZ(0) scale(1);
  }
}

@keyframes circle {
  to {
    -webkit-transform: translateX(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateZ(0) scale(1);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@-webkit-keyframes floating2 {
  0% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@keyframes floating2 {
  0% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@-webkit-keyframes bounce {
  from {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
    opacity: 1;
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
    opacity: 1;
  }
}
@keyframes bounce {
  from {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
    opacity: 1;
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@-webkit-keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
}
@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.active {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.bounce {
  opacity: 0;
}
.bounce.active {
  -webkit-animation: bounce 1s ease-in-out forwards;
          animation: bounce 1s ease-in-out forwards;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.active .floating {
  animation: floating 1.8s ease-in-out infinite alternate-reverse;
}
.active .floating2 {
  animation: floating2 1.8s ease-in-out infinite alternate-reverse;
}

.circle_bg::before {
  -webkit-transform: translateX(-50%) translateZ(0) scale(0);
          transform: translateX(-50%) translateZ(0) scale(0);
}
.circle_bg .txt_wrap::before, .circle_bg .txt_wrap::after, .circle_bg .txt_wrap .fukidashi {
  opacity: 0;
}
.circle_bg .img_warp {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.3s;
  transition: opacity 0.8s ease 1.3s;
}
.circle_bg.active::before {
  -webkit-animation: circle 0.8s ease forwards;
          animation: circle 0.8s ease forwards;
}
.circle_bg.active .txt_wrap::before, .circle_bg.active .txt_wrap::after, .circle_bg.active .txt_wrap .fukidashi {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.8s;
  transition: opacity 0.8s ease 0.8s;
}
.circle_bg.active .img_warp {
  opacity: 1;
}

#intro .circle_bg .txt_wrap {
  opacity: 0;
}
#intro .circle_bg.active .txt_wrap {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.8s;
  transition: opacity 0.8s ease 0.8s;
}

#contents01 .circle_bg .txt_wrap::before {
  -webkit-transform: translateZ(0) rotate(-2deg);
          transform: translateZ(0) rotate(-2deg);
}
#contents01 .circle_bg .txt_wrap::after {
  -webkit-transform: translateZ(0) rotate(2deg);
          transform: translateZ(0) rotate(2deg);
}
#contents01 .circle_bg.active .txt_wrap::before {
  animation: rotate1 1.5s ease-in-out infinite alternate-reverse;
}
#contents01 .circle_bg.active .txt_wrap::after {
  animation: rotate2 1.5s ease-in-out infinite alternate-reverse;
}

#contents02 .box::before, #contents06 .box::before, #contents07 .box::before {
  -webkit-transform: translateY(150px) translateZ(0);
          transform: translateY(150px) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s ease 0.3s;
  transition: -webkit-transform 0.5s ease 0.3s;
  transition: transform 0.5s ease 0.3s;
  transition: transform 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
}
#contents02 .box.active::before, #contents06 .box.active::before, #contents07 .box.active::before {
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
}

#contents03 .illus_wrap {
  width: 100%;
  -webkit-transition: width 0.2s ease-out 0.8s;
  transition: width 0.2s ease-out 0.8s;
}
#contents03 .illus_wrap::before {
  -webkit-transform: translateX(-100%) translateZ(0);
          transform: translateX(-100%) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s ease 0.5s;
  transition: -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}
#contents03 .illus_wrap::after {
  -webkit-transform: translateX(100%) translateZ(0);
          transform: translateX(100%) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s ease 0.5s;
  transition: -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}
#contents03 .illus_wrap.active {
  width: 104%;
}
#contents03 .illus_wrap.active::before {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
}
#contents03 .illus_wrap.active::after {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
}

#contents05 .circle_bg .illus {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.8s;
  transition: opacity 0.8s ease 0.8s;
}
#contents05 .circle_bg.active .illus {
  opacity: 1;
}

#contents06 .circle_bg .img_warp {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#contents06 .circle_bg .img {
  -webkit-transform: translateZ(0) rotate(0deg);
          transform: translateZ(0) rotate(0deg);
}
#contents06 .circle_bg.active .img_01 {
  -webkit-animation: rotate1 1.2s steps(2, end) infinite;
          animation: rotate1 1.2s steps(2, end) infinite;
}
#contents06 .circle_bg.active .img_02 {
  -webkit-animation: rotate2 1.2s steps(2, end) infinite;
          animation: rotate2 1.2s steps(2, end) infinite;
}
#contents06 .circle_bg.active .img_03 {
  -webkit-animation: rotate3 1.4s steps(2, end) 0.3s infinite;
          animation: rotate3 1.4s steps(2, end) 0.3s infinite;
}

.special .fadeIn {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.special .img_scale {
  display: block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.8s ease-in-out 0.5s;
  transition: -webkit-transform 0.8s ease-in-out 0.5s;
  transition: transform 0.8s ease-in-out 0.5s;
  transition: transform 0.8s ease-in-out 0.5s, -webkit-transform 0.8s ease-in-out 0.5s;
}
.special .img_scale.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.last_img_wrap .floating {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.last_img_wrap.active .floating {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.last_img_wrap.active .bounce {
  opacity: 0;
  -webkit-animation: bounce 1s ease-in-out 0.3s forwards;
          animation: bounce 1s ease-in-out 0.3s forwards;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.center_slide {
  margin: 0 calc(-55px / 1.4);
}
@media screen and (min-width: 769px) {
  .center_slide {
    margin: 0 -55px;
  }
}
.center_slide .slick-slide {
  font-weight: bold;
  margin: 0 calc(10px / 1.4);
}
@media screen and (min-width: 769px) {
  .center_slide .slick-slide {
    margin: 0 10px;
  }
}
.center_slide .slick-slide .txt {
  padding: 0 6.5%;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.center_slide .slick-slide:not(.slick-active) .popup_btn::before {
  content: "";
  background: rgba(69, 69, 69, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.center_slide .slick-slide.not-active .txt, .center_slide .slick-slide:not(.slick-active) .txt {
  opacity: 0 !important;
}
.center_slide .img, .center_slide .popup_btn {
  aspect-ratio: 1/1;
  margin-bottom: 5px;
  font-size: 0;
  overflow: hidden;
  border-radius: calc(40px / 1.4);
  margin-bottom: calc(5px / 1.4);
}
@media screen and (min-width: 769px) {
  .center_slide .img, .center_slide .popup_btn {
    border-radius: 40px;
  }
}
@media screen and (min-width: 769px) {
  .center_slide .img, .center_slide .popup_btn {
    margin-bottom: 5px;
  }
}
.center_slide .img {
  border: 2px solid #F49FD3;
}
.center_slide .popup_btn {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.center_slide .popup_btn::before {
  content: "";
}
.center_slide .popup_btn img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.center_slide.dots_none .slick-dots {
  display: none !important;
}

.slick-arrow {
  background: #FCC8E9 !important;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  width: calc(45px / 1.4);
  height: calc(45px / 1.4);
}
@media screen and (min-width: 769px) {
  .slick-arrow {
    width: 45px;
  }
}
@media screen and (min-width: 769px) {
  .slick-arrow {
    height: 45px;
  }
}
.slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
  content: "";
  display: block;
  background: url(../img/arrow.svg) no-repeat top 50% center/auto;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-size: calc(17px / 1.4);
}
@media screen and (min-width: 769px) {
  .slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
    background-size: 17px;
  }
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: 9%;
}
.slick-arrow.slick-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.slick-arrow.slick-next {
  right: 9%;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E2E2E2;
  border-radius: 10px;
  margin: 0 auto;
  height: 5px;
  width: 200px;
  overflow: hidden;
  position: static;
  margin-top: calc(24px / 1.4);
}
@media screen and (min-width: 769px) {
  .slick-dots {
    margin-top: 24px;
  }
}
.slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 5px;
  margin: 0;
  pointer-events: none;
  cursor: default;
}
.slick-dots li:has(+ li.slick-active) {
  background: #000;
}
.slick-dots li.slick-active button::before {
  background: #000;
  width: 100%;
  border-radius: 0 10px 10px 0;
  opacity: 1;
}
.slick-dots li.prev_dot button::before {
  background: #000;
  width: 100%;
  border-radius: 0px;
  opacity: 1;
}
.slick-dots li button {
  width: 100%;
  height: 5px;
  padding: 0;
}
.slick-dots li button::before {
  width: 0;
  height: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.recommended_slide {
  margin: 0 calc(-30px / 1.4) calc(42px / 1.4) 0;
}
@media screen and (min-width: 769px) {
  .recommended_slide {
    margin: 0 -30px 42px 0;
  }
}
.recommended_slide .draggable {
  padding-right: 5%;
}
.recommended_slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recommended_slide .slick-slide {
  background: #fff;
  border: 2px solid #F49FD3;
  height: auto;
  overflow: hidden;
  border-radius: calc(40px / 1.4);
  margin-right: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  .recommended_slide .slick-slide {
    border-radius: 40px;
  }
}
@media screen and (min-width: 769px) {
  .recommended_slide .slick-slide {
    margin-right: 30px;
  }
}
.recommended_slide .slick-arrow.slick-prev {
  left: calc(-22.5px / 1.4);
}
@media screen and (min-width: 769px) {
  .recommended_slide .slick-arrow.slick-prev {
    left: -22.5px;
  }
}
.recommended_slide .slick-arrow.slick-next {
  right: calc(5% + 30px - 22.5px);
}
@media screen and (max-width: 768px) {
  .recommended_slide .slick-arrow.slick-next {
    right: calc(5% + 21.4285714286px - 16.0714285714px);
  }
}
.recommended_slide .txt_wrap {
  font-weight: bold;
  overflow: hidden;
  padding: calc(15px / 1.4) calc(27px / 1.4) calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  .recommended_slide .txt_wrap {
    padding: 15px 27px 20px;
  }
}
.recommended_slide .shop {
  border-bottom: 1px solid #D1D1D1;
  font-weight: normal;
  padding-bottom: calc(12px / 1.4);
  margin-bottom: calc(12px / 1.4);
  font-size: calc(14px / 1.4);
}
@media screen and (min-width: 769px) {
  .recommended_slide .shop {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .recommended_slide .shop {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .recommended_slide .shop {
    font-size: 14px;
  }
}
.recommended_slide .item {
  overflow: hidden;
  font-size: calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  .recommended_slide .item {
    font-size: 20px;
  }
}
.recommended_slide .item .notes {
  display: block;
  width: calc(100% + 1em);
  font-size: calc(15px / 1.4);
}
@media screen and (min-width: 769px) {
  .recommended_slide .item .notes {
    font-size: 15px;
  }
}
.recommended_slide .item .price {
  float: right;
}
.recommended_slide .item .price small {
  font-size: calc(13px / 1.4);
}
@media screen and (min-width: 769px) {
  .recommended_slide .item .price small {
    font-size: 13px;
  }
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.45);
}

#cboxContent {
  background: none;
  overflow: visible;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  border-radius: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  #cboxContent {
    border-radius: 30px;
  }
}
#cboxContent #cboxLoadedContent {
  margin: 0;
}
#cboxContent #cboxClose {
  opacity: 0;
  background: url(../img/popup_close.svg) no-repeat center/contain;
  cursor: pointer;
  height: calc(52px / 1.4);
  width: calc(52px / 1.4);
  top: calc(-15px / 1.4);
  right: calc(-15px / 1.4);
}
@media screen and (min-width: 769px) {
  #cboxContent #cboxClose {
    height: 52px;
  }
}
@media screen and (min-width: 769px) {
  #cboxContent #cboxClose {
    width: 52px;
  }
}
@media screen and (min-width: 769px) {
  #cboxContent #cboxClose {
    top: -15px;
  }
}
@media screen and (min-width: 769px) {
  #cboxContent #cboxClose {
    right: -15px;
  }
}

.popup_box, .popup_box2 {
  background: #fff;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.popup_box {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  .popup_box {
    border-radius: 30px;
  }
}
.popup_box p {
  padding: calc(24px / 1.4) calc(35px / 1.4);
}
@media screen and (min-width: 769px) {
  .popup_box p {
    padding: 24px 35px;
  }
}
@media screen and (min-width: 769px) {
  .popup_box {
    width: 520px;
  }
}

.popup_box2 {
  border: 2px solid #F49FD3;
  border-radius: calc(50px / 1.4);
}
@media screen and (min-width: 769px) {
  .popup_box2 {
    border-radius: 50px;
  }
}
@media screen and (min-width: 769px) {
  .popup_box2 {
    width: 384px;
  }
}
.popup_box2 .txt_wrap {
  font-weight: bold;
  overflow: hidden;
  padding: calc(15px / 1.4) calc(27px / 1.4) calc(30px / 1.4);
}
@media screen and (min-width: 769px) {
  .popup_box2 .txt_wrap {
    padding: 15px 27px 30px;
  }
}
.popup_box2 .shop {
  border-bottom: 1px solid #D1D1D1;
  font-weight: normal;
  padding-bottom: calc(12px / 1.4);
  margin-bottom: calc(12px / 1.4);
  font-size: calc(14px / 1.4);
}
@media screen and (min-width: 769px) {
  .popup_box2 .shop {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .popup_box2 .shop {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .popup_box2 .shop {
    font-size: 14px;
  }
}
.popup_box2 .item {
  overflow: hidden;
  font-size: calc(20px / 1.4);
}
@media screen and (min-width: 769px) {
  .popup_box2 .item {
    font-size: 20px;
  }
}
.popup_box2 .item .notes {
  display: block;
  width: calc(100% + 1em);
  font-size: calc(15px / 1.4);
}
@media screen and (min-width: 769px) {
  .popup_box2 .item .notes {
    font-size: 15px;
  }
}
.popup_box2 .item .price {
  float: right;
}
.popup_box2 .item .price small {
  font-size: calc(13px / 1.4);
}
@media screen and (min-width: 769px) {
  .popup_box2 .item .price small {
    font-size: 13px;
  }
}