@charset 'UTF-8';
/*
  module: m-box-fixed
  - 固定幅・中央揃えのボックス
-----------------------------------------------------------------*/
.m-box-fixed {
  width: auto;
  margin: 0 15px;
}
@media screen and (min-width: 760px) {
  .m-box-fixed {
    width: 960px;
    margin: 0 auto;
  }
}
/*
	module:m-box-slbn
	- バナーエリア
-----------------------------------------------------------------*/
.m-box-slbn {
  background-color: #fff;
  padding: 30px 15px 45px;
}
.m-box-slbn img {
  margin: 0 auto;
  max-width: 100%;
}
.m-box-slbn .slick-dots {
  margin-top: 15px;
}
@media screen and (min-width: 760px) {
  .m-box-slbn .slick-dots {
    margin-top: 20px;
  }
}
@media screen and (min-width: 760px) {
  .m-box-slbn {
    padding: 40px 0 70px;
    background-size: 250px 250px;
  }
  .m-box-slbn .slbn-area {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .m-box-slbn .slbn-area .slick-arrow {
    top: 15px;
  }
  .m-box-slbn .slbn-area .slick-prev {
    left: -60px;
  }
  .m-box-slbn .slbn-area .slick-next {
    right: -60px;
  }
  .m-box-slbn .slbn-item {
    width: 225px;
    margin-right: 20px;
  }
    .m-box-slbn .slbn-item img {
        height: auto;
        aspect-ratio:auto 225 /70;
    }
  .m-box-slbn .slbn-item a:hover img {
    opacity: 0.75;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  }
}
/*
	module:m-box-slide
	- 商品スライド
-----------------------------------------------------------------*/
.m-box-slide {
  padding: 0 15px 0;
  margin: 0 -5px;
}
.m-box-slide .slick-list {
  padding: 10px 5px 15px !important;
}
@media screen and (min-width: 760px) {
  .m-box-slide {
    padding: 0 80px;
    overflow: visible;
    position: relative;
  }
  .m-box-slide .slick-arrow {
    top: 100px;
    z-index: 100;
  }
  .m-box-slide .slick-prev {
    left: 20px;
  }
  .m-box-slide .slick-next {
    right: 20px;
  }
  .m-box-slide .slick-list {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .m-box-slide.type-mov .slick-list {
    padding: 0 !important;
  }
}
.m-box-slide.slide-full {
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (min-width: 760px) {
  .m-box-slide.slide-full {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .m-box-slide.slide-full .slick-arrow {
    top: 182px;
    z-index: 100;
  }
  .m-box-slide.slide-full .slick-prev {
    left: -20px;
  }
  .m-box-slide.slide-full .slick-next {
    right: -20px;
  }
}
.m-box-slide .slick-track {
  padding-top: 2px;
}
.m-box-slide .slide-item {
  width: 150px;
  margin: 0 10px;
}
@media screen and (min-width: 760px) {
  .m-box-slide .slide-item {
    width: 250px;
  }
}
.m-box-slide .slide-item a {
  text-decoration: none;
  display: block;
  position: relative;
}
@media screen and (min-width: 760px) {
  .m-box-slide .slide-item a:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 10px;
    border-radius: 5px 5px 0 0;
  }
}
.m-box-slide .slide-item a .item-new {
  display: block;
  position: absolute;
  top: -2px;
  left: -3px;
  background: #e84660;
  color: #fff;
  font-family: 'ComicRelief';
  font-size: 85%;
  padding: 2px 17px;
  z-index: 1;
}
@media screen and (min-width: 760px) {
  .m-box-slide .slide-item a:hover .item-image:before {
    border-top: solid 2px #a15d27 !important;
    border-left: solid 2px #a15d27 !important;
    border-right: solid 2px #a15d27 !important;
  }
}
.m-box-slide .slide-item .item-image {
  display: block;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.m-box-slide .slide-item .item-image img {
  display: block;
  width: 100%;
    height: auto;
    aspect-ratio:auto 250 /118;
}
.m-box-slide .slide-item .item-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10px;
  border-top: solid 1px #efebe8;
  border-left: solid 1px #efebe8;
  border-right: solid 1px #efebe8;
  border-radius: 5px 5px 0 0;
}
.m-box-slide .slide-item .slide-ttl {
  display: block;
  background: #a15d27;
  color: #fff;
  text-align: center;
  border-radius: 0 0 5px 5px;
  position: relative;
  padding: 7px 15px;
  line-height: 1.25;
  font-size: 85%;
}
@media screen and (min-width: 760px) {
  .m-box-slide .slide-item .slide-ttl {
    padding: 10px 30px;
    font-size: 100%;
  }
}
.m-box-slide .slide-item .slide-ttl:before {
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background: url(../images/i_arrow_wh_r.png) 0 0 no-repeat;
  background-size: 6px 9px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
}
@media screen and (min-width: 760px) {
  .m-box-slide .slide-item .slide-ttl:before {
    width: 10px;
    height: 16px;
    background-size: 10px auto;
    right: 10px;
    margin-top: -8px;
  }
}
.m-box-slide.type-mov .slick-list {
  width: 210px;
  margin: auto;
}
@media screen and (min-width: 760px) {
  .m-box-slide.type-mov .slick-list {
    width: 710px;
  }
}
.m-box-slide.type-mov .slick-list .mov-slide {
  font-size: 0;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .m-box-slide.type-mov .slick-list .mov-slide a {
    outline: none;
    width: 210px;
    display: block;
  }
}
.m-box-slide.type-mov .slick-list .mov-slide a img {
  max-width: 100%;
}
.m-box-slide.type-mov .slick-list .mov-slide a img:nth-child(1) {
	aspect-ratio:auto 710 / 399;
	height: auto;
}
/*play arrow*/
.mov-slide {
  position: relative;
}
.movie-image {
  position: relative;
	aspect-ratio:auto 710 / 399;
}

.play-movie {
  position: absolute;
  top: 40%;
  left: 43%;
  opacity: 0.3;
	aspect-ratio:auto 100 / 100;
}
.play-movie {
  -webkit-transition: 0.2s ease-in-out;
}
.play-movie:hover {
  opacity: 0.9;
}
/*.cboxElement{
  position: relative;
}
.cboxElement::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    position:absolute;
    z-index: 1;
    right: 40%;
    bottom: 40%;
}*/
@media screen and (max-width: 760px) {
	.movie-image {
		aspect-ratio:auto 210 / 118;
	}
	.play-movie {
		position: absolute;
		top: 8%;
		left: 25%;
		opacity: 0.5;
	}
}
@media screen and (max-width: 760px) {
  .m-box-slide.type-mov .slick-arrow.slick-prev {
    left: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .m-box-slide.type-mov .slick-arrow.slick-next {
    right: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.m-box-slide.slide-size-l {
  padding: 0 0 5px;
}
.m-box-slide.slide-size-l .slide-item {
  width: 210px;
}
.m-box-slide.border-dot {
  border-bottom: 2px dotted #f5b2b2;
}
@media screen and (min-width: 760px) {
  .m-box-slide.border-dot {
    border-bottom: none;
    background: url(../images/bg_dot.png) bottom center repeat-x;
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 760px) {
  .m-box-slide.border-dot.slide-full {
    padding-bottom: 60px;
  }
}
.m-box-slide.slide-size-mainarea {
  padding: 0;
  margin: 0 -15px 0;
}
@media screen and (min-width: 760px) {
  .m-box-slide.slide-size-mainarea {
    margin: 0 -5px 0 -4px;
  }
}
.m-box-slide.slide-size-mainarea .slide-item {
  width: 210px;
  margin: 0 10px;
}
@media screen and (min-width: 760px) {
  .m-box-slide.slide-size-mainarea .slide-item {
    width: 220px;
    margin: 0 12px;
  }
}
.m-box-slide.slide-size-mainarea .slick-dots {
  margin: 0;
  padding-bottom: 12px;
}
@media screen and (min-width: 760px) {
  .m-box-slide.slide-size-mainarea .slick-dots {
    margin: 32px 60px 0;
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 760px) {
  .m-box-slide.slide-size-mainarea .slick-dots li {
    margin-bottom: 5px;
  }
}
.m-box-slide.slide-size-mainarea .slick-arrow {
  top: auto;
  bottom: 0;
}
/*
	module:m-box-slide2
	- 商品スライド4:3
-----------------------------------------------------------------*/
.m-box-slide2 {
  padding: 0 15px 0;
  margin: 0 -5px;
}
.m-box-slide2 .slick-list {
  padding: 10px 5px 15px !important;
}
@media screen and (min-width: 760px) {
  .m-box-slide2 {
    padding: 0 80px;
    overflow: visible;
    position: relative;
  }
  .m-box-slide2 .slick-arrow {
    top: 100px;
    z-index: 100;
  }
  .m-box-slide2 .slick-prev {
    left: 20px;
  }
  .m-box-slide2 .slick-next {
    right: 20px;
  }
  .m-box-slide2 .slick-list {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .m-box-slide2.type-mov .slick-list {
    padding: 0 !important;
  }
}
.m-box-slide2.slide-full {
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (min-width: 760px) {
  .m-box-slide2.slide-full {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .m-box-slide2.slide-full .slick-arrow {
    top: 182px;
    z-index: 100;
  }
  .m-box-slide2.slide-full .slick-prev {
    left: -20px;
  }
  .m-box-slide2.slide-full .slick-next {
    right: -20px;
  }
}
.m-box-slide2 .slick-track {
  padding-top: 2px;
}
.m-box-slide2 .slide-item {
  width: 150px;
  margin: 0 10px;
}
@media screen and (min-width: 760px) {
  .m-box-slide2 .slide-item {
    width: 250px;
  }
}
.m-box-slide2 .slide-item a {
  text-decoration: none;
  display: block;
  position: relative;
}
@media screen and (min-width: 760px) {
  .m-box-slide2 .slide-item a:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 10px;
    border-radius: 5px 5px 0 0;
  }
}
.m-box-slide2 .slide-item a .item-new {
  display: block;
  position: absolute;
  top: -2px;
  left: -3px;
  background: #e84660;
  color: #fff;
  font-family: 'ComicRelief';
  font-size: 85%;
  padding: 2px 17px;
  z-index: 1;
}
@media screen and (min-width: 760px) {
  .m-box-slide2 .slide-item a:hover .item-image:before {
    border-top: solid 2px #a15d27 !important;
    border-left: solid 2px #a15d27 !important;
    border-right: solid 2px #a15d27 !important;
  }
}
.m-box-slide2 .slide-item .item-image {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.m-box-slide2 .slide-item .item-image img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
	aspect-ratio:auto 150 / 112;
  max-height: 100%;
}
.m-box-slide2 .slide-item .item-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-top: solid 1px #efebe8;
  border-left: solid 1px #efebe8;
  border-right: solid 1px #efebe8;
  border-radius: 5px 5px 0 0;
  z-index: 3;
}
.m-box-slide2 .slide-item .item-image:after {
  padding-top: 75%;
  content: '';
  display: block;
  position: relative;
  z-index: 1;
}
.m-box-slide2 .slide-item .slide-ttl {
  display: block;
  background: #a15d27;
  color: #fff;
  text-align: center;
  border-radius: 0 0 5px 5px;
  position: relative;
  padding: 7px 15px;
  line-height: 1.25;
  font-size: 85%;
}
@media screen and (min-width: 760px) {
  .m-box-slide2 .slide-item .slide-ttl {
    padding: 10px 30px;
    font-size: 100%;
  }
}
.m-box-slide2 .slide-item .slide-ttl:before {
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background: url(../images/i_arrow_wh_r.png) 0 0 no-repeat;
  background-size: 6px 9px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
}
@media screen and (min-width: 760px) {
  .m-box-slide2 .slide-item .slide-ttl:before {
    width: 10px;
    height: 16px;
    background-size: 10px auto;
    right: 10px;
    margin-top: -8px;
  }
}
.m-box-slide2.type-mov .slick-list {
  width: 210px;
  margin: auto;
}
@media screen and (min-width: 760px) {
  .m-box-slide2.type-mov .slick-list {
    width: 710px;
  }
}
.m-box-slide2.type-mov .slick-list .mov-slide {
  font-size: 0;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .m-box-slide2.type-mov .slick-list .mov-slide a {
    outline: none;
    width: 210px;
    display: block;
  }
}
.m-box-slide2.type-mov .slick-list .mov-slide a img {
  max-width: 100%;
}
@media screen and (max-width: 760px) {
  .m-box-slide2.type-mov .slick-arrow.slick-prev {
    left: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .m-box-slide2.type-mov .slick-arrow.slick-next {
    right: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.m-box-slide2.slide-size-l {
  padding: 0 0 5px;
}
.m-box-slide2.slide-size-l .slide-item {
  width: 210px;
}
.m-box-slide2.border-dot {
  border-bottom: 2px dotted #f5b2b2;
}
@media screen and (min-width: 760px) {
  .m-box-slide2.border-dot {
    border-bottom: none;
    background: url(../images/bg_dot.png) bottom center repeat-x;
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 760px) {
  .m-box-slide2.border-dot.slide-full {
    padding-bottom: 60px;
  }
}
.m-box-slide2.slide-size-mainarea {
  padding: 0;
  margin: 0 -15px 0;
}
@media screen and (min-width: 760px) {
  .m-box-slide2.slide-size-mainarea {
    margin: 0 -5px 0 -4px;
  }
}
.m-box-slide2.slide-size-mainarea .slide-item {
  width: 210px;
  margin: 0 10px;
}
@media screen and (min-width: 760px) {
  .m-box-slide2.slide-size-mainarea .slide-item {
    width: 220px;
    margin: 0 12px;
  }
}
.m-box-slide2.slide-size-mainarea .slick-dots {
  margin: 0;
  padding-bottom: 12px;
}
@media screen and (min-width: 760px) {
  .m-box-slide2.slide-size-mainarea .slick-dots {
    margin: 32px 60px 0;
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 760px) {
  .m-box-slide2.slide-size-mainarea .slick-dots li {
    margin-bottom: 5px;
  }
}
.m-box-slide2.slide-size-mainarea .slick-arrow {
  top: auto;
  bottom: 0;
}
/*
  module: m-box-fr**
  - 枠付き
-----------------------------------------------------------------*/
.m-box-frpk {
  border: 2px solid #f5b2b2;
  margin-top: 18px;
  padding: 0 15px 8px;
  border-radius: 4px;
}
@media screen and (min-width: 760px) {
  .m-box-frpk {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px 15px;
    border-radius: 10px;
    border: 2px solid #f5b2b2;
  }
}
.m-box-frpk .frpk-ttl {
  margin: 0 -15px;
  text-align: center;
  color: #e84660;
  font-weight: bold;
  font-size: 128%;
  padding: 10px 15px 0;
  line-height: 1.25;
}
@media screen and (min-width: 760px) {
  .m-box-frpk .frpk-ttl {
    font-size: 187%;
    margin: 0 -20px;
    border: none;
    padding: 20px 20px 0;
  }
}
.m-box-frpk .m-box-slide, .m-box-frpk .m-box-slide2 {
  border-bottom: none;
  padding: 15px 0 15px;
}
@media screen and (min-width: 760px) {
  .m-box-frpk .m-box-slide, .m-box-frpk .m-box-slide2 {
    padding-top: 0;
    background: none;
  }
  .m-box-frpk .m-box-slide .slide-item, .m-box-frpk .m-box-slide2 .slide-item {
    width: 200px;
  }
  .m-box-frpk .m-box-slide .slick-prev, .m-box-frpk .m-box-slide2 .slick-prev {
    left: -52px;
  }
  .m-box-frpk .m-box-slide .slick-next, .m-box-frpk .m-box-slide2 .slick-next {
    right: -52px;
  }
}
.m-box-frpk .slick-dots {
  padding-bottom: 0;
}
.m-box-frpk2 {
  border-top: 2px solid #f5b2b2;
  border-bottom: 2px solid #f5b2b2;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px 8px;
}
@media screen and (min-width: 760px) {
  .m-box-frpk2 {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px 15px;
    border-radius: 10px;
    border: 2px solid #f5b2b2;
  }
}
.m-box-frpk2 .frpk-ttl {
  margin: 0 -15px;
  text-align: center;
  color: #e84660;
  font-weight: bold;
  font-size: 128%;
  padding: 15px 15px 0;
  line-height: 1.25;
}
@media screen and (min-width: 760px) {
  .m-box-frpk2 .frpk-ttl {
    font-size: 187%;
    margin: 0 -20px;
    border: none;
    padding: 20px 20px 0;
  }
}
.m-box-frpk2 .m-box-slide, .m-box-frpk2 .m-box-slide2 {
  border-bottom: none;
  padding: 5px 0 15px;
}
@media screen and (min-width: 760px) {
  .m-box-frpk2 .m-box-slide, .m-box-frpk2 .m-box-slide2 {
    padding-top: 0;
    background: none;
  }
  .m-box-frpk2 .m-box-slide .slide-item, .m-box-frpk2 .m-box-slide2 .slide-item {
    width: 200px;
  }
  .m-box-frpk2 .m-box-slide .slick-prev, .m-box-frpk2 .m-box-slide2 .slick-prev {
    left: -52px;
  }
  .m-box-frpk2 .m-box-slide .slick-next, .m-box-frpk2 .m-box-slide2 .slick-next {
    right: -52px;
  }
}
.m-box-frpk2 .slick-dots {
  padding-bottom: 0;
}
.m-box-line {
  margin: 0;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  border: none;
  border-bottom: 2px dotted #f5b2b2;
}
@media screen and (min-width: 760px) {
  .m-box-line {
    margin: 0;
    margin-top: 60px;
    height: 4px;
    position: relative;
    border-bottom: none;
    background: url(../images/bg_dot.png) bottom center repeat-x;
  }
}
.m-box-line2 {
  border-bottom: solid 1px #efebe8;
  padding-bottom: 10px;
}
@media screen and (min-width: 760px) {
  .m-box-line2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.top-featured {
  width: 85%;
  margin: 0 auto;
}
.m-box-items {
  margin-top: 20px;
}
@media screen and (min-width: 760px) {
  .m-box-items {
    margin-top: 40px;
  }
}
.m-box-items .m-list-items, .m-box-items .m-list-items2 {
  margin-top: -15px !important;
}
@media screen and (min-width: 760px) {
  .m-box-items .m-list-items, .m-box-items .m-list-items2 {
    margin-top: -35px !important;
  }
}
.m-box-items .items-more {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 760px) {
  .m-box-items .items-more {
    margin-top: 30px;
  }
}
.m-box-items[data-js-play] .items-more {
  display: none;
}
@media screen and (min-width: 760px) {
  .m-box-items[data-js-play] .m-list-items, .m-box-items[data-js-play] .m-list-items2 {
    margin: 0 -12.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    position: relative;
  }
  .no-flexbox .m-box-items[data-js-play] .m-list-items, .no-flexbox .m-box-items[data-js-play] .m-list-items2 {
    display: block;
    font-size: 0;
  }
}
.m-box-items[data-js-play] .m-list-items .items-item, .m-box-items[data-js-play] .m-list-items2 .items-item {
  display: none;
}
.m-box-items[data-js-play] .m-list-items .items-item:nth-of-type(-n + 6), .m-box-items[data-js-play] .m-list-items2 .items-item:nth-of-type(-n + 6) {
  display: block;
}
@media screen and (min-width: 760px) {
  .m-box-items[data-js-play] .m-list-items .items-item, .m-box-items[data-js-play] .m-list-items2 .items-item {
    width: 33.33333%;
    padding: 0 12.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 35px;
  }
  .no-flexbox .m-box-items[data-js-play] .m-list-items .items-item, .no-flexbox .m-box-items[data-js-play] .m-list-items2 .items-item {
    display: inline-block;
  }
  .m-box-items[data-js-play] .m-list-items .items-item:nth-of-type(-n + 6), .m-box-items[data-js-play] .m-list-items2 .items-item:nth-of-type(-n + 6) {
    display: none;
  }
  .m-box-items[data-js-play] .m-list-items .items-item:nth-of-type(-n + 18), .m-box-items[data-js-play] .m-list-items2 .items-item:nth-of-type(-n + 18) {
    display: block;
  }
}
.m-box-gallery{
	aspect-ratio:auto 710 / 884;
	height: auto;
}
@media screen and (max-width: 760px) {
	.m-box-gallery{
		aspect-ratio:auto 400 / 498;
		height: auto;
	}
}
.m-box-gallery .gallery-main .main-slide {
  text-align: center;
  outline: none;
}
.m-box-gallery .gallery-main .main-slide img {
	display: inline;
	opacity: 1 !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	aspect-ratio:auto 710 / 532;
	height: auto;
}
@media screen and (max-width: 760px) {
	.m-box-gallery .gallery-main .main-slide img {
		max-height: 288px;
		aspect-ratio:auto 384 / 288;
	}
}
.m-box-gallery .gallery-main .slick-track {
  padding-top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-box-gallery .gallery-main .slick-dots {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexbox .m-box-gallery .gallery-main .slick-dots {
  display: block;
  font-size: 0;
}
.m-box-gallery .gallery-main .slick-dots > li {
  width: 33.33333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.no-flexbox .m-box-gallery .gallery-main .slick-dots > li {
  display: inline-block;
}
.m-box-gallery .gallery-nav {
  margin: 25px -12.5px 0;
}
.m-box-gallery .gallery-nav .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-box-gallery .gallery-nav .nav-slide {
  outline: none;
  cursor: pointer;
  margin: 0 12.5px;
  text-align: center;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 760px) {
  .m-box-gallery .gallery-nav .nav-slide {
    width: 210px;
  }
}
.m-box-gallery .gallery-nav .nav-slide img {
	aspect-ratio:auto 210 / 159;
	max-height: 166px;
	max-width: 220px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 760px) {
	.m-box-gallery .gallery-nav .nav-slide img {
		aspect-ratio:auto 193 / 166;
		max-width: 210px;
	}
}
.m-box-gallery .gallery-nav .nav-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: solid 1px #efebe8;
  z-index: 2;
  border-radius: 5px;
}
@media screen and (min-width: 760px) {
  .m-box-gallery .gallery-nav .nav-slide:hover:after {
    border: solid 2px #a15d27 !important;
  }
}
.m-box-gallery .gallery-nav .slick-arrow {
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-box-gallery .gallery-nav .slick-prev {
  left: -8.5px;
}
.m-box-gallery .gallery-nav .slick-next {
  right: -8.5px;
}
@media screen and (max-width: 760px) {
  .m-box-gallery .gallery-nav .slick-arrow.slick-prev {
    left: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .m-box-gallery .gallery-nav .slick-arrow.slick-next {
    right: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.m-icon-item {
  margin-top: 20px;
  text-align: right;
  letter-spacing: -0.4em;
}
@media screen and (min-width: 760px) {
  .m-icon-item {
    margin-top: 30px;
  }
}
.m-icon-s {
  display: inline-block;
  letter-spacing: normal;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 20px;
}
@media screen and (min-width: 760px) {
  .m-icon-s {
    padding: 5px 17px;
  }
}
.m-icon-s.pk {
  background: #e84660;
}
.m-icon-s.gn {
  background: #009f3e;
}
.m-icon-s + .m-icon-s {
  margin: 5px;
}
.m-icon-new {
  display: block;
  position: absolute;
  top: -5px;
  left: -3px;
  background: #e84660;
  color: #fff;
  font-family: 'ComicRelief';
  font-size: 85%;
  padding: 2px 5px;
  height: 17.5px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
.m-icon-new_w {
  display: block;
  position: absolute;
  background: #e84660;
  color: #fff;
  font-family: 'ComicRelief';
  font-size: 85%;
  padding: 2px 5px;
  height: 17.5px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 760px) {
  .m-icon-new {
    top: -9px;
    left: -4px;
    font-size: 125%;
    padding: 4px 10px;
    height: 30px;
  }
  .m-icon-new_w {
    font-size: 125%;
    padding: 4px 10px;
    height: 30px;
  }
}
.m-icon-new:after {
  content: '';
  position: absolute;
  top: 0;
  right: -6px;
  height: 17.5px;
  width: 6px;
  background: url(../images/bg_new_ribbon_sp.png) no-repeat;
  background-size: 6px 17.5px;
}
.m-icon-new_w:after {
  content: '';
  position: absolute;
  top: 0;
  right: -6px;
  height: 17.5px;
  width: 6px;
  background: url(../images/bg_new_ribbon_sp.png) no-repeat;
  background-size: 6px 17.5px;
}
@media screen and (min-width: 760px) {
  .m-icon-new:after {
    right: -10px;
    height: 30px;
    width: 10px;
    background: url(../images/bg_new_ribbon.png) no-repeat;
    background-size: 100%;
  }
  .m-icon-new_w:after {
    right: -10px;
    height: 30px;
    width: 10px;
    background: url(../images/bg_new_ribbon.png) no-repeat;
    background-size: 100%;
  }
}
.m-icon-new:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #a21f2d transparent transparent;
}
.m-icon-new_w:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #a21f2d transparent transparent;
}
@media screen and (min-width: 760px) {
  .m-icon-new:before {
    bottom: -4px;
    border-width: 0 4px 4px 0;
  }
  .m-icon-new_w:before {
    bottom: -4px;
    border-width: 0 4px 4px 0;
  }
}
/*
	module:　m-list-cat
	- カテゴリリスト
-----------------------------------------------------------------*/
.m-list-cat {
  *zoom: 1;
}
.m-list-cat:after {
  content: ' ';
  display: table;
  clear: both;
}
.m-list-cat li {
  float: left;
  width: 25%;
}
.m-list-cat li a {
  display: block;
  color: #fff;
  font-size: 114%;
  font-family: ComicRelief;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 45px 5px 10px;
}
.m-list-cat li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 1px solid #fff;
  opacity: 0.8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.m-list-cat li a:after {
  content: '';
  display: block;
  width: 30px;
  height: 25px;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -15px;
}
.m-list-cat li a.cat-01 {
  background: #009f3e;
}
.m-list-cat li a.cat-01:after {
  background: url(../images/i_story.png) 0 0 no-repeat;
  background-size: 30px 25px;
}
.m-list-cat li a.cat-02 {
  background: #f39800;
}
.m-list-cat li a.cat-02:after {
  background: url(../images/i_greeting.png) 0 0 no-repeat;
  background-size: 30px 25px;
}
.m-list-cat li a.cat-03 {
  background: #e84660;
}
.m-list-cat li a.cat-03:after {
  background: url(../images/i_game.png) 0 0 no-repeat;
  background-size: 30px 25px;
}
.m-list-cat li a.cat-04 {
  background: #a15d27;
}
.m-list-cat li a.cat-04:after {
  background: url(../images/i_map.png) 0 0 no-repeat;
  background-size: 30px 25px;
}
.m-list-cat li a.cat-02 {
  background: #336699;
}
.m-list-cat li a.cat-02:after {
  background: url(../images/i_greeting.png) 0 0 no-repeat;
  background-size: 30px 25px;
}
/*
	module:　m-list-pkbox
	- リンクリスト　ピンク
-----------------------------------------------------------------*/
.m-list-pkbox {
  margin: 0 15px;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox {
    *zoom: 1;
    margin: 0 40px;
  }
  .m-list-pkbox:after {
    content: ' ';
    display: table;
    clear: both;
  }
}
.m-list-pkbox li {
  margin: 15px 0 0;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox li {
    width: 420px;
    float: left;
    margin: 30px 40px 0 0;
  }
  .m-list-pkbox li:nth-child(even) {
    margin-right: 0;
  }
}
.m-list-pkbox li a {
  display: block;
  border: 2px solid #f5b2b2;
  border-radius: 5px;
  padding: 0 5px 12px;
  text-decoration: none;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox li a {
    border: 2px solid #f5b2b2;
    padding: 2px 2px 27px;
  }
  .m-list-pkbox li a:hover {
    border: 4px solid #e84660;
    padding: 0 0 25px;
  }
}
.m-list-pkbox li .pkbox-ttl {
  display: table;
  width: 100%;
  border-bottom: 2px dotted #f5b2b2;
  padding: 7px 28px 7px 5px;
  position: relative;
  font-weight: bold;
  font-size: 107%;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox li .pkbox-ttl {
    padding: 33px 55px 27px 25px;
    font-size: 150%;
    border-bottom: none;
    background: url(../images/bg_dot.png) bottom center repeat-x;
  }
}
.m-list-pkbox li .pkbox-ttl:before {
  content: '';
  display: block;
  width: 14px;
  height: 20px;
  background: url(../images/i_arrow_pk_r.png) 0 0 no-repeat;
  background-size: 14px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 5px;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox li .pkbox-ttl:before {
    width: 18px;
    height: 25px;
    background-size: 18px auto;
    right: 25px;
  }
}
.m-list-pkbox li .pkbox-ttl .pkbox-ttltxt {
  display: table-cell;
  vertical-align: middle;
  color: #603c21;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox li .pkbox-ttl .pkbox-ttltxt {
    line-height: 1.3;
  }
}
.m-list-pkbox li .pkbox-ttl .pkbox-step {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  width: 45px;
  font-family: ComicRelief;
  font-weight: bold;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox li .pkbox-ttl .pkbox-step {
    width: 70px;
    padding-right: 20px;
  }
}
.m-list-pkbox li .pkbox-ttl .pkbox-step .step-label {
  display: block;
  color: #e84660;
  font-size: 85%;
  letter-spacing: 2px;
  line-height: 1;
  margin-left: -2px;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox li .pkbox-ttl .pkbox-step .step-label {
    font-size: 70%;
    line-height: 1.4;
    margin-left: 3px;
  }
}
.m-list-pkbox li .pkbox-ttl .pkbox-step .step-num {
  display: block;
  background: url(../images/i_flower_pk.png) center no-repeat;
  background-size: 30px 33px;
  color: #fff;
  width: 30px;
  text-align: center;
  line-height: 33px;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox li .pkbox-ttl .pkbox-step .step-num {
    width: 50px;
    height: 55px;
    background-size: 50px auto;
    line-height: 53px;
  }
}
.m-list-pkbox li .pkbox-txt {
  color: #603c21;
  display: block;
  margin: 7px 10px 0;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox li .pkbox-txt {
    margin: 15px 25px 0;
  }
}
.m-list-pkbox li .pkbox-img {
  display: block;
  margin: 7px auto 0;
  padding: 0 10px;
}
@media screen and (min-width: 760px) {
  .m-list-pkbox li .pkbox-img {
    margin-top: 15px;
    padding: 0 25px;
  }
}
/*
	module:　m-list-ban
	- ページ内バナー
-----------------------------------------------------------------*/
.m-list-ban {
  *zoom: 1;
  margin-top: 10px;
}
.m-list-ban:after {
  content: ' ';
  display: table;
  clear: both;
}
@media screen and (min-width: 760px) {
  .m-list-ban {
    margin-top: 35px;
  }
}
.m-list-ban li {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 0 0 0 0;
	& img{
		aspect-ratio:auto 400 / 124;
	}
}
.m-list-ban li:nth-child(even) {
  padding: 0 0 0 0;
}
@media screen and (min-width: 760px) {
  .m-list-ban li:nth-child(even) {
    padding: 0;
  }
}
@media screen and (min-width: 760px) {
  .m-list-ban li {
    margin-top: 25px;
    width: 220px;
    padding: 0;
    margin-right: 25px;
	  & img{
		aspect-ratio:auto 220 / 68;
	}
  }
  .m-list-ban li:nth-child(3n) {
    margin-right: 0;
  }
}
/*
	module:　m-list-1to2
	- ページ下部ナビ
-----------------------------------------------------------------*/
.m-list-btns-1to2 {
  margin-top: 20px;
}
@media screen and (min-width: 760px) {
  .m-list-btns-1to2 {
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .no-flexbox .m-list-btns-1to2 {
    display: block;
    font-size: 0;
  }
}
.m-list-btns-1to2 li {
  margin-top: 20px;
}
@media screen and (min-width: 760px) {
  .m-list-btns-1to2 li {
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 25px;
  }
  .no-flexbox .m-list-btns-1to2 li {
    display: inline-block;
  }
}
/*
	module:m-list-items
	- 商品リスト
-----------------------------------------------------------------*/
.m-list-items {
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
.no-flexbox .m-list-items {
  display: block;
  font-size: 0;
}
@media screen and (min-width: 760px) {
  .m-list-items {
    margin: 0 -12.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    position: relative;
  }
  .no-flexbox .m-list-items {
    display: block;
    font-size: 0;
  }
}
.m-list-items .items-item {
  width: 50%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 15px;
}
.no-flexbox .m-list-items .items-item {
  display: inline-block;
}
@media screen and (min-width: 760px) {
  .m-list-items .items-item {
    width: 33.33333%;
    padding: 0 12.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 35px;
  }
  .no-flexbox .m-list-items .items-item {
    display: inline-block;
  }
}
.m-list-items .items-item a {
  text-decoration: none;
  display: block;
  position: relative;
}
@media screen and (min-width: 760px) {
  .m-list-items .items-item a:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 10px;
    border-radius: 5px 5px 0 0;
  }
}
.m-list-items .items-item a .item-new {
  display: block;
  position: absolute;
  top: -2px;
  left: -3px;
  background: #e84660;
  color: #fff;
  font-family: 'ComicRelief';
  font-size: 85%;
  padding: 2px 17px;
  z-index: 1;
}
@media screen and (min-width: 760px) {
  .m-list-items .items-item a:hover .item-image:before {
    border-top: solid 2px #a15d27 !important;
    border-left: solid 2px #a15d27 !important;
    border-right: solid 2px #a15d27 !important;
  }
}
.m-list-items .items-item .item-image {
  display: block;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.m-list-items .items-item .item-image img {
  display: block;
  width: 100%;
}
.m-list-items .items-item .item-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10px;
  border-top: solid 1px #efebe8;
  border-left: solid 1px #efebe8;
  border-right: solid 1px #efebe8;
  border-radius: 5px 5px 0 0;
}
.m-list-items .items-item .item-dl {
  position: relative;
  display: block;
}
.m-list-items .items-item .item-dl2 {
  position: relative;
  display: block;
}
.m-list-items .items-item .item-dlw {
  position: relative;
  display: block;
}
.m-list-items .items-item .item-dls {
  position: relative;
  display: block;
}
.m-list-items .items-item .item-dl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/i_dl.png) no-repeat;
}
.m-list-items .items-item .item-dl2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/i_dl2.png) no-repeat;
}
.m-list-items .items-item .item-dlw:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/i_dlw.png) no-repeat;
}
.m-list-items .items-item .item-dls:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../../includes_gl/calendar-findme-answer/img/img-search-icon.svg") no-repeat;
}
@media screen and (min-width: 760px) {
  .m-list-items .items-item .item-dls:after {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.m-list-items .items-item .slide-ttl {
  display: block;
  background: #a15d27;
  color: #fff;
  text-align: center;
  border-radius: 0 0 5px 5px;
  position: relative;
  padding: 8px 15px;
  line-height: 1.25;
  font-size: 85%;
}
@media screen and (min-width: 760px) {
  .m-list-items .items-item .slide-ttl {
    padding: 10px 30px;
    font-size: 100%;
  }
}
.m-list-items .items-item .slide-ttl:before {
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background: url(../images/i_arrow_wh_r.png) 0 0 no-repeat;
  background-size: 6px 9px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
}
@media screen and (min-width: 760px) {
  .m-list-items .items-item .slide-ttl:before {
    width: 10px;
    height: 16px;
    background-size: 10px auto;
    right: 10px;
    margin-top: -8px;
  }
}
.m-list-items .slide-mov {
  width: 200px;
  margin: 0 10px;
  font-size: 0;
}
@media screen and (min-width: 760px) {
  .m-list-items .slide-mov {
    width: 710px;
    margin: 0;
  }
}
.m-list-items .slide-mov iframe {
  width: 200px;
  height: 112px;
}
@media screen and (min-width: 760px) {
  .m-list-items .slide-mov iframe {
    width: 710px;
    height: 400px;
  }
}
@media screen and (min-width: 760px) {
  .type-story .m-list-items .items-item a:hover .item-image:before {
    border-top: solid 2px #009f3e !important;
    border-left: solid 2px #009f3e !important;
    border-right: solid 2px #009f3e !important;
  }
}
.type-story .m-list-items .items-item .slide-ttl {
  background: #009f3e;
}
@media screen and (min-width: 760px) {
  .type-greeting .m-list-items .items-item a:hover .item-image:before {
    border-top: solid 2px #c5b18f !important;
    border-left: solid 2px #c5b18f !important;
    border-right: solid 2px #c5b18f !important;
  }
}
.type-greeting .m-list-items .items-item .slide-ttl {
  background: #c5b18f;
}
@media screen and (min-width: 760px) {
  .type-downloads .m-list-items .items-item a:hover .item-image:before {
    border-top: solid 2px #2BC3B7 !important;
    border-left: solid 2px #2BC3B7 !important;
    border-right: solid 2px #2BC3B7 !important;
  }
}
.type-downloads .m-list-items .items-item .slide-ttl {
  background: #c5b18f;
}
@media screen and (min-width: 760px) {
  .type-game .m-list-items .items-item a:hover .item-image:before {
    border-top: solid 2px #e84660 !important;
    border-left: solid 2px #e84660 !important;
    border-right: solid 2px #e84660 !important;
  }
}
.type-game .m-list-items .items-item .slide-ttl {
  background: #e84660;
}
@media screen and (min-width: 760px) {
  .type-coloring .m-list-items .items-item a:hover .item-image:before {
    border-top: solid 2px #20ade5 !important;
    border-left: solid 2px #20ade5 !important;
    border-right: solid 2px #20ade5 !important;
  }
}
.type-coloring .m-list-items .items-item a .item-dl {
  border-radius: 5px;
  position: relative;
  display: block;
  overflow: hidden;
}
.type-coloring .m-list-items .items-item a .item-dl:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10px;
  border-radius: 5px 5px 0 0;
  z-index: 1;
  height: 100%;
}
.type-coloring .m-list-items .items-item a .item-dl img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .type-coloring .m-list-items .items-item a .item-dl:hover:before {
    border: solid 2px #20ade5 !important;
  }
}
.type-coloring .m-list-items .items-item .slide-ttl {
  background: #20ade5;
}
/*wallpaper*/
@media screen and (min-width: 760px) {
  .type-wallpaper .m-list-items .items-item a:hover .item-image:before {
    border-top: solid 2px #f3c402 !important;
    border-left: solid 2px #f3c402 !important;
    border-right: solid 2px #f3c402 !important;
  }
}
.type-wallpaper .m-list-items .items-item a .item-dlw {
  border-radius: 5px;
  position: relative;
  display: block;
  overflow: hidden;
}
.type-wallpaper .m-list-items .items-item a .item-dlw:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10px;
  border-radius: 5px 5px 0 0;
  z-index: 1;
  height: 100%;
}
.type-wallpaper .m-list-items .items-item a .item-dlw img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .type-wallpaper .m-list-items .items-item a .item-dlw:hover:before {
    border: solid 2px #f3c402 !important;
  }
}
.type-wallpaper .m-list-items .items-item .slide-ttl {
  background: #f3c402;
}
/**/
@media screen and (min-width: 760px) {
  .type-greeting .m-list-items .items-item a:hover .item-image:before {
    border-top: solid 2px #f39700 !important;
    border-left: solid 2px #f39700 !important;
    border-right: solid 2px #f39700 !important;
  }
}
.type-greeting .m-list-items .items-item a .item-dl2 {
  border-radius: 5px;
  position: relative;
  display: block;
  overflow: hidden;
}
.type-greeting .m-list-items .items-item a .item-dl2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10px;
  border-radius: 5px 5px 0 0;
  z-index: 1;
  height: 100%;
}
.type-greeting .m-list-items .items-item a .item-dl2 img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .type-greeting .m-list-items .items-item a .item-dl2:hover:before {
    border: solid 2px #c5b18f !important;
  }
}
.type-greeting .m-list-items .items-item .slide-ttl {
  background: #c5b18f;
}
/**/
/**/
@media screen and (min-width: 760px) {
  .type-downloads .m-list-items .items-item a:hover .item-image:before {
    border-top: solid 2px #2BC3B7 !important;
    border-left: solid 2px #2BC3B7 !important;
    border-right: solid 2px #2BC3B7 !important;
  }
}
.type-downloads .m-list-items .items-item a .item-dl2 {
  border-radius: 5px;
  position: relative;
  display: block;
  overflow: hidden;
}
.type-downloads .m-list-items .items-item a .item-dl2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10px;
  border-radius: 5px 5px 0 0;
  z-index: 1;
  height: 100%;
}
.type-downloads .m-list-items .items-item a .item-dl2 img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .type-downloads .m-list-items .items-item a .item-dl2:hover:before {
    border: solid 2px #c5b18f !important;
  }
}
.type-downloads .m-list-items .items-item .slide-ttl {
  background: #c5b18f;
}
/**/
.m-list-items.items-play {
  margin: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
.no-flexbox .m-list-items.items-play {
  display: block;
  font-size: 0;
}
@media screen and (min-width: 760px) {
  .m-list-items.items-play {
    margin: 0 -12.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    position: relative;
  }
  .no-flexbox .m-list-items.items-play {
    display: block;
    font-size: 0;
  }
  .column-single .m-list-items.items-play {
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .no-flexbox .column-single .m-list-items.items-play {
    display: block;
    font-size: 0;
  }
}
.m-list-items.items-play .items-item {
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 15px;
}
.no-flexbox .m-list-items.items-play .items-item {
  display: inline-block;
}
.m-list-items.items-play .items-item_wallpaper_sp_item {
  width: 47%;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin: 15px 5px 0;
  display: inline-block;
  background: #ffffff;
  border-radius: 4px;
}
@media screen and (min-width: 760px) {
  .m-list-items.items-play .items-item {
    width: 33.33333%;
    padding: 0 12.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 35px;
  }
  .no-flexbox .m-list-items.items-play .items-item {
    display: inline-block;
  }
  .column-single .m-list-items.items-play .items-item {
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .no-flexbox .column-single .m-list-items.items-play .items-item {
    display: inline-block;
  }
  .column-single .m-list-items.items-play .items-item_wallpapaer_pc_item {
    width: 32%;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 10px 6px;
  }
}
@media screen and (min-width: 760px) {
  .m-list-items.items-pcge4-none .items-item:nth-child(n + 4) {
    display: none;
  }
}
/*
	module:m-list-items2
	- 商品リスト4:3
-----------------------------------------------------------------*/
.m-list-items2 {
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
}
.no-flexbox .m-list-items2 {
  display: block;
  font-size: 0;
}
@media screen and (min-width: 760px) {
  .m-list-items2 {
    margin: 0 -12.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    position: relative;
  }
  .no-flexbox .m-list-items2 {
    display: block;
    font-size: 0;
  }
}
.m-list-items2 .items-item {
  width: 50%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 15px;
}
.no-flexbox .m-list-items2 .items-item {
  display: inline-block;
}
@media screen and (min-width: 760px) {
  .m-list-items2 .items-item {
    width: 33.33333%;
    padding: 0 12.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 35px;
  }
  .no-flexbox .m-list-items2 .items-item {
    display: inline-block;
  }
}
.m-list-items2 .items-item a {
  text-decoration: none;
  display: block;
  position: relative;
}
@media screen and (min-width: 760px) {
  .m-list-items2 .items-item a:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 10px;
    border-radius: 5px 5px 0 0;
  }
}
.m-list-items2 .items-item a .item-new {
  display: block;
  position: absolute;
  top: -2px;
  left: -3px;
  background: #e84660;
  color: #fff;
  font-family: 'ComicRelief';
  font-size: 85%;
  padding: 2px 17px;
  z-index: 1;
}
@media screen and (min-width: 760px) {
  .m-list-items2 .items-item a:hover .item-image:before {
    border-top: solid 2px #a15d27 !important;
    border-left: solid 2px #a15d27 !important;
    border-right: solid 2px #a15d27 !important;
  }
}
.m-list-items2 .items-item .item-image {
  display: block;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.m-list-items2 .items-item .item-image img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  max-height: 100%;
  /*	2024/02/02 add*/
  width: auto;

}
.m-list-items2 .items-item .item-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-top: solid 1px #efebe8;
  border-left: solid 1px #efebe8;
  border-right: solid 1px #efebe8;
  border-radius: 5px 5px 0 0;
  z-index: 3;
}
.m-list-items2 .items-item .item-image:after {
  padding-top: 75%;
  content: '';
  display: block;
  position: relative;
  z-index: 1;
}
.m-list-items2 .items-item .item-dl {
  position: relative;
  display: block;
}
.m-list-items2 .items-item .item-dl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/i_dl.png) no-repeat;
}
.m-list-items2 .items-item .item-dl2 {
  position: relative;
  display: block;
}
.m-list-items2 .items-item .item-dl2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/i_dl2.png) no-repeat;
}
.m-list-items2 .items-item .slide-ttl {
  display: block;
  background: #a15d27;
  color: #fff;
  text-align: center;
  border-radius: 0 0 5px 5px;
  position: relative;
  padding: 8px 15px;
  line-height: 1.25;
  font-size: 85%;
}
@media screen and (min-width: 760px) {
  .m-list-items2 .items-item .slide-ttl {
    padding: 10px 30px;
    font-size: 100%;
  }
}
.m-list-items2 .items-item .slide-ttl:before {
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background: url(../images/i_arrow_wh_r.png) 0 0 no-repeat;
  background-size: 6px 9px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
}
@media screen and (min-width: 760px) {
  .m-list-items2 .items-item .slide-ttl:before {
    width: 10px;
    height: 16px;
    background-size: 10px auto;
    right: 10px;
    margin-top: -8px;
  }
}
.m-list-items2 .slide-mov {
  width: 200px;
  margin: 0 10px;
  font-size: 0;
}
@media screen and (min-width: 760px) {
  .m-list-items2 .slide-mov {
    width: 710px;
    margin: 0;
  }
}
.m-list-items2 .slide-mov iframe {
  width: 200px;
  height: 112px;
}
@media screen and (min-width: 760px) {
  .m-list-items2 .slide-mov iframe {
    width: 710px;
    height: 400px;
  }
}
@media screen and (min-width: 760px) {
  .type-story .m-list-items2 .items-item a:hover .item-image:before {
    border-top: solid 2px #009f3e !important;
    border-left: solid 2px #009f3e !important;
    border-right: solid 2px #009f3e !important;
  }
}
.type-story .m-list-items2 .items-item .slide-ttl {
  background: #009f3e;
}
@media screen and (min-width: 760px) {
  .type-greeting .m-list-items2 .items-item a:hover .item-image:before {
    border-top: solid 2px #f39700 !important;
    border-left: solid 2px #f39700 !important;
    border-right: solid 2px #f39700 !important;
  }
}
.type-greeting .m-list-items2 .items-item .slide-ttl {
  background: #f39700;
}
@media screen and (min-width: 760px) {
  .type-game .m-list-items2 .items-item a:hover .item-image:before {
    border-top: solid 2px #e84660 !important;
    border-left: solid 2px #e84660 !important;
    border-right: solid 2px #e84660 !important;
  }
}
.type-game .m-list-items2 .items-item .slide-ttl {
  background: #e84660;
}
@media screen and (min-width: 760px) {
  .type-coloring .m-list-items2 .items-item a:hover .item-image:before {
    border-top: solid 2px #20ade5 !important;
    border-left: solid 2px #20ade5 !important;
    border-right: solid 2px #20ade5 !important;
  }
}
.type-coloring .m-list-items2 .items-item a .item-dl {
  border-radius: 5px;
  position: relative;
  display: block;
  overflow: hidden;
}
.type-coloring .m-list-items2 .items-item a .item-dl:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10px;
  border-radius: 5px 5px 0 0;
  z-index: 1;
  height: 100%;
}
.type-coloring .m-list-items2 .items-item a .item-dl img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .type-coloring .m-list-items2 .items-item a .item-dl:hover:before {
    border: solid 2px #20ade5 !important;
  }
}
.type-coloring .m-list-items2 .items-item .slide-ttl {
  background: #20ade5;
}
/*wallpaper*/
@media screen and (min-width: 760px) {
  .type-wallpaper .m-list-items2 .items-item a:hover .item-image:before {
    border-top: solid 2px #f3c402 !important;
    border-left: solid 2px #f3c402 !important;
    border-right: solid 2px #f3c402 !important;
  }
}
.type-wallpaper .m-list-items2 .items-item a .item-dlw {
  border-radius: 5px;
  position: relative;
  display: block;
  overflow: hidden;
}
.type-wallpaper .m-list-items2 .items-item a .item-dlw:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10px;
  border-radius: 5px 5px 0 0;
  z-index: 1;
  height: 100%;
}
.type-wallpaper .m-list-items2 .items-item a .item-dlw img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .type-wallpaper .m-list-items2 .items-item a .item-dlw:hover:before {
    border: solid 2px #f3c402 !important;
  }
}
.type-wallpaper .m-list-items2 .items-item .slide-ttl {
  background: #f3c402;
}
.m-list-items2.items-play {
  margin: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
.no-flexbox .m-list-items2.items-play {
  display: block;
  font-size: 0;
}
@media screen and (min-width: 760px) {
  .m-list-items2.items-play {
    margin: 0 -12.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    position: relative;
  }
  .no-flexbox .m-list-items2.items-play {
    display: block;
    font-size: 0;
  }
  .column-single .m-list-items2.items-play {
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .no-flexbox .column-single .m-list-items2.items-play {
    display: block;
    font-size: 0;
  }
}
.m-list-items2.items-play .items-item {
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 15px;
}
.no-flexbox .m-list-items2.items-play .items-item {
  display: inline-block;
}
@media screen and (min-width: 760px) {
  .m-list-items2.items-play .items-item {
    width: 33.33333%;
    padding: 0 12.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 35px;
  }
  .no-flexbox .m-list-items2.items-play .items-item {
    display: inline-block;
  }
  .column-single .m-list-items2.items-play .items-item {
    width: 33.33333%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .no-flexbox .column-single .m-list-items2.items-play .items-item {
    display: inline-block;
  }
}
@media screen and (min-width: 760px) {
  .m-list-items2.items-pcge4-none .items-item:nth-child(n + 4) {
    display: none;
  }
}
.m-list-bnr {
  text-align: center;
}
.m-list-bnr > ul {
  margin: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.no-flexbox .m-list-bnr > ul {
  display: block;
  font-size: 0;
}
@media screen and (min-width: 760px) {
  .m-list-bnr > ul {
    margin: 0 -12.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .no-flexbox .m-list-bnr > ul {
    display: block;
    font-size: 0;
  }
}
.m-list-bnr > ul > li {
  width: 100%;
  padding: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 10px;
}
.no-flexbox .m-list-bnr > ul > li {
  display: inline-block;
}
@media screen and (min-width: 760px) {
  .m-list-bnr > ul > li {
    width: 33.33333%;
    padding: 0 12.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 25px;
  }
  .no-flexbox .m-list-bnr > ul > li {
    display: inline-block;
  }
}
@media screen and (min-width: 760px) {
  .m-list-bnr > ul > li a:hover {
    opacity: 0.75;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
/*
	module:　m-table-gr
	- テーブルの基本スタイル
-----------------------------------------------------------------*/
.m-table-gr {
  width: 100%;
  margin-top: 8px;
  border-top: 1px solid #af9d8f;
  border-right: 1px solid #af9d8f;
  text-align: left;
}
@media screen and (min-width: 760px) {
  .m-table-gr {
    margin-top: 18px;
  }
}
.m-table-gr th {
  border-bottom: 1px solid #af9d8f;
  border-left: 1px solid #af9d8f;
  background: #efebe8;
  font-weight: bold;
  padding: 10px;
  vertical-align: top;
}
.m-table-gr td {
  border-bottom: 1px solid #af9d8f;
  border-left: 1px solid #af9d8f;
  padding: 10px;
  vertical-align: top;
  width: 60%;
}
.m-txt-p {
  margin-top: 8px;
}
@media screen and (min-width: 760px) {
  .m-txt-p {
    margin-top: 15px;
  }
}
.m-txt-img {
  margin-top: 17px;
  text-align: center;
	& img{
		  aspect-ratio:auto 384 / 288;
	  }
}
@media screen and (min-width: 760px) {
  .m-txt-img {
    margin-top: 45px;
	  & img{
		  aspect-ratio:auto 710 / 532;
	  }
  }
}
.m-txt-img img {
  max-height: 533px;
}
@media screen and (min-width: 760px) {
  .m-txt-img img {
    max-width: 710px;
  }
}
.m-txt-img2 {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 760px) {
  .m-txt-img2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.m-txt-btn {
  margin-top: 30px;
}
@media screen and (min-width: 760px) {
  .m-txt-btn {
    margin-top: 60px;
    text-align: center;
  }
}
.m-icon-item + .m-txt-img {
  margin-top: 10px;
}
@media screen and (min-width: 760px) {
  .m-icon-item + .m-txt-img {
    margin-top: 20px;
  }
}
.m-txt-btn + .m-txt-p {
  margin-top: 30px;
}
/* ページタイトル */
.m-txt-itemttl {
  margin: 30px -15px 0;
  position: relative;
  background: #efebe8;
  padding: 8px 15px 8px 25px;
}
.m-txt-itemttl:first-child {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl {
    margin: 60px 0 30px;
    text-align: center;
    padding: 0 0 10px 0;
    background: url(../images/bg_dot.png) bottom center repeat-x;
  }
  .m-txt-itemttl:first-child {
    margin-top: 0;
  }
}
.m-txt-itemttl .itemttl-txt {
  font-size: 128%;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl .itemttl-txt {
    font-size: 187%;
    margin-top: -5px;
  }
}
.m-txt-itemttl .itemttl-txt span {
  display: block;
  color: #af9d8f;
  font-size: 66%;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl .itemttl-txt span {
    font-size: 53%;
    margin-top: 5px;
  }
}
.m-txt-itemttl:before {
  content: '';
  display: block;
  background: #e84660;
  background-size: 8px 12px;
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl:before {
    display: none;
  }
}
/* ページタイトル */
.m-txt-itemttl2 {
  margin: 30px -15px 0;
  position: relative;
  background: #efebe8;
  padding: 17px 15px 15px 25px;
}
.m-txt-itemttl2:first-child {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl2 {
    margin: 60px 0 30px;
    text-align: center;
    padding: 0 0 10px 0;
    background: url(../images/bg_dot.png) bottom center repeat-x;
  }
  .m-txt-itemttl2:first-child {
    margin-top: 0;
  }
}
.m-txt-itemttl2 .itemttl-txt {
  font-size: 128%;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl2 .itemttl-txt {
    font-size: 187%;
    margin-top: -5px;
  }
}
.m-txt-itemttl2 .itemttl-txt span {
  display: block;
  color: #af9d8f;
  font-size: 66%;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl2 .itemttl-txt span {
    font-size: 53%;
    margin-top: 5px;
  }
}
.m-txt-itemttl2:before {
  content: '';
  display: block;
  background: #e84660;
  background-size: 8px 12px;
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl2:before {
    display: none;
  }
}
/*
	ページタイトル
	アコーディオン付き

*/
.m-txt-itemttl3 .itemttl-wrap {
  margin: 30px -15px 0;
  position: relative;
  background: #efebe8;
  padding: 17px 15px 15px 25px;
}
.m-txt-itemttl3 .itemttl-wrap:first-child {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl3 .itemttl-wrap {
    margin: 60px 0 30px;
    text-align: center;
    padding: 0 0 10px 0;
    background: url(../images/bg_dot.png) bottom center repeat-x;
  }
  .m-txt-itemttl3 .itemttl-wrap:first-child {
    margin-top: 0;
  }
}
.m-txt-itemttl3 .itemttl-wrap .itemttl-txt {
  font-size: 128%;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl3 .itemttl-wrap .itemttl-txt {
    font-size: 187%;
    margin-top: -5px;
  }
}
.m-txt-itemttl3 .itemttl-wrap .itemttl-txt span {
  display: block;
  color: #af9d8f;
  font-size: 85%;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl3 .itemttl-wrap .itemttl-txt span {
    font-size: 53%;
  }
}
.m-txt-itemttl3 .itemttl-wrap:before {
  content: '';
  display: block;
  background: #e84660;
  background-size: 8px 12px;
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl3 .itemttl-wrap:before {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .m-txt-itemttl3 .itemttl-wrap:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/i_ttl_plus.png) top center no-repeat;
    background-size: 25px auto;
    position: absolute;
    right: 12.5px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.m-txt-itemttl3 .itemttl-accordion {
  border-top: solid 1px #fff;
  background-color: #efebe8;
  margin: 0 -15px;
  padding: 10px;
  display: none;
  font-size: 114%;
  font-weight: bold;
  position: absolute;
  z-index: 20;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .m-txt-itemttl3 .itemttl-accordion {
    display: none !important;
  }
}
.m-txt-itemttl3 .itemttl-accordion .accordion-list {
  background-color: #fff;
}
.m-txt-itemttl3 .itemttl-accordion .accordion-list .list-item {
  border-top: solid 1px #efebe8;
}
.m-txt-itemttl3 .itemttl-accordion .accordion-list .list-item:first-child {
  border-top: none;
}
.m-txt-itemttl3 .itemttl-accordion .accordion-list .list-item .item-href {
  display: block;
  text-decoration: none !important;
  color: #5f3c20 !important;
  padding: 15px 32px 15px 16px;
  position: relative;
}
.m-txt-itemttl3 .itemttl-accordion .accordion-list .list-item .item-href:after {
  content: '';
  display: block;
  width: 8.5px;
  height: 12.5px;
  background: url(../images/i_arrow_pk_r.png) top center no-repeat;
  background-size: 8.5px auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.m-txt-itemttl3.is-active .itemttl-wrap:after {
  background-image: url(../images/i_ttl_minus.png);
}
.m-txt-play {
  position: relative;
  padding-top: 40px;
  margin: 0 10px;
  font-size: 150%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 35px auto;
}
@media screen and (min-width: 760px) {
  .m-txt-play {
    background-size: 70px auto;
    font-size: 250%;
    padding-top: 87px;
    width: 590px;
    margin: auto;
  }
}
.m-txt-play:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 40px;
  height: 32px;
  background-size: 40px 32px;
}
@media screen and (min-width: 760px) {
  .m-txt-play:before {
    top: 67px;
    width: 80px;
    height: 63px;
    background-size: 80px 63px;
  }
}
.m-txt-play:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  width: 40px;
  height: 32px;
  background-size: 40px 32px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-filter: fliph();
  filter: fliph();
}
@media screen and (min-width: 760px) {
  .m-txt-play:after {
    top: 67px;
    width: 80px;
    height: 63px;
    background-size: 80px 63px;
  }
}
.m-txt-play .play-txt {
  background-color: #fff;
  position: relative;
  height: 30px;
  width: calc(100% - 60px);
  margin: 0 30px;
  z-index: 1;
  font-family: ComicRelief;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  line-height: 1.25;
}
@media screen and (min-width: 760px) {
  .m-txt-play .play-txt {
    height: 60px;
    width: calc(100% - 120px);
    margin: 0 60px;
  }
}
.m-txt-play .play-txt:before {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.m-txt-play .play-txt:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 2px;
  opacity: 0.3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
}
@media screen and (min-width: 760px) {
  .m-txt-play .play-txt:after {
    height: 3px;
  }
}
.type-story .m-txt-play {
  color: #009f3e;
  background-image: url(../images/i_story2.png);
}
.type-story .m-txt-play:before {
  background-image: url(../images/p_ribbon_story.png);
}
.type-story .m-txt-play:after {
  background-image: url(../images/p_ribbon_story.png);
}
.type-story .m-txt-play .play-txt:after {
  background-color: #009f3e;
}
.type-greeting .m-txt-play {
  color: #c5b18f;
  background-image: url(../images/i_greeting.png);
}
.type-greeting .m-txt-play:before {
  background-image: url(../images/p_ribbon_greeting.png);
}
.type-greeting .m-txt-play:after {
  background-image: url(../images/p_ribbon_greeting.png);
}
.type-greeting .m-txt-play .play-txt:after {
  background-color: #c5b18f;
}
.type-downloads .m-txt-play {
  color: #2BC3B7;
  background-image: url(../images/i_downloads.png);
}
.type-downloads .m-txt-play:before {
  background-image: url(../images/p_ribbon_downloads.png);
}
.type-downloads .m-txt-play:after {
  background-image: url(../images/p_ribbon_downloads.png);
}
.type-downloads .m-txt-play .play-txt:after {
  background-color: #2BC3B7;
}
.type-game .m-txt-play {
  color: #e84660;
  background-image: url(../images/i_game2.png);
}
.type-game .m-txt-play:before {
  background-image: url(../images/p_ribbon_game.png);
}
.type-game .m-txt-play:after {
  background-image: url(../images/p_ribbon_game.png);
}
.type-game .m-txt-play .play-txt:after {
  background-color: #e84660;
}
.type-coloring .m-txt-play {
  color: #20ade5;
  background-image: url(../images/i_coloring2.png);
}
.type-coloring .m-txt-play:before {
  background-image: url(../images/p_ribbon_coloring.png);
}
.type-coloring .m-txt-play:after {
  background-image: url(../images/p_ribbon_coloring.png);
}
.type-coloring .m-txt-play .play-txt:after {
  background-color: #20ade5;
}
.type-wallpaper .m-txt-play {
  color: #f3c402;
  background-image: url(../images/i_wallpaper.png);
}
.type-wallpaper .m-txt-play:before {
  background-image: url(../images/p_ribbon_wallpaper.png);
}
.type-wallpaper .m-txt-play:after {
  background-image: url(../images/p_ribbon_wallpaper.png);
}
.type-wallpaper .m-txt-play .play-txt:after {
  background-color: #f3c402;
}
.m-txt-h2 {
  background: #efebe8;
  position: relative;
  margin: 30px -15px 15px;
  padding: 5px 15px 5px 35px;
  font-size: 128%;
  font-weight: bold;
}
@media screen and (min-width: 760px) {
  .m-txt-h2 {
    margin: 60px 0 30px;
    border-radius: 10px;
    font-size: 150%;
    padding: 6px 15px 3px 38px;
  }
}
.m-txt-h2:before {
  content: '';
  display: block;
  width: 12px;
  height: 14px;
  background: url(../images/i_flower_s.png) 0 0 no-repeat;
  background-size: 12px 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 15px;
}
@media screen and (min-width: 760px) {
  .m-txt-h2:before {
    background-size: 16px auto;
    width: 16px;
    height: 18px;
    margin-top: -9px;
  }
}
.m-btn-imgopc:hover img {
  opacity: 0.75;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-btn-gr {
  display: block;
  font-family: ComicRelief;
  color: #5f3c20 !important;
  background: #efebe8;
  border: 2px solid #af9d8f;
  border-radius: 5px;
  text-decoration: none !important;
  font-size: 128%;
  position: relative;
  text-align: center;
  padding: 7px 30px 9px;
}
.m-btn-gr:before {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background: url(../images/i_arrow_pk_r.png) 0 0 no-repeat;
  background-size: 8px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 760px) {
  .m-btn-gr:before {
    width: 12px;
    height: 16px;
    background-size: 12px 15px;
  }
}
@media screen and (min-width: 760px) {
  .m-btn-gr {
    padding: 12px 30px 16px;
    font-size: 125%;
  }
  .m-btn-gr.btn-iblock {
    display: inline-block;
    min-width: 305px;
  }
  .m-btn-gr:hover {
    color: #e84660 !important;
  }
}
.m-btn-fill {
  display: block;
  font-family: ComicRelief;
  color: #fff !important;
  background: #009f3e;
  border-radius: 5px;
  text-decoration: none !important;
  font-size: 128%;
  position: relative;
  text-align: center;
  padding: 8px 30px 10px;
}
@media screen and (min-width: 760px) {
  .m-btn-fill {
    font-size: 125%;
    padding: 5px 35px 6px;
  }
  .m-btn-fill.btn-iblock {
    display: inline-block;
  }
}
.m-btn-fill:before {
  content: '';
  display: block;
  width: 8.5px;
  height: 12px;
  background: url(../images/i_arrow_wh_r.png) 0 0 no-repeat;
  background-size: 8.5px 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
@media screen and (min-width: 760px) {
  .m-btn-fill:before {
    width: 10px;
    height: 16px;
    background-size: 10px auto;
    right: 10px;
    margin-top: -8px;
  }
}
.m-btn-fill.btn-plus:before {
  background: url(../images/i_plus.png) 0 0 no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-plus:before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-size-m {
    font-size: 125%;
    padding: 13px 30px 17px;
    min-width: 305px;
  }
}
.m-btn-fill.btn-size-m:before {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background: url(../images/i_arrow_wh_r.png) 0 0 no-repeat;
  background-size: 8px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 15px;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-size-m:before {
    width: 12px;
    height: 16px;
    background-size: 12px 16px;
  }
}
.m-btn-fill.btn-size-m.btn-plus:before {
  background: url(../images/i_plus.png) 0 0 no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-size-m.btn-plus:before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
.m-btn-fill.btn-size-l {
  padding: 8px 40px 14px;
  font-size: 171%;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-size-l {
    font-size: 225%;
    padding: 7px 30px 19px;
    min-width: 340px;
  }
}
.m-btn-fill.btn-size-l:before {
  content: '';
  display: block;
  width: 12px;
  height: 18px;
  background: url(../images/i_arrow_wh_r.png) 0 0 no-repeat;
  background-size: 12px 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 15px;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-size-l:before {
    width: 16px;
    height: 22px;
    background-size: 16px 22px;
  }
}
.m-btn-fill.btn-gn {
  background: #009f3e;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-gn:hover {
    background-color: #008735;
  }
}
.m-btn-fill.btn-yw {
  background: #f39700;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-yw:hover {
    background-color: #cf8000;
  }
}
.m-btn-fill.btn-lm {
  background: #f3c402;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-lm:hover {
    background-color: #dec21d;
  }
}
.m-btn-fill.btn-bw {
  background: #c5b18f;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-bw:hover {
    background-color: #a28658;
  }
}
.m-btn-fill.btn-or {
  background: #ea5504;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-or:hover {
    background-color: #BC4605;
  }
}
.m-btn-fill.btn-pk {
  background: #e84660;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-pk:hover {
    background-color: #c53c52;
  }
}
.m-btn-fill.btn-bl {
  background: #20ade5;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-bl:hover {
    background-color: #1b93c3;
  }
}
/* CM 20180604add*/
.type-cm #l-content {
  background: url(../images/bg_cm.jpg);
  background-size: 40px auto;
}
.type-cm .m-txt-play {
  color: #ea5504;
  background-image: url(../images/i_cm2.png);
}
.type-cm .m-txt-play:before {
  background-image: url(../images/p_ribbon_cm.png);
}
.type-cm .m-txt-play:after {
  background-image: url(../images/p_ribbon_cm.png);
}
.type-cm .m-txt-play .play-txt:after {
  background-color: #f4aa81;
}
.m-btn-fill.btn-ex {
  background: #ea5504;
}
@media screen and (min-width: 760px) {
  .m-btn-fill.btn-ex:hover {
    background-color: #c74803;
  }
}
@media screen and (min-width: 760px) {
  .type-cm .m-list-items .items-item a:hover .item-image:before {
    border-top: solid 2px #ea5504 !important;
    border-left: solid 2px #ea5504 !important;
    border-right: solid 2px #ea5504 !important;
  }
}
.type-cm .m-list-items .items-item .slide-ttl {
  background: #ea5504;
}
.cm-link {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .cm-link {
    margin-top: 40px;
  }
}
.m-txt-play .play-txt {

  padding-top: 5px;
}



/*-----------------
 2024　プロフィール追加 ピンクタイトル表示
2024/02/02 コメントアウト
-----------------*/
.more-info {
  position: relative;
  display: block;
  background: #F6BABA;
  border-radius: 100px;
  font-size: 1.5em;
  font-weight: 800;
  margin: 2em 0;
  padding: 0.5em;
  text-align: center;
}
.more-info:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F6BABA;
}