@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

html {
  scroll-behavior: smooth;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .l-collection {
    margin-right: 20%;
  }
}

.l-company {
  font-size: 14px;
  width: 45%;
  margin: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-company {
    width: 21%;
    font-size: 14px;
  }
}

.l-contact__back {
  background: rgba(255, 255, 255, .74);
}

.l-contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contact {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    margin: auto;
    text-align: center;
  }
}

.l-contact__back {
  background: rgba(255, 255, 255, .74);
}

.l-footer {
  margin-top: 6.25rem;
}

.l-header {
  margin-bottom: 2.1875rem;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-news {
  padding: 1.875rem 0;
  background: rgba(42, 42, 42, .57);
}

.l-news-page {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .l-recent-works {
    padding-left: 150px;
  }
}

@media screen and (min-width: 768px) {
  .l-shop {
    margin-left: 20%;
  }
}

.c-about {
  /*下のかぶさるエリアの指定*/
  position: relative;
  z-index: 1;
  padding-top: 1.25rem;
  /*以下はレイアウトのための記述。削除可能*/
  background: #e7e8d3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-about {
    padding: 5.3125rem 0;
  }
}

@media screen and (min-width: 768px) {
  .c-about__wrapper {
    background: #fff;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-about__img {
  background: url("../images/about.jpg") no-repeat center center/cover;
  height: 18.75rem;
  /* border: solid 1px; */
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-about__img {
    width: 50%;
  }
}

.c-about__text {
  padding: 2.5rem 0.8125rem 1.875rem;
  line-height: 1.8;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .c-about__text {
    padding: 2.5rem 0 1.875rem;
  }
}

.c-about__accent {
  width: 11.5625rem;
  margin: auto;
}

.c-about__dog {
  width: 15.625rem;
  margin: auto;
}

.c-about__english {
  color: #eba216;
  padding: 1.25rem 0 1.875rem;
}

.c-about__box {
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation: duration 1s;
          animation: duration 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    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);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes blurAnime {
  from {
    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);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.blurTrigger {
  opacity: 1;
}

.c-about__white {
  background-color: #fff;
}

.c-arrow {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  line-height: 3.75rem;
  text-align: center;
  border: solid 1px;
}

.c-collection {
  background-color: #e7e8d3;
  padding-top: 1.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-collection {
    padding: 2rem 0 6.25rem;
  }
}

.c-collection__img {
  background: url("../images/S__29933630.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-collection__img {
    width: 80%;
    margin-right: auto;
  }
}

.c-collection__cards {
  position: relative;
  z-index: 1;
  background-color: #FFFCF5;
  padding: 3.125rem 0;
}

.c-concept {
  /*下のかぶさるエリアの指定*/
  position: relative;
  z-index: 1;
  padding-top: 1.25rem;
  /*以下はレイアウトのための記述。削除可能*/
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-concept {
    background: #fff;
    padding: 5.3125rem 0;
  }
}

@media screen and (min-width: 768px) {
  .c-about__wrapper {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-about__img {
  background: url("../images/about.jpg") no-repeat center center/cover;
  height: 18.75rem;
  /* border: solid 1px; */
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-about__img {
    width: 50%;
  }
}

.c-concept__text {
  background-color: #fff;
  padding: 2.5rem 0.8125rem 1.875rem;
  line-height: 1.8;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .c-concept__text {
    padding: 2.5rem 0 1.875rem;
  }
}

.c-about__accent {
  width: 11.5625rem;
  margin: auto;
}

.c-about__dog {
  width: 15.625rem;
  margin: auto;
}

.c-about__english {
  color: #eba216;
  padding: 1.25rem 0 1.875rem;
}

.c-about__box {
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    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);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.c-contact {
  background: url("../images/contact.jpg") no-repeat center center/cover;
  background-color: rgba(219, 219, 219, .6);
  background-blend-mode: lighten;
  padding: 1.25rem 0;
}
.c-contact__select {
  margin-bottom: 1.25rem;
}

.c-contact__name {
  margin-bottom: 0.9375rem;
}

.c-contact__submit {
  text-align: center;
}

.c-contact .tel {
  width: 15%;
}

input[type=text],
input[type=email] {
  width: 66%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  input[type=text],
input[type=email] {
    width: 39%;
  }
}

input, button, textarea, select {
  border: none;
}

input, button {
  height: 1.625rem;
}

select {
  height: 3.125rem;
  margin: 5rem auto 1.875rem;
  width: 75%;
}
@media screen and (min-width: 768px) {
  select {
    width: 44%;
  }
}

textarea {
  height: 18.75rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border: 1px solid #da3c41;
  outline: none;
  -webkit-box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
          box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
}

.mw_wp_form_confirm {
  color: black;
}

input[type=submit] {
  color: black;
  background: white;
  height: auto;
  padding: 0.8125rem 1rem;
  margin-top: 1.25rem;
}

.form.wpcf7-form.init {
  line-height: 3.2;
}

label.label {
  display: inline-block;
  width: 14%;
  color: #543a1c;
}

.wpcf7 input[type=submit] {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.wpcf7 input[type=submit] {
  border: none;
}

.wpcf7-spinner {
  height: auto;
  display: block;
}

.wpcf7 input[type=text] {
  font: 15px/24px sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.1875rem;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000;
  border: none;
}

.wpcf7 input[type=text]:focus {
  border: 1px solid #da3c41;
  outline: none;
  -webkit-box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
          box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
}

.wpcf7 input[type=email] {
  font: 15px/24px sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.1875rem;
  padding: 5px;
  margin: 0.625rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000;
  border: none;
}
@media screen and (min-width: 768px) {
  .wpcf7 input[type=email] {
    width: 30%;
  }
}

.wpcf7 input[type=email]:focus {
  border: 1px solid #da3c41;
  outline: none;
  -webkit-box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
          box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
}

.wpcf7 input[type=tel] {
  font: 15px/24px sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.1875rem;
  padding: 5px;
  margin: 0.625rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000;
  border: none;
}

.wpcf7 input[type=tel]:focus {
  border: 1px solid #da3c41;
  outline: none;
  -webkit-box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
          box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
}

.wpcf7 textarea {
  font: 15px/24px sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  padding: 5px;
  letter-spacing: 1px;
  color: #000;
  border: none;
}

.wpcf7 textarea:focus {
  border: 1px solid #da3c41;
  outline: none;
  -webkit-box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
          box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
}

a.btn-border {
  margin-bottom: 45px;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-border span {
  position: relative;
  display: block;
  height: 59px;
  color: #000;
  border: 2px solid #000;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 97.5%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-top: 1px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.contact a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

.contact a.btn-border:active:before {
  bottom: -1px;
}

.contact .wpcf7-submit {
  text-align: center;
}

/*contact form7のajax-loaderの箇所を表示させなくする*/
div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-response-output {
  padding: 1em 1em;
  color: #00a0d2;
  background: #fff;
  border-color: #00a0d2;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  position: static;
  top: 0;
  left: 0;
  border: none;
  color: red;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-not-valid {
  background: pink;
}

/*contact form7のエラーが出た時のborder-colorを消す。*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 0px none;
  background: grey;
  color: #fff;
  /* border-color: none; */
}

.wpcf7 form .wpcf7-response-output {
  border: pink;
}

/*contact form7のエラーの文字を修正*/
.wpcf7-response-output {
  display: inline;
  font-size: 17px;
  color: #00a0d2;
}

div.wpcf7 input[name=your-subject],
div.wpcf7 textarea[name=your-message] {
  width: 100%;
  height: 10.625rem;
}

/* ボタン */
.btnArea {
  text-align: center;
}

/* ボタンにホバーした時 */
/* ローダー */
.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

.wpcf7-form-control {
  width: 50%;
  border: none;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

.wpcf7-select {
  width: 70%;
  height: 1.875rem;
  margin-bottom: 1.25rem;
}

.wpcf7-form-control:focus {
  border: 1px solid #da3c41;
  outline: none;
  -webkit-box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
          box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
}

.c-contact .text {
  width: 85%;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .c-contact .text {
    width: 50%;
  }
}

.c-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-footer-shop {
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  color: #341C01;
}

.c-footer-instagram {
  font-size: 0.9375rem;
  font-family: "Zen Old Mincho", serif;
  color: #341C01;
}

.fa-instagram::before {
  content: "___\f16d";
}

.c-footer-page {
  background: url("../images/page_footer.jpg") no-repeat center center/cover;
  background-color: rgba(219, 219, 219, .48);
  background-blend-mode: lighten;
  height: 15vh;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-footer-page {
    height: 30vh;
  }
}

.c-news {
  background-color: #e7e8d3;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .c-news {
    padding: 5rem 0;
  }
}

.c-news__img {
  background: url("../images/news.jpg") no-repeat center center/cover;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .c-news__img {
    padding: 6.5625rem 12.5rem;
    width: 90%;
    margin: auto;
  }
}

.c-news__container {
  background-color: #FFFCF5;
}

.c-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}

.c-news__date {
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}

.c-news__title {
  color: #fff;
  font-size: 1.125rem;
  text-align: left;
  font-weight: normal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-news__title {
    margin-left: 5rem;
  }
}

.c-news__headline {
  color: #333;
  font-size: 1.0625rem;
  margin-top: 0.625rem;
  margin-bottom: 1.5625rem;
}

.c-news__body {
  color: #333;
  font-size: 0.9375rem;
  margin-bottom: 5.625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #eee;
}

.c-news__date-color {
  color: #333;
  font-size: 0.75rem;
}

.c-recent-works {
  background: #e7e8d3;
  padding: 3.125rem 0;
}

.c-recent-works-line {
  border-bottom: 1px solid #333;
  width: 87%;
  margin: 3.125rem auto 1.875rem;
}

.c-recent-works__img {
  background: #c4d8c0;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .c-recent-works__img {
    background: -webkit-gradient(linear, left top, right top, from(#c4d8c0), color-stop(85%, #c4d8c0), color-stop(85%, white), to(white));
    background: linear-gradient(90deg, #c4d8c0 0%, #c4d8c0 85%, white 85%, white 100%);
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    margin: 0;
    max-width: 100%;
  }
}

.swiper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 2.0625rem;
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .swiper {
    margin: 0;
    max-width: 100%;
  }
}

.swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 6.25rem;
  height: 100%;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 11%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*Scrollテキストの描写*/
.c-scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #202020;
  font-size: rem(15);
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
}

/* 矢印の描写 */
.c-scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: -40px;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #202020;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}

.c-scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: -40px;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 30px;
  background: #202020;
}

.c-section-text {
  background-color: pink;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.3611111111;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #fff;
  font-family: "$font-sub";
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .c-section-text {
    text-align: left;
  }
}

.c-section-title-ver {
  display: inline-block;
  color: #333;
  font-size: 1.5625rem;
  width: 18.75rem;
  height: 6.25rem;
  line-height: 6.25rem;
  letter-spacing: 2.2px;
  font-family: "Work Sans";
  font-weight: normal;
  background: rgba(255, 255, 255, .7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-section-title {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 1.3611111111;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    text-align: left;
  }
}

.c-section-title--green {
  color: #1d791f;
}

.c-section-title--black {
  color: #333;
  width: 50%;
  padding-left: 0.4375rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-section-title--black {
    width: 20%;
  }
}

.c-section-title--white {
  color: #fff;
}

.c-section-title--page {
  color: #fff;
  font-weight: normal;
  font-size: 1.875rem;
  letter-spacing: 2.2px;
  font-family: "Work Sans";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-shop {
  background-color: #e7e8d3;
  padding-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .c-shop {
    padding: 2rem 0;
  }
}

.c-shop__img {
  background: url("../images/onlineshop.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-shop__img {
    width: 80%;
    margin-left: auto;
  }
}

.c-shop__title {
  padding: 4.0625rem 0.625rem 0 1.875rem;
  height: 18.75rem;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .c-shop__title {
    width: 25%;
  }
}

.c-shop__title-green {
  background: #5c6c38;
}

.c-shop__title-red {
  background: #d42e45;
}

.c-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  font-family: "Noto Serif JP", serif;
  padding-top: 1.25rem;
}

.c-url-name {
  font-size: 12px;
  font-weight: normal;
}

.c-url-link {
  font-size: 13px;
  text-decoration: underline;
}

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

.p-header-name {
  color: white;
  font-weight: normal;
  font-size: 1.1875rem;
  padding: 1.25rem 0 0 1.875rem;
  letter-spacing: 1.4px;
}

/* メニューバー */
.p-header nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  /*  top: 60px; */
  z-index: 10;
  display: none;
  width: 100%;
  height: calc(100% + 170px);
  background: #000;
  opacity: 0.9;
  /* 3. スライドメニューの場合 */
  display: block;
  right: -100%;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  /* ここまで */
}

/* 3. スライドメニューの場合 */
.p-header nav.sp_open {
  right: 0;
}

/* ここまで */
.p-header nav ul {
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-header nav ul li a {
  display: block;
  margin-right: 0;
  /* padding: 25px; */
  border-radius: 5px;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
}

#p-header-drawer {
  z-index: 200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*    position: absolute; */
  position: fixed;
  /*     top: 60px; */
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
}

#p-header-drawer span {
  position: absolute;
  top: 19px;
  left: 17px;
  display: inline-block;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: top;
}

#p-header-drawer span:nth-child(2) {
  margin-top: 10px;
}

#p-header-drawer span:last-child {
  margin-top: 20px;
}

#p-header-drawer.open span {
  top: 29px;
  left: 14px;
  width: 35px;
  margin: 0;
}

#p-header-drawer.open span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#p-header-drawer.open span:nth-child(2) {
  display: none;
}

