@charset "UTF-8";
.flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

* {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  word-break: break-all;
  min-height: 0;
  min-width: 0;
}

.keep-all {
  word-break: keep-all;
}

body {
  text-align: center;
  width: 100%;
  color: #040000;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1rem;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
    overflow-y: auto;
    -ms-overflow-style: auto; /* IE, Edge 対応 */
    scrollbar-width: auto; /* Firefox 対応 */
  }
}

body::-webkit-scrollbar {
  display: none;
}

a {
  outline: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  body::-webkit-scrollbar {
    display: block;
    width: 15px;
  }
  body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
  }
  body::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
  }
  body::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
  }
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

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

#wrap {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0px;
  background: #FFF;
}

#header {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #header {
    height: 50px;
  }
}

.header_inner {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: auto;
  padding: 0px;
  text-align: center;
}
.header_inner img {
  margin: 5px auto;
  width: auto;
  height: 40px;
  max-width: 400px;
}

#contents {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0px;
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  #contents {
    padding-top: 0;
    margin-top: 0;
  }
}

#content_inner {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: auto;
  padding: 0px;
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  #content_inner {
    padding-top: 0;
    margin-top: 0;
  }
}

#footer {
  width: 100%;
  height: auto;
  margin: 50px auto 0px;
  padding: 0px;
  background: #4C4948;
  color: #FFF;
}
#footer .footer_inner {
  width: 100%;
  max-width: 1920px;
  height: auto;
  min-height: 150px;
  margin: 20px auto 0;
  padding: 30px 30px 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #footer .footer_inner {
    padding: 30px 30px 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#footer .foot_title {
  width: 100%;
  text-align: left;
  margin-top: 5vw;
  margin-bottom: 6vw;
}
#footer .foot_title img {
  max-width: 150px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #footer .foot_title {
    width: 24%;
    margin-top: 0;
  }
}
#footer .foot_menu {
  width: 100%;
  text-align: left;
  margin-bottom: 4vw;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #footer .foot_menu {
    width: 68%;
    max-width: 540px;
    margin-bottom: 30px;
    padding-top: 10px;
    margin-left: auto;
  }
}
#footer .foot_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: end;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
  margin-left: auto;
}
#footer .foot_menu ul li {
  width: 50%;
  padding: 5px;
}
#footer .foot_menu ul li:last-child {
  width: 60%;
}
@media screen and (min-width: 768px) {
  #footer .foot_menu ul li {
    width: 25%;
  }
  #footer .foot_menu ul li:nth-child(1), #footer .foot_menu ul li:nth-child(4) {
    width: 25%;
  }
  #footer .foot_menu ul li:nth-child(2), #footer .foot_menu ul li:nth-child(5) {
    width: 30%;
  }
  #footer .foot_menu ul li:nth-child(3) {
    width: 45%;
  }
  #footer .foot_menu ul li:nth-child(6) {
    width: 24%;
  }
  #footer .foot_menu ul li:last-child {
    width: 21%;
  }
}
#footer .foot_insta {
  width: 100%;
  text-align: left;
  margin-bottom: 16vw;
}
#footer .foot_insta img {
  max-width: 30px;
}
@media screen and (min-width: 768px) {
  #footer .foot_insta {
    width: 8%;
    margin-top: 45px;
    margin-bottom: 0;
  }
}
#footer .foot_copy {
  width: 90%;
  text-align: left;
  position: absolute;
  display: block;
  margin: auto;
  left: 30px;
  bottom: 3vw;
}
@media screen and (min-width: 768px) {
  #footer .foot_copy {
    bottom: 4vw;
    width: 20%;
  }
}
#footer .foot_copy .copy_text {
  display: block;
}

#global_nav .modal-close .menu-line1,
#global_nav .modal-close .menu-line2,
#global_nav .modal-close .menu-line3 {
  background-color: #fff;
}

