@charset "UTF-8";
html,
body {
overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  height: 100%;
  color: #2c2c2c;
  background-color: #ffffff;
  font-family: 'RakutenSansJP2_W-Regular', "メイリオ", Meiryo, "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Helvetica, "Arial", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
	font-weight: normal;
  line-height: 1.6;
  position: relative;
}

body * {
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
}

b, strong, .textBold { 
    font-family: 'RakutenSansJP2_W-Bold', sans-serif;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.itemkv img {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

section:first-child {
	margin-top: 0;
}

section {
	padding: 0 0 40px;
}

.plan-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0 80px;
}

@media (max-width: 834px) {
    .plan-section { padding: 30px 0; }
    section { padding: 15px 0 30px; }
    section:first-child { padding-top: 0; }
}

@media screen and (min-width: 835px) {
.plan .btn-group { height: auto;
  padding-bottom: 80px;}
}

@media (min-width: 835px) {
    section.intro {
        position: relative;
        z-index: 10;
    }

    section.cp {
        position: relative;
        margin-top: -70px;
        z-index: 1;
    }

    .intro-banner img {
        position: relative;
        z-index: 20;
    }
}

@media (max-width: 834px) {
    section.cp {
        margin-top: 0;
        position: relative;
        z-index: 1;
    }
    section.intro {
        position: relative;
        z-index: 5;
    }
}

.bg-decoration-text img{
  position: absolute;
  top: -2px;
	left: 0;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.container,
.containerSp{
  position: relative;
  z-index: 100;
}

@media (max-width: 834px) {
.plan-section {
  padding: 20px 0;
}
section {
	padding: 10px 0 20px;
}
section:first-child {
	padding-top: 0;
}
/*section.cp,
section.note,
section.question{
	padding: 20px 15px;
}*/
}

em {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a img {
  border: none;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a {
  color: #00339b;
  transition: 0.4s;
  text-decoration: underline;
}
a:hover, .contents a {
  word-break: break-all;
  color: #2f62ca;
  text-decoration: none;
}
.reset, .reset > li, .reset > dt, .reset > dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.reset-b {
  margin-bottom: 0;
  padding-bottom: 0;
}

.reset-t {
  margin-top: 0;
  padding-top: 0;
}

ul.default, ol.default {
  margin: 0;
  padding: 0;
}
/* ■ */
ul.default > li:before {
	position: absolute;
	content: "■";
	top: 0.25em;
	left: 0;
	font-size: 0.75em;
	color:inherit;
	padding-right: 0.4em;
	vertical-align: middle;
}
ol.default > li {
  margin-left: 1.0em;
}
ul.default > li {
	position: relative;
  padding: 0 0 0 1.0em;
	list-style: none;
}

ul.nostyle > li {
	list-style: none;
}

.custom-list {
  list-style: none;
  padding-left: 0;
  counter-reset: list-counter;
}

.custom-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.custom-list li::before {
  counter-increment: list-counter; 
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  background-color: #666666;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

b { 
	font-family: 'RakutenSansJP2_W-Bold';
	font-weight: normal;
}

@media (max-width: 834px) {
ul.default, ol.default, ul.nostyle,
table.table td{
	font-size: 14px;
}
 b { 
	font-size: 14px;
}
}
.box, 
.pad{
  padding: 1.0em;
}
.pad-t{
  padding: 0.5em;
}
.pad-t02{
  padding: 1.0em 0;
}
.pad-b{
  padding-bottom: 0.5em;
}
.box2x {
  padding: 0 2.0em 2.0em;
}

.mar-40 {
  margin: 4.0em 0;
}

.note td .box2x {
	padding-top:1.0em;
}

@media (max-width: 834px) {
.box2x {
  padding: 0 1.0em 1.0em;
}
}
.bgSilver {
  background-color: #f4f4f4;
}
.bgWhite {
  background-color: #fff;
}
.bgPink {
  background-color: #ffebf4;
}
.bgPink02 {
  background-color: rgba(255, 0, 140, 0.10);
}
.box-shadow {box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)}
.solid {
  border: 1px solid #c7c7c7;
}
.solid02 {
  border: 1px solid rgba(255, 0, 140, 1);
}
.textC {
  text-align: center;
}
.textRed {
  color: #d70234
}
.textPink {
  color: rgba(255, 0, 140, 1);
}
.textWhite {
  color:  #fff;
}
.textBold {
	font-weight: bold;
}

@media (max-width: 834px) {
.fs-14 {font-size: 2.5vw;}
}
@media (min-width: 835px) {
.fs-14 {font-size: 1.4rem;}
}

hr.spacer {
  margin: 0;
  padding: 1.5em;
  border: none;
  outline: none;
}
.itemButton {
  text-align: center;
	display: block;
}
.itemButton a {
  display: inline-block;
  padding: 1.0em;
  text-decoration: none;
  line-height: 1.4;
	font-family: 'RakutenSansJP2_DemiBold', sans-serif;
  box-sizing: border-box;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
}
.itemButton.rounded a {
  border-radius: 5.0em;
}
.itemButton a.bgPink {
  color: #ffffff;
  background-color: rgba(255, 0, 140, 1);
  border: 2px solid rgba(255, 0, 140, 1);
}
.itemButton a.bgYellow {
	background-color: #ffeb00;
	color: rgba(255, 0, 140, 1);
	border: 2px solid #ffeb00;
}

.unit2Lg .itemButton a.cover {
	width: 90%;
	padding: 1.5em; 
}

.unit2Lg .itemButton a:hover {
  color: rgba(255, 0, 140, 1);
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 0, 140, 1);
}

.unit2Lg .itemButton > a:hover:after {
	border-right: 2px solid rgba(255, 0, 140, 1);
	border-bottom: 2px solid rgba(255, 0, 140, 1);
	
}
.bannerFixed .itemButton a.cover {
	width: 95%; 
}

.itemButton a.bgCr {
  color: #ffffff;
  background-color: #980323;
  border: 2px solid #980323;
}
.itemButton a.bgWhite {
  color: rgba(255, 0, 140, 1);
  background-color: #ffffff;
  border: 2px solid rgba(255, 0, 140, 1);
}
.itemButton a:hover {
  color: #ffffff;
  background-color: rgba(255, 0, 140, 1);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.bannerFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.0em;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
	z-index: 200;
}


.itemButton > a {
	display: inline-block !important;
	border-radius: 5px;
	font-size: 15px;
}

.intro-btn-wrap.itemButton > a:after {
    transform: rotate(45deg);
    top: -3px;
}

.intro-btn-wrap.itemButton > a:hover:after,
.intro-btn-wrap.itemButton > a:active:after {
    transform: rotate(45deg);
}

@media (max-width: 834px) {
.mar-40 {
  margin: 2.0em 0;
}

.itemButton > a {
	font-size: 13px;
}
}
.itemButton > a:after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	margin-left: 0.5em;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(-45deg);
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.itemButton > a.bgWhite:after {
	border-right: 2px solid rgba(255, 0, 140, 1);
	border-bottom: 2px solid rgba(255, 0, 140, 1);
}

.itemButton > a.bgYellow:after {
	border-right: 2px solid rgba(255, 0, 140, 1);
	border-bottom: 2px solid rgba(255, 0, 140, 1);
}

.itemButton > a:hover:after, .itemButton > a:active:after {
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}

.table-button {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  color: #333;
  cursor: pointer;
  line-height: 1;
}

.table-button:hover {
  text-decoration: none;
}

.table-button.oubo {
  background-color:  rgba(255, 0, 140, 1);;
  color: #fff;
  border: 1px solid  rgba(255, 0, 140, 1);;
}

.td-action {
  text-align: center; 
  vertical-align: middle; 
  white-space: nowrap;
}

.unit2 {
  font-size: 0;
}
.unit2 > .col {
  display: inline-block;
  width: 48.481%;
  font-size: 1.6rem;
}
.unit2 > .col:nth-child(even) {
  margin-left: 3.036%;
}
.unit2 > .col:nth-of-type(n+3) {
  margin-top: 3.036%;
}
h1 {
  margin: 0 0 1.5em;
  padding: 0.5em 0;
  color: #ffffff;
  background-color: #980323;
  text-align: center;
  line-height: 1.4;
	font-family: 'RakutenSansJP2_W-Bold', sans-serif;
	font-weight: bold;
}

h2 {
  position: relative;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
	font-family: 'RakutenSansJP2_W-DemiBold', sans-serif;
	font-weight: bold;
	padding: 0;
	z-index: 10;
}

h3 {
  padding: 10px 20px;
  text-align: left;
  background: #ffebf4;
	font-size: 18px;
	font-family: 'RakutenSansJP2_W-Bold', sans-serif;
	font-weight: bold;
}

h4 {
  padding: 10px 20px;
  text-align: center;
	font-size: 30px;
	font-family: 'RakutenSansJP2_W-DemiBold', sans-serif;
	font-weight: bold;
}

@media (max-width: 834px) {
	h2 { font-size: 24px; line-height: 1.3; }
	h3 { font-size: 15px; padding: 8px 15px; }
	h4 { font-size: 18px; line-height: 1.4; }
}
	
/*----intro----*/

.banner-section {
  position: relative;
  max-width: 998px; 
  margin: 60px auto;
  text-align: center;
  text-align: center;
}

.deco-img {
  position: absolute;
  width: 250px; 
  height: auto;
  z-index: 10;
}

.img-left {
  top: -90px; 
  left: -220px; 
  transform: rotate(-10deg);
}

.img-right {
  bottom: -120px; 
  right: -240px;  
  transform: rotate(5deg); 
}


@media screen and (max-width: 834px) {
  .benefit-card, .banner-section {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
	.banner-section {
  margin: 20px auto;
}
}

/*----intro02----*/

.benefit-main-visual img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}

.benefit-sub-title {
  margin: 0 0 20px 0;
}

.event-gallery {
  margin-top: 30px;
  margin-bottom: 10px;
}


.intro-btn-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.intro-btn-wrap a.cover {
  width: 100%;
  max-width: 450px;
  padding: 1.2em 2em;
  font-size: 1.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 835px) {
    .benefit-main-visual img {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
  }

  .intro02 p.note {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; 
    text-align: left;
  }
	
	.benefit-sub-title {
	font-size: 30px;
}


}

@media screen and (max-width: 834px) {
  .benefit-sub-title {
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.4;
    padding: 0 10px;
  }
  
  .event-gallery .col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 15px !important;
  }

  .intro-btn-wrap a.cover {
    width: 90%;
    font-size: 1.4rem;
    padding: 1.0em;
  }
}

/*----intro03----*/

.intro03 {
  background: linear-gradient(135deg, #8a0025 0%, #bf0040 100%);
  background: url("images/intro03_bg.jpg") no-repeat center center;
  padding: 120px 0 140px; 
  background-size: cover;
  
  clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
  margin-top: -6vw;
  margin-bottom: -6vw;
}

@media screen and (max-width: 834px) {
  .intro03 {
    padding: 80px 0 90px;
    clip-path: polygon(0 20px, 100% 0, 100% calc(100% - 20px), 0 100%);
    margin-top: -20px;
    margin-bottom: -20px;
  }
}

.event-white-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 10px 30px 40px;
  max-width: 1060px;
  margin: 0 auto;
}

.movie-item {
  max-width: 800px;
  margin: 30px auto;
  background-color: #fff;
}

.movie-item a {
  display: block;
  text-decoration: none;
  color: #333;
}

.movie-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #000;
}

.movie-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.movie-title {
  font-family: 'RakutenSansJP2_W-Regular', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 18px 0;
  margin: 0;
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  text-align: left;
  word-break: break-all;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 3.2em;
}


@media screen and (max-width: 834px) {
  .movie-item {
    width: 92%;
    margin: 20px auto;
    border-radius: 8px;
  }
  .movie-title {
    font-size: 1.4rem;
    padding: 12px 0;
  }
	.event-white-card {
    padding: 25px 15px;
    width: 92%;
  }
}


.youtubeArea {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #000;
}

.youtubeArea iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}


