/*background_img*/
body {
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-image:linear-gradient(
      transparent 0,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.6) 100%
  ),
  url(../images/top/background/header.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#machine_list {
  background-image:linear-gradient(45deg, rgba(50, 50, 50, 0.5) ,rgba(255, 255, 255, 0.5)),  url(../images/top/background/machine_list.webp);
}
#brand_list {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.3) 100%
  ),
  url(../images/top/background/brand_list.webp);
}
#machine_quality {
  background-image: linear-gradient(
      transparent 0,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.6) 100%
  ),
  url(../images/top/background/machine_quality.webp);
}
#service_list {
  background-image: url(../images/top/background/service_list.webp);
}
.area_child {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow: hidden;
  width: 100%;
}

/*title*/
section h2 {
  font-size: 1rem;
  position: relative;
  margin: 0 0 40px 0;
  font-weight: normal;
}
section h2::after {
  content: "";
  display: block;
  width: 4em;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
#machine_list h2,
#machine_quality h2,
#service_list h2,
#payment h2 {
  color: rgb(255, 255, 255);
}
#machine_list h2::after,
#machine_quality h2::after,
#service_list h2::after,
#payment h2::after {
  background: rgb(255, 255, 255);
}
#brand_list h2,
#payment h2,
footer h2 {
  color: rgb(0, 0, 0);
}
#brand_list h2::after,
#payment h2::after,
footer h2::after {
  background: rgb(0, 0, 0);
}
#brand_list h3 {
  position: relative;
  text-align: center;
}
#brand_list h3::after {
  content: "";
  display: block;
  width: 4em;
  height: 2px;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  background: rgb(0, 0, 0);
}
.header_fixed__title, .header_brand_slider::before {
  font-size: 150%;
}
/*--------------------------------------------

header

--------------------------------------------*/
/*header_bottom*/
.header_bottom {
  padding-top: 135px;
  background: rgb(240, 240, 240);
  min-height: 100vh;
  min-height: 100svh;
  height: 100%;
  box-sizing: border-box;
}
/*header_slider*/
.header_slider {
  position: relative;
}
.header_slider img {
  height: 300px;
  max-height: 100%;
  max-width: 100%;
  width: 1890px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}
