@charset "utf-8";

:root {
  --color01: #2a469a;
  --color02: #fb0087;
  --color03: #938a77;
  --color04: #ff914d;
  --maru: "Zen Maru Gothic", sans-serif;
}
.anc {
  height: 0;
  border: none;
  padding: 40px 0 0;
  margin: -40px 0 0;
}



/* -----------------------------------------------------------
　common
----------------------------------------------------------- */

* {box-sizing: border-box;}
img {max-width: 100%;}
.fcred {color: #FF0000;}
.fwbold {font-weight: bold;}
.fs80 {font-size: 0.8em;}
.fs120 {font-size: 1.2em;}
.left {float: left;}
.right {float: right;}
.center ,
.aligncenter {text-align: center;}
.alignright {text-align: right;}
.alignleft {text-align: left;}
.clear {clear: both;}
.italic {font-style: italic;}
figure img {display: block;}
figure.wp-block-image {display: flex;}
figure.wp-block-image.aligncenter {display: table;margin-right: auto;margin-left: auto;}
figure.wp-block-image.alignleft {display: table;margin-right: auto;}
figure.wp-block-image.alignright {display: table;margin-left: auto;}
body figure {margin-bottom: 0;}
a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: var(--maru);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.56;
  color: #33333c;
  font-weight: 500;
  background: #fffef6;
}
input,button ,select,option,textarea {
  font-family: var(--maru);
  color: inherit;
}
button {cursor: pointer;}

@media screen and (min-width: 951px) {
  .sp_cont {display: none !important;}
}
a:hover {
  text-decoration: underline;
  color: inherit;
}

/* -----------------------------------------------------------
  template
----------------------------------------------------------- */

/* :::::::::: header :::::::::: */

header {
  position: fixed;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px 10px;
  transition: 0.5s;
}
header.hide {transform: translateY(-100%);}
header .logo {width: 220px;}

nav .menu {display: none;}
nav .menu_box > ul {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  background: #fffef6;
  border-radius: 99px;
  width: 850px;
  border: solid 2px var(--color01);
}
nav .menu_box > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
  height: 90px;
}
nav .menu_box > ul > li a ,
nav .menu_box > ul > li p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  color: var(--color01);
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
}
nav .menu_box > ul > li p {pointer-events: none;}
nav .menu_box > ul > li a:hover ,
nav .menu_box > ul > li:hover p {color: var(--color02);}
nav .menu_box > ul > li p a span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
nav .menu_box > ul > li div {
  position: absolute;
  z-index: 1;
  inset: 100% -100% auto;
  width: 250px;
  padding: 30px 0 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
nav .menu_box > ul > li div.hover {
  opacity: 1;
  visibility: visible;
}
nav .menu_box > ul > li div::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 3em;
  height: 2em;
  inset: 8px 0 auto;
  margin: auto;
  border-radius: 10px;
  background: url("../img/noujo/tra.png") no-repeat center / contain;
}
nav .menu_box > ul > li div ul {
  padding: 10px 40px;
  background: var(--color01);
  border-radius: 30px;
}
nav .menu_box > ul > li div ul li {margin: 1em 0;}
nav .menu_box > ul > li div ul li a {
  position: relative;
  z-index: 0;
  display: block;
  text-align: left;
  color: #FFFFFF;
}
nav .menu_box > ul > li div ul li a::after {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  margin: auto;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/noujo/ico_ar_w.svg") no-repeat center / contain;
}

/* :::::::::: main :::::::::: */

main {
  display: block;
  width: 100%;
}
main.home {}
.box {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}

/* :::::::::: footer :::::::::: */

.pagetop {
  position: fixed;
  z-index: 10;
  inset: auto 50px 50px auto;
  width: 70px;
  height: 70px;
  font-size: 0;
  background: url("../img/noujo/pagetop.svg") no-repeat center / contain;
  cursor: pointer;
}
.pagetop:hover {transform: translateY(-10px);transition: 0.25s;}
footer {
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 150px 0 50px;
  margin: 150px auto 0;
}
footer::after {
  position: absolute;
  z-index: -1;
  inset: 0 -150vw 0;
  margin: auto;
  display: block;
  content: "";
  width: calc(100vw + 500px);
  min-width: 2100px;
  height: 100%;
  border-radius: 50% 50% 0px 0px / 70% 70% 0px 0px;
  background: #a1e02e;
}
footer .copyright {
  text-align: center;
  font-size: 0.9em;
  color: var(--color01);
  padding: 0 50px;
}
footer .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
}
footer .box .logo {
  width: 250px;
  margin: 0 50px 0 0;
}
footer .box > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 720px;
}
footer .box > ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 3em 1em 0;
}
footer .box > ul > li a {
  color: var(--color01);
  font-weight: 700;
}
footer .box > ul > li > a::before ,
footer .box > ul > li > span a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.75em;
  height: 0.8em;
  background: url("../img/noujo/ico_ar.svg") no-repeat center / contain;
  margin: 0 0.75em 0.2em 0;
}
footer .box > ul > li > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .box > ul > li ul li {margin: 0 0 0 2.5em;} 
footer .box > ul > li ul li > a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.65em;
  height: 2px;
  background: var(--color01);
  margin: 0 0.5em 0.2em 0;
}

@media screen and (max-width: 1200px){
  
  
/* :::::::::: header :::::::::: */

  header {padding: 30px 30px 10px;}
  header .logo {width: 200px;}
  nav .menu_box > ul {width: 650px;}
  nav .menu_box > ul > li {height: 80px;}
  nav .menu_box > ul > li a ,
  nav .menu_box > ul > li p {font-size: 16px;}
  nav .menu_box > ul > li p span {font-size: 15px;}
  nav .menu_box > ul > li div {width: 200px;}
  nav .menu_box > ul > li div ul {padding: 10px 20px;}

  /* :::::::::: main :::::::::: */

  .box {padding: 0 30px;}

  /* :::::::::: footer :::::::::: */

  .pagetop {
    inset: auto 30px 30px auto;
    width: 50px;
    height: 50px;
  }
  footer .box .logo {width: 200px;}
  footer .box > ul {font-size: 14px;}
  footer .box > ul > li {margin: 0 2em 1em 0;}
  
}

