/* titleSection
================================================== */
.titleSection {
  background: #e83015 url("/katsuyou/nenga/design/images/common/visual_bg.png") center top;
}

/* localNav
================================================== */
.localNav {
  background: #ebedef;
}
.localNav__items {
  display: flex;
  width: 960px;
  margin: 0 auto;
}
.localNav__items > li {
  flex: 1 0 0%;
}
.localNav__items a {
  transition: background .3s ease, color .3s ease;
  display: block;
  padding: 20px 15px 18px;
  font-size: 20px;
  font-weight: bold;
  color: #808b96;
  line-height: 1;
  text-decoration: none !important;
  text-align: center;
}
.localNav__items a:hover, .localNav__items a.is-active {
  background: #fff;
  color: #e83015;
}
.localNav__items a.is-active {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .localNav__items {
    width: 100%;
  }
  .localNav__items a {
    padding: 10px 5px;
    font-size: 12px;
    line-height: 1.4;
  }
}

/* summary
================================================== */
.summary {
  padding: 50px 0;
}
.summary__inner {
  width: 960px;
  margin: 0 auto;
}
.summary__title {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 30px;
  color: #e83015;
  line-height: 1.3;
  text-align: center;
}
.summary__lead {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
.summary__panel {
  box-sizing: border-box;
  position: relative;
  width: 750px;
  margin: 0 auto;
  padding: 45px 0 40px;
  border: solid 3px #e83015;
  border-radius: 5px;
}
.summary__panel--wide {
  width: auto;
}
.summary__panel__title {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  padding: 0 25px;
  border-radius: 20px;
  background: #e83015;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.summary__panel__text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
.summary__panel__btns {
  display: flex;
  justify-content: center;
}
.summary__panel__btns > li + li {
  margin-left: 20px;
}
.summary__panel__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 70px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
}
.summary__panel__btn--sp {
  background: #e83015;
}
.summary__panel__btn--sp img {
  width: 18px;
  height: auto;
}
.summary__panel__btn--pc {
  background: #fc6a1b;
}
.summary__panel__btn--pc img {
  width: 30px;
  height: auto;
}
.summary__panel__btn i {
  margin-right: 12px;
}
.summary__panel__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
	.sptaL {
		text-align: left;
	}
  .summary {
    padding: 40px 0;
  }
  .summary__inner {
    width: auto;
    padding: 0 15px;
  }
  .summary__title {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.35;
  }
  .summary__lead {
    margin-bottom: 35px;
    font-size: 15px;
  }
  .summary__panel {
    width: auto;
    padding: 35px 20px 30px;
  }
  .summary__panel--wide {
    padding-left: 13px;
    padding-right: 13px;
  }
  .summary__panel__title {
    font-size: 16px;
    white-space: nowrap;
  }
  .summary__panel__text {
    font-size: 15px;
  }
  .summary__panel__btns {
    display: block;
  }
  .summary__panel__btns > li + li {
    margin: 10px 0 0 0;
  }
  .summary__panel__btn {
    width: 100%;
    height: 55px;
  }
}

/* appdownload */
.appdownload {
  text-align: center;
}
.appdownload__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appdownload__title > i {
  margin-right: 15px;
}
.appdownload__title > span {
  font-size: 30px;
  color: #e83015;
}
.appdownload__lead {
  margin: 20px 0;
  font-size: 16px;
}
.appdownload__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.appdownload__btns li + li {
  margin-left: 30px;
}
.appdownload__btns a {
  display: block;
}
.appdownload__notes {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .appdownload__title > i {
    margin-right: 10px;
  }
  .appdownload__title > i img {
    width: 74px;
    height: auto;
  }
  .appdownload__title > span {
    font-size: 20px;
  }
  .appdownload__lead {
    margin: 15px 0;
    font-size: 15px;
  }
  .appdownload__btns {
    margin-bottom: 15px;
  }
  .appdownload__btns li + li {
    margin-left: 10px;
  }
  .appdownload__btns img {
    width: auto;
    height: 10vw;
  }
  .appdownload__notes {
    font-size: 10px;
    text-align: left;
  }
}

