@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
}

footer {
  position: relative;
  z-index: 2;
}

:root {
  --color_main: #2A2A2A;
  --color_key01: #FFD6FA;
  --color_key02: #FFA5E3;
  --color_bg: #F2F2F2;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  background: var(--color_bg);
  color: var(--color_main);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  overflow-x: clip;
  padding: 4rem 0 10rem;
}

.LP_page .txt_eng {
  font-family: 'Damion', cursive;
}

.LP_page picture {
  display: block;
  font-size: 0;
}

.LP_page a {
  display: block;
}

.LP_page a:hover {
  opacity: 1 !important;
}

.LP_page img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.activePoint {
  opacity: 0;
  transition: opacity 1s;
}

.activePoint.toDown {
  transform: translateY(-2rem);
  transition: opacity 1s, transform 1s;
}

.activePoint.toUp {
  transform: translateY(2rem);
  transition: opacity 1s, transform 1s;
}

.activePoint.active,
.activePoint.active > .activeDelay {
  opacity: 1;
  transform: translateY(0) !important;
}

.activeDelay.delay1 {
  transition-delay: .3s !important;
}

.activeDelay.delay2 {
  transition-delay: .6s !important;
}

/*----------------------------all*/

/*mv-----------------------------*/
.mv_wrap {
  position: relative;
  width: 100rem;
  margin: 0 auto 3.5rem;
}

.each_mv {
  position: absolute;
  width: 11rem;
  padding: 1rem .8rem 3rem;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(42, 42, 42, .2);
}

.each_mv_wrap .each_mv:nth-of-type(1) {
  top: 0;
  left: 0;
  margin: .5rem 0 0 3.5rem;
  transform: rotate(-19deg);
}

.each_mv_wrap .each_mv:nth-of-type(2) {
  bottom: 0;
  left: 0;
  margin: 0 0 1.5rem 9rem;
  transform: rotate(10deg);
}

.each_mv_wrap .each_mv:nth-of-type(3) {
  top: 0;
  right: 0;
  margin: 3rem 2rem 0 0;
  transform: rotate(19deg);
}

.each_mv_wrap .each_mv:nth-of-type(4) {
  bottom: 0;
  right: 0;
  margin: 0 11rem -.5rem 0;
  transform: rotate(-12deg);
}

.each_mv::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4.1rem;
  height: 1.4rem;
  margin-top: -.7rem;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_key01);
  opacity: .5;
  content: "";
}

.each_mv_wrap .each_mv:nth-of-type(1)::before {
  mask-image: url(../img/deco_013.svg);  
  -webkit-mask-image: url(../img/deco_013.svg);
  transform: translateX(-50%) rotate(-8deg);
}

.each_mv_wrap .each_mv:nth-of-type(2)::before {
  mask-image: url(../img/deco_011.svg);  
  -webkit-mask-image: url(../img/deco_011.svg);
  transform: translateX(-50%) rotate(14deg);
}

.each_mv_wrap .each_mv:nth-of-type(3)::before {
  mask-image: url(../img/deco_011.svg);  
  -webkit-mask-image: url(../img/deco_011.svg);
  transform: translateX(-50%) rotate(-12deg);
}

.each_mv_wrap .each_mv:nth-of-type(4)::before {
  mask-image: url(../img/deco_012.svg);  
  -webkit-mask-image: url(../img/deco_012.svg);
  transform: translateX(-50%) rotate(10deg);
}

.mv_img {
  border: solid var(--color_key01);
  border-width: .1rem;
}

.mv_cat {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  margin-top: 10.8rem;
  font-size: 1.8rem;
  color: var(--color_key01);
  white-space: nowrap;
}

.main_ttl {
  position: relative;
  padding: 4rem 0;
  background-color: #fff;
	background-image: linear-gradient(-90deg, transparent 2rem, rgba(255, 214, 250, .2) .1rem), linear-gradient(transparent 2rem, rgba(255, 214, 250, .2) .1rem);
	background-position: top left;
	background-size: 2.1rem 2.1rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.main_ttl .txt_S {
  display: block;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .1em;
}

.main_ttl .txt_circle {
  position: relative;
  display: inline-block;
  border: solid var(--color_main);
  border-width: .1rem;
  border-radius: 10rem;
  margin-bottom: 2.5rem;
  padding: .8rem 1.5rem 1rem 2rem;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.main_ttl .txt_circle::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(40deg);
  width: .1rem;
  height: 1.4rem;
  margin-bottom: -.8rem;
  background: var(--color_main);
  content: "";
}

.main_ttl .txt_circle .txt_emphasis {
  font-size: 2rem;
}

.main_ttl .txt_circle .txt_emphasis span {
  position: relative;
  display: inline-block;
  padding-top: .8rem;
  letter-spacing: .1em;
}

.main_ttl .txt_circle .txt_emphasis span::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: .8rem;
  height: .8rem;
  background: var(--color_key01);
  content: "";
}

