@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&family=PT+Sans:ital,wght@0,400;0,700;1,400&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
/*------------------------------------------------------------
  Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", noto-sans-cjk-jp, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1%;
  line-height: 160%;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Noto sans-serif, sans-serif;
}

h2 {
  font-weight: 900;
  font-size: 42px;
  letter-spacing: 4%;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 4%;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 140%;
  }
}
h4 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 4%;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 140%;
  }
}
h5 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 4%;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 140%;
  }
}
.l-desc {
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 2%;
}

.s-desc {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 2%;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../static/bricolagegrotesque-medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../static/bricolagegrotesque-semibold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../static/bricolagegrotesque-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../static/bricolagegrotesque-extrabold.ttf") format("truetype");
  font-weight: 800;
}
/*------------------------------------------------------------
    font-family: Montserrat, sans-serif;
    font-family: noto-sans-cjk-jp, sans-serif;
  font-family: "azo-sans-web", sans-serif;
------------------------------------------------------------*/
body {
  color: #28292D;
  line-height: 1.5;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.l-content {
  max-width: 1040px;
  padding: 0px 20px;
  margin: 0 auto;
}

.c-title1 {
  padding: 40px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.pb {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pb {
    padding-bottom: 0px;
  }
}
.c-btn01 {
  width: 100%;
  max-width: 340px;
  height: 65px;
  background: #ff7a1a;
  border: 2px solid #ff7a1a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin: 0px 15px;
  box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 767px) {
  .c-btn01 {
    font-size: 14px;
    height: 55px;
    line-height: 1.3;
  }
}
.c-btn01 .arrow {
  position: absolute;
  right: 30px;
  transition: ease-in-out 0.3s;
}

@media screen and (min-width: 768px) {
  .c-btn01:hover {
    background: #fff;
    color: #ff7a1a;
  }
  .c-btn01:hover .arrow {
    border: solid #ff7a1a;
    border-width: 0 2px 2px 0;
  }
}
.c-btn01.ver2 {
  background: #161c4f;
  border: 2px solid #161c4f;
}

@media screen and (min-width: 768px) {
  .c-btn01.ver2:hover {
    background: #fff;
    color: #161c4f;
  }
  .c-btn01.ver2:hover .arrow {
    border: solid #161c4f;
    border-width: 0 2px 2px 0;
  }
}
.c-title01 {
  width: 100%;
  height: auto;
  min-height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-size: 36px;
  font-weight: 700;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-title01 {
    font-size: 24px;
  }
}
.c-title01 span {
  font-size: 135px;
  font-weight: 200;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-title01 span {
    font-weight: 100;
    font-size: 115px;
  }
}
.c-title01::after {
  content: "";
  background-size: 100% auto;
  width: 48px;
  height: 4px;
  position: absolute;
  bottom: 0;
}

.c-title01.ver2 span {
  color: #f2f2f7;
}

.c-title01.ver3 {
  padding-bottom: 20px;
}

.c-title01.ver3 span {
  color: #f2f2f7;
}

.c-title01.ver3 strong {
  font-size: 36px;
  font-weight: 700;
  z-index: 1;
  width: 100%;
  position: relative;
  padding-top: 60px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-title01.ver3 strong {
    font-size: 24px;
  }
}
.c-title01.ver3 strong small {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #2d3765;
  padding: 8px 20px;
  border-radius: 18px;
  position: absolute;
  white-space: nowrap;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .c-title01.ver3 strong small {
    font-size: 12px;
  }
}
.c-title01.ver3 strong small b {
  font-size: 20px;
  font-weight: 700;
  line-height: 13px;
}

@media screen and (max-width: 767px) {
  .c-title01.ver3 strong small b {
    font-size: 19px;
  }
}
.c-title01.ver3 strong small::after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #2d3765;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .c-title01.ver4::after {
    bottom: 20px;
  }
}
.js-accordionTrigger.title {
  width: 100%;
  max-width: 245px;
  height: 50px;
  border-radius: 25px;
  background: #ffffff;
  border: 0px solid black;
  box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.17);
  position: relative;
}

.js-accordionTrigger.title::before {
  content: "もっと見る";
  font-weight: 500;
  color: #2d3765;
  font-family: noto-sans-cjk-jp, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.js-accordionTrigger.title.is-open::before {
  content: "閉じる";
}

.js-accordionTrigger.title i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .js-accordionTrigger.title i {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.js-accordionTrigger.title i::before, .js-accordionTrigger.title i::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 2px;
  background-color: #ff7a1a;
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .js-accordionTrigger.title i::before, .js-accordionTrigger.title i::after {
    right: 4px;
  }
}
.js-accordionTrigger.title i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.js-accordionTrigger.title.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}

.fix {
  position: fixed;
  background: #FE638A;
  margin: 20px;
  right: 0;
  bottom: 0;
  padding: 24px 32px;
  border-radius: 16px;
  z-index: 1000;
}

.fix .ttl {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  margin-top: -35px;
  pointer-events: none;
  left: 0;
}

.fix .ttl img {
  width: auto;
  height: 22px;
}

@media screen and (max-width: 768px) {
  .fix {
    margin: 0 10px 10px;
    width: calc(100% - 20px);
    border-radius: 8px;
    padding: 8px 20px;
    background: rgba(34, 34, 34, 0.7);
    padding: 0;
    padding-top: 35px;
    border-radius: 0;
    margin: 0;
    width: 100%;
  }
  .fix .fix_box {
    margin: 0 10px 10px;
    width: calc(100% - 20px);
    border-radius: 8px;
    padding: 8px 20px;
    background: #FE638A;
  }
}
.fix .fix_inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .fix .fix_inner {
    justify-content: center;
  }
}
.fix a {
  font-size: 16px;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 24px;
}

.fix a p {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .fix a p {
    font-size: 20px;
    font-weight: 700;
  }
}
.fix img {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .fix img {
    width: 68px;
  }
}
.fix img.arrow {
  width: 24px;
}

#header {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  padding-top: 15px;
}

#header .logo {
  display: inline-block;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  #header .logo {
    margin-left: 15px;
  }
}
#header .logo img {
  width: 65px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #header .logo img {
    width: 40px;
  }
}
.loop-txt {
  display: flex;
  width: 100%;
  overflow: hidden;
  background-color: #28292D;
  padding: 1.7rem 1rem;
}

.loop-txt .animation {
  animation: scrollLogos 40s linear infinite;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}

.loop-txt img {
  max-width: 120px;
  height: auto;
  margin: 0px 25px;
}

@keyframes scrollLogos {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.line {
  -webkit-text-decoration: underline #FFD5E0;
  text-decoration: underline #FFD5E0;
}

.main {
  background-image: url(/promotion/ordercard/wplusl/oshi/assets/images/bg2.png);
}

.main h1 {
  display: flex;
  justify-content: center;
  padding: 40px 20px 20px;
}

@media screen and (max-width: 768px) {
  .main h1 {
    padding: 0;
  }
}
.main img {
  width: 1200px;
}

.sec1 {
  background-color: #FFF4F2;
  padding: 60px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec1 {
    padding: 50px 20px 0px;
    overflow: hidden;
  }
}
.sec1 .ttl-box {
  position: relative;
  max-width: 830px;
  margin: 0 auto;
}

.sec1 .ttl-box .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 54px;
  display: block;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec1 .ttl-box .ttl {
    font-size: 40px;
  }
}
.sec1 .ttl-box img.ttl-star {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 620px;
}

