@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kalam&family=Satisfy&display=swap");
.pc_ {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .pc_ {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .pc_ {
    display: none;
  }
}

.sp_ {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .sp_ {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .sp_ {
    display: block;
  }
}

.view_in_ {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}

.view_in_2 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 1.5s;
}

:root {
  --default-color: #333333;
  --primary_color: #fff;
  --secondary_color: #80b89a;
  --background_color: #e5e1d8;
}

.contents_stj {
  max-width: 100%;
  margin: 0 auto;
  color: var(--default-color);
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: justify;
}
.contents_stj li {
  list-style: none;
}
.contents_stj a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.contents_stj .background_ {
  background-color: var(--background_color);
}

#contents_wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #contents_wrapper {
    max-width: 1000px;
  }
}

#first_view .title_img img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #first_view .title_img img {
    width: 1000px;
  }
}

#second_view {
  text-align: center;
  width: 800px;
  margin: 30px auto;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #second_view {
    width: 90vw;
  }
}
@media screen and (max-width: 599px) {
  #second_view {
    width: 97vw;
  }
}
#second_view h2.text_1 {
  line-height: 1.5;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  #second_view h2.text_1 {
    font-size: 17px;
    margin: 0 0 20px;
    padding: 0 10px;
  }
}

#main_contents {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents {
    width: 95vw;
  }
}
@media screen and (max-width: 599px) {
  #main_contents {
    width: 95vw;
  }
}
#main_contents .title_ {
  max-width: 100%;
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: var(--secondary_color);
  color: var(--primary_color);
  padding: 20px 0 15px;
}
@media screen and (max-width: 599px) {
  #main_contents .title_ {
    font-size: 18px;
    padding: 16px 0 12px;
  }
}
#main_contents section#category_ {
  margin-bottom: 60px;
}
#main_contents section#category_ ul.ctg_btn_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 120px;
  margin-top: 20px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents section#category_ ul.ctg_btn_container {
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  #main_contents section#category_ ul.ctg_btn_container {
    gap: 8px;
    padding: 0;
  }
}
#main_contents section#category_ ul.ctg_btn_container li.ctg_btn_:nth-child(1) {
  background-color: #dbd0b1;
}
#main_contents section#category_ ul.ctg_btn_container li.ctg_btn_:nth-child(2) {
  background-color: #b4d6b7;
}
#main_contents section#category_ ul.ctg_btn_container li.ctg_btn_:nth-child(3) {
  background-color: #e4b49f;
}
#main_contents section#category_ ul.ctg_btn_container li.ctg_btn_:nth-child(4) {
  background-color: #e4b49f;
}
#main_contents section#category_ ul.ctg_btn_container li.ctg_btn_:nth-child(5) {
  background-color: #b3cedf;
}
#main_contents section#category_ ul.ctg_btn_container li.ctg_btn_:nth-child(6) {
  background-color: #dbd0b1;
}
#main_contents section#category_ ul.ctg_btn_container li.ctg_btn_ a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  font-size: 15px;
  font-weight: 700;
  color: #606060;
  text-align: center;
  text-decoration: none;
  padding-top: 6px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents section#category_ ul.ctg_btn_container li.ctg_btn_ a {
    width: calc(30vw - 65px);
    height: calc(30vw - 65px);
  }
}
@media screen and (max-width: 599px) {
  #main_contents section#category_ ul.ctg_btn_container li.ctg_btn_ a {
    font-size: 13px;
    width: 30vw;
    height: 30vw;
    padding: 5px 2px 0;
  }
}
#main_contents section#category_ ul.ctg_btn_container li.ctg_btn_ a span {
  font-size: 140%;
  display: inline-block;
  margin-bottom: -23px;
}
@media screen and (max-width: 599px) {
  #main_contents section#category_ ul.ctg_btn_container li.ctg_btn_ a span {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 599px) {
  #main_contents section#category_ ul.ctg_btn_container li.ctg_btn_ a .br_ {
    display: inline-block;
    margin-bottom: 6px;
  }
}
#main_contents section#scene_ {
  margin-bottom: 60px;
}
#main_contents section#scene_ .scene_parent .scene_child {
  display: block;
  max-width: 550px;
}
@media screen and (max-width: 599px) {
  #main_contents section#scene_ .scene_parent .scene_child {
    margin: 10px 0;
  }
}
#main_contents section#scene_ .scene_parent .scene_child img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #main_contents section#scene_ .scene_parent .scene_child:nth-of-type(2) {
    margin: -40px 0 0 360px;
  }
}
@media screen and (max-width: 599px) {
  #main_contents section#scene_ .scene_parent .scene_child:nth-of-type(2) {
    margin: -8px 0 10px;
  }
}
@media screen and (min-width: 1000px) {
  #main_contents section#scene_ .scene_parent .scene_child:nth-of-type(4) {
    max-width: 610px;
    margin: -10px 0 0 300px;
  }
}
@media screen and (max-width: 599px) {
  #main_contents section#scene_ .scene_parent .scene_child:nth-of-type(4) {
    margin: 20px 0;
  }
}
#main_contents section#brand_ {
  margin-bottom: 60px;
}
#main_contents section#brand_ ul.brd_btn_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents section#brand_ ul.brd_btn_container {
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  #main_contents section#brand_ ul.brd_btn_container {
    gap: 20px;
  }
}
#main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent {
  background-color: #f7f8f3;
  padding: 20px 0;
}
#main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent .brand_img {
  width: 280px;
  margin: 20px auto 0;
}
@media screen and (max-width: 599px) {
  #main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent .brand_img {
    width: 63vw;
  }
}
#main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent .brand_img img {
  width: 100%;
}
#main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent:nth-child(3) .brand_img {
  margin: 20px auto -20px;
}
@media screen and (max-width: 599px) {
  #main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent:nth-child(3) .brand_img {
    margin: 10px auto -75px;
  }
}
#main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent ul.brd_btn_child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent ul.brd_btn_child {
    gap: 10px;
  }
}
#main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent ul.brd_btn_child li.brd_btn_grandchild {
  width: 190px;
}
@media screen and (max-width: 599px) {
  #main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent ul.brd_btn_child li.brd_btn_grandchild {
    width: 43vw;
  }
}
#main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent ul.brd_btn_child li.brd_btn_grandchild img {
  width: 100%;
  vertical-align: top;
}
#main_contents section#brand_ ul.brd_btn_container li.brd_btn_parent ul.brd_btn_child li.brd_btn_grandchild .item_name {
  font-size: 19px;
  text-align: center;
  font-family: "Satisfy", cursive;
}
#main_contents section#brand_2_ {
  margin-bottom: 40px;
}
#main_contents section#brand_2_ ul.brand_2_btn_container {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #main_contents section#brand_2_ ul.brand_2_btn_container {
    flex-wrap: wrap;
    gap: 15px;
  }
}
#main_contents section#brand_2_ ul.brand_2_btn_container li.brand_2_btn_ {
  max-width: 190px;
}
@media screen and (max-width: 599px) {
  #main_contents section#brand_2_ ul.brand_2_btn_container li.brand_2_btn_ {
    max-width: 43vw;
  }
}
#main_contents section#brand_2_ ul.brand_2_btn_container li.brand_2_btn_ img {
  width: 100%;
  vertical-align: top;
}
#main_contents section#brand_2_ ul.brand_2_btn_container li.brand_2_btn_:nth-child(1) {
  background-color: #cca1a6;
}
#main_contents section#brand_2_ ul.brand_2_btn_container li.brand_2_btn_:nth-child(2) {
  background-color: #dbb7bb;
}
#main_contents section#brand_2_ ul.brand_2_btn_container li.brand_2_btn_:nth-child(3) {
  background-color: #f4c3cc;
}
#main_contents section#brand_2_ ul.brand_2_btn_container li.brand_2_btn_:nth-child(4) {
  background-color: #000;
}

#footer_ hr {
  height: 2px;
  background-color: var(--default-color);
  border: none;
  color: var(--default-color);
  max-width: 1000px;
  margin: 30px auto 50px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #footer_ hr {
    width: 90vw;
  }
}
@media screen and (max-width: 599px) {
  #footer_ hr {
    width: 90vw;
    margin: 10px auto 30px;
  }
}
#footer_ .feature_ {
  border: solid 1px var(--default-color);
  background-color: var(--background_color);
  padding: 10px 0;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #footer_ .feature_ {
    width: 90vw;
  }
}
#footer_ .feature_ a {
  display: block;
  color: var(--default-color);
  text-decoration: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #footer_ .feature_ a {
    font-size: 16px;
  }
}
#footer_ ul.sns_btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 50px;
}
#footer_ ul.sns_btn_container li.sns_btn {
  width: 35px;
}
#footer_ ul.sns_btn_container li.sns_btn a {
  text-decoration: none;
}
#footer_ ul.sns_btn_container li.sns_btn a img {
  width: 100%;
  vertical-align: top;
}/*# sourceMappingURL=2304_all_goout.css.map */