@charset "UTF-8";
html {
  font-size: 62.5%;
}

.br::before {
  content: "\a";
  white-space: pre;
}

/*====================================================================
 .accordion_one
====================================================================*/
.accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.accordion_one .accordion_header {
  color: #fff;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  list-style-type: none;
}
.accordion_one .accordion_header a {
  color: #fff;
}
.accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 63%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
  transform: rotate(-90deg);
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 14px;
  top: 2px;
  left: 8px;
  transform: rotate(-45deg);
}
.accordion_one .accordion_header .i_box .one_i:after {
  top: 8px;
  left: 11px;
  transform: rotate(-45deg);
}
.accordion_one .accordion_header.open .i_box {
  top: 55%;
  right: 7%;
  transform: rotate(0deg);
}
.accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.accordion_one .accordion_inner.box_one {
  height: 300px;
}
.accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

ul.accordion_one {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .accordion_one .accordion_header {
    font-size: 16px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #9fbcd7;
    text-align: left;
    padding: 15px 20px;
  }
}
.br::before {
  content: "\a";
  white-space: pre;
}

.spbr::before {
  content: "\a";
  white-space: pre;
}

.sptbbr::before {
  content: "\a";
  white-space: pre;
}

@media only screen and (min-width: 768px) {
  .spbr::before {
    content: "";
    white-space: unset;
  }
  .tbpcbr::before {
    content: "\a";
    white-space: pre;
  }
}
@media only screen and (min-width: 1150px) {
  .sptbbr::before {
    content: "";
    white-space: unset;
  }
  .pcbr::before {
    content: "\a";
    white-space: pre;
  }
}
body {
  color: #606060;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

.ec-layoutRole {
  background-color: transparent;
}

#page_homepage .ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}
#page_homepage .ec-role {
  max-width: none;
}

/*================================
	header
=================================*/
#header_new .ec-headerNaviRole__head p {
  background: linear-gradient(75deg, #A3EAE7, #51C1DE);
  text-shadow: 1px 1px 1px #9fbcd7;
  letter-spacing: 2px;
  text-align: center;
  padding: 6px 0;
  color: #ffffff;
}
#header_new .ec-headerNaviRole {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 0;
}
#header_new .ec-headerNaviRole .ec-headerNaviRole__left {
  display: flex;
  padding-left: 14px;
}
#header_new .ec-headerNaviRole .ec-headerNaviRole__logo {
  max-width: 144px;
}
#header_new .ec-headerNaviRole .ec-headerNaviRole__logo img {
  width: 1440px;
}
#header_new .ec-headerNaviRole .ec-headerNaviRole__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#header_new .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNaviRole__right--top {
  display: flex;
}
#header_new .ec-headerNaviRole .ec-headerNav .ec-headerNav__itemIcon {
  color: #606060;
}
#header_new .ec-cartNavi .ec-cartNavi__icon {
  color: #606060;
  -webkit-animation: none;
          animation: none;
}
#header_new .ec-headerNavSP {
  color: #606060;
}
@media only screen and (min-width: 768px) {
  #header_new .ec-headerNaviRole {
    margin-top: 14px;
  }
  #header_new .ec-headerNaviRole__search {
    width: 420px;
  }
}

/*================================
	side-navigation
=================================*/
.ec-drawerRole {
  background: linear-gradient(145deg, #A3E2E7, #51C1DE);
}

.ec-drawerRoleClose {
  color: #606060;
}

#headerSearch {
  background: transparent;
}
#headerSearch .ec-headerSearch__category .ec-select_search {
  background-color: #3889B7;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
#headerSearch .ec-headerSearch__category .ec-select select {
  max-width: none;
}
#headerSearch .ec-headerSearch__keyword {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: none;
}
@media only screen and (min-width: 768px) {
  #headerSearch .ec-headerNaviRole__search {
    width: 450px;
  }
  #headerSearch .ec-headerSearch__category .ec-select_search {
    background-color: #3889B7;
    border-top-right-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  #headerSearch .ec-headerSearch__keyword {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0;
    border: none;
    height: 36px;
  }
}

#headerCategoryArea .ec-headerCategoryArea__heading {
  background: transparent;
  border-top: none;
  border-bottom: none;
  color: #fff;
  text-shadow: 1px 1px 1px #9fbcd7;
  font-weight: 400;
}
#headerCategoryArea .ec-itemNav__nav li a {
  background: transparent;
  border-bottom: none;
  color: white;
  text-shadow: 1px 1px 1px #9fbcd7;
}

