@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

#Wrap {
  width: auto;
}

footer {
  position: relative;
  z-index: 2;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  position: relative;
  z-index: 1;
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
  padding: 8rem 0 12rem;
}

.LP_page::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) center center / cover no-repeat;
  content: "";
}

.LP_page .txt_eng {
  font-family: 'Mrs Saint Delafield', cursive;
}

:root {
  --brown: #633309;
  --orange: #9E4A01;
  --yellow: #A28806;
}

.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;
}

.LP_page .sclr_act {
  transform: translateY(30px);
  opacity: 0;
  transition: 1s;
}

.LP_page .sclr_act.active {
  transform: translateY(0);
  opacity: 1;
}
/*----------------------------all*/

.main_ttl {
  position: relative;
  margin-bottom: 4rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  letter-spacing: .1em;
  text-align: center;
  color: #CCC7A3;
}

.main_ttl .txt_L {
  display: block;
  margin-top: 1.5rem;
  font-size: 4.2rem;
  letter-spacing: .1em;
}

.main_lead {
  position: relative;
  margin-bottom: 8rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  color: #CCC7A3;
}

.anchor-link_wrap {
  position: relative;
  margin-bottom: 8rem;
}

.anchor-link_wrap ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.anchor-link_wrap ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 38.6rem;
  height: 8.7rem;
  padding-left: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  color: #fff;
}

.anchor-link_wrap ul li a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: solid;
  border-right: solid;
  border-width: 1px;
  border-color: #fff;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1.8rem;
  content: "";
  transition: margin .3s;
}

.anchor-link_wrap ul li a:hover::before {
  margin-top: .5rem;
}

.anchor-link_wrap ul li a .txt_eng {
  margin-top: 1rem;
  font-size: 3.1rem;
  text-align: center;
}

.anchor-link_wrap ul li a .txt_eng .txt_S {
  display: block;
  margin-bottom: .2rem;
  font-size: 2.8rem;
}

.anchor-link_wrap ul li a .txt_L {
  display: block;
  margin-top: .8rem;
  font-size: 1.8rem;
}

.anchor-link_wrap ul li:nth-of-type(1) a {
  background: var(--brown);
}

.anchor-link_wrap ul li:nth-of-type(2) a {
  background: var(--orange);
}

.anchor-link_wrap ul li:nth-of-type(3) a {
  background: var(--yellow);
}

.each_sec {
  position: relative;
  width: 120rem;
  margin: 0 auto;
  padding: 5rem;
  background: #FEFBF6;
}

.each_sec:nth-of-type(n+2) {
  margin-top: 10rem;
}

.each_sec > .content_wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4rem;
}

.each_sec > .content_wrap > .txt_wrap {
  flex: 1;
  padding: 0 1.5rem;
}

.each_sec:nth-of-type(odd) > .content_wrap > .txt_wrap {
  order: 2;
}

.sec_ttl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  border-bottom: dotted;
  border-width: 1px;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
}

#Check01 .sec_ttl {
  border-color: var(--brown);
}

#Check02 .sec_ttl {
  border-color: var(--orange);
}

#Check03 .sec_ttl {
  border-color: var(--yellow);
}

.sec_ttl::before {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem -.5rem 0;
  mask-image: url("../img/deco_001.svg");  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../img/deco_001.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  content: "";
}

.sec_ttl::after {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 1rem;
  height: 1rem;
  margin: 0 0 -.5rem .5rem;
  mask-image: url("../img/deco_001.svg");  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../img/deco_001.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  content: "";
}

#Check01 .sec_ttl::before,
#Check01 .sec_ttl::after {
  background: var(--brown);
}

#Check02 .sec_ttl::before,
#Check02 .sec_ttl::after {
  background: var(--orange);
}

#Check03 .sec_ttl::before,
#Check03 .sec_ttl::after {
  background: var(--yellow);
}

.sec_ttl .txt_eng {
  margin-top: 1rem;
  font-size: 4.8rem;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .1));
}

#Check01 .sec_ttl .txt_eng {
  color: var(--brown);
}

#Check02 .sec_ttl .txt_eng {
  color: var(--orange);
}

#Check03 .sec_ttl .txt_eng {
  color: var(--yellow);
}


.sec_ttl .txt_eng .txt_S {
  display: block;
  font-size: 4rem;
}

.sec_ttl .txt_L {
  display: block;
  margin-top: 1.2rem;
  font-size: 2.5rem;
}

.sec_lead {
  font-size: 1.5rem;
  line-height: 2;
}

.sec_img {
  position: relative;
  border: solid;
  border-width: 1px;
  width: 46rem;
  padding: 1.4rem;
}

#Check01 .sec_img {
  border-color: var(--brown);
}

#Check02 .sec_img {
  border-color: var(--orange);
}