@media screen and (max-width: 768px) {
  .sec1 .ttl-box img.ttl-star {
    top: -30px;
    width: 339px;
    max-width: 100%;
  }
}
.sec1 .desc-box {
  position: relative;
  background-color: #FFE3DF;
  border: 1px solid #915E6F;
  width: 100%;
  margin: 120px auto 0;
  max-width: 1000px;
  border-radius: 8px;
}

.sec1 .desc-box .desc {
  position: relative;
  margin: 48px 40px 32px;
}

.sec1 .desc-box .desc .cp-cta {
  padding: 16px 32px;
  background: #FFFFFF;
  max-width: 237px;
  border-radius: 100px;
  text-align: center;
  color: #DC376F;
  border: 1px solid #915E6F;
  margin: 0 auto;
}

.sec1 .desc-box .desc .cp-cta img {
  width: 24px;
}

.sec1 .desc-box .desc .inner {
  text-align: center;
}

.sec1 .desc-box .desc .inner .ttl {
  color: #DC376F;
  line-height: 0;
}

.sec1 .desc-box .desc .inner .ttl span {
  font-size: 80px;
  font-family: "Bricolage Grotesque";
  src: url("../static/bricolagegrotesque-medium.ttf") format("truetype");
  font-weight: 500;
}

.sec1 .desc-box .desc .inner .w-line {
  -webkit-text-decoration: underline #FFFFFF;
  text-decoration: underline #FFFFFF;
}

.sec1 .desc-box .desc .inner .w-line .l-txt {
  font-size: 40px;
  font-family: "Bricolage Grotesque";
  src: url("../static/bricolagegrotesque-medium.ttf") format("truetype");
  font-weight: 400;
}

.sec1 .desc-box .desc .inner .w-line .c-pink {
  font-size: 24px;
  color: #DC376F;
}

.sec1 .desc-box .desc .inner img.box-star {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.sec1 .desc-box img.subttl {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 523px;
}

.sec1 .img1 {
  display: inline-block;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .sec1 .img1 {
    padding-top: 30px;
  }
  .sec1 .img1 img {
    width: 340px;
    height: auto;
  }
}
.sec2 {
  background-image: url(/promotion/ordercard/wplusl/oshi/assets/images/bg2.png);
  padding: 60px 20px;
}

@media screen and (max-width: 768px) {
  .sec2 {
    background: url(/promotion/ordercard/wplusl/oshi/assets/images/bg2_sp.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 30px 20px;
  }
}
.sec2 .ttl-box {
  max-width: 450px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .sec2 .ttl-box {
    max-width: 340px;
    margin: 0 auto 40px;
  }
}
.sec2 .comic-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec2 .comic-flex {
    max-width: 340px;
  }
}
.sec2 .comic-flex li {
  width: 100%;
}

.sec2 .comic-flex li img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec2 .comic-flex {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0px;
  }
}
.sec3 {
  background-color: #FFF4F2;
  padding: 120px 10px;
}

@media screen and (max-width: 768px) {
  .sec3 {
    padding: 30px 0;
  }
}
.sec3 .description {
  text-align: center;
  margin: 80px auto;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .sec3 .description {
    max-width: 340px;
    text-align: left;
    margin: 10px auto 60px;
  }
}
.sec3 .catch {
  max-width: 578px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec3 .catch {
    max-width: 354px;
  }
}
.sec3 h2 {
  max-width: 523px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec3 h2 {
    max-width: 325px;
  }
}
.sec3 .charts {
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .sec3 .charts {
    flex-wrap: wrap;
  }
}
.sec3 .charts .box {
  max-width: 480px;
}

@media screen and (max-width: 1024px) {
  .sec3 .charts .box {
    max-width: 400px;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .charts .box {
    max-width: 340px;
    padding: 0;
  }
}
.sec3 .charts .ttl1 {
  color: #FFFFFF;
  background: #DC376F;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 1024px) {
  .sec3 .charts .ttl1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .charts .ttl1 {
    display: inline-block;
    margin: 0;
    padding: 2px 10px;
    margin-bottom: 20px;
  }
}
.sec3 .charts .ttl2 {
  color: #FFFFFF;
  background: #DC376F;
  text-align: center;
  max-width: 440px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 1024px) {
  .sec3 .charts .ttl2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .charts .ttl2 {
    display: inline-block;
    margin: 0;
    padding: 2px 10px;
    margin-bottom: 20px;
  }
}
.sec3 .charts p.note {
  margin-top: 2rem;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sec3 .charts p.note {
    font-size: 16px;
  }
}
.sec3 .point {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.sec3 .point .box1 {
  margin-top: 40px;
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .sec3 .point .box1 {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .point .box1 img {
    width: 350px;
    padding-left: 10px;
  }
}
.sec3 .point .box {
  max-width: 800px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  border: 1px solid #915E6F;
  border-radius: 16px;
  box-shadow: #FFD5E0 8px 8px 0;
  background-color: #FFFFFF;
}

.sec3 .point .box .line {
  display: inline-flex;
  align-items: baseline;
  -webkit-text-decoration: underline #FFB6C1;
  text-decoration: underline #FFB6C1;
}

.sec3 .point .box .line > * {
  display: inline-block;
  width: auto;
}

.sec3 .point .box .c-pink {
  color: #DC376F;
  font-size: 32px;
}

.sec4 {
  background-image: url(/promotion/ordercard/wplusl/oshi/assets/images/bg2.png);
  background-size: 100% 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec4 {
    padding: 60px 0;
  }
}
.sec4 img.subttl {
  max-width: 335px;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .sec4 img.subttl {
    max-width: 283px;
    margin: 10px auto 23px;
  }
}
.sec4 .ttl1 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec4 .ttl1 img {
    width: 342px;
    height: auto;
  }
}
.sec4 img {
  max-width: 340px;
  margin: 0 auto;
}

.sec4 ul li a img {
  width: auto;
  height: 52px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .sec4 ul li a img {
    height: 35px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .sec4 ul li a img {
    height: 30px;
  }
}
.sec4 .point-star {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 580px;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 900px) {
  .sec4 .point-star {
    max-width: 769px;
  }
}
.sec4 ul {
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec4 ul {
    display: grid;
  }
}
@media screen and (max-width: 768px) {
  .sec4 ul li {
    width: 100%;
    min-width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .sec4 ul {
    gap: 10px;
  }
}
.sec5 {
  margin: 0 auto;
  background-color: #FFF4F2;
  padding: 120px 20px;
  text-align: center;
}

.sec5 ul {
  max-width: 1970px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec5 {
    padding: 60px 0;
  }
  .sec5 .ttl1 {
    max-width: 330px;
  }
  .sec5 ul {
    max-width: 600px;
    margin: 0 auto;
  }
}
.sec5 .box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 40px;
  margin-top: 100px;
  display: inline-flex;
  flex-wrap: wrap;
  z-index: 9;
  text-align: left;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.sec5 .box.point02 {
  width: 100%;
  height: auto;
  justify-content: center;
}
.sec5 .box.point02 > * {
  width: 870px;
}
@media screen and (max-width: 768px) {
  .sec5 .box.point02 > * {
    width: 100%;
  }
}
.sec5 .box.point02 .txt {
  width: 872px;
}
@media screen and (max-width: 768px) {
  .sec5 .box.point02 .txt {
    width: 100%;
  }
}
.sec5 .box.point02 .img.v2 {
  width: 870px;
}
@media screen and (max-width: 768px) {
  .sec5 .box.point02 .img.v2 {
    width: 100%;
  }
}
.sec5 .box.point02 .img img {
  width: 100%;
  height: auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec5 .box.point02 .img img {
    padding-top: 20px;
  }
}

.sec5 .box.point02 .img2 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec5 .box.point02 .img2 {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec5 .box.point02 .img2 img {
    padding-bottom: 0px;
  }
}
.sec5 .box .txt3 {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .sec5 .box {
    margin-top: 70px;
    max-width: 340px;
    padding: 40px 15px;
  }
}
.sec5 .box::after {
  content: "";
  position: absolute;
  background-color: #915E6F;
  z-index: -2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  --radius: 16px;
  --clip-path-value: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), calc(100% - var(--radius)) 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 var(--radius));
  clip-path: var(--clip-path-value);
}

.sec5 .box:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #FFE3DF;
  z-index: -1;
  --radius: 15.5px;
  --clip-path-value: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), calc(100% - var(--radius)) 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 var(--radius));
  clip-path: var(--clip-path-value);
}

