
@charset "UTF-8";
/*common*/
body {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-style: normal;
  font-weight: 200;
}
body.fix {
  position: fixed;
  width: 100%;
  top: 0;
}

@media screen and (max-width: 979px) {
  .pc-only, .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .sp-only, .pc-none {
    display: none !important;
  }
}

.section__container {
  color: #111111;
}

.section__container h2, .section__container h3, .section__container h4 {
  
  font-style: normal;
  font-weight: bold;
}

.section__container em {
  font-style: normal !important;
}

.section__container a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .section__container {
    width: auto !important;
  }
}

@media screen and (min-width: 980px) {
  /* .section__container {
    width: 84%;
  } */
  .section__container a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media screen and (min-width: 1024px) {
  .section__container {
    width: 1024px;
  }
}



.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 979px) {
  .flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 979px) {
  .breadcrumb {
    width: auto !important;
  }
}

/*section*/
.mv-section__bg {
  background-image: url(../images/MV.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 630px;
  padding: 60px 0;
}

@media screen and (max-width: 735px) {
  .mv-section__bg {
    height: 520px;
    background-image: url(../images/MV_sp.png);
    background-size: cover;
    padding: 22.5vw 0;
  }
}

#mv-section .mv p {
  text-align: center;
  
  font-style: normal;
  font-weight: bold;
}

#mv-section .mv p:first-of-type {
  /* margin-top: 54px; */
}

@media screen and (max-width: 979px) {
  #mv-section .mv p:first-of-type {
    /* margin-top: 11.5vw; */
  }
  #mv-section .mv p:first-of-type img {
    width: 240px;
    height: auto;
    max-width: 100%;
  }
}

#mv-section .mv p:nth-of-type(2) {
  margin-top: 32px;
}

#mv-section .mv p:nth-of-type(2) span {
  display: block;
  font-size: 16px;
  color: #111111;
  margin-bottom: 1em;
}

@media screen and (max-width: 979px) {
  #mv-section .mv p:nth-of-type(2) {
    text-align: center;
  }
  #mv-section .mv p:nth-of-type(2) span {
    font-size: 13px;
  }
}

#mv-section .mv p:last-of-type {
  margin-top: 34px;
  font-size: 16px;
}

#mv-section .mv p:last-of-type a {
  background-color: #472E20;
  border-radius: 3px;
  padding: 3px;
  margin: auto;
  text-decoration: none;
}

#mv-section .mv p:last-of-type a span {
  width: 228px;
  line-height: 38px;
  border: #fff 1px solid;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}

@media screen and (min-width: 980px) {
  #mv-section .mv p:last-of-type a:hover {
    background-color: #FFD5DF;
  }
  #mv-section .mv p:last-of-type a:hover span {
    color: #472E20;
  }
}

@media screen and (max-width: 979px) {
  #mv-section .mv p:last-of-type {
    margin-top: 1.7rem;
  }
  #mv-section .mv p:last-of-type a {
    width: 48%;
    margin-bottom: 4%;
  }
  #mv-section .mv p:last-of-type a:nth-of-type(odd) {
    margin-left: 0;
  }
  #mv-section .mv p:last-of-type a:nth-of-type(even) {
    margin-right: 0;
  }
  #mv-section .mv p:last-of-type a span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

#mv-section .pickup .note:first-of-type {
  font-size: .8rem;
  color: #333;
}

#mv-section .pickup .note:first-of-type span {
  display: inline-block;
  line-height: 21px;
  background: url(../images/oe_icon.svg) no-repeat left center;
  padding-left: 48px;
}

#mv-section .pickup .note:first-of-type span:last-of-type {
  background-image: url(../images/ec_icon.svg);
  padding-left: 67px;
  margin-left: 2em;
}

#mv-section .pickup .pickup_wrap {
  margin: 24px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #fff;
}

#mv-section .pickup .pickup_wrap .item {
  margin: 0 auto;
  position: relative;
  color: #fff;
  text-decoration: none;
  width: 314px;
  border-radius: 0;
}

#mv-section .pickup .pickup_wrap .item img {
  border-radius: 0;
  width: 100%;
}

#mv-section .pickup .pickup_wrap .item > p {
  position: absolute;
}

#mv-section .pickup .pickup_wrap .item .sub-title {
  font-weight: bold;
  font-size: .875rem;
  top: 24px;
  left: 24px;
  line-height: 1.75;
}

#mv-section .pickup .pickup_wrap .item .sub-title span {
  font-weight: normal;
  display: block;
  font-size: .75rem;
}

#mv-section .pickup .pickup_wrap .item::after {
  content: "";
  background-repeat: no-repeat;
  height: 21px;
  position: absolute;
  top: 20px;
  right: 21px;
}

#mv-section .pickup .pickup_wrap .item .bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
}

#mv-section .pickup .pickup_wrap .item .bottom h3 {
  font-size: 1.428rem;
  margin-bottom: .5em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

#mv-section .pickup .pickup_wrap .item .bottom span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.428rem;
}

#mv-section .pickup .pickup_wrap .item .bottom span:last-of-type {
  float: right;
}

#mv-section .pickup .pickup_wrap .item .bottom span:last-of-type em {
  font-style: normal;
  font-size: 1.428rem;
}

#mv-section .pickup .pickup_wrap .oe-item::after {
  background-image: url(../images/oe_icon.svg);
  width: 42px;
}