#headerLinkArea {
  background-color: transparent;
}
#headerLinkArea .ec-headerLink__list {
  border-top: none;
}
#headerLinkArea .ec-headerLink__list:last-of-type {
  margin-bottom: 108px;
}
#headerLinkArea .ec-headerLink__list:not(:last-of-type) {
  border-bottom: 1px solid #fff;
  margin: 0 5%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#headerLinkArea .ec-headerLink__item {
  border-bottom: none;
  font-weight: 400;
  text-shadow: 1px 1px 1px #9fbcd7;
}

/*================================
	global-navigation
=================================*/
#global {
  display: none;
}
@media only screen and (min-width: 768px) {
  #global {
    display: block;
    border-bottom: 1px solid #BABABA;
    margin-bottom: 53px;
  }
  #global .ec-grobalRole {
    max-width: 1130px !important;
    margin: 0 auto;
  }
  #global .ec-grobalRole .ec-grobalNavi {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    margin-top: 12px;
    margin-bottom: 0;
  }
  #global .ec-grobalRole .ec-grobalNavi__link {
    width: 20%;
    text-align: center;
    transition: 0.3s;
  }
  #global .ec-grobalRole .ec-grobalNavi__link:hover {
    background-color: #eee;
  }
  #global .ec-grobalRole .ec-grobalNavi a {
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #606060;
    width: 100%;
    padding: 12px 0;
    display: block;
  }
  #global .ec-grobalRole .ec-grobalNavi .menu__multi {
    position: relative;
  }
  #global .ec-grobalRole .ec-grobalNavi .menu__multi:hover .menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }
  #global .ec-grobalRole .ec-grobalNavi .menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #eee;
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 1;
    padding-left: 0;
  }
  #global .ec-grobalRole .ec-grobalNavi .menu__second-level li {
    position: relative;
    list-style-type: none;
  }
  #global .ec-grobalRole .ec-grobalNavi .menu__second-level li:hover {
    background: #dfdfdf;
    transition: all 0.2s ease;
  }
  #global .ec-grobalRole .ec-grobalNavi .menu__second-level li:hover .menu__third-level {
    visibility: visible;
    opacity: 1;
  }
  #global .ec-grobalRole .ec-grobalNavi .menu__third-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #dfdfdf;
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    display: flex;
  }
  #global .ec-grobalRole .ec-grobalNavi .menu__third-level ul {
    padding-left: 0;
    width: 100%;
    min-width: 200px;
    background: #dfdfdf;
  }
  #global .ec-grobalRole .ec-grobalNavi .menu__third-level li {
    background: #dfdfdf;
    width: 100%;
  }
  #global .ec-grobalRole .ec-grobalNavi .menu__third-level li:hover {
    background: #c9c9c9;
  }
}

