/** @format */

@charset 'utf-8';
/* ============ STYLE ============ */
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #272828;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
}
a {
  padding: 0 !important;
  text-decoration: none;
  color: #272828;
}
a:hover {
  cursor: pointer;
  opacity: 0.9;
}
*:focus {
  outline: none;
}
img {
  vertical-align: bottom;

  max-width: 100%;
}
body.scroll-disable {
  overflow: hidden;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* 事前エントリー */
/* .entry .after {
	display: none;
}
.entry .before {
	display: block;
}
.after {
	display: flex;
}
.before {
	display: none;
} */

/* layout */
.wrap {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}
.frame01 {
  width: 90%;
  margin: 0 auto;
  border-radius: 35px;
  background-color: #fff;
  overflow: hidden;
}
.frame02 {
  width: 90%;
  margin: 0 auto;
  border-radius: 35px;
  background-color: #fff;
  border: 1px solid var(--pink);
}

/* font */
@font-face {
  font-family: "mobo";
  src: url("../font/MOBO-Bold.php"), format("woff");
}
@font-face {
  font-family: "folk";
  src: url("../font/Folks-Bold.php"), format("turetype");
}
@font-face {
  font-family: "axis";
  src: url("../font/AxisStd-B.php"), format("turetype");
}

:root {
  --green: #007447;
  --yellow: #f2eb2c;
  --ff_mobo: "mobo", sans-serif;
  --ff_folk: "folk", sans-serif;
}

/* bg */
.bg01 {
  background: url(../img/common/bg.png) repeat-y center top / 100%;
}
.bg02 {
  background: var(--green);
}

/* ttl */
.ttl01,
.ttl02 {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.ttl01 span,
.ttl02 span {
  margin-bottom: 5px;
  display: block;
  font-family: var(--ff_mobo);
  font-size: 36px;
  letter-spacing: 0.02em;
}
.ttl01 {
  color: var(--green);
}
.ttl02 {
  color: #fff;
}

/* btn */
.btn {
  position: relative;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 25px;
  letter-spacing: 0.025em;
  font-family: var(--ff_mobo);
  color: #fff;
}
.btn01::after,
.btn02::after,
.btn03::after {
  content: "";
  width: 8px;
  height: 8px;

  position: absolute;
  right: 15px;
  transform: rotate(45deg);
  border-top: solid 1px var(--green);
  border-right: solid 1px var(--green);
}
.btn01 {
  background: var(--yellow);
  color: var(--green);
  border: 1px solid var(--green);
}
.btn02 {
  height: 50px;
  font-size: 20px;
  background: var(--yellow);
  color: var(--green);
  border: 1px solid var(--green);
}
.btn03 {
  color: var(--green);
  background: #fcb156;
  border: 1px solid var(--green);
}

.btnSearch {
  background: #f4a83e;
  color: #fff;
}
.btnSearch::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../img/second/search.png) no-repeat center / cover;
}
.btnAbout {
  text-align: center;
  color: var(--pink);
  background: #fff;
  border: 1px solid var(--pink);
  line-height: 1.1;
}
.btnOubo {
  color: #fff;
  background: #b5b5b5;
  border: none;
  pointer-events: none;
}
.btnOubo.active {
  background: var(--pink);
  pointer-events: visible;
  cursor: pointer;
}
.btnBack {
  border: 1px solid var(--blue);
  color: var(--blue);
  pointer-events: visible;
}
.btnClm {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* -----------キャンペーン概要 ----------- */
.summaryArrow {
  margin: 20px auto 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 25px solid var(--green);
  border-bottom: 0;
}
.summaryWrap {
  position: relative;
  border: 1px solid var(--green);
}
.summaryWrap::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -5px;
  width: 85px;
  height: 45px;
  background: url(../img/common/cp_view03.png) no-repeat center / contain;
}

/* -----------参加完了 ----------- */
.completeTxt {
  width: 92%;
  margin: 0 auto 40px;
}

/* -----------参加状況 ----------- */
.statusInner {
  width: 88%;
  margin: 0 auto;
  padding: 2px;
  clip-path: polygon(
    10px 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    10px 100%,
    0 calc(100% - 10px),
    0 10px
  );
  background: #fff;
}
.statusFrame {
  position: relative;
  padding-bottom: 25px;
  clip-path: polygon(
    10px 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    10px 100%,
    0 calc(100% - 10px),
    0 10px
  );
  background: #fff;
}

