@charset "euc-jp";

html, body, div, ul, li, div, dl, dd, dt, hr, p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}




a {
  color: #111111;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}

a:hover img {
  opacity: 0.7;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

/* =24px */
p {
  text-align: left;
}

@media all and (min-width: 801px) {
  p {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 520px) {
  p {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

@media all and (max-width: 800px) and (min-width: 521px) {
  p {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

.red {
  color: #CC0000;
}


.recommends {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 960px) {
 .recommends {
    max-width: 1100px;
    padding: 0 15px;
  }
}

.recommends {
  margin-top: 20px;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .recommends {
    margin-top: 20px;
    padding: 0;
  }
}

.recommend {
  display: block;
}

.recommend:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (min-width: 960px) {
  .recommend:not(:first-child) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c3 {
    margin-top: calc(70% * -0.16 + 250px) !important;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c5 {
    margin-top: calc(70% * -0.16 + 250px) !important;
  }
}

.recommend__image {
  content: '';
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .recommend__image {
    width: 60%;
    background-size: contain;
    background-position: center bottom;
  }
}

.recommend__image:before {
  content: '';
  display: block;
  padding-top: 62.97%;
}

.recommend__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 0 0;
}

@media only screen and (min-width: 960px) {
  .recommend__inner {
    display: block;
    width: 40%;
    margin: 0;
    padding: 0 20px 0 20px;
  }
}

.recommend__header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .recommend__header {
    width: auto;
    padding: 0;
  }
}

.recommend__title {
  margin: 0 auto;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 960px) {
  .recommend__title {
    margin: 0 0 0 auto;
  }
}

.recommend__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  padding: 0 25px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 960px) {
  .recommend__content {
    width: auto;
    padding: 0;
    margin-top: 100px;
  }
}

@media only screen and (min-width: 960px) {
  .recommend__content:before {
    content: '';
    background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/img_line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 10px;
    width: 100px;
    display: block;
    margin: 0 auto 10px 20px;
  }
}

.recommend__content p {
  line-height: 2;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .recommend__content p {
    line-height: 2.3;
    font-size: 14px;
  }
}

.recommend__footer {
  padding: 14px 0 0;
}

@media only screen and (min-width: 960px) {
  .recommend__footer {
    padding: 23px 0 0 16px;
  }
}

.recommend__trigger {
  display: inline-block;
  position: relative;
  padding: 4px 20px 2px;
  line-height: 1.5;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .recommend__trigger {
    padding: 4px 32px 3px;
    font-size: 16px;
  }
}

.recommend__trigger:before, .recommend__trigger:after {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
}

.recommend__trigger:before {
  border-radius: 4px;
}

.recommend--c1 .recommend__image {
  background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/img_top_hokkaido.jpg");
}

.recommend--c1 .recommend__title {
  background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/txt_top_hokkaido.svg");
}

@media only screen and (min-width: 960px) {
  .recommend--c1 .recommend__title {
    background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/txt_top_hokkaido.svg");
  }
}

.recommend--c2 .recommend__image {
  background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/img_top_tokusima2.jpg");
}

.recommend--c2 .recommend__title {
  background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/txt_top_tokusima.svg");
}

@media only screen and (min-width: 960px) {
  .recommend--c2 .recommend__title {
    background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/txt_top_tokusima.svg");
  }
}

.recommend--c3 .recommend__image {
  background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/img_top_yagi.jpg");
}

.recommend--c3 .recommend__title {
  background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/txt_top_gendaibutudan.svg");
}

@media only screen and (min-width: 960px) {
  .recommend--c3 .recommend__title {
    background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/txt_top_gendaibutudan.svg");
  }
}

.recommend--c4 .recommend__image {
  background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/img_top_kakejiku.jpg");
}

.recommend--c4 .recommend__title {
  background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/txt_top_kakejiku.svg");
}

@media only screen and (min-width: 960px) {
  .recommend--c4 .recommend__title {
    background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/txt_top_kakejiku.svg");
  }
}

.recommend--c5 .recommend__image {
  background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/img_top_tamayura.jpg");
}

.recommend--c5 .recommend__title {
  background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/txt_top_rin.svg");
}

@media only screen and (min-width: 960px) {
  .recommend--c5 .recommend__title {
    background-image: url("https://www.rakuten.ne.jp/gold/altar-fujishi/img-o/txt_top_rin.svg");
  }
}

.recommend--c1 .recommend__title {
  width: 52px;
  height: 148px;
  margin-top: -20px;
}

@media only screen and (min-width: 960px) {
  .recommend--c1 .recommend__title {
    width: 300px;
    height: 180px;
    margin-top: -55px;
  }
}

.recommend--c2 .recommend__title {
  width: 52px;
  height: 132px;
  margin-top: -25px;
}

@media only screen and (min-width: 960px) {
  .recommend--c2 .recommend__title {
    width: 300px;
    height: 180px;
    margin-top: 0;
  }
}

.recommend--c3 .recommend__title {
  width: 52px;
  height: 148px;
  margin-top: -20px;
}

@media only screen and (min-width: 960px) {
  .recommend--c3 .recommend__title {
    width: 300px;
    height: 180px;
    margin-top: -100px;
  }
}

.recommend--c4 .recommend__title {
  width: 62px;
  height: 110px;
  margin-top: -13px;
}

@media only screen and (min-width: 960px) {
  .recommend--c4 .recommend__title {
    width: 300px;
    height: 180px;
    margin-top: 0;
  }
}

.recommend--c5 .recommend__title {
  width: 84px;
  height: 148px;
  margin-top: -23px;
}

@media only screen and (min-width: 960px) {
  .recommend--c5 .recommend__title {
    width: 300px;
    height: 180px;
    margin-top: -26px;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c2 .recommend__image,
  .recommend--c4 .recommend__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-position: center top;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c2 .recommend__inner,
  .recommend--c4 .recommend__inner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 40px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c2 .recommend__title,
  .recommend--c4 .recommend__title {
    margin-left: 0;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c1 .recommend__content,
  .recommend--c3 .recommend__content,
  .recommend--c5 .recommend__content {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c3 .recommend__content {
    margin-top: 70px;
  }
}


.front-recommend {
  background: #f9f9f9;
  margin: 0;
}
@media only screen and (max-width: 414px) {
  .front-recommend {
    display: none;
  }
}

.front-recommend__inner {
  width: 800px;
  margin: 0 auto;
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__inner {
    width: 100%;
    padding: 0 4%;
  }
}
@media only screen and (min-width: 1140px) {
  .front-recommend__block {
    margin-top: 0px;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__block {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__block {
    margin-top: 7%;
  }
}

@media only screen and (min-width: 1140px) {
  .front-recommend__box2, .front-recommend__box1 {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__box2, .front-recommend__box1 {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__box2, .front-recommend__box1 {
    padding: 8% 0;
    display: block;
  }
}

@media only screen and (min-width: 1140px) {
  .front-recommend__box2 {
    border-top: 1px solid #dddddd;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__box2 {
    border-top: 1px solid #dddddd;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__box2 {
    border-top: 1px solid #dddddd;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 1140px) {
  .front-recommend__thumb {
    width: 300px;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__thumb {
    width: 30%;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__thumb {
    width: 100%;
  }
}

@media only screen and (min-width: 1140px) {
  .front-recommend__contents {
    width: 400px;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__contents {
    width: 65%;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__contents {
    width: 100%;
  }
}

.front-recommend__state {
  font-family: "Questrial", sans-serif;
}
@media only screen and (min-width: 1140px) {
  .front-recommend__state--ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__state--ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__state--ul {
    margin-top: 4%;
  }
}
.front-recommend__state--ul li {
  background: #790e1e;
  color: white;
}
@media only screen and (min-width: 1140px) {
  .front-recommend__state--ul li {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__state--ul li {
    font-size: 0.825rem;
    line-height: 1.36;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__state--ul li {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
  }
}
@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__state--ul li {
    font-size: 0.825rem;
    line-height: 1.36;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__state--ul li {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__state--ul li {
    font-size: 0.825rem;
    line-height: 1.36;
  }
}

@media only screen and (min-width: 1140px) {
  .front-recommend__details {
    margin-top: 20px;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__details {
    margin-top: 4%;
  }
}

.front-recommend__details--brand {
  font-family: "Questrial", sans-serif;
}
@media only screen and (min-width: 1140px) {
  .front-recommend__details--catch {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--catch {
    font-size: 0.9625rem;
    line-height: 1.36;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--catch {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--catch {
    font-size: 0.9625rem;
    line-height: 1.36;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__details--catch {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--catch {
    font-size: 0.825rem;
    line-height: 1.36;
  }
}

.front-recommend__details--title {
  font-weight: bold;
}
@media only screen and (min-width: 1140px) {
  .front-recommend__details--title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
    line-height: 1;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--title {
    font-size: 1.375rem;
    line-height: 1.36;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7;
    line-height: 1;
    margin-top: 5px;
  }
}
@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--title {
    font-size: 1.16875rem;
    line-height: 1.36;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__details--title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--title {
    font-size: 1.1rem;
    line-height: 1.36;
  }
}

.front-recommend__details--ul {
  font-family: "Questrial", sans-serif;
}
@media only screen and (min-width: 1140px) {
  .front-recommend__details--ul {
    margin-top: 20px;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--ul {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__details--ul {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 1140px) {
  .front-recommend__details--ul li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--ul li {
    font-size: 0.825rem;
    line-height: 1.36;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--ul li {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.7;
  }
}
@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--ul li {
    font-size: 0.6875rem;
    line-height: 1.36;
  }
}

.front-recommend__details--price {
  font-family: "Cabin", sans-serif;
  color: red;
}
@media only screen and (min-width: 1140px) {
  .front-recommend__details--price {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--price {
    font-size: 1.71875rem;
    line-height: 1.36;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--price {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.7;
  }
}
@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--price {
    font-size: 1.71875rem;
    line-height: 1.36;
  }
}
@media only screen and (min-width: 1140px) {
  .front-recommend__details--price span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--price span {
    font-size: 0.89375rem;
    line-height: 1.36;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--price span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    margin-left: 5px;
  }
}
@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--price span {
    font-size: 0.89375rem;
    line-height: 1.36;
  }
}

.front-recommend__details--btn {
  font-family: "Questrial", sans-serif;
}
.front-recommend__details--btn a {
  background: #222222;
  color: white;
}
@media only screen and (min-width: 1140px) {
  .front-recommend__details--btn a {
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--btn a {
    font-size: 1.1rem;
    line-height: 1.36;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--btn a {
    display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--btn a {
    font-size: 1.1rem;
    line-height: 1.36;
  }
}
@media only screen and (max-width: 414px) {
  .front-recommend__details--btn a {
    text-align: center;
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--btn a {
    font-size: 1.1rem;
    line-height: 1.36;
  }
}
.front-recommend__details--btn a:hover {
  background: #000000;
}
@media only screen and (min-width: 1140px) {
  .front-recommend__details--btn {
    margin-top: 15px;
  }
}
@media (min-width: 415px) and (max-width: 1139px) {
  .front-recommend__details--btn {
    margin-top: 15px;
  }
}