.main_ttl .txt_M {
  display: block;
  margin-bottom: 1.8rem;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: .1em;
}

.main_ttl .txt_L {
  display: block;
  font-weight: 500;
  font-size: 4.2rem;
  letter-spacing: .1em;
}

.main_lead {
  margin-bottom: 5.5rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
/*-----------------------------mv*/

/*anchor link--------------------*/
.anchor-link_wrap {
  margin-bottom: 4rem;
}

.anchor-link_wrap ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.anchor-link_wrap ul li a {
  position: relative;
  border: solid var(--color_main);
  border-width: .1rem;
  width: 28rem;
  height: 13.2rem;
  background: #fff;
}

.anchor-link_wrap ul li a::before {
  position: absolute;
  top: 0;
  right: 0;
  border-left: solid var(--color_main);
  border-bottom: solid var(--color_main);
  border-width: .1rem;
  width: 2rem;
  height: 2rem;
  margin: .6rem .6rem 0 0;
  content: "";
}

.anchor-link_wrap ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: solid var(--color_main);
  border-width: .1rem;
  border-radius: 10rem 10rem 0 0;
  width: 3rem;
  height: 1.6rem;
  background: var(--color_bg);
  margin: -.4rem -1.05rem 0 0;
  transform: rotate(45deg);
  content: "";
}

.anchor-link_wrap ul li a:hover::before {
  display: none;
}

.anchor-link_wrap ul li a:hover::after {
  display: none;
}

.anchor-link_wrap ul li a p {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: .6rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.anchor-link_wrap ul li a p::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-right: solid var(--color_main);
  border-bottom: solid var(--color_main);
  border-width: .1rem;
  width: .8rem;
  height: .8rem;
  margin-bottom: 1rem;
  content: "";
}

.anchor-link_wrap ul li a .txt_eng {
  display: block;
  width: fit-content;
  margin: 0 auto 1rem;
  font-size: 2.8rem;
  letter-spacing: .1em;
  transform: rotate(-8deg);
}

.LP_page .txt_line {
  position: relative;
  z-index: 1;
}

.LP_page .txt_line::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + .6rem);
  height: 1rem;
  background: var(--color_key01);
  content: "";
}

.anchor-link_wrap ul li a:hover .txt_line::before {
  background: var(--color_key02);
}

.anchor-link_wrap ul li a .txt_eng .txt_L {
  font-size: 3.4rem;
  letter-spacing: .1em;
}
/*--------------------anchor link*/

/*each section-------------------*/
.each_sec {
  padding: 8rem 0;
}

.staff_num {
  position: relative;
  border-top: solid var(--color_main);
  border-right: solid var(--color_main);
  border-bottom: solid var(--color_main);
  border-width: .1rem;
  width: 20rem;
  height: 6.6rem;
  margin: 0 auto 4.5rem;
  background: #fff;
  transform: rotate(-8deg) translate3d(0, 0, 0);
}

.staff_num::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 3rem;
  height: 100%;
  background: url(../img/deco_001.svg) center right / cover no-repeat;
  content: "";
}

.staff_num::after {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border: solid var(--color_main);
  border-width: .1rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-right: -.7rem;
  background: var(--color_bg);
  content: "";
}

.staff_num_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.staff_num_inner::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: 10rem;
  height: 2.5rem;
  margin-right: .5rem;
  mask-image: url(../img/deco_002.svg);  
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-image: url(../img/deco_002.svg);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_key01);
  content: "";
}

.staff_num .txt_eng {
  margin-top: -1rem;
  font-size: 4.1rem;
  letter-spacing: .1em;
}

.staff_num .txt_line::before {
  height: 1.2rem;
}

.staff_num .txt_L {
  font-size: 5.1rem;
  letter-spacing: .1em;
}

.sec_ttl {
  position: relative;
  width: 59.3rem;
  margin: 0 auto 4rem;
}