#mv-section .pickup .pickup_wrap .ec-item::after {
  background-image: url(../images/ec_icon.svg);
  width: 61px;
}

@media screen and (min-width: 980px) {
  #mv-section .pickup .pickup_wrap > a {
    width: 314px;
    overflow: hidden;
  }
  #mv-section .pickup .pickup_wrap > a img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #mv-section .pickup .pickup_wrap > a:hover img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  #mv-section .pickup .pickup_wrap > a:nth-of-type(1) {
    margin-left: 0;
  }
  #mv-section .pickup .pickup_wrap > a:nth-of-type(3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 979px) {
  #mv-section .pickup .note span {
    display: block !important;
    margin-left: 0 !important;
  }
  #mv-section .pickup .note:first-of-type span {
    background-image: url(../images/oe_icon_sp.svg);
    padding-left: 67px;
    margin-bottom: .6em;
  }
  #mv-section .pickup .pickup_wrap {
    margin: 24px -24px 0;
  }
  #mv-section .pickup .pickup_wrap .item {
    padding-left: 24px;
    width: 86vw;
    max-width: 314px;
  }
  #mv-section .pickup .pickup_wrap .item .sub-title {
    top: 10px;
    left: 34px;
  }
  #mv-section .pickup .pickup_wrap .item .bottom {
    left: 24px;
    padding: 10px;
    width: calc(100% - 24px);
  }
  #mv-section .pickup .pickup_wrap .item::after {
    top: 10px;
    right: 10px;
  }
}

.section__container.mv {
  /* padding: 32px 16px 0 16px; */
  padding: 0;
}
.mv-nav {
  width: 100%;
  background-color: #012949;
  padding: 8px 0;
  /* margin-top: 60px; */
  margin-bottom: 8px;
}
.mv-border {
  border-top: 1px solid #A68A47;
  border-bottom: 1px solid #A68A47;
}
.mv-nav .section__container {
  padding: 20.5px 20px;
  width: 824px;
  margin: 0 auto;
}
.mv-nav .section__container .flex-wrap {
  justify-content: space-between;
}
.mv-nav .section__container a {
  padding-left: 32px;
  /* flex: 1 1 auto; */
}
.mv-nav .section__container a:first-child {
  padding-left: 0;
}
.mv-nav .section__container a span {
  margin-right: 32px;
}
.mv-nav .section__container a:last-child span {
  margin-right: 0;
}
.mv-nav .section__container a::after {
  content: '/';
  display: inline-block;
  position: relative;
  color: #5C6A76;
}
.mv-nav .section__container a:last-child::after {
  content: none;
}
.mv-nav .section__container a:hover {
  color: #A68A47;
}
@media screen and (max-width: 979px) {
  .mv-nav {
    /* margin-top: 24vw; */
  }
  .mv-nav .section__container {
    width: 100%;
    padding: 20px 5vw;
  }
  .mv-nav .section__container a {
    padding-left: 2px;
    font-size: 13px;
  }
  .mv-nav .section__container a span {
    margin-right: 1.4vw;
  }
  .mv-nav .section__container a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 340px) {
  /* #mv-section .mv p:nth-of-type(2) span {
    font-size: 12px;
  }
  .mv-nav {
    margin-top: 4vw;
  } */
  .second-heading__2col--img::after {
    right: -68px !important;
  }
}

.contents .h2-wrap {
  background-repeat: no-repeat;
  background-position: top center;
}

.contents .h2-wrap h2 {
  
  font-style: normal;
  font-weight: bold;
}

.contents .h2-wrap h2 span {
  display: block;
  width: 496px;
  text-align: center;
  font-size: 1.428rem;
  color: #472E20;
}

.contents .h2-wrap h2 em {
  font-style: normal;
  display: block;
  color: #FD0D46;
  font-size: 2.857rem;
  line-height: 1.3;
}

@media screen and (min-width: 980px) {
  .contents .h2-wrap h2 {
    width: 992px;
    display: block;
    position: relative;
    margin: auto;
  }
  .contents .h2-wrap h2 small {
    font-size: 100%;
  }
}

@media screen and (max-width: 979px) {
  .contents .h2-wrap h2 {
    width: 100vw;
    height: 40vw;
    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;
  }
  .contents .h2-wrap h2 span {
    width: 100%;
    font-size: 4vw;
  }
  .contents .h2-wrap h2 em {
    font-size: 8vw;
    line-height: 1.35;
  }
}

/* father's day styles */
.section-content01 {
  margin-top: 190px;
}
.second-heading {
  display: inline-block;
  width: 100%;
  top: -150px;
  position: relative;
  margin-bottom: -90px;
}
.second-heading__2col {
  width: 50%;
  float: left;
  position: relative;
}
.second-heading__2col--img::before {
  content: '';
  position: absolute;
  background-color: #D2E6EA;
  width: 460px;
  height: 300px;
  top: -17px;
  left: 22px;
  z-index: -1;
}
.second-heading__2col--img::after {
  content: url(../images/Enjoy.png);
  position: absolute;
  width: auto;
  max-width: 100%;
  height: auto;
  top: 88px;
  text-align: left;
  right: -125px;
  z-index: 21;
}
.second-heading__right {
  margin-top: 100px;
}


.second-heading__2col__content {
  position: relative;
  width: 496px;
  padding: 45px 74px 210px;
  z-index: 20;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .second-heading__2col__content {
    width: 100%;
  }
}
.second-heading__bg__content {
  position: absolute;
  display: inline-block;
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 15;
}
.section-content01__position {
  position: relative;
  position: relative;
  margin-top: -278px;
  padding-top: 62px;
  z-index: 20;
}

