@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  font-weight: 400;
}

body {
  color: #333;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  vertical-align: top;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.c-card {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-card {
    padding-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .c-card--item {
    width: calc(33.3333% - 1.625rem);
    position: relative;
    z-index: 2;
  }
}

.c-card--item + .c-card--item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-card--item + .c-card--item {
    margin-top: 0;
    margin-left: 3%;
  }
}

@media screen and (min-width: 768px) {
  .c-card--item:nth-child(4) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-card--item:nth-child(n + 4) {
    margin-top: 2.5rem;
  }
}

.c-card--subTitle {
  text-align: center;
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card--subTitle {
    font-size: 1.4375rem;
    padding-top: 1.5rem;
  }
}

.c-card--text {
  padding-top: 16px;
  padding-top: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-card--text {
    text-align: left;
    letter-spacing: 0.07em;
    padding-top: 1.5rem;
  }
}

.c-card--text--small {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c-card--text--small {
    display: inline-block;
    margin-top: 2.5rem;
  }
}

.c-filImg {
  width: 100%;
  position: relative;
}

.c-filImg::before {
  content: '';
  display: block;
  padding-top: 101.8808777429%;
}

.c-filImg img {
  position: absolute;
  width: 94%;
  height: 92%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-filImg::after {
  content: '';
  position: absolute;
  background-color: #E9DECC;
  width: 94%;
  height: 92%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.c-filImg--right img {
  left: auto;
  right: 0;
  top: 0;
}

.c-filImg--right::after {
  left: 0;
  bottom: 0;
}

.c-filImg2 {
  width: 100%;
  position: relative;
}

.c-filImg2::before {
  content: '';
  display: block;
  padding-top: 70.3592814371%;
}

.c-filImg2 img {
  position: absolute;
  width: 94%;
  height: 92%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 5;
}

.c-filImg2::after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 94%;
  height: 92%;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.c-h2Title {
  text-align: center;
  color: #c8918b;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8918b;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-h2Title {
    display: inline-block;
  }
}

.c-h3mt {
  text-align: center;
  color: #c8918b;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8918b;
  font-size: 25px;
  font-size: 1.5625rem;
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .c-h3mt {
    display: inline-block;
  }
}

.c-h3sub {
  color: #4d4d4d;
  font-size: 25px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: bold;
}

.c-h3Title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  background-color: #71bfde;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  padding: 0.9375rem 0;
  border-radius: 50px;
}

@media screen and (min-width: 768px) {
  .c-section__inTitle {
    display: inline-block;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.c-sectionEn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sectionEn {
    text-align: center;
  }
}

.c-sectionEn::before {
  content: '';
  position: absolute;
  color: #E9DECC;
  left: 5px;
  top: 0;
  text-transform: capitalize;
  font-family: 'Hiragino Mincho ProN', 'Times New Roman', 'YuMincho', 'Yu Mincho', 'MS PMincho', serif;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-sectionEn::before {
    font-size: 6.25rem;
    top: 3.125rem;
    left: 25px;
  }
}

.c-text {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.55;
  color: #4d4d4d;
  font-weight: 300;
  letter-spacing: 0.13em;
}

.c-text + .c-text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-text + .c-text {
    margin-top: 2.8125rem;
  }
}

.c-textSmall {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .c-textSmall {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.c-textSmall + .c-textSmall {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-textSmall + .c-textSmall {
    margin-top: 2.5rem;
  }
}

.l-header {
  height: 64px;
  height: 4rem;
  padding: 12px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 20px 0;
    height: 90px;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1330px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-main {
  height: calc(100vh - 64px);
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .l-main {
    height: calc(100vh - 90px);
    margin-top: 90px;
  }
}

.l-qa {
  background: url(../images/qa.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .l-qa {
    background: url(../images/qa-pc.jpg) no-repeat center center/cover;
  }
}

.l-what {
  background: url(../images/what-sp-bgc.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .l-what {
    background: url(../images/what-bgc.jpg) no-repeat center center/cover;
  }
}

.p-about__inner::before {
  content: 'about';
}

.p-about__inner {
  padding-top: 80px;
  padding-top: 5rem;

}
@media screen and (min-width: 768px) {
  .p-about__inner {
    padding-top: 6rem;
    /*padding-bottom: 5rem;*/
  }
}

.p-about__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  /*.pt70 {
    padding-top: 4.375rem;*/
  }
}

@media screen and (min-width: 768px) {
  .row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-aboute__img {
    width: 49.84%;
  }
}

.p-about__lead1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__lead1 {
    width: 50.1%;
    margin-left: 2.5rem;
  }
}

.p-about__lead1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bgc-text.svg) no-repeat center center/contain;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about__lead1::before {
    width: 30.5rem;
    height: 36.5rem;
  }
}

