@charset "UTF-8";

/*----------------------------------------------
　base
------------------------------------------------*/
body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}

a {
  display: inline-block;
  color: var(--black);
  text-decoration: none;
}

html {
  overflow-x: hidden;
  font-weight: normal;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

h1 {
  font-size: 4.074rem;
  font-weight: 700;
  line-height: 1.2;
  font-display: swap;
}

h2 {
  font-size: 3.074rem;
  font-weight: 700;
  line-height: 1.2;
  font-display: swap;
}

h3 {
  font-size: 2.074rem;
  font-weight: 700;
  line-height: 1.2;
  font-display: swap;

}

h4,
.h4 {
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 1.2;
  font-display: swap;
}


h5 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  font-display: swap;
}

p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  font-display: swap;
}

br {
  display: block;
}

.sp-br {
  display: inline;
}

@media screen and (max-width: 900px) {
  .sp-br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.074rem !important;
    font-weight: 700;
  }

  h3 {
    font-size: 1.125rem !important;
    font-weight: 700;
  }

  h4,
  .h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
  }

  p,
  h5 {
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
  }

  br {
    display: none;
  }
}

/*----------------------------------------------
　marker
------------------------------------------------*/
.marker {
  background: -webkit-linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .5em;
  transition: 2s;
  line-height: 0.8;
}

.marker.is-active {
  background-position: 0% .5em;
}

/*----------------------------------------------
 breadcrumb
------------------------------------------------*/
.breadcrumb {
  position: absolute;
  z-index: 5;
  top: 65px;
  left: 25px;
  text-align: left;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.1;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

@media screen and (max-width: 999px) {
  .breadcrumb {
    left: 20px;
    padding-right: 25px;
  }

  .breadcrumb li {
    font-size: 0.75rem !important;
    line-height: 0.75rem !important;
  }
}

/*----------------------------------------------
  top-return
------------------------------------------------*/
button.return3 {
  display: flex;
  place-content: center;
  place-items: center;
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 50px;
  border: none;
}

button.return3 a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
  padding: 5px 30px;
  text-decoration: none;
}

/*----------------------------------------------
  header
------------------------------------------------*/
header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0px 10px 0 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .16);
}

.header-logo {
  max-width: 250px;
  width: 100%;
  height: auto;
  font-size: 0;
}

/*pc*/
.header-pc-menu {
  display: flex;
  list-style: none;
  margin: 15px 0;
  gap: 25px;
}

.header-pc-menu>li {
  position: relative;
}

.header-pc-menu>li>a {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.77;
}


.header-pc-menu>li:nth-of-type(1)>a {
  background-color: #e5243b;
}

.header-pc-menu>li:nth-of-type(2)>a {
  background-color: #f9c30a;
}

.header-pc-menu>li:nth-of-type(3)>a {
  background-color: #56c02b;
}

.header-pc-menu>li:nth-of-type(4)>a {
  background-color: #26bde2;
}

.header-pc-menu>li:nth-of-type(5)>a {
  background-color: #f569af;
}

.header-pc-menu>li>a>span {
  position: absolute;
  left: -15px;
  bottom: 3px;
  width: 41px;
  height: auto;
}

.header-pc-menu>li>a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

/*----------------------------------------------
  ドロップダウンメニュー
------------------------------------------------*/
.green:hover .about-dropdownmenu,
.blue:hover .about-dropdownmenu,
.pink:hover .about-dropdownmenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.green>.about-dropdownmenu {
  width: 230px;
  right: -50px;
  color: #56c02b;
}

.blue>.about-dropdownmenu {
  width: 200px;
  right: -10px;
  color: #26bde2;
}

.pink>.about-dropdownmenu {
  width: 250px;
  right: 0;
  color: #f569af;
}

.about-dropdownmenu {
  visibility: hidden;
  position: absolute;
  padding-top: 20px;
  top: 40px;
  z-index: 1000;
  transition: ease 0.2s;
  opacity: 0;
  transform: translateY(10px);
}