.sec5 .box > * {
  width: calc(50% - 40px);
  height: auto;
}

@media screen and (max-width: 768px) {
  .sec5 .box > * {
    width: 100%;
  }
}
.sec5 .box .subttl {
  width: 90%;
  height: auto;
  position: absolute;
  left: 0px;
  top: -40px;
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .sec5 .box .subttl {
    top: -35px;
    width: 100%;
    text-align: center !important;
  }
}
.sec5 .box .subttl img {
  width: auto;
  height: 76px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .subttl img {
    height: 57px;
    padding-right: 20px;
  }
}
.sec5 .box .txt .img {
  margin-top: 47px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .txt .img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec5 .box .txt h2 {
    margin-bottom: 5px;
  }
  .sec5 .box .txt img {
    width: 310px;
  }
}
.sec5 .box h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #915E6F;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.sec5 .box h2 span {
  padding-top: 0 !important;
}

.sec5 .box .txt .ttl2 {
  width: 100%;
  color: #fff;
  background: #DC376F;
  line-height: 1.4;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 15px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec5 .box .txt .ttl2 {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sec5 .box h2 {
    font-size: 24px;
    text-align: center;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 25px;
  }
}
.sec5 .box h2 span {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #DC376F;
}

@media screen and (max-width: 768px) {
  .sec5 .box h2 span {
    font-size: 24px;
    text-align: center;
    padding-top: 0;
  }
}
.sec5 .box h2 small {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sec5 .box h2 small {
    font-size: 18px;
  }
}
.sec5 .box h3 {
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sec5 .box h3 {
    font-size: 22px;
    padding-top: 20px;
  }
}
.sec5 .box h3 span {
  font-size: 32px;
  font-weight: 700;
  color: #DC376F;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .sec5 .box h3 span {
    font-size: 22px;
  }
}
.sec5 .box a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.sec5 .box p {
  font-size: 18px;
  font-weight: 500;
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .sec5 .box p {
    font-size: 16px;
  }
}
.sec5 .box span {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  padding-top: 12px;
}
.sec5 .box span strong {
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 5px;
}

.sec5 .box2 span {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  padding-top: 12px;
  text-align: left;
  padding: 0px 15px;
}
.sec5 .box2 span strong {
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 5px;
}

.sec5 .box span div {
  font-size: 11px;
  font-weight: 400;
}

.sec5 .box .card1 {
  width: 100%;
  height: auto;
  border-top: 1px solid #915E6F;
  padding-top: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card1 {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.sec5 .box .card1 h3 {
  color: #fff;
  background: #DC376F;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  padding: 0px 15px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card1 h3 {
    font-size: 16px;
    padding: 3px 15px;
  }
}
.sec5 .box .card1__content {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card1__content {
    gap: 24px;
    padding-top: 20px;
  }
}
.sec5 .box .card1__content .item {
  width: calc(33.3333333333% - 26.6666666667px);
}

@media screen and (max-width: 768px) {
  .sec5 .box .card1__content .item {
    width: calc(50% - 12px);
  }
}
.sec5 .box .card1__content .item h4 {
  font-size: 20px;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card1__content .item h4 {
    font-size: 14px;
    font-weight: 700;
  }
}
.sec5 .box .card1__content .item p {
  font-size: 16px;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card1__content .item p {
    font-size: 14px;
    font-weight: 400;
  }
}
.sec5 .box .card1 .txt1 {
  font-size: 16px;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card1 .txt1 {
    padding-top: 20px;
  }
}
.sec5 .box .card1 .txt2 {
  font-size: 14px;
  font-weight: 400;
  padding-top: 0;
}

.sec5 .box .card1 .txt2 div {
  font-size: 14px;
  font-weight: 400;
  padding-top: 0;
}

.sec5 .box .card1 .addendum {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #919191;
  font-size: 11px;
  text-align: right;
  padding-top: 5px;
}

.sec5 .box .card2 {
  width: 100%;
  height: auto;
}

.sec5 .box .card2 .js-accordion-btn {
  width: 100%;
  height: 75px;
  text-align: center;
  color: #DC376F;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid #915E6F;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .js-accordion-btn {
    margin-top: 30px;
    font-size: 18px;
    height: 40px;
  }
}
.sec5 .box .card2 .js-accordion-btn::after {
  font-size: 18px;
  content: url(/promotion/ordercard/wplusl/oshi/assets/images/button-icon2.svg);
  padding-left: 10px;
  width: 24px;
  height: 24px;
}

.sec5 .box .card2 .js-accordion-btn.is-active {
  font-size: 0;
  text-align: center;
}

.sec5 .box .card2 .js-accordion-btn.is-active::after {
  content: url(/promotion/ordercard/wplusl/oshi/assets/images/button-icon.svg);
}

.sec5 .box .card2 .js-accordion-btn.is-active::before {
  content: "閉じる";
  font-size: 18px;
}