.p-about__lead {
  padding-top: 43px;
  padding-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-about__lead {
    width: 45%;
    margin-right: 2.5rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-about__text {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-about__text--1 {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-about__item + .p-about__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__item + .p-about__item {
    margin-top: 5rem;
  }
}

.p-about__detail {
  color: #4d4d4d;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__detail {
    padding-top: 5rem;
  }
}

.p-about__nameTitle {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__nameTitle {
    text-align: left;
    padding-bottom: 1rem;
  }
}

.p-about__name {
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__name {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-about__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.p-about__infoImg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 201px;
  max-width: 12.5625rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__infoImg {
    width: 34.89%;
    margin-left: 0;
  }
}

.p-about__infoImg::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.p-about__infoImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-about__infoText {
    width: calc(65% - 9px);
    margin-left: 1.125rem;
    text-align: left;
    letter-spacing: 0.01em;
  }
}

.p-after {
  background-color: #e4f1f6;
}

.p-after__inner::before {
  content: 'after';
  color: #fff;
}

.p-after__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-after__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.p-after__wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 16px;
  padding: 1.5625rem 1rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-after__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    padding: 3.125rem 2.1875rem;
    margin-top: 3.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-after__item {
    width: 45%;
  }
}

.p-after__items {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-after__items {
    margin-top: 5.125rem;
  }
}

.p-after__list {
  padding-left: 33px;
  padding-left: 2.0625rem;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.p-after__list::after {
  content: '';
  position: absolute;
  background: url(../images/check.svg) no-repeat center center/contain;
  width: 26px;
  width: 1.625rem;
  height: 24px;
  height: 1.5rem;
  left: 0;
  top: 0;
}

.p-after__list + .p-after__list {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-after__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-after__img {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-after__img {
    margin-top: 0;
    width: 33.98%;
    margin-left: 7.8125rem;
  }
}

.p-after__img::before {
  content: '';
  display: block;
  padding-top: 99.3377483444%;
}

.p-after__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.p-before {
  background-color: #D6C6AF;
}

.p-before__inner::before {
  content: 'Exhibition';
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-before__inner::before {
    font-size: 5.625rem;
  }
}

.p-before__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-before__inner {
    padding-top: 6rem;
  }
}

.p-before__wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 16px;
  padding: 1.5625rem 1rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-before__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.125rem 2.1875rem;
    margin-top: 3.875rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-before__item {
    width: 54%;
  }
}

.p-before__img {
  width: 46%;
}

@media screen and (min-width: 768px) {
  .p-before__items {
    text-align: left;
  }
}

.p-before__list {
  padding-left: 33px;
  padding-left: 2.0625rem;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.p-before__list::before {
  content: '';
  position: absolute;
  background: url(../images/check.svg) no-repeat center center/contain;
  width: 26px;
  width: 1.625rem;
  height: 24px;
  height: 1.5rem;
  left: 0;
  top: 0;
}

.p-before__list + .p-before__list {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-before__list + .p-before__list {
    margin-top: 1.875rem;
  }
}

.p-contact__inner::before {
  content: 'contact';
}

.p-contact__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.p-contact__title {
  display: inline-block;
}

.p-contact__sub {
  padding-top: 21px;
  padding-top: 1.3125rem;
}

.p-contact__form {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.p-description__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-description__inner {
    padding-top: 6rem;
	padding-bottom: 10rem;
  }
}

.p-description__title {
  display: inline-block;
}

.p-description__wrap {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-description__wrap {
    margin-top: 2.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-description__img {
    width: 23%;
  }
}

@media screen and (min-width: 768px) {
  .p-description__lead {
    width: 60.9%;
    margin-left: 5.375rem;
  }
}

.p-description__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.15;
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-description__text {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-description__border {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.9;
  border: 1px solid #707070;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-description__border {
    font-size: 1.2rem;
    line-height: 1.58;
    width: 100%;
  }
}

.p-description__box {
  text-align: center;
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-description__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-description__access + .p-description__access {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-description__access {
    width: 50%;
  }
}

.p-footer {
  background-color: #E9DECC;
}

.p-footer__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-footer__logo {
  width: 77.6%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 40%;
  }
}

.p-footer__logo::before {
  content: '';
  display: block;
  padding-top: 25.7692307692%;
}

.p-footer__logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__nav {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    font-size: 1rem;
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__item {
    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;
  }
}

.p-footer__list a {
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list a {
    padding: 1.25rem 0.9375rem;
  }
}

.p-footer__list + .p-footer__list {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list + .p-footer__list {
    margin-top: 0;
    border-left: 1px solid #333;
  }
}

.p-footer__copyright {
  background-color: #c8918b;
  color: #fff;
  padding: 18px 0;
  padding: 1.125rem 0;
  text-align: center;
}

.p-footer__copy {
  font-size: 16px;
  font-size: 1rem;
}

/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

form#mail_form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

form#mail_form dl {
  margin: 0 auto;
  display: block;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  form#mail_form dl {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}

form#mail_form dt {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type='text'],
form#mail_form input[type='email'],
form#mail_form input[type='tel'] {
  width: 100%;
  padding: 17px 15px;
  border: 1px solid #cdd6dd;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form input[type='text']:focus,
form#mail_form input[type='email']:focus,
form#mail_form input[type='tel']:focus,
form#mail_form textarea:focus {
  -webkit-box-shadow: 0px 0px 5px #71bfde;
  box-shadow: 0px 0px 5px #71bfde;
  border: 1px solid #71bfde;
  background: #ffffff;
}

form#mail_form ul li input[type='radio'],
form#mail_form ul li input[type='checkbox'] {
  margin: 0 10px 0 0;
}

form#mail_form select {
  padding: 17px 15px;
  border: 1px solid #cdd6dd;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}

form#mail_form textarea {
  display: block;
  width: 100%;
  height: 265px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cdd6dd;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
  resize: none;
}