#menu_sub {
  width: 100%;
  height: auto;
  margin: 0px auto 0px;
  padding: 0px;
  background: #4C4948;
  color: #FFF;
}
#menu_sub .menu_inner {
  width: 100%;
  max-width: 1920px;
  height: auto;
  min-height: 150px;
  margin: 0 auto 0;
  padding: 30px 30px 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
}
#menu_sub .menu_title {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
}
#menu_sub .menu_title img {
  max-width: 150px;
}
#menu_sub .menu_menu {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
}
#menu_sub .menu_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
  margin-left: auto;
}
#menu_sub .menu_menu ul li {
  width: 50%;
  padding: 5px;
}
#menu_sub .menu_menu ul li:last-child {
  width: 60%;
}
#menu_sub .menu_insta {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
#menu_sub .menu_insta img {
  max-width: 30px;
}
#menu_sub .menu_copy {
  width: 100%;
  text-align: left;
  display: block;
  margin: auto;
}
#menu_sub .menu_copy .copy_text {
  display: block;
}

.font_mini, .store_inner .store_block_01 .store_text .store_text_inner, .collection_inner .collection_block a .collection_text p, .photographer_inner .photographer_text p, .about_area .about_block2 .about_text p {
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .font_mini, .store_inner .store_block_01 .store_text .store_text_inner, .collection_inner .collection_block a .collection_text p, .photographer_inner .photographer_text p, .about_area .about_block2 .about_text p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .font_mini, .store_inner .store_block_01 .store_text .store_text_inner, .collection_inner .collection_block a .collection_text p, .photographer_inner .photographer_text p, .about_area .about_block2 .about_text p {
    font-size: 1em;
  }
}

.font_normal, .collection_inner .collection_block a .collection_text .collection_title span {
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  .font_normal, .collection_inner .collection_block a .collection_text .collection_title span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1000px) {
  .font_normal, .collection_inner .collection_block a .collection_text .collection_title span {
    font-size: 1.4em;
  }
}