.sec5 .box .card2 .block {
  width: 100%;
  height: auto;
  border-top: 1px solid #915E6F;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .block {
    margin-top: 30px;
    padding-top: 30px;
    gap: 30px;
  }
}
.sec5 .box .card2 .block .item1 {
  width: calc(50% - 40px);
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .block .item1 {
    width: 100%;
  }
}
.sec5 .box .card2 .block .item1 h3 {
  background: #fff;
  border: 1px solid #915E6F;
  padding: 0px 15px;
  font-size: 20px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .block .item1 h3 {
    font-size: 16px;
    padding: 2px 10px;
    margin-bottom: 25px;
  }
}
.sec5 .box .card2 .block .item1 .content {
  width: 100%;
  height: calc(100% - 74px);
  background: #fff;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .block .item1 .content {
    height: auto;
    padding: 30px 20px;
  }
}
.sec5 .box .card2 .block .item1 .content h4 {
  color: #DC376F;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .block .item1 .content h4 {
    font-size: 16px;
  }
}
.sec5 .box .card2 .block .item1 .content p {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .block .item1 .content p {
    font-size: 14px;
  }
}
.sec5 .box .card2 .block2 {
  padding-top: 40px;
}

.sec5 .box .card2 .block2 h3 {
  background: #fff;
  border: 1px solid #915E6F;
  padding: 0px 15px;
  font-size: 20px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .block2 h3 {
    font-size: 16px;
    padding: 2px 10px;
    margin-bottom: 15px;
  }
}
.sec5 .box .card2 .block2 .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .block2 .content {
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 25px;
  }
}
.sec5 .box .card2 .block2 .content .item2 {
  width: calc(33.3333333333% - 26.6666666667px);
  height: auto;
  text-align: center;
  background: #fff;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}

.sec5 .box .card2 .block2 .content .item2_ttl {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .block2 .content .item2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .sec5 .box .card2 .block2 .content .item2 .img {
    width: 88px;
    height: auto;
    margin-top: 0;
  }
  .sec5 .box .card2 .block2 .content .item2_ttl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.sec5 .box .card2 .block2 .content .item2 h4 {
  font-size: 20px;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .sec5 .box .card2 .block2 .content .item2 h4 {
    width: calc(100% - 88px);
    text-align: left;
    font-size: 16px;
    padding-top: 0;
    padding-left: 20px;
  }
}
.sec5 .box .card2 .block2 .content .item2 p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.sec5 .box .card2 .block2 .content .item2 span {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.sec5 .box.ver2 {
  gap: 0;
}

.sec5 .box.ver2 > * {
  width: 100%;
  height: auto;
  text-align: center;
}

.sec5 .box.ver2 h3 {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec5 .box.ver2 h3 {
    padding-top: 20px;
  }
}
.sec5 .box.ver2 h3 span {
  padding-top: 0;
}

.sec5 .box.ver2 h3 small {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec5 .box.ver2 h3 small {
    font-size: 22px;
  }
}
.sec5 .box.ver2 h3 small::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 10px;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec5 .box.ver2 h3 small::after {
    height: 7px;
    bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  .sec5 .box.ver2 h3 span {
    padding-top: 0px;
  }
}
.sec5 .box.ver2 .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec5 .box.ver2 .img {
    gap: 40px;
  }
}
.sec5 .box.ver2 .img img {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 768px) {
  .sec5 .box.ver2 .img img {
    width: 310px;
  }
}

.sec5 .box.ver2 span {
  text-align: left;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .sec5 .box.ver2 span {
    padding-top: 20px;
  }
}
.sec5 .box2 {
  width: 100%;
  height: auto;
  padding: 60px 0px;
  border: 1px solid #915E6F;
  border-radius: 60px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .sec5 .box2 {
    margin-top: 40px;
    border-radius: 20px;
    max-width: calc(100% - 40px);
    padding: 60px 0px;
  }
  .sec5 .box2 h2 {
    padding: 0px 20px;
  }
  .sec5 .box2 h2 img {
    width: 330px;
  }
}
.sec5 .box2 .card {
  width: 100%;
  height: auto;
  overflow: auto;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sec5 .box2 .card {
    margin: 40px auto;
  }
}
.sec5 .box2 .card .scroll-w {
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
  margin: 0 auto;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .sec5 .box2 .card .scroll-w {
    width: -moz-max-content;
    width: max-content;
  }
}
.sec5 .box2 .card .scroll-w .item1 {
  width: calc(25% - 15px);
}

@media screen and (max-width: 768px) {
  .sec5 .box2 .card .scroll-w {
    gap: 20px;
  }
  .sec5 .box2 .card .scroll-w .item1 {
    width: 60vw;
  }
}
.sec5 .box2 .card2 {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec5 .box2 .card2 {
    max-width: 340px;
    padding: 0px 20px;
  }
}
.sec5 .box2 .card2 .txt {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  padding-top: 40px;
}

.sec5 .box2 .card2 a {
  text-decoration: underline;
  transition: ease-in-out 0.3s;
}

@media screen and (min-width: 769px) {
  .sec5 .box2 .card2 a:hover {
    opacity: 0.7;
  }
}
.sec6 {
  background-color: #FFE3DF;
  padding: 120px 20px;
}

@media screen and (max-width: 768px) {
  .sec6 {
    padding: 60px 0;
  }
  .sec6 .ttl1 img {
    width: 292px;
    height: auto;
  }
  .sec6 .ttl1 img {
    width: 315px;
    height: auto;
  }
}
.sec6 .flow_content_ow {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec6 .flow_content_ow {
    max-width: 340px;
    width: calc(100% - 40px);
  }
}
.sec6 .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .sec6 .tab {
    gap: 20px;
  }
}
.sec6 .tab_content {
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #915E6F;
  border-radius: 0 0 16px 16px;
  padding: 40px 140px;
}

@media screen and (max-width: 768px) {
  .sec6 .tab_content {
    padding: 20px;
    border-radius: 0 0 8px 8px;
  }
}
.sec6 .tab_item {
  border: 1px solid #915E6F;
  width: calc(50% - 20px);
  border-bottom: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px 16px 0 0;
  padding: 14px 12px;
  background-color: #F0F0F0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sec6 .tab_item {
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    font-weight: 400;
    width: calc(50% - 10px);
  }
}
.sec6 .tab_item span {
  color: #DC376F;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .sec6 .tab_item span {
    font-size: 18px;
  }
}
.sec6 .tab_item.is-active {
  background: #FFD5E0;
}

.sec6 .tab_content.is-active {
  display: block;
}

.sec6 .ttl-box {
  max-width: 320px;
  margin: 0 auto 80px;
  display: grid;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .sec6 .ttl-box {
    margin: 0 auto 40px;
  }
}
.sec6 .flow-cover {
  max-width: 680px;
  margin: 0 auto;
}

.sec6 .flex-box {
  width: calc(100% - 100px);
}

@media screen and (max-width: 768px) {
  .sec6 .flex-box {
    width: calc(100% - 80px);
  }
  .sec6 .flex-box .slide-title {
    font-size: 14px;
  }
}
.sec6 .flow_icon {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .sec6 .flow_icon {
    width: 80px;
  }
}
.sec6 .flow_icon img {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .sec6 .flow_icon img {
    width: 80px;
  }
}
.sec6 .slide-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #915E6F;
  padding: 20px 0;
}

.sec6 .slide-box .flow_icon {
  display: flex;
  align-items: center;
}

.sec6 .slide-num {
  width: 100px;
}

