@charset "UTF-8";
/* CSS Document */
/*共通*/
body {
  padding: 0;
  margin: 0;
  font-family: YakuHanJP, Roboto, Noto Sans JP, sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: black;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

.inner {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
} /* maxwidth1100px→inheritに変更 */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.line-r {
  font-family: vdl-linegr, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.reg-10 {
  transform: rotate(-10deg);
}

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-pink {
  background: #c60079;
}

.bg-red {
  background: #E63231;
}

.bg-navy {
  background: #1B206E;
}

.f-green {
  color: #009844;
}

.f-white {
  color: #fff;
}

.f-blue {
  color: #3AA6C6;
}

.ladies {
  color: #E3007F;
}

.mens {
  color: #005BAB;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .inner {
    width: 90%;
  }
  .only-pc {
    display: none !important;
  }
}
.f-price_b {
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-weight: 900;
  font-style: normal;
  unicode-range: U+0030-0039;
}

.f-price_r {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*header*/
.top_logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .top_logo {
    width: 55px;
  }
}
.header .only-pc {
  background: url("../img/main_pc_bg.jpg") no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}

.header .only-pc img {
  width: 50%;
  max-width: 800px;
}

/*tenpo*/
.sale__shoplist-btn {
  background-color: #F5F5F5;
  padding: 80px 0 50px;
}

.wrap {
  margin: 0 20px;
  position: relative;
  z-index: 2;
}

.sale__shoplist-btn h2 {
  text-align: center;
}

.sale__shoplist-btn .list {
  display: none;
}

.sale__shoplist-cont h2 {
  background-color: #D3D3D3;
  height: 70px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.sale__shoplist-cont .area__parent {
  display: none;
}

.sale__shoplist-cont h3 {
  background-color: #EBEBEB;
  height: 70px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.area__detail {
  display: none;
}

.area__detail > div {
  padding: 30px;
  border-bottom: 1px solid #D3D3D3;
}

.area__detail > div .ttl {
  font-size: 15px;
  margin-bottom: 16px;
}

.area__detail > div ul {
  display: flex;
}

.area__detail > div ul a {
  color: #2E3192;
  font-size: 14px;
}

.area__detail > div ul li:last-child {
  margin-left: 30px;
}

.addr {
  display: none;
}

.sale__shoplist-cont h2::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  transition: 0.3s;
}

.sale__shoplist-cont h2::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}

.area__detail > div ul a::after {
  content: "";
  display: inline-block;
  background: url(../img/link_arrow_blue.svg) no-repeat 50% 50%/contain;
  width: 8px;
  height: 10px;
  margin-left: 10px;
  transition: 0.3s;
}

.sale__shoplist-btn h2 {
  font-weight: bold;
  font-size: 1.3em;
}

@media screen and (min-width: 1024px) {
  .area__detail {
    display: block !important;
  }
  .sale__shoplist-cont h3 {
    pointer-events: none;
  }
  .sale__shoplist-btn {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .sale__shoplist-btn .wrap {
    display: flex;
    align-items: center;
  }
  .sale__shoplist-btn h2 {
    text-align: center;
    margin-right: 194px;
    flex: none;
  }
  .sale__shoplist-btn .list {
    display: block;
    flex: none;
  }
  .sale__shoplist-btn .list dl {
    display: flex;
    margin-bottom: 20px;
  }
  .sale__shoplist-btn .list dt {
    margin-right: 50px;
    font-weight: 500;
  }
  .sale__shoplist-btn .list dd {
    margin-right: 40px;
    font-weight: 400;
  }
  .sale__shoplist-btn .list dl a {
    color: #333;
    text-decoration: underline;
  }
  .sale__bd {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 80px;
  }
  .sale__shoplist-cont {
    width: 1000px;
    margin: 0 auto;
  }
  .sale__shoplist-cont h2 {
    display: none;
  }
  .sale__shoplist-cont .area__parent {
    display: block;
  }
  .sale__shoplist-cont h3 {
    background-color: #fff;
    height: auto;
    padding-left: 0px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .sale__shoplist-cont h3::before {
    content: "";
    width: 61px;
    height: 3px;
    background-color: #B40067;
    display: block;
    margin-bottom: 20px;
  }
  .area__detail {
    display: block;
    margin-bottom: 80px;
  }
  .area__detail > div:first-child {
    border-top: 1px solid #D3D3D3;
  }
  .area__detail > div {
    border-bottom: 1px solid #D3D3D3;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .area__detail > div .ttl {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    width: 173px;
  }
  .area__detail > div ul {
    display: flex;
    width: 330px;
  }
  .area__detail > div ul a {
    color: #2E3192;
    font-size: 14px;
  }
  .area__detail > div ul li:last-child {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1023px) {
  .sale__shoplist-cont h3::after {
    content: "";
    background: url(https://www.izumi.jp/themes/custom/izumi/img/icon/arrow_black.svg) no-repeat 50% 50%/contain;
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  .sale__shoplist-cont h3.act::after {
    transform: rotate(90deg);
  }
}
/*footer*/
#s_footer .s_coNav li a, #s_header .s_subNav a {
  transition: color 0.5s ease-out;
}

#s_footer a {
  color: #222;
}

#s_footer .s_instagram #s_instagramPhotos li.s_video a, #s_header .s_subNav .s_upper li a:after {
  transition: background-color 0.5s ease-out;
}

#s_header .s_globalNav .s_pages li a:after {
  transition: width 0.3s ease-out;
}

#s_header {
  box-sizing: border-box;
  width: 100%;
  padding-right: 120px;
  position: relative;
  background: #fff;
  z-index: 50;
}

#s_header.s_fix {
  position: fixed;
  top: 0;
}

#s_header.s_animation {
  -webkit-animation: s_headerFix 0.3s forwards;
  animation: s_headerFix 0.3s forwards;
}

