@charset "UTF-8";
/*======================================
  scss/01_foundation/_variables.scss
======================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto&display=swap");
/***
  Base CSS:
  The new CSS reset - version 1.8.4 (last updated 14.2.2023)
  GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
button {
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

video:focus-visible {
  outline: none;
}

iframe {
  border: none;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*======================================
  scss/01_foundation/_mixin.scss
======================================*/
/*======================================
  scss/01_foundation/_base.scss
======================================*/
html,
body {
  overflow-x: hidden;
}

html {
  font-size: 10px;
}
@media screen and (min-width: calc(768px + 1px)) and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  color: #717171;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

a {
  display: block;
}

@media screen and (max-width: 768px) {
  .blouson {
    margin-top: 12rem;
  }
}

/*======================================
  scss/02_layout/_l-wrapper.scss
======================================*/
.l-wrapper {
  overflow-x: hidden;
}
.l-wrapper img,
.l-wrapper picture,
.l-wrapper video,
.l-wrapper iframe,
.l-wrapper canvas {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-wrapper svg {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/*======================================
  scss/02_layout/_l-container.scss
======================================*/
.l-container {
  width: 81.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 39rem;
  }
}

/* #footer
----------------------------------------------------------------- */
.l-footer__inner {
  width: 100%;
  margin: auto;
}
.l-footer__link {
  padding: 12rem 0;
  width: 77rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer__link {
    padding: 6rem 3.2rem;
    width: 100%;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.l-footer__linkItem {
  background-color: #5CCBBE;
  margin-top: 1.8rem;
  height: 8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: calc(50% - 1.5rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__linkItem {
    margin-top: 2.5rem;
    height: 10.5rem;
    width: 47%;
  }
}
.l-footer__linkItem a {
  padding: 1.6rem 0 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.l-footer__linkbtn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__linkbtn {
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
  }
}
.l-footer__linkImage {
  width: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__linkImage {
    width: 2.4rem;
  }
}
.l-footer__linkText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #ffffff;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .l-footer__linkText {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0.14em;
  }
  .l-footer__linkText small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.14em;
  }
}
.l-footer__bottom {
  background-color: #5CCBBE;
  padding: 12rem 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    padding: 13rem 0;
  }
}
.l-footer__bottomLogo {
  margin: auto;
  width: 19rem;
}
@media screen and (max-width: 768px) {
  .l-footer__bottomLogo {
    width: 28rem;
  }
}
.l-footer__bottomSns {
  width: 9rem;
  margin-top: 6rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__bottomSns {
    margin-top: 11rem;
    width: 23rem;
  }
}
.l-footer__snsInner {
  width: 1.9rem;
}
@media screen and (max-width: 768px) {
  .l-footer__snsInner {
    width: 4rem;
  }
}
.l-footer__snsInner--fb {
  width: 1.1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__snsInner--fb {
    width: 2rem;
  }
}
.l-footer__bottomMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
@media screen and (max-width: 768px) {
  .l-footer__bottomMenu {
    margin-top: 8rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.l-footer__menuItem {
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-footer__menuItem {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1111111111;
    letter-spacing: 0em;
  }
}
.l-footer__companyLogo {
  margin-top: 6rem;
  width: 16rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__companyLogo {
    margin-top: 8rem;
    width: 20.5rem;
  }
}
.l-footer__copyright {
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 9rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

/*======================================
  scss/02_layout/_p-about.scss
======================================*/
/*======================================
  scss/04_project/_c-slider.scss
======================================*/
.c-slider {
  margin-top: 16.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .c-slider {
    margin-top: 15.9rem;
  }
}
.c-slider__container {
  width: 444.7rem;
}
@media screen and (max-width: 768px) {
  .c-slider__container {
    width: 277rem;
  }
}
.c-slider__container:first-child {
  -webkit-animation: slideLeft 200s -100s linear infinite;
          animation: slideLeft 200s -100s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__container:first-child {
    -webkit-animation-duration: 300s;
            animation-duration: 300s;
    -webkit-animation-delay: -150s;
            animation-delay: -150s;
  }
}
.c-slider__container:last-child {
  -webkit-animation: slideLeft2 200s linear infinite;
          animation: slideLeft2 200s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-slider__container:last-child {
    -webkit-animation-duration: 300s;
            animation-duration: 300s;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideLeft2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slideLeft2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*======================================
scss/04_project/_c-credit.scss
======================================*/
.c-credit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
.c-credit__wrap:nth-of-type(2) {
  margin-top: 2.3rem;
}
.c-credit__wrap--flex {
  margin-left: 3rem;
}
.c-credit__wrap--flex:first-of-type {
  margin-left: 0;
}
.c-credit__wrap--flex:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-credit__wrap--flex {
    margin-left: 0;
  }
}
.c-credit__linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-credit__textWrap {
    text-align: left;
  }
}
.c-credit__textMain {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .c-credit__textMain {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1111111111;
    letter-spacing: 0.07em;
  }
}
.c-credit__item {
  word-break: keep-all;
  white-space: nowrap;
}
.c-credit__item small {
  font-size: max(1rem, 10px);
}
@media screen and (max-width: 768px) {
  .c-credit__item {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}
.c-credit__textSub {
  margin-top: 0.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.07em;
}
.c-credit__textSub small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6153846154;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .c-credit__textSub {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.07em;
  }
}
.c-credit__buttonMain {
  margin-left: 1.2rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  letter-spacing: 0.04em;
  background-color: #a0a0a0;
  color: #ffffff;
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-credit__buttonMain:hover {
  background-color: #5CCBBE;
}
@media screen and (max-width: 768px) {
  .c-credit__buttonMain {
    margin-left: 1rem;
  }
}
.c-credit__button {
  margin-left: 0.5rem;
  text-decoration: underline;
}
.c-credit--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-credit--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*======================================
  scss/04_project/_c-title.scss
======================================*/
.c-title {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5294117647;
  letter-spacing: 0.07em;
  font-weight: 600;
  text-align: center;
  margin: 2.2rem;
  color: #717171;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.07em;
    margin: 1.4rem;
  }
}

/*======================================
  scss/04_project/_c-sandal.scss
======================================*/
.c-sandal {
  width: 69.4rem;
  height: 75.9rem;
  margin-inline: auto;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-sandal {
    width: 100%;
    height: 50rem;
    margin-top: 2.5rem;
  }
}
.c-sandal__imageBg {
  width: 54.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-sandal__imageBg {
    width: 100%;
  }
}
.c-sandal__image {
  width: 63.3em;
  position: absolute;
  right: 0;
  top: -1rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-sandal__image {
    top: 2.5rem;
    width: 34.1rem;
    right: 2.5rem;
  }
}
.c-sandal__textWrap {
  width: 62rem;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .c-sandal__textWrap {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.c-sandal__textWrap01 {
  width: 67rem;
}
@media screen and (max-width: 768px) {
  .c-sandal__textWrap01 {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.c-sandal__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8333333333;
  letter-spacing: 0.07em;
}
.c-sandal__text span {
  color: #3C3C3C;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-sandal__text {
    width: 31.4rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    letter-spacing: 0.05em;
    margin-inline: auto;
  }
}
.c-sandal__creditWrap {
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-sandal__creditWrap {
    margin-left: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-sandal__attention {
    margin-left: 3.8rem;
  }
}

/*======================================
  scss/03_component/_js-animation.scss
======================================*/
.js-animation--fadeIn {
  opacity: 0;
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}
.js-animation--fadeIn.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-animation--fadeIn2 {
  opacity: 0;
  -webkit-transition: 1s 0.6s;
  transition: 1s 0.6s;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}
.js-animation--fadeIn2.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-animation--slideIn {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  will-change: clip-path;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
.js-animation--slideIn.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.js-animation--slideInleft {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
.js-animation--slideInleft.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.js-animation__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #F2F2F2;
}
.js-animation__item {
  position: relative;
  z-index: 1;
}
.js-animation--slideUp {
  position: relative;
}
.js-animation--slideUp .js-animation__filter {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  will-change: clip-path;
  -webkit-animation: slideUpAnimation 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.1s forwards;
          animation: slideUpAnimation 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.1s forwards;
}
.js-animation--slideUp .js-animation__item {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  will-change: clip-path;
  -webkit-animation: slideUpAnimation 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s forwards;
          animation: slideUpAnimation 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s forwards;
}
.js-animation--sldeUpcatch {
  opacity: 0;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
  -webkit-transition: opacity 0.4s linear 0.3s;
  transition: opacity 0.4s linear 0.3s;
  -webkit-animation: slidecatchAnimation 0.6s linear 1.2s forwards;
          animation: slidecatchAnimation 0.6s linear 1.2s forwards;
}

@-webkit-keyframes slideUpAnimation {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes slideUpAnimation {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes slidecatchAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slidecatchAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*======================================
  scss/04_project/_p-mv.scss
======================================*/
.cover {
  background-color: transparent;
  width: 100%;
  height: 61rem;
  position: absolute;
  z-index: 1000;
  top: 0;
}

.p-mv {
  height: 43.9238653001vw;
}
.p-mv__logo {
  width: 5.9297218155vw;
  position: absolute;
  left: 4.6120058565vw;
  top: 2.7818448023vw;
}
@media screen and (max-width: 768px) {
  .p-mv__logo {
    z-index: 3;
    width: 8.8rem;
    left: 7.5rem;
    top: 1.9rem;
  }
}
.p-mv__catchBg {
  background-color: #ffffff;
  width: 5.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-mv__catch {
  width: 7.4rem;
  position: absolute;
  width: 4.9780380673vw;
  left: 5.0512445095vw;
  top: 7.3938506589vw;
}
@media screen and (max-width: 768px) {
  .p-mv__catch {
    top: 8.2rem;
  }
}
.p-mv__imageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 85.3587115666vw;
  right: 0;
}
.p-mv__imageInner {
  position: static;
  width: 33.3333333333%;
}
.p-mv__swiperWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-mv__swiperImg {
  width: 37.9rem;
}
@media screen and (max-width: 768px) {
  .p-mv__swiperImg {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__swiperTitle {
    z-index: 200;
    left: 5%;
    position: absolute;
    top: 9rem;
    width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__swiper {
    width: 100%;
    height: 65rem;
  }
}
.p-mv__swiperSlide {
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__swiperSlide {
    overflow: hidden;
  }
}

/*======================================
  scss/04_project/_p-mvcircle.scss
======================================*/
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 1.2rem;
  left: auto;
  right: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.circle-pagination {
  z-index: 1;
  opacity: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-indent: 0.03em;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.03em;
}
.circle-pagination.swiper-pagination-bullet-active {
  color: #ffffff;
}
.circle-pagination.swiper-pagination-bullet-active circle {
  -webkit-animation: circleAnimation 5s linear forwards;
          animation: circleAnimation 5s linear forwards;
}
.circle-pagination:not(.swiper-pagination-bullet-active) svg {
  display: none;
}
.circle-pagination:not(.swiper-pagination-bullet-active) circle {
  -webkit-animation: none;
          animation: none;
}
.circle-pagination svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.circle-pagination circle {
  fill: transparent;
  stroke: #ffffff;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}

@-webkit-keyframes circleAnimation {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circleAnimation {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*======================================
  scss/04_project/_p-lineupbutton.scss
======================================*/
.p-lineupButton {
  display: none;
  width: 12.5rem;
  position: fixed;
  bottom: 3.2rem;
  left: 4rem;
  z-index: 50;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-lineupButton:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media screen and (max-width: 768px) {
  .p-lineupButton {
    width: 100%;
    left: auto;
    bottom: 0;
    height: 7rem;
  }
  .p-lineupButton:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*======================================
  scss/04_project/_p-concept.scss
======================================*/
.p-concept {
  margin-top: 16.5rem;
  position: relative;
  width: 136.6rem;
  height: 70rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-concept {
    margin-top: 62rem;
    width: 100%;
    height: 53rem;
  }
}
.p-concept__leftup {
  position: absolute;
  width: 21.3rem;
  left: 28rem;
  top: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-concept__leftup {
    margin-top: 16rem;
    width: 11.8rem;
    height: 12.9rem;
    top: auto;
    left: 0;
    bottom: 0;
  }
}
.p-concept__leftdown {
  position: absolute;
  width: 34.5rem;
  height: 38.4rem;
  left: 0;
  top: 14.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-concept__leftdown {
    width: 15.9rem;
    height: 15.9rem;
    top: 0;
    left: 1.9rem;
  }
}
.p-concept__rightup {
  position: absolute;
  width: 24rem;
  height: 26.3rem;
  right: 0;
  top: 12rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-concept__rightdown {
  position: absolute;
  width: 33.6rem;
  height: 33.6rem;
  right: 27.5rem;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-concept__rightdown {
    width: 23rem;
    height: 23rem;
    right: 0;
    bottom: 8.6rem;
  }
}
.p-concept__textWrap {
  position: absolute;
  top: 11rem;
  color: #717171;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 2.2380952381;
  letter-spacing: 0.04em;
  left: 55.7rem;
}
@media screen and (max-width: 768px) {
  .p-concept__textWrap {
    color: #3C3C3C;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.1333333333;
    letter-spacing: 0.07em;
    top: 7rem;
    left: 7.8rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-concept__text:nth-child(2) {
  margin-top: 4.3rem;
}
.p-concept__text span {
  color: #5CCBBE;
  font-weight: 500;
}
.p-concept__textDeco {
  font-family: "Roboto", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: -8rem;
  right: 2.5rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  letter-spacing: 0.04em;
}

/*======================================
  scss/04_project/_p-lineup.scss
======================================*/
.p-lineup {
  width: 99.6rem;
  margin-inline: auto;
  margin-top: 10rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-lineup {
    width: 100%;
    margin-top: 5.5rem;
  }
}
.p-lineup__content {
  margin-top: 11.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-lineup__content {
    margin-top: 5.5rem;
  }
}
.p-lineup__content--01 {
  margin-top: 0;
}
.p-lineup__content--02 {
  width: 74.3rem;
}
@media screen and (max-width: 768px) {
  .p-lineup__content--02 {
    width: 100%;
  }
}
.p-lineup__content--03 {
  width: 49rem;
}
@media screen and (max-width: 768px) {
  .p-lineup__content--03 {
    width: 100%;
  }
}
.p-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-lineup__item {
  width: 23.8rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-lineup__item {
    width: 24.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lineup__image {
    width: 24.6rem !important;
  }
}
.p-lineup__sub {
  margin-top: 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-lineup__sub {
    margin-top: 1.1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-lineup__textWrap {
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .p-lineup__textWrap {
    width: 12.5rem;
    text-align: center;
  }
}
.p-lineup__textMain {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .p-lineup__textMain {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5384615385;
    letter-spacing: 0.07em;
  }
}
.p-lineup__textSub {
  margin-top: 0.4rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.07em;
}
.p-lineup__textSub small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
.p-lineup__button {
  margin-left: 1.2rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  letter-spacing: 0.04em;
  background-color: #a0a0a0;
  color: #ffffff;
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-lineup__button:hover {
  background-color: #5CCBBE;
}
@media screen and (max-width: 768px) {
  .p-lineup__button {
    margin-left: 0;
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lineup .swiper-slide {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); /* 左右のスライドを小さくする */
    -webkit-transition: 0.7s;
    transition: 0.7s; /* ゆっくり小さくさせる */
  }
}
.p-lineup .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-lineup .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  -webkit-transform: scale(1);
          transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

/*======================================
  scss/04_project/_p-movie.scss
======================================*/
.p-movie {
  background-color: #E5E5E5;
  padding: 0 0 9.7rem 0;
  margin-top: 15rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-movie {
    margin-top: 11rem;
    padding: 0 0 6.7rem 0;
  }
}
.p-movie__title {
  width: 9.4rem;
  position: absolute;
  top: -1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-movie__title {
    width: 7.5rem;
    top: -1.4rem;
  }
}
.p-movie__container {
  text-align: center;
}
.p-movie video {
  width: 35.4rem;
  margin-top: 8.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-movie video {
    width: 18.9rem;
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-movie .video_sec {
    width: 18.9rem;
    margin-left: -3rem !important;
  }
}
@media screen and (max-width: 768px) {
  .p-movie .video_thr {
    width: 18.9rem;
    margin-left: -3rem !important;
  }
}
.p-movie__sub {
  width: 7rem;
  position: absolute;
  top: 21rem;
  right: 39.5rem;
}
@media screen and (max-width: 768px) {
  .p-movie__sub {
    width: 3.3rem;
    top: 13rem;
    right: 4.6rem;
  }
}
.p-movie__sub--02 {
  width: 11rem;
  right: 36rem;
}
@media screen and (max-width: 768px) {
  .p-movie__sub--02 {
    width: 3.3rem;
    right: 6.7rem;
    top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-movie__sub--03 {
    right: 5.6rem;
  }
}
.p-movie__playbutton {
  width: 5rem;
}
.p-movie__playbutton--01 {
  position: absolute;
  top: 42%;
  left: 44%;
}
.p-movie__playbutton--02 {
  position: absolute;
  top: 42%;
  left: 41%;
}
.p-movie__playbutton--03 {
  position: absolute;
  top: 42%;
  left: 41%;
}

/*======================================
  scss/04_project/_p-sportssandal.scss
======================================*/
/*======================================
  scss/04_project/_p-sandals.scss
======================================*/
.p-sandalstyle {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle {
    margin-top: 11rem;
  }
}
.p-sandalstyle__firstWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sandalstyle__firstImagewrap {
  position: relative;
}
.p-sandalstyle__firstImageinner {
  overflow: hidden;
}
.p-sandalstyle__firstImageinner img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-sandalstyle__firstImageinner img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-sandalstyle__firstImagedeco {
  position: absolute;
  mix-blend-mode: multiply;
}
.p-sandalstyle__firstTextwarp span {
  font-weight: 500;
  color: #5CCBBE;
}
.p-sandalstyle__secondWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
}
.p-sandalstyle__secondImageinner {
  width: 32.8rem;
  overflow: hidden;
}
.p-sandalstyle__secondImageinner img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-sandalstyle__secondImageinner img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-sandalstyle--odd .p-sandalstyle__secondImageinner {
  margin-left: 6rem;
}
.p-sandalstyle--even .p-sandalstyle__secondImageinner {
  margin-right: 6rem;
}
.p-sandalstyle--01 .p-sandalstyle__firstWrap {
  margin-left: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--01 .p-sandalstyle__firstWrap {
    margin-left: 0;
  }
}
.p-sandalstyle--01 .p-sandalstyle__firstImageWrap {
  width: 43.6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--01 .p-sandalstyle__firstImageWrap {
    width: 27.8rem;
  }
}
.p-sandalstyle--01 .p-sandalstyle__firstImageinner {
  width: 39rem;
  margin-left: 2.3rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--01 .p-sandalstyle__firstImageinner {
    width: 27.8rem;
    margin-left: 0;
  }
}
.p-sandalstyle--01 .p-sandalstyle__firstImagedeco {
  width: 4.2rem;
  top: 17.3rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--01 .p-sandalstyle__firstImagedeco {
    width: 2.9rem;
    top: 33.6rem;
    left: 1.7rem;
  }
}
.p-sandalstyle--01 .p-sandalstyle__firstTextwarp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--01 .p-sandalstyle__firstTextwarp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2307692308;
    letter-spacing: 0.07em;
    letter-spacing: 0.28em;
  }
}
.p-sandalstyle--01 .p-sandalstyle__firstTextwarp p {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--01 .p-sandalstyle__firstTextwarp p {
    margin-left: 0.5rem;
  }
}
.p-sandalstyle--01 .p-sandalstyle__firstTextwarp p:nth-child(2) {
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--01 .p-sandalstyle__firstTextwarp p:nth-child(2) {
    margin-left: 1.2rem;
  }
}
.p-sandalstyle--01 .p-sandalstyle__secondWrap {
  margin-top: 0;
  margin-left: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--01 .p-sandalstyle__secondWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
    margin-left: 0;
  }
}
.p-sandalstyle--01 .p-sandalstyle__secondImageinner {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--01 .p-sandalstyle__secondImageinner {
    margin-left: 0;
    width: 16.5rem;
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--01 .p-sandalstyle__secondTextwrap {
    margin-top: 5rem;
    margin-right: 7rem;
  }
}
.p-sandalstyle--02 .p-sandalstyle__firstWrap {
  width: 56.8rem;
  margin-left: auto;
  margin-right: 1.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--02 .p-sandalstyle__firstWrap {
    width: 37rem;
    margin-right: 0;
  }
}
.p-sandalstyle--02 .p-sandalstyle__firstImageinner {
  width: 55rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--02 .p-sandalstyle__firstImageinner {
    width: 37rem;
    margin-top: 1rem;
  }
}
.p-sandalstyle--02 .p-sandalstyle__firstImagedeco {
  width: 3.3rem;
  top: 8.3rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--02 .p-sandalstyle__firstImagedeco {
    width: 2.3rem;
    top: 23.4rem;
    right: 2rem;
  }
}
.p-sandalstyle--02 .p-sandalstyle__firstTextwarp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--02 .p-sandalstyle__firstTextwarp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
  }
}
.p-sandalstyle--02 .p-sandalstyle__secondWrap {
  margin-top: -7.7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--02 .p-sandalstyle__secondWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--02 .p-sandalstyle__secondImageinner {
    width: 16.5rem;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--02 .p-sandalstyle__secondTextwrap {
    margin-top: 5rem;
    margin-left: 8rem;
    margin-right: auto;
  }
}
.p-sandalstyle--03 .p-sandalstyle__firstWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 43.5rem;
  margin-left: 7.6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--03 .p-sandalstyle__firstWrap {
    width: 32rem;
    margin-left: 0;
  }
}
.p-sandalstyle--03 .p-sandalstyle__firstImageinner {
  width: 41.3rem;
  margin-left: 2.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--03 .p-sandalstyle__firstImageinner {
    width: 28rem;
    margin-left: 2.7rem;
    margin-top: 1rem;
  }
}
.p-sandalstyle--03 .p-sandalstyle__firstImagedeco {
  width: 4.2rem;
  top: 11.4rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--03 .p-sandalstyle__firstImagedeco {
    width: 3rem;
    top: 25.1rem;
    z-index: 2;
    left: 3.9rem;
    mix-blend-mode: normal;
  }
}
.p-sandalstyle--03 .p-sandalstyle__firstTextwarp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--03 .p-sandalstyle__firstTextwarp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.08em;
  }
}
.p-sandalstyle--03 .p-sandalstyle__secondWrap {
  margin-top: -7.6rem;
  margin-left: 7.4rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--03 .p-sandalstyle__secondWrap {
    margin-top: 0;
    margin-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-sandalstyle--03 .p-sandalstyle__secondImageinner {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--03 .p-sandalstyle__secondImageinner {
    width: 16.5rem;
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--03 .p-sandalstyle__secondTextwrap {
    margin-top: 5rem;
    margin-left: 8rem;
    margin-right: auto;
  }
}
.p-sandalstyle--04 .p-sandalstyle__firstWrap {
  width: 56.7rem;
  margin-left: auto;
  margin-right: 5.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--04 .p-sandalstyle__firstWrap {
    width: 37rem;
    margin-left: 0;
    margin-right: auto;
  }
}
.p-sandalstyle--04 .p-sandalstyle__firstImageinner {
  width: 55rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--04 .p-sandalstyle__firstImageinner {
    width: 37rem;
    margin-top: 1rem;
  }
}
.p-sandalstyle--04 .p-sandalstyle__firstImagedeco {
  width: 3.3rem;
  top: 7.4rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--04 .p-sandalstyle__firstImagedeco {
    width: 2.3rem;
    top: 24.4rem;
    right: 2rem;
  }
}
.p-sandalstyle--04 .p-sandalstyle__firstTextwarp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: right;
  margin-right: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--04 .p-sandalstyle__firstTextwarp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    margin-right: 0;
  }
}
.p-sandalstyle--04 .p-sandalstyle__secondWrap {
  margin-top: -2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--04 .p-sandalstyle__secondWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    margin-left: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--04 .p-sandalstyle__secondImageinner {
    width: 16.5rem;
    margin-left: 1.2rem;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--04 .p-sandalstyle__secondTextwrap {
    margin-top: 5rem;
    margin-left: 6rem;
    margin-right: auto;
  }
}
.p-sandalstyle--05 .p-sandalstyle__firstWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-left: 7.4rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--05 .p-sandalstyle__firstWrap {
    margin-left: 2rem;
    margin-right: 0;
  }
}
.p-sandalstyle--05 .p-sandalstyle__firstImageWrap {
  width: 57.4rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--05 .p-sandalstyle__firstImageWrap {
    width: 37rem;
  }
}
.p-sandalstyle--05 .p-sandalstyle__firstImageinner {
  width: 55rem;
  margin-left: 2.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--05 .p-sandalstyle__firstImageinner {
    width: 37rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.p-sandalstyle--05 .p-sandalstyle__firstImagedeco {
  width: 4.1rem;
  top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--05 .p-sandalstyle__firstImagedeco {
    width: 2.9rem;
    top: 21rem;
    left: 1rem;
  }
}
.p-sandalstyle--05 .p-sandalstyle__firstTextwarp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--05 .p-sandalstyle__firstTextwarp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    padding-left: 0;
  }
}
.p-sandalstyle--05 .p-sandalstyle__secondWrap {
  margin-top: -1rem;
  margin-left: 9rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--05 .p-sandalstyle__secondWrap {
    margin-top: 0;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-sandalstyle--05 .p-sandalstyle__secondImageinner {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--05 .p-sandalstyle__secondImageinner {
    width: 22rem;
    margin-left: 0;
    margin-right: 2.5rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--05 .p-sandalstyle__secondTextwrap {
    margin-top: 5rem;
    margin-left: 6rem;
    margin-right: auto;
  }
}
.p-sandalstyle--06 .p-sandalstyle__firstWrap {
  width: 56.8rem;
  margin-left: auto;
  margin-right: 6.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--06 .p-sandalstyle__firstWrap {
    width: 36rem;
    margin-right: 2.8rem;
  }
}
.p-sandalstyle--06 .p-sandalstyle__firstImageinner {
  width: 41.3rem;
  margin-top: 2rem;
  margin-right: 1.7rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--06 .p-sandalstyle__firstImageinner {
    width: 27.8rem;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: auto;
  }
}
.p-sandalstyle--06 .p-sandalstyle__firstImagedeco {
  width: 3.3rem;
  top: 8.3rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--06 .p-sandalstyle__firstImagedeco {
    width: 2.1rem;
    top: 29.4rem;
    right: 1.5rem;
  }
}
.p-sandalstyle--06 .p-sandalstyle__firstTextwarp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: right;
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--06 .p-sandalstyle__firstTextwarp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    margin-right: 0;
  }
}
.p-sandalstyle--06 .p-sandalstyle__secondWrap {
  margin-top: -2.7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--06 .p-sandalstyle__secondWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--06 .p-sandalstyle__secondImageinner {
    width: 22rem;
    margin-left: 0;
    margin-right: auto;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--06 .p-sandalstyle__secondTextwrap {
    margin-top: 5rem;
    margin-inline: auto;
  }
}
.p-sandalstyle--07 .p-sandalstyle__firstWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-left: 4rem;
  width: 57rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--07 .p-sandalstyle__firstWrap {
    margin-left: 0;
    width: 37rem;
  }
}
.p-sandalstyle--07 .p-sandalstyle__firstImageWrap {
  width: 100%;
}
.p-sandalstyle--07 .p-sandalstyle__firstImageinner {
  width: 55rem;
  margin-left: 2.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--07 .p-sandalstyle__firstImageinner {
    width: 37rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.p-sandalstyle--07 .p-sandalstyle__firstImagedeco {
  width: 4.1rem;
  top: 7.7rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--07 .p-sandalstyle__firstImagedeco {
    width: 2.3rem;
    top: 25rem;
    left: 3.5rem;
    mix-blend-mode: normal;
  }
}
.p-sandalstyle--07 .p-sandalstyle__firstTextwarp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--07 .p-sandalstyle__firstTextwarp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
  }
}
.p-sandalstyle--07 .p-sandalstyle__secondWrap {
  margin-top: -2rem;
  margin-left: 9.7rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--07 .p-sandalstyle__secondWrap {
    margin-top: 0;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-sandalstyle--07 .p-sandalstyle__secondImageinner {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--07 .p-sandalstyle__secondImageinner {
    width: 22rem;
    margin-left: auto;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--07 .p-sandalstyle__secondTextwrap {
    margin-top: 5rem;
    margin-inline: auto;
  }
}
.p-sandalstyle--08 .p-sandalstyle__firstWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 45rem;
  margin-left: 5.3rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--08 .p-sandalstyle__firstWrap {
    width: 27.8rem;
    margin-left: 2rem;
    margin-right: auto;
  }
}
.p-sandalstyle--08 .p-sandalstyle__firstImageinner {
  width: 41.3rem;
  margin-left: 2.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--08 .p-sandalstyle__firstImageinner {
    width: 27.8rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.p-sandalstyle--08 .p-sandalstyle__firstImagedeco {
  width: 4.2rem;
  top: 11.4rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--08 .p-sandalstyle__firstImagedeco {
    width: 3rem;
    top: 33.5rem;
    left: 1rem;
  }
}
.p-sandalstyle--08 .p-sandalstyle__firstTextwarp {
  margin-right: -2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--08 .p-sandalstyle__firstTextwarp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    padding-left: 0;
  }
}
.p-sandalstyle--08 .p-sandalstyle__secondWrap {
  margin-top: -2.6rem;
  margin-left: 4.6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--08 .p-sandalstyle__secondWrap {
    margin-top: 0;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-sandalstyle--08 .p-sandalstyle__secondImageinner {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--08 .p-sandalstyle__secondImageinner {
    width: 22rem;
    margin-left: 6rem;
    margin-right: 1.5rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--08 .p-sandalstyle__secondTextwrap {
    margin-top: 5rem;
    margin-inline: auto;
  }
}
.p-sandalstyle--09 .p-sandalstyle__firstWrap {
  width: 56.9rem;
  margin-left: auto;
  margin-right: 7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--09 .p-sandalstyle__firstWrap {
    width: 37rem;
    margin-left: auto;
    margin-right: 0;
  }
}
.p-sandalstyle--09 .p-sandalstyle__firstImageinner {
  width: 55rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--09 .p-sandalstyle__firstImageinner {
    width: 37rem;
    margin-top: 1rem;
  }
}
.p-sandalstyle--09 .p-sandalstyle__firstImagedeco {
  width: 4.2rem;
  top: 14.4rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--09 .p-sandalstyle__firstImagedeco {
    width: 3rem;
    top: 26.4rem;
    right: 2rem;
  }
}
.p-sandalstyle--09 .p-sandalstyle__firstTextwarp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--09 .p-sandalstyle__firstTextwarp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
  }
}
.p-sandalstyle--09 .p-sandalstyle__secondWrap {
  margin-top: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--09 .p-sandalstyle__secondWrap {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    letter-spacing: 0.1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--09 .p-sandalstyle__secondImageinner {
    width: 22rem;
    margin-left: 0;
    margin-right: auto;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sandalstyle--09 .p-sandalstyle__secondTextwrap {
    margin-top: 5rem;
    margin-inline: auto;
  }
}

/*======================================
  scss/04_project/_p-pageTop.scss
======================================*/
.p-pagetop {
  z-index: 50;
  position: fixed;
  display: none;
  right: 1.2rem;
  top: auto;
  bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-pagetop {
    width: 100%;
    right: auto;
    top: auto;
    bottom: 0;
  }
}
.p-pagetop__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-pagetop__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-pagetop__storeLink {
  width: 4rem;
  height: 26.8rem;
  border-radius: 20rem;
  border: 1px solid #5CCBBE;
  background-color: #5CCBBE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagetop__storeLink:hover {
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-pagetop__storeLink:hover .p-pagetop__linkText {
  color: #5CCBBE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-pagetop__storeLink:hover .p-pagetop__linkIcon {
  background: url(../img/pagetop_linkicon_hover.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-pagetop__storeLink {
    width: 100%;
    border-radius: 0;
    height: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-pagetop__linkText {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ffffff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .p-pagetop__linkText {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.1538461538;
    letter-spacing: 0.04em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.p-pagetop__linkIcon {
  width: 1.2rem;
  height: 1.1rem;
  background: url(../img/pagetop_linkicon.svg) no-repeat center/contain;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-pagetop__linkIcon {
    margin-top: 0;
    margin-left: 1.1rem;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.p-pagetop__button {
  width: 5rem;
  height: 5rem;
  background: url(../img/pagetop_button.png) no-repeat center/contain;
  margin-top: 2.6rem;
}
.p-pagetop__button:hover {
  background: url(../img/pagetop_button_hover.png) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-pagetop__button {
    width: 4rem;
    margin-top: 0;
    margin-left: 4rem;
    margin-bottom: 0.9rem;
    margin-right: 1.2rem;
  }
}

/*======================================
  scss/04_project/_p-footer.scss
======================================*/
.p-footer {
  margin-top: 16.8rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    margin-top: 14rem;
    width: 100%;
    margin-inline: auto;
  }
}
.p-footer__top {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-footer__top {
    width: 31.7rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5833333333;
    letter-spacing: 0.02em;
    text-align: left;
    margin-inline: auto;
  }
}
.p-footer__link {
  margin-top: 7.7rem;
  width: 136.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__link {
    margin-top: 6.2rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-footer__linkItem {
  width: 33.3333333333%;
}
.p-footer__linkItem--01 {
  background-color: #F2F2F2;
}
.p-footer__linkItem--02 {
  background-color: #5CCBBE;
}
.p-footer__linkItem--02 .p-footer__linkText {
  color: #ffffff;
}
.p-footer__linkItem--03 {
  background-color: #A3A3A3;
}
.p-footer__linkItem--03 .p-footer__linkText {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-footer__linkItem {
    width: 100%;
  }
}
.p-footer__linkInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
}
.p-footer__linkText {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
.p-footer__linkIcon {
  width: 2.1rem;
  margin-left: 1rem;
}
.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 114rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.3rem 0 10rem 0;
  }
}
.p-footer__leftWrap {
  width: 11.8rem;
}
@media screen and (max-width: 768px) {
  .p-footer__leftWrap {
    width: 15.8rem;
  }
}
.p-footer__rightWrap {
  padding: 4.4rem 0 7.2rem 0;
}
@media screen and (max-width: 768px) {
  .p-footer__rightWrap {
    padding: 4.8rem 0;
  }
}
.p-footer__snsContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-footer__snsContent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__snsLink--instagram {
  width: 2.7rem;
}
@media screen and (max-width: 768px) {
  .p-footer__snsLink--instagram {
    width: 2.3rem;
  }
}
.p-footer__snsLink--youtube {
  width: 3.1rem;
  margin-right: 1rem;
  margin-left: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-footer__snsLink--youtube {
    width: 2.4rem;
  }
}
.p-footer__copyright {
  margin-top: 1.1rem;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    text-align: center;
    margin-top: 4.6rem;
  }
}

/*======================================
  scss/05_utility/_u-hover.scss
======================================*/
.u-hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.u-hover:hover {
  opacity: 0.7;
}

/*======================================
  scss/05_utility/_u-pcsp.scss
======================================*/
@media screen and (min-width: calc(768px + 1px)) {
  .u-pcNone {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-spNone {
    display: none !important;
  }
}

/* Foundation */
/* Layout */
/* Project */
/* Utility */