.sec_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: .5rem 0 0 .5rem;
  background: #fff;
  content: "";
}

.sec_ttl > span {
  position: relative;
}

.sec_ttl > span::before {
  position: absolute;
  bottom: calc(100% - .1rem);
  right: calc(100% - .1rem);
  border-right: solid var(--color_main);
  border-bottom: solid var(--color_main);
  border-width: .1rem;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
}

.sec_ttl > span::after {
  position: absolute;
  bottom: calc(100% - .1rem);
  left: calc(100% - .1rem);
  border-left: solid var(--color_main);
  border-bottom: solid var(--color_main);
  border-width: .1rem;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
}

.sec_ttl > span > span {
  position: relative;
  display: block;
  border: solid var(--color_main);
  border-width: .1rem;
  width: 100%;
  padding: 2rem 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
}

.sec_ttl > span > span::before {
  position: absolute;
  top: 100%;
  right: 100%;
  border-right: solid var(--color_main);
  border-top: solid var(--color_main);
  border-width: .1rem;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
}

.sec_ttl > span > span::after {
  position: absolute;
  top: 100%;
  left: 100%;
  border-left: solid var(--color_main);
  border-top: solid var(--color_main);
  border-width: .1rem;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
}

.staff_summary_wrap {
  margin-bottom: 4rem;
}

.staff_img {
  border: solid var(--color_main);
  border-width: .2rem;
  border-radius: 50%;
  width: 14rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
}

.staff_name {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.staff_summary_wrap .content_wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.staff_summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  width: 27rem;
  padding: 2rem 1rem;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(42, 42, 42, .1);
}

.staff_summary dt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -.8rem;
  font-weight: 600;
  font-size: 1.4rem;
  white-space: nowrap;
}

.staff_summary dd {
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: center;
}

.shopping-list_wrap {
  border: solid var(--color_main);
  border-width: .1rem;
  width: 120rem;
  margin: 0 auto;
  padding: 4.5rem 10rem 6rem;
  background-color: #fff;
	background-image: linear-gradient(-90deg, transparent 2rem, rgba(255, 214, 250, .2) .1rem), linear-gradient(transparent 2rem, rgba(255, 214, 250, .2) .1rem);
	background-position: top left;
	background-size: 2.1rem 2.1rem;
}

.shopping-list_wrap h3 {
  width: fit-content;
  margin: 0 auto 6.5rem;
  font-weight: 400;
  text-align: center;
}

.shopping-list_wrap h3 .txt_eng {
  display: block;
  font-size: 4.6rem;
}

.shopping-list_wrap h3 .txt_S {
  position: relative;
  display: block;
  margin-top: 1rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
}

.shopping-list_wrap h3 .txt_S::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8rem;
  height: .1rem;
  background: var(--color_main);
  content: "";
}

.shopping-list_wrap h3 .txt_S::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8rem;
  height: .1rem;
  background: var(--color_main);
  content: "";
}

.itm_img_list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 5rem;
}

.itm_img_list li a {
  position: relative;
  width: 32rem;
  padding: 3rem 2rem 2rem;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(42, 42, 42, .2);
}

.itm_img_list li:nth-of-type(1) a {
  transform: rotate(.5deg) translate3d(0, 0, 0);
}

.itm_img_list li:nth-of-type(2) a {
  margin-top: 1.5rem;
  transform: rotate(-.5deg) translate3d(0, 0, 0);
}

.itm_img_list li:nth-of-type(3) a {
  transform: rotate(.5deg) translate3d(0, 0, 0);
}

.itm_img_list li a::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 8.2rem;
  height: 2.8rem;
  margin-top: -1.8rem;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  background: var(--color_key01);
  opacity: .5;
  content: "";
}

.itm_img_list li:nth-of-type(1) a::before {
  mask-image: url(../img/deco_011.svg);  
  -webkit-mask-image: url(../img/deco_011.svg);
  transform: translateX(-50%) rotate(-8deg);
}

.itm_img_list li:nth-of-type(2) a::before {
  mask-image: url(../img/deco_012.svg);  
  -webkit-mask-image: url(../img/deco_012.svg);
  transform: translateX(-50%) rotate(20deg);
}

.itm_img_list li:nth-of-type(3) a::before {
  mask-image: url(../img/deco_013.svg);  
  -webkit-mask-image: url(../img/deco_013.svg);
  transform: translateX(-50%) rotate(-7deg);
}