/*-------- 特典 --------*/


@media screen and (max-width: 834px){
  .deco-img {
    width: 60px;
  }
  .img-left {
    left: -10px;
    top: 20px;
  }
  .img-right {
    right: -10px;
    top: 30px;
  }
}

/*---- 特典　記事で使用の css----*/

.flexbox{
		display: flex;
		align-items: center;
		justify-content: flex-start;
}

@media screen and (max-width: 834px){
.flexbox{
		align-items: flex-start;
}
	
}
.flexbox > span{
	flex-grow: 1;
	margin-left: 1.5em;
}

@media (max-width: 834px) {
  .cp .benefit-card:nth-of-type(4) .flexbox,
	.cp .benefit-card:nth-of-type(5) .flexbox,
	.cp .benefit-card:nth-of-type(8) .flexbox{
    display: block;

  }
	
  .cp .benefit-card:nth-of-type(4) .flexbox img,
	.cp .benefit-card:nth-of-type(5) .flexbox img,
	.cp .benefit-card:nth-of-type(8) .flexbox img{
    width: 100% !important;
    height: auto !important;
  }
	.cp .benefit-card:nth-of-type(8) .flexbox img{
		width: 60% !important;
		margin: 15px 0;
  }
}
@media (min-width: 835px) {
.cp .benefit-card:nth-of-type(4) .flexbox img,
.cp .benefit-card:nth-of-type(5) .flexbox img{
	margin-left: 15px;
  }
.cp .benefit-card:nth-of-type(8) .flexbox img{
	margin: 15px 15px 0 0;
  }
}