.header_slider a:hover {
  opacity: 0.75;
}
.header_slider .slide-arrow {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header_slider .prev-arrow {
  left: calc((100% - 810px) / 2 - 70px);
}
.header_slider .next-arrow {
  right: calc((100% - 810px) / 2 - 70px);
}

/*header_fixed*/
.header_fixed {
  min-height: calc(100vh - 390px);
  min-height: calc(100svh - 390px);
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

/*header_text_slider*/
.header_text_slider{
  max-width: 1890px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  background: rgb(29, 32, 128);
  color: rgb(255, 255, 255);
  display: flex;
  height: 40px;
  line-height: 40px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  z-index: 1;
}
.header_text_slider ul {
  animation: flowing 50s linear infinite;
  font-size: 1rem;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.header_text_slider ul li{
  display: inline-block;
  padding-right: 20px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

/* recommend_item */
.recommend_item__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.recommend_item__link {
  width: calc(100% / 3 - 2em / 3);
}
.recommend_item__link img {
  width: 100%;
}

/* pickup_item */
.pickup_item {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.pickup_item__slider {
  padding: 0 30px;
}
.pickup_item__slider a {
  display: flex !important;
  align-items: center;
  gap: 1em;
  color: rgb(0, 0, 0);
  margin: 0 7.5px;
}
.pickup_item__slider a img {
  width: 100%;
  display: block;
}
.pickup_item__slider .slide-arrow {
    width: 30px;
    height: 100%;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: rgb(150, 150, 150);
    right: 0;
}
.pickup_item__slider .prev-arrow {
    left: 0;
    right: auto;
}

/* header_brand */
.header_brand {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-top: 3em;
  background-image: url(../images/top/background/header.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0, 0.8);
  background-blend-mode: multiply;
  padding: 2em;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: 2em;
  box-sizing: border-box;
}
.header_brand::before {
  content: "オリジナル製品";
  font-size: 150%;
  position: absolute;
  top: -2rem;
  left: 0;
  color: rgb(0, 0, 0);
}
.header_brand h2 {
  text-align: center;
  margin: 0;
  font-size: 250%;
  font-weight: 500;
}
.header_brand ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.header_brand ul li {
  width: calc(100% / 6 - 2.5em / 6);
  font-size: 200%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
  background: rgb(255, 255, 255, 0.5);
  padding: 0.5em;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(100, 100, 100, 0.8);
}
.header_brand ul li span {
  font-size: 60%;
}
.header_brand > p {
  text-align: center;
  font-size: 140%;
  margin: 0;
}

/*header_brand_slider*/
.header_brand_slider {
  width: 100%;
  padding: 0 30px;
}
.header_brand_slide img {
  width: 100%;
  object-fit: contain;
}
.header_brand_slide {
  width: calc(100% / 8);
  margin: 0 7.5px;
}
.header_brand_slider .slide-arrow {
  width: 30px;
  height: 100%;
  border-radius: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: rgb(150, 150, 150);
}
.header_brand_slider .prev-arrow {
  left: 0;
}
.header_brand_slider .next-arrow {
  right: 0;
}

/* arrival_sns */
#arrival_sns {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

/*header_page_menu*/
.header_page_menu {
  max-width: 1200px ;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
.header_page_menu details {
  width: calc(100% / 3 - 30px / 3 );
}
.header_page_menu summary {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding: 30px 20px;
  font-size: 1.2rem;
  cursor: default;
}
.header_page_menu_quality summary {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(/../images/quality/main/header.webp);
}
.header_page_menu_service summary {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(/../images/service/design_order/plan/web_flyer.webp);
}
.header_page_menu_content summary {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(/../images/content/casestudy/background.webp);
}
.header_page_menu ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}
.header_page_menu a {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(170, 170, 170);
}

/*--------------------------------------------

全体

--------------------------------------------*/
header.area_child {
  min-height: 100vh;
  min-height: 100svh;
  height: fit-content;
}
section.area_child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
section.unnecessary {
  padding-top: 0;
  height: auto;
}
/*--------------------------------------------

machine_list

--------------------------------------------*/
#machine_list {
  color: rgb(255, 255, 255);
  position: relative;
  margin: 0;
  padding-top: 90px;
  width: 100vw;
  width: 100svw;
  min-height: 100vh;
  min-height: 100svh;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  padding-top: 90px;
}
#machine_list p.ob_title{
  position: relative;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#machine_list p.ob_title::before{
  content: "";
  display: block;
  width: 4em;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: rgb(255, 255, 255);
}
.machine_list_slider {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.machine_list_slider_item {
  background-blend-mode: soft-light;
  border-radius: 30px;
  border: solid 2px rgb(255, 255, 255);
  padding: 20px 50px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  box-sizing: border-box;
}
.eagle {
  background: linear-gradient(
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 70%,
      rgba(255, 255, 255, 0.7) 100%
  );
  background-size: 100% 200%;
}
.albatross {
  background: linear-gradient(
      rgba(0, 0, 0, 0) 0%,
      rgba(70, 5, 0, 0.7) 70%,
      rgba(181, 181, 182, 0.7) 100%
  );
  background-size: 100% 200%;
}
.fl {
  background: linear-gradient(
      rgba(0, 0, 0, 0) 0%,
      rgba(255, 255, 255, 0.7) 70%,
      rgba(0, 0, 0, 0.7) 100%
  );
  background-size: 100% 200%;
}
/*machine_list_top*/
.machine_list_top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
#machine_list .machine_logo {
  height: 90px;
  margin-bottom: 20px;
}
#machine_list .machine_img {
  width: auto;
  height: 45vh;
  height: 45svh;
  max-height: 400px;
  padding-left: 50px;
}
/*all_machine*/
.machine_all_button {
  color: rgb(255, 255, 255);
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.6);
  border: solid 1px rgb(255, 255, 255);
  max-width: 500px;
  width: 90%;
  padding: 10px 0;
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
}
.machine_all_button:hover {
  opacity: 1;
  background: rgba(181, 181, 182, 0.7);
}
#machine_list .slick-dots li button {
  background: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  color: rgb(50, 50, 50);
  padding: 15px;
  font-weight: 700;
  border-radius: 200px;
}
#machine_list .slick-dots li.slick-active button {
  background: rgba(50, 50, 50, 0.8);
  color: rgb(255, 255, 255);
}
#machine_list .slick-dots li {
  width: fit-content;
}
#machine_list .slick-dots {
  bottom: -50px;
}
/*machine_name*/
.machine_name {
  width: 1080px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.machine_name p {
  margin: 0;
}
.machine_name span {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/*slider*/
#machine_list.slick-initialized .slick-slide {
  display: flex;
}
/*slider_button*/
#machine_list .prev-arrow,
#machine_list .next-arrow {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#machine_list .prev-arrow {
  left: 3%;
}
#machine_list .next-arrow {
  right: 3%;
}
/*--------------------------------------------

brand_list

--------------------------------------------*/
#brand_list > div{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  background: linear-gradient(
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 51%,
      rgba(255, 255, 255, 0.1) 55%,
      rgba(255, 255, 255, 0.3) 70%,
      rgba(255, 255, 255, 0.5) 100%
  );
  background-size: 100% 200%;
  background-blend-mode:lighten;
  padding-top: 90px;
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
}
#brand_list h2,
.brand_list_slider {
  width: 1200px;
  margin: 0 auto;
}
/*スライダーデザイン*/
.brand_list_slider div.slider_content {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.brand_list_slider .brand_product {
  height: 400px;
}
.brand_list_slider .slider_content div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 60%;
}
.brand_list_slider h3 {
  margin: 0 0 20px 0;
}
.brand_list_slider p {
  margin: 0;
}
.brand_list_slider .brand_logo {
  height: 60px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.brand_list_slider a {
  background: rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
  text-align: center;
  width: 70%;
  padding: 10px 0;
  display: block;
  margin: 10px auto;
  border-radius: 100px;
  border: solid 1px rgb(255, 255, 255);
  transition: all 0.3s;
}
.brand_list_slider a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
/*インジケーターデザイン*/
.brand_list_nav {
  display: inline-flex;
  column-gap: 15px;
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  padding: 0 60px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.brand_list_nav div.slick-track {
  display: flex;
}
.brand_list_nav div.slider_content {
  width: 100%;
  height: auto;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 40px 0;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brand_list_nav .brand_product {
  height: auto;
  width: 65%;
}
.brand_list_nav .zkc .brand_product {
  height: 130px;
  width: auto;
}
.brand_list_nav .inbody .brand_product {
  height: 150px;
  width: auto;
}
.brand_list_nav .brand_logo {
  height: auto;
  width: 60%;
  padding-top: 15px;
}
/*slider_button*/
#brand_list .prev-arrow,
#brand_list .next-arrow {
  bottom: 0;
  top: 0;
}
#brand_list .prev-arrow {
  left: 5px;
}
#brand_list .next-arrow {
  right: 5px;
}
/*--------------------------------------------

machine_quality

--------------------------------------------*/
#machine_quality {
  color: rgb(255, 255, 255);
}
.machine_quality_content {
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding: 0 calc((100% - 1200px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 90px;
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
  background: linear-gradient(
      transparent 0%,
      rgba(0, 0, 0, 0.6) 55%,
      rgba(78, 78, 78, 0.7) 100%
  );
  background-size: 100% 200%;
  background-blend-mode:lighten;
}
.best_quality img {
  height: 80px;
  width: auto;
  display: block;
  filter: drop-shadow(5px 10px 4px rgb(0, 0, 0, 0.8));
  margin: 0 auto;
}
.machine_quality_content p {
  margin: 20px 0 60px 0;
}
.quality_menu {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0;
}
.quality_menu li {
  width: calc(1200px / 5);
  height: calc(1200px / 5);
  z-index: 2;
  display: flex;
}
.quality_menu a {
  padding: 0 0 0 10px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  color: rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.2);
  align-items: center;
  border-radius: 20px;
}
.quality_menu li:nth-child(1) a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url(../images/top/quality/button_1.webp);
}
.quality_menu li:nth-child(2) a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url(../images/top/quality/button_2.webp);
}
.quality_menu li:nth-child(3) a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url(../images/top/quality/button_3.webp);
}
.quality_menu li:nth-child(4) a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url(../images/top/quality/button_4.webp);
}
.quality_menu li:nth-child(5) a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url(../images/top/quality/button_5.webp);
}
.quality_menu a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px rgb(255, 255, 255); /* 矢印の色 */
  border-right: solid 2px rgb(255, 255, 255); /* 矢印の色 */
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  right: 1em;
  top: 50%;
}
.quality_menu li:nth-child(1) a:hover {
  background-image: linear-gradient(
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        transparent 100%
    ),
    url(../images/top/quality/button_1.webp);
  transition: all 0.3s;
  opacity: 1;
}
.quality_menu li:nth-child(2) a:hover {
  background-image: linear-gradient(
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        transparent 100%
    ),
    url(../images/top/quality/button_2.webp);
  transition: all 0.3s;
  opacity: 1;
}
.quality_menu li:nth-child(3) a:hover {
  background-image: linear-gradient(
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        transparent 100%
    ),
    url(../images/top/quality/button_3.webp);
  transition: all 0.3s;
  opacity: 1;
}
.quality_menu li:nth-child(4) a:hover {
  background-image: linear-gradient(
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        transparent 100%
    ),
    url(../images/top/quality/button_4.webp);
  transition: all 0.3s;
  opacity: 1;
}
.quality_menu li:nth-child(5) a:hover {
  background-image: linear-gradient(
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        transparent 100%
    ),
    url(../images/top/quality/button_5.webp);
  transition: all 0.3s;
  opacity: 1;
}
/*--------------------------------------------

service_list

--------------------------------------------*/
#service_list > div {
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding: 0 calc((100% - 1200px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 90px;
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
  background: linear-gradient(
      transparent 0%,
      rgba(130, 130, 130, 0.6) 55%,
      rgba(68, 69, 71, 0.7) 100%
  );
  background-size: 100% 200%;
  background-blend-mode:lighten;
}
.service_list_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.service_list_content a {
  position: relative;
  color: rgb(0, 0, 0);
  width: calc(100% / 3 - 13.4px);
  background: rgba(255, 255, 255, 0.6);
  height: 200px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.service_list_content a::before {
  content: "";
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.6));
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 0 20px 20px 0;
}
.service_list_content a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px rgb(255, 255, 255); /* 矢印の色 */
  border-right: solid 2px rgb(255, 255, 255); /* 矢印の色 */
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  right: 1em;
  top: 50%;
}
.service_list_content a:hover {
  background: rgba(255, 255, 255, 1);
}
.service_list_content div {
  padding: 0 10px;
  width: 100%;
}
#service_list h3 {
  font-weight: normal;
  font-size: 0.9rem;
  margin: 0 0 10px 0;
}
.service_list_content p {
  margin: 0;
}
.service_list_content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 20px 20px 0;
  opacity: 0.7;
  margin: 0 0 0 auto;
}
.service_list_content a:hover img {
  opacity: 1;
  transition: all 0.3s;
}