@media screen and (max-width: 950px){
  
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  .pc_cont {display: none !important;}
  .sp_cont {display: block !important;}

  /* :::::::::: header :::::::::: */

  header {
    position: fixed;
    display: block;
    height: 70px;
    padding: 10px 3%;
  }
  header.open {background: #FFFFFF;}
  header.hide {transform: translateY(-100%);}
  header.open.hide {transform: translateY(0);}
  header .logo {width: 110px;}
  nav .menu {
    position: absolute;
    z-index: 1;
    inset: 15px 3% auto auto;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--color01);
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
  }
  nav.open .menu {background: none;}
  nav .menu::before,
  nav .menu::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 17px;
    height: 2px;
    background: #FFFFFF;
    margin: auto;
  }
  nav .menu::before {
    box-shadow: 0 7px 0 0 #FFFFFF;
    inset: 12px 0 auto;
  }
  nav .menu::after {inset: auto 0 12px;}
  nav.open .menu::before,
  nav.open .menu::after {display: none;}
  nav .menu span::before,
  nav .menu span::after {
    position: absolute;
    z-index: 1;
    display: none;
    content: "";
    width: 45px;
    height: 2px;
    background: var(--color01);
    margin: auto;
    inset: 18px -6px auto auto;
  }
  nav .menu span::before {transform: rotate(45deg);}
  nav .menu span::after {transform: rotate(-45deg);}
  nav.open .menu span::before,
  nav.open .menu span::after {display: block;}
  
  nav .menu_box {
    position: fixed;
    z-index: 10;
    inset: 70px 0 auto;
    height: calc(100dvh - 70px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  nav.open .menu_box {
    opacity: 1;
    visibility: visible;
  }
  nav .menu_box > ul {
    display: block;
    background: rgba(42,70,154,0.9);
    border-radius: 0;
    width: 100%;
    border: none;
    padding: 0 8% 5%;
  }
  nav .menu_box > ul > li {
    display: block;
    position: relative;
    z-index: 0;
    height: auto;
    border-bottom: solid 1px #FFFFFF;
  }
  nav .menu_box > ul > li a ,
  nav .menu_box > ul > li p {
    position: relative;
    z-index: 0;
    display: block;
    color: #FFFFFF;
    font-size: 16px;  
    pointer-events: all;
    cursor: pointer;
  }
  nav .menu_box > ul > li p > span:nth-of-type(2) {
    position: absolute;
    z-index: 0;
    display: block;
    width: 40px;
    cursor: pointer;
    inset: 0 0 0 auto;
  }
  nav .menu_box > ul > li p > span::before ,
  nav .menu_box > ul > li p > span::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    margin: auto;
    background: #FFFFFF;
    inset: 0;
  }
  nav .menu_box > ul > li p > span::before {
    width: 20px;
    height: 2px;
  }
  nav .menu_box > ul > li p > span::after {
    width: 2px;
    height: 20px;
  }
  nav .menu_box > ul > li p > span.open::after {display: none;}
  nav .menu_box > ul > li a:hover ,
  nav .menu_box > ul > li:hover p {color: #FFFFFF;}
  nav .menu_box > ul > li a span ,
  nav .menu_box > ul > li p span:nth-of-type(1) {display: none;}
  nav .menu_box > ul > li > a,
  nav .menu_box > ul > li > p {padding: 1em 0;}
  nav .menu_box > ul > li div {
    position: static;
    display: none;
    width: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  nav .menu_box > ul > li div::before {display: none;}
  nav .menu_box > ul > li div ul {
    padding: 0 2em 1em;
    background: none;
    border-radius: 0;
  }
  nav .menu_box > ul > li div ul li {margin: 0;}
  nav .menu_box > ul > li div ul li a {
    position: relative;
    z-index: 0;
    display: block;
    text-align: left;
    color: #FFFFFF;
    margin: 1em 0;
  }
  nav .menu_box > ul > li div ul li:nth-child(1) a {margin: 0;}
  nav .menu_box > ul > li div ul li a::after {display: none;}

  /* :::::::::: main :::::::::: */

  .box {padding: 0 8%;}

  /* :::::::::: footer :::::::::: */

  .pagetop {
    inset: auto 5% 20px auto;
    width: 40px;
    height: 40px;
  }
  footer {
    padding: 50px 0 40px;
    margin: 50px auto 0;
  }
  footer::after {
    width: 200vw;
    min-width: auto;
  }
  footer .copyright {padding: 0 5%;}
  footer .box {
    display: block;
    margin: 0 auto 20px;
  }
  footer .box .logo {
    width: 185px;
    margin: 0 auto 50px;
  }
  footer .box > ul {width: 100%;}
  footer .box > ul > li {
    display: block;
    width: 50%;
    margin: 0 0 20px;
  }
  footer .box > ul > li > ul {display: none;}
  
}

/* -----------------------------------------------------------
 subpage
----------------------------------------------------------- */

.page_sub {
  background: url("../img/noujo/kv_sub.jpg") no-repeat top center / 100%, #fffef6;
  overflow: hidden;
}
.kv_sub {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1600 / 600;
}
.kv_sub::before, 
.kv_sub::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
}
.kv_sub::before {
  width: 184px;
  background: url("../img/noujo/home/bg_sub_before.png") no-repeat center / contain;
  aspect-ratio: 184 / 117;
  inset: auto 80% 0 auto;
}
.kv_sub::after {
  width: 355px;
  background: url("../img/noujo/home/bg_sub_after.png") no-repeat center / contain;
  aspect-ratio: 355 / 133;
  inset: auto auto 0 70%;
}
.kv_sub .p_title p:nth-child(1) ,
.kv_sub .p_title h1 {
  color: var(--color01);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.kv_sub .p_title p:nth-child(2) ,
.kv_sub .p_title h1 + p {
  color: var(--color01);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.kv_sub + .box {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.kv_sub + .box::before {
  position: absolute;
  z-index: -1;
  inset: 0 -150vw auto;
  margin: auto;
  display: block;
  content: "";
  width: calc(100vw + 1000px);
  height: 600px;
  border-radius: 50% 50% 0px 0px / 70% 70% 0px 0px;
  background: #fffef6;
}
.h2_lead {
  text-align: center;
  margin: 0 auto 50px;
}
.h2_lead span {
  color: var(--color01);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  display: inline;
  background: linear-gradient(transparent 60%,#fff500 60%,#fff500 90%,transparent 90%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.h2_common {
  position: relative;
  z-index: 0;
  width: fit-content;
  color: var(--color01);
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 50px;
}
.h2_common span {
  display: block;
  font-size: 25px;
}
.h2_common::before ,
.h2_common::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 75px;
  height: 50px;
}
.h2_common::before {
  background: url("../img/noujo/h2_before.svg") no-repeat center / contain;
  inset: auto calc(100% + 1.5em) 0.2em auto;
}
.h2_common::after {
  background: url("../img/noujo/h2_after.svg") no-repeat center / contain;
  inset: auto auto  0.2em calc(100% + 1.5em);
}
.home .lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75em;
  text-align: center;
  margin: 0 auto 50px;
}
.btn_common {
  width: 230px;
  margin: 0 0 0 auto;
}
.btn_common a {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  color: var(--color01);
  font-size: 16px;
  font-weight: 700;
  padding: 0.75em 3em 0.75em 2em;
  background: #fffef6;
  border: solid 1px var(--color01);
  border-radius: 99px;
  text-decoration: none;
  transition: 0.5s;
}
.btn_common a:hover {
  background: var(--color01);
  color: #FFFFFF;
}
.btn_common a::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/noujo/ico_ar.svg") no-repeat center / contain;
  inset: 0 1.5em 0 auto;
  margin: auto;
}
.btn_common a:hover::after {background: url("../img/noujo/ico_ar_w.svg") no-repeat center / contain;}
.tab_product {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  margin: 0 auto 40px;
}
.tab_product li {
  position: relative;
  z-index: 1;
  width: 29%;
  line-height: 1.2;
  text-align: center;
  padding: 0.5em;
  color: var(--color01);
  font-size: 25px;
  font-weight: 700;
  background: #fffef6;
  border: solid 1px var(--color01);
  border-radius: 99px;
  cursor: pointer;
}
.tab_product li::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/noujo/tra.png") no-repeat center / contain;
  transform: rotate(180deg);
  inset: 95% 0 auto;
  margin: auto;
  opacity: 0;
}
.tab_product li.active {
  background: var(--color01);
  color: #FFFFFF;
}
.tab_product li.active::after {opacity: 1;}
.product_content {display: none;}
.product_content.active {display: block;}
.tab_product li p {display: inline;}

.column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 60px;
  flex-direction: row-reverse;
}
.column:nth-of-type(even) {flex-direction: row;}
.column > figure {
  width: 41.5%;
  border-radius: 30px;
  overflow: hidden;
}
.column > figure img {
  display: block;
  width: 100%;
}

.column > figure + div {width: 55%;}
.column > div p {line-height: 1.75;}

.page_about .column h3 {
  color: var(--color01);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: solid 2px #e2f3a4;
  margin: 0 0 20px;
}
.page_about .column h3::before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0.25em 0;
  content: "";
  width: 85px;
  height: 45px;
}
.page_about .column:nth-of-type(1) h3::before {background: url("../img/noujo/about01.svg") no-repeat center / contain;}
.page_about .column:nth-of-type(3) h3::before {background: url("../img/noujo/about02.svg") no-repeat center / contain;}
.page_about .column:nth-of-type(4) h3::before {background: url("../img/noujo/about03.svg") no-repeat center / contain;}
.page_about .column h4 {
  color: var(--color02);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 20px 0 10px;
}
.page_about .column div p span {
  color: var(--color01);
  font-weight: 700;
}
.page_about .column:nth-of-type(2) div figure {
  margin: 20px auto 0;
  padding: 20px;
  border: solid 2px #e2f3a4;
  border-radius: 999px;
}
.page_about .column:nth-of-type(2) div figure img {
  width: 80%;
  max-width: 370px;
  margin: 0 auto;
}
.page_about .column + section {margin-top: 120px;}

.movie_box {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 560 / 315;
  border-radius: 20px;
  overflow: hidden;
}
.movie_box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}


@media screen and (max-width: 1200px){

  .h2_common {
    font-size: 24px;
    margin: 0 auto 30px;
  }
  .h2_common span {font-size: 18px;}
  .h2_common::before ,
  .h2_common::after {
    width: 55px;
    height: 30px;
  }
}