::-webkit-input-placeholder {
  color: #cdd6dd;
}

::-moz-placeholder {
  color: #cdd6dd;
}

::-ms-input-placeholder {
  color: #cdd6dd;
}

::placeholder {
  color: #cdd6dd;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #cdd6dd;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #cdd6dd;
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

form#mail_form li + li {
  margin-left: 56px;
  margin-left: 3.5rem;
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

/* -- button -------------------------------------------------------------------------------- */
form#mail_form p#form_submit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

form#mail_form input[type='button'] {
  padding: 16px 20px;
  border: 1px solid #036ea9;
  border-radius: 3px;
  background: #036ea9;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 37px;
  max-width: 400px;
}

form#mail_form input[type='button']:hover {
  cursor: pointer;
  opacity: 0.7;
}

select {
  color: #cdd6dd;
  background-color: #fff;
  border-radius: 37px;
  border: 1px solid #cdd6dd;
}

option {
  color: #333;
}
option:first-child {
  display: none;
}

.container {
  position: relative;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
  border-radius: 0;
  width: 100px;
}

select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

/* セレクトボックスの矢印デザイン変更 */
select {
  background-image: url(../images/arrow-contact.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 15px 10px;
}

input[type='radio'] {
  display: none;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0);
  }
}
.md-radio {
  margin: 16px 0;
}
.md-radio.md-radio-inline {
  display: inline-block;
}
.md-radio input[type='radio'] {
  display: none;
}
.md-radio input[type='radio']:checked + label:before {
  border-color: #036ea9;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.md-radio input[type='radio']:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.md-radio label {
  display: inline-block;
  min-height: 30px;
  position: relative;
  padding: 0 40px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.8;
}
.md-radio label:before,
.md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
}
.md-radio label:before {
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #D6C6AF;
}
.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #036ea9;
}