.about-dropdownmenu>ul {
  background: #fff;
  border-radius: 5px;
  padding: 0 20px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.about-dropdownmenu>ul>li {
  padding-top: 15px;
  text-align: left;
}

.about-dropdownmenu>ul>li:hover {
  opacity: 0.6;
}


/*sp*/
.header_sp {
  display: none;
}

.drawer__button {
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 999;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.drawer__button>span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 3px;
  background-color: black;
  transform: translateX(-50%);
}

.drawer__button>span:first-child {
  transform: translate(-50%, calc(-50% - 0.75rem));
  transition: transform 0.3s ease;
}

.drawer__button>span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.drawer__button>span:last-child {
  transform: translate(-50%, calc(-50% + 0.75rem));
  transition: transform 0.3s ease;
}

.drawer__button.active>span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active>span:nth-child(2) {
  opacity: 0;
}

.drawer__button.active>span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  padding: 6rem 2.5rem 1rem;
  margin: 0 0 0 auto;
  opacity: 0;
  background-color: #FCFCE2;
  transition: opacity 0.3s ease;
}

.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}

.drawer__nav__logo {
  display: block;
  width: 155px;
  margin-bottom: 1rem;
}

.drawer__nav__link {
  display: block;
  padding: 1rem 0;
  font-size: 1.25rem;
  text-decoration: none;
}

body.active {
  height: 100%;
  overflow: hidden;
}

/*link-banner*/
.inquiry {
  position: fixed;
  right: 20px;
  top: 80px;
  transition: 0.4s;
  z-index: 5;
}

.inquiry_link {
  position: relative;
  display: block;
  width: 200px;
  height: auto;
  z-index: 10;
}

/*header-responsive*/
@media screen and (max-width: 1320px) {
  .header-logo {
    max-width: 200px;
  }

  .header-pc-menu a {
    font-size: 1rem;
  }

  .header-pc-menu>li>a>span {
    width: 35px;
    left: -10px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-pc-menu a {
    font-size: min(1.6vw, 0.8125rem);
  }

  .header-pc-menu>li>a>span {
    width: 30px;
    left: -5px;
  }

  .header-pc-menu {
    gap: 18px;
  }
}

@media screen and (max-width:999px) {
  .header-logo {
    max-width: 140px;
  }

  .header-pc-menu {
    display: none;
  }

  .header_sp {
    display: inline;
  }

  .inquiry {
    display: none;
  }

}

/*----------------------------------------------
  footer
------------------------------------------------*/

/*contact*/
.contact {
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
}

.contact_pc {
  display: block;
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 40px auto 20px;
}

.btn_animation {
  display: block;
  width: min(80vw, 600px);
  margin: 20px auto;
  padding: 10px 30px;
  background-color: #1C50AA;
  border-radius: 100px;
  cursor: pointer;
  font-size: 1.728rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  animation: btn_animation 1.5s ease-in-out infinite;
}

@keyframes btn_animation {
  0% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1.0);
  }

  100% {
    transform: scale(0.95);
  }
}

.contact_text {
  width: 100%;
  margin: 0 auto;
  font-size: 1.44rem;
  font-weight: 700;
  text-align: center;
}

.contact_tell {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(80vw, 900px);
  margin: 30px auto 0;
}