/*--------------------------------------------

footer

--------------------------------------------*/
footer {
  position: relative;
}
/*footer_top*/
.footer_top {
  background: rgb(255, 255, 255);
  padding: 120px 0 30px 0;
}
/*Instagram*/
.instagram{
  padding-bottom: 20px;
}
.sns_content_title{
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px auto;
}
.sns_content_title h2{
  margin: 0;
}
.sns_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 1200px;
  margin: 0 auto;
}
.sns_content a{
  width: calc(100% / 6);
}
.sns_content > * video{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
/*access_news*/
.access_news {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.access_news > * {
  width: 100%;
  box-sizing: border-box;
  flex: 1;
}
.access iframe {
  width: 100%;
  height: 19.5em;
}
.news ul {
  display: grid;
  row-gap: 0.5em;
}
.news ul li a:hover {
  background: rgb(200, 201, 201);
  transition: all 0.3s;
}
.news ul li a {
  color: rgb(0, 0, 0);
  position: relative;
  display: block;
  padding-right: 2em;
  width: 100%;
  background: rgb(246, 247, 247);
  padding: 1em 10px;
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.news > a {
  color: rgb(0, 0, 0);
  text-align: right;
  position: relative;
  display: block;
  padding-right: 2em;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
}
.news ul li a::before,
.news > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px rgb(0, 0, 0); /* 矢印の色 */
  border-right: solid 2px rgb(0, 0, 0); /* 矢印の色 */
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  right: 1em;
  top: 50%;
}
.news a:hover {
  color: rgba(0, 0, 0, 0.4);
}
.news a:hover::before {
  border-top: solid 2px rgba(0, 0, 0, 0.4); /* 矢印の色 */
  border-right: solid 2px rgba(0, 0, 0, 0.4); /* 矢印の色 */
  transition: all 0.3s;
}
/*--------------------------------------------

slider　共通

--------------------------------------------*/
/*slider_button*/
.prev-arrow,
.next-arrow {
  position: absolute;
  background: rgba(200, 200, 200, 0.6);
  color: rgb(255, 255, 255);
  padding: 10px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: all 0.3s;
  margin: auto;
  box-shadow: 2px 2px 5px rgb(0, 0, 0, 0.2);
  z-index: 3;
}
.prev-arrow:hover,
.next-arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}
/*slider_dot*/
ul.slick-dots {
  z-index: 2;
}
ul.slick-dots li {
  width: 10px;
  height: 10px;
  z-index: 4;
  margin: 0 7px;
}
ul.slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
ul.slick-dots li button::before {
  content: "";
}
ul.slick-dots li.slick-active {
  width: 25px;
}
ul.slick-dots li.slick-active button {
  border-radius: 100px;
}
/*--------------------------------------------

popup

--------------------------------------------*/
.popupWindow {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.popupContent {
  margin: 0 auto;
  padding: 5px;
  width: 800px;
  height: fit-content;
  background: pink;
  height: 500px;
}
.search_close {
  color: rgb(255, 255, 255);
  float: right;
  font-size: 28px;
  border: solid 2px rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
}

.search_close:hover,
.search_close:focus {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.3s;
}


/*--------------------------------------------

top_guide

--------------------------------------------*/
.top_guide{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
/*top_search_btn*/
.top_search_btn {
  width: calc(30% - 20px);
  box-sizing: border-box;
  background: rgb(29, 32, 128);
  color: rgb(255,255,255);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 50px;
  text-align: center;
}
.top_search_btn img {
  width: 100px;
}
/*top_menu*/
.top_menu{
  width: 100%;
  box-sizing: border-box;
}
/*縦タブ*/
ul#category_top_menu {
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    background: rgb(240, 240, 240);
    border-radius: 100px;
    padding: 5px;
    width: 100%;
    margin-bottom: 15px;
}
ul#category_top_menu li{
    display: inline-block;
    width: fit-content;
    height: fit-content;
    padding: 2.5px 15px;
    margin:0;
    cursor: pointer;
    color: rgb(150, 150, 150);
    background: rgb(255, 255, 255);
    border-radius: 100px;
    position: relative;
    box-sizing: border-box;
}
ul#category_top_menu li.top_current{
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-radius: 100px;
}
ul#category_top_menu li small{
    display: block;
    font-size: 0.7rem;
}
ul#category_top_content {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
ul#category_top_content > li{
    display: none;
    vertical-align: top;
    z-index: 2;
}
ul#category_top_content > li.top_current{
    display: block !important;
}
/*縦タブデザイン*/
#category_top_content h2{
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    color: rgb(255,255,255);
    font-size: 1rem;
}
#category_top_content p{
    font-size: 0.8rem;
    font-weight: normal;
}
#category_top_content > li > ul{
    box-sizing: border-box;
    height: 436px;
    overflow-y: auto;
}
#category_top_content .category_top_tab ul{
    height: 400px;
    overflow-y: auto;
    box-sizing: border-box;
}
#category_top_content > li > ul::-webkit-scrollbar,
#category_top_content .category_top_tab ul::-webkit-scrollbar {
  width: 4px;
}
#category_top_content > li > ul::-webkit-scrollbar-thumb,
#category_top_content .category_top_tab ul::-webkit-scrollbar-thumb {
  background-color: rgb(205,205,205); /* スクロールバーの色 */
  border-radius: 6px;
}