.stampTtl {
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff_mobo);
  font-size: 28px;
  color: #fff;
  background: var(--green);
  text-align: center;
  letter-spacing: -0.1em;
}

#status .stampList {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}
#status .stampList li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% / 4 - 9px);
}
#status .stampList li.get::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/second/stamp_active.png) no-repeat center / contain;
}

#status .stampNav {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: translate(-50%, -50%);
}
#status .stampPages {
  justify-content: center;
  font-size: 14px;
  bottom: 0;
  font-weight: 600;
  letter-spacing: 0.15em;
}
#status .swiper-stampCard-button-prev,
#status .swiper-stampCard-button-next {
  width: 12px;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
#status .swiper-stampCard-button-prev {
  left: -15px;
}
#status .swiper-stampCard-button-next {
  right: -15px;
}
.swiper-stampCard-button-prev::after,
.swiper-stampCard-button-next::after {
  content: "";
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}

#status .stampNav .disabled {
  opacity: 0;
  pointer-events: none;
}
.status01 {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 10px 15px;
  height: 55px;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  font-family: var(--ff_mobo);
}
.status01_label {
  width: 6em;
  color: var(--green);
  font-size: 17px;
}
.status01_dt {
  position: relative;
  bottom: -3px;
  width: calc(100% - 6em);
  text-align: center;
  color: #4f4f4f;
  font-size: 18px;
}
.status01_dtNum {
  font-size: 40px;
  font-family: "axis", sans-serif;
}
.getTxt01 {
  margin: 30px 0 10px;
  position: relative;
  color: var(--green);
  font-size: 18px;
  font-family: var(--ff_mobo);
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.1em;
}
.getTxt01::before,
.getTxt01::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/second/parts.png) no-repeat center / contain;
}
.getTxt01::before {
  top: -5px;
  left: 0;
}
.getTxt01::after {
  bottom: -15px;
  right: -5px;
}
.getTxt01 span {
  letter-spacing: normal;
}
.getTxt02 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

/*表示切替 */
#status.statusGet .getItem {
  display: block;
}
#status .getItem {
  display: none;
}
#status.statueNext .nextItem {
  display: flex;
}
#status .nextItem {
  display: none;
}

/* -----------マイページ賞品応募 ----------- */
.prizeHead {
  width: 90%;
  margin: 0 auto -50px;
}
.prizeStamp {
  width: 88%;
  margin-right: auto;
  margin-left: auto;
}
.prizeWrap {
  width: 88%;
  margin-right: auto;
  margin-left: auto;

  border: 1px solid var(--blue);
  border-radius: 5px;
  overflow: hidden;
}
.prizeCourse {
  width: fit-content;
  height: 28px;
  margin-bottom: 10px;
  padding: 0 15px;
  background: var(--blue);
  color: #fff;
  font-family: var(--ff_jun);
  font-size: 14px;
  border-radius: 0 0 5px 0;
}
.prizeCourse span {
  font-size: 18px;
}
.prizeImg {
  margin-bottom: 10px;
  background-image: repeating-linear-gradient(
    90deg,
    var(--blue),
    var(--blue) 5px,
    transparent 5px,
    transparent 12px
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.ouboDtWrap {
  width: 90%;
  margin: 0 auto 10px;
  display: none;
  /* display: flex; */
  font-weight: 500;
}
.ouboDtWrap.active {
  display: block;
}
.ouboDtWrap li {
  display: flex;
  align-items: center;
}
.ouboDtWrap li:first-child {
  border-bottom: 1px solid #b5b5b5;
}
.ouboDtWrap li .ouboDtLabel {
  width: 120px;
  font-size: 14px;
}
.ouboDtWrap li .ouboDt {
  width: calc(100% - 120px);
  text-align: center;
  font-family: var(--ff_jun);
  font-size: 15px;
}
.ouboDtWrap li .ouboDt .ouboRsl {
  padding-right: 5px;
  font-size: 22px;
}
.ouboDtWrap li .ouboDt .ouboRsl.get {
  color: var(--pink);
}
.ouboDt_before {
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background: var(--blue);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.ouboDt_before .ouboDt_beforeNum {
  font-size: 16px;
}

/* -----------応募確認画面 ----------- */
#apply_confirm.apply01 .prize01,
#apply_confirm.apply02 .prize02,
#apply_confirm.apply03 .prize03 {
  display: block;
}
.applePrize > div {
  display: none;
}

.applyName {
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  line-height: 1.3;
}
.confirmTxt {
  text-align: center;
  padding-top: 30px;
  margin: 30px auto 5px;
  font-size: 18px;
  font-weight: 600;
  background-image: repeating-linear-gradient(
    90deg,
    #b5b5b5,
    #b5b5b5 18px,
    transparent 18px,
    transparent 36px
  );
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}

/* 切り替え */
#apply_confirm .prizeItem01,
#apply_confirm .prizeItem02,
#apply_confirm .prizeItem03 {
  display: none;
}
#apply_confirm.prize01 .prizeItem01,
#apply_confirm.prize02 .prizeItem02,
#apply_confirm.prize03 .prizeItem03 {
  display: block;
}