#Check03 .sec_img {
  border-color: var(--yellow);
}

.sec_img span {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
}

.sec_img span:nth-of-type(1) {
  top: 0;
  left: 0;
}

.sec_img span:nth-of-type(2) {
  top: 0;
  right: 0;
}

.sec_img span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.sec_img span:nth-of-type(4) {
  bottom: 0;
  right: 0;
}

#Check01 .sec_img span {
  background: var(--brown);
}

#Check02 .sec_img span {
  background: var(--orange);
}

#Check03 .sec_img span {
  background: var(--yellow);
}

.sec_img span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  mask-image: url("../img/deco_001.svg");  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../img/deco_001.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  background: #fff;
  content: "";
}

.sec_img img {
  vertical-align: bottom;
}

.itm_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}

.itm_list li {
  position: relative;
  width: 32rem;
  padding-top: 12rem;
}

.itm_list li:nth-of-type(n+2) {
  border-left: dotted;
  border-width: 1px;
  width: 36rem;
  padding-left: 4rem;
}

.itm_list li::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: 0 0 .5rem -.5rem;
  mask-image: url("../img/deco_001.svg");  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../img/deco_001.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  content: "";
}

.itm_list li::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: .5rem 0 0 -.5rem;
  mask-image: url("../img/deco_001.svg");  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../img/deco_001.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  content: "";
}

.itm_list li:nth-of-type(1)::before,
.itm_list li:nth-of-type(1)::after {
  display: none;
}

#Check01 .itm_list li::before,
#Check01 .itm_list li::after {
  background: var(--brown);
}

#Check02 .itm_list li::before,
#Check02 .itm_list li::after {
  background: var(--orange);
}

#Check03 .itm_list li::before,
#Check03 .itm_list li::after {
  background: var(--yellow);
}

#Check01 .itm_list li {
  border-color: var(--brown);
}

#Check02 .itm_list li {
  border-color: var(--orange);
}

#Check03 .itm_list li {
  border-color: var(--yellow);
}

.itm_list li .itm_copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: .8rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  color: #9A0500;
}

.itm_list li:nth-of-type(n+2) .itm_copy {
  padding-left: 4rem;
}

.itm_list li .itm_copy .notes {
  display: block;
  margin-top: .8rem;
  font-size: 1.1rem;
  text-align: right;
  color: #707070;
}

.itm_list li .itm_img {
  position: relative;
  margin-bottom: 2rem;
}

.itm_list li .itm_img a img {
  transition: opacity .3s;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}

.itm_list li .itm_img a:hover img {
  opacity: .6;
}

.itm_list li .itm_img .itm_icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10.8rem;
  margin-left: 1.5rem;
  mix-blend-mode: multiply;
}

.itm_list li .itm_img .itm_icon img {
  filter: none;
}

.itm_list li .itm_name {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.itm_list li .txt_wrap > div > .content_wrap {
  display: flex;
  justify-content: space-between;
}

.itm_list li .itm_price {
  font-size: 2rem;
}

.itm_list li .itm_price .tax {
  font-size: 1.1rem;
}

.itm_list li .itm_link {
  width: fit-content;
}

.itm_list li .itm_link a {
  position: relative;
  width: fit-content;
  padding-right: 1.7rem;
  font-size: 2.5rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

#Check01 .itm_list li .itm_link a {
  color: var(--brown);
}

#Check02 .itm_list li .itm_link a {
  color: var(--orange);
}

#Check03 .itm_list li .itm_link a {
  color: var(--yellow);
}

.itm_list li .itm_link a::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  border-top: solid;
  border-right: solid;
  border-width: 1px;
  width: .8rem;
  height: .8rem;
  margin-top: .5rem;
  content: "";
  transition: margin .3s;
}

.itm_list li .itm_link a:hover::before {
  margin-right: -.5rem;
}

#Check01 .itm_list li .itm_link a::before {
  border-color: var(--brown);
}

#Check02 .itm_list li .itm_link a::before {
  border-color: var(--orange);
}

#Check03 .itm_list li .itm_link a::before {
  border-color: var(--yellow);
}

.itm_list li .itm_caption {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.75;
}

.itm_list li .itm_caption .notes {
  display: block;
  margin-top: 1rem;
  font-size: 1.1rem;
  color: #707070;
}

.btn_sumup {
  width: fit-content;
  margin: 0 auto;
}

.btn_sumup a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48rem;
  height: 6rem;
}

#Check01 .btn_sumup a {
  background: var(--brown);
}

#Check02 .btn_sumup a {
  background: var(--orange);
}

#Check03 .btn_sumup a {
  background: var(--yellow);
}

.btn_sumup a span {
  position: relative;
  padding-right: 3rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  color: #fff;
}

