@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

#describe {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  /* font-feature-settings: "palt"; */
  font-feature-settings: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
  color: #181000;
  margin: auto;
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
  padding-bottom: 200px;
  --color1: red;
}
#describe input {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#describe .serif {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif JP', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', Georgia, 'Times New Roman', serif;
}
#describe .hirago {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#describe .notogo {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#describe .meiryo {
  font-family: 'メイリオ', Meiryo, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
}
#describe .yugo {
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#describe .font1 {
  font-family: raleway, sans-serif;
}
#describe .color_bk {
  color: #000;
}
#describe .color_w {
  color: #fff;
}
#describe .color_r {
  color: #ff0000;
}
#describe .color1 {
  color: var(--color1);
}

#describe * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
#describe *:before, #describe *:after {
  background-repeat: no-repeat;
}
#describe a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
#describe a:hover {
  opacity: 0.7;
}
#describe img {
  vertical-align: bottom;
}
#describe .spnone {
  display: block;
}
#describe .pcnone {
  display: none !important;
}

/* margin */
#describe .mt0 {
  margin-top: 0 !important;
}
#describe .mt10 {
  margin-top: 10px !important;
}
#describe .mt20 {
  margin-top: 20px !important;
}
#describe .mt30 {
  margin-top: 30px !important;
}
#describe .mt40 {
  margin-top: 40px !important;
}
#describe .mt50 {
  margin-top: 50px !important;
}
#describe .mt60 {
  margin-top: 60px !important;
}
#describe .mt70 {
  margin-top: 70px !important;
}
#describe .mt80 {
  margin-top: 80px !important;
}
#describe .mt90 {
  margin-top: 90px !important;
}
#describe .mt100 {
  margin-top: 100px !important;
}
#describe .mt120 {
  margin-top: 120px !important;
}
#describe .mt140 {
  margin-top: 140px !important;
}

#describe .mb0 {
  margin-bottom: 0 !important;
}
#describe .mb10 {
  margin-bottom: 10px !important;
}
#describe .mb20 {
  margin-bottom: 20px !important;
}
#describe .mb30 {
  margin-bottom: 30px !important;
}
#describe .mb40 {
  margin-bottom: 40px !important;
}
#describe .mb50 {
  margin-bottom: 50px !important;
}
#describe .mb60 {
  margin-bottom: 60px !important;
}
#describe .mb70 {
  margin-bottom: 70px !important;
}
#describe .mb80 {
  margin-bottom: 80px !important;
}
#describe .mb90 {
  margin-bottom: 90px !important;
}
#describe .mb100 {
  margin-bottom: 100px !important;
}
#describe .mb120 {
  margin-bottom: 120px !important;
}
#describe .mb140 {
  margin-bottom: 140px !important;
}

/* font */
#describe .fz14 {
  font-size: 14px !important;
}
#describe .fz16 {
  font-size: 16px !important;
}
#describe .fz18 {
  font-size: 18px !important;
}
#describe .fz20 {
  font-size: 20px !important;
}
#describe .fz22 {
  font-size: 22px !important;
}
#describe .fz24 {
  font-size: 24px !important;
}

#describe .fz_90 {
  font-size: 90% !important;
}
#describe .fz_80 {
  font-size: 80% !important;
}
#describe .fz_70 {
  font-size: 70% !important;
}
#describe .fz_60 {
  font-size: 60% !important;
}
#describe .fz_50 {
  font-size: 50% !important;
}

#describe .normal {
  font-weight: normal !important;
}
#describe .bold {
  font-weight: bold !important;
}

/* line-height */
#describe .lh10 {
  line-height: 1 !important;
}
#describe .lh12 {
  line-height: 1.2 !important;
}
#describe .lh13 {
  line-height: 1.3 !important;
}
#describe .lh14 {
  line-height: 1.4 !important;
}
#describe .lh15 {
  line-height: 1.5 !important;
}
#describe .lh16 {
  line-height: 1.6 !important;
}
#describe .lh17 {
  line-height: 1.7 !important;
}
#describe .lh18 {
  line-height: 1.8 !important;
}
#describe .lh19 {
  line-height: 1.9 !important;
}
#describe .lh20 {
  line-height: 2 !important;
}

/* letter-spacing */
#describe .ls-10 {
  letter-spacing: -.1em !important;
}
#describe .ls-05 {
  letter-spacing: -.05em !important;
}
#describe .ls0 {
  letter-spacing: 0 !important;
}
#describe .ls05 {
  letter-spacing: .05em !important;
}
#describe .ls10 {
  letter-spacing: .1em !important;
}

/* text */
#describe .left {
  text-align: left !important;
}
#describe .center {
  text-align: center !important;
}
#describe .right {
  text-align: right !important;
}
#describe .underline {
  padding: 0 10px;
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 72.5%, #f1ad04 72.5%);
}

