/*-----------------------
import.scss
-----------------------*/
/*reset --Don't use global reset!--*/


/*mediaquery*/


table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;

}
table caption, table th, table td {

  vertical-align: middle;
}
table caption, table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
} 

/**a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}**/

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

/**article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
**/
img.cover, video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  /**line-height: 1;*/
}

body {
 /*  position: relative;
  color: #484848; */
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
 /* font-size: 1.5rem;
 line-height: 1.8em;
  letter-spacing: 0.1em; */
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
} 
 /*
.txt, p {
  color: #484848;
}*/

.mincho {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.btn
.en {
  font-family: 'EB Garamond', serif;
  font-size: 5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
}

.bold {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  margin-top:3%;
}

.inner {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

h2 {
  font-size: 2.2rem;
  text-align: center;
  margin: 8rem 0;
  letter-spacing: 0.1em;
  line-height: 0.1;
}
h2 .en {
  font-size: 5rem;
  display: block;
  color: #abaa70;
  padding-bottom: 4rem;
  letter-spacing: 0.1em;
  font-family: 'EB Garamond', serif;
}
h2 .black {
  color: #484848;
}

h3 {
  font-size: 2.1rem;
  border-left: 6px solid #abaa70;
  padding-left: 1rem;
  margin: 3rem 0;
}

h4 {
  font-size: 1.6rem;
  text-align: center;
}

a {
  color: #484848;
  text-decoration: none;
}
/*
ul {
  padding: 0;
  margin: 0;
}*/


@media (max-width: 750px) {
  .pc {
    display: none;
  }

.common_menu_h li {
  margin-left: 10px !important;
margin-right: 0 !important;
}

}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

/*CONTENTS*/
.main-img {
  margin-top: 10rem;
}
.main-img .img {
  position: relative;
}
.main-img .mv {
  width: 94%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.main-img .inner {
  width: 33vw;
  margin: 0 0 0 auto;
  max-width: none;
  text-align: right;
}
.main-img .txt {
  text-align: left;
  font-size: 3.7vw;
  line-height: 1.5em;
}
.main-img .txt span {
  color: #fff;
}
.main-img .txt .mincho {
  letter-spacing: 1rem;
}
.main-img .txt .en {
  font-size: 2.4vw;
  letter-spacing: 0.5rem;
  padding-left: 0.5vw;
}

.read {
  text-align: center;
  margin: 5rem 0;
  position: relative;
}
.read .img-1 {
  position: absolute;
  left: 0;
  width: 11vw;
}

.btn-top {
  margin: 7rem 0;
}
.btn-top .flex {
  justify-content: space-between;
}
.btn-top .greenbox {
  background-color: #d1d6ac;
  width: 28rem;
  border-radius: 10px;
  position: relative;
}
.btn-top .greenbox::after {
  content: "";
  position: absolute;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #484848;
  transform: translateY(-50%);
  top: 50%;
  right: 8%;
}
.btn-top .greenbox p {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.8rem;
}

.pickup {
  background-color: #d1d6ac;
}
.pickup .ranking {
  padding: 4rem 0 10rem;
}
.pickup .ranking h2, .pickup .ranking .en {
  color: #495834;
}
.pickup .ranking:nth-child(2) {
  background-color: #d6cbac;
  padding: 4rem 0;
}
.pickup .ranking:nth-child(2) h2, .pickup .ranking:nth-child(2) .en {
  color: #654218;
}
.pickup .ranking:nth-child(2) ul li .txt .gold_txt {
  color: #7d5a3c;
}
.pickup .ranking:nth-child(2) ul li .txt .txt_height01 {
  height: 15rem;
}
.pickup .ranking:nth-child(2) ul li .txt .txt_height02 {
  height: 12.5rem;
}
.pickup .ranking:nth-child(2) ul li .txt .txt_height03 {
  height: 10rem;
}
.pickup .ranking .brand_txt {
  text-align: center;
  margin: 3rem 0;
  font-size: 2rem;
}
.pickup .ranking ul {
  margin-bottom: 2rem;
}
.pickup .ranking ul li {
  width: 24.5%;
  background-color: white;
  margin-bottom: 1rem;
}
.pickup .ranking ul li .img {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.pickup .ranking ul li .txt {
  text-align: center;
  font-size: 1.4rem;
  margin: 2rem 0;
  width: 100%;
}
.pickup .ranking ul li .txt .gold_txt {
  text-align: center !important;
  color: #767d3c;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  word-wrap: break-word;
}
.pickup .ranking ul li .txt .gold_txt span {
  font-size: 1.6rem;
}
.pickup .ranking ul li .txt .txt_height {
  height: 16rem;
}
.pickup .ranking ul li .txt p {
  text-align: justify;
  width: 90%;
  margin: 0 auto;
  color: #484848;
}
.pickup .ranking ul li .btn {
  width: 90%;
  margin: 3.5rem auto 2rem auto;
  cursor: pointer;
}
.pickup .ranking ul li .btn a {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.pickup .ranking .btn {
  border: 1px solid #767d3c;
  border-radius: 8px;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 6rem;
  background-color: #767d3c;
}
.pickup .ranking .btn a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  padding: 1rem 0;
  letter-spacing: 0.7rem;
}
.pickup .ranking .btn a::after {
  content: "";
  position: absolute;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #fff;
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
}

.pickup .ranking ul li .btn2 {
  width: 90%;
  margin: 3.5rem auto 2rem auto;
  cursor: pointer;
}
.pickup .ranking ul li .btn2 a {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.pickup .ranking .btn2 {
  border: 1px solid #654218;
  border-radius: 8px;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 6rem;
  background-color: #654218;
}
.pickup .ranking .btn2 a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  padding: 1rem 0;
  letter-spacing: 0.7rem;
}
.pickup .ranking .btn2 a::after {
  content: "";
  position: absolute;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #fff;
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
}






.mame {
  margin-top: 11rem;
}
.mame .ttl-img {
  position: relative;
}
.mame .box {
  background: #d1d6ac;
  position: relative;
}
.mame .box .cont {
  padding: 5rem;
  align-items: flex-end;
  flex-wrap: wrap;
}
.mame .box .img {
  width: 51%;
  position: relative;
  top: -3.5rem;
}
.mame .box .img .price, .mame .box .img .ttl {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.mame .box .img .ttl {
  font-size: 2.6rem;
  text-align: right;
  padding: 1.5rem;
  top: -4%;
  right: -4%;
}
.mame .box .img .ttl span {
  font-size: 2.2rem;
}
.mame .box .txt {
  width: 45%;
}
.mame .box .txt .ttl {
  font-size: 3.5rem;
  letter-spacing: 0.7rem;
  margin-bottom: 3rem;
  line-height: 4rem;
}
.mame .box .txt .ttl span {
  font-size: 2.5rem;
}
.mame .box .txt p {
  background: #fff;
  padding: 2rem;
}
.mame .box .txt p span {
  color: #ec7772;
  font-weight: 700;
}
.mame .box .txt .btn {
  margin-top: 2rem;
  cursor: pointer;
}
.mame .box .txt .btn a {
  color: #fff;
  font-size: 2.2rem;
  background: #484848;
  padding: 1.5rem 0;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 8px;
}
.mame .box .txt .btn a::after {
  content: "";
  position: absolute;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #fff;
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
}

.search {
  padding: 11rem 0;
}
.search h2 {
  margin-top: 0;
}
.search h2 span {
  color: #abaa70;
}
.search .price-list {
  background: #d1d6ac;
  padding: 2rem 0;
}
.search .price-list .flex {
  justify-content: center;
}
.search .price-list .flex li a {
  border-bottom: 1px solid #484848;
  font-size: 1.6rem;
}
.search .price-list .flex li::after {
  content: "/";
  padding: 0 1rem;
}
.search .price-list .flex li:last-child::after {
  display: none;
}
.search h3 {
  text-align: center;
  font-size: 3.5rem;
  position: relative;
  border-left: none;
  margin: 6rem 0 3rem;
}
.search h3::before, .search h3::after {
  content: "";
  position: absolute;
  border-top: 0.1rem solid;
  left: 0;
  top: 45%;
  width: 33%;
}
.search h3::after {
  left: auto;
  right: 0;
}
.search .read {
  margin: 0;
  font-size: 2.2rem;
}
.search .cont {
  margin: 11rem 0;
}
.search .cont .flex {
  margin-top: 6rem;
}
.search .cont .flex li {
  width: 24%;
  margin-bottom: 2rem;
}
.search .cont .flex li .img {
  margin-bottom: 2rem;
}
.search .cont .flex li .txt {
 text-align: left;
    font-size: 1.2rem;
   padding: 0 1rem;
    line-height: 2rem;
}
.search .cont .flex li a {
  width: 100%;
  background-color: #fff;
}
.search .cont .btn {
  border: 1px solid #484848;
  border-radius: 8px;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 6rem;
}
.search .cont .btn a {
  color: #484848;
  display: block;
  font-size: 1.8rem;
  padding: 1rem 0;
  letter-spacing: 0.7rem;
}
.search .cont .btn a::after {
  content: "";
  position: absolute;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #484848;
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
}

@media (max-width: 750px) {
  h2 {
    font-size: 1.4rem;
    margin: 3rem 0 3.5rem;
    line-height: 1;
  }
  h2 .en {
    font-size: 5rem;
    padding-bottom: 1.5rem;
    letter-spacing: 0.5rem;
  }

  h3 {
    font-size: 1.7rem;
    margin: 1rem 0;
  }

  h4 {
    font-size: 1.6rem;
    text-align: center;
  }

  .inner {
    width: 90%;
  }

  .category {
    background: #d1d6ac;
    padding: 1.5rem 0;
  }
  .category ul {
    justify-content: center;
  }
  .category ul li a {
    text-decoration: none;
    display: inline;
    line-height: 1;
    font-size: 1.1rem;
    border-bottom: 1px solid #484848;
  }
  .category ul li::after {
    content: "/";
    padding: 0 0.5rem;
  }
  .category ul li:last-child::after {
    display: none;
  }

  .main-img {
    margin: 3rem 0 -5vh;
  }
  .main-img .mv {
    width: 94%;
    height: auto;
  }

  .read {
    text-align: left;
    margin-top: 8rem;
  }

  .btn-top .greenbox {
    width: 100%;
    margin-bottom: 2rem;
  }

  .pickup .ranking:nth-child(2) {
    background-color: #d6cbac;
    padding: 6rem 0 10rem;
  }
  .pickup .ranking:nth-child(2) ul li .txt txt_height,
  .pickup .ranking:nth-child(2) ul li .txt .txt_height01,
  .pickup .ranking:nth-child(2) ul li .txt .txt_height02,
  .pickup .ranking:nth-child(2) ul li .txt .txt_height03 {
    height: auto;
  }
  .pickup .ranking .brand_txt {
    margin: 3rem 0;
    font-size: 1.7rem;
  }
  .pickup .ranking ul {
    margin: 0;
  }
  .pickup .ranking ul li {
    width: 96%;
    margin: 0 auto 3rem auto;
  }
  .pickup .ranking ul li .txt .txt_height,
  .pickup .ranking ul li .txt .txt_height01,
  .pickup .ranking ul li .txt .txt_height02,
  .pickup .ranking ul li .txt .txt_height03 {
    height: auto;
  }
  .pickup .ranking .txt .gold_txt {
    font-size: 1.5rem;
  }
  .pickup .ranking .btn {
    margin: 1rem auto 0 auto;
    width: 80%;
  }
  .pickup .ranking .btn a {
    font-size: 1.4rem;
  }
    .pickup .ranking .btn2 {
    margin: 1rem auto 0 auto;
    width: 80%;
  }
  .pickup .ranking .btn2 a {
    font-size: 1.4rem;
  }

  .mame .box .flex {
    display: block;
  }
  .mame .box .cont {
    padding: 4rem 1.5rem;
  }
  .mame .box .img {
    width: 91%;
    position: absolute;
    top: 16%;
  }
  .mame .box .txt {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .mame .box .txt .ttl {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .mame .box .txt .ttl span {
    font-size: 2rem;
  }
  .mame .box .txt p {
    margin: 107% 0 0;
    text-align: justify;
  }
  .mame .box .txt .btn {
    margin: 8% auto 0;
  }
  .mame .box .txt .btn a {
    font-size: 1.7rem;
  }

  .search {
    padding: 10rem 0;
  }
  .search .price-list {
    background: #d1d6ac;
    padding: 1rem 0;
  }
  .search .price-list .flex {
    justify-content: center;
  }
  .search .price-list .flex li a {
    font-size: 1rem;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #484848;
  }
  .search .price-list .flex li::after {
    content: "/";
    padding: 0 0.5rem;
  }
  .search .price-list .flex li:last-child::after {
    display: none;
  }
  .search h2 {
    margin-bottom: 4rem;
  }
  .search h3 {
    font-size: 2.5rem;
    margin: 3rem 0 1.5rem;
  }
  .search h3::before, .search h3::after {
    width: 23%;
  }
  .search h3::after {
    left: auto;
    right: 0;
  }
  .search .read {
    font-size: 1.7rem;
    text-align: center;
    margin: 0;
  }
  .search .cont {
    margin: 5rem 0;
  }
  .search .cont .flex {
    margin: 3rem 0 0;
  }
  .search .cont .flex li {
    width: 49%;
    margin-bottom: 2rem;
  }
  .search .cont .flex li .img {
    margin-bottom: 2rem;
  }
  .search .cont .flex li .txt {
text-align: left;
    font-size: 1.2rem;
   padding: 0 1rem;
    line-height: 2rem;
  }
  .search .cont .flex li .txt .bold {
    font-size: 4vw;
    margin: 0.7rem 0 0;
	margin-top:3%;
  }
  .search .cont .btn {
    width: 80%;
    margin-top: 4rem;
  }
  .search .cont .btn a {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
@media (max-width: 1024px) and (min-width: 751px) {
  h2 .en {
    font-size: 4.5rem;
    line-height: 1;
  }

  .ranking .no::after {
    border-right: 12vw solid transparent;
  }
  .ranking .cont ul li .txt {
    height: 29rem;
  }
  .ranking .cont ul li .btn a {
    font-size: 1rem;
  }
    .ranking .cont ul li .btn2 a {
    font-size: 1rem;
  }

  .btn-top .greenbox {
    width: 32%;
  }

  .mame .box .flex {
    display: flex;
  }
  .mame .box .cont {
    padding: 4rem 1.5rem;
  }
  .mame .box .img {
    width: 100%;
    position: absolute;
    top: 19%;
  }
  .mame .box .img img {
    width: 95%;
    text-align: center;
  }
  .mame .box .txt {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .mame .box .txt .ttl {
    font-size: 4.5rem;
    line-height: 1.5;
  }
  .mame .box .txt .ttl span {
    font-size: 3.5rem;
  }
  .mame .box .txt p {
    margin: 99% 0 0;
    font-size: 2rem;
    text-align: justify;
    line-height: 1.4;
    padding: 3rem;
  }
  .mame .box .txt .btn {
    margin: 3% auto 0;
  }
  .mame .box .txt .btn a {
    font-size: 2rem;
    padding: 3rem 0;
  }
}