.btn_sumup a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid;
  border-right: solid;
  border-width: 1px;
  border-color: #fff;
  width: 1rem;
  height: 1rem;
  content: "";
  transition: margin .3s;
}

.btn_sumup a:hover span::before {
  margin-right: -1rem;
}

.anchor-link_wrap.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  margin-bottom: 0;
  transition: transform .3s;
}

.anchor-link_wrap.fixed.up-move {
  transform: translate(-50%, 0);
}

.anchor-link_wrap.fixed ul {
  gap: 1rem;
}

.anchor-link_wrap.fixed ul li a {
  width: 35rem;
  height: 7.4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.anchor-link_wrap.fixed ul li a::before {
  display: none;
}

.anchor-link_wrap.fixed ul li a .txt_eng {
  font-size: 2.6rem;
}

.anchor-link_wrap.fixed ul li a .txt_eng .txt_S {
  font-size: 2.4rem;
}

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {
/*all----------------------------*/
.LP_page .only_pc {
  display: none;
}

#share {
  transition: transform .3s;
}

#share.move {
  transform: translateY(calc(-40 * (100vw / 430)));
}

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 430));
}

.LP_page {
  padding: calc(60 * (100vw / 430)) 0 calc(80 * (100vw / 430));
}

.LP_page::before {
  background: url(../img/bg_sp.jpg) center center / cover no-repeat;
}

/*----------------------------all*/