/* howtobuy */
.howtobuy {
  padding: 0 38px;
}
.howtobuy__main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.howtobuy__title {
  margin-bottom: 15px;
  text-align: center;
}
.howtobuy__title h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  color: #e83015;
}
.howtobuy__title h4 small {
  position: relative;
  margin-bottom: 3px;
  padding: 0 24px;
  font-size: 13px;
}
.howtobuy__title h4 small::before, .howtobuy__title h4 small::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 20px;
  height: 0;
  border-top: solid 2px #e83015;
}
.howtobuy__title h4 small::before {
  left: 0;
  transform: rotate(60deg);
}
.howtobuy__title h4 small::after {
  right: 0;
  transform: rotate(-60deg);
}
.howtobuy__title h4 span {
  font-size: 24px;
}
.howtobuy__lead {
  margin-bottom: 15px;
  font-size: 14px;
}
.howtobuy__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  background: #e83015;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
}
.howtobuy__btn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.howtobuy__flow {
  flex: 0 0 582px;
}
.howtobuy__notes {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .howtobuy {
    padding: 0;
  }
  .howtobuy__main {
    display: block;
  }
  .howtobuy__text {
    margin-bottom: 45px;
  }
  .howtobuy__title {
    display: flex;
	justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
  }
  .howtobuy__title h4 {
    margin: 0;
  }
  .howtobuy__title h4 small {
    font-size: 11px;
  }
  .howtobuy__title h4 small::before, .howtobuy__title h4 small::after {
    width: 18px;
  }
  .howtobuy__title h4 span {
    font-size: 20px;
  }
  .howtobuy__title i {
    flex: 0 0 65px;
    margin: 0 5px 0 0;
  }
  .howtobuy__title i img {
    width: 100%;
    height: auto;
  }
  .howtobuy__lead {
    text-align: center;
  }
  .howtobuy__btn a {
    max-width: 300px;
  }
}

/* banners
================================================== */
.banners {
  margin: 30px 0 60px;
  text-align: center;
}
.banners > li + li {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .banners {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .banners > li.half {
    flex: 0 0 450px;
    margin-top: 0;
  }
  .banners > li.half + li.half {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banners {
    margin: 20px 0 50px;
    padding: 0 15px;
  }
  .banners > li + li {
    margin-top: 50px;
  }
  .banners img {
    width: 100%;
    height: auto;
  }
}

/* backtotop
================================================== */
.backtotop {
  text-align: center;
}
.backtotop a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  border: solid 1px #73ba4a;
  color: #73ba4a;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
}
.backtotop a::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #73ba4a;
  transform: rotate(135deg);
  left: 15px;
  top: 50%;
  margin-top: -6px;
}

/* Index Page
================================================== */
/* indexAnchor */
.indexAnchor {
  padding: 70px 0;
  background: #f9f4ed;
}
.indexAnchor__inner {
  width: 960px;
  margin: 0 auto;
}
.indexAnchor__title {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
}
.indexAnchor__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px -8px;
}
.indexAnchor__list > li {
  flex: 0 0 234px;
  padding: 0 4px 8px;
}
.indexAnchor__list a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 14px 10px;
  border: solid 1px #aeb6bf;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0.588px 0.809px 0px 0px rgba(174, 182, 191, 0.004);
  text-decoration: none !important;
  color: #333 !important;
}
.indexAnchor__list a::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #e83015 transparent;
}
.indexAnchor__list a > div {
  flex: 0 0 60px;
  width: 60px;
  margin-right: 8px;
}
.indexAnchor__list a > div img {
  width: 100%;
  height: auto;
}
.indexAnchor__list a > dl dt {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.45;
}
.indexAnchor__list a > dl dd {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .indexAnchor {
    padding: 35px 0;
  }
  .indexAnchor__inner {
    width: auto;
    padding: 0 15px;
  }
  .indexAnchor__title {
    font-size: 20px;
  }
  .indexAnchor__list {
    display: block;
    margin: 0;
  }
  .indexAnchor__list > li {
    padding: 0;
  }
  .indexAnchor__list > li + li {
    margin-top: 6px;
  }
  .indexAnchor__list a {
    padding: 5px;
  }
  .indexAnchor__list a > div {
    flex: 0 0 50px;
    width: 50px;
  }
  .indexAnchor__list a > dl dd {
    font-size: 15px;
  }
}