.sec6 .flow-title {
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sec6 .flow-title {
    text-align: left;
  }
}
.sec6 .flow-title h4, .sec6 .flow-title h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 4%;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .sec6 .flow-title h4, .sec6 .flow-title h3 {
    font-size: 18px;
  }
}
.sec6 .flow-title h4 span, .sec6 .flow-title h3 span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .sec6 .flow-title h4 span, .sec6 .flow-title h3 span {
    font-size: 14px;
  }
}
.sec6 .slide-title {
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .sec6 .slide-title {
    font-size: 16px;
  }
}
.sec6 .flow_text {
  display: none;
  padding-top: 80px;
}

.sec6 .flow_text.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .sec6 .flow_text {
    padding-top: 40px;
  }
}
.sec6 .flow_text h3 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .sec6 .flow_text h3 {
    font-size: 16px;
  }
}
.sec6 .txt2 {
  font-size: 14px;
  font-weight: 400;
}

.sec6 .txt2 strong {
  font-size: 14px;
  font-weight: bolder;
}

.sec6 .txt3 a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.sec6 .txt2 a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.sec7 {
  background: url(/promotion/ordercard/wplusl/oshi/assets/images/bg3.png);
  background-size: 100% 100%;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sec7 {
    padding: 60px 0px;
  }
  .sec7 .ttl1 img {
    width: 267px;
  }
  .sec7 .ttl2 img {
    width: 355px;
  }
  .sec7 ul li {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .sec7 ul li a {
    display: inline-block;
  }
  .sec7 ul li a img {
    width: 355px;
  }
}
.sec7::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  background: url(/promotion/ordercard/wplusl/oshi/assets/images/sec7_star.png) no-repeat center top;
  background-size: 940px auto;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .sec7::before {
    background: url(/promotion/ordercard/wplusl/oshi/assets/images/sec7_star_sp.png) no-repeat center top;
    background-size: 361px auto;
    top: 10px;
  }
}
.sec7 .ttl-box {
  position: relative;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sec7 .ttl-box {
    padding-bottom: 15px;
    max-width: 500px;
  }
}
.sec7 .ttl-box .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 54px;
  display: block;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec7 .ttl-box .ttl {
    font-size: 40px;
  }
}
.sec7 .ttl-box img {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .sec7 .ttl-box img {
    margin-top: 33px;
  }
}
.sec7 .ttl-box h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

.sec7 .ac_cpn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec7 .aco_plus {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec7 .aco_plus p {
  line-height: 1;
  font-weight: 900;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .sec7 .aco_plus p {
    font-size: 32px;
  }
}
.sec7 .aco_arrow {
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec7 .aco_arrow p {
  width: 0px;
  height: 0px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #DC376F;
}

.sec7 .aco_ttl1 {
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec7 .aco_ttl1 {
    padding-top: 20px;
  }
  .sec7 .aco_ttl1 img {
    width: 242px;
  }
}
.sec7 .plus-txt {
  text-align: center;
  padding-top: 40px;
}

.sec7 .plus-txt .nomal-txt {
  font-size: 24px;
  font-weight: 700;
}

.sec7 .other h2 {
  text-align: center;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .sec7 .other h2 {
    padding-top: 40px;
  }
  .sec7 .other h2 img {
    width: auto;
    height: 43px;
  }
}
.sec7 .other .inc-cp-bunner-area {
  text-align: center;
  margin: 40px 0 auto;
}

.sec7 .ac_cpn_wrap li + li {
  margin-top: 4px;
  color: #DC376F;
}

.info02 {
  background-color: #FFE3DF;
  padding: 120px 20px;
}

@media screen and (max-width: 768px) {
  .info02 {
    padding: 60px 0;
  }
  .info02 .ttl {
    padding-bottom: 40px !important;
  }
  .info02 .ttl img {
    width: auto;
    height: 109px;
  }
}
.info02.notes {
  background: #fff;
  height: auto;
  margin: 0 auto;
}

.info02.notes h2 {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .info02.notes h2 {
    text-align: center;
  }
}
.info02.notes h3 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .info02.notes h3 {
    font-size: 16px;
    padding-top: 40px;
  }
}
.info02.notes .txt1 {
  font-size: 18px;
  font-weight: 500;
  padding-top: 32px;
}

@media screen and (max-width: 768px) {
  .info02.notes .txt1 {
    font-size: 14px;
    font-weight: 400;
    padding-top: 15px;
  }
}
.info02.notes .txt1 a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .info02.notes .txt1 a {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (min-width: 769px) {
  .info02.notes .txt1 a:hover {
    opacity: 0.7;
  }
}
.info02.notes .flow_text_list div {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .info02.notes .flow_text_list div {
    font-size: 14px !important;
    font-weight: 400;
  }
}
.info02.notes .flow_text_list div a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
}

.info02.notes .flow_text_list div a::after {
  content: "↗";
}

@media screen and (max-width: 768px) {
  .info02.notes .flow_text_list div a {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (min-width: 769px) {
  .info02.notes .flow_text_list div a:hover {
    opacity: 0.7;
  }
}
.info02.notes .txt2 {
  font-size: 14px;
  font-weight: 400;
  padding-top: 32px;
}

.info02.notes .txt2 a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
}

.info02.notes .txt2 a::after {
  content: "↗";
}

@media screen and (min-width: 769px) {
  .info02.notes .txt2 a:hover {
    opacity: 0.7;
  }
}
.info02.notes .c-notes div {
  font-size: 14px;
  font-weight: 400;
}

.info02.notes .c-notes div a {
  font-size: 14px;
  word-wrap: break-word;
  font-weight: 400;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
}

.info02.notes .c-notes div a::after {
  content: "↗";
}

@media screen and (min-width: 769px) {
  .info02.notes .c-notes div a:hover {
    opacity: 0.7;
  }
}
.info02.notes .sw-notes {
  padding-top: 40px;
}

.info02.notes .flow_text_list {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .info02.notes .flow_text_list {
    padding-top: 24px;
  }
}
.info02.notes .flow_text_list div {
  font-size: 18px;
  font-weight: 500;
}

.info02.bgcl {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .info02.bgcl {
    padding-top: 40px;
  }
}
.info02.bgcl .inc_notes {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .info02.bgcl .inc_notes {
    padding-top: 20px;
  }
}
.info02.bgcl .inc_notes div {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .info02.bgcl .inc_notes div {
    font-size: 14px;
  }
}
.info02.bgcl .inc_notes div a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
  position: relative;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .info02.bgcl .inc_notes div a {
    font-size: 14px;
  }
}
.info02.bgcl .inc_notes div a::after {
  content: "↗";
}

@media screen and (min-width: 769px) {
  .info02.bgcl .inc_notes div a:hover {
    opacity: 0.7;
  }
}
.info02 .ttl {
  text-align: center;
  padding-bottom: 80px;
}

.info02 .ttl3 {
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .info02 .ttl3 {
    padding-bottom: 0;
  }
  .info02 .ttl3 img {
    width: auto;
    height: 59px;
  }
}
.info02 .card1 {
  width: 100%;
  height: auto;
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  border-radius: 50% 50% 0 0;
  text-align: center;
  border: 1px solid #915E6F;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .info02 .card1 {
    max-width: 340px;
    margin-top: 25px;
    border-radius: 400px 400px 0 0;
    padding: 24px;
    padding-top: 0;
  }
}
.info02 .card1 .ttl2 {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .info02 .card1 .ttl2 {
    padding-top: 0;
    position: relative;
    top: -2px;
  }
  .info02 .card1 .ttl2 img {
    width: 244px;
    height: auto;
  }
}
.info02 .card1 .img1 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .info02 .card1 .img1 {
    margin-top: 25px;
  }
}
.info02 .card1 p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .info02 .card1 p {
    padding-top: 15px;
  }
}
.info02 .card1 p.txt1 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .info02 .card1 p.txt1 {
    text-align: left;
  }
}
.info02 .card1 p a {
  text-decoration: underline;
}

