@charset "UTF-8";
/* collection
==================================*/

main {
  margin-top: 100px;
}


h2 {
  text-align: center;
  color: #4b4b4b;
  font-size: 40px;
  margin-bottom: 80px;
  position: relative;
}

h2 .sub {
  display: block;
  color: #777777;
  font-size: 35%;
  padding-top: 5px;
}
.page_menus{
  padding: 100px 20px 100px;
}
.page_menus h1{
  display: block;
  margin: auto;
  max-width: 755px;
}
.page_menus .page_menu_list{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.page_menus .page_menu_list > li{
  width: 50%;
  display: flex;
}
.page_menus .page_menu_list > li.item1{
  justify-content: flex-end;
}
.page_menus .page_menu_list > li.item1  img{
  max-width: 379px;
}
.page_menus .page_menu_list > li.item2{
  justify-content: flex-start;
  margin-left: 80px;
}
.page_menus .page_menu_list > li.item2 img{
  max-width: 226px;
}
.page_menus .page_menu_list > li > a{
  transition: .5s;
}
.page_menus .page_menu_list > li span{
  position: relative;
}
.page_menus .page_menu_list > li span:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  content: "";
  width: 150px;
  height: 1px;
  background: #000;
  transition: .5s;
}
.page_menus .page_menu_list > li > a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .page_menus{
    padding: 60px 20px;
  }
  .page_menus h1{
    max-width: 453px;
  }
  .page_menus .page_menu_list > li.item1  img{
    max-width: 190px;
  }
  .page_menus .page_menu_list > li.item2{
    margin-left: 40px;
  }
  .page_menus .page_menu_list > li.item2 img{
    max-width: 136px;
  }
  .page_menus .page_menu_list > li span:after {
    width: 75px;
  }
}
@media screen and (max-width: 450px) {
  .page_menus{
    padding: 60px 15px;
  }
  .page_menus .page_menu_list > li.item1{
    width: 60%;
  }
  .page_menus .page_menu_list > li.item1 img{
    max-width: 227px;
  }
  .page_menus .page_menu_list > li.item2{
    width: 40%;
  }
  .page_menus .page_menu_list > li.item2{
    margin-left: 30px;
  }
  .page_menus .page_menu_list > li.item2 img{
    max-width: 118px;
  }
  .page_menus .page_menu_list > li.on:after {
    width: 75px;
    bottom: -15px;
  }

}
ul.menulist {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
  /* width: 395px; */
}

ul.menulist li {
  list-style: none;
  font-size: 3em;
}

ul.menulist li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

ul.menulist li a:after {
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  content: "";
  width: 50px;
  left: 50%;
  height: 2px;
  background: #6F6F6F;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(-50%);
  width: 50px;
}

ul.menulist li a:hover:after {
  bottom: -5px;
  opacity: 1;
  visibility: visible;
}

