@charset "UTF-8";
/*common*/
html {
  font-family: vdl-v7mincho, sans-serif;
}
body {
  color: #382000;
}

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;
  }
}

h2,h3,.category__titlebox-title {
  font-weight: 700;
}

.section__container h2 {
  font-size: 36px;
  font-weight: bold;
  color: #25449A;
}

.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: #25449A;
}

@media screen and (min-width: 980px) {
  .section__container {
    width: 1024px;
  }
  .section__container a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media screen and (max-width: 979px) {
  .section__container {
    width: auto !important;
    padding: 24px 24px 8px;
  }
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 979px) {
  .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.breadcrumb__item .breadcrumb__itemInner {
  font-family: 'メイリオ', Meiryo;
}

@media screen and (max-width: 979px) {
  .breadcrumb {
    width: auto !important;
  }
}

/*section*/
.mv-section__bg {
  background-image: url(../images/mv_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* position: relative; */
  height: 440px;
  padding: 0;
}
/* .mv-section__bg::before {
  content: "";
  background-image: url(../images/mv_decoration.png);
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  height: 30vw;
  background-size: 100%;
  background-position-x: center;
  background-position-y: 0%;
} */
.mv-decoration__bg {
  background-image: url(../images/mv_decoration.png);
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  background-position-x: center;
  background-position-y: 0%;
 
  /* height: 31vw; */
}
.btn-seasonal-events {
  position: absolute;
  /* top: 30px; */
  top: 85px;
  /* transform: translateY(-50%); */
  bottom: auto;
  right: -56px;
}
.btn-seasonal-events a {
  /* width: 185px;
  height: auto; */
  /* border-radius: 50%; */
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.btn-seasonal-events .btn-circle {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.btn-seasonal-events .btn-pizza {
  width: 235px;
  height: auto;
  margin-top: 20px;
}

.btn-seasonal-events a img {
  width: auto;
  max-width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

@media screen and (min-width: 768px) {
  .btn-seasonal-events .btn-hover__opacity:hover img {
    opacity: 0.8;
  }
  .btn-hover__overlay {
    position: relative;
  }
  .img-off {
    display: block;
    width: 100%;
    height: auto;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
  }
  .btn-hover__overlay:hover .overlay {
    opacity: 1;
  }
  .img-on {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
}

@media screen and (max-width: 979px) {
  .mv-section__bg {
    background-image: url(../images/mv_bg_sp.jpg);
    height: auto;
    padding-bottom: 8px;
  }
  .btn-seasonal-events .btn-pizza {
    /* width: 48vw;
    height: auto; */
    width: 180px;
    height: auto;
    margin-top: 0;
  }
  .btn-seasonal-events a img {
    height: auto;
  }
  /* .btn-seasonal-events .btn-pizza img {
    max-width: 100%;
  } */
  .btn-seasonal-events {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    /* align-items: center; */
    transform: translateY(0);
  }
  .btn-seasonal-events .btn-circle {
    /* width: 130px;
    height: auto; */
    width: 130px;
    height: 130px;
    /* margin: 30px 0 0; */
  }
  .btn-seasonal-events a {
    width: auto;
    border-radius: 0;
    display: inline-block;
  }
}

#mv-section .mv {
  text-align: center;
  padding-bottom: 10%;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 979px) {
  #mv-section .mv {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

#mv-section .mv .mv__logo {
  width: 992px;
  margin: 0 auto;
}
#mv-section .mv .mv__logo img {
    width: 100%;
}

@media screen and (max-width: 979px) {
  #mv-section .mv .mv__logo {
    margin-top: 21vw;
    width: 95%;
  }

}

#mv-section .mv .mv__title {
  text-align: center;
}

@media screen and (min-width: 980px) {
  #mv-section .mv .mv__title {
    margin-top: -30px;
  }
}

#mv-section .mv .mv__logo h2 {
  margin-bottom: 16px;
}

#mv-section .mv .mv__title .mv__title-text {
  font-size: 16px;
  margin-bottom: 8px;
  color: #382000;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  #mv-section .mv .mv__title {
    margin-top: 9.5vw;
  }
  #mv-section .mv .mv__title h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #mv-section .mv .mv__title .mv__title-text {
    font-size: 13px;
  }
}