.font_large {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .font_large {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .font_large {
    font-size: 2em;
  }
}

.pc_block {
  display: none;
}

.sm_block {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc_block {
    display: block;
  }
  .sm_block {
    display: none;
  }
}
section.top_area {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.top_area {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
section.top_area .product_1 figure {
  position: relative;
}
section.top_area .product_1 figure .sliderlogo {
  position: absolute;
  width: 70%;
}
@media screen and (min-width: 768px) {
  section.top_area .product_1 figure .sliderlogo {
    width: 25%;
  }
}
section.top_area .product_1 figure .type1 {
  top: 67%;
  left: 16%;
}
@media screen and (min-width: 768px) {
  section.top_area .product_1 figure .type1 {
    top: 44%;
    left: 11%;
  }
}
section.top_area .product_1 figure .type2 {
  top: 7%;
  left: 16%;
}
@media screen and (min-width: 768px) {
  section.top_area .product_1 figure .type2 {
    top: 40%;
    left: 70%;
  }
}
section.top_area .product_1 figure .type3 {
  top: 7%;
  left: 16%;
}
@media screen and (min-width: 768px) {
  section.top_area .product_1 figure .type3 {
    top: 6%;
    left: 5%;
  }
}
section.top_area .product_1 figure .sliderback {
  height: 100%;
}

section.main_area {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: auto;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  section.main_area {
    margin-top: 3vw;
  }
}

.section_about,
.section_photographer,
.section_movie,
.section_collection,
.section_store,
.section_instagram {
  margin: auto;
  width: 100%;
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  .section_about,
  .section_photographer,
  .section_movie,
  .section_collection,
  .section_store,
  .section_instagram {
    margin-bottom: 20px;
  }
}
.section_about h2,
.section_photographer h2,
.section_movie h2,
.section_collection h2,
.section_store h2,
.section_instagram h2 {
  text-align: left;
  margin-bottom: 9vw;
  width: 25%;
  padding-left: 3vw;
}
@media screen and (min-width: 768px) {
  .section_about h2,
  .section_photographer h2,
  .section_movie h2,
  .section_collection h2,
  .section_store h2,
  .section_instagram h2 {
    margin-bottom: 20px;
    width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.section_about h2 img,
.section_photographer h2 img,
.section_movie h2 img,
.section_collection h2 img,
.section_store h2 img,
.section_instagram h2 img {
  width: auto;
  height: 35px;
  padding-left: 3vw;
}
@media screen and (min-width: 768px) {
  .section_about h2 img,
  .section_photographer h2 img,
  .section_movie h2 img,
  .section_collection h2 img,
  .section_store h2 img,
  .section_instagram h2 img {
    height: 60px;
  }
}

.about_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 25%;
}
.about_area .about_block1 {
  text-align: center;
  margin: 0;
  margin-bottom: 8vw;
  width: calc(100% - 8px);
  position: relative;
}
.about_area .about_block1 .about_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about_area .about_block1 {
    width: calc(30% - 8px);
    margin: 4px;
  }
}
.about_area .about_block2 {
  text-align: left;
  margin: 0;
  margin-bottom: 8vw;
  position: relative;
  height: 110%;
}
@media screen and (min-width: 768px) {
  .about_area .about_block2 {
    width: calc(70% - 8px);
    margin: 4px;
  }
}
.about_area .about_block2 .about_logo {
  text-align: left;
  margin: 4vw 0 6vw;
  padding-left: 3vw;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .about_area .about_block2 .about_logo {
    width: 90%;
    margin: 20px 0;
    padding-left: 3vw;
    margin: 4vw 0;
  }
}
.about_area .about_block2 .about_logo img {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about_area .about_block2 .about_logo img {
    width: 45%;
  }
}
.about_area .about_block2 .about_text {
  color: #231815;
  margin-top: 5px;
  width: 98%;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_area .about_block2 .about_text {
    margin-top: 43px;
  }
}
.about_area .about_block2 .about_text p {
  margin-bottom: 6vw;
  padding-left: 3vw;
}
@media screen and (min-width: 768px) {
  .about_area .about_block2 .about_text p {
    margin-bottom: 20px;
    width: 42%;
  }
}
.about_area .about_block2 .about_img {
  width: 100%;
  height: 92vw;
  position: static;
}
@media screen and (min-width: 768px) {
  .about_area .about_block2 .about_img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 3vw;
  }
}
.about_area .about_block2 .about_img .about_inner {
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .about_area .about_block2 .about_img .about_inner {
    width: 70%;
  }
}
.about_area .about_block2 .about_img .about_inner .about_img_right {
  position: absolute;
  width: 60%;
  top: 0;
  right: 2vw;
}
@media screen and (min-width: 768px) {
  .about_area .about_block2 .about_img .about_inner .about_img_right {
    width: 65%;
    max-width: 400px;
    bottom: 87%;
    top: auto;
    right: auto;
    left: 35%;
  }
}
.about_area .about_block2 .about_img .about_inner .about_img_right img {
  width: 100%;
}
.about_area .about_block2 .about_img .about_inner .about_img_left {
  position: absolute;
  width: 55%;
  bottom: -15vw;
  right: auto;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about_area .about_block2 .about_img .about_inner .about_img_left {
    top: 0;
    bottom: auto;
    right: auto;
    left: 0;
    max-width: 360px;
  }
}
.about_area .about_block2 .about_img .about_inner .about_img_left img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section_photographer h2 {
    text-align: center;
  }
}

.photographer_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1100px;
  margin-bottom: 2vw;
}
@media screen and (min-width: 768px) {
  .photographer_inner {
    margin-bottom: 50px;
  }
}
.photographer_inner .photographer_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .photographer_inner .photographer_img {
    width: 30%;
  }
}
.photographer_inner .photographer_img img {
  width: 60%;
  margin: auto;
}
.photographer_inner .photographer_text {
  width: 100%;
  padding: 5vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .photographer_inner .photographer_text {
    width: 70%;
    padding: 10px;
    padding-right: 50px;
  }
}
.photographer_inner .photographer_text p {
  margin: 0 0 15px 0;
}
.photographer_inner .photographer_text p a {
  text-decoration: underline;
}