.itm_img_list li .itm_img {
  border: solid var(--color_key01);
  border-width: .1rem;
  overflow: hidden;
}

.itm_img_list li .itm_img img {
  transition: transform .3s;
}

.itm_img_list li a:hover .itm_img img {
  transform: scale(1.1);
}

.itm_img_list li .itm_num {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0 0 0 .5rem;
  font-size: 5rem;
  color: var(--color_key02);
  transform: rotate(-8deg);
}

.itm_img_list li .itm_num .txt_L {
  font-size: 6rem;
}

.itm_img_list li .itm_cat {
  position: absolute;
  top: 0;
  left: 0;
  margin: 29.5rem 0 0 2rem;
  font-size: 3.2rem;
  transform: rotate(-4deg);
}

.itm_img_list li .itm_price {
  margin-top: 3.5rem;
  font-size: 2.8rem;
  transform: rotate(-4deg);
  text-align: right;
}

.shopping-list_wrap > .content_wrap {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}

.comment_wrap {
  order: 2;
  flex: 1;
}

.comment_wrap dt {
  margin-bottom: 2rem;
  font-size: 3.8rem;
  letter-spacing: .1em;
}

.comment_wrap dd {
  font-size: 1.5rem;
  line-height: 2;
}

.itm_list_wrap {
  position: relative;
  border: solid var(--color_main);
  border-width: .1rem;
  padding: 2rem 4rem 3.5rem;
  background: #fff;
}

.itm_list_wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  border-left: solid var(--color_main);
  border-bottom: solid var(--color_main);
  border-width: .1rem;
  width: 2rem;
  height: 2rem;
  margin: .6rem .6rem 0 0;
  content: "";
}
  
.itm_list_wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: solid var(--color_main);
  border-width: .1rem;
  border-radius: 10rem 10rem 0 0;
  width: 3rem;
  height: 1.6rem;
  background: #fff;
  margin: -.4rem -1.1rem 0 0;
  transform: rotate(45deg);
  content: "";
}

.itm_list li:nth-of-type(n+2) {
  border-top: dotted #E5E5E5;
  border-width: .1rem;
}

.itm_list li a {
  padding: .5rem 0 1.5rem;
}

.itm_list li a > .content_wrap {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}

.itm_list li a .itm_num {
  font-size: 3rem;
  color: var(--color_key02);
}

.itm_list li a .itm_num .txt_L {
  font-size: 4rem;
}

.itm_list li a .itm_name {
  width: 32rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
}

.itm_list li a:hover .itm_name {
  text-decoration: underline;
}

.itm_list li a > .content_wrap > .content_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1.5rem;
  flex: 1;
}

.itm_list li a .itm_price {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  line-height: 1.5;
}

.itm_list li a .itm_price .tax {
  font-size: 1.1rem;
}

.itm_list li a .itm_link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  border: solid var(--color_main);
  border-width: .1rem;
  width: 8rem;
  height: 2.8rem;
  background: var(--color_main);
  transition: background-color .3s;
}

.itm_list li a:hover .itm_link {
  background: var(--color_key01);
}

.itm_list li a .itm_link span {
  position: relative;
  padding-right: 1.5rem;
  font-size: 1.8rem;
  color: #fff;
  transition: color .3s;
}

.itm_list li a:hover .itm_link span {
  color: var(--color_main);
}

.itm_list li a .itm_link span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid #fff;
  border-right: solid #fff;
  border-width: .1rem;
  width: .6rem;
  height: .6rem;
  content: "";
  transition: border-color .3s;
}

.itm_list li a:hover .itm_link span::before {
  border-color: var(--color_main)
}

.total_price_wrap {
  border-top: solid var(--color_main);
  border-width: .1rem;
  margin-top: .5rem;
  padding-top: 2rem;
}

.total_price {
  width: fit-content;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.8rem;
  letter-spacing: .1em;
}

.total_price.txt_line::before {
  height: 2rem;
}

.total_price .txt_eng {
  margin-right: 5rem;
  font-size: 3.8rem;
}

.sec_btn {
  width: fit-content;
  margin: 3rem auto 0;
}

.sec_btn a {
  position: relative;
  border: solid var(--color_main);
  border-width: .1rem;
  border-radius: 20rem;
  width: 43rem;
  height: 9.3rem;
  background: var(--color_key01);
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  text-align: center;
  transition: background-color .3s;
}

.sec_btn a:hover {
  background: #fff;
}