/*タブ切替*/
.tab_top_item {
    font-size: 0.9rem;
    text-align: center;
    color: rgb(0, 0, 0);
    display: block;
    float: left;
    text-align: center;
    font-weight: 400;
    transition: all 0.2s ease;
    border-radius: 100px;
    margin: 0 10px 15px 0;
    padding: 0 40px;
    background-color: rgb(205, 205, 205);
}
.tab_top_item:hover {
    opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_top_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.category_top_tab_content {
    display: none;
    padding-left: 10px;
}
/*選択されているタブのコンテンツのみを表示*/
.category_top_tab_content {
  display: none;
}
.category_top_tab_content.active {
  display: flex;
}

#category_top_all:checked ~ #category_top_all_content{
    border-left: 2px solid rgb(110, 110, 110);
}
#category_top_new:checked ~ #category_top_new_content{
    border-left: 2px solid rgb(0,105,216);
}
#category_top_used:checked ~ #category_top_used_content{
    border-left: 2px solid #ba17a5;
}
/*選択されているタブのスタイルを変える*/
.category_top_tab input#category_top_all:checked + .tab_top_item {
    background-color: rgb(110, 110, 110);
    color: rgb(255, 255, 255);
}
.category_top_tab input#category_top_new:checked + .tab_top_item {
    background-color: rgb(0,105,216);
    color: rgb(255, 255, 255);
}
.category_top_tab input#category_top_used:checked + .tab_top_item {
    background-color: #ba17a5;
    color: rgb(255, 255, 255);
}
/*product*/
#category_top_content .product_top_menu > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
}
#category_top_content .product_top_menu .category_top_tab ul{
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
#category_top_content .product_top_menu li{
    width: calc(100% / 7 - 10px);
}
#category_top_content .product_top_menu a{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: rgb(0, 0, 0);
    width: 100%;
    gap: 5px;
    font-size: 1rem;
}
#category_top_content .product_top_menu p{
    font-size: 0.7rem;
    margin: 0;
}
#category_top_content .product_top_menu img{
    height: 100%;
    height: 4rem;
    width: auto;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 10px;
}
/*purpose & maker 共通*/
#category_top_content .purpose_top_menu ul,
#category_top_content .maker_top_menu ul{
    display: flex;
    flex-wrap: wrap;
}
#category_top_content .purpose_top_menu ul {
  height: fit-content;
  gap: 20px !important;
}
#category_top_content .purpose_top_menu a,
#category_top_content .maker_top_menu a{
    display: flex;
    flex-direction: column;
    color: rgb(0,0,0);
}
#category_top_content .purpose_top_menu p,
#category_top_content .maker_top_menu p{
    text-align: center;
    font-size: 0.7rem;
    margin: 0;
}
/*maker*/
#category_top_content .maker_top_menu ul{
    gap: 20px;
    justify-content: flex-start;
}
#category_top_content .maker_top_menu ul li{
    width: calc(100% / 7 - 18px);
}
#category_top_content .maker_top_menu a{
    width: 100%;
}
#category_top_content .maker_top_menu span{
  background: rgb(255, 255, 255);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 7em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#category_top_content .maker_top_menu img{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