#s_header .s_btnContainer {
  width: 120px;
  min-width: 120px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

#s_header .s_btnContainer .s_cartBtn, #s_header .s_btnContainer .s_menuBtn {
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  float: left;
}

#s_header .s_btnContainer .s_cartBtn a, #s_header .s_btnContainer .s_menuBtn a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media (min-width: 1250px) {
  #s_header .s_btnContainer .s_menuBtn {
    display: none;
  }
}
@media (min-width: 1250px) {
  #s_header .s_btnContainer .s_cartBtn {
    width: 120px;
  }
  #s_header .s_btnContainer .s_cartBtn a {
    background: url(/common/img/icon/cart_pc.svg) no-repeat 50% 50%/58px 72px #b40067;
  }
  #s_header .s_btnContainer .s_cartBtn a:hover {
    opacity: 0.75;
  }
}
@media (max-width: 1249px) {
  #s_header .s_btnContainer {
    height: 64px;
    padding-right: 5px;
    position: relative;
  }
  #s_header .s_btnContainer .s_cartBtn, #s_header .s_btnContainer .s_menuBtn {
    width: 60px;
  }
  #s_header .s_btnContainer .s_cartBtn a, #s_header .s_btnContainer .s_menuBtn a {
    background: url(/common/img/icon/menu.svg) no-repeat 0 0/auto 64px;
  }
  #s_header .s_btnContainer .s_cartBtn a {
    background-position: 0 0;
  }
  #s_header .s_btnContainer .s_menuBtn a {
    background-position: -60px 0;
  }
}
@media (max-width: 1249px) {
  #s_header {
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }
}
#s_footer .s_instagram_top {
  background-color: #f5f5f5;
  background-image: url(/common/img/bg/curve_fff.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  text-align: center;
  padding: 9.756vw 0 55px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #s_footer .s_instagram_top {
    padding: 16.8vw 0 40px;
  }
}
#s_footer .s_instagram_top__headline {
  line-height: 1.5;
  margin-bottom: 15px;
}

#s_footer .s_instagram_top__headline br {
  line-height: 0;
  display: none;
}

@media only screen and (max-width: 768px) {
  #s_footer .s_instagram_top__headline br {
    display: block;
  }
}
#s_footer .s_instagram_top__icon img {
  vertical-align: middle;
  width: 40px;
}

#s_footer .s_instagram {
  width: 100%;
  padding-top: 80px;
  margin: 0 0 5px;
  text-align: center;
}

@media (max-width: 767px) {
  #s_footer .s_instagram {
    margin-bottom: 30px;
  }
}
#s_footer .s_instagram h2 {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

#s_footer .s_instagram h2 span {
  display: inline-block;
  padding-left: 36px;
  background: url("../img/instagram.svg") no-repeat 0 50%/26px 26px;
}

#s_footer .s_instagram p {
  margin-bottom: 43px;
}

@media (max-width: 767px) {
  #s_footer .s_instagram p {
    margin-bottom: 33px;
  }
}
#s_footer .s_instagram p a {
  color: #338fbf;
}

#s_footer .s_instagram p a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 0.8em;
  margin-left: 7px;
  background: url("../img/newTab_black.svg") no-repeat 0 50%/12px auto;
}

#s_footer .s_instagram p a:hover:after {
  transform: translate(10px);
}

#s_footer .s_instagram #s_instagramPhotos {
  max-width: 944px;
  overflow: hidden;
  margin: 0 auto 40px;
  line-height: 0;
}

#s_footer .s_instagram #s_instagramPhotos li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 2px;
  background: #fff;
  float: left;
}

#s_footer .s_instagram #s_instagramPhotos li a:hover {
  opacity: 0.7;
}

#s_footer .s_instagram #s_instagramPhotos li.s_video {
  position: relative;
}

#s_footer .s_instagram #s_instagramPhotos li.s_video a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: hsla(0deg, 0%, 100%, 0);
}

#s_footer .s_instagram #s_instagramPhotos li.s_video a:hover {
  background: hsla(0deg, 0%, 100%, 0.3);
}

@media (max-width: 767px) {
  #s_footer .s_instagram #s_instagramPhotos {
    margin-bottom: 28px;
  }
  #s_footer .s_instagram #s_instagramPhotos li {
    width: 50%;
  }
  #s_footer .s_instagram #s_instagramPhotos li:first-child {
    padding: 0 1.5px 1.5px 0;
  }
  #s_footer .s_instagram #s_instagramPhotos li:nth-child(2) {
    padding: 0 0 1.5px 1.5px;
  }
  #s_footer .s_instagram #s_instagramPhotos li:nth-child(3) {
    padding: 1.5px 1.5px 0 0;
  }
  #s_footer .s_instagram #s_instagramPhotos li:nth-child(4) {
    padding: 1.5px 0 0 1.5px;
  }
}
#s_footer .s_instagram #s_instagramPhotos img, #s_footer .s_instagram #s_instagramPhotos video {
  width: 100%;
  height: auto;
}

#s_footer .s_instagram #s_instagramPhotos video {
  pointer-events: none;
}

#s_footer .s_instagram .s_instagramAccounts {
  display: flex;
  justify-content: center;
  max-width: 944px;
  padding: 0 20px;
  margin: 0 auto;
}

#s_footer .s_instagram .s_instagramAccounts h3 {
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

#s_footer .s_instagram .s_instagramAccounts h3:after, #s_footer .s_instagram .s_instagramAccounts h3:before {
  display: inline;
}

#s_footer .s_instagram .s_instagramAccounts h3:before {
  content: "- ";
}

#s_footer .s_instagram .s_instagramAccounts h3:after {
  content: " -";
}

#s_footer .s_instagram .s_instagramAccounts ul {
  display: flex;
  flex-wrap: wrap;
}