@media screen and (max-width: 950px){

  .page_sub {background: url("../img/noujo/kv_sub_sp.jpg") no-repeat top center / 100%, #fffef6;}
  .kv_sub {aspect-ratio: 375 / 380;}
  .kv_sub::before {
    width: 18.4%;
    inset: auto 80% 50px auto;
  }
  .kv_sub::after {
    width: 35.5%;
    inset: auto auto 50px 60%;
  }
  
  .kv_sub .p_title p:nth-child(1) ,
  .kv_sub .p_title h1 {font-size: 22px;}
  .kv_sub .p_title p:nth-child(2) ,
  .kv_sub .p_title h1 + p {font-size: 16px;}
  .kv_sub + .box {padding-top: 50px;}
  .kv_sub + .box::before {
    width: calc(100vw + 500px);
    height: 500px;
  }
  .h2_lead {margin: 0 auto 40px;}
  .h2_lead span {font-size: 18px;}
  .h2_common {
    font-size: 20px;
    margin: 0 auto 40px;
  }
  .h2_common span {font-size: 18px;}
  .h2_common::before ,
  .h2_common::after {
    width: 40px;
    height: 27px;
  }
  .h2_common::before {inset: auto calc(100% + 0.5em) 0.2em auto;}
  .h2_common::after {inset: auto auto  0.2em calc(100% + 0.5em);}
  .home .lead {
    font-size:14px;
    text-align: left;
    margin: 0 auto 30px;
  }
  .btn_common {
    width: 185px;
    margin: 0 auto;
  }
  .btn_common a {font-size: 14px;}
  .tab_product {
    justify-content: space-between;
    margin: 0 auto 30px;
  }
  .tab_product li {
    width: 30%;
    font-size: 14px;
  }
  .tab_product li p {display: none;}
  
  .column {
    display: block;
    margin: 0 0 40px;
  }
  .column > figure {
    width: 100%;
    border-radius: 20px;
    margin: 0 0 20px;
  }
  .column > figure + div {
    width: 100%;
    margin: 0 0 20px;  
  }
  .page_about .column h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .page_about .column h3::before {
    width: 42px;
    height: 24px;
  }
  .page_about .column h4 {
    font-size: 18px;
    margin: 15px 0 10px;
  }
  .page_about .column:nth-of-type(2) div figure {
    margin: 15px auto 0;
    padding: 10px;
  }
  .page_about .column + section {margin-top: 60px;}
  .page_about .news_list li:nth-of-type(3),
  .page_about .news_list li:nth-of-type(4) {display: none;}
}
  
/* -----------------------------------------------------------
 Archive
----------------------------------------------------------- */

.implementation {background: var(--color01);color:#FFFFFF;}
.event {background: #fff500;color:var(--color01);}
.tab_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.tab_menu li {
  width: 180px;
  height: 54px;
  line-height: 50px;
  color: var(--color01);
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin: 0 20px;
  border: solid 2px var(--color01);
  background: #fffef6;
  border-radius: 99px;
  cursor: pointer;
  transition: 0.5s;
}
.tab_menu li:hover {letter-spacing: 0.1em;}
.tab_menu li:nth-child(2) {
  color: #FFFFFF;
  background: var(--color01);
}
.tab_menu li:nth-child(3) {
  border: solid 2px #fff500;
  background: #fff500;
}
.tab_menu li a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.page_archive .box {padding-top: 50px;}
.page_archive .tab_menu {margin: 0 auto 75px;}

.news_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.news_list::before ,
.news_list::after {
  display: block;
  content: "";
  width: 23.5%;
  order: 1;
}
.news_list > li {
  width: 23.5%;
  background: #fffef6;
  border: solid 2px var(--color01);
  box-shadow: 4px 4px 0 4px var(--color01);
  border-radius: 30px;
  margin: 0 0 40px;
}
.news_list > li a {text-decoration: none;}
.news_list > li figure {
  width: 100%;
  aspect-ratio: 335 / 230;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}
.news_list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.news_list > li a:hover figure img {transform: scale(1.1);}
.news_list > li div {
  padding: 10px 20px 20px; 
  background: #fffef6;
  border-radius: 0 0 28px 28px;
  transition: 0.5s;
}
.news_list > li a:hover div {opacity: 0.5;}
.news_list > li div date {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--color02);
  margin: 0 10px 10px 0;
}
.news_list > li div ul {display: inline-block;}
.news_list > li div ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  padding: 0 1em;
  margin: 0 5px 10px 0;
  border-radius: 99px;
}
.page_archive .news_list > li {margin: 0 0 50px;}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: solid 1px var(--color01);
  color: var(--color01);
  font-weight: 700;
  border-radius: 50%;
  margin: 0 7px 5px;
  text-decoration: none;
}
.wp-pagenavi > a:hover,
.wp-pagenavi > span.current {
  background: var(--color01);
  color: #FFFFFF;
}
.wp-pagenavi > span.extend {line-height: 1.4;}
.wp-pagenavi > .previouspostslink,
.wp-pagenavi > .nextpostslink {
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 48px;
  margin: 0 30px 5px;
}

@media screen and (max-width: 1200px){
  
  .tab_menu {margin: 0 auto 40px;}
  .tab_menu li {
    width: 160px;
    height: 44px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 15px;
  }
  .news_list > li div {padding: 10px;}
  .news_list > li div date {font-size: 14px;}

}

@media screen and (max-width: 950px){
  
  .tab_menu {justify-content: space-between;}
  .tab_menu li {
    width: 32%;
    height: 45px;
    line-height: 41px;
    font-size: 18px;
    margin: 0;
  }
  .page_archive .tab_menu {margin: 0 auto 50px;}
  .page_archive .news_list li {margin: 0 0 35px;}
  .news_list {display: block;}
  .news_list > li {
    width: 100%;
    margin: 0 auto 30px;
    border-radius: 20px;
  }
  .news_list > li figure {
    aspect-ratio: 315 / 215;
    border-radius: 18px 18px 0 0;
  }
  .news_list > li div {
    padding: 10px 15px 15px;
    border-radius: 0 0 18px 18px;
  }
  .news_list > li div date {font-size: 18px;}
  .wp-pagenavi {margin: 50px auto 0;}
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 3px 3px;
  }
  .wp-pagenavi > span.extend {line-height: 1.7;}
  .wp-pagenavi > .previouspostslink,
  .wp-pagenavi > .nextpostslink {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 38px;
    margin: 0 15px 3px;
  }
}

/* -----------------------------------------------------------
 single
----------------------------------------------------------- */

.title_box {padding: 50px 0 0;}
.title_box date {
  display: inline-block;
  color: #fb0087;
  font-size: 20px;
  font-weight: 700;
  margin: 0 20px 20px 0;
}
.title_box ul {
  display: inline-block;
  margin: 0 0 20px;
}
.title_box ul li {
  display: inline-block;
  margin: 0 5px 0 0;
  width: auto;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 99px;
  padding: 0 1em;
}
.title_box h1 {
  color: var(--color01);
  font-size: 2em;
  font-weight: 700;
  padding: 0 0 1em;
  margin: 0 0 1em;
  line-height: 1.5;
  border-bottom: solid 2px #e2f3a4;
}
.editor_contents {margin: 0 0 150px;}
.editor_contents h2 {
  color: #FFFFFF;
  font-size: 1.5675em;
  font-weight: 700;
  padding: 0.25em 0.5em;
  background: var(--color01);
  margin: 70px 0 30px;
  line-height: 1.5;
}
.editor_contents h3 {
  position: relative;
  z-index: 0;
  color: var(--color01);
  font-size: 1.5675em;
  font-weight: 700;
  padding: 0 0 0 2.5em;
  margin: 50px 0 30px;
  line-height: 1.5;
}
.editor_contents h3::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 1.8em;
  aspect-ratio: 45 / 30;
  background: url("../img/noujo/h2_before.svg") no-repeat center / contain;
  inset: 0 auto auto 0;
}
.editor_contents h4 {
  font-size: 1.25em;
  font-weight: 500;
  padding: 0 0 0.55em;
  border-bottom: solid 1px var(--color01);
  margin: 40px 0 20px;
  line-height: 1.5;
}
.editor_contents > figure {margin: 40px 0;}
.editor_contents > figure img {display: block;}
.editor_contents figure figcaption {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.4;
  margin: 1em 0 0;
}
.editor_contents table {
  margin: 30px 0;
  width: auto;
  border-radius: 20px;
  overflow: hidden;
  border-collapse: separate;
}

.editor_contents table th {
  padding: 0.75em 1em;
  color: #FFFFFF;
  font-weight: 500;
  background: var(--color01);
  border: solid 1px #dcdcdc;
}
.editor_contents table td {
  padding: 0.75em 1em;
  font-weight: 500;
  border: solid 1px #dcdcdc;
}
.editor_contents table tr *:first-child {
  border-left: solid 1px var(--color01);
}
.editor_contents table tr *:last-child {
  border-right: solid 1px var(--color01);
}
.editor_contents table tr:first-child * {border-top: solid 1px var(--color01);}
.editor_contents table tr:first-child *:first-child {
  border-left: solid 1px var(--color01);
  border-top-left-radius: 20px;
}
.editor_contents table tr:first-child *:last-child {
  border-right: solid 1px var(--color01);
  border-top-right-radius: 20px;
}