#mv-section .mv-nav .section__container {
  padding: 24px 8px;
}

@media screen and (max-width: 979px) {
  #mv-section .mv-nav .section__container {
    padding: 19.5px 8px;
  }
}

#mv-section .mv-nav .flex-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

@media screen and (max-width: 979px) {
  #mv-section .mv-nav .flex-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mv-nav {
  width: 100%;
  padding: 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  /* margin-top: 60px; */
  /* margin-bottom: 8px; */
	background: transparent linear-gradient(270deg, #704916 0%, #B7884D 50%, #734312 73%, #582600 100%) 0% 0% no-repeat padding-box;
}
.mv-border {
  position: relative;
  /* border-top: 1px solid #A68A47;
  border-bottom: 1px solid #A68A47; */
}
.mv-nav .section__container {
  padding: 20.5px 20px;
  width: 992px;
  margin: 0 auto;
}
.mv-nav .section__container .flex-wrap {
  justify-content: space-between;
}
.mv-nav .section__container a {
  padding-left: 24px;
  /* flex: 1 1 auto; */
}
.mv-nav .section__container a:first-child {
  padding-left: 0;
}
.mv-nav .section__container a span {
  margin-right: 24px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  font-size: 16px;
}
@media screen and (max-width: 979px) {
  .mv-nav .section__container a span {
    font-size: 13px;
    margin-right: 8px;
  }
  .mv-nav .section__container a {
    padding-left: 9px;
  }
}

.mv-nav .section__container a:last-child span {
  margin-right: 0;
}
.mv-nav .section__container a::after {
  content: '/';
  display: inline-block;
  position: relative;
  color: #FFF;
}
.mv-nav .section__container a:last-child::after {
  content: none;
}
.mv-nav .section__container a:hover span {
  color: #F6D546;
}

#mv-section .pickup .note:first-of-type {
  font-size: .9rem;
  color: #382000;
  font-weight: bold;
}

#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 {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 314px 314px 314px;
      grid-template-columns: 314px 314px 314px;
  margin: 24px 0 auto;
  color: #fff;
}

@media screen and (max-width: 979px) {
  #mv-section .pickup .pickup_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#mv-section .pickup .pickup_wrap .item {
  position: relative;
  color: #fff;
  text-decoration: none;
}

#mv-section .pickup .pickup_wrap .item img {
  width: 100%;
}

#mv-section .pickup .pickup_wrap .item > p {
  position: absolute;
}

#mv-section .pickup .pickup_wrap .item .sub-title {
  font-weight: bold;
  font-size: 1rem;
  top: 24px;
  left: 24px;
  line-height: 1.75;
}

#mv-section .pickup .pickup_wrap .item .sub-title span {
  font-weight: normal;
  display: block;
  font-size: .85rem;
}

#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;
  font-family: 'メイリオ', Meiryo;
}

#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);
  }
}

@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;
  }
}

.contents .h2-wrap {
  text-align: center;
  margin-top: 28px;
}

.contents .h2-wrap h2 {
  font-size: 52px;
  font-weight: bold;
  position: relative;
  color: #4A2400;
}

@media screen and (max-width: 979px) {
  .contents .h2-wrap {
    margin-top: 16px;
  }
  .contents .h2-wrap h2 {
    font-size: 30px;
  }
}

.contents .sub-text {
  margin: 52px auto 16px;
  color: #111;
  font-size: 16px;
}