#s_footer .s_instagram .s_instagramAccounts li {
  padding: 0 0 15px 40px;
  white-space: nowrap;
}

#s_footer .s_instagram .s_instagramAccounts li a {
  display: block;
  min-height: 20px;
  padding: 3px 0 3px 36px;
  background: url("../img/instagram.png") no-repeat 0 50%/26px 26px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 767px) {
  #s_footer .s_instagram .s_instagramAccounts li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #s_footer .s_instagram .s_instagramAccounts {
    display: block;
    padding: 0;
  }
  #s_footer .s_instagram .s_instagramAccounts h3 {
    margin-bottom: 20px;
  }
  #s_footer .s_instagram .s_instagramAccounts ul {
    justify-content: center;
    align-items: flex-start;
  }
  #s_footer .s_instagram .s_instagramAccounts li {
    padding: 0 3px;
    white-space: normal;
    word-break: break-word;
    width: 84px;
  }
  #s_footer .s_instagram .s_instagramAccounts li a {
    min-height: 0;
    padding: 37px 0 0;
    background-position: 50% 0;
  }
}
@media (max-width: 374px) {
  #s_footer .s_instagram .s_instagramAccounts ul {
    justify-content: space-around;
  }
  #s_footer .s_instagram .s_instagramAccounts li {
    width: auto;
    max-width: 84px;
    padding: 0;
  }
}
#s_footer .s_coNav {
  padding: 0 39px;
  font-size: 0;
}

#s_footer .s_coNav li {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  white-space: nowrap;
}

#s_footer .s_coNav li a {
  padding-right: 14px;
  background: url("../img/arrow_pink.svg") no-repeat 100% 50%/6.828px auto;
}

@media (min-width: 768px) {
  #s_footer .s_coNav {
    padding-top: 65px;
    margin-bottom: 24px;
    text-align: center;
  }
  #s_footer .s_coNav li {
    display: inline-block;
    padding: 0 1em;
  }
}
@media (max-width: 767px) {
  #s_footer .s_coNav {
    padding: 50px 39px 21px;
  }
  #s_footer .s_coNav li {
    margin-bottom: 10px;
  }
}
#s_footer .s_coSubNav {
  padding: 0 39px;
  font-size: 0;
}

#s_footer .s_coSubNav li {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #s_footer .s_coSubNav li {
    font-size: 0.9rem;
  }
}
#s_footer .s_coSubNav li a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  #s_footer .s_coSubNav {
    text-align: center;
    color: #6f6f6f;
  }
  #s_footer .s_coSubNav li {
    display: inline-block;
    white-space: nowrap;
  }
  #s_footer .s_coSubNav li:not(:last-child):after {
    content: "|";
    display: inline-block;
    padding: 0 1.5em;
  }
  #s_footer .s_coSubNav li a {
    color: #6f6f6f;
  }
}
@media (max-width: 767px) {
  #s_footer .s_coSubNav {
    margin-bottom: 34px;
  }
  #s_footer .s_coSubNav li:last-child {
    margin-bottom: 0;
  }
}
#s_footer .s_copyright {
  padding: 89px 0 51px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #9d9d9d;
}

@media (max-width: 767px) {
  #s_footer .s_copyright {
    font-size: 0.8rem;
    padding: 19px 0 16px;
    background: #f5f5f5;
    color: #6f6f6f;
  }
}
#s_footer #s_toPageTop {
  padding: 50px;
  overflow: hidden;
  position: fixed;
  right: -26px;
  bottom: -26px;
  z-index: 50;
}

#s_footer #s_toPageTop button {
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
  background: url("../img/pageTop.svg") no-repeat 50% 50%/64px 64px #fff;
  text-indent: -9999em;
  white-space: nowrap;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  border: none;
}

#s_footer #s_toPageTop button:after {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  transform: rotate(-90deg);
  background: url("../img/arrow_black.svg") no-repeat 50% 50%/17px auto;
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
    bottom: -28px;
  }
  #s_footer #s_toPageTop button {
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  #s_footer #s_toPageTop button:after {
    width: 6px;
    height: 36px;
    margin-left: -3px;
    background-size: 5px auto;
  }
}
.one {
  margin-left: 0 !important;
}

.t_s {
  padding: 40px 0;
  text-align: center;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 1.4em;
}

.t_s span {
  font-weight: normal;
  display: block;
  font-size: 0.8em;
  color: #818181;
}

/*==================================================
ここから全体
===================================*/
/* breakpoint定義 */
/* 色定義 */
.maxwid1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .maxwid1100 {
    width: 90%;
  }
}

.moomin_wrap {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  overflow-x: hidden;
}

/*==================================================
開催予定!
===================================*/
.moomin_yokoku {
  padding-top: 12px;
  padding-bottom: 12px;
}

.yokoku_text {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  color: #182253;
  width: 100%;
  line-height: 1.5;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .yokoku_text {
    line-height: 1.2;
  }
}
@media screen and (max-width: 400px) {
  .yokoku_text {
    font-size: 1.3em;
  }
}
.yokoku_text .slash {
  position: relative;
  display: inline-block;
  padding: 0px 3em;
  font-size: 1em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .yokoku_text .slash {
    padding: 0px 2.5em;
  }
}
@media screen and (max-width: 400px) {
  .yokoku_text .slash {
    padding: 0px 2em;
  }
}
.yokoku_text .slash::before, .yokoku_text .slash::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 60px;
  height: 3px;
  background-color: #182253;
}
@media screen and (max-width: 768px) {
  .yokoku_text .slash::before, .yokoku_text .slash::after {
    width: 70px;
  }
}
.yokoku_text .slash::before {
  transform: rotate(60deg);
  left: 0;
}
@media screen and (max-width: 768px) {
  .yokoku_text .slash::before {
    transform: rotate(65deg);
  }
}
@media screen and (max-width: 400px) {
  .yokoku_text .slash::before {
    transform: rotate(65deg);
    left: -0.5em;
  }
}
.yokoku_text .slash::after {
  transform: rotate(-60deg);
  right: 0;
}
@media screen and (max-width: 768px) {
  .yokoku_text .slash::after {
    transform: rotate(-65deg);
  }
}
@media screen and (max-width: 400px) {
  .yokoku_text .slash::after {
    transform: rotate(-65deg);
    right: -0.5em;
  }
}
.yokoku_text .text_lg {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .yokoku_text .text_lg {
    font-size: 1.2em;
  }
}
.yokoku_text .text_number {
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  .yokoku_text .text_number {
    font-size: 1.5em;
  }
}