.second-heading__2col--img {
  position: relative;
  width: 530px;
  float: right;
}
.second-heading__2col--img img {
  z-index: 10;
  max-width: 100%;
}
.bg-blue {
  background: rgb(210, 230, 234, 0.4);
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #F5F5F5;
}
.second-heading__sub {
  color: #A68A47;
  font-size: 18px;
  font-weight: bold;
}
.second-heading__main {
  font-size: 36px;
  font-weight: bold;
  color: #012949;
  margin-bottom: 12px;
}
.second-heading__text {
  font-size: 14px;
  color: #111111;
  /* text-align: left; */
}

@media screen and (max-width: 767px) {
  .second-heading {
    top: -25px;
    margin-bottom: 0;
  }
  .section-content01 {
    margin-top: 46px;
  }
  .second-heading__right {
    margin-top: -25px;
    z-index: 9;
    position: inherit;
    z-index: inherit;
  }
  .second-heading__bg__content {
    width: 24%;
    height: 177px;
    z-index: 14;
  }
  .section-content01__position {
    margin-top: -102px;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .second-heading__2col {
    float: none;
    width: 100%;
  }
  .second-heading__2col--img {
    float: none;
    width: 250px;
  }
  .second-heading__2col__img__wrap {
    position: inherit;
    z-index: 15;
  }
  .second-heading__2col__content {
    width: 100%;
    padding: 45px 24px 75px;
    z-index: inherit;
  }
  .second-heading__sub {
    font-size: 16px;
    z-index: 15;
    position: relative;
  }
  .second-heading__main {
    font-size: 32px;
    z-index: 15;
    position: relative;
  }
  .second-heading__text {
    text-align: left;
    z-index: 15;
    position: relative;
  }
  .second-heading__2col--img::before {
    content: none;
  }
  .second-heading__2col--img::after {
    content: url(../images/Enjoy.png);
    position: absolute;
    width: auto;
    max-width: 100%;
    height: auto;
    top: 58px;
    text-align: left;
    right: -82px;
    z-index: 21;
  }
}

.category-heading {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 40px;
  margin-bottom: -10px;
}
.category-heading__2col {
  width: 50%;
  float: left;
  position: relative;
}
.category-heading__2col__content {
  position: relative;
  width: 496px;
  float: right;
  padding: 45px 85px 50px;
  /* z-index: 20; */
  text-align: center;
}
@media screen and (max-width: 980px) {
  .category-heading__2col__content {
    width: 100%;
  }
}
.category-heading__2col__content::before {
  content:url('../images/category.png');
  position: absolute;
  width: auto;
  max-width: 100%;
  height: auto;
  top: -35px;
  left: 35px;
  text-align: left;
}
.category-heading__left {
  margin-top: 30px;
}
.category-heading__bg__content {
  position: absolute;
  display: inline-block;
  background-color: #D2E6EA;
  bottom: -75px;
  left: 0;
  height: 170px;
  width: 100%;
  z-index: 0;
}
.category-heading__bg__content::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 170px;
  background-color: #D2E6EA;
  white-space: nowrap;
  z-index: 999;
  left: -40px;
}
.category-heading__2col__img__wrap {
  position: relative;
  z-index: 1;
}
.category-heading__2col--img img {
  max-width: 100%;
}
#contents02-section .category__contents {
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .category-heading {
    margin-top: 95px;
    margin-bottom: -114px;
  }
  .category-heading__2col {
    float: none;
    width: 100%;
  }
  .category-heading__left {
    margin-top: 40px;
  }
  .category-heading__2col__content {
    width: 100%;
    padding: 45px 42px 112px 24px;
  }
  .category-heading__2col--img {
    float: right;
    width: 250px;
  }
  .category-heading__2col__img__wrap {
    right: 0;
    top: -135px;
    position: absolute;
  }
  .category-heading__bg__content {
    bottom: -100px;
    left: 0;
    height: 80px;
    z-index: 0;
    background-color: #fff;
  }
  .category-heading__bg__content::before {
    width: 24px;
    height: 100px;
    z-index: 1;
    left: auto;
    right: 0px;
  }
  .category-heading__2col__content::before {
    left: 25px;
    z-index: 5;
    top: -50px;
  }
}

/* End styles fathers day */

.contents .sub-text {
  color: #472E20;
  font-size: 1rem;
}

@media screen and (min-width: 980px) {
  .contents .sub-text {
    display: block;
    position: relative;
    width: 992px;
    margin: auto;
  }
  .contents .sub-text span {
    display: block;
    position: absolute;
    top: -186px;
    right: 0;
    width: 496px;
    
    font-style: normal;
    font-weight: bold;
    line-height: 1.714;
    text-align: center;
  }
}

@media screen and (max-width: 979px) {
  .contents .sub-text {
    padding: 0 24px;
  }
}