.info02 .card1 .c-btn01 {
  margin-top: 40px;
  max-width: 366px;
  height: 75px;
  background: #28292D;
  border: 2px solid #28292D;
  color: #fff !important;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .info02 .card1 .c-btn01 {
    height: 57px;
    max-width: 294px;
    margin: 0;
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .info02 .card1 .c-btn01:hover {
    opacity: 0.7;
  }
}
.info02 .card1 .c-btn01 a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.info02 .card1 .c-btn01 a::after {
  background: url(/promotion/ordercard/wplusl/oshi/assets/images/link.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  content: "";
  right: 10%;
  width: 18px;
  height: 100%;
}

.info02 .about__table {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 80px auto 0px;
  font-size: 12px;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .info02 .about__table {
    margin: 40px auto 0px;
    max-width: 340px;
  }
}
.info02 .about__table tbody {
  display: table-row-group;
}

.info02 .about__table tr {
  display: table-row;
}

.info02 .about__table tr:first-child th, .info02 .about__table tr:first-child td {
  border-top: solid 1px #915E6F;
}

.info02 .about__table th {
  width: 240px;
  padding: 14px 19px;
  border-bottom: solid 1px #915E6F;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .info02 .about__table th {
    width: 150px;
    padding: 10px 15px;
    padding-left: 0;
    line-height: 1.4;
    font-size: 14px;
  }
}
.info02 .about__table td {
  margin: 0;
  padding: 14px 19px;
  border-bottom: solid 1px #915E6F;
}

@media screen and (max-width: 768px) {
  .info02 .about__table td {
    padding: 10px 0px;
    line-height: 1.4;
    font-size: 14px;
  }
}
.info02 .sw-button_big {
  width: 210px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  background-color: #ebebeb;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 28px;
  visibility: visible;
}

.info02 .sw-button_big.is-show {
  visibility: hidden;
  display: none;
}

.info02 .js-aco_contentFaq {
  display: none;
}

.info02 .caption {
  max-width: 820px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  padding: 80px 10px;
}

@media screen and (max-width: 768px) {
  .info02 .caption {
    padding: 40px 0px;
    max-width: 340px;
  }
}
.info02 .card2 {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .info02 .card2 {
    max-width: 340px;
  }
}
.info02 .card2 .js-accordion-btn {
  width: 100%;
  height: 75px;
  text-align: center;
  color: #DC376F;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid #915E6F;
}

@media screen and (max-width: 768px) {
  .info02 .card2 .js-accordion-btn {
    height: 40px;
    font-size: 16px;
    font-weight: 700;
  }
}
.info02 .card2 .js-accordion-btn::after {
  font-size: 18px;
  content: url(/promotion/ordercard/wplusl/oshi/assets/images/button-icon2.svg);
  padding-left: 10px;
  width: 24px;
  height: 24px;
}

.info02 .card2 .js-accordion-btn.is-active {
  font-size: 0;
  text-align: center;
}

.info02 .card2 .js-accordion-btn.is-active::after {
  content: url(/promotion/ordercard/wplusl/oshi/assets/images/button-icon.svg);
}

.info02 .card2 .js-accordion-btn.is-active::before {
  content: "閉じる";
  font-size: 18px;
}

.info02 .card2 .faq h2 {
  font-size: 42px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .info02 .card2 .faq h2 {
    font-size: 24px;
  }
}
.info02 .card2 .faq ul {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .info02 .card2 .faq ul {
    padding-top: 40px;
  }
}
.info02 .card2 .faq ul li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #915E6F;
}

@media screen and (max-width: 768px) {
  .info02 .card2 .faq ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.info02 .card2 .faq ul li:last-child {
  border-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .info02 .card2 .faq ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
.info02 .card2 .faq .faq-q {
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .info02 .card2 .faq .faq-q {
    padding-bottom: 15px;
  }
}
.info02 .card2 .faq .faq-q::before {
  content: "";
  background: url(/promotion/ordercard/wplusl/oshi/assets/images/icon_q.png) no-repeat center;
  background-size: 32px auto;
  position: absolute;
  left: 0;
  top: 0px;
  width: 32px;
  height: 32px;
}

.info02 .card2 .faq .faq-a {
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  position: relative;
}

.info02 .card2 .faq .faq-a::before {
  content: "";
  background: url(/promotion/ordercard/wplusl/oshi/assets/images/icon_a.png) no-repeat center;
  background-size: 32px auto;
  position: absolute;
  left: 0;
  top: 0px;
  width: 32px;
  height: 32px;
}

.info02 .card2 .faq .faq-a .faq-notes {
  font-size: 12px;
  font-weight: 400;
}

footer {
  width: 100%;
  height: auto;
  padding: 80px 0;
  color: #FFFFFF;
  background-color: #28292D;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0 80px;
  }
}
footer ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  footer ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer ul li {
  padding: 0px 50px;
}

@media screen and (max-width: 767px) {
  footer ul li {
    width: 100%;
    height: auto;
    padding: 8px 20px;
  }
}
footer ul li a {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #FFFFFF;
}

@media screen and (max-width: 768px) {
  footer ul li a {
    font-size: 16px;
  }
}
footer .copyright {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: left;
    justify-content: flex-start;
    padding: 0px 20px;
  }
}
footer .logo {
  text-align: center;
  padding: 40px 0px;
}

@media screen and (max-width: 767px) {
  footer .logo {
    text-align: left;
    padding: 20px;
    padding-top: 70px;
  }
}
footer .logo a,
footer .logo div {
  width: auto;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  transition: ease-in-out 0.3s;
}

footer .logo a img,
footer .logo div img {
  width: 37px;
  height: auto;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  footer .logo a:hover,
  footer .logo div:hover {
    opacity: 0.7;
  }
}
.fix-button {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  bottom: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fix-button .btn {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
  }
  .fix-button .c-btn01 {
    width: calc(50% - 5px);
    min-width: 130px;
    margin: 0;
  }
  .fix-button .c-btn01 .arrow {
    right: 15px;
  }
}
.fix-button.is-show {
  opacity: 1;
  visibility: visible;
}

