@charset "UTF-8";
/*メディアクエリ*/
* {
  word-break: break-all;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body, input, textarea, select {
  font-size: 20px;
  color: #3b3431;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1;
}

body {
  margin: 0;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  transition: all 0.3s;
}

sup {
  font-size: 0.5em;
  vertical-align: top;
}

/********************************
	flexbox 基本class
	wrapやjustify-contentの指定は個別のcss classで追記する
********************************/
*.flexbox {
  display: flex;
}

#container {
  width: 100%;
  max-width: 2000px;
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #container .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #container {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
    font-size: 1.6666666667vw;
  }
  #container .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  #container {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
  }
  #container .pc_only {
    display: none !important;
  }
}

.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    width: 100%;
  }
}

/**-----------------------------
  FV
-----------------------------**/
#fv {
  position: relative;
  background: url(../images/fv_bg.jpg) center top no-repeat;
  height: 810px;
  /* マスクアニメーション */
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv {
    background-size: 166.6666666667vw 67.5vw;
    height: 67.5vw;
  }
}
@media screen and (max-width: 750px) {
  #fv {
    background: url(../images/fv_bg_sp.jpg) center top no-repeat;
    background-size: 100vw 196vw;
    height: 196vw;
  }
}
#fv > .inner {
  height: 810px;
  padding-top: 124px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv > .inner {
    height: 67.5vw;
    padding-top: 10.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #fv > .inner {
    height: 196vw;
    padding-top: 28vw;
  }
}
#fv h1.title_img {
  width: 566px;
  margin-left: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv h1.title_img {
    width: 47.1666666667vw;
    margin-left: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #fv h1.title_img {
    width: 57.2vw;
    margin-left: 4.6666666667vw;
  }
}
#fv .dl_link_wrap {
  margin: 75px 0 0 137px;
  column-gap: 12px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv .dl_link_wrap {
    margin: 6.25vw 0 0 11.4166666667vw;
    column-gap: 1vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .dl_link_wrap {
    margin: 21.3333333333vw auto 0;
    justify-content: center;
    column-gap: 2.6666666667vw;
  }
}
#fv .dl_link_wrap .app_store, #fv .dl_link_wrap .google_play {
  width: 180px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv .dl_link_wrap .app_store, #fv .dl_link_wrap .google_play {
    width: 15vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .dl_link_wrap .app_store, #fv .dl_link_wrap .google_play {
    width: 37.0666666667vw;
  }
}
#fv .teraoka_icon {
  position: absolute;
  width: 177px;
  right: 63px;
  bottom: 100px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv .teraoka_icon {
    width: 14.75vw;
    right: 5.25vw;
    bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .teraoka_icon {
    position: relative;
    margin: 12vw 0 0 61.0666666667vw;
    width: 36vw;
    right: unset;
    bottom: unset;
  }
}
#fv .fv_slider_wrap {
  position: absolute;
  width: 246px;
  height: 471px;
  top: 184px;
  right: 170px;
  padding: 6px 10px 9px;
  overflow: hidden;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv .fv_slider_wrap {
    width: 20.5vw;
    height: 39.25vw;
    top: 15.3333333333vw;
    right: 14.1666666667vw;
    padding: 0.5vw 0.8333333333vw 0.75vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .fv_slider_wrap {
    width: 40.8vw;
    height: 78.1333333333vw;
    top: 32vw;
    right: -4.4vw;
    padding: 1.2vw 1.6vw;
  }
}
#fv .fv_slider_wrap .fv_slider {
  width: 226px;
  height: 456px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv .fv_slider_wrap .fv_slider {
    width: 18.8333333333vw;
    height: 38vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .fv_slider_wrap .fv_slider {
    width: 37.6vw;
    height: 75.7333333333vw;
  }
}
#fv .fv_slider_wrap .fv_slider_frame {
  position: absolute;
  width: 246px;
  height: 471px;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv .fv_slider_wrap .fv_slider_frame {
    width: 20.5vw;
    height: 39.25vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .fv_slider_wrap .fv_slider_frame {
    width: 40.8vw;
    height: 78.1333333333vw;
  }
}
#fv .img-wrap {
  position: absolute;
  top: 7px;
  left: 9px;
  width: 226px;
  height: 456px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv .img-wrap {
    top: 0.5833333333vw;
    left: 0.75vw;
    width: 18.8333333333vw;
    height: 38vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .img-wrap {
    top: 1.0666666667vw;
    left: 1.6vw;
    width: 37.6vw;
    height: 75.7333333333vw;
  }
}
#fv .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#fv .img-wrap.reveal {
  clip-path: inset(0 100% 0 0);
  animation: reveal-mask 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes reveal-mask {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}