@media screen and (max-width: 979px) {
  .contents .sub-text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.contents .item-wrap {
  margin-top: 0;
  margin-bottom: 3rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contents .item-wrap a {
  position: relative;
  padding-bottom: 2rem;
  text-decoration: none;
  color: #434343;
}

.contents .item-wrap h3 {
  font-weight: bold;
  font-size: 1.25rem;
  padding: .5em 0;
}

.contents .item-wrap figure {
  overflow: hidden;
  position: relative;
  margin: auto;
}

.contents .item-wrap figure img {
  width: 100%;
  -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;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .contents .small-item.item-wrap p {
    color: #382000;
  }
	
 
}

.contents .item-wrap p > span {
  display: inline-block;
  font-weight: normal;
}

.contents .item-wrap p:last-of-type {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  font-family: 'メイリオ', Meiryo;
}

.contents .item-wrap p:last-of-type span:last-of-type {
  float: right;
  color: #AD0101;
  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 .ec-item figure::after {
  background-image: url(../images/ec_icon.svg);
  width: 61px;
}

.contents .item-wrap .popular-item figure:before {
  background-image: url(../images/popular_icon.svg);
  width: 42px;
  right: 81px;
}

.contents .item-wrap .popular-item.oe-item figure:before {
  right: 57px;
}

.contents .item-wrap .popular-item.ec-item figure:before {
  right: 77px;
}

.contents .item-wrap .recommend-item figure:before {
  background-image: url(../images/recommend_icon.svg);
  width: 65px;
}

.contents .item-wrap .recommend-item.oe-item figure:before {
  right: 57px;
}

.contents .item-wrap .recommend-item.ec-item figure:before {
  right: 77px;
}

@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 p:last-of-type {
    line-height: 1.25rem;
  }
  .contents .item-wrap p:last-of-type em {
    font-size: 1.25rem;
  }
}

.second-heading__2col__content {
  color: #FBFFBC;
  text-align: center;
  position: relative;
}

.second-heading__2col__content .second-heading__sub {
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}

.second-heading__2col__content .second-heading__main {
  font-size: 60px;
  font-weight: bold;
  margin: 12px auto;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}



@media screen and (max-width: 979px) {
  .second-heading__2col__content .second-heading__main {
    padding: 0 24px;
    font-size: 32px;
    margin: 12px auto 18px;
  }
	/*
	h2.second-heading__main img {
		width: 100%;
	}*/
  .second-heading__2col__content .second-heading__main img {
    width: calc(100vw - 48px);
  }
}

.content-pizza {
  background-image: url(../images/pizza/bg_nakamuraya.png);
  background-repeat: repeat;
  background-size: 10%;
  background-position: center;
  /* background-color: #A85B1F; */
  padding: 64px 0 41px;
}

.content-pizza .second-heading {
  width: auto;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.content-pizza .second-heading img {
  width: auto;
  max-width: 100%;
}

.pizza-product__block .pizza-product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  /* gap: 24px; */
  padding: 24px 24px 32px;
  -webkit-box-align: stretch;
    align-items: stretch;
}

.pizza-product__block .pizza-product__list .pizza-product__item {
  flex: 0 0 22.88%;
  position: relative;
  padding-bottom: 2rem;
  margin-right: 24px;
  margin-bottom: 24px;
}

.pizza-product__block .pizza-product__list .pizza-product__item:nth-child(4n) {
  margin-right: 0;
}

.pizza-product__block .pizza-product__list .pizza-product__item a {
  color: #fff;
}

.pizza-product__title {
  padding: 16px 0 7px;
  font-size: 18px;
}

.pizza-product__text {
  font-size: 12px;
  margin-bottom: 20px;
}

.pizza-product__block .pizza-product__list .pizza-product__item .pizza-product__price {
  display: block;
  text-align: right;
  color: #FFD52E;
  /* padding-top: 20px; */
  font-size: 20px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  white-space: nowrap;
}

.pizza-product__price .money-sign {
  font-size: 16px;
}

.pizza-product__img {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.pizza-product__img img {
  width: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pizza-product__item .pizza-product__img::after {
  content: "";
  background-repeat: no-repeat;
  height: 21px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.pizza-product__item .oe-item .pizza-product__img::after {
  background-image: url(../images/oe_icon.svg);
  width: 42px;
}

.pizza-product__item .ec-item .pizza-product__img::after {
  background-image: url(../images/ec_icon.svg);
  width: 61px;
}

@media screen and (min-width: 768px) {
  .pizza-product__block .pizza-product__list .pizza-product__item a:hover img {
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
  }
}

@media screen and (max-width: 979px) {
  .content-pizza {
    padding: 64px 0 80px;
    background-size: 32%;
  }
  .content-pizza .section__container {
    padding: 0;
  }
  .content-pizza .second-heading {
    width: 100%;
    padding: 0;
  }
  .pizza-product__block .pizza-product__list {
    padding: 24px 24px 28px;
  }
  .pizza-product__block .pizza-product__list .pizza-product__item {
    flex: 0 0 47%;
    background-color: #fff;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2.5rem;
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .pizza-product__block .pizza-product__list .pizza-product__item:nth-child(3n) {
    margin-right: 16px;
  }
  .pizza-product__block .pizza-product__list .pizza-product__item:nth-child(2n) {
    margin-right: 0;
  }
  .pizza-info__block .pizza-info__col img {
    width: auto;
    max-width: 100%;
  }
  .pizza-product__img {
    position: inherit;
  }
  .pizza-product__item .pizza-product__img::after {
    top: auto;
    bottom: 12px;
    right: auto;
    left: 8px;
  }
  .pizza-product__block .pizza-product__list .pizza-product__item a {
    color: #4A2400;
  }
  .pizza-product__title {
    font-size: 14px;
    padding: 8px 0 28px;
  }
  .pizza-product__text {
    display: none;
  }
  .pizza-product__block .pizza-product__list .pizza-product__item .pizza-product__price {
    color: #EFAE00;
    font-size: 18px;
    right: 8px;
    bottom: 8px;
  }
  .pizza-product__price .money-sign {
    font-size: 14px;
  }
}

.second-heading__2col__content .second-heading__text {
  font-size: 16px;
  line-height: 35px;
  line-height: 35px;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .second-heading__2col__content .second-heading__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.content-theme01 .item-wrap p:last-of-type span:last-of-type {
  color: #F6D546;
}
.content-theme02 .item-wrap p:last-of-type span:last-of-type {
  color: #FF5400;
}

.contents .big-item figure {
  width: 87vw;
  height: 51vw;
  max-width: 350px;
  /* max-height: 192px; */
}

@media screen and (max-width: 979px) {
  .contents .big-item figure {
    max-width: 360px;
  }
}

@media screen and (max-width: 374px) {
  .contents .big-item figure {
    width: 85vw;
  }
}

.contents .big-item a {
  width: 350px;
  margin: 0 auto;
  color: #FBFFBC;
}

.contents.content-theme02 .big-item a {
  color: #242246;
}

.contents .small-item a {
  width: 309px;
  margin: 0 auto;
  color: #FBFFBC;
}

.contents.content-theme02 .small-item a {
  color: #242246;
}

.category .category__box .category-item-wrap a {
  color: #382000;
}

.contents .small-item a:first-of-type {
  margin-left: 0;
}

.contents .small-item a:last-of-type {
  margin-right: 0;
}

.contents .small-item a p > span {
  font-weight: normal;
}

@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: 979px) {
  .contents .big-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents .big-item a {
    width: 100%;
    max-width: 375px;
    margin-bottom: 3rem;
  }
  .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: 216px;
    background-color: #F6F8FF;
    margin: 0 8px;
    padding: 16px 16px 52px 108px;
    width: 86vw;
    max-width: 314px;
  }
  .contents .small-item a h3 {
    font-size: 16px;
    padding-top: 0;
    color: #382000;
  }
  .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;
  }
  .contents .small-item figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contents .small-item figure::after {
    display: none;
  }
}

#contents01-section {
  /* margin-top: 4rem; */
}




/* 追記　contents02-section　ここから */
#contents02-section .second-heading__2col__content {
  color: #000;	
}




/* 追記　contents02-section　ここまで */



@media screen and (min-width: 980px) {
  #contents01-section {
    background-image: url(../images/theme01/theme01_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 0;
  }
  #contents01-section .h2-wrap h2 span {
    float: right;
    margin-top: 64px;
  }
  #contents02-section {
    background-image: url(../images/theme02/theme02_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 979px) {
  #contents01-section {
    padding: 60px 0 56px;
    background-image: url(../images/theme01/theme01_bg_sp.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #contents02-section {
    padding: 60px 0 56px;
    background-image: url(../images/theme02/theme02_bg_sp.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
	  
  }
  #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: 56px;
  }
  #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: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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: #111;
  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;
      -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;
      -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;
}

.modal .modal-contents > div:first-of-type a {
  display: block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #4A2400;
  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: #401d00;
}

.modal .modal-contents > div:first-of-type p:last-of-type {
  display: block;
  color: #E64751;
  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;
  font-style: normal;
  font-weight: bold;
  font-size: 1.714rem;
  line-height: 1.2;
  color: #4A2400;
}

.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 {
  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-image: url(../images/pickup/pickup-title_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 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: #4A2400;
}

#pickup-section h3::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
}

.pickup-bg {
  background-image: url(../images/pickup/bg_pickup_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  .pickup-bg {
    background-image: url(../images/pickup/pickup_bg_sp.jpg);
  }
}

.section__container.pickup {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 979px) {
  .section__container.pickup {
    padding-bottom: 80px;
  }
}

#pickup-section figure {
  margin: 0 -24px;
  text-align: center;
  width: 100vw;
  max-width: 1024px;
}

#pickup-section figure img {
  width: 100%;
}

#pickup-section .maintext {
  padding: 24px 0;
  line-height: 1.8;
  border-bottom: #CCC 1px solid;
}