/*==================================================
MV
===================================*/
.moomin_main {
  display: block;
  width: 100%;
  position: relative;
  /* 吹き出し */
  /* 画像 */
  /* 期間 */
}
.moomin_main .moomin_main_yellow {
  width: 100%;
  background-color: #FAC100;
  position: relative;
  padding-bottom: 24px;
}
.moomin_main .moomin_main_yellow::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: calc((100% - 720px) / 2);
  height: 100%;
  background-image: url(../img/main_pattern_left_pc.png);
  background-size: 80%;
  background-repeat: repeat;
  background-position: top right;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1300px) {
  .moomin_main .moomin_main_yellow::before {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_yellow::before {
    content: none;
  }
}
.moomin_main .moomin_main_yellow::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: calc((100% - 720px) / 2);
  height: 100%;
  background-image: url(../img/main_pattern_right_pc.png);
  background-size: 80%;
  background-repeat: repeat;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1300px) {
  .moomin_main .moomin_main_yellow::after {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_yellow::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_yellow {
    padding-bottom: 0;
  }
}
.moomin_main .moomin_main_text_wrap {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_text_wrap {
    padding-top: 0;
  }
}
.moomin_main .moomin_main_speech_bubble {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 12px 24px;
  width: 100%;
  max-width: 490px;
  background: #182253;
  box-sizing: border-box;
  border-radius: 500px;
  /*
  &::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    z-index: 1;
  }
  */
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_speech_bubble {
    max-width: inherit;
    border-radius: 0;
    padding-top: 24px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.moomin_main .moomin_main_speech_bubble::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #182253;
  z-index: 2;
  /*
  @include mq(md) {
    bottom: 0;
    left: 0;
    margin-left: 0;
    background-image: url(../img/main_speech_bubble_sp.png);
    width: 100%;
    height: 8%;
    background-repeat: no-repeat;
    border:none;
    background-size: contain;
    border-radius: 0;
    min-height: 100px;
    top: 75px;
    background-position: top center;
  }
  */
}
.moomin_main .moomin_main_speech_bubble .speech_bubble_text_lg {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_speech_bubble .speech_bubble_text_lg {
    width: 95%;
    max-width: inherit;
  }
}
.moomin_main .moomin_main_speech_bubble .speech_bubble_text_lg img {
  width: 100%;
  vertical-align: middle;
}
.moomin_main .moomin_main_speech_bubble .speech_bubble_text_sm {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_speech_bubble .speech_bubble_text_sm {
    width: 80%;
    max-width: inherit;
  }
}
.moomin_main .moomin_main_speech_bubble .speech_bubble_text_sm img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.moomin_main .moomin_main_title_wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_title_wrap {
    width: 90%;
    padding-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .moomin_main .moomin_main_title_wrap {
    width: 95%;
  }
}
.moomin_main .flex-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.moomin_main .moomin_main_left {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_left {
    width: 30%;
  }
}
.moomin_main .moomin_main_title {
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_title {
    padding-bottom: 0;
  }
}
.moomin_main .moomin_main_right {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_right {
    width: 70%;
  }
}
.moomin_main .moomin_main_image {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_image {
    max-width: inherit;
  }
}
.moomin_main .moomin_main_text_copy {
  display: inline-block;
  color: #182253;
  font-size: 0.9em;
  font-weight: 700;
  background: #fff;
  border-radius: 30px;
  padding: 4px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_text_copy {
    text-align: center;
    margin: 16px auto 0;
    display: block;
    width: 90%;
    max-width: 400px;
  }
}
@media screen and (max-width: 400px) {
  .moomin_main .moomin_main_text_copy {
    font-size: 0.8em;
    margin-top: 8px;
  }
}
.moomin_main .flex-2-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .moomin_main .flex-2-end {
    display: block;
  }
}
.moomin_main .moomin_main_image_illust {
  width: 50%;
  max-width: 375px;
}
.moomin_main .moomin_main_image_illust img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_image_illust {
    width: 60%;
    max-width: 375px;
    margin-left: 20px;
    position: relative;
  }
  .moomin_main .moomin_main_image_illust::before {
    display: inline-block;
    position: absolute;
    content: "";
    background-image: url(../img/main_pattern_right_sp.png);
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    background-size: contain;
    top: 16px;
    right: -65%;
  }
}
.moomin_main .moomin_main_image_product {
  width: 50%;
  max-width: 215px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_image_product {
    width: 50%;
    max-width: 400px;
    margin-left: 50%;
    padding-bottom: 64px;
  }
  .moomin_main .moomin_main_image_product::before {
    display: inline-block;
    position: absolute;
    content: "";
    background-image: url(../img/main_pattern_left_sp.png);
    background-repeat: no-repeat;
    width: 65%;
    height: 100%;
    background-size: contain;
    top: 16px;
    left: -90%;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .moomin_main .moomin_main_image_product::before {
    width: 60%;
    left: -77%;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .moomin_main .moomin_main_image_product {
    width: 60%;
    max-width: inherit;
    margin-left: 40%;
  }
}
.moomin_main .moomin_main_image_product img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.moomin_main .moomin_main_image_product::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #FFEDBF;
  width: 230px;
  height: 230px;
  bottom: 0;
  left: 50%;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_image_product::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: transparent;
    background-image: url(../img/main_bottom_bg_sp.png);
    width: 100%;
    max-width: 500px;
    height: 230px;
    bottom: 0;
    left: inherit;
    right: 0;
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
.moomin_main .mooomin_main_notice {
  font-size: 1em;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  text-align: right;
  font-weight: 700;
  padding-top: 24px;
  color: #182253;
}
@media screen and (max-width: 768px) {
  .moomin_main .mooomin_main_notice {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 16px;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 16px;
    text-align: left;
    display: inline-flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 400px) {
  .moomin_main .mooomin_main_notice {
    font-size: 0.9em;
  }
}
.moomin_main .moomin_main_date_wrap {
  width: 100%;
  background: #FFEDBF;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.moomin_main .moomin_main_date_wrap .moomin_main_date_wrap {
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_date_wrap {
    padding-left: 24px;
    padding-right: 24px;
    border: none;
    box-sizing: border-box;
    border-top: 2px solid #182253;
  }
}
@media screen and (max-width: 400px) {
  .moomin_main .moomin_main_date_wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.moomin_main .moomin_main_date_wrap .moomin_main_date {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.moomin_main .moomin_main_date_wrap p {
  font-size: 1.3em;
  font-weight: 700;
  text-align: left;
  color: #182253;
}
@media screen and (max-width: 768px) {
  .moomin_main .moomin_main_date_wrap p {
    text-align: left;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 400px) {
  .moomin_main .moomin_main_date_wrap p {
    font-size: 1.2em;
  }
}
.moomin_main .moomin_main_date_wrap p:first-of-type {
  padding-bottom: 8px;
}
.moomin_main .moomin_main_date_wrap p span.date_ttl {
  background: #182253;
  color: #fff;
  font-size: 0.7em;
  padding: 4px 12px;
  display: inline-block;
  width: 140px;
  text-align: center;
  margin-right: 0.5em;
  border-radius: 5px;
}

/* MV下ゆめシール新登場 */
.youmeseal_main {
  background-color: #C70079;
  padding-top: 8px;
  padding-bottom: 16px;
}
.youmeseal_main .youmeseal_main_text {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.youmeseal_main .youmeseal_main_button_wrap {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .youmeseal_main .youmeseal_main_button_wrap {
    display: block;
  }
}
.youmeseal_main .youmeseal_main_button {
  width: 50%;
  display: block;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .youmeseal_main .youmeseal_main_button {
    width: 100%;
  }
}
.youmeseal_main .youmeseal_main_button a {
  width: 100%;
  max-width: 300px;
  color: #C70079;
  font-size: 1.3em;
  background: #fff;
  padding: 8px 8px;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.youmeseal_main .youmeseal_main_button a::after {
  position: absolute;
  display: inline-block;
  content: "";
  right: 15px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #C70079;
  border-right: 2px solid #C70079;
  transform: rotate(135deg);
}
@media screen and (max-width: 300px) {
  .youmeseal_main .youmeseal_main_button a {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
    font-size: 1em;
  }
}

/*==================================================
対象店舗
===================================*/
.top_tenpo {
  width: 100%;
  background-color: #FFECF5;
  padding-top: 32px;
  padding-bottom: 32px;
}

.top_tenpo_text_wrap {
  display: block;
  width: 90%;
  max-width: 610px;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #C70079;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 13px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_tenpo_text_wrap {
    padding: 24px;
  }
}
.top_tenpo_text_wrap .top_tenpo_text_youmered {
  font-size: 1.5em;
  color: #C70079;
  font-weight: 700;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 24px;
  border-radius: 8px;
  position: relative;
}
.top_tenpo_text_wrap .top_tenpo_text_youmered::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 80%;
  height: 5px;
  background: url(../img/dot_youmered.png) repeat-x;
  background-size: contain;
  bottom: 10px;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .top_tenpo_text_wrap .top_tenpo_text_youmered {
    font-size: 1.2em;
  }
}
.top_tenpo_text_wrap .top_tenpo_text {
  color: #2A2A2A;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_tenpo_text_wrap .top_tenpo_text {
    font-size: 1em;
  }
}
@media screen and (max-width: 400px) {
  .top_tenpo_text_wrap .top_tenpo_text {
    text-align: left;
  }
}

/*==================================================
商品一覧
===================================*/
.moomin_product {
  padding-top: 80px;
  padding-bottom: 104px;
  position: relative;
}
.moomin_product::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url(../img/flower_left.png) repeat-y;
  top: 0;
  left: 0;
  width: 85px;
  height: 100%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .moomin_product::before {
    content: none;
  }
}
.moomin_product::after {
  display: inline-block;
  position: absolute;
  content: "";
  background: url(../img/flower_right.png) repeat-y;
  top: 0;
  right: 0;
  width: 85px;
  height: 100%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .moomin_product::after {
    content: none;
  }
}

.moomin_product_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.moomin_product_list {
  padding-left: 32px;
  padding-right: 32px;
  width: 50%;
  padding-bottom: 80px;
  position: relative;
  max-width: 430px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .moomin_product_list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 104px;
    padding-left: 0;
    padding-right: 0;
  }
  .moomin_product_list::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../img/flower_sp.png);
    background-size: contain;
    width: 135px;
    height: 35px;
    bottom: 40px;
    left: calc((100% - 135px) / 2);
  }
}
.moomin_product_list .moomin_product_content_image {
  width: 100%;
  max-width: 400px;
  background-color: #F9F9F9;
  border-radius: 15px;
  margin-bottom: 24px;
}
.moomin_product_list .moomin_product_content_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .moomin_product_list .moomin_product_content_image {
    /*width: 90%;*/
    margin: 0 auto 24px;
  }
}
.moomin_product_list .moomin_product_content_productname_wrap {
  display: flex;
  align-items: baseline;
  font-size: 1.1em;
  color: #2A2A2A;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .moomin_product_list .moomin_product_content_productname_wrap {
    flex-direction: column;
  }
}
.moomin_product_list .moomin_product_content_productname_wrap::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background-image: url(../img/dot_red.png);
  background-repeat: repeat-x;
  left: 0;
  bottom: 0;
  background-size: contain;
}
.moomin_product_list .moomin_product_content_productname_wrap .product_number {
  padding-right: 0.5em;
  font-family: "Roboto", sans-serif;
}
.moomin_product_list .moomin_product_content_info {
  font-size: 1em;
  padding-bottom: 16px;
  color: #2A2A2A;
  line-height: 1.8;
}
.moomin_product_list .moomin_product_content_specialprice {
  font-size: 1em;
  font-weight: 500;
  padding-top: 16px;
  color: #2A2A2A;
}
.moomin_product_list .moomin_product_content_specialprice .emphasis {
  background: #E60012;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 8px 12px 4px;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 1.3;
  text-align: center;
  font-size: 0.8em;
}
.moomin_product_list .moomin_product_content_specialprice .emphasis span {
  font-size: 2.5em;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.moomin_product_list .moomin_product_content_specialprice_tax {
  font-size: 0.9em;
  margin-left: 7em;
  font-weight: 500;
  padding-bottom: 8px;
  color: #2A2A2A;
}
.moomin_product_list .marlf_0 {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .moomin_product_list .marlf_0 {
    margin-left: 7em;
  }
}
.moomin_product_list .moomin_product_content_normalprice {
  font-size: 1em;
  font-weight: 500;
  color: #2A2A2A;
}

.moomin_product_notice_wrap {
  padding-top: 40px;
  line-height: 1.8;
  font-size: 1em;
  color: #2A2A2A;
  position: relative;
  z-index: 1;
}
.moomin_product_notice_wrap .moomin_product_notice {
  background: #F9F9F9;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 15px;
  font-size: 1em;
  font-weight: 500;
  color: #2A2A2A;
}
@media screen and (max-width: 768px) {
  .moomin_product_notice_wrap .moomin_product_notice {
    font-size: 0.9em;
    padding: 16px;
  }
}
.moomin_product_notice_wrap a {
  font-weight: 700;
  color: #3358A2;
  border-bottom: 1px solid #3358A2;
}

.content-three {
  /*max-width: 320px;*/
  padding-left: 24px;
  padding-right: 24px;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .content-three {
    /*max-width: 400px;*/
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.mooomin_product_trademark {
  text-align: right;
  font-size: 1em;
  font-weight: 500;
  width: 100%;
}

/*==================================================
      紙シール配布は終了となり自動で貯まる「ゆめシール」へと移行いたします。
===================================*/
.youmeseal_passed {
  background-color: #FFECF5;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.youmeseal_passed .maxwid690 {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .youmeseal_passed .maxwid690 {
    width: 90%;
  }
}
.youmeseal_passed .youmeseal_passed_text_top {
  font-size: 1em;
  text-align: center;
}
.youmeseal_passed .youmeseal_passed_text_top .text_normal {
  color: #2A2A2A;
}
.youmeseal_passed .youmeseal_passed_text_top .text_youmered {
  font-size: 1.3em;
  font-weight: 700;
  color: #C70079;
  padding-bottom: 24px;
}
.youmeseal_passed .youmeseal_passed_text_top .text_youmered span {
  background: linear-gradient(transparent 50%, #FFF362 50%);
}
.youmeseal_passed .mount {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 104px;
  position: relative;
}
.youmeseal_passed .mount::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: calc((100% - 30px) / 2);
  bottom: 48px;
  width: 30px;
  height: 30px;
  border-top: 5px solid #C70079;
  border-right: 5px solid #C70079;
  transform: rotate(135deg);
}
.youmeseal_passed .youmeseal_passed_text_bottom {
  color: #C70079;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
}
.youmeseal_passed .youmeseal_passed_text_bottom p {
  font-size: 1.2em;
  color: #C70079;
  line-height: 1.5;
}
.youmeseal_passed .youmeseal_passed_text_bottom h3 {
  font-size: 2.5em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .youmeseal_passed .youmeseal_passed_text_bottom h3 {
    font-size: 2em;
  }
}
.youmeseal_passed .youmeseal_passed_text_bottom h3 span {
  background: linear-gradient(transparent 70%, #FFF362 30%);
}
.youmeseal_passed .youmeseal_passed_double_wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .youmeseal_passed .youmeseal_passed_double_wrap {
    display: block;
  }
}
.youmeseal_passed .youmeseal_passed_double_wrap .youmeseal_passed_image {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}
.youmeseal_passed .youmeseal_passed_double_wrap .youmeseal_passed_image p {
  font-size: 1em;
  color: #2A2A2A;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .youmeseal_passed .youmeseal_passed_double_wrap .youmeseal_passed_image {
    width: 100%;
  }
}
.youmeseal_passed .youmeseal_passed_double_wrap .youmeseal_passed_image img {
  width: 100%;
}
.youmeseal_passed .app_download_box {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 3px solid #C70079;
}
.youmeseal_passed .app_download_box h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: #C70079;
  text-align: center;
  padding-bottom: 24px;
}
.youmeseal_passed .app_download_box h4 span {
  background: linear-gradient(transparent 70%, #FFF362 30%);
}
.youmeseal_passed .app_download_box .maxwid400 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.youmeseal_passed .app_download_box ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.youmeseal_passed .app_download_box ul .app_store_link {
  /* width: 45%;*/
  max-width: 160px;
  padding-right: 8px;
}
.youmeseal_passed .app_download_box ul .app_store_link img {
  width: 100%;
}
.youmeseal_passed .app_download_box ul .googleplay_link {
  /* width: 55%;*/
  max-width: 200px;
  padding-left: 8px;
}
.youmeseal_passed .app_download_box ul .googleplay_link img {
  width: 100%;
}

/*==================================================
ゆめシール新登場
===================================*/
.youmeseal_title_wrap {
  background-color: #C70079;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 32px;
  position: relative;
}
.youmeseal_title_wrap::before, .youmeseal_title_wrap::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 250px;
  height: 180px;
}
.youmeseal_title_wrap::before {
  background-image: url(../img/shine_topleft_yellow.png);
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap::before {
    content: none;
  }
}
.youmeseal_title_wrap::after {
  background-image: url(../img/shine_topright_yellow.png);
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap::after {
    content: none;
  }
}
.youmeseal_title_wrap .maxwid1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.youmeseal_title_wrap .youmeseal_title_copy {
  display: block;
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap .youmeseal_title_copy {
    max-width: 300px;
    padding-bottom: 8px;
  }
}
.youmeseal_title_wrap .youmeseal_title_copy::before, .youmeseal_title_wrap .youmeseal_title_copy::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 30px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap .youmeseal_title_copy::before, .youmeseal_title_wrap .youmeseal_title_copy::after {
    width: 26px;
    height: 40px;
  }
}
.youmeseal_title_wrap .youmeseal_title_copy::before {
  background: url(../img/double_line_left.png) no-repeat;
  top: 0;
  left: -1em;
  background-size: contain;
}
.youmeseal_title_wrap .youmeseal_title_copy::after {
  background: url(../img/double_line_right.png) no-repeat;
  top: 0;
  right: -1em;
  background-size: contain;
}
@media screen and (max-width: 300px) {
  .youmeseal_title_wrap .youmeseal_title_copy::before {
    left: 0;
  }
  .youmeseal_title_wrap .youmeseal_title_copy::after {
    right: 0;
  }
}
.youmeseal_title_wrap p {
  color: #FFF362;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 300px) {
  .youmeseal_title_wrap p {
    font-size: 1em;
  }
}
.youmeseal_title_wrap h2 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap h2::before, .youmeseal_title_wrap h2::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap h2::before {
    background: url(../img/shine_left_yellow_sp.png) no-repeat;
    background-size: contain;
    left: -0.5em;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap h2::after {
    background: url(../img/shine_right_yellow_sp.png) no-repeat;
    background-size: contain;
    right: -0.5em;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap h2 {
    width: 90%;
  }
}
.youmeseal_title_wrap h2 img {
  width: 100%;
}

/*==================================================
アコーディオン
===================================*/
.youmeseal_howto {
  width: 100%;
  background-color: #FFF362;
  padding-top: 64px;
  padding-bottom: 80px;
  position: relative;
  /*==================================================
  アコーディオンのためのcss
  ===================================*/
  /*アコーディオン全体*/
  /*
  .accordion-area li{
      margin: 10px 0;
  }
  */
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
  /*個別*/
}
.youmeseal_howto::before, .youmeseal_howto::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  top: 0;
}
.youmeseal_howto::before {
  background: url(../img/shine_comingsoon_left.png) no-repeat;
  background-repeat: repeat-y;
  left: 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto::before {
    content: none;
  }
}
.youmeseal_howto::after {
  background: url(../img/shine_comingsoon_right.png) no-repeat;
  background-repeat: repeat-y;
  right: 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto::after {
    content: none;
  }
}
.youmeseal_howto .accordion-area {
  list-style: none;
  width: 96%;
  max-width: 750px;
  margin: 0 auto;
}
.youmeseal_howto .accordion-area .accordion_content {
  margin-bottom: 16px;
  background-color: #FFECF5;
  border-radius: 13px;
}
.youmeseal_howto .accordion_title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 2% 2% 2% 40px;
  transition: all 0.5s ease;
  background: #C70079;
  border-radius: 13px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_title {
    padding: 4% 40px 4% 40px;
    font-size: 1.3em;
  }
}
.youmeseal_howto .accordion_title::before,
.youmeseal_howto .accordion_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_title::before,
.youmeseal_howto .accordion_title::after {
    width: 20px;
  }
}
.youmeseal_howto .accordion_title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.youmeseal_howto .accordion_title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
.youmeseal_howto .accordion_title.close::before {
  transform: rotatex(180deg);
}
.youmeseal_howto .accordion_title.close::after {
  transform: rotatex(-45deg);
}
.youmeseal_howto .box {
  display: none; /*はじめは非表示*/
  background: #FFECF5;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  padding: 24px 24px 40px;
}
.youmeseal_howto .accordion_image_double_wrap {
  width: 100%;
  margin: 0 auto;
}
.youmeseal_howto .accordion_image_double {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_image_double {
    display: block;
  }
}
.youmeseal_howto .accordion_image_double .accordion_image {
  width: 50%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_image_double .accordion_image {
    width: 100%;
    margin: 0 auto;
  }
}
.youmeseal_howto .accordion_image_double .accordion_image img {
  width: 100%;
}
.youmeseal_howto .accordion_confirmation {
  padding-bottom: 48px;
}
.youmeseal_howto .accordion_title_sub {
  background-color: #C70079;
  padding: 4px 8px;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  max-width: 170px;
  text-align: center;
  margin-bottom: 16px;
}
.youmeseal_howto .accordion_confirmation .accordion_image {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_confirmation .accordion_image {
    padding-bottom: 56px;
  }
}
.youmeseal_howto .accordion_confirmation_300 .accordion_image {
  max-width: 300px;
}
.youmeseal_howto .accordion_text {
  padding-bottom: 16px;
  color: #2A2A2A;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8;
}
.youmeseal_howto .accordion_text_red {
  color: #C70079;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
}
.youmeseal_howto .image_single {
  max-width: 220px;
  margin: 0 auto;
}
.youmeseal_howto .flex_content_center {
  align-items: center;
}
.youmeseal_howto .flex_content_center .accordion_text_sm {
  width: 50%;
  font-size: 0.9em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .flex_content_center .accordion_text_sm {
    width: 100%;
  }
}
.youmeseal_howto .arrow_down {
  position: relative;
}
.youmeseal_howto .arrow_down::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: calc((100% - 60px) / 2);
  top: calc((100% - 30px) / 2);
  width: 30px;
  height: 30px;
  border-top: 5px solid #C70079;
  border-right: 5px solid #C70079;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .arrow_down::after {
    transform: rotate(135deg);
    left: calc((100% - 20px) / 2);
    top: 43%;
    width: 20px;
    height: 20px;
    border-top: 5px solid #C70079;
    border-right: 5px solid #C70079;
  }
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_confirmation .accordion_text_red {
    font-weight: 500;
    position: relative;
    max-width: 180px;
    margin: 0 auto;
    padding-bottom: 16px;
  }
  .youmeseal_howto .accordion_confirmation .accordion_text_red::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #C70079;
    left: 0;
    bottom: 8px;
  }
}
.youmeseal_howto .youmeseal_howto_notice {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  border: 5px solid #C70079;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .youmeseal_howto_notice {
    border-radius: 0;
    margin-top: 40px;
  }
}
.youmeseal_howto .youmeseal_howto_notice h4 {
  font-size: 1.5em;
  font-weight: 700;
  color: #2A2A2A;
  text-align: center;
  padding-bottom: 24px;
}
.youmeseal_howto .youmeseal_howto_notice h4 span {
  color: #C70079;
}
.youmeseal_howto .youmeseal_howto_notice .youmeseal_howto_notice_text {
  text-align: left;
  line-height: 1.8;
  padding-bottom: 24px;
  color: #2A2A2A;
}
.youmeseal_howto .youmeseal_howto_notice .youmeseal_howto_notice_text_lg {
  text-align: center;
  color: #C70079;
  font-weight: 700;
  font-size: 1.2em;
  padding-bottom: 32px;
}
.youmeseal_howto .youmeseal_howto_notice .youmeseal_howto_notice_text_lg span {
  background: linear-gradient(transparent 70%, #FFF362 30%);
}

/*==================================================
よくあるご質問
===================================*/
.seal_qa_wrap {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding-top: 64px;
  max-width: 750px;
  margin: 0 auto;
}

.seal_qa_title {
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  margin: 0 auto;
  background: #C70079;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .seal_qa_title {
    border-radius: 0;
  }
}
.seal_qa_title h3 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  /* margin-bottom: 1em;*/
  /*&::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: $youme_red;
    border-radius: 2px;
  }*/
}
@media screen and (max-width: 768px) {
  .seal_qa_title h3 {
    font-size: 1.3em;
  }
}