#fv a.fv_belt_link_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1200px;
  height: 80px;
  margin-left: 148px;
  align-items: center;
}
#fv a.fv_belt_link_wrap:hover * {
  opacity: 1;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv a.fv_belt_link_wrap {
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 6.6666666667vw;
    margin-left: 12.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #fv a.fv_belt_link_wrap {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34.6666666667vw;
    margin-left: 0;
    padding-top: 2.1333333333vw;
  }
}
#fv a.fv_belt_link_wrap .belt_img1 {
  width: 194px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv a.fv_belt_link_wrap .belt_img1 {
    width: 16.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #fv a.fv_belt_link_wrap .belt_img1 {
    width: 32vw;
    margin: 0 auto;
  }
}
#fv a.fv_belt_link_wrap .belt_link_text {
  margin-left: 22px;
  font-size: 31px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv a.fv_belt_link_wrap .belt_link_text {
    margin-left: 1.8333333333vw;
    font-size: 2.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #fv a.fv_belt_link_wrap .belt_link_text {
    margin: 2.1333333333vw auto 0;
    font-size: 5.6vw;
    letter-spacing: 0.06em;
    text-align: center;
  }
}
#fv a.fv_belt_link_wrap .belt_img2 {
  position: relative;
  width: 143px;
  margin-left: 58px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv a.fv_belt_link_wrap .belt_img2 {
    width: 11.9166666667vw;
    margin-left: 4.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #fv a.fv_belt_link_wrap .belt_img2 {
    width: 45.3333333333vw;
    margin: 3.3333333333vw auto 0;
  }
}
#fv a.fv_belt_link_wrap .belt_img2 .belt_img2_text {
  position: absolute;
  top: 14px;
  width: 143px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #fv a.fv_belt_link_wrap .belt_img2 .belt_img2_text {
    top: 1.1666666667vw;
    width: 11.9166666667vw;
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 1.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #fv a.fv_belt_link_wrap .belt_img2 .belt_img2_text {
    position: absolute;
    top: 0;
    width: 45.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}