/*================================
	slider
=================================*/
#slider .ec-sliderRole {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
#slider .ec-sliderRole .main_visual .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}
#slider .ec-sliderRole .main_visual__info {
  position: absolute;
}
#slider .ec-sliderRole .main_visual__info--title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #606060;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
  line-height: 2;
}
#slider .ec-sliderRole .main_visual__info--description {
  color: #707070;
  margin-bottom: 16px;
  line-height: 2;
}
#slider .ec-sliderRole .main_visual__info--link {
  display: block;
  padding: 10px 0;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 4px;
  transition: 0.3s;
}
#slider .ec-sliderRole .main_visual__info--link:hover {
  opacity: 0.8;
}
#slider .ec-sliderRole .main_visual__info--01 {
  bottom: 42px;
  left: 32px;
}
#slider .ec-sliderRole .main_visual__info--01 .main_visual__info--titleIcon {
  position: absolute;
  top: -50px;
  left: -20px;
  background-color: #E8AE7B;
  display: block;
  width: 75px;
  height: 75px;
  z-index: -1;
  text-align: center;
  border-radius: 50%;
  line-height: 75px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: white;
}
#slider .ec-sliderRole .main_visual__info--01 a {
  background: linear-gradient(145deg, #51C1DE, #BBEBE9);
  color: white;
}
#slider .ec-sliderRole .main_visual__info--02 {
  top: 42px;
  right: 32px;
  width: 60%;
}
#slider .ec-sliderRole .main_visual__info--02 a {
  background: linear-gradient(145deg, #DEA175, #E3C440);
  color: white;
}
#slider .ec-sliderRole .main_visual__info--03 {
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7333333333);
  padding: 23px 25px 33px;
  border-radius: 21px;
}
#slider .ec-sliderRole .main_visual__info--03 a {
  background: linear-gradient(145deg, #00D9D1, #72E340);
  color: white;
}
@media only screen and (min-width: 768px) {
  #slider .ec-sliderRole .main_visual .slick-slide {
    margin-left: 40px;
    margin-right: 40px;
  }
  #slider .ec-sliderRole .main_visual__info--title {
    font-size: 2.8rem;
  }
  #slider .ec-sliderRole .main_visual__info--description {
    font-size: 1.8rem;
  }
  #slider .ec-sliderRole .main_visual__info--01 {
    bottom: 54px;
    left: auto;
    right: 40px;
  }
  #slider .ec-sliderRole .main_visual__info--02 {
    width: 260px;
    right: 40px;
  }
  #slider .ec-sliderRole .main_visual__info--02 img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #slider .ec-sliderRole .main_visual__info--03 {
    width: 80%;
    padding: 25px 50px 25px;
  }
}
@media only screen and (min-width: 1150px) {
  #slider .ec-sliderRole .main_visual__info--01 {
    bottom: 54px;
    left: auto;
    right: 70px;
  }
  #slider .ec-sliderRole .main_visual__info--02 {
    width: 380px;
    right: 80px;
  }
  #slider .ec-sliderRole .main_visual__info--03 {
    width: 60%;
    padding: 56px 100px 62px;
  }
}

#page_homepage .ec-layoutRole__main .slick-initialized .slick-slide {
  position: relative;
}
#page_homepage .ec-layoutRole__main .slick-initialized .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(90vh - 80px);
  min-height: 600px;
}
@media only screen and (min-width: 768px) {
  #page_homepage .ec-layoutRole__main .slick-initialized .slick-slide img {
    height: 594px;
    border-radius: 24px;
  }
}

/*================================
	ranking
=================================*/
#page_homepage #ranking {
  max-width: 1130px !important;
  margin: 0 auto;
}
#page_homepage #ranking .ec-newItemHeader .ec-secHeading {
  color: #606060;
}
#page_homepage #ranking .ec-newItemHeader .ec-secHeading__en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  letter-spacing: 4px;
}
#page_homepage #ranking .ec-newItemHeader .ec-secHeading__ja {
  padding-left: 10px;
}
#page_homepage #ranking .ec-newItemHeader .ec-secHeading:after {
  display: block;
  content: " ";
  background: linear-gradient(145deg, #51C1DE, #BBEBE9);
  width: 90%;
  height: 4px;
}
#page_homepage #ranking .ec-newItemRole {
  padding-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
#page_homepage #ranking .ec-newItemRole img {
  width: 260px;
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  transition: 0.3s;
}
#page_homepage #ranking .ec-newItemRole img:hover {
  scale: 1.02;
  opacity: 0.8;
}
#page_homepage #ranking .ec-newItemRole a {
  color: #606060;
  text-decoration: none;
}
#page_homepage #ranking .ec-newItemRole__listItemTitle {
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  #page_homepage #ranking .ec-newItemHeader .ec-secHeading:after {
    width: 35%;
  }
  #page_homepage #ranking .ec-newItemRole__listItemTitle {
    font-weight: normal;
    font-size: 1.8rem;
  }
  #page_homepage #ranking .ec-newItemRole__listItemPrice {
    font-size: 1.6rem;
    text-align: right;
  }
}
@media only screen and (min-width: 1150px) {
  #page_homepage #ranking {
    padding-left: 0;
    padding-right: 0;
  }
  #page_homepage #ranking .ec-newItemHeader .ec-secHeading:after {
    width: 30%;
  }
  #page_homepage #ranking .ec-newItemRole {
    padding: 0 0 45px;
  }
}