.contents .item-wrap {
  margin-top: 0;
  margin-bottom: 3rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contents .item-wrap a {
  position: relative;
  padding-bottom: 2rem;
  text-decoration: none;
  color: #472E20;
}

.contents .item-wrap h3 {
  font-weight: bold;
  font-size: 1.25rem;
  padding: .5em 0;
  color: #012949;
}

.contents .item-wrap figure {
  /* border-radius: 5px; */
  overflow: hidden;
  position: relative;
  margin: auto;
}

.contents .item-wrap figure img {
  width: 100%;
  /* border-radius: 5px; */
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.contents .item-wrap figure::before {
  content: "";
  background-repeat: no-repeat;
  height: 21px;
  position: absolute;
  top: 12px;
  right: 62px;
  z-index: 10;
}

.contents .item-wrap figure::after {
  content: "";
  background-repeat: no-repeat;
  height: 21px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.contents .item-wrap p {
  font-size: 1rem;
  color: #111111;
}

.contents .item-wrap p > span {
  display: inline-block;
}

.contents .item-wrap p:last-of-type {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}

.contents .item-wrap p:last-of-type span:last-of-type {
  float: right;
  color: #A68A47;
  font-size: 1rem;
}

.contents .item-wrap p:last-of-type span:last-of-type em {
  font-style: normal;
}

.contents .item-wrap .icon {
  background-repeat: no-repeat;
  background-position: left center;
}

.contents .item-wrap .oe-item figure::after {
  background-image: url(../images/oe_icon.svg);
  width: 42px;
}

.contents .item-wrap .oe-item .icon {
  /* background-image: url(../images/item-icon-oe.svg); */
}

.contents .item-wrap .ec-item figure::after {
  background-image: url(../images/ec_icon.svg);
  width: 61px;
}

.contents .item-wrap .ec-item .icon {
  /* background-image: url(../images/item-icon-ec.svg); */
}

.contents .item-wrap .popular-item figure::before {
  background-image: url(../images/poplar_icon.svg);
  width: 42px;
}

.contents .item-wrap .recommend-item figure::before {
  background-image: url(../images/recommend_icon.svg);
  width: 65px;
  right: 81px;
}

@media screen and (min-width: 980px) {
  .contents .item-wrap figure {
    overflow: hidden;
  }
  .contents .item-wrap figure img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .contents .item-wrap a {
    padding-bottom: 2.5rem;
  }
  .contents .item-wrap a:hover figure img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  .contents .item-wrap .icon {
    /* padding-left: 20px; */
    background-size: 1rem;
  }
  .contents .item-wrap p:last-of-type {
    line-height: 1.35rem;
  }
  .contents .item-wrap p:last-of-type em {
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 979px) {
  .contents .item-wrap .icon {
    /* padding-left: 1.5rem; */
    background-size: 1rem;
  }
  .contents .item-wrap p:last-of-type {
    line-height: 1.25rem;
  }
  .contents .item-wrap p:last-of-type em {
    font-size: 1.25rem;
  }
}

.contents .big-item a {
  width: 350px;
  margin: 0 auto;
}

.contents .small-item a {
  width: 309px;
  margin: 0 auto;
}

.contents .small-item a:first-of-type {
  margin-left: 0;
}

.contents .small-item a:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 980px) {
  .contents .big-item figure {
    height: 205px;
  }
  .contents .big-item a {
    padding-bottom: 3rem;
  }
  .contents .small-item figure {
    height: 185px;
  }
  .contents .small-item a {
    padding-bottom: 3.5rem;
  }
  .contents .small-item a p > span {
    margin-bottom: .2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents .big-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents .big-item a {
    width: 100%;
    max-width: 375px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 979px) {
  
  
  .contents .big-item a:last-of-type {
    margin-bottom: 0;
  }
  .contents .small-item {
    width: calc(100vw - 36px);
    margin: 0 -24px 0 12px;
  }
  .contents .small-item a {
    width: 297px;
    /*height: 184px;*/
    border: 1px solid #CCCCCC;
    margin: 0 8px;
    padding: 16px 16px 52px 108px;
    width: 86vw;
    max-width: 314px;
	  background: #FFF;
  }
  .contents .small-item a h3 {
    font-size: 14px;
    padding-top: 0;
  }
  .contents .small-item a > p:last-of-type {
    padding: 16px;
    line-height: 21px;
  }
  .contents .small-item a > p:last-of-type .icon {
    display: none;
  }
  .contents .small-item a > p:last-of-type::after {
    content: "";
    background-repeat: no-repeat;
    width: 61px;
    height: 21px;
    display: inline-block;
    background-image: url(../images/oe_icon_sp.svg);
    background-size: contain;
  }
  .contents .small-item a.ec-item > p:last-of-type::after {
    background-image: url(../images/ec_icon.svg);
  }
  .contents .small-item figure {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin: 0 16px 0 0;
    border-radius: 0;
  }
  .contents .small-item figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
  .contents .small-item figure::after {
    display: none;
  }
}

/* #contents01-section {
  margin-top: 4rem;
} */

@media screen and (min-width: 980px) {
  #contents01-section .h2-wrap {
    background-image: url(../images/contents01-h2bg_pc.jpg);
    height: 400px;
  }
  #contents01-section .h2-wrap h2 span {
    float: right;
    margin-top: 64px;
  }
}

@media screen and (max-width: 979px) {
  #contents01-section {
    padding-bottom: 40px;
  }
  #contents01-section .h2-wrap {
    background-image: url(../images/contents01-h2bg_sp.jpg);
    background-size: contain;
    height: calc(100vw * 0.46);
  }
}

@media screen and (min-width: 980px) {
  #contents02-section .h2-wrap {
    background-image: url(../images/contents02-h2bg_pc.jpg);
    height: 400px;
  }
  #contents02-section h2 span {
    float: left;
    margin-top: 64px;
  }
  #contents02-section .sub-text span {
    left: 0;
    right: auto;
  }
}