#send-msg {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
  .flex-contact-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 44px;
    margin-top: 2.75rem;
    width: 100%;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  left: 6px;
  background: #c8918b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #c8918b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #c8918b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  top: 64px;
  left: 0;
  color: #000;
  background: #e9decce6;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 70px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 4px 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  border-bottom: 1px solid #fff;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  padding: 1em 0;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-header__logo {
  width: 42.6666666667%;
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    position: relative;
    width: 20%;
    max-width: 192px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__logo::before {
    padding-top: 25%;
    content: '';
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-header__logo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (min-width: 768px) {
  .p-header__nav {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-header__list {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__list a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .p-header__list + .p-header__list {
    margin-left: 4.5rem;
  }
}

.p-how__inner::before {
  content: 'How to';
  text-transform: none;
}

.p-how__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-how__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.p-how__wrap {
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-how__wrap {
    padding-top: 2.5rem;
  }
}

.p-how__img img {
  border: 1px solid #036ea9;
}

.p-how__img::after {
  background-color: #e4f1f6;
}

.p-how__subTitle {
  text-align: center;
}

.p-how__sub {
  padding-top: 25px;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-how__sub {
    padding-top: 2.5rem;
  }
}

.p-how__text {
  letter-spacing: 0.037em;
}

.p-main__box {
  position: relative;
}

.p-main__mv {
  position: relative;
  height: inherit;
}

.p-main__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}
@media screen and (min-width: 768px) {
  .p-main__mv img {
    -o-object-position: 70% 100%;
    object-position: 70% 100%;
  }
}

.p-main__inner {
  position: absolute;
  bottom: 30.6253369272%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-main__inner {
    left: 30%;
    bottom: 8.1967213115%;
  }
}

.p-main__img {
  width: 84.5333333333%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 317px;
}
@media screen and (min-width: 768px) {
  .p-main__img {
    width: 56.5%;
    max-width: 565px;
  }
}

.p-main__img::before {
  content: '';
  display: block;
  padding-top: 73.8170347003%;
}
@media screen and (min-width: 768px) {
  .p-main__img::before {
    padding-top: 79.4690265487%;
  }
}

.p-main__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.p-main__text {
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 300px) {
  .p-main__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-main__text {
    font-size: 2.0625rem;
    bottom: 30px;
    letter-spacing: 0.05em;
  }
}

.p-point {
  background-color: #e4f1f6;
}

.p-point__bgc {
  max-width: 1700px;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-point__bgc::before {
    content: '';
    position: absolute;
    background: url(../images/qa-pc.jpg) no-repeat center center/contain;
    width: 100%;
    max-width: 35.375rem;
    margin-left: auto;
    height: 42.3125rem;
    top: 6.25rem;
    right: 0;
    z-index: 1;
  }
}

.p-point__inner::before {
  content: 'point';
  color: #fff;
}

.p-point__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.p-point__title {
  position: relative;
  z-index: 10;
}

.p-qa__inner::before {
  content: 'Q&A';
  color: #a6d9ed;
}

.p-qa__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-qa__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.p-qa__title {
  display: inline-block;
}

.p-qa__wrap {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 3.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__item {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__item:nth-child(2) {
    margin-left: 4.25rem;
  }
}

.p-qa__lead {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__lead {
    padding-top: 2.5rem;
  }
}

.p-qa__text {
  text-align: left;
}

.p-qa__item + .p-qa__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__item + .p-qa__item {
    margin-top: 0;
  }
}

.p-qa__bold {
  font-weight: 700;
}

.p-qa__sub {
  padding-top: 24px;
  padding-top: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.33;
}

.p-qa__box {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #036ea9;
  padding: 16px 8px;
  padding: 1rem 0.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__box {
    width: 48%;
    padding: 2.5rem 1.875rem;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__item:nth-child(3) {
    width: 100%;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__item:nth-child(1) {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__item:nth-child(1)::before {
    content: '';
    position: absolute;
    background: url(../images/qa-bg.png) no-repeat center center/contain;
    width: 20.8333333333%;
    height: 16.0625rem;
    bottom: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .inline {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__box + .p-qa__box {
    margin-left: 2.5rem;
  }
}

.p-safety {
  background-color: #e4f1f6;
}

.p-safety__inner::before {
  content: 'safety';
  color: #fff;
}

.p-safety__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-safety__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.p-safety__wrap {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-safety__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem;
  }
}

.p-safety__img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-safety__img {
    width: 47%;
  }
}

.p-safety__img::before {
  content: '';
  display: block;
  padding-top: 83.0357142857%;
}
@media screen and (min-width: 768px) {
  .p-safety__img::before {
    padding-top: 83.00330033%;
  }
}

.p-safety__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.p-safety__lead {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-safety__lead {
    width: 43.6%;
    margin-left: 4.25rem;
    margin-top: 0;
  }
}

.p-safety__text {
  text-align: left;
}

.p-shop__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shop__inner {
    padding-top: 2.5rem;
  }
}

.p-shop__title {
  display: inline-block;
}

.p-shop__lead {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop__lead {
    padding-top: 2.5rem;
  }
}

.p-shop__text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-shop__text {
    text-align: center;
  }
}


p-view__inner::before {
  content: 'view';
}

.p-view__inner {

  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-view__inner {
    padding-top: 0rem;
  }
}

.p-view__title {
  display: inline-block;
}




.p-view__img::after {
  background-color: #FFF;
}

.p-view__subTitle {
  text-align: center;
}




.p-voice__inner::before {
  content: 'Works';
}

.p-voice__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-voice__inner {
    padding-top: 6rem;
  }
}

.p-voice__title {
  display: inline-block;
}




.p-voice__img::after {
  background-color: #E9DECC;
}

.p-voice__subTitle {
  text-align: center;
}

.p-what__inner::before {
  content: 'shop';
  color: #E9DECC;
  text-transform: none;
}

.p-what__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-what__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.p-what__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-what__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-what__item {
    width: 45%;
  }
}

.p-what__item + .p-what__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-what__item + .p-what__item {
    margin-top: 0;
    margin-left: 4.25rem;
  }
}