/*================================
	about
=================================*/
#page_homepage #about {
  margin: 0 auto;
  max-width: 1130px;
  max-height: 380px;
  background-size: cover;
  padding: 0;
  margin-top: min(5vw, 50px);
  margin-bottom: min(5vw, 50px);
}
#page_homepage #about .ec-subscriptionRole {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../img/top/top-back.png"),url("../img/top/OurConcept.png");
  background-size: cover;
}
#page_homepage #about .ec-secDescription {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: min(3.47vw, 57px);
  margin-bottom: min(3.47vw, 71px);
  margin-left: min(3.47vw, 55px);
}
#page_homepage #about .ec-subscriptionRole .ec-secDescription--item {
  font-size: clamp(22px, 1.46vw + 11.46px, 28px);
  font-weight: 500;
}
#page_homepage #about .ec-subscriptionRole .ec-secDescription--content {
  font-size: clamp(12px, 1.46vw + 1.46px, 18px);
  word-break: auto-phrase;
}
#page_homepage #about .ec-subscriptionRole .ec-subscriptionSpImage {
  display: none;
}
#page_homepage #about .ec-subscriptionRole .ec-secDescription--link {
  text-decoration: none;
  background: linear-gradient(145deg, #51C1DE, #BBEBE9);
  color: white;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.49vw + 10.49px, 16px);
  text-align: center;
  line-height: min(3vw, 30px);
}
#page_homepage #about .ec-subscriptionRole .ec-secDescription--link:hover {
  opacity: 0.8;
}
#page_homepage #about .ec-subscriptionImage {
  aspect-ratio: 550 / 332;
  width: 52%;
  height: auto;
  margin-top: min(1.2vw, 12px);
  margin-bottom: min(1.8vw, 18px);
  margin-right: min(2.3vw, 23px);
}
@media only screen and (max-width: 720px) {
  #page_homepage #about {
    max-width: 480px;
    height: 600px;
    margin-top: min(5.24vw, 20px);
    margin-bottom: min(12.7vw, 47px);
  }
  #page_homepage #about .ec-subscriptionRole {
    display: block;
    height: 420px;
    background-image: url("../img/top/top-back-sp.png"),url("../img/top/OurConcept-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right, bottom left;
  }
  #page_homepage #about .ec-secDescription {
    align-items: center;
    height: 420px;
    margin: 0 auto;
    padding-top: 43.2px;
    padding-bottom: 43.2px;
  }
  #page_homepage #about .ec-subscriptionRole .ec-secDescription--item,
  #page_homepage #about .ec-subscriptionRole .ec-secDescription--content {
    text-align: center;
  }
  #page_homepage #about .ec-subscriptionRole .ec-secDescription--item > br {
    display: none;
  }
  #page_homepage #about .ec-subscriptionRole .ec-secDescription--content {
    line-height: 19px;
  }
  #page_homepage #about .ec-subscriptionRole .ec-secDescription--link {
    width: 70%;
  }
  #page_homepage #about .ec-subscriptionRole .ec-subscriptionSpImage {
    display: inline;
  }
  #page_homepage #about .ec-subscriptionRole .ec-subscriptionSpImage {
    aspect-ratio: 254 / 95;
    width: 66.5%;
  　height: auto;
  }
  #page_homepage #about .ec-subscriptionRole .ec-secDescription--link {
    line-height: 24px;
  }
  #page_homepage #about .ec-subscriptionImage {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #page_homepage #about .ec-subscriptionRole {
   height: clamp(400px, 10vw + 372px, 420px);
  }
  #page_homepage #about .ec-secDescription {
    margin: 0 auto;
  }
  #page_homepage #about .ec-subscriptionRole .ec-secDescription--content {
    line-height: max(3.96vw, 15px);
  }
  #page_homepage #about .ec-subscriptionRole .ec-secDescription--item {
    font-size: clamp(16px, 3.75vw + 4px, 22px);
  }
  #page_homepage #about .ec-subscriptionRole .ec-subscriptionSpImage {
    width: 90%;
  }
}

/*================================
	subscription
=================================*/
#page_homepage #subscription {
  color: #606060;
  background: url("../img/top/subscription.jpg") no-repeat;
  background-size: cover;
  padding: 30px;
}
#page_homepage #subscription .ec-subscriptionRole {
  background-color: rgba(255, 255, 255, 0.8666666667);
  padding: 20px;
  padding-bottom: 30px;
}
#page_homepage #subscription .ec-subscriptionRole .ec-secHeading__en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  letter-spacing: 3px;
  color: #606060;
}
#page_homepage #subscription .ec-subscriptionRole .ec-secHeading__ja {
  display: block;
  color: #606060;
}
#page_homepage #subscription .ec-subscriptionRole .ec-secDescription--item {
  margin-bottom: 10px;
}
#page_homepage #subscription .ec-subscriptionRole .ec-secDescription--sup {
  color: #707070;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