#pickup-section .subtext {
  padding: 16px 0 8px;
  line-height: 2;
}

#pickup-section .price {
  color: #E64751;
  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: #4A2400;
  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: #4A2400;
  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.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: #4A2400 1px solid;
  border-radius: 40px;
}

.category-content {
  position: relative;
  border-top: solid 8px #744F1F;
}

.category-content_bg {
  background-image: url(../images/category/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 40px;
  position: relative;
  background-attachment: fixed;
}
@media screen and (max-width: 979px) {
  .category-content_bg {
    background-image: url(../images/category/bg_sp.jpg);
    position: relative;
  }
	.category-content {
  border-top: solid 4px #744F1F;
}
}

.category .category__wrap {
  max-width: 992px;	
  margin: 0 auto;
}

.category .category__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category .category__navi a {
  text-decoration: underline;
  color: #111111;
}

@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-top: 16px;
    margin-bottom: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.category .category__navi-item {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .category .category__navi-item {
    font-size: 14px;
    width: 50%;
    margin-bottom: 14px;
    text-align: center;
  }
}

.category .category__navi-item + .category__navi-item::before {
  content: "/";
  display: inline-block;
  color: #111111;
  margin: 0 16px;
  position: relative;
}

@media screen and (max-width: 979px) {
  .category .category__navi-item + .category__navi-item::before {
    display: none;
  }
}

.category .category__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 979px) {
  .category .category__box {
    display: block;
    margin-bottom: 0;
    position: relative;
    border: none;
  }
}