/* -----------応募完了 ----------- */
.applyDesc {
  margin: 25px 0 30px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

/* 注意書き */
.noteList {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}
.noteList li {
  padding-left: 1em;
  text-indent: -1em;
}
.noteList li::before {
  content: "\203B";
}
/* ※をなしの場合 */
.noteList li.symbolNo {
  padding-left: 0;
  text-indent: 0;
}
.noteList li.symbolNo::before {
  content: none;
}

/* 参加の流れ */
.stepWrap {
  width: 95%;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
.stepTitle {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.stepTitleTxt {
  font-size: 18px;
  font-family: var(--ff_mobo);
}
.stepNo {
  position: relative;
  top: -4px;
  width: 50px;
}
.stepDesc {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}
.stepArrow {
  position: relative;
  margin: 25px auto 30px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.stepArrow::before,
.stepArrow::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
}
.stepArrow::before {
  bottom: -10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.stepArrow::after {
  bottom: -7px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid var(--green);
}
.stepAttention {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.6;
}

/* セイムスアプリ限定スタイル */
.stepAppTxt {
  margin: 20px 0 5px;
  color: var(--yellow);
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
}
.stepAppTxt2 {
  position: relative;
  margin: 50px auto 0;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--green);
  font-size: 14px;
  z-index: 1;
  font-family: var(--ff_mobo);
  letter-spacing: -0.07em;
}
.stepAppTxt2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
}

/* ダウンロードボタン */
.downloadWrap {
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  text-align: center;
}

.downloadTitle {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.downloadTitle02 {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--blue);
}
.downloadBtnWrap {
  padding: 10px 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  z-index: 0;
}

.downloadBtn1 {
  width: 41%;
}
.downloadBtn2 {
  width: 50%;
}

.downloadTitle2 {
  width: 88%;
  margin: 33px auto 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.downloadTitle3 {
  width: 60%;
  margin: 0 auto 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

/* 流れ　チャンス */
.stepChance {
  padding: 5px;
  margin-top: 10px;
  background: #37bef0;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
.stepChance span {
  color: #fff100;
}

/* 切り替えあり */
.change_wrap {
  border: 1px solid var(--color-red02);
}
.tab_wrap {
  display: flex;
}
.tab_wrap .tab {
  padding: 10px 0;
  width: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}
.tab_wrap .tab01 {
  color: var(--color-white);
  background: var(--color-red02);
}
.tab_wrap .tab02 {
  color: var(--color-red02);
  background: var(--color-white);
}
.panel {
  padding: 20px 0;
  display: none;
}
.panel.active {
  display: block;
}
.panel.panel01 {
  border-top: 1px solid var(--color-red02);
}
.panel .attention_txt {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 12px;
}

/* 参加フォーム */
.formTxt {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.agreeWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}
.agreeWrap * {
  cursor: pointer;
}
.agreeWrap input[type="checkbox"] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid var(--green);
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.agreeWrap input[type="checkbox"]:checked:before {
  position: absolute;
  top: -8px;
  left: 0px;
  transform: rotate(50deg);
  width: 12px;
  height: 16px;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  content: "";
}

/* アンケート */
.questWrap {
  margin-bottom: 25px;
}
.questLabel {
  margin-bottom: 15px;
  padding: 5px 0;
  display: flex;
  background: #044b94;
  color: #fff;
}
.questNo {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
  font-size: 25px;
  font-family: "mobo", sans-serif;
}
.questTtl {
  padding: 0 10px;
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.questTtl .imp {
  font-size: 10px;
  vertical-align: top;
}
.questCont li {
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 5px;
  line-height: 1.3;
}
.questCont li.fWrap {
  flex-wrap: wrap;
}
.questCont li label {
  width: calc(100% - 19px);
}
.questTxt {
  width: calc(100% - 19px);
}

/* お客様情報のご確認 */
.ruleWrap {
  padding: 20px 5%;
  background: rgba(52, 161, 219, 0.1);
  border-radius: 8px;
}
.ruleTtl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: var(--blue);
  font-weight: 600;
}
.ruleTxt {
  font-size: 12px;
  line-height: 1.5;
}

/* -----------------------
  アコーディオン
-------------------------- */
.toggle_contents_other {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}
.toggle_title_other {
  width: 100%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  background: #fff;
  color: var(--green);
  border: 1px solid var(--green);
}
.toggle_title_other.couponBtn {
  height: 40px;
  background: var(--green);
  color: #fff;
}

.toggle_title_other.rule_title {
  padding: 10px;
  color: #231815;
  border: none;
  border-bottom: 1px solid #231815;
  font-family: var(--ff_mobo);
  background: #fff;
  line-height: 1;
  font-size: 18px;
}

.toggle_btn_other {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.toggle_btn_other:before,
.toggle_btn_other:after {
  display: block;
  content: "";
  background-color: var(--green);
  position: absolute;
  width: 3.4vw;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.toggle_btn_other.rule_toggle {
  right: 10px;
}
.toggle_title_other.selected .toggle_btn_other.rule_toggle {
  right: 10px;
}
.toggle_btn_other.coupon_toggle:before,
.toggle_btn_other.coupon_toggle:after {
  background-color: #fff;
}

.toggle_btn_other.rule_toggle:before,
.toggle_btn_other.rule_toggle:after {
  background-color: #231815;
}

.toggle_btn_other:before {
  width: 3px;
  height: 3.4vw;
}
.toggle_title_other.selected .toggle_btn_other {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
}

.toggle_title_other.selected .toggle_btn_other:after {
  content: normal;
}

@media only screen and (min-width: 641px) {
  .toggle_btn_other:before,
  .toggle_btn_other:after {
    width: 14px;
    height: 3px;
  }

  .toggle_btn_other:before {
    width: 3px;
    height: 14px;
  }
}

.toggle_contents_other dd {
  display: none;
}
.toggle_contents_other_bk {
  width: 100%;
  text-align: justify;
  padding: 0 5px 0;
  max-height: 50vh;
  overflow-y: scroll;
}
.toggle_contents_other_bk::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 15px;
  border-radius: 20px;
}
.toggle_contents_other_bk::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
}

/* アコーディオンタイトル */

.toggle_Msg {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  letter-spacing: -0.9px;
  margin: 20px 0;
}

@media only screen and (min-width: 641px) {
  .toggle_btn:before,
  .toggle_btn:after {
    width: 14px;
    height: 2px;
  }

  .toggle_btn:before {
    width: 2px;
    height: 14px;
  }
}

.toggle_contents_other_bk .info_list {
  width: 100%;
}

.toggle_contents_other_bk .info_list li {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
}

.info_list .listName {
  width: 40%;
}
.info_list .listData {
  width: 60%;
}

/* -----------------------
  swiper
-------------------------- */
.swiperInner {
  position: relative;
  z-index: 3;
}
.swiper-wrapper {
  height: auto;
}

/* mvSlider */
.mvSlider {
  margin: -115px auto 0;
}
.mvSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.mvSlider .swiper-slide {
  height: 75px;
}

.mvSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.toggle_contents_other_kiyaku {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.toggle_contents_other_kiyaku dd {
  display: none;
  padding: 10px 0 0;
  font-size: 13px;
  line-height: 1.3;
}

.toggle_contents_other_bk_kiyaku {
  width: 100%;
  text-align: justify;
  padding: 15px 0 0;
  max-height: 50vh;
  overflow-y: scroll;
}
.toggle_contents_other_bk_kiyaku::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 15px;
  border-radius: 20px;
}
.toggle_contents_other_bk_kiyaku::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
}

/* 商品スライドの名前 */
.productList {
  padding: 15px 0;
  width: 100%;
}
.productList:not(:last-child) {
  background-image: linear-gradient(
    to right,
    #dc2c1e,
    #dc2c1e 5px,
    transparent 5px,
    transparent 5px
  ); /* 幅2の線を作る */
  background-size: 10px 2px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
}
.productList li {
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4;
}
.productCatTtl {
  gap: 3px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #044b94;
  border-bottom: 1px solid #044b94;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  white-space: nowrap;
}
.pdHead {
  margin-bottom: 5px !important;
  color: var(--green);
  font-weight: 600;
  border-bottom: 1px solid var(--green);
}
.productList li .pdName {
  width: calc(100% - 5em);
}
.productList li .pdStamp {
  width: 5em;
  text-align: right;
}

/* productSlider */
.productSlider {
  background: url(../img/common/bg_blur.png) no-repeat center / contain;
}
.productSlider .swiper-slide {
  height: 240px;
}
.productSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.swiper-products-button-next,
.swiper-products-button-prev {
  transform: translateY(-50%);
}
.swiper-products-button-next {
  right: 9%;
}
.swiper-products-button-prev {
  left: 9%;
}
.swiper-products-button-prev::after,
.swiper-products-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 20px solid var(--green);
  border-left: 0;
}

.swiper-products-button-next::after {
  transform: rotate(180deg);
}
/* 矢印 */

/* makerSlider */
.makerSlider .swiper-slide img:first-child {
  margin-bottom: 15px;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin: 0 auto 0;
  position: relative;
  width: 88%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  height: 5px;
  width: calc(100% / 8);
  background-color: #00a0e9;
  opacity: 1;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: #fff;
}

/* swiper-scrollbar */
.swiper-scrollbar {
  position: inherit !important;
  width: 85% !important;
  margin: 20px auto 0;
  background: var(--green);
}
.swiper-scrollbar-drag {
  border: 1px solid var(--green);
  background: #fff;
}

/* -----------------------
  common
-------------------------- */
.inner {
  margin: 0 auto;
  width: 88%;
  max-width: 88%;
  display: block;
}

.inner94 {
  width: 375px;
  max-width: 94%;
  margin: 0 auto;
}

.inner95 {
  display: block;
  width: 375px;
  max-width: 95%;
  margin: 0 auto;
}

.inner90 {
  width: 375px;
  max-width: 90%;
  margin: 0 auto;
}
.inner84 {
  width: 84%;
  max-width: 84%;
  margin: 0 auto;
}

.inner85 {
  width: 85.6%;
  max-width: 85.6%;
  margin: 0 auto;
}

.inner88 {
  width: 88%;
  max-width: 88%;
  margin: 0 auto;
}
.inner80 {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}

.inner75 {
  width: 375px;
  max-width: 75%;
  margin: 0 auto;
}
.inner70 {
  width: 375px;
  max-width: 70%;
  margin: 0 auto;
}

/* モーダル */
.fix {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}
.modal.note_modal .batu {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.batu::before,
.batu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #252525;
}
.batu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 229, 229, 0.9);
  z-index: 999;
}

.modal_inner {
  /* display: none; */
  position: absolute;
  width: 95%;
  max-width: 355px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  /* border-radius: 20px; */
  padding: 50px 0;
  border: 3px solid var(--color-gold);
  z-index: 999;
}

@media only screen and (max-width: 640px) {
  .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  /* .inner93, .inner88 { */
  .inner90,
  .inner93,
  .inner88 {
    width: 89.3%;
    max-width: 89.3%;
    margin: 0 auto;
  }
}

/* -----------------------
  form
-------------------------- */
input[type="text"],
input[type="name"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="postal-code"],
input[type="password"] {
  padding: 5px 10px;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.6);
  z-index: 0 !important;
}
::placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
}
/* img */
input[type="image"] {
  width: 100%;
}