#page_homepage #subscription .ec-subscriptionRole .ec-secDescription--link {
  display: block;
  background: linear-gradient(75deg, #51C1DE, #BBEBE9);
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
#page_homepage #subscription .ec-subscriptionRole .ec-secDescription--link:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  #page_homepage #subscription {
    background: url("../img/top/subscription_pc.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  #page_homepage #subscription .ec-subscriptionRole {
    width: 50%;
    margin-left: 50%;
    padding: 60px 40px;
    max-width: 560px;
  }
  #page_homepage #subscription .ec-subscriptionRole .ec-secDescription--item {
    margin-bottom: 10px;
  }
  #page_homepage #subscription .ec-subscriptionRole .ec-secDescription--sup {
    font-size: 1.4rem;
    margin-bottom: 23px;
  }
}

/*================================
	series
=================================*/
#page_homepage #series {
  background-color: transparent;
  max-width: 1130px !important;
  margin: 0 auto;
  padding-top: 0;
}
#page_homepage #series .ec-role .ec-secHeading {
  color: #606060;
}
#page_homepage #series .ec-role .ec-secHeading__en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  letter-spacing: 4px;
}
#page_homepage #series .ec-role .ec-secHeading__ja {
  padding-left: 10px;
}
#page_homepage #series .ec-role .ec-secHeading:after {
  display: block;
  content: " ";
  background: linear-gradient(145deg, #51C1DE, #BBEBE9);
  width: 90%;
  height: 4px;
}
#page_homepage #series .ec-role .ec-topicRole__list a img {
  border-radius: 10px;
  box-shadow: 2px 2px 6px #eee;
}
#page_homepage #series .ec-role .ec-topicRole__listTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  padding-top: 4px;
}
#page_homepage #series .ec-role .ec-topicRole__listDescription {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  padding-top: 2px;
}
#page_homepage #series .ec-role .ec-topicRole__listOther {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}
#page_homepage #series .ec-role .ec-topicRole__listOther--Link {
  width: calc(33.3333333333% - 14px);
  text-decoration: none;
  text-align: center;
  color: #606060;
}
#page_homepage #series .ec-role .ec-topicRole__listOther--Link img {
  border-radius: 10px;
  box-shadow: 2px 2px 6px #eee;
}
#page_homepage #series .ec-role .ec-topicRole__listOther--Link p {
  padding-top: 4px;
}
@media only screen and (min-width: 768px) {
  #page_homepage #series .ec-role .ec-topicRole__listItem img {
    transition: 0.3s;
  }
  #page_homepage #series .ec-role .ec-topicRole__listItem img:hover {
    scale: 1.02;
    opacity: 0.8;
  }
  #page_homepage #series .ec-role .ec-topicRole__listTitle {
    font-size: 1.8rem;
    padding-top: 8px;
  }
  #page_homepage #series .ec-role .ec-topicRole__listDescription {
    font-size: 1.6rem;
  }
  #page_homepage #series .ec-role .ec-topicRole__listOther {
    flex-wrap: nowrap;
  }
  #page_homepage #series .ec-role .ec-topicRole__listOther--Link img {
    transition: 0.3s;
  }
  #page_homepage #series .ec-role .ec-topicRole__listOther--Link img:hover {
    scale: 1.05;
    opacity: 0.8;
  }
  #page_homepage #series .ec-role .ec-topicRole__listOther--Link p {
    font-size: 1.8rem;
    padding-top: 8px;
  }
  #page_homepage #series .ec-role .ec-secHeading:after {
    width: 35%;
  }
}
@media only screen and (min-width: 1150px) {
  #page_homepage #series {
    padding-left: 0;
    padding-right: 0;
  }
  #page_homepage #series .ec-role {
    padding-left: 0;
    padding-right: 0;
  }
  #page_homepage #series .ec-role .ec-secHeading:after {
    width: 30%;
  }
}