.index-sec4 .block2 .box3 .txt {
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .index-sec4 .block2 .box3 .txt {
    max-width: 100%;
    margin: 0;
  }
}
.index-sec4 .block2 .box3 .slider-logo {
  animation: scrollLogos 40s linear infinite;
  width: -moz-max-content;
  width: max-content;
  height: 72px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .index-sec4 .block2 .box3 .slider-logo {
    height: 40px;
  }
}
.index-sec4 .block2 .box3 .slider-logo > div {
  width: auto !important;
  height: 72px !important;
  margin: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .index-sec4 .block2 .box3 .slider-logo > div {
    height: 40px !important;
  }
}
.index-sec4 .block2 .box3 .slider-logo > div img {
  height: 100%;
}

@keyframes scrollLogos {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.sec10 {
  background: #F0F0F0;
}

.caution {
  padding: 50px 8%;
  max-width: 100%;
}

.info02 .flow_text_list {
  margin-top: 16px;
}

.info02.bgcl {
  background: #F0F0F0;
}

@media screen and (min-width: 768px) {
  .info02 h2 {
    font-size: 18px;
  }
  .info02 .fs-16 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }
}
/* modal */
.modal {
  position: relative;
  z-index: 1001;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.modal-container {
  overflow-y: auto;
  z-index: 100;
  position: fixed;
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  max-height: 95%;
  background: #fff;
  border-image-slice: 1;
}

@media screen and (max-width: 768px) {
  .modal-container {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 768px) {
  .modal-container {
    max-height: 100vh;
  }
  .modal-container .c-title01 {
    width: 100%;
    overflow: hidden;
  }
  .modal-container .c-title01 h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .modal-container .c-title01 h2 span {
    font-size: 45px;
  }
}
.modal-scroll {
  text-align: center;
  overflow-y: auto;
  height: auto;
  max-height: 85vh;
  background: #fff;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .modal-scroll {
    max-height: 90vh;
  }
}
@media screen and (min-width: 769px) {
  .modal-scroll::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: transparent;
  }
  .modal-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
  }
  .modal-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #000;
  }
}
.modal-close {
  height: 40px;
  position: absolute;
  z-index: 9999;
  width: 40px;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal-close {
    right: 10px;
    position: absolute;
    top: 10px;
    height: 32px;
    width: 32px;
  }
}
.modal-close:before {
  font-size: 30px;
  color: #000;
  content: "✕";
  line-height: 19px;
  height: 30px;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s;
}

.modal[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s;
}

.modal[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s;
}

.modal[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s;
}

.c-modal03 {
  width: 100%;
  height: auto;
  padding: 4px 0px 4px;
  max-width: 860px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-modal03 {
    padding-bottom: 0px;
    padding-top: 0px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
}
.c-modal03 .c-title01 {
  margin-bottom: 10px;
  min-height: 1px;
  display: block;
}

@media screen and (min-width: 769px) {
  .c-modal03 .c-title01 {
    margin-bottom: 18px;
  }
  .c-modal03 .c-title01 h2 {
    font-size: 20px;
  }
  .c-modal03 .c-title01 h2 span {
    font-size: 45px;
    letter-spacing: normal;
    top: -20px;
    font-weight: 800;
  }
}
@media screen and (max-width: 768px) {
  .c-modal03 .c-title01 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .c-modal03 .c-title01 h2 {
    font-size: 16px;
  }
}
.c-modal03 .title1 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-modal03 .title1 {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    padding: 0px 16px;
  }
}
.c-merit {
  padding: 50px;
  max-width: 65%;
}