.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 32px;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.category .category__box .category__titlebox img {
  width: 150px;
  height: 150px;
  -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: #382000;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 16px;
}

@media screen and (max-width: 979px) {
  /* .category .category__box .category__titlebox-title {
    width: 100vw;
    height: 61vw;
    margin: 0 -24px 20px;
  } */
}

.category .category__box .category__titlebox-title.marin {
  background-image: url(../images/category/marin_pc.jpg);
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox-title.marin {
    background-image: url(../images/category/marin_sp.jpg);
  }
}

@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 {
  font-size: 14px;
  font-weight: bold;
  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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: space-between;
  }
}

.category .category__box .category__titlebox-link-item {
  text-align: center;
  width: 248px;
  height: 40px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox-link-item {
    width: 155px;
  }
}

.category .category__box .category__titlebox-link-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
}

.category .category__box .category__titlebox-link-item a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 979px) {
  .category .category__box .category__titlebox-link-item a::after {
    right: 10px;
  }
}

.section-contentbox-link {
  margin-bottom: 38px;
}

@media screen and (max-width: 979px) {
  .section-contentbox-link {
    margin: 40px auto 16px;
  }
}

.section-contentbox-link ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 979px) {
  .section-contentbox-link ul {
    display: block;
  }
}

.section-contentbox-link .section-contentbox-link-item {
  text-align: center;
  width: 248px;
  height: 40px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  margin: 0 40px;
  background-color: #B08617;
}

.content-theme02 .section-contentbox-link .section-contentbox-link-item {
  background-color: #242246;
}

@media screen and (max-width: 979px) {
  .section-contentbox-link .section-contentbox-link-item {
    margin: 0 auto;
  }
  .section-contentbox-link .section-contentbox-link-item:first-child {
    margin-bottom: 24px;
  }
}