/*================================
	category
=================================*/
#page_homepage #category {
  background-color: transparent;
  max-width: 1130px !important;
  margin: 0 auto;
  padding-top: 0;
}
#page_homepage #category .ec-secHeading {
  color: #606060;
}
#page_homepage #category .ec-secHeading__en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  letter-spacing: 4px;
}
#page_homepage #category .ec-secHeading__ja {
  padding-left: 10px;
}
#page_homepage #category .ec-secHeading:after {
  display: block;
  content: " ";
  background: linear-gradient(145deg, #51C1DE, #BBEBE9);
  width: 90%;
  height: 4px;
}
#page_homepage #category .ec-categoryRole__list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}
#page_homepage #category .ec-categoryRole__list--Link {
  width: calc(33.3333333333% - 14px);
  text-decoration: none;
  text-align: center;
  color: #606060;
  position: relative;
  transition: 0.3s;
}
#page_homepage #category .ec-categoryRole__list--Link img {
  border-radius: 10px;
  box-shadow: 1px 1px 6px #eee;
}
#page_homepage #category .ec-categoryRole__list--Link p {
  padding-top: 4px;
}
#page_homepage #category .ec-categoryRole__list--LinkTitle--en {
  display: none;
}
@media only screen and (min-width: 768px) {
  #page_homepage #category .ec-secHeading:after {
    width: 35%;
  }
  #page_homepage #category .ec-categoryRole__list--Link:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(180, 232, 232, 0.5) 50%, rgba(113, 210, 224, 0.7) 80%, rgba(0, 172, 208, 0.75) 100%);
    transition: 1s;
  }
  #page_homepage #category .ec-categoryRole__list--Link:hover {
    transform: scale(1.05);
  }
  #page_homepage #category .ec-categoryRole__list--LinkTitle {
    z-index: 999;
    color: #fff;
    text-shadow: 1px 1px 4px #9fbcd7;
    position: absolute;
    bottom: 18px;
    right: 18px;
    text-align: right;
  }
  #page_homepage #category .ec-categoryRole__list--LinkTitle--ja {
    letter-spacing: 2px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
  }
  #page_homepage #category .ec-categoryRole__list--LinkTitle--en {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1150px) {
  #page_homepage #category .ec-role {
    padding-left: 0;
    padding-right: 0;
  }
  #page_homepage #category .ec-secHeading:after {
    width: 30%;
  }
}

/*================================
	Information
=================================*/
#page_homepage .ec-role__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  #page_homepage .ec-role__wrapper {
    flex-direction: row;
  }
}
#page_homepage #Information {
  color: #606060;
  position: relative;
}
#page_homepage #Information::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  top: 20px;
  left: -10px;
  width: 117px;
  height: 117px;
  background-color: #F3FAFA;
}
#page_homepage #Information .ec-newsRole .ec-secHeading {
  color: #606060;
}
#page_homepage #Information .ec-newsRole .ec-secHeading__en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  letter-spacing: 4px;
}
#page_homepage #Information .ec-newsRole .ec-secHeading__ja {
  padding-left: 10px;
}
#page_homepage #Information .ec-newsRole .ec-newsRole__news {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
#page_homepage #Information .ec-newsRole .ec-newsRole__news--list {
  text-align: right;
}
#page_homepage #Information .ec-newsRole .ec-newsRole__news--list a {
  color: #707070;
  text-decoration: none;
}
#page_homepage #Information .ec-newsRole .ec-newsRole__newsItem {
  border-bottom: 1px solid #CCCCCC;
}
#page_homepage #Information .ec-newsRole .ec-newsRole__newsDate {
  color: #606060;
  font-size: 1.3rem;
}
#page_homepage #Information .ec-newsRole .ec-newsRole__newsTitle {
  font-size: 1.6rem;
  font-weight: 400;
}
#page_homepage #Information .ec-newsRole .ec-newsRole__newsDescription {
  color: #888;
}
#page_homepage #Information .ec-newsRole .ec-newsRole__newsCloseBtn {
  background: transparent;
}
#page_homepage #Information .ec-newsRole .ec-newsRole__newsCloseBtn i {
  color: #606060;
}
@media only screen and (min-width: 768px) {
  #page_homepage #Information .ec-newsRole .ec-secHeading {
    margin-bottom: 0;
  }
  #page_homepage #Information .ec-newsRole .ec-newsRole__news {
    padding-top: 0;
  }
}