/*site*/
#category_top_content .site_top_menu > ul{
    display: flex;
    gap: 5px;
    height: fit-content;
}
#category_top_content .site_top_menu .site_button{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#category_top_content .site_top_menu .site_button li.site_title{
    width: 100%;
    padding-top: 10px;
}
#category_top_content .site_top_menu .site_button li.site_title:first-of-type{
  padding-top: 0;
}
#category_top_content .site_top_menu .site_button li p{
    font-weight: normal;
    color: rgb(0, 0, 0);
    margin: 0;
}
#category_top_content .site_top_menu .site_button li:last-child{
    padding-bottom: 0;
}
#category_top_content .site_top_menu .site_button a{
    border-radius: 100px;
    border: solid 1px rgb(200,201,201);
    display: block;
    width: fit-content;
    padding: 5px 20px;
    color: rgb(0,0,0);
    background: rgb(240,240,240);
}
#category_top_content .site_top_menu .site_button a:hover{
    background: rgb(200,201,201);
    opacity: 1;
}
/*purpose*/
#category_top_content .purpose_top_menu ul{
    gap: 0 20px;
}
#category_top_content .purpose_top_menu ul li{
  width: calc(100% / 7 - 18px);
}
#category_top_content .purpose_top_menu a{
    gap: 5px;
    width: fit-content;
    height: fit-content;
}
#category_top_content .purpose_top_menu img{
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

