@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Instrument+Serif:ital@0;1&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/*------------------------------------------------------------
    Reset / Base
------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  html .sp,
  body .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html .pc,
  body .pc {
    display: none !important;
  }
  html a:hover,
  html a:hover img,
  body a:hover,
  body a:hover img {
    opacity: 1 !important;
  }
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
ins,
del,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
figure,
figcaption {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

img,
iframe {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

* {
  box-sizing: border-box;
}

/*------------------------------------------------------------
    parts
------------------------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.fadeIn.is-inview {
  opacity: 1;
}

.zoomOut {
  overflow: hidden;
}
.zoomOut img {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1.5s cubic-bezier(0, 0.34, 0.39, 0.65) 0s, transform 1.5s cubic-bezier(0, 0.34, 0.39, 0.65) 0s;
}
.zoomOut.is-inview img {
  opacity: 1;
  transform: scale(1);
}

.js-acd-toggle {
  cursor: pointer;
}
.js-acd-content {
  display: none;
}

.credit-list {
  font-family: "Instrument Serif", serif;
  letter-spacing: 0.04em;
  font-size: 18px;
}
.credit-list__list--sub {
  margin-top: 16px;
}
.credit-list__item {
  margin-bottom: 6px;
}
.credit-list__item a {
  display: flex;
  align-items: center;
}
.credit-list__item a::after {
  content: "DETAIL";
  display: block;
  border-bottom: 1px solid;
  line-height: 1;
}
.credit-list__item--l {
  margin-bottom: 4px;
}
.credit-list__item--line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 14px;
  padding-top: 16px;
}
.credit-list__name {
  flex-grow: 1;
}
.credit-list__price {
  margin: 0 12px 0 0;
  min-width: 98px;
  text-align: right;
}
.credit-list__price small {
  margin-left: 3px;
  font-size: 12px;
  letter-spacing: 0;
}
.credit-list__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid;
  font-family: "Instrument Serif", serif;
  font-size: 14px;
  font-style: normal;
  flex-shrink: 0;
  margin-left: auto;
}
.credit-list__acd {
  margin-top: 16px;
}
.credit-list__acd-toggle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 50px 4px 0;
  position: relative;
}
.credit-list__acd-toggle:before, .credit-list__acd-toggle:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 1px;
  background: #000;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.credit-list__acd-toggle:after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.credit-list__acd.is-open .credit-list__acd-toggle:after {
  transform: rotate(360deg);
}

/*------------------------------------------------------------
    01: MV ブロック
------------------------------------------------------------*/
.contents {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.mv__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .mv__bg {
    position: absolute;
    height: 177.7777777778vw;
  }
}
.mv__bg img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.mv__bg.is-hide {
  visibility: hidden;
}
.mv__inner {
  height: 100vh;
  padding-left: 13.0555555556vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding: 6.4vw;
    height: 177.7777777778vw;
  }
}
.mv__inner--copy {
  display: flex;
  align-items: center;
}
.mv__inner--lead {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .mv__inner--lead {
    height: auto;
    background: #c7d5e2;
    padding: 48px 40px 64px;
  }
}
.mv__logo {
  width: 120px;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .mv__logo {
    width: 68px;
    top: 20px;
    left: 20px;
  }
}
.mv__logo img {
  width: 100%;
}
.mv__copy {
  font-feature-settings: "palt" on;
}
.mv__copy-label {
  font-weight: 300;
  font-size: 32px;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #e85195;
  margin: 0 0 4px;
}
@media screen and (max-width: 768px) {
  .mv__copy-label {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.mv__copy-mid {
  font-weight: 200;
  font-size: 68px;
  letter-spacing: 0.04em;
  color: #2a2226;
  line-height: 1.3;
  margin: 0 0 22px;
}
@media screen and (max-width: 768px) {
  .mv__copy-mid {
    font-size: 8.5333333333vw;
    margin-bottom: 3.2vw;
  }
}
.mv__copy-main {
  color: #ffffff;
  font-family: "Instrument Serif", serif;
  font-size: 140px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .mv__copy-main {
    font-size: 12.8vw;
  }
}
.mv__copy-main::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #000;
  position: absolute;
  bottom: -128px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .mv__copy-main::after {
    display: none;
  }
}
.mv__lead-ttl {
  font-size: 26px;
  line-height: 180%;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .mv__lead-ttl {
    font-size: 21px;
  }
}
.mv__lead-description {
  font-size: 20px;
  line-height: 240%;
  transition-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .mv__lead-description {
    font-size: 16px;
  }
}

/*------------------------------------------------------------
    02: RAYON POLYESTER KNIT SERIES
------------------------------------------------------------*/
.series {
  background: #fff;
  padding: 130px 0 126px;
}
@media screen and (max-width: 768px) {
  .series {
    padding: 64px 0;
  }
}
.series__photo {
  max-width: 907px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .series__photo {
    padding: 0 20px;
  }
}
.series__inner {
  max-width: 1308px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: flex-start;
  gap: 3.5714285714%;
  transition-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .series__inner {
    flex-direction: column;
    padding: 0 20px;
    gap: 40px;
  }
}
.series__info {
  flex: 0 0 auto;
  width: 260px;
}
@media screen and (max-width: 768px) {
  .series__info {
    width: 100%;
  }
}
.series__ttl {
  flex: 0 0 auto;
  width: 236px;
  font-family: "Instrument Serif", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .series__ttl {
    width: auto;
    font-size: 40px;
    margin-bottom: 32px;
    padding: 0 20px;
  }
}
.series__text-catch {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 4px;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 768px) {
  .series__text-catch {
    font-size: 18px;
  }
}
.series__text-body {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.9;
  font-feature-settings: "palt" on;
  text-align: justify;
}
.series__credit {
  width: 363px;
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .series__credit {
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .series__credit {
    width: 100%;
  }
}

/*------------------------------------------------------------
    03: RAYON POLYESTER STRETCH
------------------------------------------------------------*/
.stretch {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.stretch .credit-list__item--color a {
  color: #db0c69;
}
.stretch .credit-list__item--line {
  border-color: rgba(219, 12, 105, 0.3);
}
.stretch__photo img {
  width: 100%;
  display: block;
}
.stretch__info {
  width: 100%;
  height: 54.1666666667vw;
  padding-left: 18.3333333333vw;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .stretch__info {
    position: static;
    padding: 43px 20px;
    background: #c7d5e2;
    height: auto;
  }
}
.stretch__info .credit-list {
  transition-delay: 0.7s;
}
@media screen and (min-width: 769px) {
  .stretch__info .credit-list {
    width: 363px;
  }
}
.stretch__ttl {
  font-family: "Instrument Serif", serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .stretch__ttl {
    font-size: 42px;
    position: absolute;
    top: 17.0666666667vw;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stretch--bottom .stretch__info {
    padding-left: 58.125vw;
    display: grid;
    justify-content: flex-start;
  }
  .stretch--bottom .stretch__info .stretch__ttl {
    align-self: end;
  }
  .stretch--bottom .stretch__info .credit-list {
    align-self: start;
  }
}
.functionality {
  padding: 160px 0;
  background: #f8f7f7;
}
@media screen and (max-width: 768px) {
  .functionality {
    padding: 64px 0;
  }
}
.functionality__inner {
  text-align: center;
}
.functionality__heading {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: "Instrument Serif", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 0.9;
  padding: 2.5px 8px 0;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .functionality__heading {
    font-size: 32px;
    margin-bottom: 43px;
  }
}
.functionality__list {
  display: flex;
  gap: min(4.5833333333vw, 66px);
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .functionality__list {
    max-width: 375px;
    flex-direction: column;
    gap: 48px;
    padding: 0 20px;
  }
}
.functionality__item {
  flex: 1;
}
.functionality__item:nth-child(2) {
  transition-delay: 0.7s;
}
.functionality__item:nth-child(3) {
  transition-delay: 0.9s;
}
.functionality__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.functionality__icon {
  width: 204px;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .functionality__icon {
    width: 184px;
  }
}
.functionality__name-wrap {
  position: absolute;
  width: 154px;
  flex-shrink: 0;
}
.functionality__name {
  font-family: "Instrument Serif", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.functionality__num {
  font-family: "Instrument Serif", serif;
  font-size: 100px;
  font-weight: 400;
  font-style: italic;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.functionality__text {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: justify;
}
.color {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .color {
    padding: 16vw 0;
  }
}
.color__item {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 30px 0 45px;
  display: grid;
  grid-template-columns: 54.1774332472% 42.1188630491%;
  grid-template-rows: min-content 1fr;
  grid-template-areas: "photo text" "photo credit";
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .color__item {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.color__text {
  grid-area: text;
  margin-bottom: 40px;
  padding-top: 50px;
  transition-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .color__text {
    padding: 0 20px;
  }
}
.color__text__header {
  font-family: "Instrument Serif", serif;
  font-size: 72px;
  line-height: 100%;
  width: fit-content;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .color__text__header {
    font-size: 40px;
    padding: 0 20px;
  }
}
.color__text__num {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 12px;
}
.color__text__title {
  font-family: "Instrument Serif", serif;
  font-size: 72px;
  line-height: 100%;
  margin-bottom: 24px;
}
.color__text__copy {
  font-size: 20px;
  line-height: 190%;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .color__text__copy {
    line-height: 160%;
    margin-bottom: 8px;
  }
}
.color__text__desc {
  font-size: 15px;
  line-height: 190%;
  text-align: justify;
}
.color__photo {
  grid-area: photo;
}
@media screen and (max-width: 768px) {
  .color__photo {
    margin-bottom: 26px;
    padding: 0 20px;
  }
}
.color__credit {
  grid-area: credit;
  transition-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .color__credit {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .color__credit .credit-list {
    max-width: 363px;
  }
}

/*------------------------------------------------------------
    05-08: 商品詳細ブロック
------------------------------------------------------------*/
.product {
  padding: 140px 0 48px;
  background: #f4f4f4;
}
@media screen and (min-width: 769px) {
  .product {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .product {
    margin-bottom: 64px;
    padding: 64px 0;
  }
}
.product__item {
  max-width: 1124px;
  margin: 0 auto 64px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 52.6315789474% 47.3684210526%;
  grid-template-rows: min-content 1fr;
  grid-template-areas: "photo text" "photo credit";
}
@media screen and (max-width: 768px) {
  .product__item {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 64px;
  }
}
.product__item.reverse {
  grid-template-columns: 47.3684210526% 52.6315789474%;
  grid-template-areas: "text photo " "credit photo ";
}
@media screen and (min-width: 769px) {
  .product__item.reverse {
    transform: translateX(56px);
  }
  .product__item.reverse .product__photo {
    transform: translateX(56px);
  }
}
.product__item.item01 .credit-list__item--color a {
  color: #e56730;
}
.product__item.item01 .credit-list__item--line {
  border-color: rgba(229, 103, 48, 0.3);
}
@media screen and (min-width: 769px) {
  .product__item.item01 .product__text {
    padding-top: min(2.7777777778vw, 40px);
  }
  .product__item.item01 .product__photo {
    padding: min(10.5555555556vw, 152px) min(12.5694444444vw, 181px) min(2.3611111111vw, 34px) min(3.3333333333vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .product__item.item01 .product__photo {
    padding: 0 12.2666666667vw 0 5.8666666667vw;
  }
}
.product__item.item02 .credit-list__item--color a {
  color: #485c84;
}
.product__item.item02 .credit-list__item--line {
  border-color: rgba(72, 92, 132, 0.3);
}
@media screen and (min-width: 769px) {
  .product__item.item02 .product__text {
    padding-top: min(4.5138888889vw, 65px);
  }
  .product__item.item02 .product__photo {
    padding: min(3.4722222222vw, 50px) min(11.6666666667vw, 168px) min(1.3194444444vw, 19px) min(2.9166666667vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .product__item.item02 .product__photo {
    padding: 0 9.4666666667vw 0 1.4666666667vw;
  }
}
.product__item.item03 .credit-list__item--color a {
  color: #db0c69;
}
.product__item.item03 .credit-list__item--line {
  border-color: rgba(219, 12, 105, 0.3);
}
@media screen and (min-width: 769px) {
  .product__item.item03 .product__text {
    padding-top: min(5.2083333333vw, 75px);
  }
  .product__item.item03 .product__photo {
    padding: min(3.1944444444vw, 46px) min(10.1388888889vw, 146px) min(0.1388888889vw, 2px) min(0.9027777778vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .product__item.item03 .product__photo {
    padding: 0 0 0 6.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .product__item.item04 {
    margin-bottom: 0;
  }
}
.product__item.item04 .credit-list__item--color a {
  color: #893805;
}
.product__item.item04 .credit-list__item--line {
  border-color: rgba(137, 56, 5, 0.3);
}
@media screen and (min-width: 769px) {
  .product__item.item04 .product__text {
    padding-top: min(5.5555555556vw, 80px);
  }
  .product__item.item04 .product__photo {
    padding: min(0.6944444444vw, 10px) min(12.9861111111vw, 187px) 0 min(6.9444444444vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .product__item.item04 .product__photo {
    padding: 0 16.2666666667vw 0 15.4666666667vw;
  }
}
.product__text {
  grid-area: text;
  margin-bottom: 40px;
  transition-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .product__text {
    margin-bottom: 32px;
  }
}
.product__text__header {
  font-family: "Instrument Serif", serif;
  font-size: 40px;
  line-height: 100%;
  width: fit-content;
  margin-bottom: 48px;
  padding-bottom: 1px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .product__text__header {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.product__text__num {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .product__text__num {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.product__text__title {
  font-family: "Instrument Serif", serif;
  font-size: 72px;
  line-height: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .product__text__title {
    font-size: 53px;
  }
}
.product__text__copy {
  font-size: 20px;
  line-height: 190%;
  margin-bottom: 4px;
  font-feature-settings: "palt" on;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .product__text__copy {
    line-height: 160%;
    margin-bottom: 10px;
  }
}
.product__text__desc {
  font-size: 15px;
  line-height: 190%;
  font-feature-settings: "palt" on;
  letter-spacing: 0.08em;
  text-align: justify;
}
.product__photo {
  grid-area: photo;
}
@media screen and (max-width: 768px) {
  .product__photo {
    width: 86.7%;
    margin: 0 auto 32px;
  }
}
.product__credit {
  grid-area: credit;
  transition-delay: 0.7s;
}
.product__credit .credit-list {
  max-width: 363px;
}
@media screen and (max-width: 768px) {
  .product__credit .credit-list {
    max-width: 100%;
  }
}

.profile {
  max-width: 1240px;
  margin: 0 auto 80px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .profile {
    display: block;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.profile__title {
  font-family: "Bellefair";
  font-size: 48px;
  letter-spacing: -0.04em;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .profile__title {
    max-width: 170px;
    padding-right: min(3.8888888889vw, 56px);
  }
}
@media screen and (max-width: 768px) {
  .profile__title {
    font-size: 50px;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .profile__photo {
    max-width: 280px;
    width: 24vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .profile__photo {
    margin-bottom: 36px;
  }
}
.profile__text {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .profile__text {
    margin-left: min(3.8888888889vw, 56px);
  }
}
.profile__name {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .profile__name {
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.profile__name__main {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .profile__name__main {
    font-size: 30px;
  }
}
.profile__name__sub {
  font-family: "Bellefair";
  font-weight: 400;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .profile__name__sub {
    font-size: 16px;
  }
}
.profile__description {
  font-size: 13px;
  line-height: 2;
}

.banner-area {
  padding: 0 20px;
  max-width: 880px;
  margin: 0 auto;
}

/*------------------------------------------------------------
    共通フッター
------------------------------------------------------------*/
.end-block {
  position: relative;
  margin-top: 0;
  background-color: #fff;
  overflow: hidden;
}

.end-block .bgi-photo {
  position: absolute;
  top: 0;
  left: 0;
}

/*banner-block-----------------------------*/
.banner-block {
  margin: 120px auto 51px;
  position: relative;
}

.banner-block a {
  display: block;
  transition: 0.6s ease-in-out;
}

.banner-block a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.banner-block .c-btn01 {
  width: 36%;
  min-width: 600px;
  margin: 0 auto 1rem;
  border: 1px solid #000;
  transition: 0.3s;
  display: block;
}

.banner-block .c-btn01 img {
  width: 100%;
}

.banner-block .line {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin: 5% auto 0;
  background: #000;
}

.banner-block .flex-box {
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  width: 36%;
  min-width: 600px;
  margin: 4.5% auto 0;
}

.banner-block .flex-box .c-btn01 {
  width: 48%;
  min-width: 290px;
  margin: 0;
}

/* ページトップボタン---------------------------- */
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 99;
}

#pagetop .btn-loading {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  background-color: #ccc;
  border-radius: 100%;
  transition: color 0.2s;
  overflow: hidden;
}

#pagetop .btn-loading01:before,
#pagetop .btn-loading01:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #231815;
  pointer-events: none;
}

#pagetop .btn-loading:before {
  bottom: 0;
  left: 0;
}

#pagetop .btn-loading:after {
  top: 0;
  right: 0;
}

#pagetop:hover .btn-loading {
  color: #65a04d;
}

#pagetop:hover .btn-loading:before,
#pagetop:hover .btn-loading:after {
  height: 100%;
}

#pagetop:hover .btn-loading:before {
  transition: height 0.1s 0.1s linear;
}

#pagetop:hover .btn-loading:after {
  transition: height 0.1s linear;
}

#pagetop .btn-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

#pagetop .btn-loading span img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* フッター--------------------------------------------- */
.footer {
  letter-spacing: 0.3em;
  position: relative;
  text-align: center;
  padding: 0 0 30px 0;
}

.footer img {
  transition: 0.3s;
}

.footer img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.footer_sns .instagram {
  display: block;
  width: 2.34%;
  min-width: 30px;
  margin: 0 auto 2%;
  opacity: 1;
  transition: 0.3s;
}

.f-ow {
  width: 7.96%;
  min-width: 102px;
  margin: 25px auto 0 auto;
}

.footer_copyright {
  font-family: "Helvetica", sans-serif;
  font-size: max(0.6vw, 10px);
  letter-spacing: 0.02em;
  margin: 1.71% 0 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex-box {
    flex-direction: column;
  }
  /* バナー--------------------------- */
  .banner-block {
    margin-top: 80px;
    margin-bottom: 16vw;
  }
  .banner-block .c-btn01 {
    width: 80%;
    min-width: auto;
  }
  .banner-block .line {
    display: none;
  }
  .banner-block .flex-box {
    flex-direction: row;
    width: 80%;
    min-width: auto;
    margin: 0 auto;
  }
  .banner-block .flex-box .c-btn01 {
    min-width: auto;
  }
  /* ページトップボタン--------------------------- */
  #pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 30;
  }
  #pagetop .btn-loading {
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    background-color: #ccc;
    border-radius: 100%;
    transition: color 0.2s;
    overflow: hidden;
  }
  #pagetop .btn-loading01:before,
  #pagetop .btn-loading01:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    background-color: #231815;
    pointer-events: none;
  }
  #pagetop .btn-loading:before {
    bottom: 0;
    left: 0;
  }
  #pagetop .btn-loading:after {
    top: 0;
    right: 0;
  }
  #pagetop:hover .btn-loading {
    color: #65a04d;
  }
  #pagetop:hover .btn-loading:before,
  #pagetop:hover .btn-loading:after {
    height: 100%;
  }
  #pagetop:hover .btn-loading:before {
    transition: height 0.1s 0.1s linear;
  }
  #pagetop:hover .btn-loading:after {
    transition: height 0.1s linear;
  }
  #pagetop .btn-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  #pagetop .btn-loading span img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* フッター--------------------------- */
  .footer {
    padding-bottom: 20px;
  }
  .footer_sns {
    margin: 0 auto;
  }
  .footer_sns .instagram {
    width: 2.73%;
    min-width: 35px;
  }
  .f-ow {
    margin-top: 5.86vw;
    width: 9.37%;
    min-width: 120px;
  }
  .footer_copyright {
    margin-top: 5.33vw;
  }
  .footer_copyright img {
    width: 72vw;
  }
}