.step-layout {
    display: flex;
    align-items: flex-start; 
    gap: 15px;               
    margin-bottom: 10px;
}

/* dt */
.step-icon-box {
    flex-shrink: 0;
    width: 90px;
    background-color: #ff008c;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon-box.grey {
	min-height: 28px;
    background-color: #666666;
}

.step-label {
    font-size: 1.8rem;
}

.step-icon-box.grey .step-label {
		font-size: 0.75em;
}

/* dd */
.step-description {
    margin: 0; 
    flex: 1; 
}

.step-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.4;
}


@media screen and (max-width: 768px) {
	.step-icon-box {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 1em;
	}
	.step-title {
		font-size: 1.4rem;
	}
	.step-label {
		font-size: 1.6rem;
	}
	.step-description {
		width: 100%;
	}
	.step-layout {
		display: block;
	}
}

/*---- Q&A ----*/


.uiFaq dl dt:before {
	display: block;
	position: absolute;
	left: 0;
	content: "Q";
	font-family: 'RakutenSansJP2_W-Regular';
}
.uiFaq dl {
	margin-top: 20px;
}
.uiFaq dl dt {
	position: relative;
	margin: 0;
	padding: 20px 0 20px 50px;
	border-top: 1px dotted #e7e7e7;
	font-weight: bold;
	cursor: pointer;
	counter-increment: item;
	font-family: 'RakutenSansJP2_W-Bold';
}
.uiFaq dl dt:first-child {
	padding-top: 0;
	border-top: none;
	padding: 5px 0 20px 50px;
}
.uiFaq dl dt:before {
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	background-color: #ff008c;
	border-radius: 20px;
	text-align: center;
}