/**----------------------------------------
  sec01:タイパ良し！のお買い物はShop&Go
----------------------------------------**/
#sec01 {
  background: url(../images/sec01_bg.jpg) center top no-repeat;
  height: 928px;
  padding-top: 111px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec01 {
    background-size: 166.6666666667vw 77.3333333333vw;
    height: 77.3333333333vw;
    padding-top: 9.25vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 {
    background: url(../images/sec01_bg_sp.jpg) center top no-repeat;
    height: 447.2vw;
    background-size: 100vw 447.2vw;
    padding-top: 29.0666666667vw;
  }
}
#sec01 .sec01_text_wrap {
  align-items: center;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_text_wrap {
    display: block;
  }
}
#sec01 .sec01_title {
  align-items: center;
  height: 108px;
  margin-left: 270px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec01 .sec01_title {
    height: 9vw;
    margin-left: 22.5vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_title {
    height: 17.6vw;
    margin-left: 0;
  }
}
#sec01 .sec01_title .title_text1 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #3b3431;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec01 .sec01_title .title_text1 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_title .title_text1 {
    width: 56.4vw;
    font-size: 9.0666666667vw;
    margin-left: 10.1333333333vw;
    white-space: nowrap;
  }
}
#sec01 .sec01_title .title_text2 {
  margin-left: -5px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3b3431;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec01 .sec01_title .title_text2 {
    margin-left: -0.4166666667vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_title .title_text2 {
    margin-left: 18.6666666667vw;
    margin-top: 2.1333333333vw;
    font-size: 5.8666666667vw;
    white-space: nowrap;
  }
}
#sec01 .sec01_title .sec01_logo {
  margin-left: 20px;
  width: 132px;
  height: 108px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec01 .sec01_title .sec01_logo {
    margin-left: 1.6666666667vw;
    width: 11vw;
    height: 9vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_title .sec01_logo {
    margin-left: 1.3333333333vw;
    width: 21.4666666667vw;
    height: 17.6vw;
  }
}
#sec01 .sec01_list {
  margin: 80px auto 0;
  justify-content: center;
  column-gap: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec01 .sec01_list {
    margin: 6.6666666667vw auto 0;
    column-gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_list {
    display: block;
    width: 82.6666666667vw;
    margin: 5.0666666667vw auto 0;
  }
}
#sec01 .sec01_list li {
  position: relative;
  width: 286px;
  height: 500px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec01 .sec01_list li {
    width: 23.8333333333vw;
    height: 41.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_list li {
    width: 82.6666666667vw;
    height: 88vw;
    margin-bottom: 6.6666666667vw;
  }
}
#sec01 .sec01_list li .list_caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 37px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec01 .sec01_list li .list_caption {
    width: 100%;
    height: 14.1666666667vw;
    font-size: 2.1666666667vw;
    line-height: 3.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_list li .list_caption {
    top: 0;
    left: 0;
    width: 100%;
    height: 25.3333333333vw;
    font-size: 5.6vw;
    line-height: 8.4vw;
  }
}

/**----------------------------------------
  sec02:Shop&Goの使い方
----------------------------------------**/
#sec02 {
  background: url(../images/sec02_bg.jpg) center top no-repeat;
  height: 840px;
  padding-top: 90px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec02 {
    background-size: 166.6666666667vw 70vw;
    height: 70vw;
    padding-top: 7.5vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 {
    background: url(../images/sec02_bg_sp.jpg) center top no-repeat;
    height: 414.8vw;
    background-size: 100vw 414.8vw;
    padding-top: 21.3333333333vw;
  }
}
#sec02 .sec02_title {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
}
#sec02 .sec02_title span {
  font-size: 56px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec02 .sec02_title {
    font-size: 4.3333333333vw;
  }
  #sec02 .sec02_title span {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_title {
    font-size: 9.6vw;
  }
  #sec02 .sec02_title span {
    font-size: 9.2vw;
  }
}
#sec02 .sec02_list {
  margin: 54px auto 0;
  justify-content: center;
  column-gap: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec02 .sec02_list {
    margin: 4.5vw auto 0;
    column-gap: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list {
    display: block;
    width: 76vw;
    margin: 12.5333333333vw auto 0;
  }
}
#sec02 .sec02_list li {
  position: relative;
  width: 380px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec02 .sec02_list li {
    width: 31.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li {
    width: 76vw;
    margin-bottom: 12vw;
  }
}
#sec02 .sec02_list li .list_caption {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.06em;
  color: #e33938;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec02 .sec02_list li .list_caption {
    top: 5vw;
    left: 0;
    width: 100%;
    font-size: 2.5vw;
    line-height: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .list_caption {
    top: 12vw;
    left: 0;
    width: 100%;
    font-size: 6.4vw;
    line-height: 8.5333333333vw;
  }
}
#sec02 .sec02_list li .list_under_text {
  margin-top: 18px;
  font-size: 19px;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec02 .sec02_list li .list_under_text {
    margin-top: 1.5vw;
    font-size: 1.5833333333vw;
    line-height: 2.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .list_under_text {
    margin-top: 4.5333333333vw;
    font-size: 4vw;
    line-height: 6.4vw;
  }
}

