@charset "UTF-8";
@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  color: #444444;
  font-size: 15px;
  height: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all ease;
}
a:hover img {
  opacity: 0.75;
}

ul,
ol {
  list-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

img {
  border: 0;
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

picture {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  display: block;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Safari / iOS */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media only screen and (max-width: 800px) {
  body {
    font-size: 100%;
  }
}
.icon-sprite-temp {
  background: no-repeat url("https://awe-some.best/assets/images/icons/sprite-temp.svg");
}

.ff-os {
  font-family: "Oswald", sans-serif;
}

.pc {
  display: block;
}
@media (max-width: 800px) {
  .pc {
    display: none;
  }
}

.smp {
  display: none;
}
.smp-ib {
  display: none;
}
@media (max-width: 800px) {
  .smp {
    display: block;
  }
  .smp-ib {
    display: inline-block;
  }
}

.fade-ele-js {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.u-fw700 {
  font-weight: 700;
}

.u-oswald {
  font-family: "Oswald", sans-serif;
}

.hidden {
  display: none;
}

.container {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  width: 100%;
}

#header,
#footer,
.container-fluid,
.container {
  position: relative;
  clear: both;
  z-index: 1;
}

#page {
  overflow: hidden;
}

.site-main {
  padding-top: 74px;
}

.scroll-to-id {
  scroll-margin-top: 90px;
}

@media (max-width: 800px) {
  .container {
    padding-left: unset;
    padding-right: unset;
  }
  .site-main {
    padding-top: 48px;
  }
  .scroll-to-id {
    scroll-margin-top: 64px;
  }
}
#header {
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  transition: transform 0.6s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  position: fixed;
}

.header-inner {
  width: 100%;
  max-width: 1250px;
  height: 74px;
  margin: 0 auto;
  padding: 6px 23px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-logo {
  width: 11.6279069767%;
  margin: 6px 0;
}
.header-logo:hover {
  opacity: 0.75;
}

.header-menu {
  flex: 1;
}

.header-nav {
  display: flex;
  justify-content: flex-end;
  margin: 6px 0;
}
.header-nav-item {
  margin-left: 4.55%;
}
.header-nav .link {
  font-size: 14px;
  font-weight: 500;
}
.header-nav .link:hover .text-jp {
  color: #00a6dd;
}
.header-nav .text-jp {
  transition: 0.3s all ease;
}

@media (max-width: 800px) {
  .header-inner {
    height: 48px;
    padding: 0 15px;
    max-width: unset;
    background-color: #fff;
    justify-content: space-between;
  }
  .header-menu {
    flex: unset;
  }
  .header-menu-logo {
    display: inline-block;
    width: 94px;
    height: 21px;
    margin: 14px 15px 6px;
  }
  .header-menu-btn {
    display: flex;
  }
  .header-menu-btn .btn {
    width: 20px;
    height: 21px;
    margin-left: 20px;
    transition: 0.2s;
  }
  .header-menu-btn .btn-menu.animate {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    transform: scale(2) rotate(180deg);
  }
  .header-menu-wrap {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    overflow: hidden;
    transition: 0.5s all;
  }
  .header-menu-wrap.open {
    left: 0;
  }
  .header-menu-close {
    opacity: 0;
    transform: scale(0);
    transition: 1s all;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-menu-close.animate {
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
    transform: scale(1) rotate(360deg);
  }
  .header-menu-close .icon {
    width: 20px;
    height: 20px;
  }
  .header-menu-left {
    position: relative;
    color: #444444;
    width: calc(100% - 55px);
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 50px;
  }
  .header-logo {
    width: 94px;
    height: 21px;
    margin: 1px 0 0;
  }
  .header-nav {
    display: flex;
    flex-direction: column;
    min-width: auto;
    width: 100%;
    margin: 0;
  }
  .header-nav-item {
    margin-left: 0;
  }
  .header-nav-item .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    color: #444444;
    font-size: 106.6666666667%;
    font-weight: 400;
    padding: 18px;
    position: relative;
    transition: none;
  }
  .header-nav-item .link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #DDD;
  }
  .header-nav-item .link:after {
    content: "";
    border: solid #444444;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4.7px;
    transform: rotate(-45deg);
    margin-right: 8px;
    margin-top: 1px;
  }
  .header-nav-item .text-jp {
    transition: none;
  }
  .header-nav-social {
    display: flex;
    padding: 19px 18px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  .header-nav-social .text {
    color: #444444;
    font-size: 106.6666666667%;
    font-weight: 400;
  }
  .header-nav-social .links {
    display: flex;
  }
  .header-nav-social .icon {
    display: block;
    width: 37px;
    margin-left: 23px;
  }
  .header-close {
    text-align: center;
    padding: 38px;
  }
  .header-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    font-size: 106.6666666667%;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .header-close .icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 374px) {
  .header-nav-item .link,
  .header-nav-social .text {
    font-size: 100%;
  }
  .header-nav-social .icon {
    width: 33px;
    margin-left: 10px;
  }
}
#footer {
  background: #EEE;
}

.footer-top {
  background: #fff;
}

.footer-row {
  padding: 34px 0;
  background: #EEEEEF;
}

.footer-heading {
  color: #323232;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5238095238;
}

.footer-desc {
  color: #323232;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
  margin-top: 12px;
}

.footer-cert {
  background-color: #fff;
}
.footer-cert .container {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-cert-item {
  display: flex;
  align-items: center;
  width: 400px;
  padding: 10px;
  margin: 0 15px;
}
.footer-cert-logo {
  margin-right: 10px;
  flex-shrink: 0;
  width: 70px;
  height: 77px;
}
.footer-cert-logo:hover {
  opacity: 0.7;
}
.footer-cert-logo.icon-pmark {
  background-position: -2px -79px;
}
.footer-cert-logo.icon-aacd {
  background-position: -87px -50px;
}
.footer-cert-text {
  font-size: 12px;
  line-height: 1.75;
  color: #323232;
  width: 300px;
  letter-spacing: 0;
}

.footer-main {
  width: 100%;
  max-width: 1238px;
  padding: 54px 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.footer-left {
  width: 210px;
  flex-shrink: 0;
}

.footer-info {
  color: #777;
}

.footer-logo {
  width: 125px;
  height: 28px;
}
.footer-logo .logo-text {
  display: none;
}

.footer-menu {
  font-size: 12px;
  font-weight: 500;
  margin-top: 24px;
}
.footer-menu-item {
  margin-top: 13px;
}
.footer-menu-link {
  display: inline-block;
}
.footer-menu-link:hover .text-jp {
  color: #00a6dd;
}

.footer-contact {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 400;
}
.footer-contact .contact-phone {
  font-size: 14px;
  margin-top: 2px;
}
.footer-contact .contact-phone .phone {
  color: #777;
}
.footer-contact .contact-hours {
  margin-top: 3px;
  font-weight: 500;
  font-size: 12px;
  display: block;
}
.footer-contact .contact-hours .hours {
  font-weight: 400;
}

.footer-address {
  margin-top: 20px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}
.footer-address .text {
  margin-top: 5px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
}

.footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  margin-left: 64px;
  margin-bottom: 10px;
  flex-shrink: 0;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
  transition: none;
}
.footer-link::after {
  content: "";
  border: solid #444444;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4.7px;
  transform: rotate(-45deg);
  margin-right: 9px;
  margin-top: 1px;
}
.footer-link:hover {
  color: #00a6dd;
}
.footer-link:hover::after {
  border-color: #00a6dd;
}

.footer-social {
  position: absolute;
  bottom: 86px;
  right: 20px;
}
.footer-social-links {
  display: flex;
}
.footer-social .icon-btn {
  width: 37px;
  height: 36px;
  margin-left: 23px;
  display: block;
}

.footer-copy {
  color: #777;
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  bottom: 54px;
  right: 20px;
}

@media (max-width: 800px) {
  .footer-top .container {
    padding: 16px 0;
  }
  .footer-row {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer-heading {
    font-size: 100%;
    letter-spacing: 0;
  }
  .footer-desc {
    font-size: 80%;
    line-height: 1.8333333333;
    margin-top: 7px;
  }
  .footer-cert {
    background-color: #fff;
  }
  .footer-cert .container {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    flex-direction: column;
  }
  .footer-cert-item {
    display: flex;
    flex: 1;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 2.6666666667%;
  }
  .footer-cert-item.last {
    margin-top: 13px;
    padding-right: 3.4666666667%;
  }
  .footer-cert-logo {
    margin-right: 8px;
    flex-shrink: 0;
    width: 65px;
    height: 65px;
  }
  .footer-cert-logo.icon-pmark {
    background-position: 5px -64px;
    background-size: 239px auto;
  }
  .footer-cert-logo.icon-aacd {
    background-position: -67px -41px;
    background-size: 250px auto;
  }
  .footer-cert-text {
    font-size: 66.6666666667%;
    line-height: 2;
    width: auto;
    font-weight: 500;
  }
  .footer-main {
    flex-direction: column;
    padding: 0;
  }
  .footer-left {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .footer-info {
    display: flex;
    flex-direction: column;
    order: 2;
    width: 100%;
  }
  .footer-logo {
    order: 2;
    margin: 20px auto 0;
  }
  .footer-menu {
    order: 3;
    font-size: 80%;
    font-weight: 500;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-menu-item {
    margin: 0 24px;
    position: relative;
  }
  .footer-menu-item::before {
    content: "";
    width: 1px;
    top: 4px;
    left: -24px;
    bottom: 2px;
    background: rgba(119, 119, 119, 0.47);
    position: absolute;
  }
  .footer-menu-item.first::before {
    content: none;
  }
  .footer-menu .link:hover {
    color: #00a6dd;
  }
  .footer-contact {
    order: 1;
    font-size: 93.3333333333%;
    font-weight: 400;
    border-bottom: 1px solid #FFF;
    padding: 14px 0px;
    margin-top: 0;
  }
  .footer-contact .contact-label {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 100%;
  }
  .footer-contact .contact-en {
    color: #999999;
    margin-left: 10px;
    font-size: 78.5714285714%;
    text-transform: uppercase;
  }
  .footer-contact .contact-phone {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 114.2857142857%;
    margin-top: 5px;
  }
  .footer-contact .contact-phone .phone {
    letter-spacing: 0.01em;
    position: relative;
    top: 1px;
  }
  .footer-contact .contact-hours {
    margin-left: 10px;
    margin-top: 0;
    display: flex;
    font-size: 75%;
  }
  .footer-contact .contact-hours .hours {
    margin-left: 2px;
  }
  .footer-address {
    order: 4;
    margin-top: 13px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 66.6666666667%;
  }
  .footer-address .text {
    margin-top: 5px;
  }
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
  }
  .footer-link {
    width: 100%;
    margin: 0;
    padding: 20px;
    font-size: 106.6666666667%;
  }
  .footer-link::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    border-top: 1px solid #EEE;
  }
  .footer-link::after {
    margin-right: 8px;
  }
  .footer-link:hover .text-jp {
    color: #00a6dd;
  }
  .footer-link:hover::after {
    border-color: #444444;
  }
  .footer-link .text-jp {
    display: flex;
    align-items: baseline;
  }
  .footer-link .label {
    color: #999;
    font-size: 75%;
    font-weight: 400;
    margin-left: 14px;
  }
  .footer-social {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }
  .footer-social::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    border-top: 1px solid #EEE;
  }
  .footer-social-text {
    color: #444444;
    font-size: 106.6666666667%;
    font-weight: 400;
  }
  .footer-social-links {
    display: flex;
  }
  .footer-copy {
    position: relative;
    bottom: unset;
    right: unset;
    text-align: center;
    width: 100%;
    font-size: 66.6666666667%;
    margin-top: 6px;
    padding-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .footer-heading {
    font-size: 90%;
  }
  .footer-desc {
    font-size: 72%;
  }
  .footer-cert-text {
    font-size: 62.5%;
  }
}
.c-title {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 4.3333333333%;
}

@media screen and (max-width: 800px) {
  .c-title {
    text-align: center;
    font-size: 113.3333333333%;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }
}
.title-shop-heading {
  padding-bottom: 4px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 800px) {
  .title-shop-heading {
    padding-bottom: 5px;
  }
}
.title-shop-en {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .title-shop-en {
    font-size: 20px;
  }
}
.title-shop-jp {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
@media screen and (max-width: 800px) {
  .title-shop-jp {
    font-size: 12px;
  }
}
.title-shop-description {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .title-shop-description {
    margin-top: 8px;
  }
}

.pageHeader .h1 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.04em;
  padding: 0 0 72px;
  margin: 76px 0 0;
  border-bottom: 2px solid #dddddd;
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  .pageHeader .h1 {
    font-size: 4.2666666667vw;
    text-align: center;
    padding: 0 0 6.6666666667vw;
    margin: 6.1333333333vw 0 0;
    border-top: none;
    border-bottom: 0.2666666667vw solid #dddddd;
  }
}
.page-not-found {
  text-align: center;
  color: #000;
  padding-top: 60px;
}
.page-not-found .title {
  font-size: 30px;
  letter-spacing: 0.04em;
  padding-bottom: 70px;
  border-bottom: 2px solid #ddd;
}
.page-not-found .desc-ja {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.02em;
  padding-top: 62px;
}
.page-not-found .desc-en {
  color: #000;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.04em;
  padding-top: 26px;
}
.page-not-found .back-top {
  width: 500px;
  background-color: #222;
  margin: 75px auto 90px;
}
.page-not-found .back-top .btn {
  height: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .page-not-found {
    padding-top: 30px;
  }
  .page-not-found .title {
    font-size: 133.3333333333%;
    padding-bottom: 25px;
    border-top: none;
    border-bottom: 1px solid #ddd;
  }
  .page-not-found .desc-ja {
    font-size: 73.3333333333%;
    line-height: 18px;
    padding-top: 36px;
  }
  .page-not-found .desc-en {
    font-size: 73.3333333333%;
    line-height: 18px;
    padding-top: 19px;
  }
  .page-not-found .back-top {
    width: 80%;
    max-width: 300px;
    margin: 38px auto 50px;
  }
  .page-not-found .back-top .btn {
    height: 60px;
    font-size: 86.6666666667%;
  }
}
@media (max-width: 374px) {
  .page-not-found .desc-ja {
    font-size: 70%;
  }
  .page-not-found .back-top {
    width: 50%;
  }
  .page-not-found .back-top .btn {
    height: 40px;
    font-size: 80%;
  }
}