.uiFaq dl dt:first-child:before {
	top: 0;
}
.uiFaq dl dd {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 20px 50px;
}
.uiFaq dl dd:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "A";
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #ff008c;
	background-color: #ffebf4;
	border-radius: 20px;
	font-weight: bold;
	text-align: center;
}
.uiFaq dl dd:last-child {
	border-bottom: none;
}

@media screen and (max-width: 768px) {
	.uiFaq dl {
		font-size: 14px;
	}
	.uiFaq dl dt:before,
	.uiFaq dl dd:before {
		width: 30px;
		left: 0;
		height: 30px;
		line-height: 30px;
		border-radius: 30px;
	}
	.uiFaq dl dt {
		padding: 10px 0 30px 40px;
	}
		.uiFaq dl dt:nth-of-type(2){
	padding: 10px 0 20px 40px;
}
	.uiFaq dl dd {
	padding:  0 0 10px 40px;
}
}

/*----footer----*/

footer{
	display: block;
	width: 100%;
	margin: auto;
	background: url("images/footer_bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 3.0em 0 5.0em;
  color: #969696;
  background-color: #000;
  text-align: center;
	position: relative;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul li {
  margin: 0 10px;
}

footer ul li a {
  color: #969696;
  text-decoration: none;
}
footer ul li a:hover {
  color: #fff;
}
footer ul li a:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.5em;
  border-right: 2px solid #969696;
  border-bottom: 2px solid #969696;
  transform: rotate(-45deg);
  vertical-align: 2px;
}

footer p {
  margin-top: 1.0em;
  font-size: 0.75em;
}
footer p:last-child{
	font-size: 10px;
	background-color: #000;
	padding: 10px 10px;
	/*position: absolute;
	bottom: 0;*/
	width: 100%;
	text-align: center;
	}

footer {
    padding-bottom: 75px !important;
}

@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 70px !important;
    }
}