ul.menulist li p.on {
  position: relative;
  display: inline-block;
  color: #485F3B;
  padding-bottom: 5px;

  background-image: url(../img/items/line.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

ul.menulist span {
  font-size: 20px;
  margin: 0 10px;
  font-weight: 500;
  font-weight: normal;
}

.bnr_box {
  padding-top: 50px;
  margin: 0 auto 100px;
  width: 98%;
  height: auto;
  max-width: 1000px;
  display: block;
  position: relative;
}

.bnr_box h1 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  position: absolute;
  top: 33%;
  left: 50%;
  letter-spacing: 0.05em;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .bnr_box h1 {
    top: 25%;
    font-size: 1.1em;
    left: 50%;
    letter-spacing: 0.05em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.bnr_box h2 {
  position: absolute;
  font-size: 1.1em;
  font-weight: 500;
  top: 35%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .bnr_box h2 {
    top: 40%;
    font-size: 0.6em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.bnr_box .btn {
  position: absolute;
  width: 36%;
  left: 32%;
  top: 65%;
}

.btn:hover {
  opacity: 0.7;
}

.collection {
  margin: 0 auto;
  width: calc(100% - 20px);
  margin-bottom: 50px;
}

.collection ul.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.collection ul.list li {
  width: calc(33% - 10px);
  margin-bottom: 20px;
}

.collection ul.list li dl {
  width: 100%;
}

.collection ul.list li dl dt {
  margin-bottom: 8px;
}

.collection ul.list li dl dt img:hover {
  opacity: 0.7;
}

.collection ul.list li dl dt.mat {
  margin-bottom: -10px;
}

.collection ul.list li dl dt.mat img:hover {
  opacity: 0.7;
}

.collection ul.list li dl dd {
  font-size: 40%;
  text-align: center;
}

.collection ul.list li dl dd.sub_text {
  font-size: 40%;
  margin-bottom: 0;
  text-align: center;
}

.collection ul.list li a {
  text-decoration: none;
}

.collection ul.list::before {
  content: "";
  display: block;
  width: calc(33% - 10px);
  order: 1;
}

.collection ul.list::after {
  content: "";
  display: block;
  width: calc(33% - 10px);
}

@media screen and (min-width: 481px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* collection
   ==================================*/
  h2 {
    text-align: center;
    color: #4b4b4b;
    font-size: 40px;
    margin-bottom: 80px;
    position: relative;
  }

  h2:after {
    position: absolute;
    content: attr(title);
    top: 0;
    font-size: 15px;
    font-weight: normal;
    color: #999999;
  }

  ul.menulist {
    margin: 0 auto 50px;
  }

  .collection {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 80px;
  }

  .collection dl {
    min-height: 150px;
  }

  .collection ul.list {
    font-size: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .collection ul.list li {
    display: inline-block;
    width: calc(33% - 20px);
    margin-bottom: 20px;
    font-size: 13px;
  }

  .collection ul.list li dl {
    width: 100%;
  }

  .collection ul.list li dl dd {
    font-size: 11px;
    margin-bottom: 5px;
    letter-spacing: 0.03em;
    line-height: 1.2em;
    font-family: Verdana, Roboto, "Droid Sans", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .collection ul.list li dl dd.sub_text {
    font-family: Verdana, Roboto, "Droid Sans", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 11px;
    margin-bottom: 0;
  }

  .collection ul.list::before {
    content: "";
    display: block;
    width: calc(33% - 20px);
    order: 1;
  }

  .collection ul.list::after {
    content: "";
    display: block;
    width: calc(33% - 20px);
  }
}

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

  .sp {
    display: none;
  }

  /* collection
   ==================================*/
  h2 {
    text-align: center;
    width: 258px;
    margin: 0 auto 50px;
    padding-top: 50px;
  }

  h2:after {
    position: absolute;
    content: attr(title);
    top: 0;
    font-size: 15px;
    font-weight: normal;
    color: #999999;
  }

  .collection {
    margin: 0 auto 230px;
    width: 100%;
    max-width: 1000px;
  }

  .collection ul.list {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .collection ul.list li {
    width: calc(25% - 20px);
    margin-bottom: 50px;
  }

  .collection ul.list li dl {
    width: 100%;
  }

  .collection ul.list li dl dd {
    font-size: 11px;
    margin-bottom: 5px;
    letter-spacing: 0.03em;
    line-height: 1.2em;
    font-weight: 500;
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", YuGothic, "游ゴシック", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }

  .collection ul.list li dl dd .sub_text {
    font-weight: 500;
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", YuGothic, "游ゴシック", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 80%;
    margin-bottom: 0;
  }

  .collection ul.list::before {
    content: "";
    display: block;
    width: calc(25% - 20px);
    order: 1;
  }

  .collection ul.list::after {
    content: "";
    display: block;
    width: calc(25% - 20px);
  }
}

@media screen and (max-width: 481px) {
  #main {
    margin-top: 60px;
  }

  ul.menulist {
    margin: 0 auto 30px;
    width: 100%;
    padding-top: 20px;
  }

  ul.menulist li {
    font-size: 13px;
  }

  ul.menulist span {
    font-size: 15px;
    margin: 0 5px;
  }

  .collection ul.list li dl dd {
    font-weight: 500;
    line-height: 3.5em;
  }

  .collection ul.list li dl dd.sub_text {
    font-size: 60%;
    margin-bottom: 0;
    font-weight: 500;
  }

  .collection ul.list li {
    min-height: 150px;
  }

  .bnr_box {
    padding-top: 0;
    margin: 0 auto;
    width: 90%;
  }
}

/* CONTENTS
==================================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .bnr_box {
    padding-top: 0;
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {

  ul.menulist {
    margin: 0 auto;
  }

  ul.menulist li {
    list-style: none;
    font-size: 2.5em;
  }


  .collection dl {
    min-height: 200px;
  }
}

@media screen and (min-width: 1000px) {
  ul.menulist {
    margin: 0 auto;
    padding-left: 3%;
    padding-top: 0;
  }

  .collection {
    padding-top: 50px;
  }
}

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