.contact_tell p {
  margin: 10px auto 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.contact_tell a {
  font-size: 2.986rem;
  font-weight: 700;
}

.contact_attention {
  padding-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

footer .red {
  color: #e5243b;
}

.br-sp {
  display: none;
}

.contact_sp {
  display: none;
}

/*staff*/
.staff {
  position: relative;
  width: 100%;
  padding-bottom: 400px;
  background: url(../img/bgstaff_c.png) bottom / cover;
  text-align: center;
}

.footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 100px;
  text-align: center;
}

.footer_logo img {
  width: 150px;
  height: auto;
}

.staff_name {
  padding: 40px 0;
  font-size: 1.44rem;
  font-weight: 500;
  text-align: center;
}

.staff_about {
  font-weight: 400;
  line-height: 1.6;
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width:1023px) {
  .staff_name {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

@media screen and (max-width:999px) {
  .contact_tell {
    flex-direction: column-reverse;
    margin: 10px auto 0;
  }

  .contact_sp {
    display: block;
    max-width: 600px;
    width: 80%;
    margin: 20px auto;
  }

  .contact_pc {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .footer_logo img {
    width: 100px;
    height: auto;
  }

  .staff_name {
    font-size: 1.2rem;
  }

  .btn_animation {
    font-size: 1.44rem;
  }

  .contact_text,
  .contact_tell p {
    font-size: 1.5rem;
    font-size: min(4vw, 1.2rem) !important;
  }

  .contact_tell a {
    font-size: min(8vw, 2.5rem) !important;
  }

  .contact_attention {
    font-size: 1rem !important;
  }

  .staff_about {
    font-size: 1rem;
  }

  .staff {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 660px) {

  .contact_text,
  .contact_tell p {
    font-size: 1.25rem;
  }

  .contact_tell a {
    font-size: 2.25rem;
  }

  .contact_attention {
    margin-top: 5px;
    font-size: 0.875rem !important;
  }
}

@media screen and (max-width: 620px) {
  #btn_animation a.btn {
    font-size: 1.25rem;
  }

  .contact_text,
  .contact_tell p {
    font-size: 0.9375rem;
  }

  .contact_tell a {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 480px) {
  .btn_animation {
    display: block;
    font-size: 1rem;
  }

  .contact_tell p {
    font-size: 0.625rem;
  }

  .contact_tell a {
    font-size: 1.25rem;
  }

  .contact_attention {
    font-size: 0.75rem !important;
    padding: 0;
  }
}

@media screen and (max-width: 375px) {
  .staff_about {
    font-size: 0.75rem;
  }
}

/*----------------------------------------------
  winternovelty
------------------------------------------------*/
.winternovelty {
  background: #FFF0E2;

}

.winternovelty section {
  max-width: 1100px;
  width: 90%;
  margin: 100px auto 50px;
}

.category .title,
.reason .title {
  color: #FB7922;
  font-size: 36px;
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {

  .category .title,
  .reason .title {
    font-size: min(6vw, 24px) !important;
    margin: 15px auto;
  }
}

/*----------------------------------------------
  top
------------------------------------------------*/
.TOPheight {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100vh - 60px);
  margin-top: 60px;
  padding: 0 5% 100px;
  background-image: url(../img/winternovelty/topbg.webp);
  background-size: cover;
  background-position: center right;
  text-align: left;
}

.TOPheight>p:nth-of-type(1)>span {
  display: block;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 3px;
}

.TOPheight>p:nth-of-type(2)>span {
  display: block;
  margin: 10px 0 50px;
  font-size: 60px;
  font-weight: 900;
  color: #FB7922;
  letter-spacing: 3px;
  text-shadow:
    rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px,
    rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px,
    rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px,
    rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px,
    rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px,
    rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px,
    rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px,
    rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px,
    rgb(255, 255, 255) 0px 0px 8px, rgb(255, 255, 255) 0px 0px 8px;
}

.TOPheight>p:nth-of-type(3)>span {
  font-size: 20px;
  font-weight: 900;
  line-height: 50px;
}

@media screen and (max-width: 1200px) {
  .TOPheight>p:nth-of-type(1)>span {
    font-size: 24px;
  }

  .TOPheight>p:nth-of-type(2)>span {
    font-size: 50px;
    margin: 10px 0 30px;
  }

  .TOPheight>p:nth-of-type(3)>span {
    font-size: 18px;
  }

  .TOPheight {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100vh - 60px);
    margin-top: 60px;
    padding: 0 5% 50px;
    background-image: url(../img/winternovelty/topbgt.webp);
    background-size: cover;
    background-position: top right;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {

  .TOPheight>p:nth-of-type(1)>span {
    font-size: 20px;
  }

  .TOPheight>p:nth-of-type(2)>span {
    font-size: min(7vw, 36px) !important;
    margin: 10px 0 30px;
  }

  .TOPheight>p:nth-of-type(3)>span {
    font-size: 16px;
    line-height: 25px;
  }

  .TOPheight {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100vh - 60px);
    margin-top: 60px;
    padding: 0 5% 50px;
    background-image: url(../img/winternovelty/topbgs.webp);
    background-size: cover;
    background-position: top right;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {

  .TOPheight {
    max-height: 500px;
  }

  .TOPheight>p:nth-of-type(1)>span {
    font-size: 16px;
  }

  .TOPheight>p:nth-of-type(2)>span {
    font-size: min(7vw, 36px) !important;
    margin: 10px 0 20px;
  }

  .TOPheight>p:nth-of-type(3)>span {
    font-size: 14px !important;
  }

}

/*----------------------------------------------
  category
------------------------------------------------*/
.category ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.category li {
  background: #FB7922;
  transition: ease .2s;
}

.category a {
  display: block;
}

.category img {
  border: solid 3px #FB7922;
}

.category p {
  padding: 20px 5px;
  color: #fff;
  text-align: center;
}

.category span {
  display: block;
  font-weight: 900;
  font-size: 18px;
}

.category li:hover {
  opacity: .6;
}

@media screen and (max-width: 900px) {
  .category ul {
    grid-template-columns: 1fr 1fr;
  }

  .category span {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .category ul {
    grid-template-columns: 1fr;
    width: 90%;
  }
}

/*----------------------------------------------
  reason
------------------------------------------------*/

.reason ul {
  background: #fff;
  border-radius: 20px;
  padding: 20px 100px 50px;
}

.reason-h3 {
  padding: 30px 0 10px;
  font-size: 24px;
  color: #FB7922;
}

.reason-h3::before {
  content: "●";
  padding-right: 10px;
  color: #FB7922;
}

@media screen and (max-width: 1000px) {
  .reason ul {
    padding: 20px 50px 50px;
  }
}

@media screen and (max-width: 500px) {
  .reason ul {
    padding: 0 30px 30px;
    border-radius: 10px;
  }
}

/*----------------------------------------------
  item
------------------------------------------------*/
section.item {
  position: relative;
  padding-top: 150px;
  margin: 0 auto;
}

.item .title {
  position: absolute;
  z-index: 1;
  top: 110px;
  right: 0;
  left: 0;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 100px;
  background-color: #FB7922;
  color: #fff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
}

.itemin {
  background: #fff;
  border-radius: 20px;
  padding: 100px 100px 50px;
}

@media screen and (max-width: 1200px) {
  .item .title {
    font-size: 24px !important;
    top: 65px;
  }

  section.item {
    position: relative;
    padding-top: 100px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .item .title {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 500px) {
  .item .title {
    padding: 15px;
    font-size: 16px !important;
    letter-spacing: 1px;
  }
}

/*見出し*/
.itemin-heading {
  display: flex;
  align-items: center;
  border: solid 3px #FB7922;
}

.itemin-heading-img {
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

.img01 {
  background-image: url(../img/winternovelty/heading01.webp);
}

.img02 {
  background-image: url(../img/winternovelty/heading02.webp);
}

.img03 {
  background-image: url(../img/winternovelty/heading03.webp);
}

.itemin-heading div {
  width: 50%;
  padding: 30px;
}

.itemin-heading-h3 {
  font-size: 24px;
  color: #FB7922;
  margin-bottom: 30px;
  line-height: 40px;
}

.itemin-heading-about {
  display: flex;
  align-items: center;
  padding: 30px 0 0;
}

.itemin-heading-about img {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .itemin-heading {
    flex-direction: column;
  }

  .itemin-heading div {
    width: 100%;
  }

  .itemin-heading-img {
    min-height: 400px;
  }

  .itemin-heading-about {
    flex-direction: column;
    gap: 30px;
  }

  .itemin-heading-h3 {
    line-height: 24px;
    margin-bottom: 20px;
  }

  .itemin-heading br {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .itemin-heading-img {
    min-height: 250px;
  }

  .itemin-heading-h3 {
    line-height: 24px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .itemin-heading {
    border: none;
  }

  .itemin-heading-img {
    border: solid 3px #FB7922;
  }

  .itemin-heading div {
    padding: 10px 0 0;
  }
}

/*アイテム紹介*/
.itemin-group {
  margin: 80px 0 0;
}

.itemin-group-h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 24px;
  color: #FB7922;
  margin: 30px 0 20px;
}

.itemin-group-h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 35px;
  background: #FB7922;
}

.itemin-group ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 100px;
  margin: 20px 0 0;
}

.itemin-group ul.itemin-group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}

.itemin-group ul.itemin-group-grid p {
  margin-top: 10px;
  text-align: center;
  font-weight: 900;
}

.itemin-group-h4 {
  margin: 10px 0 5px;
  font-size: 20px;
}

.itemin-group-p {
  margin: 5px 0;
  font-size: 14px;
  color: #333;
}

.itemin-group-calendar {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 50px auto 0;
  padding: 15px;
  background: #FB7922;
  border-radius: 50px;
  box-shadow: 0 3px 6px #00000016;
  font-size: 20px;
  color: #fff;
  text-align: center;
  transition: ease .2s;
}

.itemin-group-calendar:hover {
  opacity: .7;
}

.itemin-group-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.itemin-group-flex img {
  display: block;
  width: 40%;
}

@media screen and (max-width: 1100px) {
  .itemin {
    background: #fff;
    border-radius: 20px;
    padding: 100px 50px 50px;
  }

  .itemin-group ul {
    gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .itemin-group ul {
    grid-template-columns: 1fr;
  }

  .itemin-group-h4 {
    font-size: 18px;
  }

  .itemin-group ul.itemin-group-grid {
    grid-template-columns: 1fr 1fr;
  }

  .itemin-group-flex {
    flex-direction: column;
  }

  .itemin-group-flex img {
    width: 100%;
  }

  .itemin-group-calendar {
    padding: 15px;
    font-size: min(4.5vw, 16px) !important;
  }
}

@media screen and (max-width: 500px) {
  .itemin {
    padding: 60px 30px 30px;
    border-radius: 10px;
  }
}

/*----------------------------------------------
  wrap-up
------------------------------------------------*/
.wrap-up {
  text-align: center;
}

.wrap-up img {
  display: block;
  max-width: 400px;
  width: 70%;
  margin: 0 auto;
}

.wrap-up-p {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
}


@media screen and (max-width: 500px) {
  .wrap-up {
    text-align: left;
  }

  .wrap-up-p {
    margin-top: 30px;
    line-height: 30px !important;
  }
}

/*==============================
特集ボタン
==============================　*/
.box_in2 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.spebtn {
  position: relative;
  width: 540px;
  height: 150px;
  /*margin: 0 auto;*/
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.spebtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.box-shadow img {
  border: solid 2px rgba(95, 134, 211, 0.25);
}

.spebtn:hover img:nth-of-type(2) {
  opacity: 0;
}

.m-t100 {
  margin-top: 100px !important;
}

.spebtn_box {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 30px;
}

.spe-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.spe-btn a {
  position: relative;
  display: block;
}

.spe-btn>a>img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.spe-btn a:hover>img:first-child {
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .box_in2 {
    width: 85%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {

  .box_in2 {
    width: 80%;
    margin: 0 auto;
  }

  .spebtn {
    width: min(90vw, 360px);
    height: 100px;
  }
}

@media screen and (max-width: 400px) {
  .spebtn {
    width: 90vw;
    height: calc(250 / 1024 * 100vw);
  }
}

@media screen and (max-width: 1000px) {
  .spebtn_box {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

.banner {
  text-align: center;
}

.spe-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: min(85vw 1632px, 1000px);
  margin: 20px auto 50px;
}

@media screen and (max-width: 767px) {
  .spe-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