@media screen and (max-width: 979px) {
  #contents02-section {
    padding-bottom: 0;
  }
  #contents02-section .h2-wrap {
    background-image: url(../images/contents02-h2bg_sp.jpg);
    background-size: contain;
    height: calc(100vw * 0.46);
  }
}

#contents03-section .h2-wrap {
  background-image: url(../images/contents03-h2bg_pc.jpg);
}

#contents03-section .h2-wrap h2 {
  height: 150px;
  width: 100%;
  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;
}

#contents03-section .h2-wrap h2 span {
  color: #fff;
  margin: auto;
}

#contents03-section .h2-wrap h2 em {
  color: #fff;
}

@media screen and (min-width: 980px) {
  #contents03-section .h2-wrap {
    height: 175px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 979px) {
  #contents03-section .h2-wrap {
    background-image: url(../images/contents03-h2bg_sp.jpg);
    background-size: contain;
    height: calc(28vw);
  }
  #contents03-section .h2-wrap h2 {
    height: calc(28vw);
  }
}

#contents04-section .h2-wrap {
  background-image: url(../images/contents04-h2bg_pc.jpg);
}

#contents04-section .h2-wrap h2 {
  height: 150px;
  width: 100%;
  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;
}

#contents04-section .h2-wrap h2 span {
  margin: auto;
}

#contents04-section .h2-wrap h2 em {
  color: #fff;
}

@media screen and (min-width: 980px) {
  #contents04-section .h2-wrap {
    height: 175px;
  }
}

@media screen and (max-width: 979px) {
  #contents04-section .h2-wrap {
    background-image: url(../images/contents04-h2bg_sp.jpg);
    background-size: contain;
    height: calc(28vw);
  }
  #contents04-section .h2-wrap h2 {
    height: calc(28vw);
  }
}

/*モーダル*/
.modal {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  color: #472E20;
  padding-top: 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal .modal-wrap {
  width: calc(100vw - 100px);
  max-width: 992px;
  margin: auto;
  position: relative;
}

.modal .modal-box {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /*width: 992px;*/
  height: 600px;
  padding: 40px 48px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 5px;
}

.modal .modal-contents {
  width: 896px;
  max-width: calc(100vw - 196px);
  /*height: 504px;*/
  margin-right: 48px;
  overflow-y: auto;
  /*display: flex !important;*/
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.modal .modal-contents > div:first-of-type {
  float: left;
  width: 375px;
  margin-right: 48px;
}

.modal .modal-contents > div:first-of-type img {
  border-radius: 5px;
  margin-bottom: 16px;
  width: 100%;
}

.modal .modal-contents > div:first-of-type p:first-of-type {
  font-size: 1rem;
  display: inline-block;
  color: #111111;
}

.modal .modal-contents > div:first-of-type a {
  display: block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #009DCC;
  background: #fff;
  border: 1px solid #009DCC;
  border-radius: 40px;
  float: right;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal .modal-contents > div:first-of-type a:hover {
  background: #009DCC;
  color: #ffffff;
}

.modal .modal-contents > div:first-of-type p:last-of-type {
  display: block;
  color: #A68A47;
  margin-top: .5em;
}

.modal .modal-contents > div:first-of-type p:last-of-type span {
  font-size: 1.428rem;
}

.modal .modal-contents > div:last-of-type {
  float: right;
  max-width: calc(100% - 423px);
}

.modal .modal-contents > div:last-of-type h3 {
  margin-bottom: 18px;
  color: #012949;
  font-style: normal;
  font-weight: bold;
  font-size: 1.714rem;
  line-height: 1.2;
}

.modal .modal-contents > div:last-of-type h3::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: .5em;
  height: 21px;
}

.modal .modal-contents > div:last-of-type h3.oe::after {
  background-image: url(../images/oe_icon.svg);
  width: 42px;
}

.modal .modal-contents > div:last-of-type h3.ec::after {
  background-image: url(../images/ec_icon.svg);
  width: 61px;
}

.modal .modal-contents > div:last-of-type p {
  color: #111111;
  line-height: 1.8;
}

.modal .modal-close {
  position: absolute;
  right: -34px;
  top: -34px;
  width: 18px;
  height: 18px;
  background: url(../images/modal-close.svg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.modal .modal-back, .modal .modal-next {
  position: absolute;
  top: calc(50% - 11px);
  height: 22px;
  width: 12px;
  background: url(../images/modal-next.svg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.modal .modal-back {
  left: -34px;
}

.modal .modal-next {
  right: -34px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal.open {
  z-index: 5000 !important;
  opacity: 100;
}

#pickup-section h2 {
  text-align: center;
  background: #EFF8FF;
  padding: 24px;
}

#pickup-section h2 img {
  width: 100%;
  max-width: 450px;
}

#pickup-section h3 {
  font-size: 1.286rem;
  display: block;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 1rem;
  color: #012949;
}

#pickup-section h3::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
}

#pickup-section h3.oe::after {
  background-image: url(../images/oe_icon.svg);
  width: 42px;
}

#pickup-section h3.ec::after {
  background-image: url(../images/ec_icon.svg);
  width: 61px;
}

#pickup-section figure {
  margin: 0 -24px;
  text-align: center;
  width: 100vw;
  max-width: 1024px;
}

#pickup-section figure img {
  width: 100%;
}

