@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

:root {
  --vh: 10px;
}

.slick-slider.slick-dotted li button {
  opacity: 0;
  visibility: hidden;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

html.is-navopen,
html.is-modalopen {
  overflow: hidden;
}

body {
  word-wrap: break-word;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

svg {
  height: auto;
}

img {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  pointer-events: none;
  user-select: none;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
@keyframes scrollIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0);
  }
}
.u-font--zenKakuGothicNew {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-font--zenKakuGothicAntique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.u-font--yuGothic {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

.u-font--yuGothic-bold {
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.u-font-weight--400 {
  font-weight: 400;
}

.u-font-weight--500 {
  font-weight: 500;
}

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

.u-letter-spacing--palt {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.u-fsi {
  display: inline-block;
  transform: rotate(0.03deg);
}

.u-fsb {
  display: block;
  transform: rotate(0.03deg);
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-breakall {
  word-break: break-all;
}

.u-color--black {
  color: #000;
}

.u-color--white {
  color: #fff;
}

.u-text-align--center {
  text-align: center;
}

.u-text-align--left {
  text-align: left;
}

.u-text-align--right {
  text-align: right;
}

.u-display--block {
  display: block;
}

.u-display--inline {
  display: inline;
}

.u-display--inline-block {
  display: inline-block;
}

.js-fadein,
.js-fadein--up,
.js-fadein--scale {
  position: relative;
  opacity: 0;
}

.js-fadein--delay {
  opacity: 0;
}

.js-fadein--delay.is-show {
  animation: fadeIn-up 1s ease 1s 1 forwards;
  opacity: 0;
  animation-delay: 0.5s;
}

@keyframes fadeIn-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-parallax {
  display: block;
  position: relative;
}

@media screen and (max-width: 767.9px) {
  body {
    font-size: 1.3rem;
  }
  svg {
    width: 100%;
  }
  img {
    width: 100%;
  }
  .u-text-align--center-sp {
    text-align: center;
  }
  .u-text-align--left-sp {
    text-align: left;
  }
  .u-text-align--right-sp {
    text-align: right;
  }
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  svg {
    max-width: 100%;
  }
  img {
    max-width: 100%;
  }
  .l-header .l-header__nav-button:hover {
    animation: headerNavButton 0.4s ease-out 0s;
  }
  @keyframes headerNavButton {
    0% {
      transform: scale(1);
    }
    20% {
      transform: scale(1.2);
    }
    40% {
      transform: scale(1);
    }
    60% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  .l-header .l-header__followus a:hover {
    animation: headerTweetPop 0.4s ease-out 0s;
  }
  @keyframes headerTweetPop {
    0% {
      transform: scale(1);
    }
    20% {
      transform: scale(1.2);
    }
    40% {
      transform: scale(1);
    }
    60% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  .l-nav .l-nav__button {
    transition: opacity 0.3s ease;
  }
  .l-nav .l-nav__button:hover {
    opacity: 0.6;
  }
  .l-nav .l-nav__sub .list a {
    transition: opacity 0.3s ease;
  }
  .l-nav .l-nav__sub .list a::before {
    transition: left 0.3s ease;
  }
  .l-nav .l-nav__sub .list a:hover {
    opacity: 0.6;
  }
  .l-nav .l-nav__sub .list a:hover::before {
    left: 4px;
  }
  .c-button--c {
    transition: opacity 0.3s ease;
  }
  .c-button--c:hover {
    opacity: 0.6;
  }
  .c-button--d img {
    transition: transform 0.3s ease;
  }
  .c-button--d:hover img {
    transform: scale(1.05);
  }
  .c-button--e {
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .c-button--e:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #6b2e00;
  }
  .c-button--f {
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .c-button--f:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #e60012;
  }
  .c-button--g {
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .c-button--g:hover {
    background-color: #e60012;
    color: #fff;
  }
  .c-button--h {
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .c-button--h:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
  }
  .p-undernav .p-undernav__button {
    transition: opacity 0.3s ease;
  }
  .p-undernav .p-undernav__button:hover {
    opacity: 0.6;
  }
  .u-sp {
    display: none;
  }
}
@media print {
  img {
    display: none !important;
  }
}
/* ======================================
.l-header
====================================== */
.l-header {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.18);
}

.l-header .l-header__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 64px;
}

.l-header .l-header__nav {
  z-index: 5;
  position: absolute;
  top: 12px;
  left: 10px;
}

.l-header .l-header__nav-button {
  display: block;
  z-index: 2;
  position: relative;
  width: 40px;
  height: 40px;
}

.l-header .l-header__nav-button::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 4px;
  border-radius: 2px 2px;
  background-color: #d9d4f5;
  content: "";
}

body.top .l-header .l-header__nav-button::before {
  background-color: #d9d4f5;
}

body.look .l-header .l-header__nav-button::before {
  background-color: #fdcd1b;
}

body.yougashi .l-header .l-header__nav-button::before {
  background-color: #453e37;
}

.l-header .l-header__nav-button::after {
  position: absolute;
  top: 26px;
  left: 10px;
  width: 20px;
  height: 4px;
  border-radius: 2px 2px;
  background-color: #d9d4f5;
  content: "";
}

body.top .l-header .l-header__nav-button::after {
  background-color: #d9d4f5;
}

body.look .l-header .l-header__nav-button::after {
  background-color: #fdcd1b;
}

body.yougashi .l-header .l-header__nav-button::after {
  background-color: #453e37;
}

.l-header .l-header__nav-button span {
  position: absolute;
  top: 18px;
  left: 10px;
  width: 20px;
  height: 4px;
  border-radius: 2px 2px;
  background-color: #d9d4f5;
}

body.top .l-header .l-header__nav-button span {
  background-color: #d9d4f5;
}

body.look .l-header .l-header__nav-button span {
  background-color: #fdcd1b;
}

body.yougashi .l-header .l-header__nav-button span {
  background-color: #453e37;
}

.l-header .l-header__nav-button.is-open::before {
  top: 18px;
  transform: rotate(45deg);
}

.l-header .l-header__nav-button.is-open::after {
  top: 18px;
  transform: rotate(-45deg);
}

.l-header .l-header__nav-button.is-open span {
  opacity: 0;
}

.l-header .l-header__logo {
  width: 121px;
  line-height: 1;
  z-index: 5;
}

.l-header .l-header__followus {
  position: absolute;
  top: 10px;
  right: 10px;
  letter-spacing: -0.4em;
  z-index: 5;
}

.l-header .l-header__followus-button {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
}

body.top .l-header .l-header__followus-button {
  background-image: url("/smileswitch/assets4/img/icon_followus_top.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.look .l-header .l-header__followus-button {
  background-image: url("/smileswitch/assets4/img/icon_followus_look.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.yougashi .l-header .l-header__followus-button {
  background-image: url("/smileswitch/assets4/img/icon_followus_yougashi.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767.9px) {
  .l-header .l-header__inner {
    height: 17.0666666667vw;
  }
  .l-header .l-header__nav {
    top: 3.2vw;
    left: 2.6666666667vw;
  }
  .l-header .l-header__nav-button {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .l-header .l-header__nav-button::before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 1.0666666667vw;
  }
  .l-header .l-header__nav-button::after {
    top: 6.9333333333vw;
    left: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 1.0666666667vw;
  }
  .l-header .l-header__nav-button span {
    top: 4.8vw;
    left: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 1.0666666667vw;
  }
  .l-header .l-header__nav-button.is-open::before {
    top: 4.8vw;
  }
  .l-header .l-header__nav-button.is-open::after {
    top: 4.8vw;
  }
  .l-header .l-header__logo {
    width: 32vw;
  }
  .l-header .l-header__followus {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .l-header .l-header__followus-button {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
/* ======================================
.l-nav
====================================== */
.l-nav .l-nav__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 64px;
  background-color: #f8f8f0;
}

.l-nav .l-nav__main {
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: calc(100% - 170px);
  min-width: 700px;
  height: calc(100% - 64px);
  overflow-y: auto;
  background-color: #fff;
  margin-top: 64px;
}

.l-nav .l-nav__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  letter-spacing: -0.4em;
  text-align: center;
}

.l-nav .l-nav__wrap::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.l-nav .l-nav__inner {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
}

.l-nav .l-nav__body {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0;
}

.l-nav .l-nav__top {
  width: 530px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.l-nav .l-nav__sub {
  display: flex;
  justify-content: space-between;
  max-width: 530px;
  margin: 60px auto 0;
}

.l-nav .l-nav__sub .col {
  width: 43.4%;
}

.l-nav .l-nav__sub .list {
  margin: 40px 0 0 40px;
}

.l-nav .l-nav__sub .list li + li {
  margin-top: 20px;
}

.l-nav .l-nav__sub .list a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.l-nav .l-nav__sub .list a img {
  max-width: inherit;
  width: auto;
  height: 22px;
}

.l-nav .l-nav__sub .col.look .list a img {
  height: 18px;
}

.l-nav .l-nav__sub .list a p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-top: 5px;
}

.l-nav .l-nav__sub .col.look .list a p {
  color: #6d3b05;
}

.l-nav .l-nav__sub .col.yougashi .list a p {
  color: #070303;
}

.l-nav .l-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
}

.l-nav .l-nav__button--top {
  background: url("/smileswitch/assets4/img/btn_top_bg.jpg") no-repeat center center/cover;
}

.l-nav .l-nav__button--look {
  background-color: #fff;
  border: solid 3px #fdcd1b;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.l-nav .l-nav__button--yougashi {
  background-color: #fff;
  border: solid 3px #c4934f;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.l-nav .l-nav__button img {
  width: auto;
  height: 54px;
}

@media screen and (max-width: 767.9px) {
  .l-nav .l-nav__bg {
    margin-top: 17.0666666667vw;
  }
  .l-nav .l-nav__main {
    width: calc(100% - 8.5333333333vw);
    height: calc(100% - 17.0666666667vw);
    min-width: inherit;
    margin-top: 17.0666666667vw;
  }
  .l-nav .l-nav__inner {
    max-width: 100%;
    padding: 0 8.5333333333vw;
  }
  .l-nav .l-nav__body {
    max-width: 100%;
    padding: 8vw 0;
  }
  .l-nav .l-nav__top {
    width: 49.0666666667vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0px 0px 1.0666666667vw rgba(0, 0, 0, 0.2);
  }
  .l-nav .l-nav__sub {
    max-width: 100%;
    margin: 6.6666666667vw auto 0;
  }
  .l-nav .l-nav__sub .col {
    width: 34.1333333333vw;
  }
  .l-nav .l-nav__sub .list {
    margin: 5.3333333333vw 0 0 1.3333333333vw;
  }
  .l-nav .l-nav__sub .list li + li {
    margin-top: 4vw;
  }
  .l-nav .l-nav__sub .list a img {
    height: 3.7333333333vw;
  }
  .l-nav .l-nav__sub .col.look .list a img {
    height: 3.2vw;
  }
  .l-nav .l-nav__sub .list a p {
    padding-top: 1.3333333333vw;
  }
  .l-nav .l-nav__button {
    height: 12.2666666667vw;
  }
  .l-nav .l-nav__button--look {
    border: solid 0.5333333333vw #fdcd1b;
    border-radius: 1.3333333333vw;
    box-shadow: 0px 0px 1.0666666667vw rgba(0, 0, 0, 0.2);
  }
  .l-nav .l-nav__button--yougashi {
    border: solid 0.5333333333vw #c4934f;
    border-radius: 1.3333333333vw;
    box-shadow: 0px 0px 1.0666666667vw rgba(0, 0, 0, 0.2);
  }
  .l-nav .l-nav__button img {
    height: 10.1333333333vw;
  }
}
/* ======================================
.l-sns
====================================== */
.l-sns .l-sns__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 64px;
  background-color: #f8f8f0;
}

.l-sns .l-sns__main {
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: calc(100% - 170px);
  min-width: 700px;
  height: 278px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 12px;
  border: 4px solid #8573bf;
}

body.top .l-sns .l-sns__main {
  background-image: none;
  background-color: #fff;
}

.l-sns .l-sns__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  letter-spacing: -0.4em;
  text-align: center;
}

.l-sns .l-sns__wrap::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.l-sns .l-sns__inner {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
}

.l-sns .l-sns__body {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-sns .l-sns__body .l-sns__followus {
  width: 428px;
  margin: 0 auto 15px;
}

.l-sns .l-sns__body .list {
  display: flex;
  justify-content: center;
}

.l-sns .l-sns__body .list li + li {
  margin-left: 32px;
}

.l-sns .l-sns__body .list a {
  display: block;
}

.l-sns .l-sns__body .list a img {
  width: auto;
  height: 90px;
}

@media screen and (max-width: 767.9px) {
  .l-sns .l-sns__bg {
    margin-top: 17.0666666667vw;
  }
  .l-sns .l-sns__main {
    width: calc(100% - 8.5333333333vw);
    height: 62.6666666667vw;
    border-radius: 2.4vw;
    border: 0.8vw solid #8573bf;
    min-width: inherit;
  }
  .l-sns .l-sns__inner {
    max-width: 100%;
    padding: 0 8.5333333333vw;
  }
  .l-sns .l-sns__body {
    max-width: 100%;
  }
  .l-sns .l-sns__body .l-sns__followus {
    margin-bottom: 2.1333333333vw;
    width: 100%;
  }
  .l-sns .l-sns__body .list {
    flex-wrap: wrap;
  }
  .l-sns .l-sns__body .list li {
    padding: 0 2.1333333333vw;
  }
  .l-sns .l-sns__body .list li + li {
    margin-left: 0;
  }
  .l-sns .l-sns__body .list a img {
    height: 20vw;
  }
}
/* ======================================
.l-footer
====================================== */
.l-footer {
  z-index: 5;
  position: relative;
  padding: 90px 0 0;
  background-color: #fff;
}

.l-footer .l-footer__inner {
  position: relative;
  margin: 0 auto;
}

.l-footer .l-footer__smileswitch {
  width: 370px;
  margin: 0 auto;
}

.l-footer .l-footer__smileswitch a {
  display: block;
}

.l-footer .l-footer__smileswitch a:hover {
  opacity: 0.6;
}

.l-footer .l-footer__link {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 60px auto 0;
}

.l-footer .l-footer__link li + li {
  margin-left: 60px;
}

.l-footer .l-footer__sns {
  height: 127px;
  border-radius: 12px;
  border: 3px solid #8573bf;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 40px auto 100px;
  background-color: #f8f8f0;
}

.l-footer .l-footer__sns .l-footer__followus {
  margin-right: 14px;
  display: flex;
  align-items: center;
}

.l-footer .l-footer__sns .l-footer__followus img {
  width: auto;
  height: 74px;
}

.l-footer .l-footer__sns .list {
  display: flex;
}

.l-footer .l-footer__sns li + li {
  margin-left: 14px;
}

.l-footer .l-footer__sns li a {
  display: flex;
  align-items: center;
}

.l-footer .l-footer__sns li img {
  width: auto;
  height: 74px;
}

.l-footer .l-footer__bottom {
  background-color: #f5f5f5;
  padding: 100px 0 80px;
}

.l-footer .l-footer__logo {
  display: block;
  width: 132px;
  margin: 0 auto 15px;
  line-height: 1;
}

.l-footer .l-footer__logo a {
  display: block;
}

.l-footer .l-footer__copyright {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #a8a8a8;
}

@media screen and (max-width: 1060px) {
  .l-footer .l-footer__link {
    max-width: 100%;
    padding: 0 30px;
  }
  .l-footer .l-footer__link li + li {
    margin-left: 5.6603773585vw;
  }
  .l-footer .l-footer__sns {
    max-width: 100%;
    height: 11.9811320755vw;
    margin: 40px 30px 100px;
  }
  .l-footer .l-footer__sns .l-footer__followus {
    margin-right: 1.320754717vw;
  }
  .l-footer .l-footer__sns .l-footer__followus img {
    height: 6.9811320755vw;
  }
  .l-footer .l-footer__sns li + li {
    margin-left: 1.320754717vw;
  }
  .l-footer .l-footer__sns li img {
    height: 6.9811320755vw;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer {
    padding: 8vw 0 0;
  }
  .l-footer .l-footer__smileswitch {
    width: 34.1333333333vw;
  }
  .l-footer .l-footer__link {
    flex-direction: column;
    max-width: 82.9333333333vw;
    margin: 5.3333333333vw auto 0;
    padding: 0;
  }
  .l-footer .l-footer__link li + li {
    margin-left: 0;
    margin-top: 2.6666666667vw;
  }
  .l-footer .l-footer__sns {
    height: auto;
    border-radius: 2.6666666667vw;
    border: 0.8vw solid #8573bf;
    flex-direction: column;
    max-width: 82.9333333333vw;
    margin: 5.3333333333vw auto 10.6666666667vw;
    padding: 4vw;
  }
  .l-footer .l-footer__sns .l-footer__followus {
    margin-right: 0;
    margin-bottom: 2.1333333333vw;
  }
  .l-footer .l-footer__sns .l-footer__followus img {
    width: 100%;
    height: auto;
  }
  .l-footer .l-footer__sns .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-footer .l-footer__sns li {
    padding: 0 2.1333333333vw;
  }
  .l-footer .l-footer__sns li + li {
    margin-left: 0;
  }
  .l-footer .l-footer__sns li img {
    height: 20vw;
  }
  .l-footer .l-footer__bottom {
    padding: 5.3333333333vw 0 8vw;
  }
  .l-footer .l-footer__logo {
    width: 35.2vw;
    margin: 0 auto 2.6666666667vw;
  }
}
/* ======================================
.l-main
====================================== */
.l-main {
  position: relative;
  padding-top: 64px;
}

.l-section {
  position: relative;
}

.l-section__wrap {
  position: relative;
}

.l-section__inner {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

.c-button--a {
  display: block;
}

.c-button--b {
  display: inline-block;
}

.c-button--c {
  display: block;
}

.c-button--d img {
  position: relative;
}

.c-button--e {
  display: block;
  padding: 19px 20px;
  border: 2px solid #6b2e00;
  border-radius: 40px 40px;
  background-color: #6b2e00;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

.c-button--f {
  display: block;
  padding: 19px 20px;
  border: 2px solid #e60012;
  border-radius: 40px 40px;
  background-color: #e60012;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

.c-button--g {
  display: block;
  padding: 19px 20px;
  border: 2px solid #fff;
  border-radius: 40px 40px;
  background-color: #fff;
  color: #e60012;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

.c-button--h {
  display: block;
  padding: 19px 20px;
  border: 2px solid #000;
  border-radius: 40px 40px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

.c-image--fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-image--w100 {
  width: 100%;
  max-width: none;
}

.c-list--a li {
  position: relative;
  padding-left: 1.2em;
}

.c-list--a li ::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.c-list--b {
  counter-reset: count 0;
}

.c-list--b li {
  position: relative;
  padding-left: 1.5em;
}

.c-list--b li ::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(count);
  counter-increment: count 1;
}

.c-text-dot--line1 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.c-text-dot--line2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-text-dot--line3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-note {
  font-size: 1.2rem;
}

ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  position: absolute;
  top: -0.9em;
  right: -1em;
  left: -1em;
  content: attr(data-ruby);
  font-size: 0.55em;
  letter-spacing: 0.5em;
  text-align: center;
}

ruby[data-ruby] rt {
  display: none;
}

.c-title__h2 {
  margin-bottom: 70px;
  color: #6b2e00;
  text-align: center;
}

.c-title__h2 .jp {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}

.c-title__h2 .en {
  display: block;
  margin: 0 auto;
}

.p-video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.p-video .p-video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
}

.p-video .p-video__thumb {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.p-video .p-video__thumb::after {
  position: absolute;
  right: 2.7777777778%;
  bottom: 4.9382716049%;
  max-width: 70px;
  width: 5.1244509517vw;
  max-height: 70px;
  height: 5.1244509517vw;
  content: "";
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.p-video .p-video__thumb img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-peko {
  position: relative;
  width: 480px;
  margin: 0 auto;
}

.c-peko span {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  background-image: url("/smileswitch/assets4/img/loader.png");
  background-position: 0 0;
  background-size: 100% auto;
}

.c-peko.is-play span {
  animation: pekoLogo 1s steps(24) 1 forwards;
}
@keyframes pekoLogo {
  to {
    background-position: 0 100%;
  }
}
.p-member__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 55px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  max-width: 1000px;
  margin: 0 auto;
}

.p-member__list li {
  width: calc((100% - 70px) / 3);
}

.p-member__list li img {
  filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 767.9px) {
  .l-main {
    padding-top: 17.0666666667vw;
  }
  .l-section__wrap {
    padding: 80px 0;
  }
  .l-section__inner {
    padding: 0 8.5333333333vw;
  }
  .c-button--e {
    padding: 13px 20px;
    font-size: 1.6rem;
  }
  .c-button--f {
    padding: 13px 20px;
    font-size: 1.6rem;
  }
  .c-button--g {
    padding: 13px 20px;
    font-size: 1.6rem;
  }
  .c-button--h {
    padding: 13px 20px;
    font-size: 1.6rem;
  }
  .c-note {
    font-size: 1rem;
  }
  .c-title__h2 {
    margin-bottom: 9.3333333333vw;
  }
  .c-title__h2 .jp {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .p-video {
    border-radius: 2.1333333333vw;
  }
  .p-video .p-video__thumb::after {
    width: 9.6vw;
    height: 9.6vw;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  }
  .p-member__list {
    max-width: 77.3333333333vw;
    row-gap: 4vw;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: center;
  }
  .p-member__list li {
    width: 100%;
    padding: 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-video .p-video__thumb:hover::after {
    transform: scale(1.05);
  }
}
/* ======================================
.p-loader
====================================== */
.p-loader {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-loader .p-loader__scaler {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}

.p-loader .p-loader__bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.p-loader.is-loaded .p-loader__bg {
  background-color: rgba(0, 0, 0, 0);
}

.p-loader .p-loader__logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 370px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767.9px) {
  .p-loader .p-loader__logo {
    width: 82.9333333333vw;
  }
}
/* ======================================
.p-undernav 
====================================== */
.p-undernav {
  z-index: 20;
  position: fixed;
  bottom: -100px;
  bottom: -50px;
  left: 50%;
  width: 100%;
  max-width: 750px;
  transform: translateX(-50%);
  transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-undernav.is-show {
  bottom: 30px;
}

.p-undernav .p-undernav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-undernav .p-undernav__list li {
  width: 136px;
  height: 45px;
  margin: 0 6px;
}

.p-undernav .p-undernav__button {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.p-undernav .p-undernav__button img {
  width: auto;
  height: 36px;
}

.p-undernav .p-undernav__button--look {
  border: solid 2px #fdcd1b;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.p-undernav .p-undernav__button--top {
  background-color: #fff;
  background: url("/smileswitch/assets4/img/btn_top_bg.jpg") no-repeat top center/cover;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.p-undernav .p-undernav__button--yougashi {
  background-color: #fff;
  border: solid 2px #c4934f;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767.9px) {
  .p-undernav {
    max-width: none;
    bottom: -100px;
  }
  .p-undernav.is-show {
    bottom: 20px;
  }
  .p-undernav .p-undernav__list li {
    width: 27.7333333333vw;
    height: 12.2666666667vw;
    margin: 0 1.3333333333vw;
  }
  .p-undernav .p-undernav__button img {
    height: 9.0666666667vw;
  }
  .p-undernav .p-undernav__button--look {
    border: solid 0.5333333333vw #fdcd1b;
    border-radius: 1.3333333333vw;
    box-shadow: 0px 0px 1.0666666667vw rgba(0, 0, 0, 0.2);
  }
  .p-undernav .p-undernav__button--top {
    border-radius: 1.3333333333vw;
    box-shadow: 0px 0px 1.0666666667vw rgba(0, 0, 0, 0.2);
  }
  .p-undernav .p-undernav__button--yougashi {
    border: solid 0.5333333333vw #c4934f;
    border-radius: 1.3333333333vw;
    box-shadow: 0px 0px 1.0666666667vw rgba(0, 0, 0, 0.2);
  }
}
/* ======================================
.graphics__frame
====================================== */
.graphics .graphics__frame {
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.graphics__frame img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.graphics .graphics__frame::after {
  position: absolute;
  right: 2.7777777778%;
  bottom: 4.9382716049%;
  max-width: 70px;
  width: 5.1244509517vw;
  max-height: 70px;
  height: 5.1244509517vw;
  content: "";
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.graphics .graphics__frame:hover::after {
  transform: scale(1.05);
}

.graphics .graphics__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.graphics .graphics__nav .slick-prev {
  order: 1;
}

.graphics .graphics__nav .list {
  order: 2;
}

.graphics .graphics__nav .slick-next {
  order: 3;
}

@media screen and (max-width: 767.9px) {
  .graphics .graphics__frame::after {
    width: 9.6vw;
    height: 9.6vw;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  }
}
/* ======================================
.modal-graphics
====================================== */
.mfp-fade.mfp-bg {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  transition: opacity 0.3s ease;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-smileswitch .mfp-container {
  padding: 0 0;
}

.mfp-smileswitch .mfp-close {
  width: 50px;
  height: 50px;
  padding: 0 0;
  background-image: url("/smileswitch/assets4/img/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 1;
}

.mfp-graphics.mfp-bg {
  background-color: #fff;
}

body.look .mfp-graphics.mfp-bg {
  background-color: #fdcd1b;
}

.mfp-graphics .mfp-close {
  position: fixed;
  top: 20px;
  right: 20px;
}

.mfp-graphics .mfp-close:active {
  top: 20px;
}

.mfp-graphics .slick-slider {
  pointer-events: none;
}

.mfp-graphics .slick-arrow {
  z-index: 2;
  position: absolute;
  top: calc(50% - 30px);
  width: 36px;
  height: 60px;
  background-position: center center;
  background-size: contain;
  font-size: 0;
  pointer-events: auto;
}

.mfp-graphics .slick-arrow.slick-prev {
  left: calc(50% - 445px);
  background-image: url("/smileswitch/assets4/img/icon_arrow01.svg");
}

.mfp-graphics .slick-arrow.slick-next {
  right: calc(50% - 445px);
  background-image: url("/smileswitch/assets4/img/icon_arrow02.svg");
}

.modal-graphics {
  padding: 65px 0;
}

.modal-graphics .modal-graphics__inner {
  position: relative;
}

.modal-graphics .modal-graphics__list .item {
  padding: 0 95px;
}

.modal-graphics .modal-graphics__list .panel {
  position: relative;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-graphics .modal-graphics__list .panel .box {
  position: relative;
  overflow: hidden;
}

.modal-graphics .modal-graphics__list .panel .image {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.modal-graphics .modal-graphics__list .panel .image.image--vertical {
  max-width: 500px;
}

.modal-graphics .modal-graphics__list .panel .image img {
  width: 100%;
}

@media screen and (max-width: 930px) {
  .mfp-graphics .slick-arrow.slick-prev {
    left: 30px;
  }
  .mfp-graphics .slick-arrow.slick-next {
    right: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .mfp-smileswitch .mfp-close {
    width: 30px;
    height: 30px;
  }
  .mfp-graphics .mfp-close {
    position: absolute;
    top: 0;
    right: 10%;
  }
  .mfp-graphics .mfp-close:active {
    top: 0;
  }
  .mfp-graphics .slick-arrow {
    top: calc(50% - 15px);
    width: 18px;
    height: 30px;
  }
  .mfp-graphics .slick-arrow.slick-prev {
    left: 2.6666666667%;
  }
  .mfp-graphics .slick-arrow.slick-next {
    right: 2.6666666667%;
  }
  .modal-graphics {
    padding: 45px 0;
  }
  .modal-graphics .modal-graphics__list .item {
    padding: 0 0;
  }
  .modal-graphics .modal-graphics__list .panel {
    width: 80%;
    max-width: none;
  }
  .modal-graphics .modal-graphics__list .panel .image.image--vertical {
    max-width: none;
  }
}/*# sourceMappingURL=common.css.map */