.main_ttl {
  margin-bottom: calc(30 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.main_ttl .txt_L {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(28 * (100vw / 430));
  line-height: 1.5;
}

.main_lead {
  margin-bottom: calc(50 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.anchor-link_wrap {
  margin-bottom: calc(60 * (100vw / 430));
}

.anchor-link_wrap ul {
  display: block;
}

.anchor-link_wrap ul li {
  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 {
  gap: calc(20 * (100vw / 430));
  width: calc(367 * (100vw / 430));
  height: calc(70 * (100vw / 430));
  padding-left: calc(15 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.anchor-link_wrap ul li a::before {
  width: calc(10 * (100vw / 430));
  height: calc(10 * (100vw / 430));
  margin-right: calc(18 * (100vw / 430));
}

.anchor-link_wrap ul li a:hover::before {
  margin-top: calc(5 * (100vw / 430));
}

.anchor-link_wrap ul li a .txt_eng {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(27 * (100vw / 430));
}

.anchor-link_wrap ul li a .txt_eng .txt_S {
  margin-bottom: calc(3 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.anchor-link_wrap ul li a .txt_L {
  margin-top: calc(8 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.each_sec {
  width: calc(400 * (100vw / 430));
  padding: calc(20 * (100vw / 430)) calc(15 * (100vw / 430)) calc(40 * (100vw / 430));
}

.each_sec:nth-of-type(n+2) {
  margin-top: calc(50 * (100vw / 430));
}

.each_sec > .content_wrap {
  position: relative;
  display: block;
  margin-bottom: calc(35 * (100vw / 430));
}

.each_sec > .content_wrap > .txt_wrap {
  padding: 0 calc(10 * (100vw / 430));
}

.sec_ttl {
  gap: calc(15 * (100vw / 430));
  border: none;
  margin-bottom: calc(400 * (100vw / 430));
  padding-bottom: 0;
  font-size: calc(15 * (100vw / 430));
}

.sec_ttl::before {
  display: none;
}

.sec_ttl::after {
  display: none;
}

.sec_ttl .txt_eng {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(35 * (100vw / 430));
}

.sec_ttl .txt_eng .txt_S {
  font-size: calc(28 * (100vw / 430));
}

.sec_ttl .txt_L {
  margin-top: calc(12 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.sec_lead {
  font-size: calc(13 * (100vw / 430));
}

.sec_img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  margin-top: calc(85 * (100vw / 430));
  padding: calc(10 * (100vw / 430));
}

.sec_img span {
  width: calc(10 * (100vw / 430));
  height: calc(10 * (100vw / 430));
}

.sec_img span::before {
  width: calc(8 * (100vw / 430));
  height: calc(8 * (100vw / 430));
}

.itm_list {
  display: block;
  margin-bottom: calc(30 * (100vw / 430));
  padding: 0 calc(10 * (100vw / 430));
}

.itm_list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(10 * (100vw / 430));
  height: calc(10 * (100vw / 430));
  margin: calc(-5 * (100vw / 430)) 0 0 calc(-5 * (100vw / 430));
  mask-image: url("../img/deco_001.svg");  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../img/deco_001.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  content: "";
}

.itm_list::after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(10 * (100vw / 430));
  height: calc(10 * (100vw / 430));
  margin: calc(-5 * (100vw / 430)) calc(-5 * (100vw / 430)) 0 0;
  mask-image: url("../img/deco_001.svg");  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url("../img/deco_001.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  content: "";
}

#Check01 .itm_list::before,
#Check01 .itm_list::after {
  background: var(--brown);
}

#Check02 .itm_list::before,
#Check02 .itm_list::after {
  background: var(--orange);
}

#Check03 .itm_list::before,
#Check03 .itm_list::after {
  background: var(--yellow);
}

.itm_list li {
  border-bottom: dotted;
  border-left: none;
  border-width: 1px;
  width: auto;
  padding: calc(30 * (100vw / 430)) 0;
}

.itm_list li:nth-of-type(n+2) {
  border-left: none;
  width: auto;
  padding-left: 0;
}

.itm_list li:nth-of-type(1) {
  border-top: dotted 1px;
}

.itm_list li::before {
  bottom: auto;
  top: 100%;
  left: auto;
  right: 100%;
  width: calc(10 * (100vw / 430));
  height: calc(10 * (100vw / 430));
  margin: calc(-5 * (100vw / 430)) calc(5 * (100vw / 430)) 0 0;
}

.itm_list li::after {
  left: 100%;
  width: calc(10 * (100vw / 430));
  height: calc(10 * (100vw / 430));
  margin: calc(-5 * (100vw / 430)) 0 0 calc(5 * (100vw / 430));
}

.itm_list li:nth-of-type(1)::before,
.itm_list li:nth-of-type(1)::after {
  display: block;
}

.itm_list li .itm_copy {
  position: relative;
  margin-bottom: calc(3 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.itm_list li:nth-of-type(n+2) .itm_copy {
  padding-left: 0;
}


.itm_list li .itm_copy .notes {
  margin-top: calc(8 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.itm_list li .itm_img {
  width: calc(160 * (100vw / 430));
  margin: 0 calc(8 * (100vw / 430)) 0 0;
  float: left;
}

.itm_list li .itm_img .itm_icon {
  top: 0;
  transform: translateY(0);
  width: calc(60 * (100vw / 430));
  margin: calc(36 * (100vw / 430)) 0 0 calc(15 * (100vw / 430));
}

.itm_list li .txt_wrap {
  display: flex;
  align-items: center;
  height: calc(160 * (100vw / 430));
}

.itm_list li .txt_wrap > div {
  flex: 1;
}

.itm_list li .itm_name {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.itm_list li .itm_price {
  font-size: calc(16 * (100vw / 430));
}

.itm_list li .itm_price .tax {
  font-size: calc(10 * (100vw / 430));
}

.itm_list li .itm_link a {
  padding-right: calc(15 * (100vw / 430));
  font-size: calc(22 * (100vw / 430));
}

.itm_list li .itm_link a::before {
  width: calc(7 * (100vw / 430));
  height: calc(7 * (100vw / 430));
  margin-top: calc(5 * (100vw / 430));
}

.itm_list li .itm_link a:hover::before {
  margin-right: calc(-5 * (100vw / 430));
}

.itm_list li .itm_caption {
  margin-top: calc(3 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.itm_list li .itm_caption .notes {
  margin-top: calc(8 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.btn_sumup a {
  width: calc(350 * (100vw / 430));
  height: calc(55 * (100vw / 430));
}

.btn_sumup a span {
  padding-right: calc(30 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.btn_sumup a span::before {
  width: calc(8 * (100vw / 430));
  height: calc(8 * (100vw / 430));
}

.btn_sumup a:hover span::before {
  margin-right: calc(-10 * (100vw / 430));
}

.anchor-link_wrap.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  margin-bottom: 0;
}

.anchor-link_wrap.fixed.up-move {
  transform: translate(0, 0);
}

.anchor-link_wrap.fixed ul {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  overflow-x: scroll;
  width: 100vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.anchor-link_wrap.fixed ul li {
  margin: 0;
}

.anchor-link_wrap.fixed ul li:nth-of-type(n+2) {
  margin-top: 0;
}

.anchor-link_wrap.fixed ul li a {
  gap: calc(10 * (100vw / 430));
  width: fit-content;
  height: calc(57 * (100vw / 430));
  padding: 0 calc(15 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
  white-space: nowrap;
  box-shadow: unset;
}

.anchor-link_wrap.fixed ul li a .txt_eng {
  margin-top: calc(8 * (100vw / 430));
  font-size: calc(19 * (100vw / 430));
}

.anchor-link_wrap.fixed ul li a .txt_eng .txt_S {
  margin-bottom: calc(2 * (100vw / 430));
  font-size: calc(17 * (100vw / 430));
}

.anchor-link_wrap.fixed ul li a .txt_L {
  margin-top: calc(6 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

}
/*---------------------------------------------Smart phone*/

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none;
  }
}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1400px) and (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