.p-what__lead {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-what__text {
    text-align: left;
    letter-spacing: 0.13em;
  }
}

.p-what__img {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-what__img::before {
  content: '';
  display: block;
  padding-top: 72.2666666667%;
}

.p-what__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}




.artist__inner::before {
  content: 'artist';
  color: #E9DECC;
  text-transform: none;
}

.artist__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .artist__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.artist_wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .artist__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .artist__item {
    width: 45%;
  }
}

.artist__item + .p-what__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .artist__item + .p-what__item {
    margin-top: 0;
    margin-left: 4.25rem;
  }
}

.artist__lead {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .artist__text {
    text-align: left;
    letter-spacing: 0.13em;
  }
}

.artist__img {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.artist__img::before {
  content: '';
  display: block;
  padding-top: 72.2666666667%;
}

.artist__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}

/*# sourceMappingURL=styles.css.map */

.pagetop {
  width: 61px;
  height: 61px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: -1;
  opacity: 0;
}
.pagetop img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .pagetop {
    opacity: 1;
    z-index: 100;
  }
}
.link {
  display: inline-block;
  padding: 0.4em 1.6em;
  font-size: 0.8em;
  color: #c8918b;
  text-decoration: none;
  user-select: none;
  border: 1px #c8918b solid;
  border-radius: 3px;
  transition: 0.4s ease;
}

.button-1:hover {
  color: #fff;
  background: #c8918b;
}