/*================================
	faq
=================================*/
#faq {
  position: relative;
}
#faq::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: 0px;
  width: 80px;
  height: 80px;
  background-color: #F3FAFA;
}
#faq .ec-newsRole .ec-secHeading {
  color: #606060;
}
#faq .ec-newsRole .ec-secHeading__en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  letter-spacing: 4px;
}
#faq .ec-newsRole .ec-secHeading__ja {
  padding-left: 10px;
}
#faq .ec-newsRole .ec-newsRole__news {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
#faq .ec-newsRole .ec-newsRole__news--list {
  text-align: right;
}
#faq .ec-newsRole .ec-newsRole__news--list a {
  color: #707070;
  text-decoration: none;
}
#faq .ec-newsRole .ec-newsRole__newsColumn {
  padding-top: 10px;
}
#faq .ec-newsRole .ec-newsRole__newsItem {
  border-bottom: 1px solid #CCCCCC;
}
#faq .ec-newsRole .ec-newsRole__newsTitle {
  font-size: 1.6rem;
  font-weight: 400;
}
#faq .ec-newsRole .ec-newsRole__newsDescription {
  color: #888;
}
#faq .ec-newsRole .ec-newsRole__newsCloseBtn {
  background: transparent;
}
#faq .ec-newsRole .ec-newsRole__newsCloseBtn i {
  color: #606060;
}
@media only screen and (min-width: 768px) {
  #faq .footer_new--sp {
    display: block;
  }
  #faq .footer_new--pc {
    display: none;
  }
  #faq .ec-newsRole .ec-secHeading {
    margin-bottom: 0;
  }
  #faq .ec-newsRole .ec-newsRole__news {
    padding-top: 0;
  }
  #faq .ec-newsRole .ec-newsRole__newsColumn {
    width: 100%;
    padding-top: 0;
  }
}

/*================================
	footer
=================================*/
#footer_new {
  color: #fff;
}
#footer_new .ec-footerRole {
  background: linear-gradient(145deg, #A3EAE7, #51C1DE);
  border-top: none;
  padding-top: 40px;
}
#footer_new .ec-footerNavi {
  display: flex;
  flex-wrap: wrap;
}
#footer_new .ec-footerNavi .ec-footerNavi__link {
  width: 50%;
}
#footer_new .ec-footerNavi .ec-footerNavi__link a {
  border-bottom: none;
  text-decoration: underline;
}
#footer_new .ec-footerTitle {
  padding-top: 25px;
}
#footer_new .ec-footerTitle__logo {
  margin-bottom: 20px;
}
#footer_new .ec-footerTitle__logo img {
  width: 150px;
}
#footer_new .ec-footerTitle__sns ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 20px;
}
#footer_new .ec-footerTitle__sns ul li span {
  text-align: center;
}
#footer_new .ec-footerTitle__sns ul li span i {
  color: white;
  font-size: 3.8rem;
}
#footer_new .ec-footerRole__menu {
  display: flex;
  max-width: 1130px !important;
  margin: 0 auto;
  justify-content: space-around;
  padding-bottom: 48px;
}
#footer_new .ec-footerRole__menu ul {
  list-style-type: none;
  padding-left: 0;
}
#footer_new .ec-footerRole__menu ul li {
  padding-bottom: 21px;
}
#footer_new .ec-footerRole__menu ul li a {
  color: #fff;
  text-shadow: 1px 1px 1px #9fbcd7;
}
#footer_new .ec-footerRole__info {
  display: flex;
  max-width: 1130px !important;
  margin: 0 auto;
  justify-content: space-around;
  border-top: 1px solid #fff;
  padding-top: 64px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px #9fbcd7;
}
#footer_new .ec-footerRole__info .ec-footerRole__info--left .ec-footerTitle__logo {
  text-align: center;
}
#footer_new .ec-footerRole__info .ec-footerRole__info--center a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 1px #9fbcd7;
}
#footer_new .ec-footerRole__info .ec-footerRole__info--center dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
#footer_new .ec-footerRole__info .ec-footerRole__info--center dd {
  padding-left: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
#footer_new .ec-footerRole__info .ec-footerRole__info--right dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
#footer_new .ec-footerRole__info .ec-footerRole__info--right dd {
  padding-left: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