/**-------------------------------------------------------
  sec03:Shop&Goの使い方動画
-------------------------------------------------------**/
#sec03 {
  background: url(../images/sec03_bg.jpg) center top no-repeat;
  height: 830px;
  padding-top: 112px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec03 {
    background-size: 166.6666666667vw 69.1666666667vw;
    height: 69.1666666667vw;
    padding-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 {
    background: url(../images/sec03_bg_sp.jpg) center top no-repeat;
    height: 106.6666666667vw;
    background-size: 100vw 106.6666666667vw;
    padding-top: 17.3333333333vw;
  }
}
#sec03 .text1 {
  width: 398px;
  height: 28px;
  margin: 0 auto;
  background: url(../images/sec03_text1_bg.png) center top no-repeat;
  background-size: contain;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #3b3431;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec03 .text1 {
    width: 33.1666666667vw;
    height: 2.3333333333vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .text1 {
    width: 68vw;
    height: 4.8vw;
    margin: 0 auto;
    background: url(../images/sec03_text1_bg_sp.png) center top no-repeat;
    background-size: contain;
    font-size: 3.7333333333vw;
  }
}
#sec03 .sec03_title {
  margin-top: 14px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #3b3431;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec03 .sec03_title {
    margin-top: 1.1666666667vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_title {
    margin-top: 3.4666666667vw;
    font-size: 6.9333333333vw;
  }
}
#sec03 .movie_wrap {
  width: 808px;
  height: 502px;
  margin: 37px auto 0;
  padding: 20px 24px 0;
  background: url(../images/sec03_movie_wrap.png) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec03 .movie_wrap {
    width: 67.3333333333vw;
    height: 41.8333333333vw;
    margin: 3.0833333333vw auto 0;
    padding: 1.6666666667vw 2vw 0;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .movie_wrap {
    width: 86.4vw;
    height: 54.9333333333vw;
    margin: 4vw auto 0;
    padding: 2.1333333333vw 2.5333333333vw 0;
    background: url(../images/sec03_movie_wrap_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec03 .movie_wrap .sec03_movie {
  width: 760px;
  height: 428px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec03 .movie_wrap .sec03_movie {
    width: 63.3333333333vw;
    height: 35.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .movie_wrap .sec03_movie {
    width: 81.0666666667vw;
    height: 45.8666666667vw;
  }
}

/**-------------------------------------------------------
  sec04:Shop&Goが使えるお店
-------------------------------------------------------**/
#sec04 {
  background: url(../images/sec04_bg.jpg) center top no-repeat;
  height: 420px;
  padding-top: 115px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec04 {
    background-size: 166.6666666667vw 35vw;
    height: 35vw;
    padding-top: 9.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 {
    background: url(../images/sec04_bg_sp.jpg) center top no-repeat;
    height: 101.3333333333vw;
    background-size: 100vw 101.3333333333vw;
    padding-top: 22.6666666667vw;
  }
}
#sec04 .sec04_title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
}
#sec04 .sec04_title span {
  font-size: 54px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec04 .sec04_title {
    font-size: 4vw;
  }
  #sec04 .sec04_title span {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_title {
    font-size: 7.4666666667vw;
  }
  #sec04 .sec04_title span {
    font-size: 8.1333333333vw;
  }
}
#sec04 .sec04_title::before {
  position: absolute;
  left: -70px;
  top: -12px;
  width: 40px;
  height: 67px;
  content: "";
  display: inline-block;
  background: url(../images/sec04_img1.png) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec04 .sec04_title::before {
    left: -5.8333333333vw;
    top: -1vw;
    width: 3.3333333333vw;
    height: 5.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_title::before {
    position: absolute;
    width: 6.1333333333vw;
    height: 10.2666666667vw;
    left: calc(50% - 3.0666666667vw);
    top: -14.2666666667vw;
    content: "";
    display: inline-block;
    background: url(../images/sec04_img1_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec04 .text1 {
  margin-top: 26px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #3b3431;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec04 .text1 {
    margin-top: 2.1666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .text1 {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6vw;
  }
}
#sec04 .dl_link_wrap {
  width: fit-content;
  margin: 46px auto 0;
  column-gap: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec04 .dl_link_wrap {
    margin: 3.8333333333vw auto 0;
    column-gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .dl_link_wrap {
    display: block;
    margin: 6.9333333333vw auto 0;
  }
}
#sec04 .dl_link_wrap .app_store, #sec04 .dl_link_wrap .google_play {
  display: block;
  width: 180px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec04 .dl_link_wrap .app_store, #sec04 .dl_link_wrap .google_play {
    width: 15vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .dl_link_wrap .app_store, #sec04 .dl_link_wrap .google_play {
    width: 43.2vw;
    margin-bottom: 4vw;
  }
}

/**-------------------------------------------------------
  sec05:期間限定 Shop&Goの”声”がかわい～くなりました！
-------------------------------------------------------**/
#sec05 {
  background: url(../images/sec05_bg.jpg) center top no-repeat;
  height: 1422px;
  padding-top: 61px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 {
    background-size: 166.6666666667vw 118.5vw;
    height: 118.5vw;
    padding-top: 5.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 {
    background: url(../images/sec05_bg_sp.jpg) center top no-repeat;
    height: auto;
    background-size: 100vw 36vw;
    padding-top: 20.2666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
#sec05 .sec05_title {
  width: 734px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_title {
    width: 61.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_title {
    width: 81.8666666667vw;
  }
}
#sec05 .text1 {
  margin-top: 27px;
  font-size: 19px;
  line-height: 34px;
  letter-spacing: 0.1em;
  color: #3b3431;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .text1 {
    margin-top: 2.25vw;
    font-size: 1.5833333333vw;
    line-height: 2.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .text1 {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
    letter-spacing: 0.12em;
    color: #3b3431;
    text-align: center;
  }
}
#sec05 .sec05_list {
  justify-content: center;
  margin: 52px auto 0;
  column-gap: 34px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_list {
    margin: 4.3333333333vw auto 0;
    column-gap: 2.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_list {
    display: block;
    margin: 0 auto;
    width: 67.7333333333vw;
  }
}
#sec05 .sec05_list li {
  width: 354px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_list li {
    width: 29.5vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_list li {
    margin-top: 11.0666666667vw;
    width: 67.7333333333vw;
  }
}
#sec05 .sec05_list li .list_img {
  width: 354px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_list li .list_img {
    width: 29.5vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_list li .list_img {
    width: 67.7333333333vw;
  }
}
#sec05 .sec05_list li .list_text {
  margin: 20px auto 0;
  font-size: 23px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #e33938;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_list li .list_text {
    margin: 1.6666666667vw auto 0;
    font-size: 1.9166666667vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_list li .list_text {
    margin: 3.6vw auto 0;
    font-size: 5.0666666667vw;
    line-height: 7.7333333333vw;
  }
}
#sec05 .sec05_infotable {
  margin: 50px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_infotable {
    margin: 4.1666666667vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_infotable {
    margin: 13.3333333333vw auto 0;
  }
}
#sec05 .sec05_infotable li {
  display: flex;
  height: 48px;
  justify-content: center;
  column-gap: 6px;
  margin-bottom: 6px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_infotable li {
    height: 4vw;
    column-gap: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_infotable li {
    height: 15.7333333333vw;
    column-gap: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#sec05 .sec05_infotable li > div {
  display: flex;
  align-items: center;
  border-radius: 5px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_infotable li > div {
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_infotable li > div {
    border-radius: 0.6666666667vw;
  }
}
#sec05 .sec05_infotable li .list_caption {
  width: 140px;
  justify-content: center;
  background-color: #e8e1d8;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3b3431;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_infotable li .list_caption {
    width: 11.6666666667vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_infotable li .list_caption {
    width: 25.3333333333vw;
    font-size: 4vw;
  }
}
#sec05 .sec05_infotable li .list_datail {
  width: 570px;
  padding-left: 25px;
  background-color: #f2eee9;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3b3431;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_infotable li .list_datail {
    width: 47.5vw;
    padding-left: 2.0833333333vw;
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_infotable li .list_datail {
    width: 62.6666666667vw;
    padding-left: 3.8666666667vw;
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
#sec05 .sec05_profile_area {
  margin: 56px auto 0;
  padding-top: 8px;
  width: 1040px;
  height: 198px;
  background: url(../images/sec05_profile.png) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_profile_area {
    margin: 4.6666666667vw auto 0;
    padding-top: 0.6666666667vw;
    width: 86.6666666667vw;
    height: 16.5vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_profile_area {
    margin: 11.0666666667vw auto 0;
    padding-top: 0;
    width: 90.6666666667vw;
    height: 65.3333333333vw;
    background: url(../images/sec05_profile_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec05 .sec05_profile_area .profile_caption {
  margin-left: 277px;
  width: 390px;
  height: 59px;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  line-height: 59px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_profile_area .profile_caption {
    margin-left: 23.0833333333vw;
    width: 32.5vw;
    height: 4.9166666667vw;
    font-size: 2.1666666667vw;
    line-height: 4.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_profile_area .profile_caption {
    margin: 0 auto;
    width: 62.4vw;
    height: 9.4666666667vw;
    font-size: 4.2666666667vw;
    line-height: 9.4666666667vw;
  }
}
#sec05 .sec05_profile_area .profile_text {
  margin: 17px 0 0 284px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #3b3431;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .sec05_profile_area .profile_text {
    margin: 1.4166666667vw 0 0 23.6666666667vw;
    font-size: 1.3333333333vw;
    line-height: 2.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_profile_area .profile_text {
    margin: 2.4vw 6.6666666667vw 0;
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_profile_area .float_space {
    float: left;
    height: 21.8666666667vw;
  }
  #sec05 .sec05_profile_area .float_box {
    float: left;
    clear: both;
    width: 32vw;
    height: 33.8666666667vw;
    margin: 0 1.6em 0 0;
  }
}
#sec05 .note {
  margin: 26px 0 0 740px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #898583;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec05 .note {
    margin: 2.1666666667vw 0 0 61.6666666667vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .note {
    margin: 6.1333333333vw auto 0;
    font-size: 2.9333333333vw;
    text-align: center;
  }
}

/**-------------------------------------------------------
  sec06:Shop&Go ”声”は誰？クイズキャンペーン
-------------------------------------------------------**/
#sec06 {
  background-image: url(../images/sec06_bg1.jpg), url(../images/sec06_bg2.jpg);
  background-position: center top, center bottom;
  background-size: 2000px 300px, 2000px 180px;
  background-repeat: no-repeat, no-repeat;
  background-color: #fcf3e5;
  height: auto;
  padding-top: 44px;
  padding-bottom: 120px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec06 {
    background-size: 166.6666666667vw 25vw, 166.6666666667vw 15vw;
    padding-top: 3.6666666667vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 750px) {
  #sec06 {
    background-image: url(../images/sec06_bg1_sp.jpg), url(../images/sec06_bg2_sp.jpg);
    background-position: center top, center bottom;
    background-size: 100vw 36vw, 100vw 21.3333333333vw;
    background-repeat: no-repeat, no-repeat;
    background-color: #fcf3e5;
    height: auto;
    padding-top: 8.5333333333vw;
    padding-bottom: 18.9333333333vw;
  }
}
#sec06 .sec06_title_area {
  width: 693px;
  height: 241px;
  margin: 0 auto;
  background: url(../images/sec06_title_bg.png) center top no-repeat;
  background-size: contain;
  padding-top: 57px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec06 .sec06_title_area {
    width: 57.75vw;
    height: 20.0833333333vw;
    padding-top: 4.75vw;
  }
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_title_area {
    width: 88.8vw;
    height: 30.9333333333vw;
    margin: 0 auto;
    background: url(../images/sec06_title_bg_sp.png) center top no-repeat;
    background-size: contain;
    padding-top: 6.1333333333vw;
  }
}
#sec06 .sec06_title_area .sec06_title_text1 {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fa4c00;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec06 .sec06_title_area .sec06_title_text1 {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_title_area .sec06_title_text1 {
    font-size: 6.6666666667vw;
  }
}
#sec06 .sec06_title_area .sec06_title_text2 {
  margin-top: 16px;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #f68b1d;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec06 .sec06_title_area .sec06_title_text2 {
    margin-top: 1.3333333333vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_title_area .sec06_title_text2 {
    margin-top: 2.1333333333vw;
    font-size: 6.4vw;
  }
}
#sec06 .sec06_text1 {
  margin-top: 20px;
  font-size: 19px;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #3b3431;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec06 .sec06_text1 {
    margin-top: 1.6666666667vw;
    font-size: 1.5833333333vw;
    line-height: 2.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_text1 {
    width: 81.3333333333vw;
    margin: 4.5333333333vw auto 0;
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
    white-space: nowrap;
  }
}
#sec06 .sec06_campaign_box {
  margin: 16px auto 0;
  width: 1100px;
  height: 460px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec06 .sec06_campaign_box {
    margin: 1.3333333333vw auto 0;
    width: 91.6666666667vw;
    height: 38.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_campaign_box {
    margin: 4vw auto 0;
    width: 80vw;
    height: 106.6666666667vw;
  }
}
#sec06 .sec06_campaign_box .dummy {
  font-size: 19px;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #999999;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #sec06 .sec06_campaign_box .dummy {
    font-size: 1.5833333333vw;
    line-height: 2.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_campaign_box .dummy {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
  }
}