/*--テーブル--*/

@media screen and (max-width: 768px) {
 
    .benefit-card table,
    .benefit-card tbody,
    .benefit-card tr,
    .benefit-card th,
    .benefit-card td {
        display: block;   
        box-sizing: border-box;
    }

    .benefit-card table th {
        background-color: #f5f5f5;
        border-bottom: none; 
        text-align: left;
        padding: 8px 12px;
    }

    .benefit-card table td {
        background-color: #fff;
        padding: 12px;
        margin-bottom: 5px;
    }
}


table.table {
  color: #2c2c2c;
  margin-top: 15px;
  width: 100%;
	border-collapse: collapse;
  border-spacing: 1px;
	border-top: none;
  box-sizing: border-box
}
table.table th {
  border-left: none;
  padding: 12px 15px;
	font-family: 'RakutenSansJP2_W-Bold', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background-color: #eaeaea;
	color: #333;
}

table.table th.pink-th{
  background-color:#ffebf4;
	color: #ff008c;
	}

@media (max-width: 834px) {
	table.table th {
		font-size: 16px;
		padding: 10px!important;
	}
	table.table td {
		font-size: 14px;
		padding: 10px 0!important;
	}
}

table.table td {
  padding: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: none;
  background-color: #ffffff;
}

.bgPink02 table.table td {
	padding: 10px;
}

table.table tr:nth-child(odd) td {
  background-color: #ffebf4;
}
table.table.center td {
  text-align: center;
}
table.table caption {
  padding-top: 20px;
}

/* --- 注意事項テーブル --- */

    table.notes-table, table.notes-table tbody, table.notes-table tr {
    	table-layout: auto !important;
    	width: 100% !important;
    	margin-top: 0, 5em;
    }
    table.notes-table tr {
    	display: table-row !important;
    }
    table.notes-table th, table.notes-table td {
    	display: table-cell !important;
    	padding: 10px 8px !important;
    	font-size: 1.2rem;
    	word-break: break-all;
    }
    table.notes-table th {
    	background-color: #ff008c;
    	color: #fff;
    	font-weight: bold;
    	vertical-align: middle;
    }
    table.notes-table td {
    	background-color: #efefef;
    }
	table.notes-table tr:nth-child(odd) td {
		background-color: #ffebf4;
		}

/*SP 表示*/

@media (max-width: 834px) {
  body {
    font-size: 3.5vw;
  }
  .pcOnly {
    display: none!important;
  }
  .containerSp {
    padding: 0 1.0em;
  }
  .unit2Lg > .col:nth-of-type(n+2) {
    margin-top: 1.0em;
  }
	footer .unit2Lg > .col {
		border: 1px solid #969696;
		padding: 0 20px 40px;
  }
  .bannerFixed .col {
    font-size: 3.5vw;
  }
  .bannerFixed .col .itemButton a {
		width: 90%;
		line-height: 1.2;
    padding: 0.2em;
		font-size: 14px;
  }
  h2 {
		font-size: 22px;
  }
  footer ul {
    flex-wrap: wrap;
  }
  footer ul li {
    width: 100%;
    margin-bottom: 0.5em;
  }
  footer p {
    padding: 0 1.0em;
  }

  .header-title span.note,
	span.note{
    font-size: 1.2rem;
    font-weight: normal;
		font-family: 'RakutenSansJP2_W-Regular';
		line-height: 1.4;
  }
	
  .tableWrap {
    width: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch!important;
    margin-bottom: 20px;
  }
  .tableWrap th, .tableWrap td {
    white-space: nowrap;
  }
  .tableWrap:before {
    content: "※右にスクロールできます。";
    font-size: 1.2rem;
  }
  .tableWrap::-webkit-scrollbar {
    height: 5px;
  }
  .tableWrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .tableWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }  
	
	body { font-size: 14px;}
    table.table th { font-size: 14px; padding: 10px !important; }
    table.table td { font-size: 13px; padding: 10px !important; }
    span.note, .note { font-size: 1.2rem; }
}