.movie_inner {
  max-width: 1280px;
  margin: auto;
  padding-bottom: 5vw;
}

.movie_area {
  max-width: 1280px;
  max-height: calc(1280px / 1.77);
  width: 100%;
  height: 56.4971751412vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .movie_area {
    height: calc((100vw - 15px) / 1.77);
  }
}

.collection_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
  margin: auto;
  padding-bottom: 5vw;
}
.collection_inner .collection_block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .collection_inner .collection_block {
    width: 100%;
  }
}
.collection_inner .collection_block a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .collection_inner .collection_block a {
    margin: 4rem 0;
  }
}
.collection_inner .collection_block a .collection_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .collection_inner .collection_block a .collection_img {
    width: 60%;
  }
}
.collection_inner .collection_block a .collection_img img {
  width: 100%;
}
.collection_inner .collection_block a .collection_text {
  width: 100%;
  margin: auto;
  padding: 5vw;
  max-width: 500px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .collection_inner .collection_block a .collection_text {
    width: 40%;
    padding: 10px;
    text-align: left;
  }
}
.collection_inner .collection_block a .collection_text .collection_title {
  padding: 10px;
  position: relative;
}
.collection_inner .collection_block a .collection_text p {
  margin: auto;
  padding-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .collection_inner .collection_block a .collection_text p {
    padding-bottom: 50px;
  }
}
.collection_inner .collection_block .comment {
  font-family: "Monotype Corsiva";
  text-align: center;
  font-size: 1.5em;
}

.schedule_outer {
  margin-top: 0.5rem;
}
.schedule_outer .schedule {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #FFF;
  background-color: #898989;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.3rem 0.7rem 0.2rem;
  font-size: 0.9rem;
  text-align: center;
}
.store_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0px auto 0px;
}
.store_inner .store_block_01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .store_inner .store_block_01 {
    width: 60%;
  }
}
.store_inner .store_block_01 .store_img {
  width: 100%;
}
.store_inner .store_block_01 .store_img img {
  width: 100%;
}
.store_inner .store_block_01 .store_text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
  margin: auto;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .store_inner .store_block_01 .store_text {
    padding: 40px 0;
  }
}
.store_inner .store_block_01 .store_text .store_logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .store_inner .store_block_01 .store_text .store_logo {
    display: block;
    width: 20%;
  }
}
.store_inner .store_block_01 .store_text .store_logo img {
  width: calc(100% - 20px);
}
.store_inner .store_block_01 .store_text .store_text_inner {
  width: 96%;
  margin: auto;
  text-align: left;
  padding-left: 0;
}
.store_inner .store_block_01 .store_text .store_text_inner span {
  width: 90%;
  margin: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .store_inner .store_block_01 .store_text .store_text_inner {
    width: 80%;
    padding-left: 20px;
  }
}
.store_inner .store_block_01 .store_text .store_linkarea {
  width: 100%;
  margin: 20px auto 0;
}
.store_inner .store_block_01 .store_text .store_linkarea .button_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
  margin: auto;
  max-width: 450px;
}
.store_inner .store_block_01 .store_text .store_linkarea .button_area a {
  width: calc(100% - 20px);
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .store_inner .store_block_01 .store_text .store_linkarea .button_area a {
    width: calc(48% - 20px);
  }
}
.store_inner .store_block_01 .store_text .store_linkarea .button_area .button {
  width: 80%;
  padding: 11px;
  background: #4C4948;
  color: #FFF;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .store_inner .store_block_01 .store_text .store_linkarea .button_area .button {
    width: 100%;
    max-width: 200px;
  }
}
.store_inner .store_block_02 {
  width: 100%;
  position: static;
}
@media screen and (min-width: 768px) {
  .store_inner .store_block_02 {
    width: 40%;
  }
}
.store_inner .store_block_02 .store_block_02_img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .store_inner .store_block_02 .store_block_02_img {
    width: 100%;
    height: 60vw;
    max-height: 1080px;
  }
}
.store_inner .store_block_02 .store_block_02_img img {
  position: static;
  bottom: 10px;
  right: 10px;
  width: 60%;
  margin-left: 3vw;
}
@media screen and (min-width: 768px) {
  .store_inner .store_block_02 .store_block_02_img img {
    position: absolute;
  }
}