/* indexCreators */
.indexCreators {
  width: 960px;
  margin: 0 auto;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .indexCreators {
    width: auto;
    padding: 35px 15px;
  }
}

/* indexCreator */
.indexCreator {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexCreator + .indexCreator {
  margin-top: 80px;
}
.indexCreator__image {
  flex: 0 0 540px;
  width: 540px;
}
.indexCreator__text {
  flex: 0 0 380px;
  width: 380px;
}
.indexCreator__title {
  margin-bottom: 5px;
}
.indexCreator__title small, .indexCreator__title span {
  display: block;
}
.indexCreator__title small {
  font-size: 14px;
}
.indexCreator__title span {
  font-size: 26px;
}
.indexCreator__lead {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.625;
}
.indexCreator__profile__inner {
  display: flex;
  align-items: center;
}
.indexCreator__profile__image {
  flex: 0 0 80px;
  width: 80px;
  margin-right: 20px;
}
.indexCreator__profile__links {
  font-size: 16px;
}
.indexCreator__profile__copyright {
  margin-top: .5em;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .indexCreator {
    display: block;
  }
  .indexCreator__image {
    margin-bottom: 20px;
    width: auto;
  }
  .indexCreator__text {
    width: auto;
  }
  .indexCreator__title small {
    font-size: 13px;
  }
  .indexCreator__title span {
    font-size: 20px;
  }
  .indexCreator__lead {
    font-size: 15px;
    line-height: 1.5;
  }
  .indexCreator__profile__links {
    font-size: 15px;
  }
  .indexCreator__profile__copyright {
    font-size: 11px;
  }
}

/* Sample Page
================================================== */
.sampleSection {
  padding: 60px 0;
  text-align: center;
}
.sampleSection--bg {
  background: #f9f4ed;
}
.sampleSection__inner {
  width: 960px;
  margin: 0 auto;
}
.sampleSection__title {
  margin-bottom: 30px;
  border-bottom: solid 3px #e83015;
  font-size: 26px;
}
.sampleSection__lead {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.625;
}
.sampleSection__subtitle {
  margin: 50px 0 15px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .sampleSection {
    padding: 40px 0;
  }
  .sampleSection__inner {
    width: auto;
    padding: 0 15px;
  }
  .sampleSection__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .sampleSection__lead {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.45;
  }
  .sampleSection__subtitle {
    margin: 35px 0 15px;
    font-size: 18px;
  }
}

/* premium Page
================================================== */
.premiumSection {
	position: relative;
	margin: 0;
	padding: 145px 0 180px 0;
	border-top-style: solid;
	border-top-width: 4px;
}

.premiumSection#sanrio {
	background: url(/katsuyou/nenga/design/images/premium/2023/bg_premium_p.png);
	border-color:#f285a1;
}
.premiumSection#peterrabbit {
	background: url(/katsuyou/nenga/design/images/premium/2023/bg_premium_b.png);
	border-color:#69bed0;
	padding-bottom:90px;
}

.premiumSection__title {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: -132px;
	width: 100%;
	text-align: center;
}
.premiumSection__inner {
	width: 960px;
	margin: 0 auto;
}
.premiumSection__panel {
	position: relative;
	padding: 70px 36px 30px;
	background: #fff;
	border-radius: 20px;
	border-style: double;
	border-width: 4px;
}
.premiumSection#sanrio .premiumSection__panel {
	border-color: #f285a1;
}
.premiumSection#peterrabbit .premiumSection__panel {
	border-color: #69bed0;
}

