/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .pc {
    display: none;
  }
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
.l-main .u-container {
  max-width: none;
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
#slide .slick-prev, #slide .slick-next {
  z-index: 1;
  padding: 20px;
  border-radius: 50%;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  transition: .3s ease-out;
}
#slide .slick-prev {
  left: 10%;
  background: url(https://img13.shop-pro.jp/PA01284/746/etc/arrow_l.png) no-repeat center top 16px rgb(199 179 102 / 80%);
  background-size: 28px 4px;
}
#slide .slick-next {
  right: 10%;
  background: url(https://img13.shop-pro.jp/PA01284/746/etc/arrow_r.png) no-repeat center top 16px rgb(199 179 102 / 80%);
  background-size: 28px 4px;
}
#slide .slick-prev:hover, #slide .slick-next:hover {
  opacity: 0.7;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #c7b366;
  border-top: 1px solid #c7b366;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: -20px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: -20px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  /* margin-bottom: 35px; */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .pc {
    display: none !important;
  }
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slick-slide {
    width: 600px;
  }
  .p-read a.more {
    border-bottom: solid 1px;
    display: inline-block;
    margin: 2em 0 4em;
    line-height: 1.5;
  }
  .p-pickup {
    padding-top: 0;
  }
  .p-pickup .flex_cl > section {
    margin-bottom: 1.5em;
  }
  .p-pickup .flex_cl > section:first-child {
    width: 100%;
  }
  .p-pickup .flex_cl > section:first-child a {
    width: 100%;
    display: flex;
  }
  .p-pickup .flex_cl > section:first-child a figure {
    width: 56%;
  }
  .p-pickup .flex_cl > section:first-child a div {
    width: 40%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 4%;
  }
  .p-pickup .flex_cl > section figure {
    margin: 0;
  }
  .p-pickup .flex_cl > section h3 {
    margin: 1em 0 0.5em 0;
    line-height: 1.3;
    font-size: 0.8rem;
    font-weight: normal;
    color: #c7b366;
  }
  .p-pickup .flex_cl > section p {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .p-concept {
    background: #faf9f5;
  }
  .p-concept h2 span {
    color: #c7b366;
    margin-top: 0.5em;
  }
  .p-concept p {
    font-size: 0.8rem;
  }
  .p-concept p em {
    font-style: normal;
    border-bottom: solid 1px #c7b366;
  }
  .p-concept .full {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .p-concept #sign {
    text-align: right;
  }
  .p-concept #sign img {
    width: 150px;
  }

  .p-intro h2 {
    color: #c7b366 !important;
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
  }
  .p-intro .foryou ul {
    background: #faf9f5;
    padding: 20px !important;
  }
  .p-intro .reason > hgroup {
    text-align: center;
    margin-top: 50px;
  }
  .p-intro .reason > hgroup p {
    background: linear-gradient(transparent 50%, #e8e1c6 50%);
    display: inline-block;
    line-height: 1;
    margin: 0;
  }
  .p-intro .reason > hgroup h2 {
    margin-top: 0.2em;
  }
  .p-intro .reason section {
    margin-bottom: 2.5em;
  }
  .p-intro .reason section:last-child {
    margin-bottom: 1.5em;
  }
  .p-intro .reason section hgroup {
    text-align: center;
  }
  .p-intro .reason section hgroup p {
    text-align: center;
    font-size: 0.95rem;
    margin: 1em 0 0.5em;
    background: #d0c7a4;
    display: inline-block;
    color: #fff;
    position: relative;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 3px;
  }
  .p-intro .reason section hgroup p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -10px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #d0c7a4 transparent transparent transparent;
  }
  .p-intro .reason section iframe {
    min-height: 250px !important;
  }
  /*
  .p-intro .reason section hgroup p {
    text-align: center;
    font-size: 0.95rem;
    margin: 2em 0 0;
    color: #c7b366;
  }
  .p-intro .reason section hgroup p::before, .p-intro .reason section hgroup p::after {
    content: "|";
    transform: rotate(-25deg);
    display: inline-block;
    margin: 0 0.3em;
    position: relative;
    top: -0.5px;
    color: #c7b366;
  }
  .p-intro .reason section hgroup p::after {
    transform: rotate(25deg);
  } */
  .p-intro .reason section hgroup h3 {
    margin-top: 0.2em;
    line-height: 1.4;
    color: #c5a192;
    font-size: 1rem !important;
  }
  .p-intro .reason section p {
    text-align: left;
  }
  .p-intro .reason section p em {
    font-style: normal;
    background: linear-gradient(transparent 60%, #e8e1c6 60%);
  }
  .p-intro .reason section img {
    margin-bottom: 1em;
  }
  .p-gift .reco {
    text-align: center;
  }
  .p-gift h2 span {
    font-size: 1.2rem !important;
  }
  .p-gift hgroup h3::after {
    top: 13px !important;
  }
  .p-gift h4 {
    font-size: 1.1rem !important;
    margin: 1em 0 1em !important;
  }
  .p-gift .reco figure + p {
    text-align: left;
    line-height: 1.4;
    margin: 5px 0 0 0;
    font-size: 0.8rem;
  }
  .foryou ul li {
    font-size: 0.9rem !important;
  }
  .p-concept p {
    font-size: 0.85rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
  #slide .slick-prev {
    left: 2%;
  }
  #slide .slick-next {
    right: 2%;
  }
}
@media screen and (max-width: 650px) {
  .slick-slide {
    width: 350px;
  }
}
@media screen and (max-width: 400px) {
  .slick-slide {
    width: 300px;
  }
}
@media screen and (min-width: 1030px) {
  .sp {
    display: none;
  }
  figure {
    margin: 0;
  }
  a:hover {
    text-decoration: none;
  }
  .u-container h2 {
    font-size: 1.7rem;
  }
  .u-container h2 span {
    color: #c7b366;
    margin-top: 0.5em;
  }
  .p-read > p {
    font-size: 1.1rem;
  }
  .p-read .more + img {
    max-width: 900px;
    margin: auto;
    display: block;
  }
  #promise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
  }
  #promise > section {
    width: 47%;
  }
  #promise > section.mTe3 {
    margin-top: 3em !important;
  }
  #promise > section .line_bnr {
    margin-top: 41px;
    background: #f5f5f5;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 400px;
    margin: 42px auto 0;
    display: flex;
    position: relative;
    height: 112px;
    align-items: center;
    justify-content: center;
  }
  #promise > section .promise {
    max-height: 130px;
  }
  .sp {
    display: none !important;
  }
  .p-pickup .flex_cl > section h3 {
    margin: 0.9em 0 0.5em 0;
    line-height: 1.3;
    font-size: 1.2rem;
    font-weight: normal;
    color: #c7b366;
  }
  .p-pickup .flex_cl > section {
    margin-bottom: 5%;
  }
  .p-pickup .flex_cl > section a img {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  .p-pickup .flex_cl > section a:hover img {
    opacity: 0.7;
  }
  .p-ranking {
    width: 99.4vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
  }
  .p-ranking > section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1300px;
  }
  .p-ranking .p-ranking-list__num {
    left: -15px;
    top: 7px;
  }
  .p-pup-cat {
    width: 99.4vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
  }
  .p-pup-cat section {
    max-width: 900px;
    margin: auto;
  }
  .p-gift hgroup h3 span {
    font-size: 1.5rem !important;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .p-gift hgroup h3::after {
    top: 19px;
  }
  .p-gift hgroup h3 + p br {
    display: none;
  }
  .p-gift section.two {
    display: flex;
  }
  .p-gift section.two .full {
    width: 50%;
    left: auto;
    right: auto;
    margin: 0;
    display: flex;
    align-items: flex-start;
  }
  .p-gift section.two .foryou {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .p-gift section.two .foryou > div {
    margin: 0 0 0 50px;
  }
  .p-intro .reason > section {
    width: 47%;
    float: left;
    clear: both;
    text-align: left;
    margin-top: 2em;
  }
  .p-intro .reason > section:nth-child(odd) {
    float: right;
    clear: none;
  }
  .p-gift .reco {
    text-align: center;
    margin: 5em 0 0;
  }
  .p-gift .reco p {
    font-size: 0.9rem;
    line-height: 1.3;
    margin: 0.5em 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-read a.more {
    border-bottom: solid 1px;
    display: inline-block;
    margin: 2em 0 4em;
    line-height: 1.5;
  }
  .p-read a.more:hover {
    padding: 0 0.5em;
    color: #c7b366;
  }
  .promise {
    max-width: 380px;
    margin: 5em auto 0 !important;
    padding-bottom: 15px;
  }
}

.u-container h2 {
  text-align: center;
  font-weight: normal;
  display: block;
  letter-spacing: 0.1em;
}
.u-container h2 span {
  display: block;
}
.p-ranking {
  background: #faf9f5;
}
.p-ranking .p-ranking-list__ttl {
  margin-top: -1em;
}
.p-ranking .p-ranking-list__num {
  border-radius: 50%;
  background: rgb(255 255 255 / 40%);
  width: 30px;
  line-height: 30px;
  color: #878783;
  border: solid 1px #878783;
  left: -5px;
  font-size: 13px;
}
.p-ranking .p-ranking-list__num.is-1 {
  color: #c9b56a;
  border: solid 1px #c9b56a;
}
.p-ranking .p-ranking-list__num.is-2 {
  color: #b3b3af;
  border: solid 1px #b3b3af;
}
.p-ranking .p-ranking-list__num.is-3 {
  color: #c8826a;
  border: solid 1px #c8826a;
}
.p-pup-cat {
  background: #f5f2e9;
  padding: 40px 20px;
  text-align: center;
}
.p-pup-cat section {
  background: #fff;
  padding: 50px 20px;
}
.p-pup-cat section ul {
  margin-top: -10px;
}
.p-pup-cat section ul li {
  display: inline-block;
  margin: 0 0.5em 0.5em;
}
.p-pup-cat section ul li a {
  color: #c7b366;
  border-bottom: solid 1px;
}
.p-pup-cat section ul li a:hover {
  border-bottom: none;
}

.p-gift h2 span {
  color: #c7b366;
  margin-top: 1em;
  font-size: 1rem;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
.p-gift > section {
  margin-bottom: 80px;
}
.p-gift > section:last-child {
  margin-bottom: 0;
}
.p-gift hgroup h3 {
  position: relative;
}
.p-gift hgroup h3 span {
  background: #fff;
  text-align: left;
  display: inline-block;
  padding: 0 0.5em 0 0;
  z-index: 10;
  position: relative;
  font-size: 1.2rem;
  font-weight: normal;
}
.p-gift hgroup h3::after {
  content: "";
  background: url(https://img13.shop-pro.jp/PA01284/746/etc/line_loop.gif) repeat-x center left;
  background-size: 113px 3px;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 17px;
}
.p-gift hgroup p {
  margin: 0 0 3em 0;
}
.p-gift h4 {
  text-align: center;
  color: #c7b366;
  font-size: 1.4rem;
  margin: 0 0 1em;
}
.p-gift .foryou h4::before, .p-gift .foryou h4::after {
  content: "|";
  transform: rotate(-25deg);
  display: inline-block;
  margin: 0 0.3em;
  position: relative;
  top: -0.5px;
}
.p-gift .foryou h4::after {
  transform: rotate(25deg);
}
.foryou ul li {
  background: url(https://img13.shop-pro.jp/PA01284/746/etc/icon_check.png) no-repeat top 5px left;
  background-size: 13px 10px;
  padding-left: 18px;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.5;
}
.foryou ul li em {
  font-style: normal;
  color: #c7b366;
}
.p-gift .reco h4 {
  background: url(https://img13.shop-pro.jp/PA01284/746/etc/icon_kira.png) no-repeat top 7px left;
  background-size: 14px;
  padding-left: 22px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
}
.p-gift .reco ul li {
  margin-bottom: 3%;
}
.p-gift .reco figure {
  margin: 0;
}
@media screen and (min-width: 1030px) {
  .p-concept {
    background: #faf9f5;
    width:99.4vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
  }
}
.p-concept h2 span {
  color: #c7b366;
  margin-top: 0.5em;
}
.p-concept > section {
  text-align: center;
}
.p-concept > section div {
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
}
.p-concept p {
  font-size: 0.95rem;
  letter-spacing: 2px;
  line-height: 2.5;
}
.p-concept p em {
  font-style: normal;
  border-bottom: solid 1px #c7b366;
}
.p-concept .full {
  margin-top: 3em;
  margin-bottom: 3em;
}
.p-concept #sign {
  text-align: right;
}
.p-concept #sign img {
  width: 220px;
  margin-top: 1em;
}

.p-insta {
  display: block;
  padding-bottom: 0;
}
.p-insta .eui-widget-title {
  display: none !important;
}
.p-insta .eapps-link::before {
  content: "";
  background: #fff;
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: -10px;
  left: -50%;
  z-index: 1000;
}

.p-intro {
  text-align: center;
}
.p-intro h2 {
  color: #c7b366;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}
.p-intro .foryou div {
  background: #faf9f5;
  padding: 30px;
  display: inline-block;
  text-align: left;
}
.p-intro .foryou div ul {
  border: solid 1px #c7b366;
  padding: 30px;
}
.p-intro .foryou div ul li:last-child {
  margin-bottom: 0;
}
.p-intro .reason {
  overflow: hidden;
}
.p-intro .reason > hgroup {
  text-align: center;
  margin-top: 80px;
}
.p-intro .reason > hgroup p {
  background: linear-gradient(transparent 50%, #e8e1c6 50%);
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.p-intro .reason > hgroup h2 {
  margin-top: 0.2em;
}
.p-intro .reason section hgroup {
  text-align: center;
}
.p-intro .reason section hgroup p {
  text-align: center;
  font-size: 1.1rem;
  margin: 1em 0 0.5em;
  background: #d0c7a4;
  display: inline-block;
  color: #fff;
  position: relative;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
}
.p-intro .reason section hgroup p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -10px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d0c7a4 transparent transparent transparent;
}
.p-intro .reason section hgroup h3 {
  margin-top: 0.3em;
  line-height: 1.4;
  color: #c5a192;
  font-size: 1.3rem;
}
.p-intro .reason section p em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #e8e1c6 60%);
}
.p-intro .reason section img {
  margin-bottom: 1em;
}
.p-intro .reason section iframe {
  width: 100%;
  min-height: 400px;
  margin-bottom: 1em;
}

.full {
  width: 99.4vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.p-checked .c-favorite-list__price {
  margin-top: 0;
}
.insta_list {
  list-style: none;
}
.insta_list li {
  width: calc(20% - 2%);
  margin: 1%;
}
.insta_list li a {
  padding-top: 100%;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.insta_list li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.insta_list li a:hover img {
  transform: scale(1.05, 1.05);
}
@media all and (min-width: 551px) and (max-width: 767px) {
  .insta_list li {
    width: calc(33.3333% - 2%);
  }
  .insta_list li:last-child {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .insta_list li {
    width: calc(50% - 2%);
  }
}