.sec_btn a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid var(--color_main);
  border-right: solid var(--color_main);
  border-width: .1rem;
  width: .8rem;
  height: .8rem;
  margin-right: 2rem;
  content: "";
}

.sec_btn a .txt_eng {
  display: inline-block;
  margin: .8rem auto 1.2rem;
  font-size: 2.8rem;
  letter-spacing: .1em;
  transform: rotate(-8deg);
}

.sec_btn a .txt_line::before {
  background: #fff;
  transition: background-color .3s;
}

.sec_btn a:hover .txt_line::before {
  background: var(--color_key02);
}

.sec_btn a .txt_eng .txt_L {
  font-size: 3.4rem;
  letter-spacing: .1em;
}


/*-------------------each section*/

.sumup_btn {
  margin: 0 auto;
}

.sumup_btn a {
  width: 60rem;
  height: 10.6rem;
  font-size: 2rem;
}

.sumup_btn a .txt_eng {
  margin: 1.2rem auto 1.5rem;
}

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {
/*all----------------------------*/
.LP_page .only_pc {
  display: none;
}

#share {
  z-index: 5 !important;
}

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 430));
  background: var(--color_bg);
}

.LP_page {
  padding: calc(30 * (100vw / 430)) 0 calc(60 * (100vw / 430));
}

.activePoint.toDown {
  transform: translateY(calc(15 * (100vw / 430)));
}

.activePoint.toUp {
  transform: translateY(calc(15 * (100vw / 430)));
}
/*----------------------------all*/

/*mv-----------------------------*/
.mv_wrap {
  width: calc(400 * (100vw / 430));
  margin: 0 auto calc(25 * (100vw / 430));
}

.each_mv {
  width: calc(75 * (100vw / 430));
  padding: calc(8 * (100vw / 430)) calc(5 * (100vw / 430)) calc(20 * (100vw / 430));
}

.each_mv_wrap .each_mv:nth-of-type(1) {
  margin: calc(75 * (100vw / 430)) 0 0 calc(-5 * (100vw / 430));
  transform: rotate(-9deg);
}

.each_mv_wrap .each_mv:nth-of-type(2) {
  margin: 0 0 calc(25 * (100vw / 430)) calc(-4 * (100vw / 430));
  transform: rotate(-15deg);
}

.each_mv_wrap .each_mv:nth-of-type(3) {
  margin: calc(75 * (100vw / 430)) calc(5 * (100vw / 430)) 0 0;
  transform: rotate(10deg);
}

.each_mv_wrap .each_mv:nth-of-type(4) {
  margin: 0 calc(-2 * (100vw / 430)) calc(20 * (100vw / 430)) 0;
  transform: rotate(13deg);
}

.each_mv::before {
  width: calc(25 * (100vw / 430));
  height: calc(7.5 * (100vw / 430));
  margin-top: calc(-3 * (100vw / 430));
}

.each_mv_wrap .each_mv:nth-of-type(1)::before {
  transform: translateX(-50%) rotate(-8deg);
}

.each_mv_wrap .each_mv:nth-of-type(2)::before {
  transform: translateX(-50%) rotate(14deg);
}

.each_mv_wrap .each_mv:nth-of-type(3)::before {
  transform: translateX(-50%) rotate(-12deg);
}

.each_mv_wrap .each_mv:nth-of-type(4)::before {
  transform: translateX(-50%) rotate(10deg);
}

.mv_img {
  border-width: calc(1 * (100vw / 430));
}