.premiumSection__panel + .premiumSection__panel {
	margin-top: 70px;
}
.premiumSection__panel__title {
	position: absolute;
	left: 50%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
	width: 383px;
	height: 60px;
	background-repeat: no-repeat;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.premiumSection#sanrio .premiumSection__panel__title {
	background-image: url(/katsuyou/nenga/design/images/premium/2023/ttl_pink.svg);
	top:-11px;
}
.premiumSection#peterrabbit .premiumSection__panel__title {
	background-image: url(/katsuyou/nenga/design/images/premium/2023/ttl_blue.svg);
	top:-11px;
}

.premiumSection__panel__title span {
	margin-top: -.3em;
}
.premiumSection__panel__title span sup {
	font-size:14px;
}
.premiumSection__panel__body {
	display: flex;
}
.premiumSection__panel__image {
	flex: 0 0 540px;
	margin-right: 45px;
}
@media only screen and (min-width: 768px) {
	.premiumSection#peterrabbit .premiumSection__panel__body:nth-of-type(even) .premiumSection__panel__image {
		order:2;
		margin-right:0;
		margin-left:30px;
	}
	.premiumSection__panel__body:nth-of-type(even) .premiumSection__panel__text {
		order:1;
	}
	.premiumSection#peterrabbit .premiumSection__panel__image {
		margin-right:30px;
	}
	.premiumSection#peterrabbit .premiumSection__panel__text {
		padding-top:25px;
	}
	.premiumSection#peterrabbit .premiumSection__panel__text .premiumSection__panel__img {
		margin-top:20px;
	}
}
.premiumSection__panel__image p {
	margin-top: 1em;
	font-size: 10px;
}
.premiumSection__panel__text {
	flex: 1 0 0%;
	max-width: 100%;
}
.premiumSection__panel__text > div {
	margin-bottom: 1em;
	text-align: center;
}
.premiumSection#sanrio .premiumSection__panel__text .premiumSection__panel__img img {
	width: auto;
	height: 180px;
}
.premiumSection__panel__text > dl dt {
	margin-bottom: .3em;
	font-size: 16px;
	color:#f285a1;
}
.premiumSection__panel__text > dl dd {
	font-size: 14px;
	line-height: 1.7;
}
@media only screen and (max-width: 767px) {
	.premiumSection {
		padding: 30vw 5vw;
	}
	.premiumSection#sanrio {
		margin-top:15vw;
	}
	.premiumSection__title {
		top: -17vw;
		padding: 0 3vw;
	}
	.premiumSection__inner {
		width: auto;
	}
	.premiumSection__panel {
		padding: 15vw 5vw;
	}
	.premiumSection__panel + .premiumSection__panel {
		margin-top: 60px;
	}
	.premiumSection__panel__title {
		width: 86.667vw;
		height: 13.6vw;
		background-size: 86.667vw 13.6vw;
		font-size: 5.333vw;
	}
	.premiumSection__panel__title span {
		margin-top: -.4em;
	}
	.premiumSection__panel__title span sup {
		font-size:3vw;
	}
	.premiumSection__panel__body {
		flex-wrap: wrap;
	}
	.premiumSection__panel__image {
		width:100%;
		margin: 3vw 0 0 0;
	}
	.premiumSection__panel__image p {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		text-align: center;
	}
	.premiumSection__panel__image {
		order:2;
		flex: inherit;
	}
	.premiumSection#sanrio .premiumSection__panel__text .premiumSection__panel__img img {
		max-width: 100%;
		height: 100%;
		max-height: 160px;
	}
	.premiumSection#peterrabbit .premiumSection__panel__text .premiumSection__panel__img img {
		max-width:50%;
	}
	.premiumSection#peterrabbit .premiumSection__panel__text {
		display:flex;
		flex-wrap: wrap;
	}
	.premiumSection#peterrabbit .premiumSection__panel__text p {
		order:2;
	}
	.premiumSection#peterrabbit .premiumSection__panel__text .premiumSection__panel__img {
		order:1;
	}
	.premiumSection .copyright img {
		width:80%;
		height:auto;
	}
}