/*----PC表示----*/

@media (min-width: 835px) {
	
	.spOnly {display: none!important;}
	
  .container {
    width: 1000px;
    margin: 0 auto;
  }
	
  .unit2Lg, .unit3Lg {
    font-size: 0;
  }
	
	
	.unit2Lg > .col {
    display: inline-block;
    width: 48.481%;
    font-size: 1.6rem;
  }
	
footer .unit2Lg > .col {
    display: inline-block;
    width: 40%;
    font-size: 1.6rem;
		border: 1px solid #969696;
		padding: 0 20px 40px;
  }
	
  .unit2Lg > .col:nth-child(even) {
    margin-left: 3.036%;
  }
  .unit2Lg > .col:nth-of-type(n+3) {
    margin-top: 3.036%;
  }
  .unit3Lg > .col {
    display: inline-block;
    width: 31.983%;
    font-size: 1.6rem;
  }
  .unit3Lg > .col:not(:nth-of-type(3n+1)) {
    margin-left: 2.024%;
  }
  .unit3Lg > .col:nth-of-type(n+4) {
    margin-top: 2.024%;
  }

  .header-title span.note,
	span.note{
		display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
		font-family: 'RakutenSansJP2_W-Regular';
		line-height: 1.2;
  }

  table.table td {
    font-size: 1.6rem;
  }
.bgPink02 table.table td {
	/*font-size: 1.2rem;*/
}
  table.table02 th, table.table02 td {
    font-size: 14px;
    padding: 10px;
    text-align: center;
  }
}

/* -----アコーディオン部分----- */
	
.benefit-card {
  background: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
}

@media (min-width: 835px) {
.benefit-card {
	margin: 0 20px!important;
}
}

@media (max-width: 834px) {
.benefit-card {
	margin: 0 15px!important;
	width: auto;
}
}

.benefit-card summary {
  cursor: pointer;
  outline: none;
}
.benefit-card details summary::-webkit-details-marker {
  display: none;
}
.benefit-card details summary {
  list-style: none;
}

.accordion-header {
  list-style: none;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-header::-webkit-details-marker {
	display: none;
}

.cp .benefit-card,
.note .benefit-card,
.question .benefit-card {
	margin-bottom: 15px!important;
}

.note .benefit-card:last-child,
.question .benefit-card:last-child {
	margin-bottom: 0;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 0;
}

@media (min-width: 835px) {
	.header-left{
    display: flex;
    align-items: center;
    gap: 10px;
}
}

@media (max-width: 834px) {
	.header-left {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center;
	justify-content: flex-start;
}
.icon-box {
	width: 40px !important;
}
.question .icon-box {
	padding: 10px 0;
}
.note .header-title {
	text-align: center;
}
.header-title {
	flex: 1 !important;
	margin-left: 10px !important;
}
.SParrow-box {
	flex: 0 0 100% !important;
	width: 100% !important;
	margin-top: 10px !important;
	display: flex !important;
	justify-content: center;
	clear: both;
}
}


/* アイコン */
.icon-box {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.icon-img {
  width: 100%;
  height: auto;
  display: block;
}

.header-title {
	font-family: RakutenSansJP2_W-Bold;
  font-size: 23px;
	line-height: 1.2;
  color: #333;
}

@media (max-width: 834px) {
	
.icon-box {
	padding-top: 0;
}
.header-title {
  font-size: 16px;
	margin: 10px 0;
}
}
	
.pink-bold {
  color: #ff008c;
  font-size: 1.1em;
}

.arrow-circle {
  width: 44px;
  height: 44px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.SParrow-circle {
	display: none;
}

.minus-icon {
  width: 14px;
  height: 2px;
  background-color: #999;
  display: block;
  position: relative;
}

.minus-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #999;
  transform: rotate(90deg); 
  transition: transform 0.4s ease; 
}

details[open] .minus-icon::before {
  transform: rotate(0deg);
}

@media (max-width: 834px) {
.arrow-circle {
  display: none;
}
.SParrow-box {
	width: 100%;
	display:flex;
	grid-gap: 5px;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #999;
	margin-top: 10px;
	}
.SParrow-circle {
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; 
}
	
	.minus-icon {
  width: 12px;
  height: 2px;
  background-color: #999;
  display: block;
  position: relative;
}

.minus-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #999;
  transform: rotate(90deg); 
  transition: transform 0.4s ease; 
}

}

/* 展開コンテンツ */

.content-divider {
	margin: 0 20px 20px;
	background-image: linear-gradient(to right, #ccc 2px, transparent 2px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: top left;
}

.target-product-label {
  background-color: #eaeaea;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  margin: 15px;
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {

    .arrow-circle {
        margin-top: 10px;
        position: static;
    }
}


@media (max-width: 834px) {

   .benefit-card,
    .accordion-content,
    .box2x {
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .tableWrap {
        width: 100% !important;
        overflow-x: auto !important;
        display: block !important;
        -webkit-overflow-scrolling: touch;
    }

    table.notes-table {
        width: 100% !important;
        min-width: 300px;
    }
}

@media (max-width: 834px) {
  .note .accordion-header,
  .question .accordion-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
  }

  .note .header-left,
  .question .header-left {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 1 !important;
  }

  .note .accordion-header img.spOnly,
  .question .accordion-header img.spOnly,
  .note .SParrow-box,
  .question .SParrow-box {
    display: none !important;
  }

  .note .arrow-circle,
  .question .arrow-circle {
    display: flex !important;
    flex-shrink: 0 !important;
		width: 22px;
    height: 22px;
		margin: 0;
  }

  .note .header-title,
  .question .header-title {
    text-align: left !important;
    margin-left: 0 !important;
    flex: none !important;
  }

  .question .icon-box {
    padding: 10px 0;
    margin-right: 15px !important;
		width: 40px;
  }
}

.num-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #ff007f;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
}

.text-box {
    display: inline-block;
    vertical-align: middle;
}


.badge-resale {
  display: inline-block;
  background-color: #ffffff; 
  color: #ff007f; 
  font-size: 14px;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 20px;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 1;
}


/*----------------------------------------
	swiper
----------------------------------------*/

.photoSlider {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
}
.photoSlider .swiper-wrapper {
	transition-timing-function: linear;
}
.photoSlider .swiper-wrapper img {
	line-height: 0;
	font-size: 0;
	display: block;
	vertical-align: bottom;
}
.photoSlider .swiper-slide {
	position: relative;
	line-height: 0;
}

.photoSlider .swiper-wrapper img {
	width: 100%;
	display: block;
	vertical-align: bottom;
}

@media (max-width: 834px) {
	.photoSlider {
		width: 100%;
		overflow: hidden;
	}
	.photoSlider .swiper-wrapper {
		padding-bottom: 0;
	}
}

/* ----- */

.photoSlider .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.45) 100%);
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 834px) {
	.photoSlider {
		width: 100%;
		overflow: hidden;
	}
	.photoSlider .swiper-wrapper {
		padding-bottom: 0;
	}
}
	
/* ----- アコーディオン アニメーション ----- */

details {
  transition: interpolate-size 0.6s ease; 
}

.accordion-content {
  display: grid !important;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition: 
    grid-template-rows 0.6s ease-in-out, 
    opacity 0.6s ease-in-out, 
    margin-top 0.6s ease-in-out, 
    visibility 0.6s;
  transition-behavior: allow-discrete; 
  overflow: hidden;
}

details[open] .accordion-content.active {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}

.accordion-content > div {
  min-height: 0;
}