#footer_new .ec-footerRole__info .ec-footerRole__info--right ul {
  margin-top: 4px;
  list-style-type: none;
  padding-left: 0;
}
#footer_new .ec-footerRole__info .ec-footerRole__info--right ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
#footer_new .footer_new--sp {
  display: block;
}
#footer_new .footer_new--pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  #footer_new .footer_new--sp {
    display: none;
  }
  #footer_new .footer_new--pc {
    display: block;
  }
  #footer_new .ec-footerRole {
    padding-top: 84px;
  }
  #footer_new .ec-footerNavi {
    justify-content: center;
  }
  #footer_new .ec-footerNavi .ec-footerNavi__link {
    width: auto;
  }
}

/*================================
	Underlayer
=================================*/
/*================================
	subscription
=================================*/
#page_user_data .ec-contactRoleSubscription .row {
  display: flex;
  flex-wrap: wrap;
  margin: 3% 0;
}
#page_user_data .ec-contactRoleSubscription .topInnerTableDataImg {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.accbox {
  width: 100%;
  padding: 10px 10px 20px;
}

.accbox input {
  display: none;
  /*チェックボックスを隠す*/
}

.accbox label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #525263;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 10px;
  background-color: #ffffff;
}

.accbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}

.accbox li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#subscription_title:checked ~ #subscription_process li,
#question1:checked ~ #answer1 li,
#question2:checked ~ #answer2 li,
#question3:checked ~ #answer3 li,
#question4:checked ~ #answer4 li,
#question5:checked ~ #answer5 li,
#question6:checked ~ #answer6 li,
#question7:checked ~ #answer7 li,
#question8:checked ~ #answer8 li,
#question9:checked ~ #answer9 li,
#question10:checked ~ #answer10 li,
#question11:checked ~ #answer11 li,
#question12:checked ~ #answer12 li,
#question13:checked ~ #answer13 li,
#question14:checked ~ #answer14 li,
#question15:checked ~ #answer15 li,
#question16:checked ~ #answer16 li,
#question17:checked ~ #answer17 li,
#question18:checked ~ #answer18 li {
  height: auto;
  opacity: 1;
  background: #ffffff;
  padding: 10px;
}

.accbox label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #525263 2px solid;
  border-right: #525263 2px solid;
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.accbox input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #525263 2px solid;
  border-right: #525263 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.ec-blockBtn--action {
  background: linear-gradient(145deg, #F19473, #E3C440);
  transition: 0.3s;
  border-radius: 8px;
  border: none;
}
.ec-blockBtn--action:hover {
  background: linear-gradient(145deg, #DEA175, #E3C440);
  opacity: 0.8;
}

/*================================
	search
=================================*/
.ec-searchnavRole .ec-searchnavRole__infos {
  border-top: none;
}

/*================================
	tiMeeBox
=================================*/
.tiMeeBox__wrap .pcbr {
  display: none;
}
.tiMeeBox__wrap .spbr {
  display: inline;
}
@media (min-width: 1025px) {
  .tiMeeBox__wrap .pcbr {
    display: inline;
  }
}
@media screen and (min-width: 600px) {
  .tiMeeBox__wrap .spbr {
    display: none;
  }
}
.tiMeeBox__wrap h3 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.tiMeeBox__wrap #footer_new .ec-footerRole {
  background: #aaa;
}
.tiMeeBox__wrap #footer_new .ec-footerRole__menu ul li a {
  text-shadow: none;
}
.tiMeeBox__wrap #footer_new .ec-footerRole__info {
  text-shadow: none;
}
.tiMeeBox__wrap #footer_new .ec-footerRole__info .ec-footerRole__info--center a {
  text-shadow: none;
}
.tiMeeBox__wrap .box2021autumn_button {
  z-index: 9999;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.tiMeeBox__wrap .box2021autumn_button span {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #666666;
}
.tiMeeBox__wrap .box2021autumn_button a {
  display: block;
}
.tiMeeBox__wrap .box_common_button {
  z-index: 9999;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.tiMeeBox__wrap .box_common_button span {
  position: absolute;
  top: 17px;
  left: 19px;
  color: #666666;
}
.tiMeeBox__wrap .text_color_white span {
  color: #EEE;
}
.tiMeeBox__wrap .box_common_button a {
  display: block;
}/*# sourceMappingURL=customize.css.map */
/* Xロゴ位置修正対応 */
@media screen and (min-width: 768px) {
  .ec-footerNavi__link img {
    position: relative;
    top: 6px; /* 画像を上から10ピクセル下げる */
  }
}