#pickup-section .maintext {
  color: #111111;
  padding: 24px 0;
  line-height: 1.8;
  border-bottom: #CCC 1px solid;
}

#pickup-section .subtext {
  color: #111111;
  padding: 16px 0 8px;
  line-height: 2;
}

#pickup-section .price {
  color: #A68A47;
  font-size: 1.142rem;
}

#pickup-section .price span {
  font-size: 1.428rem;
}

#pickup-section .detal-bt {
  width: 256px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background-color: #009DCC;
  border-radius: 56px;
  display: block;
  margin: 24px auto;
  font-size: 1.142rem;
  text-decoration: none;
}

#pickup-section .navbt {
  width: 100%;
  max-width: 600px;
  margin: 48px auto 0;
}

#pickup-section .navbt a {
  text-decoration: none;
  color: #012949;
  margin: auto;
  position: relative;
  line-height: 1rem;
}

#pickup-section .navbt a span {
  display: block;
  position: absolute;
  top: 0;
  width: 14px;
  height: 1rem;
  background: url(../images/pickup-nextbt_blue.svg) no-repeat center;
  background-size: contain;
}

#pickup-section .navbt .prev {
  margin-left: 0;
  padding-left: 16px;
}

#pickup-section .navbt .prev span {
  left: 0;
}

#pickup-section .navbt .next {
  margin-right: 0;
  padding-right: 16px;
}

#pickup-section .navbt .next span {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pickup-section .navbt .back {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: #012949 1px solid;
  border-radius: 40px;
}

.category .category__wrap {
  max-width: 992px;
  margin: 0 auto;
}

.category .category__navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 22px;
  z-index: 20;
  position: relative;
}

.category .category__navi a {
  text-decoration: underline;
  color: #111111;
  font-size: 14px;
}

@media screen and (min-width: 980px) {
  .category .category__navi a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 979px) {
  .category .category__navi {
    padding: 0;
    margin-bottom: 0;
  }
}

.category .category__navi-item {
  font-size: 16px;
}

@media screen and (max-width: 979px) {
  .category .category__navi-item {
    font-size: 14px;
    width: 50%;
    margin-bottom: 21px;
  }
}

.category .category__navi-item + .category__navi-item::before {
  content: "";
  display: inline-block;
  background: #000;
  margin: 0 16px;
  position: relative;
  top: 2px;
  left: 0;
  width: 1px;
  height: 15px;
}

@media screen and (max-width: 979px) {
  .category .category__navi-item + .category__navi-item::before {
    display: none;
  }
}

.category .category__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  /* margin-bottom: 40px; */
}

@media screen and (max-width: 979px) {
  .category .category__box {
    display: block;
    margin-bottom: 16px;
    /* padding-bottom: 32px; */
    position: relative;
    border: none;
    padding-top: 32px;
  }
  .category .category__box::before {
    /* content: ""; */
    position: absolute;
    width: 100vw;
    height: 1px;
    top: 0;
    left: -24px;
    display: block;
    background: #ccc;
  }
}

.category .category__box:last-child {
  border: none;
}

.category .category__box:nth-child(3) .category__titlebox img {
  -o-object-position: 20%;
     object-position: 20%;
}