@media screen and (max-width: 768px) {
  .c-merit {
    padding: 5px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.c-modal-txst {
  padding-bottom: 20px;
  text-align: left;
  margin: 0px 20px;
}

@media screen and (max-width: 768px) {
  .c-modal-txst {
    margin: 0 16px;
    padding-bottom: 16px;
  }
}
.c-modal-txst div {
  font-size: 11px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-modal-txst div {
    font-size: 11px;
  }
}
.c-modal-txst a {
  text-decoration: underline;
  font-size: 11px;
  font-weight: 400;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .c-modal-txst a {
    font-size: 11px;
  }
}
.c-modal-txst a::after {
  content: "↗";
}

@media screen and (min-width: 769px) {
  .c-modal-txst a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-modal-txst {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .c-modal03 .title1::before {
    height: 7px;
  }
}
.c-modal03 .block1 {
  display: flex;
  justify-content: center;
  margin: 10px 0px;
  /* flex-wrap: wrap; */
}

@media screen and (max-width: 768px) {
  .c-modal03 .block1 {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
.c-modal03 .block1 .card {
  background: #f1eddd;
  width: calc(50% - 20px);
  margin: 0px 10px 20px;
  padding: 25px 13px 20px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .c-modal03 .block1 .card {
    width: 100%;
    max-width: 300px;
    margin: 0px;
    margin-top: 10px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .c-modal03 .block1 .card {
    max-width: 260px;
  }
}
.c-modal03 .block1 .card .img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-modal03 .block1 .card .img {
    box-sizing: border-box;
    padding: 0px 25px;
    width: 60%;
  }
}
.c-modal03 .block1 .card .img::before {
  content: "";
  width: calc(100% + 40px);
  height: 50px;
  left: -20px;
  bottom: -30px;
  position: absolute;
  z-index: -1;
  background: url("/promotion/ordercard/os_card_s/images/choose-card.png") no-repeat center bottom;
  background-size: 100% auto;
}

.c-modal03 .block1 .card.v2 .img::before {
  bottom: -10px;
}

@media screen and (max-width: 768px) {
  .c-modal03 .block1 .card .img::before {
    left: -10px;
    bottom: -20px;
  }
}
.c-modal03 .block1 .card .c-btn01 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .c-modal03 .block1 .card .c-btn01 {
    margin-top: 10px;
  }
}
.c-modal03 .block1 .card.v2 .c-btn01 {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .c-modal03 .block1 .card.v2 .c-btn01 {
    margin-top: 5px;
  }
}
.c-modal03 .block1 .card .c-btn01 a {
  font-size: 16px;
  height: 78px;
}

.c-modal03 .block1 .card .c-btn01.v2 a {
  background: #fff;
  color: #eb6200;
}

.c-modal03 .block1 .card .c-btn01.v2 a::after {
  border-top: 2px solid #eb6200;
  border-right: 2px solid #eb6200;
}

@media screen and (max-width: 768px) {
  .c-modal03 .block1 .card .c-btn01 a {
    border-radius: 5px;
    font-size: 15px;
    height: 50px;
  }
}
@media screen and (max-width: 374px) {
  .c-modal03 .block1 .card .c-btn01 a {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
.c-modal03 .block1 .card .c-btn01 a::after {
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 768px) {
  .c-modal03 .block1 .card .c-btn01 a::after {
    right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .c-modal03 .block1 .card .c-btn01 a::after {
    right: 4px;
  }
}
/* modal */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.index-campaign .img1 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .index-campaign .img1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    zoom: 0.7;
  }
}
.img-modal {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .img-modal {
    width: 30%;
  }
}
/* modal追加箇所 */
.block1_modal {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .block1_modal {
    flex-wrap: wrap;
  }
}
.card_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 22px;
  font-weight: bold;
  height: 95px;
  align-content: center;
  position: relative;
  box-sizing: border-box;
  width: 58%;
  transition: 0.2s;
  margin-bottom: 15px;
  color: #28292D;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center right 8px;
}

@media screen and (max-width: 768px) {
  .card_modal {
    width: 100%;
    height: 60px;
  }
}
.card_modal :before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FA95A2;
  color: #ffffff;
  border: 0;
}

.card_modal::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  transition: 0.1s;
  left: 1em;
  background: url(/promotion/ordercard/w/common/images/wplusl/check_box.svg) no-repeat;
  filter: brightness(0) saturate(100%);
}

.card_modal:hover::after {
  background: url(/promotion/ordercard/w/common/images/wplusl/check_box_w.svg) no-repeat;
  filter: none;
}

.card_modal.active {
  background: #FF94AF;
  filter: none;
  color: #ffffff;
}

a.card_modal:hover {
  color: #ffffff;
  background: #FF94AF;
  filter: none;
}

.card_modal.active::after {
  background: url(/promotion/ordercard/w/common/images/wplusl/check.svg) no-repeat;
  filter: none;
}

.card_modal img {
  max-height: 63px;
  width: auto;
  margin-left: 1em;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .card_modal img {
    margin-left: 1.7em;
    max-height: 36px;
  }
}
.card_modal p {
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .card_modal p {
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .card_modal p {
    font-size: 16px;
  }
}
.modal_app {
  width: 45%;
  margin-bottom: 15px;
  background: transparent;
  border: unset;
}

@media screen and (max-width: 768px) {
  .modal_app {
    width: 100%;
  }
}
.modal_app span {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .modal_app span {
    font-size: 12px;
  }
}
.modal_app .modal_lines {
  position: absolute;
  width: auto;
  display: inline-flex;
  background: #fff;
  border: 1px solid #915E6F;
  padding: 0px 10px;
  bottom: -15px;
}

@media screen and (max-width: 768px) {
  .modal_app .modal_lines {
    border-radius: 8px;
    padding: 0px 8px;
    bottom: -12px;
  }
}
.modal_app .point-color {
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  color: #28292D;
}

@media screen and (max-width: 768px) {
  .modal_app .point-color {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }
}
.modal_app .c-btn01 {
  border-radius: 1000px;
  margin-top: 0.5rem;
  background: #FE638A;
  border: 2px solid #FE638A;
  height: 79px;
  max-width: 300px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .modal_app .c-btn01 {
    height: 44px;
    margin: 0 auto;
    margin-top: 2px;
  }
}
.modal_app .c-btn01 a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal_app .c-btn01 a::after {
  background: url(/promotion/ordercard/wplusl/oshi/assets/images/link.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  content: "";
  right: 10%;
  width: 18px;
  height: 100%;
}

.modal_app .c-btn01 .modal-md {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
  .modal_app .c-btn01 .modal-md {
    font-size: 16px;
  }
}
.modal_app .c-btn01:hover {
  opacity: 0.7;
}

.modal_app .c-btn01:hover .modal-md {
  color: #fff;
}

.card_modal span {
  font-size: 17px;
}

.modal_lines {
  position: relative;
  display: inline-block;
  background: #fa94a2;
  border: 2px solid #ffffff;
  outline: 0px solid #ffffff;
  outline-offset: -4px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 4px 9px;
  z-index: 100;
}

.point-color {
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  color: #fff06f;
}

.modal-md {
  font-size: 22px;
  line-height: 0.6;
}

.modal-md:hover {
  color: #ffffff;
}

.modal_item01 {
  margin: 30px auto 0px;
}

.modal_item02 {
  padding: 20px 10px 10px;
  border-radius: 10px;
  background-color: #FFE3DF;
  margin: 15px 20px;
}

@media screen and (max-width: 768px) {
  .modal_item02 {
    margin: 16px;
    padding: 16px;
    border-radius: 8px;
    padding-bottom: 0;
  }
}
.modal_item03 {
  padding: 20px 10px 10px;
  border-radius: 10px;
  background-color: #FFE3DF;
  margin: 20px;
  display: none;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .modal_item03 {
    padding: 10px 10px 1px;
    border-radius: 10px;
    background-color: #FFE3DF;
    margin: 0 20px;
    display: none;
    transition: 0.3s;
    padding: 16px;
    margin: 16px;
    padding-bottom: 0px;
  }
}
.modal_item03.active {
  display: block;
}

.note1 {
  font-size: 11px !important;
}

.note1 strong {
  font-size: 11px !important;
}

.note1 a {
  font-size: 11px !important;
}

.note1 div {
  font-size: 11px !important;
}

.note1 div a {
  font-size: 11px !important;
}

.sw-notes div {
  font-size: 11px !important;
}

.sw-notes div a {
  font-size: 11px !important;
}

/* passkey */
.passkey {
  margin-top: 0px;
}

.passkey img {
  width: 100%;
  margin: 20px auto;
}

.passkey ul {
  padding-left: 20px;
  gap: 5px;
  margin: auto;
  display: flex;
  flex-flow: column;
}

.passkey li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.passkey li span {
  font-weight: bold;
}

.passkey li::before {
  content: "";
  background: url(/promotion/ordercard/wplusl/oshi/assets/images_2/passkey-ic.png) 0 0/contain no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -21px;
  top: 7px;
}

@media screen and (min-width: 768px) {
  .passkey {
    margin-top: 0px;
    text-align: center;
  }
  .passkey img {
    margin: 0px auto 30px;
    display: block;
    max-width: 400px;
  }
  .passkey ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    padding-left: 23px;
  }
  .passkey li {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .passkey li:last-of-type {
    margin-bottom: 0;
  }
  .passkey li::before {
    width: 18px;
    height: 18px;
    top: 4px;
    left: -22px;
  }
}
.sec1 .img1 {
  padding-top: 0;
}
.sec1 .img2 {
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec1 .img2 {
    padding-top: 10px;
  }
}
.sec1 .ttl2 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec1 .ttl2 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.sec1 .ttl2 p {
  font-size: 24px;
  font-weight: 700;
  color: #DC376F;
}
@media screen and (max-width: 768px) {
  .sec1 .ttl2 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 376px) {
  .sec1 .ttl2 p {
    font-size: 15px;
  }
}
.sec1 .ttl3 {
  text-align: center;
}
.sec1 .ttl3 p {
  font-size: 24px;
  font-weight: 700;
  color: #DC376F;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec1 .ttl3 p {
    padding-top: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 376px) {
  .sec1 .ttl3 p {
    font-size: 15px;
  }
}

.sec7 .ttl-box .ttl2 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 40px;
  color: #DC376F;
}
@media screen and (max-width: 768px) {
  .sec7 .ttl-box .ttl2 {
    padding-top: 30px;
    font-size: 22px;
  }
}

.sec7 .ttl-box2 {
  text-align: center;
  padding-top: 40px;
}

.sec7 .ttl-box3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}/*# sourceMappingURL=style.css.map */