/* textarea */
textarea {
  width: 100%;
  height: 85px;
  padding: 5px 10px;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.6);
  resize: none;
}

/* checkbox */

/* radio */
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  vertical-align: -2px;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #044b94;
  content: "";
}

/* select */
select option {
  color: #2b0e04;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
select.receiptDate {
  position: relative;
  width: 100%;
  height: 48.2624px;
  padding: 0 15px !important;
  font-size: 14px;
  text-align: left;
  line-height: 1em;
  background: #f5f2f2;
  border: solid 1px #d9d1ce;
  z-index: 0 !important;
  text-overflow: "";
}
.cakeReceiptDate:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 40%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2b0e04;
  border-left: 2px solid #2b0e04;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 14px;
  pointer-events: none;
}

/* -----------------------
  kiyaku
-------------------------- */
.kiyakuMsg {
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.6;
  white-space: nowrap;
}

/* 参加フォームエラーメッセージ */
.header_emesg {
  padding: 1em;
  color: #ff0000;
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
}
.msg {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
}

/*_tos 本キャンペーンの規約ページ用*/
.frameWrap {
  padding: 30px 0 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.kiyakuBG {
  /*各キャンペーンのバックグラウンドの設定に合わせる*/
  background: var(--green);
}

.toggle_contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  width: 100%;
  margin: 25px auto 0;
  padding: 0;
}
.toggle_title {
  /* height: 60px; */
  width: 90%;
  margin: 0 auto;
  position: relative;
  /* color: #fff; */
  text-align: center;
  cursor: pointer;
  /* line-height: 60px; */
  /* background-image: url(../img/lp/btn-bg.png);
  background-size: 100% 100%; */
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 50px;
  display: block;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
}
.toggle_btn:before,
.toggle_btn:after {
  display: block;
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 3.4vw;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.toggle_btn:before {
  width: 2px;
  height: 3.4vw;
}
.toggle_title.selected .toggle_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
}

