<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å…±é€šã‚¹ã‚¿ã‚¤ãƒ« */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: "Hiragino Sans";
}
html {
  /*scroll-behavior: smooth;*/
}
body {
  font-family: 'Lato', 'Hiragino sans', 'Meiryo', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 10%;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: number 0;
  overflow-x: hidden;
  overscroll-behavior: none;
}
@media screen and (max-width: 560px) {
  body {
    font-size: 16px;
  }
}
body header{
	background: #FFF;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
body header .wrapper_header{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
}
body header h1{
	display: inline-block;
	float: left;
}

section {
	line-height: 180%;
}
div.cont {
  max-width: 1200px;
  width: 80vw;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  div.cont {
    width: 90vw;
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 32px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px){
  div.cont {
    width: 90vw;
    padding-top: 32px;
    padding-bottom: 64px;
    gap: 32px;
  }
}	
}
.cont-narrow-gap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 560px) {
  .br-sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
}
/* è¦‹å‡ºã— */
.cont h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 10%;
  width: 100%;
  text-align: center;
  margin: 16px 0;
}
.cont h2 {
  margin: 0 auto;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 10%;
  white-space: normal
}
.cont h3 {
  margin: 0 auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 10%;
}
.cont h4 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 560px) {
  .cont h1 {
    font-size: 28px;
  }
  .cont h2 {
    font-size: 24px;
  }
  .cont h3 {
    font-size: 24px;
  }
  .cont h4 {
    font-size: 18px;
  }
}
/*ãƒ‡ã‚¶ã‚¤ãƒ³ä»˜ãã®hï¼’*/
h2.style {
  position: relative;
  display: inline-block;
  padding: 0 66px;
}
h2.style:before, h2.style:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
}
h2.style.pink:before, h2.style.pink:after {
  background-color: #BA1064;
}
h2.style.navy:before, h2.style.navy:after {
  background-color: #006;
}
h2.style:before {
  left: 0;
}
h2.style:after {
  right: 0;
}
@media screen and (max-width: 560px) {
  h2.style {
    padding: auto;
    text-align: center;
    margin: 0;
  }
}
/*ãƒ‡ã‚¶ã‚¤ãƒ³ä»˜ãã®h3*/
h3.style.navy {
  width: 100%;
  padding-left: 8px;
  border-left: solid 8px #006;
  margin-bottom: 32px;
}
h3.style.pink {
  width: 100%;
  padding-left: 8px;
  border-left: solid 8px #BA1064;
  margin-bottom: 32px;
}
/* ãƒ†ã‚­ã‚¹ãƒˆã‚¹ã‚¿ã‚¤ãƒ« */
p {
  margin: 0;
}
.strong {
  font-weight: 600;
}
.pink {
  color: #D91676;
  font-style: normal;
}
.navy {
  color: #000066;
}
.red {
  color: #CC1818;
  font-style: normal;
}
.grey {
  color: #adadad;
}
.white {
  color: #FFFFFF;
}
.text-L {
  font-size: 18px;
  line-height: 180%;
}
.text-M {
  font-size: 16px;
  line-height: 180%;
}
.text-S {
  font-size: 12px;
  line-height: 130%;
}
/* ã‚»ãƒ³ã‚¿ãƒªãƒ³ã‚° ãƒ†ã‚­ã‚¹ãƒˆã‚»ãƒƒãƒˆ */
.centering {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
/* ãƒ†ã‚­ã‚¹ãƒˆï¼‹ãƒœã‚¿ãƒ³ã‚»ãƒƒãƒˆ */
.button-parts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.button-parts h3 {
  text-align: center;
}
/* ãƒªãƒ³ã‚¯ã€€*/
a {
  text-decoration: none;
  color: inherit;
  padding: 0;
  margin: 0;
}
a.text:hover {
  text-decoration: underline;
}
.text-link {
  color: #307CBA;
}
.cover-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.link-icon {
  color: #333;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 24px;
  margin-top: 8px;
  background: url(https://www.m2plus.com/o/images/ebookstartcpn/new-rounded.svg) 100%/20px auto no-repeat
}

.centering a.link-icon {
  align-items: center;
}
/* KV */
.kv-wrapper {
  position: relative;
  text-align: center;
  background: #EEEAFE;
  padding: 0;
}
.kv-wrapper .kv {
  padding: 0;
  position: relative;
}
.kv-wrapper .kv-date-block{
  position: absolute;
  max-width: 900px;
  line-height: 1.6;
  margin: 0 auto 0;
  left: 0;
  right: 0;
  bottom: -38px;
  border-radius: 40px;
  background: #4D04BB;
}
.kv-img-dl{
  position: absolute;
  left: 35%;
  bottom: 13%;
  max-width: 10vw;
}
.kv-img-pc{
  width: 100vw;
  margin: 0;
  vertical-align: bottom;
}
.kv-img-sp{
    display: none;
}
.kv-img-tb{
  display: none;
}
.headline_sec{
  padding-top: 40px;
}
.headline_sec .cont {
  gap: 32px;
}
@media screen and (min-width:768px) and ( max-width:1024px){
.headline_sec .cont {
  width: 90vw;
}		
}
@media screen and (max-width:767px){
.headline_sec .cont {
  padding-top: 0;
}		
}
.cont .cpn_information{
  margin: 32px auto;
  font-size: 28px;
  color: #CB106A;;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.cont .cpn_information span{
  margin: 0 auto;
  display: block;
  font-size: 18px;
  color: #CB106A;;
  font-weight: 600;
  line-height: 150%;
}
.cont .title_block{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.cont .title_block p{
  font-size: 18px;
  line-height: normal;
}
.cont .title_block .title{
  font-size: 20px;
  background: var(--Gradation01, linear-gradient(118deg, #DC1166 0%, #8208BB 59%, #20B 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}	
.cont .title_block .quest_bubble{
  display: flex; 
  flex-direction: column;
  gap: 16px;
  text-align: center;
}	
.cont .title_block .quest_bubble p{
  padding: 8px 16px;
  font-size: 14px;
  margin: 0 auto;
  display: inline-block;
  background: #CB106A;
  color: #fff;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.42px;
}
.cont .title_block .quest_bubble p span{
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.cont .title_block .quest_bubble p:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 8px solid transparent;
  border-top: 12px solid #CB106A;
}		
.cont .title_block h2{
  color: #333;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-family: "Hiragino Sans";
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
}
.cont .title_block h2 span{
  font-size: 32px;
  color: #333;
  display: inline;
}	
@media screen and (max-width: 768px) {
.cont .title_block h2{
  font-size: 40px;
  letter-spacing: 1.2px;
}
.cont .title_block .quest_bubble p{
  font-size: 14px;	
}
.cont .title_block .quest_bubble p span{
  font-size: 22px;	
}
.cont .title_block p{
  font-size: 14px;	
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
.cont .title_block h2{
  font-size: 40px;	
}
.cont .title_block h2{
  font-size: 32px;	
}
}	

@media screen and (min-width:768px) and ( max-width:1024px){
.kv-img-sp{
  display: none;
}
.kv-img-tb{
  width: 100vw;
  display: block;
  margin: 0 auto;
}
.kv-img-pc{
  display: none;
}
}	

@media screen and ( max-width:767px) {
.kv-wrapper .kv {
  padding: 0;
}
.kv-img-pc{
  display: none;
}
.kv-img-tb{
  display: none;
}
.kv-img-sp{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.kv-img-dl{
  position: absolute;
  left: 55%;
  bottom: 11%;
  max-width: 34vw;
}
}

/* KV */

/* ãƒœã‚¿ãƒ³ã‚¹ã‚¿ã‚¤ãƒ« */
.open-ico {
  height: 20px;
  width: fit-content;
}
/* ãƒã‚¤ãƒ“ãƒ¼ãƒœã‚¿ãƒ³ */
.primary-main {
  max-width: 450px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 10px;
  background: #000066;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
}
.primary-main:hover {
  background-color: #0000B2;
}
/* ãƒ”ãƒ³ã‚¯ãƒœã‚¿ãƒ³ */
@media screen and (min-width: 561px) {
  .accent-main {
    max-width: 450px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    background: #BA1064;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  }
}
@media screen and (max-width: 560px) {
  .accent-main {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    gap: 10px;
    background: #BA1064;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  }
}
.accent-main:hover {
  background-color: #D91676;
}
.button-L {
  width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .button-L {
    width: 100%;
    padding: 16px 0;
  }
}
.button-S {
  margin: 0;
  padding: 8px 0;
  font-weight: 600;
}
/* ãƒˆãƒƒãƒ—ã¸æˆ»ã‚‹ãƒœã‚¿ãƒ³ */
.pagetop {
  height: 64px;
  width: 64px;
  position: fixed;
  right: 2%;
  bottom: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px #006;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.pagetop__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 10px;
}
.pagetop__cont p {
  text-align: center;
  line-height: 1.2em;
  font-weight: 600;
  color: #000066;
}
.pagetop__arrow {
  height: 8px;
  width: 8px;
  border-top: 2px solid #006;
  border-right: 2px solid #006;
  transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .pagetop:hover, .pagetop:hover .pagetop__arrow, .pagetop:hover .pagetop__cont p {
    border-color: #3293e7;
    color: #3293e7;
  }
}
@media screen and (max-width: 560px) {
  .pagetop {
    bottom: 16px;
  }
}
/* ãƒšãƒ¼ã‚¸å†…ãƒªãƒ³ã‚¯ */
.page-link-sec {
    padding: 8px 16px 0;
	margin: 0 auto;
    max-width: 670px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
@media screen and (max-width: 560px) {
	.page-link-sec {
		padding: 16px 16px 0 16px;
		gap: 8px;
	}
}
.page-link-wrapper {
	display: flex;
	width: 900px;
	height: 80px;
	max-width: 900px;
	justify-content: center;
	align-items: center;
	gap: 64px;
}
.page-link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
@media screen and (min-width:769px) and ( max-width:1024px){
  .page-link-wrapper {
	max-width: 760px;
	height: 48px;
	padding: 13.5px 32px;
	gap: 32px;
  }
  .page-link {
    position: relative;
    font-size: 14px;
    gap: 0;
}
  .kv-wrapper .kv-date-block{
    max-width: 760px;
    width: 90vw;
    bottom: -24px;
}
}
@media screen and (max-width: 768px) {
  .kv-wrapper .kv-date-block {
	border-radius: 0;
	position: relative;
	bottom: 0;
  }	
  .page-link-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 24px 16px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 16px 8px;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .page-link {
    position: relative;
    width: 25%;
    max-width: 160px;
    font-size: 14px;
    justify-content: flex-start;
    gap:0;
    white-space: nowrap;
  }
}	
@media screen and (max-width: 560px) {
  .page-link-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px 8px;
    padding: 24px;
    height: auto;
    white-space: nowrap;
  }
  .page-link {
    position: relative;
    width: 100%;
	display: flex;
    font-size: 14px;
    text-align: left;
  }
}
.page-link:hover {
  opacity: 0.7;
}
.page-link img {
  width: 14px;
  padding: 1px 3px;
  vertical-align: middle;
}
.page-link p {
  display: block;
  text-align: center;
  padding: 0px 4px 8px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000066;
  width: 100%;
  font-size: 16px;
}
.cpn-link-wrapper {
	max-width: 400px;
    gap: 24px;
    margin: 0 auto;
}
@media screen and (max-width: 560px) {
.cpn-link-wrapper {
	margin: 0 32px;
}
.page-link p {
    font-size: 14px;
  }
.page-link img {
  width: 14px;
  padding: 1px 3px;
  vertical-align: middle;
}
}
/* æ›¸ç±çµžã‚Šè¾¼ã¿ã¸ç§»å‹•ãƒœã‚¿ãƒ³ */
.pagemiddle {
  height: 64px;
  width: 64px;
  position: fixed;
  right: 2%;
  bottom: 96px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px #006;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.pagemiddle__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
}
.pagemiddle__cont p {
  text-align: center;
  line-height: 1.2em;
  font-weight: 600;
  color: #000066;
}
.material-symbols-outlined {
  color: #000066;
  font-size: 16px !important;
}
@media (hover: hover) and (pointer: fine) {
  .pagemiddle:hover, .pagemiddle:hover .pagemiddle__icon, .pagemiddle:hover .pagemiddle__cont p, .pagemiddle:hover .material-symbols-outlined {
    border-color: #3293e7;
    color: #3293e7;
  }
}
@media screen and (max-width: 560px) {
  .pagemiddle {
    bottom: 96px;
  }
}
/* ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«è¿½å¾“CTAãƒœã‚¿ãƒ³ */
@media screen and (min-width: 561px) {
  .cta {
    position: fixed;
    right: 0;
    bottom: 12%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    background-color: #FAEDF3;
    border-radius: 8px 0 0 8px;
    z-index: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    color: #333;
    width: auto;
  }
}
@media screen and (max-width: 560px) {
  .cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    background-color: #FAEDF3;
    z-index: 1;
    color: #333;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15);
  }
}
/*
    .cta:hover {
        background-color: #D91676;
    }
    */
/* ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.flex-subscribe {
  display: flex;
  gap: 0.8em;
  align-items: baseline;
}
input:where(:not(.atlas-header *, .atlas-nav *, .atlas-sp-header *, .atlas-footer *, .atlas-sp-footer *, .sb-slidebar *, .common-parts-cnt *)) {
  transform: scale(1.6);
  margin: 0;
}
.--start {
  align-items: flex-start;
}
.--center {
  align-items: center;
}
.checkbox-input {
  flex-direction: row-reverse;
}
/* ã‚°ãƒªãƒƒãƒ‰ã‚¹ã‚¿ã‚¤ãƒ«*/
.grid-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .grid-3col {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 560px) {
  .grid-3col {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.grid-4col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .grid-4col {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 560px) {
  .grid-4col {
    grid-template-columns: 1fr;
  }
}
/* ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³è©³ç´° */
.campaign-detail-sec {
  /*background-color: #f6f6f6;
     è‰²ã¯LPã«ã‚ˆã£ã¦å¯å¤‰ */
	padding-bottom: 64px;
}
@media screen and (max-width: 560px) {
.campaign-detail-sec {
	padding-bottom: 32px;
  }
}
.cont-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
.cont-area img {
    width: 23vh;
	margin: 0 auto;
}
table {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}
tr {
  border-top: 1px solid #bbb;
}
.tr-top {
  border-top: 0px;
}
.table-row-title {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
}
.s {
  width: 150px;
}
td {
  padding: 16px 32px;
}
.table-row-cont {
  width: 100%;
}
.table-row-cont li{
  list-style: disc;
}
.td-in-td {
  padding: 16px;
  background: #EBEBEB;
  /* è‰²ã¯LPã«ã‚ˆã£ã¦å¯å¤‰ */
  width: fit-content;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .s {
    width: 100px;
  }
}
@media screen and (max-width: 960px) {
  .s {
    width: 75px;
  }
  td {
    padding: 16px 16px;
  }
}
@media screen and (max-width: 560px) {
  .s {
    padding-top: 16px;
    padding-bottom: 0;
    width: 100%
  }
  .tr-top .table-row-title.s {
    padding-top: 0;
  }
  tr.parent {
    display: block;
  }
  td {
    padding: 8px 0;
  }
  .table-row-title {
    padding: 16px 0 0 0;
  }
  .table-row-cont {
    padding: 16px 0 16px 0;
  }
  .td-in-td {
    max-width: fit-content;
  }
}
/* ãƒ•ãƒƒã‚¿ãƒ¼ */
footer {
  background: #006;
}
.footer-cont {
  width: auto;
  display: flex;
  flex-direction: column;
}
.copy-right {
  margin: 0 auto;
  font-size: 10px;
}
.footer-link-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
@media screen and (max-width: 560px) {
  .footer.cont {
    width: 100%;
  }
  .footer-link-cont {
    text-align: center;
  }
}

/* æ›¸ç±ãƒ»ã‚»ãƒƒãƒˆä¸€è¦§ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.book-list-grid {
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
.book-list-grid {
	width: 100%;
	max-width: 500px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
.book-list-grid {
	width: 100%;
    grid-template-columns: 1fr;
  }
}
.book-list-sec {
  width: auto;
  padding-bottom: 64px;
}
@media screen and (max-width: 560px) {
.book-list-sec  {
  padding-bottom: 0;
  }
}
/* å˜å“ */
.card {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #fff;
  border: #EBEBEB 1px solid;
}
.card img {
  margin-bottom: 16px;
}
.card:hover {
  opacity: 0.75;
  color: #307CBA;
}
.card-link {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.book-main-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  align-self: stretch;
  flex-grow: 1;
}
.book-main-block p {
  line-height: 130%;
  letter-spacing: 0.48px;
}
.book-cover-S {
  height: 160px;
  width: auto;
  margin: 0 auto;
}
.book-title-block {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
p.copy {
  opacity: 0.7;
}
.price-block {
  display: flex;
  gap: 8px;
  vertical-align: middle;
  text-align: left;
  justify-content: space-between;
}
.price-info {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  vertical-align: middle;
  padding-left: 8px;
}
.price {
    font-size: 11px;
    font-weight: 600;
	line-height: normal;
}
.price span{
    font-size: 16px;
    font-weight: 600;
}
p.name {
  display: flex;
  flex-direction: row;
  gap: 2px;
  box-sizing: border-box;
  align-items: center;
  vertical-align: middle;
  padding: 4px 8px;
  background: #EBEBEB;
  width: fit-content;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.name img {
  width: 18px;
  height: fit-content;
}
.name em {
  background-color: #D91676;
  border-radius: 15%;
  padding: 2px 4px;
  margin-left: 6px;
  color: #fff;
  font-style: normal;
}
.point {	
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  background: #FAEDF3;
  color: #333;
  border-radius: 0px;
  gap: 4px;
  font-weight: 600;
}
.point span {
  padding-right: 20px;
  background: url(https://www.m2plus.com/o/images/super_m3day/material-symbols_add-circle.svg) 100%/16px auto no-repeat;
}
.point span:nth-child(2) {
  color: #D91676;
  font-weight: bold;
}
.book-info-block {
  height: 122px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  gap: 8px;
  text-align: left;
  background: #F9F9FC;
}
@media screen and (max-width: 560px) {
  .book-info-block {
    height: auto;
  }
}
.info-title-block {
  height: 16px;
}
.book-info-text {
  font-weight: 300;
  font-size: 11px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.book-info-text .down {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
@media screen and (max-width: 560px) {
  .book-info-text {
    font-weight: 500;
    font-size: 14px;
  }
  .info-title-block {
    height: 18px;
  }
}
.rank-block {
  position: absolute;
  top: -0.2%;
  left: -0.2%;
  width: 60px;
  height: 60px;
}
.rank-text {
  font-family: 'EB Garamond';
  width: 30px;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  color: #333;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  position: absolute;
  left: 3.88%;
  right: 46.12%;
  top: 12%;
}
.rank-text-top {
  font-family: 'EB Garamond';
  width: 30px;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  position: absolute;
  left: 3.88%;
  right: 46.12%;
  top: 12%;
}
/* ã‚»ãƒƒãƒˆ */
.set-1col {
  display: flex;
  flex-direction: row;
  background-color: #FFFFFF;
  gap: 32px;
  padding: 32px;
}
@media screen and (max-width: 960px) {
  .set-1col {
    flex-direction: column;
    padding: 16px;
    gap: 8px;
  }
  .set-1col img {
    margin: 0 auto;
  }
}
.set-thum-L {
  width: 400px;
  height: fit-content;
}
@media screen and (max-width: 560px) {
  .set-thum-L {
    width: 100%;
  }
}
.set-1col-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.set-1col-detail .main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.set-1col .price-block, .set-multiple-col .price-block {
  padding: 0;
}
.set-1col .action-part {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 780px) {
  .set-1col .action-part {
    grid-template-columns: 1fr;
  }
}
.set-1col .action-part .offer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: stretch;
  padding: 16px;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.set-multiple-col .action-part {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.set-multiple-col .action-part .offer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  border-radius: 4px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 560px) {
  .set-multiple-col .action-part .sp-not-display {
    display: none;
  }
}
.set-1col .action-part .offer .text-emphasis, .set-multiple-col .action-part .offer .text-emphasis {
  color: #D91676;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .set-1col .price-block {
    text-align: center;
  }
  .set-1col .button-S {
    width: 100%;
    max-width: none !important;
    margin: 0 auto;
  }
}
p.disabled {
  opacity: 0.1;
}
a.disabled, a.disabled:hover {
  background: #EBEBEB;
  color: #ADADAD !important;
  box-shadow: none;
}
.set-multiple-col {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 8px;
  background-color: #fff;
}
.set-main-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}
.set-thum-S {
  width: 100%;
  height: fit-content;
}
/*ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³*/
.acord {
  background-color: #F2F2F7;
  padding: 8px 16px;
  margin: 0;
  border-radius: 4px;
  width: auto;
}
.toggle {
  display: none;
}
.Label {
  /*ã‚¿ã‚¤ãƒˆãƒ«*/
  display: block;
  cursor: pointer;
}
.Label::before {
  /*ã‚¿ã‚¤ãƒˆãƒ«æ¨ªã®çŸ¢å°*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(135deg);
}
.Label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {
  /*æœ¬æ–‡*/
  height: 0;
  padding: 0 16px;
  overflow: hidden;
  font-size: 12px;
}
.toggle:checked + .Label + .content {
  /*é–‹é–‰æ™‚*/
  height: auto;
  padding: 16px;
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.content ul {
  padding-left: 0;
}
/* æ›¸ç±å†…å®¹ã®è©³ç´°èª¬æ˜Žã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.index-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 560px) {
  .index-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.index-block h3 {
  margin: 0;
  text-align: left;
}
.bullet-points {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}
.index {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 0;
}
.acord-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
ul.serial-number {
  list-style: none;
}
.serial-number li:before {
  counter-increment: number 1;
  /* number ã‚«ã‚¦ãƒ³ã‚¿ã®å¢—åŠ&nbsp;æ•°ã‚’ã‚»ãƒƒãƒˆ */
  content: counter(number) ". ";
  /* è¡¨ç¤ºå½¢å¼ã‚’æŒ‡å®š */
}
/* PRã‚»ã‚¯ã‚·ãƒ§ãƒ³3 */
.pr-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.pr-image-box {
  height: fit-content;
  text-align: center;
  position: relative;
  background: #F2F2F7;
  width: 100%;
}
.js-modal-open {
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.js-modal-open img {
  width: 100%;
  object-fit: cover;
}
.expand {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 4px 8px;
  display: flex;
  gap: 4px;
  color: #333;
  justify-content: center;
  align-items: center;
}
/* ç”»åƒæ‹¡å¤§ãƒ¢ãƒ¼ãƒ€ãƒ« */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  position: absolute;
  width: 100vw;
  margin: 0;
  padding: 0;
}
.modal__content {
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
  width: fit-content;
  max-width: 100vw;
}
.modal__content img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 560px) {
  .modal__content {
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    width: 80vw;
    max-width: 100vw;
    justify-content: center;
  }
  .modal__content img {
    height: auto;
    width: 100%;
  }
}
/* PRãƒœãƒƒã‚¯ã‚¹ã®ãƒ†ã‚­ã‚¹ãƒˆ */
.grid-col-gap-S {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pr-block img {
  width: 100%;
}
.pr-block h3 {
  text-align: start;
}
.pr-block p {
  width: 100%;
  text-align: left;
}
/* åˆ©ç”¨è€…ã®å£°ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.voc-image {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
}
.voc-ico {
  width: 75px;
  height: 75px;
}
.star {
  height: 30px;
  width: auto;
}
/* ãƒªã‚¹ãƒˆã‚¹ã‚¿ã‚¤ãƒ« */
ul {
  margin: 0;
  padding-left: 16px;
}
/* ã‚³ãƒ¡å°é€£ç•ªãƒªã‚¹ãƒˆ */
ol.list-kome-wrap {
  list-style: none;
  padding: 16px;
  background: #EBEBEB;
}
ol.list-kome-wrap &gt; li {
  counter-increment: count-ex01;
  position: relative;
  padding-left: 2.5rem;
}
ol.list-kome-wrap &gt; li:before {
  content: "â€»"counter(count-ex01) "ï¼š";
  position: absolute;
  top: 0;
  left: 0;
}
.align-left {
  width: 100%;
  text-align: left;
}
.quest_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin: 0 auto;
}
.quest_block .quest_abreast_box {
	display: flex;
	width: 900px;
	max-width: 900px;
	justify-content: center;
	align-items: stretch;
	gap: 8px;
	align-self: stretch;
	margin: 0 auto;
	letter-spacing: 0.72px;
}
.quest_block .quest_box {
	display: flex;
	padding: 32px 32px 0;
	flex-direction: column;
	flex: 1 0 0;
	font-family: "Hiragino Sans";
	border-radius: 30px;
	background: #F5F2FE;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.8;
	gap: 16px;
}
.quest_block .quest_box .text{
	color: #333;
	text-align: center;
	font-feature-settings: 'palt' on;
	font-family: "Hiragino Sans";
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.48px;	
}	
.quest_block .quest_box span{
	display: block;
	color: #CB106A;
	text-align: center;
	font-family: "DIN 2014";
	font-size: 16px;
	font-weight: 600;
}
.quest_block .quest_box img {
	width: 250px;
	margin: 0 auto;
	vertical-align: bottom;
}
.quest_notes_block{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	line-height: 150%;
	align-self: stretch;
}
.quest_notes_block span{
	color: #333;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.42px;	
}	
.quest_notes_block ul li{
	list-style-type: disc;
	margin-left: 24px;
	font-size: 14px;
}
@media screen and (max-width:768px) {
	.quest_block .quest_abreast_box {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		align-self: stretch;	
	}
	.quest_block .quest_box {
		width: 100%;
		padding: 24px 24px 0;
	}
	.quest_box .tokuten_title {
		font-size: 20px;
	}
	.quest_notes_block {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 8px;
		align-self: stretch;
	}
	.quest_notes_block ul {
		padding-left: 0;
		line-height: 1.5;
	}	
	.quest_notes_block ul li {
		font-size: 12px;
		margin-left: 16px;
	}
}
@media screen and (min-width:769px) and ( max-width:1024px){
.quest_block .quest_abreast_box {
    gap: 8px;
    width: 100%;
}
.quest_block .quest_box {
    padding: 24px 12px 0;
    width: 335px;
}
.quest_block img.arrow{
	width: 24px;
}
}	

.about_sec {
}
.about_sec .title img {
  max-width: 110px;
}
.about_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.about_sec
.about_title {
  color:#006;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding: 0 24px;
}	

@media screen and (max-width: 768px) {
.about_block {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .about_block {
    padding: 16px 0;
    gap: 16px;
  }
}
.about_box {
    max-width: 900px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch; 
	margin: 0 auto;
}
.about-book-list-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.about_icon img {
  width: 82px;
}
.about_icon p {
  font-size: 12px;
  line-height: normal;
}
.about-book-list-grid a{
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.about-book-list-grid a:hover{
  filter:brightness(1.2);
}
.about_detail {
  display: flex;
  padding: 24px 32px;
  justify-content: center;
  text-align: left;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 10px;
  background: #F5F2FE;
  position: relative;
  font-weight: 600;
}
.about_detail:after{
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 15px solid #F5F2FE;
}
@media screen and (max-width: 768px) {
  .about_box {
    display: grid;
    grid-template-columns: 1fr;
  }
  .about-book-list-grid {
    flex-direction: inherit;
  }
  .about_detail {
    padding: 16px;
  }
.about_detail:after {
    left: 0%;
	top: 25px;
    margin-left: -20px;
    transform: rotate(270deg);
	border: 10px solid transparent;
	border-bottom: 12px solid #F5F2FE;
}
  .about_icon {
    width: 100px;
  }
  .about_icon img {
    width: 90px;
  }
}

.dl_sec {
}

.dl_block{
    display: flex;
    flex-direction: column;
    gap: 0;
    background: url(../../../images/appdownload_1month_limited/deco.png);
    background-size: 35%;
    background-position: 90% bottom;
    background-repeat: no-repeat;
}
.dl_block .dl_box{
    max-width: 900px;
    width: 100%;
	margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 48px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}	
.dl_block .dl_box .img_devaice{
	width: 380px;
	margin-top: -64px;
}
.dl_block .dl_box .qr_box{
	grid-area: 1 / 1 / 2 / 2;
	display: flex;
	width: 100%;
	flex-direction: column;
	text-align: left;
	gap: 24px;
}
.dl_block .dl_box .qr{
	display: flex;
	margin: 0 auto;
	padding: 24px 48px;
	align-items: flex-start;
	gap: 24px;
	border-radius: 20px;
	background: #FAFAFA;
}
.dl_block .dl_box .qr_text{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dl_block .dl_box .qr_text a{
	color: #03C;
	font-feature-settings: 'palt' on;
	font-family: "Hiragino Sans";
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.64px;
	text-decoration-line: underline;
}
.dl_block .dl_box .qr_text p{
	color: #006;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.64px;
}
.dl_block .dl_box .qr_text ul{
	padding-left: 0;
}
.dl_block .dl_box .qr_text ul li{
	color: #5D5DA2;
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: -0.25px;
}
.dl_block .dl_box .qr_cose{
	width: 140px;
}
.dl_block .dl_box a{
	align-self: center;
}
.dl_block .dl_box .store_btn{
	width: 128px;
	vertical-align: middle;
}
.dl_block .qr-link-btn{
    grid-area: 2 / 1 / 3 / 3;
}
.dl_block .qr-link-btn a {
    margin: 0 auto;
    padding: 18px 32px;
    color: #fff;
    background: #006;
    border-radius: 10px;
    font-weight: 600;
	font-size: 16px;
	display: inline-block;
}
.dl_block .qr-link-btn a:hover{
	opacity: 0.7;
}
@media screen and (min-width:769px) and ( max-width:1024px){
.dl_block .dl_box .img_devaice{
	width: 300px;
}
}
@media screen and (max-width:768px){
.dl_block{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	background-size: 50%;
    background-position: center bottom;
	gap:16px;
}
.dl_block .dl_box{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}
.dl_block .dl_box .qr{
	padding: 24px 16px;	
}
.dl_block .dl_box .qr_box{
	order: 1;
}	
.dl_block .dl_box .img_devaice{
	width: 300px;
	margin-top: 0;
	order: 3;
}
.dl_block .qr-link-btn{
	order: 2;
	width: 100%;
}
.dl_block .qr-link-btn a{
	width: 100%;
	display: block;
	padding: 8px 32px;
}
}
@media screen and (max-width:560px){
.dl_block{
	background-size: 128%;
}
}
select::-ms-expand {
  display: none;
  /*--IEã§ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®çŸ¢å°ã‚’æ¶ˆã™--*/
}
select {
  width: 450px;
  -webkit-appearance: none;
  /*--å„ãƒ–ãƒ©ã‚¦ã‚¶ã®CSSã‚’è§£é™¤--*/
  -moz-appearance: none;
  /*--å„ãƒ–ãƒ©ã‚¦ã‚¶ã®CSSã‚’è§£é™¤--*/
  appearance: none;
  /*--å„ãƒ–ãƒ©ã‚¦ã‚¶ã®CSSã‚’è§£é™¤--*/
  margin-top: 8px;
  padding: 16px 4px 16px 16px;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #ADADAD;
  background-image: url(../../../images/debut_cpn/material-symbols_keyboard-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 8px center;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width:560px) {
  select {
    width: 100%;
  }
}
select:focus {
  outline: 1px #ADADAD solid;
  border-radius: 4px;
}
ul.targets {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.banner_sec {
  background: #F5F2FE;
}
.banner_sec div.cont {
  padding: 80px 0 128px;
  gap: 64px;
  margin: 0 auto;
}
.link-banner h3{
  color: #333;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.link-banner {
  max-width: 900px;
  width: 90vw;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
}
.link-banner img {
  width: 100%;
  vertical-align: bottom;
}
.link-banner ul.banner_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
}
.link-banner ul.banner_block li {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.link-banner ul.banner_block li a:hover {
  opacity: .75
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.link-banner ul.banner_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
}
.link-banner ul.banner_block li {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 8px;
}
}
@media screen and (max-width: 768px) {
.banner_sec div.cont {
    padding: 40px 0 80px;
}
.link-banner ul.banner_block {
    grid-template-columns: 1fr;
    gap: 24px;
	max-width: 500px;
	margin: 0 auto;
}
.link-banner ul.banner_block li {
	padding: 0;
}	
}

.book-card {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 8px;
  background-color: #fff;
  border: #EBEBEB 1px solid;
}
.book-card:hover {
  opacity: 0.75;
  color: #307CBA;
}
a.book-card-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parallax-wrapper {
  height: 200px;
  width: 100vw;
}

ol {
  list-style: none;
  padding: 0;
}
table.inline {
  margin: 16px 0;
}
tr.inline {
  border: 0px;
}
td.inline {
  border: 1px solid #d4d4d4;
  padding: 8px 32px;
}
@media screen and (max-width:560px) {
  td.inline {
    padding: 8px 8px;
  }
}
.bg-grey {
  background: #ebebeb;
}
td {
  padding: 16px 32px;
}
.material-symbols-outlined {
  font-variation-settings:
    'FILL'1, 'wght'400, 'GRAD'0, 'opsz'48
}
.br-sp {
    display: none;
}
.br-pc {
    display: block;
}

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

.Announcement {
  width: 100vw;
  height: auto;
  padding: 16px;
  background: #D9178B;
  text-align: center;
  margin-top: -1px;
}

.Announcement p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  font-feature-settings: 'palt' on;
  line-height: 1.5em;
}

/*PCã§ã¯ç„¡åŠ¹ï¼ˆæ”¹è¡Œã—ãªã„ï¼‰*/
.sBreak {
  display: none;
}

/*ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ã§ã¯æœ‰åŠ¹ï¼ˆæ”¹è¡Œã™ã‚‹ï¼‰*/
@media screen and (max-width:768px) {
  .sBreak {
    display: block;
  }

  .Announcement {
    margin-top: -13px;
    margin-bottom: 16px;
  }
}</pre></body></html>