.editor_contents table tr:last-child * {border-bottom: solid 1px var(--color01);}
.editor_contents table tr:last-child *:first-child {
  border-left: solid 1px var(--color01);
  border-bottom-left-radius: 20px;
}
.editor_contents table tr:last-child *:last-child {
  border-right: solid 1px var(--color01);
  border-bottom-right-radius: 20px;
}

.editor_contents p {
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 20px;
}
.editor_contents ul {margin: 30px 0;}
.editor_contents ul li {
  position: relative;
  z-index: 0;
  font-weight: 500;
  padding: 0 0 0 1.2em;
}
.editor_contents ul li::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: var(--color01);
  border-radius: 50%;
  inset: 0.35em auto auto 0;
}
.editor_contents ol {margin: 30px 0 30px 1em;}
.editor_contents ol li {list-style-type: decimal;}
.editor_contents ol li::marker {color: var(--color01);}

.editor_contents p a {color: var(--color01);text-decoration: underline;}
.editor_contents p a[target="_blank"]::after {
  display:inline-block;
  vertical-align:text-top;
  margin:0 0.5em;
  content:"";
  width:1.2em;
  height:1.2em;
  background:url(../img/noujo/ico_target.svg) no-repeat center / contain;
}
.editor_contents p a[href$=".xls"]::after, .editor_contents p a[href$=".xlsx"]::after {
  display:inline-block;
  vertical-align:text-top;
  margin:0 0.5em;
  content:"";
  width:1.2em;
  height:1.2em;
  background:url(../img/noujo/ico_excel.svg) no-repeat center / contain;
}
.editor_contents p a[href$=".pdf"]::after {
  display:inline-block;
  vertical-align:text-top;
  margin:0.2em 0.5em 0;
  content:"";
  width:1.2em;
  height:1.2em;
  background:url(../img/noujo/ico_pdf.svg) no-repeat center /contain;
}
.editor_contents p a[href$=".docx"]::after {
  display:inline-block;
  vertical-align:text-top;
  margin:0.2em 0.5em 0;
  content:"";
  width:1.2em;
  height:1.2em;
  background:url(../img/noujo/ico_word.svg) no-repeat center / contain;
}
.editor_contents .bg_box {
  padding: 2em 3em;
  background: #e2f3a4;
  margin: 30px 0;
}
.editor_contents .bg_box > *:last-child {margin-bottom: 0;}



@media screen and (max-width: 950px){

  .title_box {padding: 30px 0 0;}
  .title_box date {
    font-size: 11px;
    margin: 0 15px 15px 0;
  }
  .title_box ul {margin: 0 0 15px;}
  .title_box h1 {font-size: 1.5em;}
  .editor_contents {margin: 0 0 75px;}
  .editor_contents h2 {
    font-size: 1.286em;
    padding: 0.25em 0.75em;
    margin: 50px 0 20px;
  }
  .editor_contents h3 {
    font-size: 1.14em;
    margin: 40px 0 20px;
  }
  .editor_contents h4 {
    font-size: 1em;
    margin: 30px 0 15px;
  }
  .editor_contents > figure {margin: 20px 0;}
  .editor_contents figure figcaption {font-size: 0.857em;}
  .editor_contents table {border-radius: 15px;}
  .editor_contents table tr:first-child *:first-child {border-top-left-radius: 15px;}
  .editor_contents table tr:first-child *:last-child {border-top-right-radius: 15px;}
  .editor_contents table tr:last-child *:first-child {border-bottom-left-radius: 15px;}
  .editor_contents table tr:last-child *:last-child {border-bottom-right-radius: 15px;}
  
  .editor_contents .w_table {
    overflow-x:  auto;
    -webkit-overflow-scrolling: touch;
  }
  .editor_contents .w_table table {
    width: auto; 
    table-layout: auto; 
    min-width: 100%;
  }
  .editor_contents .w_table table th {white-space: nowrap;}
  
  .editor_contents p {
    line-height: 1.79;
    margin: 0 0 1em;
  }
  .editor_contents ul {margin: 20px 0;}
  .editor_contents ol {margin: 20px 0 20px 1em;}
  .editor_contents .bg_box {padding: 1em 1.5em;}


}



/* -----------------------------------------------------------
 home
----------------------------------------------------------- */

.home .kv {
  position: relative;
  z-index: 0;
  padding: 170px 0 230px;
  background: url("../img/noujo/home/bg_kv_sub.png") repeat-x bottom -3px center / 100%, url("../img/noujo/home/bg_kv.jpg") no-repeat bottom center / cover;
  overflow: hidden;
}
.home .kv::before, 
.home .kv::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
}
.home .kv::before {
  width: 184px;
  background: url("../img/noujo/home/bg_sub_before.png") no-repeat center / contain;
  aspect-ratio: 184 / 117;
  inset: auto 80% 0 auto;
}
.home .kv::after {
  width: 355px;
  background: url("../img/noujo/home/bg_sub_after.png") no-repeat center / contain;
  aspect-ratio: 355 / 133;
  inset: auto auto 0 70%;
}
.home .kv ul {
  max-width: 1000px;
  padding: 0 50px;
  margin: 0 auto 35px;
}
.home .kv ul .slick-list {overflow: visible!important;}
.home .kv ul .slick-slide {margin: 0 50px;}
.home .kv ul .slick-slide figure {
  display: inline-block;
  border-radius: 0 30% 0px 0px / 60% 60% 0px 0px;
  overflow: hidden;
  border: solid 5px #FFFFFF;
  margin: 0 0 10px;
  max-height: 100%;
  aspect-ratio: 1000 / 555;
  width: auto;
  background: #FFFFFF;
}
.home .kv ul .slick-slide figure img {opacity: 0.5;transition: 0.5s;}
.home .kv ul .slick-slide.slick-current figure img ,
.home .kv ul .slick-slide.is-active-next figure img {opacity: 1;}