.toggle_title.selected .toggle_btn:after {
  content: normal;
}
.toggle_contents dd {
  display: none;
}
.toggle_contents_bk {
  font-size: 13px;
  line-height: 1.5em;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 10px;
  color: #ffffff;
}

.toggle_btn.bkgW:before,
.toggle_btn.bkgW:after {
  background-color: #ffffff;
}

.toggle_Msg {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  letter-spacing: -0.9px;
  margin: 20px 0;
}

.toggle_contents_bk.products {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.9px;
}

@media only screen and (min-width: 641px) {
  .toggle_btn:before,
  .toggle_btn:after {
    width: 13px;
    height: 2px;
  }

  .toggle_btn:before {
    width: 2px;
    height: 13px;
  }
}

/* -----------------------
  fixed BTN
-------------------------- */
.fixBtnArea,
.mypagefixBtnArea {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 375px;
  margin: 0 auto;
  z-index: 999;
}

.mypagefixBtnArea.modalActive {
  display: none;
}
.fixAppTxt {
  display: block;
  width: 65%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .fixBtnArea {
    width: 100%;
    margin: 0 auto;
  }
}
.fixBtnItem {
  width: 90%;
}

.fixBtnItem.clm2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.fixBtnItem.clm2 > a {
  width: 50%;
  font-size: 16px;
}
.lpFixBtnArea {
  position: fixed;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100vw;
  margin: 0 auto;
  z-index: 100;
  padding-top: 1.5px;
}