.menu_area {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: auto;
  background: #323333;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 800;
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  .menu_area {
    position: static;
    background: none;
    color: #040000;
    z-index: 1;
    font-size: 1em;
  }
}
.menu_area .menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 2vw 0px;
}
.menu_area .menu_inner .menu_box a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .menu_area .menu_inner .menu_box a {
    color: #040000;
  }
}
.menu_area .menu_inner .menu_box:not(:first-of-type)::before {
  content: "｜";
}

/*スリックエリア*/
.product_area {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0px auto 0px;
  padding: 0px;
}
.product_area .product_1,
.product_area .product_2,
.product_area .product_3 {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
}
.product_area .product_1 figure,
.product_area .product_2 figure,
.product_area .product_3 figure {
  width: 40%;
  height: auto;
}
@media screen and (min-width: 550px) {
  .product_area .product_1 figure,
  .product_area .product_2 figure,
  .product_area .product_3 figure {
    width: 25%;
  }
}
.product_area .product_1 img,
.product_area .product_2 img,
.product_area .product_3 img {
  margin: 0px auto;
  width: 100%;
  object-fit: cover;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .product_area .product_1 img,
  .product_area .product_2 img,
  .product_area .product_3 img {
    height: auto;
  }
}
.product_area .product_1 .slick-dots,
.product_area .product_2 .slick-dots,
.product_area .product_3 .slick-dots {
  bottom: 25px;
}
.product_area .product_1 .slick-dotted.slick-slider,
.product_area .product_2 .slick-dotted.slick-slider,
.product_area .product_3 .slick-dotted.slick-slider {
  margin: 0px 0px -10px;
  padding-bottom: 10px;
}
.product_area .product_1 .slick-dots li button:before,
.product_area .product_2 .slick-dots li button:before,
.product_area .product_3 .slick-dots li button:before {
  color: #FFF;
  font-weight: bold;
  content: "○";
  font-size: 12px;
  opacity: 1;
}
.product_area .product_1 .slick-dots li.slick-active button:before,
.product_area .product_2 .slick-dots li.slick-active button:before,
.product_area .product_3 .slick-dots li.slick-active button:before {
  color: #FFF;
  content: "•";
  opacity: 1;
}
.product_area .product_1 .slick-dots li,
.product_area .product_2 .slick-dots li,
.product_area .product_3 .slick-dots li {
  margin: 0px 12px;
}
.product_area .product_2,
.product_area .product_3 {
  padding-bottom: 5vw;
}
.product_area .product_2 .slick-dots,
.product_area .product_3 .slick-dots {
  bottom: -30px;
}
.product_area .product_2 .slick-dots li button:before,
.product_area .product_3 .slick-dots li button:before {
  color: #000;
  font-weight: bold;
  content: "○";
  font-size: 12px;
  opacity: 1;
}
.product_area .product_2 .slick-dots li.slick-active button:before,
.product_area .product_3 .slick-dots li.slick-active button:before {
  color: #595757;
  content: "•";
  opacity: 1;
}
.product_area .product_1 {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin: 0px auto;
  padding: 0px;
}
@media screen and (min-width: 768px) {
  .product_area .product_1 {
    width: 90%;
  }
}
.product_area .product_1 .modal_slider-for img {
  width: 100%;
  margin: auto;
  padding: 0px 4px;
}
.product_area .product_1 .modal_slider-nav {
  margin: 8px auto;
  width: 100%;
}
.product_area .product_1 .modal_slider-nav img {
  width: calc(100% - 4px);
  margin: auto;
  padding: 0px 2px;
}
.product_area .product_1 .modal_slider-nav .slick-track {
  transform: unset !important;
}
.product_area .product_1 .slick-current {
  opacity: 1;
}
.product_area .product_2,
.product_area .product_3 {
  margin-bottom: 5vw;
}
.product_area .product_title {
  width: 40%;
  height: auto;
  margin: 30px 10px 10px;
  padding: 0px;
}
.product_area .slick-prev:before,
.product_area .slick-next:before {
  color: #000 !important;
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: 1;
}
.product_area .slick-prev:before {
  content: "";
}
.product_area .slick-next:before {
  content: "";
}
.product_area .slider p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
}
.product_area .slick-prev,
.product_area .slick-next {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  z-index: 100;
  width: 25px;
  height: 30px;
}
.product_area .slick-prev img,
.product_area .slick-next img {
  width: 25px;
  height: 30px;
}
.product_area .slick-prev {
  left: -25px;
  background-image: url("../img/slider_left.png");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
}
.product_area .slick-next {
  right: -25px;
  background-image: url("../img/slider_right.png");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
}
.product_area .slider {
  display: none;
}
.product_area .slider.slick-initialized {
  display: block;
}

