@charset "UTF-8";
html {
  font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background: #f9f5ef;
  color: #2a3d51;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.85;
}

img {
  max-width: 100%;
  height: auto;
}

.montserrat {
  font-family: 'Montserrat', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
  background: #fff;
  width: 375px;
  margin: 0 auto;
  overflow: hidden;
}

strong {
  font-weight: 500;
}

footer {
  background: #2a3d51;
  padding: 60px 0 40px;
}

footer .logo {
  margin-bottom: 25px;
  text-align: center;
}

footer .links {
  margin: 32px 0 36px;
}

footer .links li a {
  background: #fff;
  width: 265px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  position: relative;
  margin: 14px auto 0;
}

footer .links li a::after {
  content: "";
  display: block;
  background: url("../img/link_icon.png") no-repeat;
  background-size: 11.5px 11.5px;
  width: 11.5px;
  height: 11.5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

footer .anker_to_top {
  width: 70px;
  margin: 0 auto 40px;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

footer .anker_to_top .decoration {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 15px;
}

footer .anker_to_top .decoration::before {
  content: "";
  width: 10px;
  height: 9px;
  border-bottom: 8px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .copyright {
  font-size: 0.9rem;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  #lang_switch {
    position: fixed;
    top: 150px;
    left: 50px;
    z-index: 1;
    display: flex;
    justify-content: end;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
  }
  #lang_switch li:nth-of-type(n+2) {
    border-left: 1px solid #F08301;
    padding-left: 0.8em;
    margin-left: 0.8em;
  }
  #lang_switch a {
    color: #F08301;
    text-decoration: underline;
  }
  #lang_switch a.now {
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
  #lang_switch + header nav ul {
    top: 210px;
  }
  header {
    display: contents;
  }
  header .logo {
    position: fixed;
    top: 50px;
    left: 50px;
  }
  header nav ul {
    position: fixed;
    left: 50px;
    top: 180px;
  }
  header nav ul li {
    margin-bottom: 24px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    padding-left: 20px;
    position: relative;
    opacity: 0.7;
    transition: all 0.3s;
  }
  header nav ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #f08200;
    border-top: 1px solid #f08200;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg) translateY(-50%);
  }
  header nav ul li:hover {
    font-weight: 700;
    opacity: 1;
    text-decoration: underline;
  }
  header nav p.btn_shop,
  header nav p.btn_contact {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 10;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  header nav p.btn_shop a,
  header nav p.btn_contact a {
    display: block;
    border-radius: 100px;
    background: #f08200;
    color: #fff;
    text-align: left;
    padding: 25px 0 25px 60px;
    min-width: 210px;
    position: relative;
    width: 245px;
  }
  header nav p.btn_shop a::after,
  header nav p.btn_contact a::after {
    content: "";
    background: url(../img/btn_arrow.png) no-repeat;
    background-size: 20px 20px;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 24px;
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  header nav p.btn_shop a:hover::after,
  header nav p.btn_contact a:hover::after {
    left: 16px;
  }
  header nav p.btn_shop {
    bottom: 130px;
  }
  header nav p.btn_shop a {
    background: #fff;
    color: #f08200;
    box-shadow: 0 0 12px rgba(67, 46, 37, 0.06);
  }
  header nav p.btn_shop a::after {
    background: url(../img/btn_arrow2.png) no-repeat;
    background-size: 20px 20px;
  }
  main {
    box-shadow: 0 0 24px rgba(67, 46, 37, 0.08);
  }
  footer {
    position: relative;
    z-index: 5;
  }
}

@media screen and (max-width: 767px), print {
  #lang_switch {
    position: absolute;
    inset: 35px 80px auto 100px;
    z-index: 1;
    display: flex;
    justify-content: end;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
  }
  #lang_switch li:nth-of-type(n+2) {
    border-left: 1px solid #fff;
    padding-left: 0.8em;
    margin-left: 0.8em;
  }
  #lang_switch a {
    color: #ffffff;
    text-decoration: underline;
  }
  #lang_switch a.now {
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
  #smp_open_menu {
    position: fixed;
    top: 24px;
    right: 25px;
    top: 10px;
    right: 10px;
    z-index: 20000;
  }
  #smp_open_menu .menu-trigger {
    display: block;
    padding: 0 23px;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #smp_open_menu .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    right: 15px;
    width: 30px;
    height: 1px;
    background-color: #fff;
  }
  #smp_open_menu .menu-trigger span:nth-of-type(1) {
    top: 26px;
  }
  #smp_open_menu .menu-trigger span:nth-of-type(2) {
    top: 34px;
  }
  #smp_open_menu .menu-trigger.active {
    transform: rotate(360deg);
  }
  #smp_open_menu .menu-trigger.active span {
    background-color: #fff;
  }
  #smp_open_menu .menu-trigger.active span:nth-of-type(1) {
    width: 32px;
    transform: translateY(4px) rotate(-30deg);
  }
  #smp_open_menu .menu-trigger.active span:nth-of-type(2) {
    width: 32px;
    transform: translateY(-4px) rotate(30deg);
  }
  #wrapper.open header,
  #wrapper.open header::before {
    inset: 0;
  }
  header {
    position: fixed;
    inset: -100% 0 100% 0;
    z-index: 10000;
    background: linear-gradient(#f08200 6%, rgba(240, 130, 0, 0.6) 39%, rgba(240, 130, 0, 0.85) 100%);
    color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s;
  }
  header::before {
    content: "";
    position: fixed;
    inset: -100% 0 100% 0;
    z-index: 0;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: all 0.3s;
  }
  header .logo {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 20000;
    width: 55px;
    height: 56px;
  }
  header nav ul {
    padding: 100px 20px 0;
  }
  header nav ul li {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header nav ul li a {
    color: inherit;
    display: block;
    padding: 25px 0;
  }
  header nav p.btn_shop {
    display: none;
  }
  header nav p.btn_contact {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  header nav p.btn_contact a {
    display: block;
    border-radius: 100px;
    background: #fff;
    color: #f08200;
    box-shadow: 0 0 12px rgba(67, 46, 37, 0.06);
    text-align: left;
    padding: 25px 0 25px 60px;
    position: relative;
    width: 245px;
    margin: 20px auto 40px;
  }
  header nav p.btn_contact a::after {
    content: "";
    background: url(../img/btn_arrow2.png) no-repeat;
    background-size: 20px 20px;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 24px;
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  header nav p.btn_contact a:hover::after {
    left: 16px;
  }
}