@media screen and (min-width: 641px) {
  .lpFixBtnArea {
    max-width: 375px;
  }
}

/* -----------------------
  footer
-------------------------- */
.footer {
  margin: 0;
  padding: 26px 0;
  font-size: 14px;
  color: #000000;
  letter-spacing: -0.9px;
  font-family: "Noto Sans JP", sans-serif;
}

#footerAttentionArea ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.imgFooter {
  width: 160px;
  margin: 21px auto;
}
.footerBtnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btnFootNav {
  position: relative;
  width: 50%;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  background-color: var(--green);
  color: #fff;
  border: 1px solid #fff;
}

.btnFootNav a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footerNav {
  list-style: none;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding: 19px 0 16px;
}
#footerNav li {
  padding: 0 2em;
  line-height: 30px;
  text-align: center;
}
#footerNav li:first-child {
  border-left: none;
}
#footerNav li a {
  text-decoration: none;
  color: #000000;
}
.copyright {
  font-size: 11px;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1px;
}

/* -----------------------
  Parts
-------------------------- */
/* width */
.w15 {
  display: block;
  width: 15%;
  margin: 0 auto;
}
.w45 {
  display: block;
  width: 45%;
  margin: 0 auto;
}
.w50 {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.w60 {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.w70 {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.w75 {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.w80 {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.w85 {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.w90 {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.w95 {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.w100 {
  width: 100%;
}

/* margin */
.m_auto {
  margin-left: auto;
  margin-right: auto;
}

/* margin-top */
.mt_30 {
  margin-top: -30px;
}
.mt_40 {
  margin-top: -40px;
}
.mt_70 {
  margin-top: -70px;
}
.mt_80 {
  margin-top: -80px;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
.mt130 {
  margin-top: 130px;
}
.mt140 {
  margin-top: 140px;
}
.mt150 {
  margin-top: 150px;
}
.mb-10 {
  margin-bottom: -10px;
}
.mb-15 {
  margin-bottom: -15px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb150 {
  margin-bottom: 150px;
}

.ml_auto {
  margin-left: auto;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.ml70 {
  margin-left: 70px;
}
.ml75 {
  margin-left: 75px;
}
.ml80 {
  margin-left: 80px;
}
.ml85 {
  margin-left: 85px;
}
.ml90 {
  margin-left: 90px;
}
.ml95 {
  margin-left: 95px;
}
.ml100 {
  margin-left: 100px;
}
.ml110 {
  margin-left: 110px;
}
.ml120 {
  margin-left: 120px;
}
.ml130 {
  margin-left: 130px;
}
.ml140 {
  margin-left: 140px;
}
.ml150 {
  margin-left: 150px;
}

/* margin-right */
.mr10 {
  margin-right: 10px;
}

/* padding-top */
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}
.pt110 {
  padding-top: 110px;
}
.pt120 {
  padding-top: 120px;
}
.pt130 {
  padding-top: 130px;
}
.pt140 {
  padding-top: 140px;
}
.pt150 {
  padding-top: 150px;
}

/* padding-bottom */
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb110 {
  padding-bottom: 110px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb130 {
  padding-bottom: 130px;
}
.pb140 {
  padding-bottom: 140px;
}
.pb150 {
  padding-bottom: 150px;
}
.pb170 {
  padding-bottom: 170px;
}

/* padding-left */
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}

/* padding-right */
.pr05 {
  padding-right: 5px;
}

.pd05 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd20 {
  padding: 20px;
}
.pd25 {
  padding: 25px;
}
.pd30 {
  padding: 30px;
}
.pd35 {
  padding: 35px;
}
.pd40 {
  padding: 40px;
}
.pd45 {
  padding: 45px;
}
.pd50 {
  padding: 50px;
}
.pd55 {
  padding: 55px;
}
.pd60 {
  padding: 60px;
}
.pd65 {
  padding: 65px;
}
.pd70 {
  padding: 70px;
}
.pd75 {
  padding: 75px;
}
.pd80 {
  padding: 80px;
}
.pd85 {
  padding: 85px;
}
.pd90 {
  padding: 90px;
}
.pd95 {
  padding: 95px;
}

/* text-align */
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}

.len10per {
  width: 10%;
}
.len20per {
  width: 20%;
}
.len30per {
  width: 30%;
}
.len40per {
  width: 40%;
}
.len50per {
  width: 50%;
}
.len60per {
  width: 60%;
}
.len70per {
  width: 70%;
}
.len80per {
  width: 80%;
}
.len90per {
  width: 90%;
}
.len100per {
  width: 100%;
}

/* color */
.colorBlue {
  color: #044b94;
}
.colorW {
  color: #fff;
}
.colorOrange {
  color: #f08300;
}

.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs26 {
  font-size: 26px;
}
.fs27 {
  font-size: 27px;
}
.fs28 {
  font-size: 28px;
}
.fs29 {
  font-size: 29px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs40 {
  font-size: 40px;
}
.fs45 {
  font-size: 45px;
}
.fs55 {
  font-size: 55px;
}

.lh10 {
  line-height: 1em;
}
.lh11 {
  line-height: 1.1em;
}
.lh12 {
  line-height: 1.2em;
}
.lh13 {
  line-height: 1.3em;
}
.lh14 {
  line-height: 1.4em;
}
.lh15 {
  line-height: 1.5em;
}
.lh16 {
  line-height: 1.6em;
}
.lh17 {
  line-height: 1.7em;
}
.lh18 {
  line-height: 1.8em;
}
.lh19 {
  line-height: 1.9em;
}
.lh20 {
  line-height: 2em;
}
.lh21 {
  line-height: 2.1em;
}
.lh22 {
  line-height: 2.2em;
}
.lh23 {
  line-height: 2.3em;
}
.lh24 {
  line-height: 2.4em;
}
.lh25 {
  line-height: 2.5em;
}

.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}

.ls_75 {
  letter-spacing: -0.07em;
}

/* -----------------------
  spiral
-------------------------- */
.spiralSeal {
  width: 90%;
  margin: 20px auto;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
}
.spiralSeal a {
  text-decoration: underline !important;
}
.spiralSealImg {
  width: 140px;
  margin: 10px auto 0;
}