.category .category__box .category__titlebox {
  width: 248px;
  text-align: center;
  margin-right: 48px;
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox {
    margin: 0 auto 24px;
    padding: 0;
    width: 100%;
    max-width: 327px;
  }
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.category .category__box .category__titlebox img {
  width: 150px;
  height: 150px;
  /* border-radius: 50%; */
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox img {
    width: 90px;
    height: 90px;
    margin-bottom: 0;
    margin-right: 16px;
  }
}

.category .category__box .category__titlebox-title {
  color: #012949;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 16px;
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox-title {
    font-size: 24px;
    margin-bottom: 8px;
    text-align: left;
  }
}

.category .category__box .category__titlebox-text {
  color: #111111;
  font-size: 14px;
  margin-bottom: 24px;
  text-align: left;
  line-height: 1.7;
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox-text {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.category .category__box .category__titlebox-link-item {
  text-align: left;
}

.category .category__box .category__titlebox-link-item:first-child {
  margin-bottom: 8px;
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox-link-item:first-child {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .category .category__box .category__titlebox-link-item {
    width: 100%;
  }
}

.category .category__box .category__titlebox-link-item a {
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* padding-left: 12px; */
}

.category .category__box .category__titlebox-link-item:first-child a {
  background-color: #fff;
  color: #009DCC;
  border: 1px solid #009DCC;
}
.category .category__box .category__titlebox-link-item:first-child a:hover {
  color: #fff;
  background-color: #009DCC;
}
.category .category__box .category__titlebox-link-item:nth-child(2) a {
  background-color: #fff;
  color: #A68A47;
  border: 1px solid #A68A47;
}
.category .category__box .category__titlebox-link-item:nth-child(2) a:hover {
  color: #fff;
  background-color: #A68A47;
}
.category .category__box .category__titlebox-link-item:first-child a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url(../images/arrow_blue.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}
.category .category__box .category__titlebox-link-item:first-child a:hover:before {
  background-image: url(../images/arrow_white.svg);
}
.category .category__box .category__titlebox-link-item:nth-child(2) a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url(../images/arrow_gold.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}
.category .category__box .category__titlebox-link-item:nth-child(2) a:hover:before {
  background-image: url(../images/arrow_white.svg);
}

.category .category__box .category__titlebox-link-item a:hover {
  text-decoration: none;
}

.category .category__box .category-item-wrap {
  position: relative;
}

@media screen and (min-width: 980px) {
  .category .category__box .category-item-wrap {
    width: calc(100% - 248px - 48px);
    margin: 0 0 0 auto;
  }
  .category .category__box .category-item-wrap .item-wrap a > p:last-of-type span:first-of-type {
    display: none;
  }
  .category .category__box .category-item-wrap .big-item {
    /* width: 480px; */
    /* position: absolute; */
    top: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 10;
  }
  .category .category__box .category-item-wrap .big-item a {
    width: 336px;
    margin: 0 24px 32px 0;
    padding-bottom: 2rem;
  }
  .category .category__box .category-item-wrap .big-item a:nth-of-type(2n) {
    margin-right: 0;
  }
  .category .category__box .category-item-wrap .big-item a figure {
    height: 200px;
  }
  .category .category__box .category-item-wrap .small-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0;
  }
  .category .category__box .category-item-wrap .small-item .dumy {
    padding: 0;
    height: 0;
  }
  .category .category__box .category-item-wrap .small-item a {
    width: 216px;
    margin: 0 23.9px 0 0;
    padding-bottom: 2rem;
  }
  .category .category__box .category-item-wrap .small-item a p > span {
    margin-bottom: 0;
  }
  .category .category__box .category-item-wrap .small-item a figure {
    height: 126px;
  }
  .category .category__box .category-item-wrap .small-item a:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 979px) {
  .category .category__box .category-item-wrap .small-item .dumy {
    display: none;
  }
  .category .category__box .category__titlebox-link-item:first-child a:hover {
    color: #009DCC;
    background-color: #fff;
  }
  .category .category__box .category__titlebox-link-item:nth-child(2) a:hover {
    color: #A68A47;
    background: #fff;
  }
  .category .category__box .category__titlebox-link-item:first-child a:hover:before {
    background-image: url(../images/arrow_blue.svg);
  }
  .category .category__box .category__titlebox-link-item:nth-child(2) a::before {
    background-image: url(../images/arrow_gold.svg);
  }
}

.category .category__box .category__list {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 71%;
  max-width: 696px;
}

@media screen and (max-width: 1024px) {
  .category .category__box .category__list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 979px) {
  .category .category__box .category__list {
    width: 100%;
    padding: 0;
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .category .category__box .category__list .category__list-item {
    margin-bottom: 36px;
  }
}

.category .category__box .category__list .category__list-item a {
  display: block;
  position: relative;
  padding-bottom: 28px;
  text-decoration: none;
  color: #472E20;
}

@media screen and (max-width: 979px) {
  .category .category__box .category__list .category__list-item a {
    width: 100%;
  }
}

.category .category__box .category__list .category__list-item a img {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.category .category__box .category__list .category__list-item a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  overflow: hidden;
}

.category .category__box .category__list .category__list-item figure {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.category .category__box .category__list .category__list-item figure img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.category .category__box .category__list .category__list-item figure::after {
  background-repeat: no-repeat;
  height: 21px;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 11px;
}

.category .category__box .category__list .category__list-item .oe-item figure::after {
  content: "体験";
  width: 42px;
  background-color: #0057b8;
  background: -webkit-gradient(linear, left top, right top, from(#0057b8), to(#2488f9));
  background: -webkit-linear-gradient(left, #0057b8 0%, #2488f9 100%);
  background: linear-gradient(90deg, #0057b8 0%, #2488f9 100%);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
}

.category .category__box .category__list .category__list-item .ec-item figure::after {
  content: "";
  width: 61px;
  background-color: #f6ecfe;
  background: url(../images/ec-logo.svg), -webkit-gradient(linear, left top, right top, from(#f6ecfe), to(#e0e7fc));
  background: url(../images/ec-logo.svg), -webkit-linear-gradient(left, #f6ecfe 0%, #e0e7fc 100%);
  background: url(../images/ec-logo.svg), linear-gradient(90deg, #f6ecfe 0%, #e0e7fc 100%);
  background-repeat: no-repeat;
  background-position: center 80%;
}

.category .category__box .category__list .category__list-item-title {
  
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 0;
}

.category .category__box .category__list .category__list-item-text {
  font-size: 12px;
}

.category .category__box .category__list .category__list-item-description {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 14px;
  width: 100%;
  white-space: nowrap;
}

.category .category__box .category__list .category__list-item-description span {
  float: right;
  color: #FD0D46;
  font-size: 16px;
}

.category .category__box .category__list .category__list-item-description span em {
  font-style: normal;
  font-size: 20px;
}

.ranking .ranking__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 992px;
  margin: 0 auto;
}

.ranking .ranking__title .ranking__title-text {
  
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #472E20;
  margin-bottom: 40px;
  width: 47%;
  max-width: 460px;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__title .ranking__title-text {
    width: 50%;
    font-size: 18px;
    padding-bottom: 8px;
    cursor: pointer;
  }
  .ranking .ranking__title .ranking__title-text.is-active {
    border-bottom: 2px solid #472E20;
  }
}

.ranking .ranking__title .ranking__title-text::before {
  content: "";
  display: block;
  width: 175px;
  height: 30px;
  border-radius: 15px;
  margin: 0 auto 16px;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__title .ranking__title-text::before {
    width: 109px;
    height: 18px;
    margin-bottom: 8px;
  }
}

.ranking .ranking__title .ranking__title-text-oe::before {
  content: "オンライン体験";
  background-color: #0057b8;
  background: -webkit-gradient(linear, left top, right top, from(#0057b8), to(#2488f9));
  background: -webkit-linear-gradient(left, #0057b8 0%, #2488f9 100%);
  background: linear-gradient(90deg, #0057b8 0%, #2488f9 100%);
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__title .ranking__title-text-oe::before {
    line-height: 20px;
    font-size: 12px;
  }
}

.ranking .ranking__title .ranking__title-text-stoory::before {
  background-color: #f6ecfe;
  background: url(../images/ranking/ranking__ec-logo.svg), -webkit-gradient(linear, left top, right top, from(#f6ecfe), to(#e0e7fc));
  background: url(../images/ranking/ranking__ec-logo.svg), -webkit-linear-gradient(left, #f6ecfe 0%, #e0e7fc 100%);
  background: url(../images/ranking/ranking__ec-logo.svg), linear-gradient(90deg, #f6ecfe 0%, #e0e7fc 100%);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__title .ranking__title-text-stoory::before {
    background: url(../images/ec-logo.svg), -webkit-gradient(linear, left top, right top, from(#f6ecfe), to(#e0e7fc));
    background: url(../images/ec-logo.svg), -webkit-linear-gradient(left, #f6ecfe 0%, #e0e7fc 100%);
    background: url(../images/ec-logo.svg), linear-gradient(90deg, #f6ecfe 0%, #e0e7fc 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-position: center 80%;
  }
}

.ranking .ranking__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 992px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__box {
    display: block;
  }
}

.ranking .ranking__box .ranking__list {
  max-width: 460px;
}

.ranking .ranking__box .ranking__list:first-child {
  margin-right: 36px;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__box .ranking__list {
    display: none;
    margin: 0 auto;
  }
  .ranking .ranking__box .ranking__list:first-child {
    margin-right: auto;
  }
  .ranking .ranking__box .ranking__list.js-show {
    display: block;
  }
  .ranking .ranking__box .ranking__list h4 {
    font-size: 1.142rem;
    margin-bottom: 30px;
  }
  .ranking .ranking__box .ranking__list h4 em {
    font-size: 1.285rem;
  }
  .ranking .ranking__box .ranking__list h4 span {
    display: block;
    font-size: 1.714rem;
    line-height: 1.2;
  }
}

.ranking .ranking__box .ranking__list-item {
  margin-bottom: 24px;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__box .ranking__list-item {
    position: relative;
  }
}

.ranking .ranking__box .ranking__list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ranking .ranking__box .ranking__list-item a figure {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0 16px 0 0;
}

.ranking .ranking__box .ranking__list-item a figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 980px) {
  .ranking .ranking__box .ranking__list-item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    overflow: hidden;
  }
}

.ranking .ranking__box .ranking__list-item-textbox {
  width: calc(100% - 100px - 16px);
  max-width: 344px;
}

.ranking .ranking__box .ranking__list-item-text {
  
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding-right: 32px;
  position: relative;
  text-indent: 20px;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__box .ranking__list-item-text {
    font-size: 14px;
    text-indent: 0;
    position: static;
  }
}

.ranking .ranking__box .ranking__list-item-text::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/ranking/ranking__crown-icon.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #CEC845;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__box .ranking__list-item-text::before {
    width: 24px;
    height: 24px;
    top: -12px;
    left: -12px;
    background-position: 7px center;
  }
}

.ranking .ranking__box .ranking__list-item:nth-child(3) .ranking__list-item-text::before {
  background-color: #B9B9B9;
}

.ranking .ranking__box .ranking__list-item:nth-child(4) .ranking__list-item-text::before {
  background-color: #C48F77;
}

.ranking .ranking__box .ranking__list-item:nth-child(5) .ranking__list-item-text::before, .ranking .ranking__box .ranking__list-item:nth-child(6) .ranking__list-item-text::before, .ranking .ranking__box .ranking__list-item:nth-child(7) .ranking__list-item-text::before {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  color: #555555;
  background-image: none;
  background-color: #E8EDF0;
  text-indent: 0;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__box .ranking__list-item:nth-child(5) .ranking__list-item-text::before, .ranking .ranking__box .ranking__list-item:nth-child(6) .ranking__list-item-text::before, .ranking .ranking__box .ranking__list-item:nth-child(7) .ranking__list-item-text::before {
    line-height: 27px;
  }
}

.ranking .ranking__box .ranking__list-item:nth-child(5) .ranking__list-item-text::before {
  content: "4";
}

.ranking .ranking__box .ranking__list-item:nth-child(6) .ranking__list-item-text::before {
  content: "5";
}

.ranking .ranking__box .ranking__list-item:nth-child(7) .ranking__list-item-text::before {
  content: "6";
}

.ranking .ranking__box .ranking__list-item-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.ranking .ranking__box .ranking__list-item-description span {
  font-size: 20px;
  color: #FD0D46;
}

.ranking .ranking__box .ranking__list-item-description span small {
  font-size: 16px;
}

@media screen and (max-width: 979px) {
  .ranking .ranking__box .ranking__list-item-description {
    font-size: 12px;
  }
  .ranking .ranking__box .ranking__list-item-description span {
    font-size: 18px;
  }
  .ranking .ranking__box .ranking__list-item-description span small {
    font-size: 14px;
  }
}