#p-header-drawer.open span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#p-header-drawer span.color-change {
  background-color: #333;
}

.p-mv {
  height: 90vh;
  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;
  position: relative;
}

.p-mv:before {
  /*headerの疑似要素に背景画像を指定*/
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/mv.jpg") no-repeat center; /*背景画像設定※オリジナル画像を設定してください*/
  background-size: cover;
  opacity: 0;
  -webkit-animation: zoom 7s 1 3s;
          animation: zoom 7s 1 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.p-mv img {
  max-width: 530px;
  min-width: 80px;
  width: 70%;
  margin: auto;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-mv img {
    width: 100%;
  }
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-mv-collection {
  height: 50vh;
  position: relative;
}

.p-mv-collection:before {
  /*headerの疑似要素に背景画像を指定*/
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/collection_mv.jpg") no-repeat center; /*背景画像設定※オリジナル画像を設定してください*/
  background-size: cover;
}

.p-mv-news {
  height: 50vh;
  position: relative;
}

.p-mv-news:before {
  /*headerの疑似要素に背景画像を指定*/
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/news_mv.jpg") no-repeat center; /*背景画像設定※オリジナル画像を設定してください*/
  background-size: cover;
}

.p-outline {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-outline {
    margin-top: 5rem;
  }
}

.p-test {
  color: pink;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-title {
  display: block;
  text-align: center;
  margin-bottom: 0.9375rem;
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