/* accordion */
#describe .accordion_ttl {
  cursor: pointer;
}
#describe .accordion_ttl span {
  position: relative;
  padding-right: 1.3em;
}
#describe .accordion_ttl span::before,
#describe .accordion_ttl span::after {
  content: '';
  display: block;
  width: 22px;
  height: 4px;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 0;
  margin: auto;
}
#describe .accordion_ttl span::after {
  transform: rotate(90deg);
  transition: .3s ease;
}
#describe .accordion_ttl.active span::after {
  transform: rotate(0deg);
}
#describe .accordion_box {
  display: none;
}

/* スライダー */
#describe .slider_item {
  width: 800px;
  margin: auto;
  /* overflow: visible; */
}
.swiper-button-next, 
.swiper-button-prev {
  width: 37px;
  height: 37px;
  background: url(/ec/shop/giftmall/images/describe/icon_arrow.png) no-repeat;
  background-size: 100% auto;
  top: 580px;
}
.swiper-button-prev {
  left: 40px;
}
.swiper-button-next {
  right: 40px;
  transform: rotate(180deg);
}
.swiper-button-next::after, 
.swiper-button-prev::after {
  display: none;
}
#describe .slider_item li {
  padding: 0 20px !important;
}
#describe .slider_item .img img {
  width: 100%;
}
#describe .slider_item li p {
  font-size: 14px;
}
#describe .slider_item .item-brand {
  margin-top: .5em;
}
#describe .slider_item .item-name {
  font-weight: 500;
}
#describe .slider_item .item-price {
  font-weight: 500;
}
/* slick */
#describe .slick-dotted.slick-slider {
  margin-bottom: 0;
  border: none;
}
/* #describe .slick-dotted.slick-slider .draggable {
  padding-right: 100px;
} */
#describe .slick-arrow {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: none;
  transform: none;
  top: 100px;
  z-index: 2;
}
#describe .slick-prev {
  left: 0;
  right: auto;
  margin-left: -20px;
}
#describe .slick-next {
  left: auto;
  right: 0;
  margin-right: -20px;
}
#describe .slick-arrow::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-top: 3px solid #222;
  border-right: 3px solid #222;
  transform: rotate(45deg);
  opacity: 1;
}
#describe .slick-arrow.slick-prev::before {
  transform: rotate(-135deg);
}
#describe .slick-prev.slick-disabled, 
#describe .slick-next.slick-disabled {
  opacity: 1;
}
#describe .slick-prev.slick-disabled:before, 
#describe .slick-next.slick-disabled:before {
  opacity: .2;
  /* border-color: #e3dfd4; */
}
#describe .slick-dots {
  margin: 50px 0 0;
  position: relative;
  bottom: auto;
}
#describe .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 7px;
}
#describe .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#describe .slick-dots li button:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e3dfd4;
  top: 0;
  left: 0;
  font-size: 0;
  opacity: 1;
}
#describe .slick-dots li.slick-active button:before {
  background-color: #000;
}

/* btn */
#describe .btn1 a {
  width: 480px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/* arrow_right > */
#describe .arrow_right {
  position: relative;
  padding-right: 20px;
}
#describe .arrow_right::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
/* arrow_right2 ▼ */
#describe .arrow_right2 {
  position: relative;
  padding-right: 20px;
}
#describe .arrow_right2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
/* arrow_bottom > */
#describe .arrow_bottom {
  position: relative;
  padding-right: 20px;
}
#describe .arrow_bottom::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 8px;
  right: 20px;
  margin: auto;
}
/* arrow_bottom2 ▼ */
#describe .arrow_bottom2 {
  position: relative;
  padding-right: 20px;
}
#describe .arrow_bottom2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#describe .btn_w a {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
#describe .btn_w .arrow_right::after,
#describe .btn_w .arrow_bottom::after {
  border-color: #000;
}

/* link */
/* underline */
#describe a.link1 {
  text-decoration: underline;
}
#describe a.link1:hover {
  opacity: 1;
  text-decoration: none;
}
/* background-color */
#describe a.link2 {
  position: relative;
  font-size: 22px;
}
#describe a.link2:hover {
  opacity: 1;
}
#describe a.link2::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
}
#describe a.link2:hover::before {
  opacity: 0;
}
/* arrow ＞＞ */
#describe .arrow_w::after {
  content: '＞＞';
  display: inline-block;
  transform: scale(.65, 1);
}

/* mv */
.describe#d_content-layout {
  padding: 0;
}
.describe #d_site-path {
  background-color: transparent;
}
.describe #d_main {
  width: 1000px;
  margin: auto;
  /* border-left: 1px solid #000;
  border-right: 1px solid #000; */
  overflow: hidden;
}
#describe .contents.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #FF0000;
  color: #fff;
  font-size: 31px;
  font-weight: 500;
}
#describe .contents.mv {
  padding: 55px 0 50px;
  background-color: #F5F5F5;
}
#describe .contents.mv h1 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}
#describe .contents.mv .txt1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
}
#describe .contents.mv .txt1 .list {
  margin: 1.5em 0;
  font-weight: bold;
  text-align: left;
}