.onlinestore_a {
  width: 90%;
  display: block;
  margin: 6px 3px 3px;
}
.onlinestore_a img {
  width: 100%;
  max-width: 240px;
}

.line_yellow {
  background: linear-gradient(transparent 60%, #ffe33f 0%);
}

.line_gray {
  background: linear-gradient(transparent 60%, #eff2f3 0%);
}

.line_gray2 {
  background: linear-gradient(transparent 60%, #e0e2ec 0%);
}

.storelink {
  max-width: 300px;
  width: 100%;
  margin: auto;
  display: block;
  padding: 7% 0;
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .storelink {
    font-size: 1.2em;
    font-weight: 600;
  }
}

/*ページのトップにスクロールするボタン*/
#page_top { /*角丸 */
  position: fixed;
  width: 40px;
  height: 40px;
  font-size: 40px;
  top: auto;
  bottom: 0px;
  left: auto;
  right: 0px;
  background: #c9caca;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  z-index: 999;
}

#page_top.fade_in {
  opacity: 0.8;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#page_top.fade_out {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#page_top.fade_in:hover {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

.page_top_in {
  width: 100%;
  height: 100%;
}

.page_top_in:before { /*丸 */
  /*display: block;
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
  background: #fff;*/
}

.page_top_in:after { /*三角  */
  /*display: block;
  content: "";
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border: 10px solid transparent; 
  border-bottom: 10px solid #FFF;*/
}

.page_top_in:after { /*arrow */
  display: block;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: 9px;
  right: 12px;
  width: 12px;
  height: 12px;
}

.page_top_in:after:hover {
  border-bottom: 20px solid #3ab2e9;
}

.display_block {
  display: block;
  margin: 10px auto;
  height: auto;
  -webkit-animation: opacity_show 0.5s ease-in-out 0s 1 normal both running;
  animation: opacity_show 0.5s ease-in-out 0s 1 normal both running;
}

.display_none {
  margin: 0;
  display: none;
  border: none;
  -webkit-animation: opacity_out 0.5s ease-in-out 0s 1 normal both running;
  animation: opacity_out 0.5s ease-in-out 0s 1 normal both running;
}

.opacity_str {
  -webkit-animation: opacity_show 1s ease-in-out 0s 1 normal forwards running;
  animation: opacity_show 1s ease-in-out 0s 1 normal forwards running;
}

.opacity_end {
  -webkit-animation: opacity_out 4s ease-in-out 0s 1 normal forwards running;
  animation: opacity_out 4s ease-in-out 0s 1 normal forwards running;
}

.clear {
  clear: both;
}

.clear hr {
  display: none;
}

@keyframes opacity_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes resize {
  0% {
    top: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes in_scale {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}/*# sourceMappingURL=style.css.map */