.seal_qa_content {
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  /*max-width: 1100px;*/
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .seal_qa_content {
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 0;
  }
}

.seal_qa_list {
  padding-bottom: 64px;
  position: relative;
}
.seal_qa_list::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 32px;
  background-color: #d3d3d3;
}

.seal_qa_question_wrap {
  padding-bottom: 16px;
}

.seal_qa_question_wrap,
.seal_qa_answer_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.seal_qa_question_number {
  background: #C70079;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .seal_qa_question_number {
    font-size: 1em;
    width: 2.2em;
    height: 2em;
  }
}

.seal_qa_question_text {
  width: 100%;
  padding-left: 1.3em;
  box-sizing: border-box;
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .seal_qa_question_text {
    font-size: 1em;
  }
}

.seal_qa_answer_number {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  color: #2A2A2A;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
}

.seal_qa_answer_text {
  width: 100%;
  padding-left: 1.5em;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .seal_qa_answer_text {
    font-size: 0.9em;
  }
}

.button_return_wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 40px;
}

.button_return {
  background-color: #C70079;
  color: #fff;
  font-size: 1em;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 16px 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  border-radius: 50px;
}
.button_return::after {
  position: absolute;
  display: inline-block;
  content: "";
  right: 20px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* アプリ版のみ適用 */
.app_tenpo {
  display: block;
  width: 100%;
  padding-top: 64px;
}

.app_tenpo_text_wrap {
  display: block;
  width: 96%;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  /* border: 5px solid #C70079; */
  padding: 24px 16px;
  box-sizing: border-box;
  border-radius: 13px;
  position: relative;
  z-index: 1;
}
.app_tenpo_text_wrap .app_tenpo_text_youmered {
  font-size: 1.5em;
  color: #C70079;
  font-weight: 700;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 24px;
  border-radius: 8px;
  position: relative;
}
.app_tenpo_text_wrap .app_tenpo_text_youmered::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #C70079;
  bottom: 10px;
  left: calc((100% - 30px) / 2);
}
.app_tenpo_text_wrap .app_tenpo_text {
  color: #2A2A2A;
  font-size: 1.1em;
  font-weight: 700;
  padding-top: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .app_tenpo_text_wrap .app_tenpo_text {
    text-align: left;
  }
}

/*デイリーマート田宮店追記*/
.top_tenpo_text_sm,
.app_tenpo_text_wrap .top_tenpo_text_sm {
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
}
@media screen and (max-width: 400px) {
  .top_tenpo_text_sm,
.app_tenpo_text_wrap .top_tenpo_text_sm {
    text-align: left;
  }
}
/*# sourceMappingURL=style-seal2.css.map */