/* section */
#describe .contents {
  margin-bottom: 100px;
}
#describe .content_inner {
  width: 1000px;
  margin: auto;
}
#describe .number {
  margin: 0 .3em;
}

/* width */
#describe .w880 {
  width: 880px;
  margin: auto;
}

/* about */
#describe .contents.about .content_inner {
  padding: 60px 0 0;
}
#describe .contents.about .txt1 {
  margin-bottom: 30px;
  color: #666;
  font-size: 18px;
  font-weight: normal;
}
#describe .contents.about .nav_list {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
#describe .contents.about .nav_list li {
  margin: 0 35px;
}
#describe .contents.about .nav_list .btn1 a {
  width: 250px;
  height: 60px;
  background-color: #555;
  font-size: 18px;
}
#describe .contents.about .nav_list .btn1 .arrow_bottom::after {
  width: .5em;
  height: .5em;
  border-width: 3px;
  bottom: .3em;
}

/* flow */
#describe .contents.flow .txt1 {
  width: 640px;
  margin: auto;
  background-color: #181000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}
#describe .contents.flow .txt2 {
  margin-top: 30px;
  font-size: 15px;
}
#describe .contents.flow .flow_list {
  position: relative;
  width: 640px;
  margin: 60px auto 0;
  padding-top: 260px;
  background-color: #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
}
#describe .contents.flow .flow_list .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 640px;
  height: 260px;
  margin: auto;
  padding: 15px 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#describe .contents.flow .flow_list .qa dt {
  margin-bottom: 15px;
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
#describe .contents.flow .flow_list .qa dd {
  font-size: 18px;
  font-weight: 500;
}
#describe .contents.flow .flow_list .qa dd .small {
  font-size: 15px;
}
#describe .contents.flow .txt3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  /* transform: scale(0.9,1); */
}
#describe .contents.flow .txt3 p::before {
  content: '●';
  font-size: 80%;
  margin-right: .5em;
}
#describe .contents.flow .flow_list .input_btn {
  width: 120px;
  height: 50px;
  margin: 0 50px;
  background-color: #fff;
  border-radius: 12px;
  border: 4px solid #FFC002;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: .2s ease;
}
#describe .contents.flow .flow_list .input_btn:hover {
  opacity: .7;
}
#describe .contents.flow .flow_list #qa1 {
  position: absolute;
  top: 0;
  left: 0;
}
#describe .contents.flow .flow_list #qa2 {
  position: absolute;
  top: 0;
  right: 0;
}

/* step */
#describe .contents.step {
  display: none;
  padding: 65px 0;
  background-color: #F5F5F5;
}
#describe .contents.step .next_btn a {
  width: 350px;
  margin-bottom: 45px;
}
#describe .contents.step .txt1 {
  margin-bottom: 60px;
  font-size: 19px;
  font-weight: normal;
}
#describe .contents.step .step_box {
  position: relative;
}
#describe .contents.step .count {
  width: 44px;
  margin: auto auto 40px;
}
#describe .contents.step .txt2 {
  width: 205px;
  margin: 30px auto 0;
  font-size: 18px;
  font-weight: 500;
  /* font-feature-settings: "palt"; */
  line-height: 1.7;
  /* letter-spacing: .06em; */
}

/* next */
#describe .contents.next .next_box {
  margin-top: 70px;
}
#describe .contents .next_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin: auto;
  padding-bottom: .1em;
  background-color: #000;
  border-radius: 3em;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#describe .contents .next_btn p {
  width: 600px;
  margin: auto;
  padding: 1em 0;
  background-color: #c4c4c4;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
#describe .contents .next_btn p span {
  font-size: 18px;
}
#describe .contents.next .next_box .txt3 {
  margin-top: 15px;
  color: #3D3D3D;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
#describe .contents.next .next_box .txt3 .number {
  margin: 0 .2em;
}

/* info */
#describe .contents.info {
  margin-top: 110px;
}
#describe .contents.info .txt4 {
  width: 640px;
  margin: auto auto 40px;
  background-color: #181000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}
#describe .contents.info .txt1 {
  margin-bottom: 60px;
  color: #666;
  font-size: 24px;
  font-weight: bold;
}
#describe .contents.info .txt2 {
  margin-bottom: 50px;
  color: #666;
  font-size: 22px;
  font-weight: 500;
}
#describe .contents.info .img {
  position: relative;
  width: 650px;
  margin: auto;
}
#describe .contents.info .txt3 {
  width: 210px;
  position: absolute;
  bottom: -10px;
  right: 20px;
  color: #666;
  font-size: 22px;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: .015em;
  line-height: 1.63;
}
#describe .contents.info .info_list {
  margin-top: 100px;
  color: #666;
}
#describe .contents.info .info_list dt {
  width: 127px;
  margin: auto;
}
#describe .contents.info .info_list dd {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
}
#describe .contents.info .info_list dd li::before {
  content: '●';
  font-size: 80%;
  margin-right: .5em;
}
