@charset "UTF-8";
html,
body {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 auto;
  transition: all 1.6s ease 1s;
  background-color: #f8f6e9;
  color: #333;
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

.wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}

a:hover {
  opacity: 0.4;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6 !important;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.ja_1 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}

.en_1 {
  font-family: cormorant, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.en_ita {
  font-family: cormorant, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.timerHidden {
  display: none;
}

.timerVisible {
  display: block;
}

/* FV
    ===================================================== */
.fv-wrap {
  position: relative;
  height: 164vw;
}
@media screen and (min-width: 769px) {
  .fv-wrap {
    height: fit-content;
  }
}

.fvContainer {
  width: 91.7333333333vw;
  height: min(160vw, 760px);
  margin: 7vw auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fvContainer {
    width: min(82.6388888889vw, 1140px);
    margin: 3.5vw auto 0;
    height: min(50vw, 700px);
  }
}
.fvContainer .fvImg:nth-child(1) {
  width: 42.6666666667vw;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .fvContainer .fvImg:nth-child(1) {
    width: min(22.9166666667vw, 320px);
  }
}
.fvContainer .fvImg:nth-child(2) {
  width: 42.6666666667vw;
  position: absolute;
  right: 0;
  top: 50vw;
}
@media screen and (min-width: 769px) {
  .fvContainer .fvImg:nth-child(2) {
    width: min(22.9166666667vw, 320px);
    top: 0;
    left: min(26vw, 360px);
  }
}
.fvContainer .fvImg:nth-child(3) {
  width: 42.6666666667vw;
  position: absolute;
  left: 0;
  top: 70vw;
}
@media screen and (min-width: 769px) {
  .fvContainer .fvImg:nth-child(3) {
    width: min(22.9166666667vw, 320px);
    top: 0;
    left: min(52vw, 720px);
  }
}

.fv_ttlBox .topSubEn {
  position: absolute;
  width: clamp(60px, 26.6666666667vw, 300px);
  right: 7vw;
  top: 16vw;
}
@media screen and (min-width: 769px) {
  .fv_ttlBox .topSubEn {
    width: min(12.1527777778vw, 170px);
    right: 0;
    top: min(3vw, 40px);
  }
}
.fv_ttlBox .mainTitleSP {
  position: absolute;
  width: 84vw;
  height: fit-content;
  display: block;
  margin: 0 auto;
  top: 145vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .fv_ttlBox .mainTitleSP {
    display: none;
  }
}
.fv_ttlBox .mainTitlePC {
  position: absolute;
  width: min(52.5vw, 740px);
  top: min(40vw, 560px);
}
.fv_ttlBox .otonaLogo {
  width: 20vw;
  position: absolute;
  top: 117vw;
  right: 0;
}
@media screen and (min-width: 769px) {
  .fv_ttlBox .otonaLogo {
    width: min(7.5vw, 100px);
    right: 0;
    top: min(42vw, 590px);
  }
}

/* リード分 - ナビゲーション
    ===================================================== */
.lead {
  width: 80vw;
  margin: 0 auto;
  padding: 10vw 0 20vw;
}
@media screen and (min-width: 769px) {
  .lead {
    padding: 120px 0 140px;
  }
}

.leadText {
  font-size: max(3.4666666667vw, 13px);
  line-height: 2.3076923077;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .leadText {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.leadText:first-child {
  padding: 0 0 20px;
}

.nav {
  margin: 0 auto;
  padding: 18vw 0 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav {
    padding: 8vw 0;
  }
}
.nav::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f4efd8;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .nav::before {
    width: 100%;
    height: 100%;
    top: 0;
  }
}
.nav .navBox {
  width: 92vw;
  margin: 0 auto;
  height: 164vw;
}
@media screen and (min-width: 769px) {
  .nav .navBox {
    width: min(66.6666666667vw, 1000px);
    height: fit-content;
  }
}
.nav .navTitle {
  position: absolute;
  top: 8vw;
  left: -3vw;
  transform: rotate(-90deg);
  width: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  .nav .navTitle {
    transform: none;
    width: min(17.3611111111vw, 300px);
    top: -2vw;
    left: 18vw;
  }
}
.nav .navList {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  row-gap: 8vw;
}
@media screen and (min-width: 769px) {
  .nav .navList {
    margin: 0 auto;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 3vw;
  }
}
.nav .navList li:nth-child(1) {
  grid-column: 2/3;
}
@media screen and (min-width: 769px) {
  .nav .navList li:nth-child(1) {
    grid-column: 1/2;
  }
}
.nav .staffList {
  position: relative;
  width: 28.2666666667vw;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .nav .staffList {
    width: clamp(100px, 11.1111111111vw, 160px);
  }
}

/* メインコンテンツ
    ===================================================== */
.sec_main {
  margin: 14vw auto 24vw;
}
@media screen and (min-width: 769px) {
  .sec_main {
    margin: 100px auto 200px;
  }
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.sec_main .mainWrap .secHead {
  width: 85.3333333333vw;
  margin: 0 auto 20vw;
  color: #d3a936;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .secHead {
    width: min(83.3333333333vw, 940px);
    margin: 0 auto;
  }
}
.sec_main .mainWrap .secHead::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d3a936;
}
.sec_main .mainWrap .secHead .brandTtl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 10px;
}
.sec_main .mainWrap .secHead .secBrand {
  font-size: max(5.8666666667vw, 22px);
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .secHead .secBrand {
    font-size: 30px;
  }
}
.sec_main .mainWrap .secHead .secBrand_kana {
  font-size: max(2.4vw, 9px);
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .secHead .secBrand_kana {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap {
    width: min(83.3333333333vw, 940px);
    margin: 0 auto;
    display: flex;
    padding: 120px 0 0;
    justify-content: space-between;
  }
}
.sec_main .mainWrap .staffWrap .staff {
  width: 100vw;
  text-align: center;
  margin: 0 auto 20vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap .staff {
    width: 250px;
    margin: 0;
    height: fit-content;
    position: sticky;
    top: 50px;
  }
}
.sec_main .mainWrap .staffWrap .staff .staffName {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: max(11.7333333333vw, 44px);
  background: linear-gradient(to right, #f5e4b4 0%, #f5e4b4 100%);
  background-repeat: no-repeat;
  background-position: left bottom 5px;
  background-size: 100% 30%;
  background-repeat: no-repeat;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap .staff .staffName {
    font-size: min(4vw, 50px);
    margin: 0 auto 20px;
  }
}
.sec_main .mainWrap .staffWrap .staff .staffNameSumb {
  font-size: max(3.4666666667vw, 13px);
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap .staff .staffNameSumb {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.sec_main .mainWrap .staffWrap .staff .staffIcon {
  width: 44.8vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap .staff .staffIcon {
    width: 180px;
    margin: 0 auto 30px;
  }
}
.sec_main .mainWrap .staffWrap .staff .staffStore,
.sec_main .mainWrap .staffWrap .staff .staffHeight {
  font-size: max(3.2vw, 12px);
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap .staff .staffStore,
  .sec_main .mainWrap .staffWrap .staff .staffHeight {
    font-size: 13px;
  }
}
.sec_main .mainWrap .staffWrap .staff .staffStore {
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap .staff .staffStore {
    margin-bottom: 10px;
  }
}
.sec_main .mainWrap .staffWrap .staff .staffHeight {
  margin-bottom: 6vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap .staff .staffHeight {
    margin-bottom: 20px;
  }
}
.sec_main .mainWrap .staffWrap .staff .insta_snap {
  font-size: max(3.4666666667vw, 13px);
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap .staff .insta_snap {
    font-size: 14px;
  }
}
.sec_main .mainWrap .staffWrap .staff .staffInst {
  display: flex;
  padding-right: 4vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap .staff .staffInst {
    padding-right: 20px;
  }
}
.sec_main .mainWrap .staffWrap .staff .staffInst img {
  width: 3vw;
  padding-right: 5px;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .staffWrap .staff .staffInst img {
    width: 16px;
  }
}
.sec_main .mainWrap .staffWrap .staff .staffCode {
  text-decoration: underline black 1px;
}
.sec_main .mainWrap .sec_bestBuy {
  width: min(89.3333333333vw, 680px);
  height: fit-content;
  margin: 0 auto 25vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy {
    width: min(41.6666666667vw, 460px);
    margin: 0;
    padding: 0 40px;
  }
}
.sec_main .mainWrap .sec_bestBuy .mainItem {
  margin: 0 auto 6vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .mainItem {
    margin-bottom: 30px;
  }
}
.sec_main .mainWrap .sec_bestBuy .bestBuyTitle {
  margin: 0 auto 6vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .bestBuyTitle {
    margin-bottom: 30px;
  }
}
.sec_main .mainWrap .sec_bestBuy .no1-ttl {
  width: min(26.6666666667vw, 180px);
  position: absolute;
  top: 8vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .no1-ttl {
    top: 40px;
    width: 26%;
  }
}
.sec_main .mainWrap .sec_bestBuy .mainItemImg {
  margin: 0 auto 6vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .mainItemImg {
    margin-bottom: 26px;
  }
}
.sec_main .mainWrap .sec_bestBuy .mainCredit {
  width: min(85.3333333333vw, 680px);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .mainCredit {
    width: min(96%, 440px);
  }
}
.sec_main .mainWrap .sec_bestBuy .mainBuy {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec_main .mainWrap .sec_bestBuy .itemName {
  font-size: max(4vw, 15px);
  margin-bottom: 4vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .itemName {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.sec_main .mainWrap .sec_bestBuy .itemPrice {
  font-size: max(3.4666666667vw, 13px);
  padding-left: 1vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .itemPrice {
    font-size: 15px;
    padding-left: 5px;
  }
}
.sec_main .mainWrap .sec_bestBuy .buyBtn1 {
  font-size: max(3.4666666667vw, 13px);
  padding: 1.5vw 3vw 1vw;
  background-color: #e3d09c;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .buyBtn1 {
    font-size: 15px;
    padding: 8px 15px 5px;
  }
}
.sec_main .mainWrap .sec_bestBuy .staffComment1 {
  padding-bottom: 10vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .staffComment1 {
    width: min(96%, 440px);
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.sec_main .mainWrap .sec_bestBuy .staffComment1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transform: translateY(7vw);
  background-color: #d3a936;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .staffComment1::after {
    transform: translateY(30px);
  }
}
.sec_main .mainWrap .sec_bestBuy .staffComment1 .Comment1Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .staffComment1 .Comment1Box {
    margin-bottom: 10px;
  }
}
.sec_main .mainWrap .sec_bestBuy .staffComment1 .Comment1Box .commentIcon {
  width: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .staffComment1 .Comment1Box .commentIcon {
    width: max(50px, 15%);
  }
}
.sec_main .mainWrap .sec_bestBuy .staffComment1 .Comment1Box .commentTitle {
  font-size: max(4.8vw, 18px);
  width: min(73.3333333333vw, 540px);
  color: #d3a936;
  transform: translateY(-1vw);
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .staffComment1 .Comment1Box .commentTitle {
    font-size: 18px;
    width: min(82%, 440px);
  }
}
.sec_main .mainWrap .sec_bestBuy .staffComment1 .Comment1Box .commentTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transform: translateY(2vw);
  background-color: #d3a936;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .staffComment1 .Comment1Box .commentTitle::after {
    transform: translateY(8px);
  }
}
.sec_main .mainWrap .sec_bestBuy .staffComment1 .itemPoint {
  width: min(85.3333333333vw, 680px);
  margin: 0 auto;
  font-size: max(3.2vw, 12px);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .staffComment1 .itemPoint {
    width: min(96%, 440px);
    margin: 0 auto;
    font-size: 13px;
  }
}
.sec_main .mainWrap .sec_bestBuy .campaignBtn {
  display: block;
  font-size: max(2.9333333333vw, 11px);
  width: 100%;
  text-align: center;
  margin: 6vw auto 10vw;
  line-height: 14vw;
  background-color: #f1e8c8;
  position: relative;
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .campaignBtn {
    width: min(96%, 440px);
    font-size: 14px;
    margin: 30px auto 50px;
    line-height: 60px;
  }
}
.sec_main .mainWrap .sec_bestBuy .campaignBtn:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(241, 232, 200, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-bottom-color: #f1e8c8;
  bottom: 100%;
  left: 50%;
}
.sec_main .mainWrap .sec_bestBuy .campaignBtn .marker2 {
  font-size: max(3.7333333333vw, 14px);
  padding: 0 1px 0 3px;
}
@media screen and (min-width: 769px) {
  .sec_main .mainWrap .sec_bestBuy .campaignBtn .marker2 {
    font-size: 15px;
  }
}

/* スタイリング
    ===================================================== */
.sec_styling {
  overflow-x: hidden;
}
.sec_styling .stylingContents {
  width: min(80.8vw, 680px);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents {
    width: min(83.3333333333vw, 940px);
  }
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .stylingWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.sec_styling .stylingContents .stylingBg2 {
  position: relative;
}
.sec_styling .stylingContents .stylingBg2::before {
  content: "";
  display: block;
  width: 100%;
  height: 54vw;
  background-color: #f8f6e9;
  margin: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .stylingBg2::before {
    width: 100%;
    height: 250px;
  }
}
.sec_styling .stylingContents .stylingTitle {
  display: block;
  width: min(61.3333333333vw, 600px);
  margin: 0 auto 8vw;
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .stylingTitle {
    width: min(34.7222222222vw, 360px);
    margin: 0 auto 60px 0;
  }
}
.sec_styling .stylingContents .stylingItem {
  z-index: 20;
}
.sec_styling .stylingContents .stylingBox {
  margin: 0 auto 20vw;
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .stylingBox {
    width: min(54%, 500px);
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .stylingRight {
    width: min(35vw, 310px);
    margin-right: 0;
  }
}
.sec_styling .stylingContents .stylingBg {
  width: 100%;
  margin: 0;
  height: fit-content;
  background-color: #f4efd8;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  padding-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .stylingBg {
    padding-bottom: 150px;
  }
}
.sec_styling .stylingContents .creditWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .creditWrap {
    margin-bottom: 15px;
  }
}
.sec_styling .stylingContents .creditWrap .credit_img {
  width: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .creditWrap .credit_img {
    width: 46px;
    padding-right: 16px;
  }
}
.sec_styling .stylingContents .creditWrap .creditBox {
  width: 50.6666666667vw;
  font-size: max(2.9333333333vw, 11px);
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .creditWrap .creditBox {
    width: 100%;
    font-size: 11px;
  }
}
.sec_styling .stylingContents .creditWrap .credit_name {
  margin-bottom: 2vw;
  line-height: 1.3333333333;
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .creditWrap .credit_name {
    width: 90%;
    margin-bottom: 10px;
  }
}
.sec_styling .stylingContents .creditWrap .credit_price {
  display: inline;
}
.sec_styling .stylingContents .creditWrap .credit_sale {
  display: inline;
  color: red;
}
.sec_styling .stylingContents .creditWrap .buyBtn2 {
  display: block;
  font-size: max(2.9333333333vw, 11px);
  padding: 1.5vw 2vw 1vw;
  background-color: #e3d09c;
  text-align: center;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .creditWrap .buyBtn2 {
    font-size: 13px;
    padding: 5px 10px 3px;
  }
}
.sec_styling .stylingContents .slick-num {
  position: absolute;
  top: 113vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: max(2.9333333333vw, 11px);
  letter-spacing: 5px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .slick-num {
    top: auto;
    bottom: -33px;
    left: 24.3%;
    transform: none;
    font-size: 12px;
    z-index: 100;
  }
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .slick-prev {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 14%;
  }
}
@media screen and (min-width: 769px) {
  .sec_styling .stylingContents .slick-next {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 39%;
  }
}

/* No.2 No.3
    ===================================================== */
.sec_ranking {
  margin: 28vw auto 15vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_ranking {
    margin: 180px auto 40px;
  }
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingWrap {
    width: min(83.3333333333vw, 940px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
  }
}
.sec_ranking .rankingItem {
  width: 89.3333333333vw;
  margin: 0 auto 30vw;
  height: fit-content;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingItem {
    width: 300px;
    margin: 0 auto 0;
  }
}
.sec_ranking .rankingItem:first-child {
  margin-bottom: 40vw;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingItem:first-child {
    margin-bottom: 0;
  }
}
.sec_ranking .rankingItem:nth-child(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingItem:nth-child(2) {
    margin-bottom: 0;
    padding-top: 100px;
  }
}
.sec_ranking .rankingItem .no2-ttl {
  width: min(69.3333333333vw, 680px);
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingItem .no2-ttl {
    width: 300px;
  }
}
.sec_ranking .rankingItem .no2-ttl .ttlMin {
  font-size: max(3.2vw, 12px);
  position: absolute;
  top: -7vw;
  left: 0;
  color: #d3a936;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingItem .no2-ttl .ttlMin {
    font-size: 18px;
    top: -26px;
  }
}
.sec_ranking .rankingItem .no2-ttl img {
  width: min(18.6666666667vw, 680px);
  position: absolute;
  right: 2vw;
  top: -9vw;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingItem .no2-ttl img {
    width: 80px;
    top: -36px;
    right: 8px;
  }
}
.sec_ranking .rankingItem .rankingImg {
  width: min(69.3333333333vw, 680px);
  margin: 0 auto 3vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingItem .rankingImg {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.sec_ranking .rankingItem .rankingImg img {
  margin-bottom: 6vw;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingItem .rankingImg img {
    margin-bottom: 20px;
  }
}
.sec_ranking .rankingItem .staffComment2 {
  position: relative;
}
.sec_ranking .rankingItem .rankingBg {
  display: block;
  width: 100%;
  height: 83%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 40vw;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingItem .rankingBg {
    display: none;
  }
}
.sec_ranking .rankingCredit {
  width: min(69.3333333333vw, 680px);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingCredit {
    width: 100%;
  }
}
.sec_ranking .rankingCredit .rankingBuy {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec_ranking .rankingCredit .itemName2 {
  font-size: max(3.2vw, 12px);
  margin-bottom: 4vw;
  line-height: 1.3333333333;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingCredit .itemName2 {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.sec_ranking .rankingCredit .itemPrice2 {
  font-size: max(2.9333333333vw, 11px);
  padding-left: 1vw;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingCredit .itemPrice2 {
    padding-left: 4px;
  }
}
.sec_ranking .rankingCredit .buyBtn2 {
  font-size: max(3.4666666667vw, 13px);
  padding: 1.5vw 3vw 1vw;
  background-color: #e3d09c;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingCredit .buyBtn2 {
    font-size: 13px;
    padding: 5px 10px 3px;
  }
}
.sec_ranking .rankingCredit .campaignTxt {
  font-size: max(2.9333333333vw, 11px);
  width: 100%;
  text-align: center;
  margin: 4vw auto 8vw;
  padding: 3vw 0;
  background-color: #f6f1dd;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingCredit .campaignTxt {
    font-size: 12px;
    padding: 15px 0 18px;
    margin: 20px auto 30px;
  }
}
.sec_ranking .rankingCredit .campaignTxt:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(246, 241, 221, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-bottom-color: #f6f1dd;
  bottom: 100%;
  left: 50%;
}
.sec_ranking .rankingCredit .marker1 {
  padding-left: 2px;
  font-size: max(3.4666666667vw, 13px);
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingCredit .marker1 {
    font-size: 14px;
  }
}
.sec_ranking .staffComment2 {
  width: min(64vw, 680px);
  margin: 0 auto;
  padding-bottom: 10vw;
}
@media screen and (min-width: 769px) {
  .sec_ranking .staffComment2 {
    width: 100%;
    padding-bottom: 60px;
  }
}
.sec_ranking .staffComment2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transform: translateY(7vw);
  background-color: #d3a936;
}
@media screen and (min-width: 769px) {
  .sec_ranking .staffComment2::after {
    transform: translateY(30px);
  }
}
.sec_ranking .staffComment2 .Comment2Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .sec_ranking .staffComment2 .Comment2Box {
    margin-bottom: 10px;
  }
}
.sec_ranking .staffComment2 .Comment2Box .commentIcon2 {
  width: min(13.3333333333vw, 100px);
  transform: translateX(-3vw);
}
@media screen and (min-width: 769px) {
  .sec_ranking .staffComment2 .Comment2Box .commentIcon2 {
    width: 50px;
    transform: translateX(-5px);
  }
}
.sec_ranking .staffComment2 .Comment2Box .commentTitle2 {
  font-size: max(4vw, 15px);
  width: min(58.6666666667vw, 540px);
  color: #d3a936;
  transform: translateY(-1vw);
}
@media screen and (min-width: 769px) {
  .sec_ranking .staffComment2 .Comment2Box .commentTitle2 {
    width: 240px;
    font-size: 16px;
    transform: translateY(-5px);
  }
}
.sec_ranking .staffComment2 .Comment2Box .commentTitle2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transform: translateY(2vw);
  background-color: #d3a936;
}
@media screen and (min-width: 769px) {
  .sec_ranking .staffComment2 .Comment2Box .commentTitle2::after {
    transform: translateY(10px);
  }
}
.sec_ranking .staffComment2 .itemPoint2 {
  margin: 0 auto;
  font-size: max(2.6666666667vw, 10px);
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .sec_ranking .staffComment2 .itemPoint2 {
    font-size: 12px;
  }
}
.sec_ranking .rankingBg2 {
  display: none;
}
@media screen and (min-width: 769px) {
  .sec_ranking .rankingBg2 {
    content: "";
    display: block;
    width: 90vw;
    margin: 0 auto;
    height: 640px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* 関連商品
    ===================================================== */
.sec_other {
  width: 100%;
  position: relative;
  padding: 24vw 0;
  text-align: center;
  /* swiper
  ===================================================== */
  /* 自動取得
  ===================================================== */
}
@media screen and (min-width: 769px) {
  .sec_other {
    padding: 100px 0;
  }
}
.sec_other::before {
  content: "";
  display: block;
  width: 100vw;
  height: 60%;
  background-color: #f4efd8;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .sec_other::before {
    width: 100%;
    height: 60%;
  }
}
.sec_other .otherTitle {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 10vw;
  font-size: max(8vw, 30px);
}
@media screen and (min-width: 769px) {
  .sec_other .otherTitle {
    font-size: 34px;
    margin: 0 auto 60px;
  }
}
.sec_other .otherSub {
  display: block;
  width: fit-content;
  margin: 0 auto 8vw;
  color: #d3a936;
  font-size: max(4.8vw, 18px);
}
@media screen and (min-width: 769px) {
  .sec_other .otherSub {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}
.sec_other .otherSub::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transform: translateY(1.5vw);
  background-color: #d3a936;
}
@media screen and (min-width: 769px) {
  .sec_other .otherSub::after {
    transform: translateY(6px);
  }
}
.sec_other .otherBtn {
  display: block;
  position: relative;
  text-align: center;
  width: min(74.6666666667vw, 500px);
  margin: 0 auto;
  line-height: 12.5vw;
  background-color: #4B4942;
}
@media screen and (min-width: 769px) {
  .sec_other .otherBtn {
    width: 400px;
    line-height: 60px;
  }
}
.sec_other .otherBtn a {
  color: #fff;
  font-size: max(4vw, 15px);
}
@media screen and (min-width: 769px) {
  .sec_other .otherBtn a {
    font-size: 15px;
  }
}
.sec_other .swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .sec_other .swiper.spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sec_other .swiper.spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec_other .swiper.pcNone {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .sec_other .swiper.pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec_other .swiper {
    padding-bottom: 10.4651162791vw;
    margin-bottom: 9.3023255814vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_other .swiper {
    margin-bottom: 55px;
    max-width: 920px;
    padding: 0 20px 60px;
  }
}
.sec_other .swiper-scrollbar {
  background: #c3c3c3;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
@media screen and (min-width: 769px) {
  .sec_other .swiper-scrollbar {
    width: 390px !important;
    height: 2px !important;
  }
}
@media screen and (max-width: 768px) {
  .sec_other .swiper-scrollbar {
    width: 47.4418604651vw !important;
    height: 0.4651162791vw !important;
  }
}
.sec_other .swiper-scrollbar-drag {
  background: #000;
}
@media screen and (max-width: 768px) {
  .sec_other .swiper-wrapper > div:first-of-type, .sec_other .swiper-wrapper > li:first-of-type {
    margin-left: 6.976744186vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_other .swiper-wrapper > div:last-of-type, .sec_other .swiper-wrapper > li:last-of-type {
    margin-right: 6.976744186vw !important;
  }
}
.sec_other .swiper-wrapper a {
  display: block;
}
.sec_other .swiper-wrapper a > p {
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_other .swiper-wrapper img {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .sec_other .swiper-wrapper img {
    margin-bottom: 2.7906976744vw;
  }
}
.sec_other .swiper-wrapper img + span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #92a9b5;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .sec_other .swiper-wrapper img + span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec_other .swiper-wrapper img + span {
    font-size: 2.3255813953vw;
    padding: 3px 8px;
  }
}
.sec_other .swiper-wrapper .ico_box {
  display: none;
}
.sec_other .swiper-wrapper .ico_box + p {
  display: none;
}
.sec_other .swiper-wrapper .textOverflow,
.sec_other .swiper-wrapper .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .sec_other .swiper-wrapper .textOverflow,
  .sec_other .swiper-wrapper .label {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 768px) {
  .sec_other .swiper-wrapper .textOverflow,
  .sec_other .swiper-wrapper .label {
    font-size: 2.5581395349vw;
    line-height: 1.4545454545;
  }
}
@media screen and (min-width: 769px) {
  .sec_other .swiper-wrapper .price,
  .sec_other .swiper-wrapper .salecolor,
  .sec_other .swiper-wrapper .salecolor + .price {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec_other .swiper-wrapper .price,
  .sec_other .swiper-wrapper .salecolor,
  .sec_other .swiper-wrapper .salecolor + .price {
    font-size: 2.5581395349vw;
  }
}
.sec_other .swiper-wrapper .salecolor,
.sec_other .swiper-wrapper .salecolor + .price {
  color: #cc0b0b;
}

/* 個別設定
===================================================== */
@media screen and (max-width: 768px) {
  #sec__7 .brandTtl {
    display: block;
  }
  #sec__7 .brandTtl .secBrand_kana {
    padding: 1vw 0;
  }
}

/* .totop
===================================================== */
.totop {
  width: 36px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: opacity 0.5s;
  display: block;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .totop {
    width: 40px;
  }
}

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