.mv_cat {
  margin-top: calc(75 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.main_ttl {
  padding: calc(25 * (100vw / 430)) 0 calc(30 * (100vw / 430));
	background-image: linear-gradient(-90deg, transparent calc(15 * (100vw / 430)), rgba(255, 214, 250, .2) calc(1 * (100vw / 430))), linear-gradient(transparent calc(15 * (100vw / 430)), rgba(255, 214, 250, .2) calc(1 * (100vw / 430)));
	background-size: calc(16 * (100vw / 430)) calc(16 * (100vw / 430));
}

.main_ttl .txt_S {
  margin-bottom: calc(18 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.main_ttl .txt_circle {
  border-width: calc(1 * (100vw / 430));
  border-radius: calc(100 * (100vw / 430));
  margin-bottom: calc(20 * (100vw / 430));
  padding: calc(8 * (100vw / 430)) calc(18 * (100vw / 430)) calc(8 * (100vw / 430)) calc(20 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.main_ttl .txt_circle::before {
  width: calc(1 * (100vw / 430));
  height: calc(14 * (100vw / 430));
  margin-bottom: calc(-8 * (100vw / 430));
}

.main_ttl .txt_circle .txt_emphasis {
  font-size: calc(18 * (100vw / 430));
}

.main_ttl .txt_circle .txt_emphasis span {
  padding-top: calc(7 * (100vw / 430));
}

.main_ttl .txt_circle .txt_emphasis span::before {
  width: calc(7 * (100vw / 430));
  height: calc(7 * (100vw / 430));
}

.main_ttl .txt_M {
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.main_ttl .txt_L {
  font-size: calc(36 * (100vw / 430));
  line-height: 1.5;
}

.main_lead {
  margin-bottom: calc(35 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}
/*-----------------------------mv*/

/*anchor link--------------------*/
.anchor-link_wrap {
  margin-bottom: calc(30 * (100vw / 430));
}

.anchor-link_wrap ul {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.anchor-link_wrap ul li:nth-of-type(n+2) {
  margin-top: calc(10 * (100vw / 430));
}

.anchor-link_wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: calc(1 * (100vw / 430));
  width: calc(380 * (100vw / 430));
  height: calc(86 * (100vw / 430));
}

.anchor-link_wrap ul li a::before {
  border-width: calc(1 * (100vw / 430));
  width: calc(15 * (100vw / 430));
  height: calc(15 * (100vw / 430));
  margin: calc(4 * (100vw / 430)) calc(4 * (100vw / 430)) 0 0;
}

.anchor-link_wrap ul li a::after {
  border-width: calc(1 * (100vw / 430));
  border-radius: calc(100 * (100vw / 430)) calc(100 * (100vw / 430)) 0 0;
  width: calc(22 * (100vw / 430));
  height: calc(11 * (100vw / 430));
  margin: calc(-2.5 * (100vw / 430)) calc(-8 * (100vw / 430)) 0 0;
}

.anchor-link_wrap ul li a p {
  height: auto;
  padding: 0 0 calc(12 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.anchor-link_wrap ul li a p::before {
  border-width: calc(1 * (100vw / 430));
  width: calc(7 * (100vw / 430));
  height: calc(7 * (100vw / 430));
  margin-bottom: 0;
}

.anchor-link_wrap ul li a .txt_eng {
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(-12 * (100vw / 430)) 0 0 calc(12 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.LP_page .txt_line::before {
  width: calc(100% + calc(6 * (100vw / 430)));
  height: calc(8 * (100vw / 430));
}

.anchor-link_wrap ul li a .txt_eng .txt_L {
  font-size: calc(30 * (100vw / 430));
}
/*--------------------anchor link*/

/*each section-------------------*/
.each_sec {
  padding: calc(55 * (100vw / 430)) 0;
}

.staff_num {
  border-width: calc(1 * (100vw / 430));
  width: calc(156 * (100vw / 430));
  height: calc(51 * (100vw / 430));
  margin: 0 auto calc(35 * (100vw / 430));
  transform: rotate(-6deg) translate3d(0, 0, 0);
}

.staff_num::before {
  width: calc(23 * (100vw / 430));
}

.staff_num::after {
  border-width: calc(1 * (100vw / 430));
  width: calc(14 * (100vw / 430));
  height: calc(14 * (100vw / 430));
  margin-right: calc(-6 * (100vw / 430));
}

.staff_num_inner::before {
  width: calc(76 * (100vw / 430));
  height: calc(19 * (100vw / 430));
  margin-right: calc(3 * (100vw / 430));
}

.staff_num .txt_eng {
  margin-top: calc(-8 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.staff_num .txt_line::before {
  height: calc(10 * (100vw / 430));
}

.staff_num .txt_L {
  font-size: calc(38 * (100vw / 430));
}

.sec_ttl {
  width: calc(370 * (100vw / 430));
  margin: 0 auto calc(30 * (100vw / 430));
}

.sec_ttl::before {
  margin: calc(4 * (100vw / 430)) 0 0 calc(4 * (100vw / 430));
}

.sec_ttl > span::before {
  bottom: calc(100% - calc(1 * (100vw / 430)));
  right: calc(100% - calc(.5 * (100vw / 430)));
  border-width: calc(1 * (100vw / 430));
  width: calc(15 * (100vw / 430));
  height: calc(15 * (100vw / 430));
}

.sec_ttl > span::after {
  bottom: calc(100% - calc(1 * (100vw / 430)));
  left: calc(100% - calc(.5 * (100vw / 430)));
  border-width: calc(1 * (100vw / 430));
  width: calc(15 * (100vw / 430));
  height: calc(15 * (100vw / 430));
}

.sec_ttl > span > span {
  border-width: calc(1 * (100vw / 430));
  padding: calc(12 * (100vw / 430)) 0;
  font-size: calc(18 * (100vw / 430));
}

.sec_ttl > span > span::before {
  border-width: calc(1 * (100vw / 430));
  width: calc(15 * (100vw / 430));
  height: calc(15 * (100vw / 430));
}

.sec_ttl > span > span::after {
  border-width: calc(1 * (100vw / 430));
  width: calc(15 * (100vw / 430));
  height: calc(15 * (100vw / 430));
}

.staff_summary_wrap {
  margin-bottom: calc(35 * (100vw / 430));
}

.staff_img {
  border-width: calc(2 * (100vw / 430));
  width: calc(110 * (100vw / 430));
  margin: 0 auto calc(15 * (100vw / 430));
}

.staff_name {
  margin-bottom: calc(25 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.staff_summary_wrap .content_wrap {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.staff_summary_wrap .content_wrap .staff_summary:nth-of-type(n+2) {
  margin-top: calc(25 * (100vw / 430));
}

.staff_summary {
  border-radius: calc(5 * (100vw / 430));
  width: calc(280 * (100vw / 430));
  padding: calc(20 * (100vw / 430)) calc(10 * (100vw / 430));
}

.staff_summary dt {
  margin-top: calc(-8 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.staff_summary dd {
  font-size: calc(12 * (100vw / 430));
}

.shopping-list_wrap {
  border: none;
  width: calc(400 * (100vw / 430));
  padding: calc(25 * (100vw / 430)) calc(20 * (100vw / 430)) calc(40 * (100vw / 430));
	background-image: linear-gradient(-90deg, transparent calc(15 * (100vw / 430)), rgba(255, 214, 250, .2) calc(1 * (100vw / 430))), linear-gradient(transparent calc(15 * (100vw / 430)), rgba(255, 214, 250, .2) calc(1 * (100vw / 430)));
	background-size: calc(16 * (100vw / 430)) calc(16 * (100vw / 430));
}

.shopping-list_wrap h3 {
  margin: 0 auto calc(40 * (100vw / 430));
}

.shopping-list_wrap h3 .txt_eng {
  font-size: calc(34 * (100vw / 430));
}

.shopping-list_wrap h3 .txt_S {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.shopping-list_wrap h3 .txt_S::before {
  width: calc(58 * (100vw / 430));
  height: calc(1 * (100vw / 430));
}

.shopping-list_wrap h3 .txt_S::after {
  width: calc(58 * (100vw / 430));
  height: calc(1 * (100vw / 430));
}

.itm_img_list {
  flex-wrap: wrap;
  gap: calc(15 * (100vw / 430));
  row-gap: calc(30 * (100vw / 430));
  margin-bottom: calc(30 * (100vw / 430));
}

.itm_img_list::after {
  display: block;
  width: calc(170 * (100vw / 430));
  content:"";
}

.itm_img_list li a {
  width: calc(170 * (100vw / 430));
  padding: calc(15 * (100vw / 430)) calc(10 * (100vw / 430)) calc(10 * (100vw / 430));
}

.itm_img_list li:nth-of-type(2) a {
  margin-top: 0;
  transform: rotate(-.5deg) translate3d(0, calc(105 * (100vw / 430)), 0);
}

.itm_img_list li:nth-of-type(3) a {
  transform: rotate(-.5deg) translate3d(0, 0, 0);
}

.itm_img_list li a::before {
  width: calc(44 * (100vw / 430));
  height: calc(15 * (100vw / 430));
  margin-top: calc(-8 * (100vw / 430));
}

.itm_img_list li:nth-of-type(3) a::before {
  transform: translateX(-50%) rotate(7deg);
}

.itm_img_list li .itm_img {
  border-width: calc(1 * (100vw / 430));
}

.itm_img_list li .itm_num {
  margin: 0 0 0 calc(5 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.itm_img_list li .itm_num .txt_L {
  font-size: calc(34 * (100vw / 430));
}

.itm_img_list li .itm_cat {
  margin: calc(157 * (100vw / 430)) 0 0 calc(12 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.itm_img_list li .itm_price {
  margin-top: calc(15 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.shopping-list_wrap > .content_wrap {
  display: block;
}

.comment_wrap {
  margin-bottom: calc(25 * (100vw / 430));
}

.comment_wrap dt {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(34 * (100vw / 430));
}

.comment_wrap dd {
  font-size: calc(13 * (100vw / 430));
}

.itm_list_wrap {
  border-width: calc(1 * (100vw / 430));
  padding: calc(10 * (100vw / 430)) calc(20 * (100vw / 430)) calc(30 * (100vw / 430));
}

.itm_list_wrap::before {
  border-width: calc(1 * (100vw / 430));
  width: calc(15 * (100vw / 430));
  height: calc(15 * (100vw / 430));
  margin: calc(4 * (100vw / 430)) calc(4 * (100vw / 430)) 0 0;
}
  
.itm_list_wrap::after {
  border-width: calc(1 * (100vw / 430));
  border-radius: calc(100 * (100vw / 430)) calc(100 * (100vw / 430)) 0 0;
  width: calc(22 * (100vw / 430));
  height: calc(11 * (100vw / 430));
  margin: calc(-2.5 * (100vw / 430)) calc(-8 * (100vw / 430)) 0 0;
}

.itm_list li:nth-of-type(n+2) {
  border-width: calc(1 * (100vw / 430));
}

.itm_list li a {
  padding: calc(5 * (100vw / 430)) 0 calc(15 * (100vw / 430));
}

.itm_list li a > .content_wrap {
  display: block;
}

.itm_list li a .itm_num {
  margin-bottom: calc(2 * (100vw / 430));
  font-size: calc(28 * (100vw / 430));
}

.itm_list li a .itm_num .txt_L {
  font-size: calc(34 * (100vw / 430));
}

.itm_list li a .itm_name {
  width: auto;
  margin-bottom: calc(8 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.itm_list li a > .content_wrap > .content_wrap {
  justify-content: space-between;
  gap: auto;
}

.itm_list li a .itm_price {
  font-size: calc(20 * (100vw / 430));
}

.itm_list li a .itm_price .tax {
  font-size: calc(11 * (100vw / 430));
}

.itm_list li a .itm_link {
  border-radius: calc(100 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  width: calc(80 * (100vw / 430));
  height: calc(28 * (100vw / 430));
}

.itm_list li a .itm_link span {
  padding-right: calc(12 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.itm_list li a .itm_link span::before {
  border-width: calc(1 * (100vw / 430));
  width: calc(6 * (100vw / 430));
  height: calc(6 * (100vw / 430));
}

.total_price_wrap {
  border-width: calc(1 * (100vw / 430));
  margin-top: calc(5 * (100vw / 430));
  padding-top: calc(25 * (100vw / 430));
}

.total_price {
  font-size: calc(38 * (100vw / 430));
}

.total_price.txt_line::before {
  height: calc(16 * (100vw / 430));
  margin-bottom: calc(-4 * (100vw / 430));
}

.total_price .txt_eng {
  margin-right: calc(25 * (100vw / 430));
  font-size: calc(28 * (100vw / 430));
}

.sec_btn {
  margin: calc(30 * (100vw / 430)) auto 0;
}

.sec_btn a {
  border-width: calc(1 * (100vw / 430));
  border-radius: calc(100 * (100vw / 430));
  width: calc(320 * (100vw / 430));
  height: calc(76 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.sec_btn a::before {
  border-width: calc(1 * (100vw / 430));
  width: calc(8 * (100vw / 430));
  height: calc(8 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
}

.sec_btn a .txt_eng {
  margin: calc(2 * (100vw / 430)) auto calc(10 * (100vw / 430));
  font-size: calc(26 * (100vw / 430));
  transform: rotate(-6deg);
}

.sec_btn a .txt_eng .txt_L {
  font-size: calc(32 * (100vw / 430));
}


/*-------------------each section*/

.sumup_btn {
  margin: calc(10 * (100vw / 430)) auto 0;
}

.sumup_btn a {
  width: calc(400 * (100vw / 430));
  height: calc(88 * (100vw / 430));
  font-size: calc(17 * (100vw / 430));
}

.sumup_btn a .txt_eng {
  margin: calc(6 * (100vw / 430)) auto calc(12 * (100vw / 430));
}
}

/*---------------------------------------------Smart phone*/

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none;
  }
}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1400px){
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