.home .kv ul .slick-slide figure + div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 2.5em;
}
.home .kv ul .slick-slide figure + div date {margin: 0 1em 0 0;}
.home .kv ul .slick-slide a {transition: 0.5s;text-decoration: none;}
.home .kv ul .slick-slide a:hover {opacity: 0.5;}
.home .kv section {
  width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
.home .kv section h2 {
  max-width: 840px;
  margin: 0 0 20px;
}
.home .kv section p {
  color: var(--color01);
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
}
.home_news {
  padding: 100px 0 50px;
  background: #a1e02e;
}
.home_news .tab_content {
  display: none;
  margin: 0;
}
.home_news .tab_content.active {display: block;}
.home_pj {
  position: relative;
  z-index: 2;
  background: #a1e02e;
  padding: 80px 0 0;
  text-align: center;
  overflow: hidden;
}
.home_pj::before {
  position: absolute;
  z-index: -1;
  inset: 0 -150vw auto;
  margin: auto;
  display: block;
  content: "";
  width: calc(100vw + 500px);
  min-width: 2100px;
  height: 500px;
  border-radius: 50% 50% 0px 0px / 70% 70% 0px 0px;
  background: #fffef6;
}
.home_pj::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  margin: auto;
  display: block;
  content: "";
  width: 100vw;
  height: calc(100% - 500px);
  background: #fffef6;
}
.home_pj .box {width: fit-content;}
.home_pj .pop {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 1em;
  color: #FFFFFF;
  background: var(--color01);
  border-radius: 99px;
  font-size: 25px;
  font-weight: 700;
  margin: 0 auto 50px;
}
.home_pj .pop::after {
  position: absolute;
  z-index: 1;
  inset: 90% 0 auto;
  margin: auto;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/noujo/tra.png") no-repeat center / contain;
  transform: rotate(180deg);
}
.home_pj h2 {
  position: relative;
  z-index: 1;
  width: fit-content;
  color: var(--color01);
  font-size: 50px;
  font-weight: 700;
  margin: 50px auto 60px;
}
.home_pj h2 span {
  display: block;
  color: var(--color02);
  font-size: 45px;
}
.home_pj h2 span::before {
  display: block;
  content: "";
  width: 65px;
  aspect-ratio: 1 / 1;
  background: url("../img/noujo/home/pj_span.png") no-repeat center / contain;;
  margin: 30px auto;
}
.home_pj h2::before ,
.home_pj h2::after {
  position: absolute;
  display: block;
  content: "";
}
.home_pj h2::before {
  width: 150px;
  aspect-ratio: 150 / 325;
  background: url("../img/noujo/home/pj_before.png") no-repeat center / contain;
  margin: auto;
  inset: -100% 120% -100% auto;  
}
.home_pj h2::after {
  width: 290px;
  aspect-ratio: 290 / 350;
  background: url("../img/noujo/home/pj_after.png") no-repeat center / contain;
  margin: auto;
  inset: -100% auto -100% 120%;  
}
.home_pj .box p {
  color: var(--color01);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 auto 30px;
}
.home_pj .box p span {color: var(--color02);}
.home_pj .box p:nth-last-of-type(1) {margin: 0 auto 70px;}
.home_pj .box .pop {
  display: block;
  width: fit-content;
  color: #FFFFFF;
  background: var(--color02);
  padding: 0.5em 1em;
  margin: 0 auto 50px 0;
}
.home_pj .box .pop + .pop {margin: 0 0 50px auto;}
.home_pj .box .pop::after {
  background: url("../img/noujo/pop.png") no-repeat center / contain;
  transform: rotate(30deg);
  width: 1.5em;
  height: 1.5em;
  inset: 80% auto auto 5%;
}
.home_pj .box .pop + .pop::after {
  transform: rotate(-30deg);
  inset: 80% 5% auto auto;
}
.pj_slider {
  display: flex;
  width: 4200px;
  height: 70px;
  overflow: hidden;
  position: relative;
}
.pj_slider span {
  display: block;
  width: 3000%;
  height: 100%;
  background: url("../img/noujo/home/pj_slider.svg") repeat-x center / auto 100%; 
  animation: slide 30s linear infinite;
}
.pj_img01 {
  display: flex;
  width: 4974px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.pj_img01 span {
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 3200 / 267;
  background: url("../img/noujo/home/pj_img01.jpg") repeat-x center / auto 100%; 
  animation: slide 100s linear infinite;
  float:left;
}
.pj_img02 {
  display: flex;
  width: 5393px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.pj_img02 span {
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 3600 / 267;
  background: url("../img/noujo/home/pj_img02.jpg") repeat-x center / auto 100%; 
  animation: slide_r 110s linear infinite;
  float:left;
}
.bg_group {background: url("../img/noujo/home/bg_home.jpg") no-repeat top center / 115%, #cdf3ef;}
.home_about {
  text-align: center;
  padding: 100px 0 70px;
}
.home_about h3 {
  color: var(--color01);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto 50px;
}
.home_about h3 > span {background: linear-gradient(transparent 60%,#fff500 60%,#fff500 90%,transparent 90%);}
.home_about h3 > span span {font-size: 2em;}
.home_about ol {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 50px;
}
.home_about ol li {
  width: 32%;
  background: #fffef6;
  padding: 30px;
  text-align: left;
  border-radius: 30px;
}
.home_about ol li p {
  color: var(--color01);
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 20px;
}
.home_about ol li p::before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0.25em 0;
  content: "";
  width: 75px;
  height: 35px;
}
.home_about ol li:nth-child(1) p::before {background: url("../img/noujo/about01.svg") no-repeat center / contain;}
.home_about ol li:nth-child(2) p::before {background: url("../img/noujo/about02.svg") no-repeat center / contain;}
.home_about ol li:nth-child(3) p::before {background: url("../img/noujo/about03.svg") no-repeat center / contain;}
.home_about ol li figure {
  aspect-ratio: 320 / 170;
  margin: 0 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
.home_about ol li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_product {
  padding: 100px 0 0;
  overflow: hidden;
}
.home_product .lead {margin: 0 auto 100px;}
.home_product .bg_sub {
  position: relative;
  z-index: 1;
  padding: 80px 0 70px;
  background: #a1e02e;
}
.home_product .bg_sub::before {
  position: absolute;
  z-index: 0;
  inset: auto 0 100%;
  display: block;
  content: "";
  width: 100%;
  height: 120px;
  background: url("../img/noujo/home/bg_sub.png") repeat-x center / auto 101%;
}
.home_product .product_content {
  padding: 10px;
  border-radius: 30px;
}
.home_product .product_content:nth-of-type(1) {background: linear-gradient(to right,  #ff9cbf 0%,#ffdde7 100%);}
.home_product .product_content:nth-of-type(2) {background: linear-gradient(to right,  #b0a99c 0%,#e1d5c9 100%);}
.home_product .product_content:nth-of-type(3) {background: linear-gradient(to right,  #ffc96a 0%,#fff7bd 100%);}
.home_product .product_content section {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  background: #fffef6;
  padding: 50px 0 50px 50px;
  border-radius: 20px;
}
.home_product .product_content section > figure {width: 60%;}
.home_product .product_content section > div {width: 40%;}
.home_product .product_content section > div .catch {
  position: relative;
  z-index: 0;
  color: var(--color01);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 0 2em;
  margin: 0 auto 1em;
}
.home_product .product_content section > div .catch::before ,
.home_product .product_content section > div .catch::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 3px;
  height: 70%;
  background: var(--color01);
  margin: auto;
}
.home_product .product_content section > div .catch::before {
  inset: 0 auto 0 1em;
  transform: rotate(-25deg);
}
.home_product .product_content section > div .catch::after {
  inset: 0 1em 0 auto;
  transform: rotate(25deg);
}
.home_product .product_content section > div h3 {
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 0.5em;
  text-align: center;
}
.home_product .product_content:nth-of-type(1) section > div h3 {color: var(--color02);}
.home_product .product_content:nth-of-type(2) section > div h3 {color: var(--color03);}
.home_product .product_content:nth-of-type(3) section > div h3 {color: var(--color04);}
.home_product .product_content section > div p {margin: 0 0 20px;}
.home_product .product_content section > div .movie_box {
  width: 100%;
  border-radius: 20px;
}
.home_product .product_content section .btn_common {
  position: absolute;
  z-index: 2;
  inset: auto 50px 50px auto;
}
.home_manual {padding: 100px 0 0;}
.home_manual ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.home_manual ul li {
  position: relative;
  z-index: 0;
  width: 23.5%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.home_manual ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #dceff3;
  border-radius: 50%;
  transition: 0.5s;
}
.home_manual ul li a:hover {
  background: #b4e6e6;
  text-decoration: none;
}
.home_manual ul li a > svg {
  position: absolute;
  z-index: 0;
  fill: transparent;
  width: 115%;
  stroke: var(--color01);
  stroke-width: 1;
  stroke-dasharray: 4 3;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
}

.home_manual ul li a span {
  display: block;
  width: fit-content;
  color: var(--color01);
  font-size: min(25px,2vw);
  font-weight: 700;
  background: linear-gradient(transparent 70%,#fff500 70%,#fff500 90%,transparent 90%);
}
.home_manual ul li a::before {
  display: block;
  content: "";
  width: 100%;
  height: 5em;
  margin: 0 auto 0.5em;
}
.home_manual ul li:nth-child(1) a::before {background: url("../img/noujo/home/ico_manual01.svg") no-repeat center / auto 70%;}
.home_manual ul li:nth-child(2) a::before {background: url("../img/noujo/home/ico_manual02.svg") no-repeat center / auto 100%;}
.home_manual ul li:nth-child(3) a::before {background: url("../img/noujo/home/ico_manual03.svg") no-repeat center / auto 100%;}
.home_manual ul li:nth-child(4) a::before {background: url("../img/noujo/home/ico_manual04.svg") no-repeat center / auto 100%;}
.home_manual ul li a::after {
  display: block;
  content: "";
  width: 1em;
  height: 1.2em;
  background: url("../img/noujo/ico_ar.svg") no-repeat center / contain;
  margin: 1em auto 0;
  transition: 0.15s;
}
.home_manual ul li a:hover::after {
  transform: translateX(10px);
}

@media screen and (max-width: 1200px){

  .home .lead {
    font-size: 16px;
    margin: 0 auto 30px;
  }
  .btn_common {width: 200px;}
  .btn_common a {font-size: 15px;}
  .home .kv {
    padding: 150px 0 180px;
    background: url("../img/noujo/home/bg_kv_sub.png") repeat-x bottom -3px center / auto 180px, url("../img/noujo/home/bg_kv.jpg") no-repeat bottom center / cover;
  }
  .home .kv ul {
    width: 700px;
    padding: 0 25px;
    margin: 0 auto 25px;
  }
  .home .kv ul .slick-slide {margin: 0 25px;}

  .home .kv section {
    width: 100%;
    padding: 0 30px;
  }
  .home .kv section h2 {max-width: 90%;}
  .home .kv section p {font-size: 19px;}
  .home_news {padding: 70px 0 40px;}
  .home_news .tab_content {margin: 0 0 30px;}
  .home_pj {padding: 60px 0 0;}
  .home_pj::before {height: 350px;}
  .home_pj::after {height: calc(100% - 350px);}
  .home_pj .box {width: fit-content;}
  .home_pj .pop {
    padding: 0.75em 1em;
    font-size: 18px;
    margin: 0 auto 30px;
  }
  .home_pj h2 {font-size: 35px;}
  .home_pj h2 span::before {
    width: 45px;
    height: 45px;
    margin: 20px auto;
  }
  .home_pj h2::before {width: 110px;}
  .home_pj h2::after {width: 220px;}
  .home_pj .box p {
    font-size: 19px;
    margin: 0 auto 30px;
  }
  .home_pj .box p:nth-last-of-type(1) {margin: 0 auto 50px;}
  .home_pj .box .pop {margin: 0 auto 30px 0;}
  .home_pj .box .pop + .pop {margin: 0 0 30px auto;}
  .pj_slider {
    width: 3000px;
    height: 50px;
  }
  .pj_img01 {
    width: 3482px;
    height: 140px;
  }
  .pj_img02 {
    width: 3776px;
    height: 140px;
  }
  .home_about {padding: 70px 0 50px;}
  .home_about h3 {
    font-size: 19px;
    margin: 0 auto 30px;
  }
  .home_about ol {margin: 0 0 40px;}
  .home_about ol li {padding: 20px;}
  .home_about ol li p {font-size: 18px;}
  .home_about ol li p::before {
    width: 60px;
    height: 30px;
  }
  .home_product {padding: 50px 0 0;}
  .home_product > .box::before {
    width: 18.4%;
    inset: auto 80% -100px auto;
  }
  .home_product > .box::after {
    width: 35.5%;
    inset: auto auto -100px 65%;
  }
  .home_product .lead {margin: 0 auto 70px;}
  .home_product .bg_sub {padding: 60px 0 50px;}
  .home_product .bg_sub::before {height: 80px;}
  .home_product .tab_product {margin: 0 auto 30px;}
  .home_product .tab_product li {font-size: 19px;}
  .home_product .product_content {
    padding: 5px;
    border-radius: 30px;
  }
  .home_product .product_content section {
    padding: 30px 0 30px 30px;
    border-radius: 25px;
  }
  
  .home_product .product_content section > div .catch {font-size: 15px;}
  .home_product .product_content section .btn_common {inset: auto 30px 30px auto;}
  .home_manual {padding: 70px 0 0;}
  .home_manual ul li a span {font-size: min(25px,1.8vw);}
  .home_manual ul li a::before {height: 4em;}

}

@media screen and (max-width: 950px){

  .home .kv {
    padding: 80px 0 90px;
    background: url("../img/noujo/home/bg_kv_sub.png") no-repeat bottom -3px center / 130vw, url("../img/noujo/home/bg_kv_sp.jpg") no-repeat bottom center / cover;
  }
  .home .kv::before {
    width: 18.4%;
    inset: auto 80% 0 auto;
  }
  .home .kv::after {
    width: 35.5%;
    inset: auto auto 0 60%;
  }
  .home .kv ul {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 30px;
    overflow: hidden;
  }
  .home .kv ul .slick-list {padding: 0 8vw!important;} 
  .home .kv ul .slick-slide {margin: 0 2vw;}
  .home .kv ul .slick-slide figure + div {
    display: block;
    min-height: 3.6em;
  }
  .home .kv ul .slick-slide figure + div date {margin: 0 1em 0 0;}

  .home .kv section {
    width: 100%;
    padding: 0 8%;
  }
  .home .kv section h2 {margin: 0 0 10px;}
  .home .kv section p {
    font-size: 16px;
    line-height: 1.7;
  }
  .home_news {padding: 50px 0;}
  .home_news .news_list > li:nth-child(3) ,
  .home_news .news_list > li:nth-child(4) {display: none;}

  .home_pj {padding: 40px 0 0;}
  .home_pj::before {
    width: 200vw;
    min-width: auto;
    height: 350px;
  }
  .home_pj::after {height: calc(100% - 350px);}
  .home_pj .box {width: 100%;}
  .home_pj .pop {
    width: 315px;
    padding: 0.75em;
    font-size: 16px;
    margin: 0 auto 40px;
  }
  .home_pj .pop::after {
    width: 1.5em;
    height: 1.5em;
  }
  .home_pj h2 {
    font-size: 35px;
    margin: 40px auto 30px;
  }
  .home_pj h2 span {
    display: block;
    font-size: 30px;
    margin: 0 auto 20px;
  }
  .home_pj h2 span::before {
    width: 30px;
    margin: 5px auto;
  }
  .home_pj h2::before {display: none;}
  .home_pj h2::after {position: static;}
  .home_pj h2::after {
    width: 180px;
    aspect-ratio: 181 / 202;
    background: url("../img/noujo/home/pj_sp.png") no-repeat center / contain;
    margin: auto;
  }
  .home_pj .box p {
    font-size: 16px;
    text-align: left;
  }
  .home_pj .box p:nth-last-of-type(1) {margin: 0 auto 50px;}
  .home_pj .box .pop {
    width: 320px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 30px 0;
  }
  .home_pj .box .pop + .pop {margin: 0 0 30px auto;}
  .pj_slider {
    width: 2100px;
    height: 35px;
  }
  .bg_group {background: url("../img/noujo/home/bg_home_sp.png") no-repeat top center / 115%, #cdf3ef;}
  .home_about {
    text-align: left;
    padding: 60px 0 30px;
  }
  .home_about h3 {
    font-size: 16px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .home_about ol {
    display: block;
    margin: 0 auto 30px;
  }
  .home_about ol li {
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    margin: 0 0 30px;
  }
  .home_about ol li p {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .home_about ol li p::before {
    width: 60px;
    height: 25px;
  }
  .home_about ol li figure {
    margin: 0 auto 10px;
    border-radius: 15px;
  }

  .home_product {padding: 30px 0 0;}
  .home_product > .box::before {
    width: 90px;
    inset: auto auto -70px 5%;
  }
  .home_product > .box::after {
    width: 180px;
    inset: auto 5% -70px auto;
  }
  .home_product .lead {margin: 0 auto 60px;}
  .home_product .bg_sub {padding: 40px 0;}
  .home_product .bg_sub::before {
    height: 70px;
    background: url("../img/noujo/home/bg_sub.png") no-repeat center / auto 110%;
  }
  .home_product .product_content section {
    display: block;
    padding: 20px 15px 30px;
  }
  .home_product .product_content section > figure {width: 100%;}
  .home_product .product_content section > div {width: 100%;}
  .home_product .product_content section > div .catch {
    font-size: 14px;
    padding: 0 1.5em;
  }
  .home_product .product_content section > div .catch::before ,
  .home_product .product_content section > div .catch::after {
    width: 2px;
    height: 80%;
  }
  .home_product .product_content section > div h3 {font-size: 22px;}
  .home_product .product_content section > div p {margin: 0 0 15px;}
  .home_product .product_content section > div .movie_box {
    margin: 0 auto 20px;
    border-radius: 10px;
  }
  .home_product .product_content section .btn_common {
    position: static;
    margin: 0 auto;
  }

  .home_manual {padding: 40px 0 0;}
  .home_manual ul {flex-wrap: wrap;}
  .home_manual ul li {
    width: 47%;
    margin: 0 0 6%;
  }
  .home_manual ul li a span {font-size: 3.6vw;}
  .home_manual ul li a::before {height: 4em;}
  .home_manual ul li a::after {
    width: 0.8em;
    height: 0.8em;
  }
}

/* -----------------------------------------------------------
 product
----------------------------------------------------------- */

.page_product .kv_sub {display: block;}
.page_product .kv_sub::before,
.page_product .kv_sub::after {display: none;}
.page_product .kv_sub .box {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.page_product .p_title {
  position: relative;
  z-index: 1;
  width: 50%;
}
.page_product .p_title p:nth-of-type(1) {
  position: relative;
  z-index: 0;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
}
.page_product .p_title p:nth-of-type(1)::before ,
.page_product .p_title p:nth-of-type(1)::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 2px;
  height: 70%;
  background: var(--color01);
  margin: auto;
}
.page_product .p_title p:nth-of-type(1)::before {
  inset: 0 calc(100% + 1em) 0 auto;
  transform: rotate(-15deg);
}
.page_product .p_title p:nth-of-type(1)::after {
  inset: 0 auto 0 calc(100% + 1em);
  transform: rotate(15deg);
}
.page_product .p_title h1 {font-size: 40px;}
.page_product.page_shiropuchi .p_title h1 {color: var(--color02);}
.page_product.page_chokopuchi .p_title h1 {color: var(--color03);}
.page_product.page_puchimoa .p_title h1 {color: var(--color04);}
.page_product .kv_product {
  position: absolute;
  z-index: 0;
  inset: auto 50px 5% auto;
  width: 40%;
}
.page_product .product_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 80px;
}
.kv_sub + .product_column {
  position: relative;
  z-index: 0;
  padding-top: 100px;
}
.kv_sub + .product_column::before {
  position: absolute;
  z-index: -1;
  inset: 0 -150vw auto;
  margin: auto;
  display: block;
  content: "";
  width: calc(100vw + 1000px);
  height: 600px;
  border-radius: 50% 50% 0px 0px / 70% 70% 0px 0px;
  background: #fffef6;
}
.page_product .product_column + .product_column {flex-direction: row-reverse;}
.page_product .product_column > figure {
  position: relative;
  z-index: 1;
  width: 56%;
  max-height: 500px;
  overflow: hidden;
  border-radius: 60px 0 0 60px;
}
.page_product .product_column + .product_column > figure {border-radius: 0 60px 60px 0;}
.page_product .product_column > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_product .product_column > div {width: 40%;}
.page_product .product_column > div > h2 {
  width: min(100%, 500px);
  color: var(--color01);
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 0.75em auto;
  padding: 0 0 0 50px;
  font-feature-settings: "palt";
}
.page_product .product_column > div > p {
  width: min(100%, 500px);
  margin: 0 0 0 auto;
  padding: 0 0 0 50px;
  line-height: 1.56;
}
.page_product .product_column + .product_column > div > h2 {
  margin: 0 0 0.75em;
  padding: 0 50px 0 0;
}
.page_product .product_column + .product_column > div > p {
  margin: 0;
  padding: 0 50px 0 0;
}
.page_product .product_column > div > h2 span {background:linear-gradient(transparent 70%, #fff500 70%);}
.page_product .product_column > div > h2 span.kakeru {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1;
  background: none;
}
.page_product .bg_box {
  position: relative;
  z-index: 0;
  padding: 50px 40px;
  margin: 0 auto 100px;
  background: #e2f3a4;
  border-radius: 50px;
}
.page_product .bg_box::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: dashed 2px #FFFFFF;
  border-radius: 35px;
  margin: auto;
}
.page_product .bg_box section:nth-of-type(1) {margin: 0 auto 60px;}
.page_product .bg_box section:nth-of-type(1) > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.page_product .bg_box section:nth-of-type(1) > div p {width: 48%;}
.page_product .bg_box section:nth-of-type(1) > div figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
}
.page_product .bg_box section:nth-of-type(1) > div figure img {
  display: block;
  width: 48%;
  border-radius: 20px;
}
.page_product .bg_box section .movie_box {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 30px;
}
.page_product .product_function {margin: 0 auto 50px;}
.page_product .product_function h2 {
  position:relative;
  z-index: 2;
  width: 48%;
  color: var(--color01);
  font-size: 2em;
  font-weight: 700;  
}
.page_product .product_function .function_slider {
  position: relative;
  z-index: 0;
  width: 50%;
  transform: translate(100% , -120px);
}
.page_product .product_function .function_slider::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 100vw;
  height: 120%;
  background: #fffef6;
  inset: -2% 100% 0 auto;
}
.page_product .product_function .function_slider .slick-arrow {
  width: 80px;
  height: 55px;
  z-index: 10;
  border: solid 1px var(--color01);
  border-radius: 99px;
  transform: translateY(0);
  transition: 0.5s;
}
.page_product .product_function .function_slider .slick-prev {inset: 150px auto auto calc(20px - 100%);}
.page_product .product_function .function_slider .slick-next {inset: 150px auto auto calc(110px - 100%);}
.page_product .product_function .function_slider .slick-arrow::before {display: none;}
.page_product .product_function .function_slider .slick-arrow::after {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px var(--color01);
  border-right: solid 2px var(--color01);
}
.page_product .product_function .function_slider .slick-prev::after {transform: rotate(-135deg)}
.page_product .product_function .function_slider .slick-next::after {transform: rotate(45deg)}
.page_product .product_function .function_slider .slick-arrow:hover {background: var(--color01);}
.page_product .product_function .function_slider .slick-arrow:hover::after {
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}
.page_product .product_function .function_slider .slick-list {overflow: visible;}
.page_product .product_function .function_slider .slick-slide {
  background: #fffef6;
  border-radius: 20px;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
  margin: 0 20px;
}
.page_product .product_function .function_slider dl dt {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  background: var(--color01);
  padding: 0 1em;
  border-radius: 20px 20px 0 0;
  min-height: 4em;
}
.page_product .product_function .function_slider dl dt::before {
  display: block;
  content: "";
  width: 2.4em;
  height: 2.4em;
  background: url("../img/noujo/product/dl_before.png") no-repeat center / contain;
  margin: 0 0.5em 0 0;
}
.page_product .product_function .function_slider dl dt::after {
  position: absolute;
  z-index: 1;
  inset: 95% 0 auto;
  margin: auto;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/noujo/tra.png) no-repeat center / contain;
  transform: rotate(180deg);
}
.page_product .product_function .function_slider dd {
  font-size: 1.25em;
  padding: 1.5em;
  line-height: 1.5;
}
.page_product .product_function .function_slider dd p:nth-of-type(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  min-height: 2.5em;
}
.page_product.page_shiropuchi .product_function .function_slider dd p:nth-of-type(1) {color: var(--color02);}
.page_product.page_chokopuchi .product_function .function_slider dd p:nth-of-type(1) {color: var(--color03);}
.page_product.page_puchimoa .product_function .function_slider dd p:nth-of-type(1) {color: var(--color04);}
.page_product .product_function .function_slider dd p:nth-of-type(1)::before {
  display: inline-block;
  content: "";
  width: 1.8em;
  height: 1.8em;
  margin: 0 0.5em 0 0;
}
.page_product.page_shiropuchi .product_function .function_slider dd p:nth-of-type(1)::before {background: url("../img/noujo/product/ico_dd01.png") no-repeat center / contain;}
.page_product.page_chokopuchi .product_function .function_slider dd p:nth-of-type(1)::before {background: url("../img/noujo/product/ico_dd02.png") no-repeat center / contain;}
.page_product.page_puchimoa .product_function .function_slider dd p:nth-of-type(1)::before {background: url("../img/noujo/product/ico_dd03.png") no-repeat center / contain;}
.page_product .product_function .function_slider dd p:nth-of-type(2) {
  min-height: 6em;
  word-break: break-all;
}
.page_product.page_chokopuchi .product_function .function_slider dd p:nth-of-type(2) {min-height: 8.5em;}
.page_product.page_puchimoa .product_function .function_slider dd p:nth-of-type(2) {min-height: 11.5em;}

.page_product .product_function .function_slider dd figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
.page_product .product_function .function_slider dd figure img {
  display: block;
  width: 100%;
}
.page_product .product_grade {margin: 0 auto 150px;}
.page_product .product_grade h2 {margin-bottom: 130px;}
.page_product .product_grade .tab_product li span {
  position: absolute;
  inset: auto 0 calc(100% + 20px) ;
  color: var(--color01);
  display: block!important;
  width: fit-content;
  font-size: 20px;
  margin: auto;
}
.page_product .product_grade .tab_product li span::before ,
.page_product .product_grade .tab_product li span::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 2px;
  height: 80%;
  background: var(--color01);
  margin: auto;
}
.page_product .product_grade .tab_product li span::before {
  inset: 0 calc(100% + 1em) 0 auto;
  transform: rotate(-15deg);
}
.page_product .product_grade .tab_product li span::after {
  inset: 0 auto 0 calc(100% + 1em);
  transform: rotate(15deg);
}
.page_product.page_chokopuchi .product_grade .tab_product li:nth-child(1) span {
  width: 320px;
  inset: auto auto calc(100% + 20px) 102%;
  transform: translateX(-50%);
}
.page_product .product_grade {position: relative;}
.page_product .product_grade::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 100vw;
  height:calc(100% - 300px);
  inset: auto -100vw -100px;
  margin: auto;
}
.page_product.page_shiropuchi .product_grade::after {background: url("../img/noujo/product/bg_grade01.png") no-repeat center / 120% 100%;}
.page_product.page_chokopuchi .product_grade::after {background: url("../img/noujo/product/bg_grade02.png") no-repeat center / 120% 100%;}
.page_product.page_puchimoa .product_grade::after {background: url("../img/noujo/product/bg_grade03.png") no-repeat center / 120% 100%;}
.page_product .product_grade .product_content > figure {
  aspect-ratio: 800 / 630;
  max-width: 800px;
  margin: 0 auto;
}
.page_product .product_grade .product_content > figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page_product .product_grade section h3 {
  color: #FFFFFF;
  font-size: 30px;
  padding: 0.75em;
  line-height: 1.2;
  text-align: center;
  background: var(--color01);
  border-radius: 30px 30px 0 0;
}
.page_product .product_grade section > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 40px;
  background: #fffef6;
  border-radius: 0 0 30px 30px;
}
.page_product .product_grade section > div > div {width: 48%;}
.page_product .product_grade section > div > div dl {margin: 0 0 20px;}
.page_product .product_grade section > div > div dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 10px;
}
.page_product .product_grade section > div > div dl dt span {
  display: block;
  width: 35px;
  height: 35px;
  color: #FFFFFF;
  margin: 0 10px 0 0;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.page_product.page_shiropuchi .product_grade section > div > div dl dt {color: var(--color02);}
.page_product.page_chokopuchi .product_grade section > div > div dl dt {color: var(--color03);}
.page_product.page_puchimoa .product_grade section > div > div dl dt {color: var(--color04);}
.page_product.page_shiropuchi .product_grade section > div > div dl dt span {background: var(--color02);}
.page_product.page_chokopuchi .product_grade section > div > div dl dt span {background: var(--color03);}
.page_product.page_puchimoa .product_grade section > div > div dl dt span {background: var(--color04);}
.page_product .product_grade section > div > div dl dd {padding: 0 0 0 45px;}
.page_product .product_grade .btn_common {margin: 70px auto 0;}


@media screen and (max-width: 950px){

  .page_product .kv_sub .box {justify-content: center;}
  .page_product .p_title {width: 100%;}
  .page_product .p_title p:nth-of-type(1) {font-size: 14px;}
  .page_product .p_title h1 {font-size: 25px;}
  .page_product .kv_product {
    inset: auto 5% 5% auto;
    width: 50%;
  }
  .page_product .product_column {
    display: block;
    margin: 0;
  }
  .kv_sub + .product_column {padding-top: 50px;}
  .kv_sub + .product_column::before {
    width: calc(100vw + 500px);
    height: 500px;
  }
  .page_product .product_column > figure {
    width: 92%;
    max-height: 250px;
    border-radius: 30px 0 0 30px;
    margin: 0 0 30px;
    transform: translateX(8%);
  }
  .page_product .product_column + .product_column {margin: 0 auto 50px;}  
  .page_product .product_column + .product_column > figure {
    border-radius: 0 30px 30px 0;
    transform: translateX(0);
  }
  .page_product .product_column > div {
    width: 84%;
    margin: 0 auto;
  }
  .page_product .product_column > div > h2 {
    width: 100%;
    font-size: 16px;
    margin: 0 0 0.75em;
    padding: 0;
  }
  .page_product .product_column > div > p {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
  .page_product .product_column + .product_column > div > h2 {padding: 0;}
  .page_product .product_column + .product_column > div > p {
    margin: 0 0 30px;
    padding: 0;
  }
  .page_product.page_shiropuchi .product_column:nth-of-type(1) > div > h2 {text-align: center;}
  
  .page_product .bg_box {
    padding: 40px 0;
    margin: 0 auto 80px;
    border-radius: 0;
    background: none;
  }
  .page_product .bg_box::before {
    width: 100vw;
    height: 100%;
    border: none;
    border-radius: 0;
    margin: auto;
    background: #e2f3a4;
    inset: 0 -100%;
  }
  .page_product .bg_box::after {
    position: absolute;
    display: block;
    content: "";
    z-index: 2;
    width: 100vw;
    height: calc(100% - 20px);
    border-radius: 0;
    margin: auto;
    inset: 0 -100%;
    border: dashed 2px #FFFFFF;
    border-left: none;
    border-right: none;
    pointer-events: none;
  }
  .page_product .bg_box section:nth-of-type(1) {
    position: relative;
    z-index: 3;
    margin: 0 auto 40px;
  }
  .page_product .bg_box section h2 {margin-bottom: 30px;}    
  .page_product .bg_box section:nth-of-type(1) > div {display: block;}
  .page_product .bg_box section:nth-of-type(1) > div p {width: 100%;}
  .page_product .bg_box section:nth-of-type(1) > div figure {
    width: 100%;
    margin: 0 0 4%;
  }
  .page_product .bg_box section:nth-of-type(1) > div figure img {border-radius: 10px;}
  .page_product .bg_box section .movie_box {
    margin: 20px auto 0;
    border-radius: 10px;
  }
  .page_product .product_function {margin: 0 auto 50px;}
  .page_product .product_function h2 {
    width: fit-content;
    font-size: 22px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .page_product .product_function h2::before ,
  .page_product .product_function h2::after {
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    width: 40px;
    height: 27px;
  }
  .page_product .product_function h2::before {
    background: url("../img/noujo/h2_before.svg") no-repeat center / contain;
    inset: auto calc(100% + 0.5em) 0.2em auto;
  }
  .page_product .product_function h2::after {
    background: url("../img/noujo/h2_after.svg") no-repeat center / contain;
    inset: auto auto  0.2em calc(100% + 0.5em);
  }
  .page_product .product_function .function_slider {
    width: 100%;
    transform: translate(0,0);
  }
  .page_product .product_function .function_slider::before {display: none;}
  .page_product .product_function .function_slider .slick-arrow {display: none;}
  .page_product .product_function .function_slider dl dt {font-size: 16px;line-height: 1.3;}
  .page_product .product_function .function_slider dd {font-size: 14px;}
  .page_product .product_function .function_slider dd p:nth-of-type(1) {font-size: 1.14em;}
  
  
  .page_product .product_function .function_slider dd p:nth-of-type(2) {min-height: 8em;}
  .page_product.page_chokopuchi .product_function .function_slider dd p:nth-of-type(2) {min-height: 10em;}
  .page_product.page_puchimoa .product_function .function_slider dd p:nth-of-type(2) {min-height: 14.5em;}
  
  
  
  .page_product .product_grade {margin: 0 auto 80px;}
  .page_product .product_grade h2 {margin-bottom: 100px;}
  
  .page_product.page_shiropuchi .product_grade .tab_product,
  .page_product.page_puchimoa .product_grade .tab_product {justify-content: center;}
  .page_product .product_grade .tab_product li {width: 32%;}
  .page_product.page_shiropuchi .product_grade .tab_product li,
  .page_product.page_puchimoa .product_grade .tab_product li {
    width: 160px;
    margin: 0 1%;
  }
  .page_product .product_grade .tab_product li span {
    inset: auto -100% calc(100% + 20px) ;
    font-size: 14px;
  }
  .page_product.page_shiropuchi .product_grade .tab_product li span {width: 190px;}
  .page_product .product_grade .tab_product li span::before,
  .page_product .product_grade .tab_product li span::after {height: 2.5em;}
  .page_product .product_grade .tab_product li span::before {inset: auto calc(100% + 0.5em) 0 auto;}
  .page_product .product_grade .tab_product li span::after {inset: auto auto 0 calc(100% + 0.5em);}
  .page_product.page_chokopuchi .product_grade .tab_product li:nth-child(1) span {
    width: 130px;
    inset: auto auto calc(100% + 20px) 102%;
    transform: translateX(-50%);
  }
  .page_product .product_grade::after {
    content: "";
    width: 100vw;
    height:calc(100% - 300px);
    inset: auto -100vw -50px;
  }
  .page_product.page_shiropuchi .product_grade::after {background: url("../img/noujo/product/bg_grade01_sp.png") no-repeat  center / 100% 100%;}
  .page_product.page_chokopuchi .product_grade::after {background: url("../img/noujo/product/bg_grade02_sp.png") no-repeat center / 100% 100%;}
  .page_product.page_puchimoa .product_grade::after {background: url("../img/noujo/product/bg_grade03_sp.png") no-repeat center / 100% 100%;}
  .page_product .product_grade section h3 {
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }
  .page_product .product_grade section > div {
    display: block;
    padding: 5%;
    border-radius: 0 0 20px 20px;
  }
  .page_product .product_grade section > div > div {width: 100%;}
  .page_product .product_grade section > div > div dl dt {font-size: 16px;}
  .page_product .product_grade section > div > div dl dt span {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .page_product .product_grade section > div > div dl dd {padding: 0 0 0 35px;}
  .page_product .product_grade .btn_common {margin: 40px auto 0;}
  .page_product .news_list li:nth-child(3),
  .page_product .news_list li:nth-child(4) {display: none;}
}





/* -----------------------------------------------------------
 animation
----------------------------------------------------------- */

.fade {
  opacity: 0;
  transition: 1s;
}
.fade.fadein {opacity: 1;}
.totop {transform: translateY(100px);}
.totop.fadein {transform: translateY(0);}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide_r {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}