/*top_new*/
.top_new{
  width: 100%;
}
/*new_product_title*/
.new_product_title{
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_product_title p{
  margin: 0;
}
.new_product_title .more::before{
  border-top: solid 1px rgb(0, 0, 0);
  border-right: solid 1px rgb(0, 0, 0);
}
/*more*/
.more {
  text-align: right;
  position: relative;
  color: rgb(0, 0, 0);
  padding: 0 2em 0 0;
}
.more::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px rgb(0, 0, 0); /* 矢印の色 */
  border-right: solid 1px rgb(0, 0, 0); /* 矢印の色 */
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  right: 1em;
  top: 50%;
}
.more:hover {
  color: rgba(0, 0, 0, 0.4);
}
.more:hover::before {
  border-top: solid 1px rgba(0, 0, 0, 0.4); /* 矢印の色 */
  border-right: solid 1px rgba(0, 0, 0, 0.4); /* 矢印の色 */
  transition: all 0.3s;
}
/*最新入荷情報*/
.new_product {
  transition: transform 0.3s ease;
  transform: translateX(0);
  gap: 0 2%;
  width: fit-content;
  position: relative;
  padding: 0 0 20px 0;
  margin-bottom: 0 !important;
  width: 100%;
  margin: 0 auto;
}
.new_product a {
  width: calc(100% / 5);
  display: block;
  color: rgb(0, 0, 0);
  position: relative;
  margin: 10px;
}
.new_product a:hover {
  opacity: 1;
}
.new_product .product_img {
  width: 100%;
  position: relative;
  border: solid 1px rgb(0, 0, 0);
  overflow: hidden;
}
.new_product a div img {
  width: 100%;
  position: relative;
}
.new_product a div p {
  width: 100%;
  padding: calc(54% - 2em) 0;
  background: rgba(29, 32, 128, 0.6);
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  transform: translateY(100%);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.new_product a div p span {
  display: block;
}
.new_product a:hover .product_img p {
  opacity: 1;
  transform: none;
}
.new_product a .product_content {
  display: flex;
  flex-direction: column;
}
.new_product a .product_content dt::after {
  content: "";
  width: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgb(100, 100, 100);
  display: block;
  padding-bottom: 5px;
}
.new_product a:hover .product_content dt::after {
  width: 100%;
  border-bottom: 1px solid rgb(100, 100, 100);
}
.new_product dd {
  margin: 0;
  text-align: right;
  font-size: 1rem;
}
.new_product .campaign {
  color: rgb(255, 0, 0);
}
.new_product .campaign .base_price {
  display: inline-block;
  position: absolute;
  left: 0.25rem;
  color: #888;
  font-size: 80%;
  line-height: 2rem;
  text-decoration-line: line-through;
}
/*campaign_ribbon*/
.new_product .campaign_ribbon {
  position: absolute;
  top: -6px;
  right: 10px;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  border-top-left-radius: 3px;
  color: #ffffff;
  background: rgb(200, 0, 0);
  line-height: 1.2em;
  display: block;
}
.new_product .campaign_ribbon::before {
  top: 0.1px;
  left: -5.5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-bottom: 6px solid rgb(150, 0, 0);
}
.new_product .campaign_ribbon:before,
.campaign_ribbon::after {
  position: absolute;
  content: "";
}
.new_product .campaign_ribbon:after {
  bottom: -9.5px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 20px solid rgb(200, 0, 0);
  border-bottom: 10px solid transparent;
  border-left: 20px solid rgb(200, 0, 0);
}
/*slider_dots*/
#arrival_sns .slick-dots {
  bottom: 10px;
}
#arrival_sns .slick-dots li button {
  background: rgb(150, 150, 150);
}

/*--------------------------------------------

payment

--------------------------------------------*/
#payment {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.payment_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.payment_content a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc((100% / 3) - (40px / 3));
  color: rgb(0, 0, 0);
  background: rgb(240,240,240);
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 1rem;
}