.section-contentbox-link .section-contentbox-link-item a {
  color: #FBFFBC;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
	border: 1px solid #FBFFBC;
}

.section-contentbox-link .section-contentbox-link-item a::after {
  background-image: url("../images/arrow_cream.svg");
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-theme02 .section-contentbox-link .section-contentbox-link-item a {
  color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.content-theme02 .section-contentbox-link .section-contentbox-link-item a::after  {
  background-image: url("../images/arrow_white.svg");
}

.section-contentbox-link .section-contentbox-link-item:first-child:hover a {
	color: #B08617;
  background-color: #FBFFBC;
  border: solid 1px #B08617;
}
.section-contentbox-link .section-contentbox-link-item:first-child:hover a::after {
  background-image: url(../images/arrow_gold.svg);
}

.section-contentbox-link .section-contentbox-link-item:last-child:hover a {
  color: #B08617;
  background-color: #FBFFBC;
  border: solid 1px #B08617;
}
.section-contentbox-link .section-contentbox-link-item:last-child:hover a::after {
  background-image: url(../images/arrow_gold.svg);
}

.content-theme02 .section-contentbox-link .section-contentbox-link-item:hover a {
  color: #242246;
  background-color: #FFFFFF;
  border: solid 1px #242246;
}

.content-theme02 .section-contentbox-link .section-contentbox-link-item:hover a::after {
  background-image: url(../images/arrow_blue.svg);
}

.category .category__box .category__titlebox-link-item:first-child {
  margin-bottom: 8px;
  background-color: #744F1F;
  border: 1px solid #FBFFBC;
}

.category .category__box .category__titlebox-link-item:first-child:hover {
  background-color: #FBFFBC;
  border: 1px solid #744F1F;
}

.category .category__box .category__titlebox-link-item:first-child a {
  color: #FBFFBC;
}

.category .category__box .category__titlebox-link-item:first-child:hover a {
  color: #744F1F;
}

.category .category__box .category__titlebox-link-item:first-child a::after {
  background-image: url("../images/arrow_cream.svg");
}

@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:last-child {
  background-color: #FBFFBC;
  border: 1px solid #744F1F;
}

.category .category__box .category__titlebox-link-item:last-child:hover {
  background-color: #744F1F;
  border: 1px solid #FBFFBC;
}

.category .category__box .category__titlebox-link-item:last-child a {
  color: #744F1F;
}

.category .category__box .category__titlebox-link-item:last-child:hover a {
  color: #FBFFBC;
}

.category .category__box .category__titlebox-link-item:first-child:hover a::after {
  background-image: url("../images/arrow_brown.svg");
}

.category .category__box .category__titlebox-link-item:last-child:hover a::after {
  background-image: url("../images/arrow_cream.svg");
}

.category .category__box .category__titlebox-link-item:last-child a::after {
  background-image: url("../images/arrow_brown.svg");
}

.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;
    margin-bottom: 2rem;
  }
  .category .category__box .category-item-wrap .big-item a {
    width: 336px;
    margin: 0 24px 0 0;
    padding-bottom: 2rem;
  }
  .category .category__box .category-item-wrap .big-item a figure {
    width: 336px;
    height: 200px;
    max-height: 200px;
  }
  .category .category__box .category-item-wrap .small-item {
    -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 24px 16px 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__list {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-flex: 1;
      -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: #111;
}

@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: 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), 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: #FD2525;
  font-size: 16px;
}

.category .category__box .category__list .category__list-item-description span em {
  font-style: normal;
  font-size: 20px;
}

.oe-link {
  margin: 60px auto 0;
  font-family: 'メイリオ', Meiryo;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 979px) {
  .oe-link {
    margin: 60px 24px 0;
  }
  .oe-link .oe-link__title {
    padding: 4px 16px;
  }
}

.ranking .ranking__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -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: #111;
  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 #111;
  }
}

.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: 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), 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), 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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -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: -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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.ranking .ranking__box .ranking__list-item-description span {
  font-size: 20px;
  color: #FD2525;
}

.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;
  }
}
/*# sourceMappingURL=style.css.map */