footer {
  position: relative;
  background: #ff8600;
  background: -moz-linear-gradient(left, #ff4c00 0%, #ff8600 26%, #ff8600 100%);
  background: -webkit-gradient(linear, left center, right center, from(#ff4c00), color-stop(26%, #ff8600), to(#ff8600));
  background: -webkit-linear-gradient(left, #ff4c00 0%, #ff8600 26%, #ff8600 100%);
  background: -o-linear-gradient(left, #ff4c00 0%, #ff8600 26%, #ff8600 100%);
  background: linear-gradient(to right, #ff4c00 0%, #ff8600 26%, #ff8600 100%);
  height: 160px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  footer {
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  footer {
    height: auto();
    min-height: 69.3333333333vw;
  }
}
footer > .inner {
  padding-top: 26px;
  height: 100%;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  footer > .inner {
    padding-top: 2.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  footer > .inner {
    padding-top: 11.2vw;
    padding-bottom: 7.3333333333vw;
  }
}
footer .footer_area {
  width: 100%;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  footer .footer_area {
    display: block;
  }
}
footer .footer_area .footer_logo {
  width: 240px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  footer .footer_area .footer_logo {
    width: 20vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_area .footer_logo {
    display: block;
    width: 45.3333333333vw;
    margin-left: 3.7333333333vw;
  }
}
footer .footer_area .footerlink_list {
  margin-left: 65px;
  align-items: flex-end;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  footer .footer_area .footerlink_list {
    margin-left: 5.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_area .footerlink_list {
    display: block;
    margin: 7.2vw 0 0 15.2vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_area .footerlink_list li {
    margin-bottom: 5.3333333333vw;
  }
}
footer .footer_area .footerlink_list li a {
  display: flex;
  align-items: flex-end;
  margin-right: 54px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  footer .footer_area .footerlink_list li a {
    margin-right: 4.5vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_area .footerlink_list li a {
    margin-left: 0;
  }
}
footer .footer_area .footerlink_list li .link_text {
  width: fit-content;
  margin-right: 1em;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  footer .footer_area .footerlink_list li .link_text {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_area .footerlink_list li .link_text {
    font-size: 3.7333333333vw;
    margin-right: 0.5em;
  }
}
footer .footer_area .footerlink_list li .icon img {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  footer .footer_area .footerlink_list li .icon img {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_area .footerlink_list li .icon img {
    width: 4.2666666667vw;
    height: auto;
  }
}
footer .x_icon {
  position: absolute;
  top: 37px;
  right: 0;
  width: 45px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  footer .x_icon {
    top: 3.0833333333vw;
    right: 0;
    width: 3.75vw;
  }
}
@media screen and (max-width: 750px) {
  footer .x_icon {
    top: unset;
    bottom: 28vw;
    right: 7.4666666667vw;
    width: 9.6vw;
  }
}
footer .copyright {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  footer .copyright {
    bottom: 1.6666666667vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  footer .copyright {
    bottom: 7.3333333333vw;
    font-size: 2.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */