@charset 'UTF-8';
#hotWords{
  background: #fff;
}
#hotWords ul{
  width: 100%;
  margin: auto;
  padding: 0 0 1.2rem;
  display: flex;
  justify-content: center;
  overflow-x: scroll;
}
#hotWords ul::-webkit-scrollbar {
  display:none;
}
#hotWords ul li{
  margin: 0 .5rem .5rem 0;
  white-space: nowrap;
}
#hotWords ul li:first-child{
  margin-left: 1rem;
}
#hotWords ul li{ font-weight: bold; color:#333; }
#hotWords ul li a{
  background: #fff;
  border: 1px solid #999;
  color: #333;
  padding: 0 1rem;
  border-radius: 5rem;
  display: inline-block;
  font-size: 1.4rem;
}
#osusume ul{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto 4rem;
  background: var(--green-lite);
  padding: 2rem 1rem;
  box-sizing: border-box;
}
#osusume ul li{
  width: 15%;
  margin: 0 auto;
  display: block;
  position: relative;
}
#osusume ul li::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid var(--green);
  border-right: 2px solid var(--green);
  transform: rotate(45deg);
  position: absolute;
  top:0;
  right: .9rem;
  bottom:0;
  margin: auto;
}
#osusume ul li .new{
  position: absolute;
  top: .5rem;
  left: .4rem;
  font-weight: bold;
  border-radius: 5rem;
  color: #d00;
  font-size: 10px;
  width: 3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(.9);
}
#osusume ul li a{
  padding: 1rem 1rem 1rem .4rem;
  min-height: 6.6rem;
  /*border: 1px solid #ba9644;*/
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  position:relative;
  font-size: 1.4rem;
  background: #fff;
  font-weight: bold;
  /*box-shadow: 0 4px 0 rgb(140 101 10 / 30%);*/
  white-space: nowrap;
  border-radius: .5rem;
  overflow: hidden;
}



.categories a:hover,
#osusume ul li a:hover,
#hotWords ul li a:hover{
  opacity: .8;
}
.topPage .secondaryPages .banner-section .section{
  padding:0;
  max-width: 1180px;
  margin-bottom: 1rem;
}
.illust a{
  color: #E2962D;
}

.character a.categoriesTitle,
.character .categoriesMore a::before{
  background: #EFBA0E;
  color: #fff;
}


.illust p.categoriesMore a{ color: #333; }
.illust .heading-link.is-gold,
.illust a.categoriesTitle,
.illust .categoriesMore a::before{
  background: #E2962D;
  color: #fff;
}

.ranking-section a.heading-link{
  color: #333;
}
.ranking-section ul {
  display: flex;
  justify-content: center;
}
.ranking-section ul li{
  width: 24rem;
  height: 24rem;
  display: block;
  margin: 0 1em;
}
.ranking-section ul li a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  color: #333;
}
.bgWhite .ranking-section ul li a{
    background: #fff;
}
.ranking-section ul li.rankMore a{
  display: flex;
  align-items: center;
  color: #A88128;
  background: #fff;
  font-size: 1.8rem;
}
.ranking-section ul li.rankMore a span{
  position: relative;
}
.ranking-section ul li.rankMore a span::after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  right: -1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #A88128;
  border-right: 2px solid #A88128;
  transform: rotate(45deg);
}
.ranking-section ul li a:hover{
  opacity: .8;
}

.ranking-section ul li a p{
  display: block;
  width: 100%;
  text-align: center;
  height: 2rem;
  margin: 2rem 0 0;
  line-height: 1 !important;
}
.ranking-section ul li a .rank-icon{
  font-size: 2.4rem;
  padding-left: 3rem;
}
.ranking-section ul li a .rank-icon::before{
  width: 2.2rem;
  height: 1.8rem;
  top:0;
  bottom:0;
  margin: auto;
  background: url(/common/2026/images/common/icon_svg/icon_rank1.svg) 0 0 no-repeat;
}
.ranking-section ul li.rank2 a .rank-icon::before{
  background: url(/common/2026/images/common/icon_svg/icon_rank2.svg) 0 0 no-repeat;
}
.ranking-section ul li.rank3 a .rank-icon::before{
  background: url(/common/2026/images/common/icon_svg/icon_rank3.svg) 0 0 no-repeat;
}
.ranking-section ul li a div{
  max-width: 16rem;
  max-height: 16rem;
  text-align: center;
  margin: 0;
}
.ranking-section ul li a img{
  max-width: 16rem;
  max-height: 16rem;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px), print {
	.topPage .secondaryPages .section {
		padding: 0 0 50px;
	}
	.topPage .secondaryPages .section.banner-section {
		padding: 0;
    max-width: 1200px;
	}
	.topPage .secondaryPages.bg-color .section {
		padding-bottom: 55px;
	}
	.topPage .secondaryPages.bg-color .section + .section {
		padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
  #hotWords ul{
    width:100%;
    overflow-x: auto;
    justify-content: flex-start;
  }
  #hotWords ul li a{ font-size: 1.3rem; }
	.topPage .secondaryPages .section {
		padding: 0 15px 30px;
	}
  .topPage .secondaryPages .section.spNomargin{
    padding: 0 0 20px;
  }
  .topPage .secondaryPages .section.spNomargin h3{
    margin-left:15px;
    margin-right:15px;
  }
  #osusume ul{
    width:100%;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 1.5rem 1rem;
  }
  #osusume ul li{
    width:48%;
    margin-bottom: 1rem;
  }
  #osusume ul li:nth-child(5),
  #osusume ul li:nth-child(6){
    margin-bottom: 0;
  }
  #osusume ul li a{
    min-height: 5rem;
    padding: 0 1rem 0 .4rem;
  }
	.topPage .secondaryPages .section.banner-section {
		padding: 20px 10px 20px;
	}
	.topPage .secondaryPages.bg-color .section {
		padding-bottom: 40px;
	}
	.topPage .secondaryPages.bg-color .section + .section {
		padding-top: 0;
	}
  .topPage .secondaryPages .banner-section .section{
    width: 100%;
  }
  .ranking-section ul{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: .5rem;
  }
  .ranking-section ul::-webkit-scrollbar {
    display:none;
  }
  .ranking-section ul li{
    margin: 0;
    width: 11rem;
    height: 16rem;
  }
  .ranking-section ul li a {
    align-items: center;
  }
  .ranking-section ul li a .rank-icon{
    font-size: 1.6rem;
  }
  .ranking-section ul li a p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .ranking-section ul li a div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11rem;
  }
  .ranking-section ul li a img{
    max-width: 11rem;
    max-height: 11rem;
  }
  .ranking-section ul li+li{
    margin-left: 1rem;
  }
}
a.text-link-more{
  color: #333;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
a.text-link-more::before{
  content: "";
  width: 0;
  height: 0;
  display:block;
  position: absolute;
  border-style: solid;
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-left: .6rem solid var(--green);
  border-right: 0;
  top: 0;
  left: -1.1rem;
  bottom: 0;
  margin: auto;
}
#bnr-new p{
   text-align: center;
   padding: 0 1em;
}
#bnr-new p img{
  max-width: 54rem;
  width: 100%;
}
@media screen and (min-width: 768px), print {
	.heading3 {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 767px) {
	.heading3 {
		font-size: 1.7rem;
	}
  a.text-link-more{
    margin-right: 1.5rem;
  }
  a.text-link-more{
    
  }
  .ranking-section .heading-link{
    padding: 0;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px), print {
	.heading-link {
	}
}
.top-mv {
	background-image: url(/common/2026/images/top/mv_bg.png);
	background-position: center top;
	background-repeat: repeat;
  margin-bottom: 2rem;
}
.mv-inner {
	max-width: 1200px;
	margin: 0 auto;
  position: relative;
}
.mv-inner:before {
  content: "";
  display: block;
  padding-top: 29.6875%
}
.mv-design-btn{
  position: absolute;
  width: 250px;
  bottom: 20px;
  left: 140px;
  top: 155px;
  text-align: center;
}
.mv-pc{
  display: block;
  position: absolute;
  top:0;
  width: 1200px;
}
.top-mv img {
	vertical-align: top;
}
.top-mv .mv-sp{
  aspect-ratio: 1;
}
.mv-main-area{
  position: absolute;
  top: 0;
}
.mv-main-area picture{
  display: block;
}
.mv-main-area img{
  width: 1200px;
  height: 356px;
}
@media screen and (max-width: 767px) {
  .mv-main-area{
    aspect-ratio: 1;
  }
  .mv-inner{
    width: 100vw;
    height: 100vw;
  }
  .mv-main-area img{
    width: 100vw;
    height: 100vw;
  }
  .mv-inner:before {
    padding-top: 100%;
  }
	.top-mv {
		padding: 0;
    margin-bottom: 1.5rem;
	}
	.mv-pc {
		display: none;
	}
	.mv-sp {
		text-align: center;
		margin-bottom: 12px;
	}
	.mv-image {
		display: none;
	}
  
  .mv-design-btn{
    left: 0;
    right:0;
    top: 26%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mv-design-btn .button{
    font-size: 3.8vw;
    min-width: 13em;
  }
}
.secondaryPages .section.section-no-max-width {
	max-width: inherit;
}
.campaign-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.campaign-banner .banner {
	margin: 0 20px;
}
.campaign-banner .banner a {
	transition: opacity 200ms ;
}
.campaign-banner .banner a:hover {
	opacity: 0.8;
}
.campaign-banner .banner img {
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.campaign-banner .banner {
		margin: 0 5px;
		width: calc(50% - 10px);
	}
}

@media screen and (min-width: 768px), print {
	/* .campaign-banner.pc-reverse {
		flex-direction: row-reverse;
	} */
	.campaign-banner.custom-layout1 {
		max-width: 1060px;
		margin: 0 auto;
	}
	.campaign-banner.custom-layout1 .banner-colWrapper:first-child {
		width: 490px;
		margin: 0 10px;
	}
	.campaign-banner.custom-layout1 .banner-colWrapper:last-child {
		width: 490px;
		margin: 0 10px;
	}
	.campaign-banner.custom-layout1 .banner {
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.campaign-banner.custom-layout1 .banner {
		margin: 0 5px 15px;
		width: calc(100% - 10px);
	}
}
/* character_list */
ul.character_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
}
ul.character_list > li {
	box-sizing: border-box;
	padding: 0 4px 9px;
	width: 20%;
}
ul.character_list > li a {
	border: 1px solid #c29558;
	display: block;
	position: relative;
}
ul.character_list > li a img {
	vertical-align: bottom;
	width: 100%;
  aspect-ratio: 1;
}
ul.character_list > li a:before {
	background: rgba(194, 149, 88, .7);
	content: '';
	display: block;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
ul.character_list > li a:after {
	background: #fff;
	border-radius: 50%;
	color: #c29558;
	content: '＋';
	display: block;
	font-size: 24px;
	height: 36px;
	left: 50%;
	line-height: 36px;
	margin: -18px 0 0 -18px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 36px;
	z-index: 2;
}
ul.character_list > li a:hover:before,ul.character_list > li a:hover:after {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	/* character_list */
	ul.character_list {
		margin: 0 -2px;
		padding: 0;
	}
	ul.character_list > li {
		padding: 0 2px 4px;
		width: 25%;
	}
	ul.character_list > li a:after {
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		margin: -10px 0 0 -10px;
		width: 20px;
	}
}

/*----------start-----------*/
.startArea .lede {
	display: flex;
	margin-bottom: 40px;
}
.startArea .image {
	margin-right: 45px;
	flex: 0 0 auto;
	width: 90px;
}
.startArea .contents p {
	font-size: 1.7rem;
}
.startArea .contents p:not(:last-child) {
	margin-bottom: 30px;
}
.startArea .startText {
	font-size: 2.5rem;
	color: #c29558;
	font-weight: bold;
	text-align: center;
	letter-spacing: .2em;
}
@media screen and (min-width: 768px), print{
	.startArea {
		max-width: 320px;
		margin: 0 auto;
	}
  .startArea a.button.white.sml{ width: 100%; }
}
@media screen and (max-width: 767px){
	.startArea {
		padding: 0 30px;
	}
	.startArea .lede {
		margin-bottom: 25px;
	}
	.startArea .image {
		margin-right: 20px;
		width: 75px;
	}
	.startArea .contents p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.startArea .contents p:not(:last-child) {
		margin-bottom: 20px;
	}
	.startArea .startText {
		font-size: 1.8rem;
		letter-spacing: .1em;
	}
}

.top-guideHeading {
	color: #e60012;
	font-size: 3.7rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}


@media screen and (max-width: 767px){
	.top-guideHeading {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 768px), print{
	.top-guideBoxWrapper {
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
	}

	.top-guideBox {
		display: flex;
		flex-direction: column;
		padding: 0 20px;
		margin-bottom: 30px;
		width: 50%;
	}
}
@media screen and (max-width: 767px){
	.top-guideBox {
		margin-bottom: 5px;
	}
}
.top-guideColWrapper {
	display: flex;
}
.top-guideColHeading {
	font-weight: bold;
	text-align: center;
}
.top-guideColHeading .subText {
	font-weight: normal;
}
.top-guideColImage {
	text-align: center;
  aspect-ratio: 1.14;
  width: 16rem;
  height: 12.3rem;
  margin: auto;
}
.top-guideColDesc {
	/*color: #c29558;*/
	flex: 1 1 auto;
}
.top-guideColDesc P{
  margin-bottom: 2rem;
}
.top-guideCol+.top-guideCol{
  border-left: 1px dotted #ccc;
  padding-left: 1em;
}
.topReasonImg,
.topFlowImg{
  width:36.6rem;
  height: 22rem;
}

@media screen and (min-width: 768px), print{
	.top-guideColWrapper {
		margin: 0 -5px 40px;
	}
	.top-guideCol {
		width: calc(33% - 10px);
		margin: 0 10px;
	}
	.top-guideColHeading {
		font-size: 2rem;
		margin-bottom: 1rem;
    position: relative;
	}
	.top-guideColHeading .subText {
		font-size: 1.6rem;
    position: absolute;
    white-space: nowrap;
    left: 0; right: 0;
    top: 3rem;
    margin: auto;
	}
	.top-guideColImage {
    height: 16rem;
  }
}
.top-guideCol {
  padding-bottom: 2.8em;
  position: relative;
}
.top-guideColDesc__more{
  position: absolute;
  width: 100%;
  bottom: -.5em;
}
@media screen and (max-width: 767px){
	.top-guideColWrapper {
		flex-wrap: wrap;
		margin: 0;
	}
	.top-guideCol {
		width: calc(50% - 12px);
		margin: 0 6px 20px;
	}
  .top-guideCol:nth-child(3),
  .top-guideCol:nth-child(4){
    margin: 0 6px 0;
  }
	.top-guideColHeading {
		font-size: 1.7rem;
    white-space: nowrap;
	}
	.top-guideCol:nth-child(3) .top-guideColHeading,
	.top-guideCol:nth-child(4) .top-guideColHeading {
		display: flex;
		height: 3em;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}
	.top-guideColHeading .subText {
		font-size: 1.6rem;
	}
	.top-guideColImage {
		aspect-ratio: 1.3;
	}
	.top-guideColImage img {
		width: 70%;
	}
  .top-guideCol+.top-guideCol{ border:none; padding-left: 0; }
  a.button.white.sml{ font-size: 1.4rem; width: 90%; line-height: 1; }
  a.button.white.sml:after{ 
    height: 8px;
    width: 8px;
    top: 54%;
    right: 12px;
 }
  .topReasonImg,
  .topFlowImg{
    width:100%;
    height: 55vw;
  }
}


.top-guideBoxDesc {
	color: #c29558;
	background: #fffcf3;
	flex: 1 1 auto;
	padding: 15px 20px 40px;
}


@media screen and (max-width: 767px){
/*	.top-guideBoxHeading {
		font-size: 1.6rem;
		padding: 15px 30px 15px 10px;
		position: relative;
		cursor: pointer;
	}
	.top-guideBoxHeading::before {
		content: "";
		display: block;
		height: 1px;
		width: 11px;
		background: #c29558;
		position: absolute;
		top: calc(50% - 1px);
		right: 10px;
	}
	.top-guideBoxHeading::after {
		content: "";
		display: block;
		width: 1px;
		height: 11px;
		background: #c29558;
		position: absolute;
		top: calc(50% - 6px);
		right: 15px;
		transition: opacity 0.3s;
	}
	.top-guideBoxHeading.open::after {
		opacity: 0;
	}*/
	.top-guideBoxDesc {
		padding: 15px 10px;
		display: none;
	}
}
.pointList {
	padding: 10px;
}
.pointList > li {
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
}
@media screen and (max-width: 767px){
	.pointList > li {
		font-size: 1.6rem;
	}
  .pointList.horizontal > li:nth-child(3){ margin-bottom: 1rem;}
  #contents ul.pointList{
    padding-bottom: 0; 
  }
}

.pointList.horizontal {
	display: flex;
	flex-wrap: wrap;
}

.pointList .heading-circle::before{
  background-color: var(--green);
}
@media screen and (min-width: 768px), print{
	.pointList.horizontal.center {
		justify-content: center;
	}
}
.pointList.horizontal > li {
	margin-right: 40px;
}
.pointList.horizontal > li.last {
	margin-left: auto;
  margin-right: 0;
}
.pointList.horizontal > li.last a{
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 767px){
	.pointList.horizontal > li {
		margin: 0 10px 3px;
	}
  .pointList.horizontal{
    padding-left:0;
    padding-right:0;
  }
}

/*----------mydesign-----------*/

.mydesign {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.mydesign-text {
	margin-left: 50px;
	padding-bottom: 20px;
}
.mydesign-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.mydesign-links > a {
	transition: opacity 0.3s;
}
.mydesign-links > a:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px), print {
	.mydesign {
		max-width: 490px;
		padding-left: 30px;
	}
	.mydesign-links {
		flex-direction: column;
		margin-bottom: 0;
	}
	.mydesign-links img {
		height: 60px;
		vertical-align: top;
	}
	.mydesign-links > a {
		margin-bottom: 30px;
	}
	.mydesign-links > a:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.mydesign {
		max-width: 345px;
	}
	.mydesign-text {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 0;
		flex: 0 0 190px;
	}
	.mydesign-links {
		flex-direction: column;
		margin-bottom: 0;
	}

	.mydesign-links > a {
		width: 100%;
		margin: 5px 0;
		text-align: center;
	}
	.mydesign-links img {
		height: 52px;
	}
	.mydesign-image {
		text-align: center;
		flex: 1 1 auto;
	}
	.mydesign-image img {
		max-width: 95px;
		height: auto;
	}
}

/*----------faq-----------*/
.faqArea {
	display: flex;
	flex-wrap: wrap;
  margin-bottom: 40px;
}
.faqArea .faqBlock {
	width: 50%;
	padding: 0 0;
	margin-top: 48px;
}
.faqArea.fullColumn .faqBlock  {
	width: 100%;
}
.faqArea.no-baloon .faqBlock  {
	margin-top: 20px;
  border: 1px solid var(--grey);
  background: #fff;
  display: table;
  max-width: 1200px;
}
.faqArea.no-baloon .faqBlock:first-of-type{
  margin-top: 0;
}
.faqArea .box {
	display: flex;
	align-items: flex-start;
}
.faqArea .box:not(:last-child) {
	margin-bottom: 10px;
}
/* .faqArea .box .icon {
	flex: 0 0 auto;
	min-width: 66px;
	min-height: 66px;
	max-width: 66px;
	max-height: 66px;
	height: 66px;
	border: #c29558 3px solid;
	color: #c29558;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	margin-right: 20px;
	font-weight: bold;
} */
.faqArea .box.question {
	color: #333;
	font-weight: bold;
}
.faqArea.no-baloon .box.question .icon {
	font-size: 2.4rem;
  margin-right:1rem;
  display: inline-block;
  float: left;
  color: var(--green);
  font-family: "MS Serif", "New York", "serif";
}
.answer-wrapper .icon{
  display: none;
}
.faqArea .box .contents {
	border: #e6e6e6 2px solid;
	border-radius: 4px;
	position: relative;
  display: inline;
}
.faqArea .box .contents::before,
.faqArea .box .contents::after {
	content: "";
	position: absolute;
}
.faqArea .box .contents::before {
	left: -18px;
	top: 19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 18px 10px 0;
	border-color: transparent #e6e6e6 transparent transparent;
}
.faqArea .box .contents::after {
	left: -15px;
	top: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 15px 8.5px 0;
	border-color: transparent #fff transparent transparent;
}
.faqArea.no-baloon .box .contents {
	border: none;
	
}
.faqArea.no-baloon .box .contents::before,
.faqArea.no-baloon .box .contents::after {
	display: none;
}
.faqArea.no-baloon .box.question {
  display: table-cell;
  margin-bottom: 0;
  padding: 1em 2em 1em 1em;
  width: 30%;
}
.answer-wrapper{
  display: table-cell;
  padding: 1em;
}
@media screen and (min-width: 768px), print{
	.faqBlock {
		display: flex;
	}
	.box.question {
		flex: 0 0 auto;
		width: 210px;
		align-self: center;
	}
	
}
@media screen and (max-width: 767px){
	.faqArea {
		flex-direction: column;
		margin: 0 0 35px;
	}
	.faqArea .faqBlock {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	/* .faqArea .box .icon {
		flex: 0 0 auto;
		min-width: 46px;
		min-height: 46px;
		max-width: 46px;
		max-height: 46px;
		height: 46px;
		font-size: 2.1rem;
		border-width: 2px;
		margin-right: 15px;
	} */
	.faqArea .box .contents {
		padding: 0;
	}
	.faqArea .box .contents p {
		font-size: 1.6rem;
    display: inline;
	}
	.faqArea .box .contents::before {
		left: -13px;
		top: 12px;
		border-width: 7.5px 13px 7.5px 0;
	}
	.faqArea .box .contents::after {
		left: -10px;
		top: 14px;
		border-width: 5.5px 10px 5.5px 0;
	}
	.faqArea.no-baloon {
		margin-bottom: 30px;
	}
  .faqArea.no-baloon .box.question .icon {
    font-size: 1.8rem;
  }
	.faqArea.no-baloon .faqBlock {
		margin-top: 0;
		margin-bottom: 0;
    display: block;
    border-bottom: none;
	}
  .faqArea.no-baloon .faqBlock:last-of-type{
    border-bottom: 1px solid var(--grey);
  }
	.faqArea.no-baloon .box.question {
		position: relative;
    min-height: auto;
    vertical-align: middle;
	}
	.faqArea.no-baloon .box.question::after {
		content: "";
		position: absolute;
		border-right: 2px solid var(--green);
		border-top: 2px solid var(--green);
		height: 12px;
		margin-top: -9px;
		right: 12px;
		top: 50%;
		transform: rotate(135deg) scale(.65);
		width: 12px;
	}
	.faqArea.no-baloon .box.question.open::after {
		margin-top: -6px;
		transform: rotate(-45deg) scale(.65);
	}
	.faqArea.no-baloon .box.answer {
		padding: 0;
		margin-bottom: 0;
	}
	.faqArea.no-baloon .answer-wrapper {
		display: none;
    width: 100%;
		margin-top: 0;
	}
}
.top-information {
	background-color: #c29558;
}
.top-information ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-information li {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #fff;
}
.top-information li:last-child {
	margin-bottom: 0;
}
.top-information a {
	color: #fff;
}
@media screen and (min-width: 768px), print {
	.topPage .secondaryPages .top-information .section {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 767px) {
	.topPage .secondaryPages .top-information .section {
		padding: 5px 15px 6px;
	}
	.top-information li {
		font-size: 1.2rem;
	}
}
.banner-slide {
	width: 100%;
	height: 100%;
}
.banner-slide img {
	vertical-align: top;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 1rem;
}
.banner-slide .swiper-slide {
	width: 320px;
  margin: 0 auto 0;
  aspect-ratio: 2.375;
  overflow: hidden;
  border-radius: 1rem;
}
.banner-slide .swiper-slide a{
  display: block;
}
.banner-slide-pagination {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	z-index: 1;
  display: none;
}
.banner-slide-pagination .swiper-pagination-bullet {
	background: #ded9c5;
	opacity: 1;
	margin: 0 7px;
	width: 12px;
	height: 12px;
	outline: none;
}
.banner-slide-pagination .swiper-pagination-bullet-active {
	background: #c29558;
	cursor: default;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper{
    flex-wrap:nowrap;
    justify-content: space-between;
  }
	.banner-slide .swiper-slide {
		width: 60%;
    margin-bottom: 0;
    margin-left:0;
    margin-right: 0;
	}
	.banner-slide-pagination {
		margin-top: 14px;
    min-height: 17px;
    display: block;
	}
	.banner-slide-pagination .swiper-pagination-bullet {
		margin: 0 4px;
		width: 10px;
		height: 10px;
	}
}
.banner-slide .js-hayawari-wrapper {
	position: relative;
}
.banner-slide .hayawariCDT {
	position: absolute;
	right: 18.2%;
	top: 0;
	font-size: 4rem;
	width: 14%;
	text-align: center;
	color: #ff0;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.banner-slide .hayawariCDT {
		font-size: 6.5vw;
		top: 0.02em;
	}
}
.banner-slide .js-express-wrapper {
	position: relative;
}
.banner-slide .tokkyuCDT {
	position: absolute;
	right: 18.2%;
	top: 0;
	font-size: 4rem;
	width: 14%;
	text-align: center;
	color: #e60012;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.banner-slide .tokkyuCDT {
		font-size: 6.5vw;
		top: 0.02em;
	}
}

/* ------------------------- */
.top_itsumade {
	width: 95%;
	max-width: 850px;
	margin: 0 auto;
}

.hyou {
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #c3b33b;
	border-radius: 12px;
}

.hyou table tbody td{
	text-align: center!important;
	border-top: 1px solid #c3b33b;
	padding: 15px;
	font-size: 20px;
	vertical-align: middle;
}
.hyou table tbody th{
	color: #333;
	text-align: center!important;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	border-bottom: 3px solid #c3b33b;
}
.hyou table tbody .th_l {width: 20%;}
.hyou table tbody .th_c {width: 40%;}
.hyou table tbody .th_r {width: 40%;}

.hyou table .colorRed {
	color: #DE2205;
}
.hyou table .colorRed2 {
	color: #f28978;
}
.hyou table .colorGreen2 {
	color: #479300;
}
.hyou table .kigou {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.hyou { border: 1px solid #c3b33b; border-radius: 7px;}
	.hyou table { border-spacing: 5px; }
	.hyou table tbody td{ font-size: 15px; padding: 10px;}
	.hyou table tbody th{ font-size: 13px; padding: 5px; border-bottom: 2px solid #c3b33b;}
	.hyou table .kigou { font-size: 20px;}
	.hyou table tbody .th_l {width: 20%;}
	.hyou table tbody .th_c {width: 50%;}
	.hyou table tbody .th_r {width: 30%;}
}
.payment p{
  font-size:1.6rem;
}
.col4Block.payment{
  border: 1px solid var(--grey);
  border-radius: 12px;
  height: 182px;
  background: #fff;
}
.col4Block.payment > div{
  padding: 1rem 1rem;
  margin-right: 0;
}
.col4Block.payment > div+div{
   border-left: 1px solid var(--grey);
}
.col4Block.payment > div:nth-of-type(1){
  width: 28%;
}
.col4Block.payment > div:nth-of-type(1) div{
  margin-top: 3rem;
}
.col4Block.payment > div:nth-of-type(2){
  width: 17%;
}
.col4Block.payment > div:nth-of-type(2) div{
  margin-top: 2.5rem;
}
.col4Block.payment > div:nth-of-type(3){
  width: 20%;
}
.col4Block.payment > div:nth-of-type(3) div{
  margin-top: 2.3rem;
}
.col4Block.payment > div:nth-of-type(4){
  width: 35%;
}

@media screen and (max-width: 767px) {
  .col4Block.payment{
    height: inherit;
  }
  .col4Block.payment > div div{
    margin-top: 0 !important;
    height: 6rem;
  }
  .col4Block.payment > div.conveni div{
    height: auto;
  }
  .col4Block.payment > div:nth-of-type(2){
  }
  .col4Block.payment > div+div{
   border-left: none;
   border-top: 1px solid var(--grey);
  }
  .col4Block.payment > div{
    width: 100% !important;
    margin: 0 !important;
  }
}

/* TOPページMVコピー */
.mv-copy{
  width: 100%;
  max-width: 420px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 230px;
  left: 140px;
  letter-spacing: .1em;
  line-height: 1.3 !important;
}
.mv-copy .num{
  color: #D42D26;
  font-size: 3.2rem;
}
.mv-copy-bgw1,
.mv-copy-bgw2{
  background: #fff;
  display: inline-block;
  margin-bottom: .5rem;
  padding: .5rem 1rem;
}
.mv-copy-bgw2{
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  max-width: 28rem;
}
@media screen and (max-width: 767px) {
  .mv-copy{
    max-width: 100%;
    font-size: 3.8vw;
    right: 0;
    left:0;
    margin: auto;
    z-index: 2;
    top: 40.5%;
    text-align: center;
    text-indent: 1em;
  }
  .mv-copy .num{
    font-size: 4.8vw;
  }
  .mv-copy-bgw1, .mv-copy-bgw2{
    display: inline-block;
    background-color: transparent;
    margin-bottom: 0;
    color: #000;
    padding: 0;
    transform: scale(0.9);
    white-space: nowrap;
  }
  .mv-copy-bgw2{
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .topPage .kanchu.secondaryPages .section{
    padding: 0;
    margin: 0;
  }
}
.topPage .kanchu .button.is-red,
.favoriteToggle{ display:none !important; }
.topPage .kanchu .cardItemWrapper.gridWrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

