@charset "UTF-8";
/*---------------------------------
  多彩なメニュー
---------------------------------*/
#nxaa_function #func_nav ul {
  display: flex;
}
#nxaa_function #func_nav ul li {
  width: 33.3333333333%;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_nav ul li {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_nav ul li {
    height: 40vw;
  }
}
#nxaa_function #func_nav ul li a {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
}
#nxaa_function #func_nav ul li:first-child a {
  background-image: url("../img/function/nav_bg01.jpg");
}
#nxaa_function #func_nav ul li:nth-child(2) a {
  background-image: url("../img/function/nav_bg02.jpg");
}
#nxaa_function #func_nav ul li:nth-child(3) a {
  background-image: url("../img/function/nav_bg03.jpg");
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_nav ul li img {
    width: 300px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_wagaya {
    height: 1000px;
    padding-top: 80px;
    box-sizing: border-box;
    background: url("../img/function/wagaya_bg.jpg") no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_wagaya {
    padding: 40px 15px 0;
  }
}
#nxaa_function #func_wagaya .wagaya_title {
  width: 140px;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_wagaya .wagaya_title {
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_wagaya .wagaya_title {
    margin: 0 auto 15px;
  }
}
#nxaa_function #func_wagaya .wagaya_lead {
  position: relative;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_wagaya .wagaya_lead {
    width: 640px;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_wagaya .wagaya_lead {
    width: 70%;
    margin: 4vw auto 20px;
  }
}
#nxaa_function #func_wagaya .wagaya_lead::before {
  content: "";
  display: block;
  aspect-ratio: 114/97;
  background: url("../img/function/wagaya_lead_balloon.png") no-repeat center/contain;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_wagaya .wagaya_lead::before {
    width: 114px;
    left: -126px;
    top: -44px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_wagaya .wagaya_lead::before {
    width: 17vw;
    left: -2vw;
    top: -8vw;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_wagaya .wagaya_text {
    margin-bottom: 50px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_wagaya .wagaya_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_wagaya .wagaya_img {
    width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_wagaya .wagaya_img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_wagaya .wagaya_bg {
    margin: 0 -15px;
  }
}
#nxaa_function #func_voice {
  background: url("../img/function/voice_bg.jpg") no-repeat center/cover;
  position: relative;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_voice {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_voice {
    padding-bottom: 10px;
  }
}
#nxaa_function #func_voice .voice_title {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: url("../img/function/voice_title_bg.png") no-repeat center top/contain;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_voice .voice_title {
    height: 94px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_voice .voice_title {
    height: 12.698vw;
  }
}
#nxaa_function #func_voice .voice_title h2 {
  display: inline-block;
  font-weight: bold;
  color: #710808;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_voice .voice_title h2 {
    border-bottom: 2px solid #710808;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_voice .voice_title h2 {
    border-bottom: 1px solid #710808;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
}
#nxaa_function #func_voice .voice_slide {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_voice .voice_slide .voice_slide_inner .voice_slide_text {
    margin-bottom: 12px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_voice .voice_slide .voice_slide_inner .voice_slide_text {
    padding: 0 20px;
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
#nxaa_function #func_voice .voice_slide .voice_slide_inner .voice_slide_user {
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_voice .voice_slide .voice_slide_inner .voice_slide_user {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_voice .voice_slide .voice_slide_inner .voice_slide_user {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#nxaa_function #func_voice .voice_slide .slick-track {
  display: flex;
}
#nxaa_function #func_voice .voice_slide .slick-slide {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: auto !important;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_voice .voice_slide .slick-dots {
    bottom: -52px;
  }
}
#nxaa_function #func_voice .voice_slide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
#nxaa_function #func_voice .voice_slide .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ccc;
}
#nxaa_function #func_voice .voice_slide .slick-dots li button::before {
  display: none;
}
#nxaa_function #func_voice .voice_slide .slick-dots li.slick-active button {
  background-color: #8b6d24;
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_voice .voice_slide_arrows {
    display: none;
  }
}
#nxaa_function #func_voice .voice_slide_arrows .slick-prev, #nxaa_function #func_voice .voice_slide_arrows .slick-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_voice .voice_slide_arrows .slick-prev, #nxaa_function #func_voice .voice_slide_arrows .slick-next {
    width: 29px;
    height: 51px;
    transition: opacity 0.3s;
  }
  #nxaa_function #func_voice .voice_slide_arrows .slick-prev:hover, #nxaa_function #func_voice .voice_slide_arrows .slick-next:hover {
    opacity: 0.75;
  }
}
#nxaa_function #func_voice .voice_slide_arrows .slick-prev:before, #nxaa_function #func_voice .voice_slide_arrows .slick-next:before {
  display: none;
}
#nxaa_function #func_voice .voice_slide_arrows .slick-prev {
  background-image: url("../img/function/voice_slide_prev.png");
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_voice .voice_slide_arrows .slick-prev {
    left: 40px;
  }
}
#nxaa_function #func_voice .voice_slide_arrows .slick-next {
  background-image: url("../img/function/voice_slide_next.png");
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_voice .voice_slide_arrows .slick-next {
    right: 40px;
  }
}
#nxaa_function #func_voice .voice_notes {
  line-height: 1.5;
  text-align: right;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_voice .voice_notes {
    padding: 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_voice .voice_notes {
    padding: 0 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#nxaa_function #func_control {
  background: url("../img/function/control_bg.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control {
    padding: 40px 15px;
  }
}
#nxaa_function #func_control .control_sub_title {
  padding: 3px;
  margin-bottom: 20px;
  background-color: #8b6d24;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_sub_title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_sub_title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_flow {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_flow {
    margin-bottom: 30px;
  }
}
#nxaa_function #func_control .control_flow .control_flow_title {
  margin: 0 auto;
  text-align: center;
}
#nxaa_function #func_control .control_flow .control_flow_title span {
  display: inline-block;
  border-bottom: 1px solid #8B6D24;
  font-weight: bold;
  color: #8B6D24;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_flow .control_flow_title span {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7307692308;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_flow .control_flow_title span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_flow .control_flow_img {
    width: 910px;
    margin: 0 auto;
  }
}
#nxaa_function #func_control .control_shindan {
  border: 2px solid #8B6D24;
  background-color: #F6F2E8;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_shindan {
    width: 860px;
    padding: 8px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_shindan {
    padding: 5px;
    margin: 0 auto 30px;
  }
}
#nxaa_function #func_control .control_shindan .control_shindan_inner {
  border: 1px solid #8B6D24;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_shindan .control_shindan_inner {
    padding: 70px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_shindan .control_shindan_inner {
    padding: 50px 20px 20px;
  }
}
#nxaa_function #func_control .control_shindan .control_shindan_title {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_shindan .control_shindan_title {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_shindan .control_shindan_title {
    margin: 0 auto 15px;
  }
}
#nxaa_function #func_control .control_shindan .control_shindan_title::before {
  content: "さらに！";
  display: block;
  width: 67px;
  height: 31px;
  margin: auto;
  background: url("../img/function/control_shindan_balloon.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  color: transparent;
}
#nxaa_function #func_control .control_shindan .control_shindan_title span {
  display: inline-block;
  font-weight: bold;
  color: #8B6D24;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_shindan .control_shindan_title span {
    padding: 10px 0;
    border-bottom: 2px solid #8B6D24;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_shindan .control_shindan_title span {
    padding: 5px 0;
    border-bottom: 1px solid #8B6D24;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_shindan .control_shindan_text {
    margin-bottom: 35px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_shindan .control_shindan_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_shindan .control_shindan_img {
    width: 586px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_taste {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_taste {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_taste .control_taste_lead {
    width: 535px;
    height: 24px;
    margin: 0 auto 25px;
    background: url("../img/function/control_taste_lead.png") no-repeat center;
    background-size: auto;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_taste .control_taste_lead {
    margin-bottom: 10px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #8b6d24;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_taste .control_taste_text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_taste .control_taste_text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_taste .control_taste_text span {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_wrap {
    display: flex;
    justify-content: space-between;
  }
}
#nxaa_function #func_control .control_wrap .control_procedure {
  /*
  .control_inner {
    @include bpPc {
      display: flex;
      justify-content: space-between;
    }
  }
  figure {
    @include bpPc {
      width: 270px;
    }
    &:first-child {
      position: relative;
      @include bpSp {
        margin-bottom: 30px;
      }
      &::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        @include bpPc {
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent #777472;
          top: 58px;
          right: -20px;
        }
        @include bpSp {
          margin: auto;
          border-width: 10px 10px 0 10px;
          border-color: #777472 transparent transparent transparent;
          left: 0;
          right: 0;
          bottom: -20px;
        }
      }
    }
    figcaption {
      @include bpPc {
        padding-top: 15px;
        @include fz(15);
        @include line-h(15,23);
      }
      @include bpSp {
        padding-top: 10px;
        @include fz(12);
        @include line-h(12,21);
      }
    }
  }
  */
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_wrap .control_procedure {
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_wrap .control_procedure {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_wrap .control_procedure dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_wrap .control_procedure dl dt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_wrap .control_procedure dl dd {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_wrap .control_procedure dl dd {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_wrap .control_howto {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_wrap .control_howto {
    margin-bottom: 30px;
  }
}
#nxaa_function #func_control .control_technology {
  /*
  .control_inner {
    @include bpPc {
      display: flex;
      justify-content: space-between;
    }
  }
  */
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_technology .control_technology_lead {
    width: 421px;
    height: 68px;
    margin-bottom: 25px;
    background: url("../img/function/control_technology_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_technology .control_technology_lead {
    margin-bottom: 20px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #8b6d24;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_technology .control_technology_body {
    width: 440px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_control .control_technology .control_technology_body .control_technology_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_control .control_technology .control_technology_img {
    width: 488px;
    padding-top: 10px;
  }
}
#nxaa_function #func_menu {
  background: url("../img/function/menu_bg.jpg") no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu {
    padding: 40px 15px;
  }
}
#nxaa_function #func_menu .menu_lead {
  max-width: 606px;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_lead {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_lead {
    width: 90%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_select {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select .menu_select_body {
    max-width: 430px;
    width: 39.1%;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_select .menu_select_body {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select .menu_select_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_select .menu_select_title {
    margin-bottom: 15px;
    text-align: center;
  }
}
#nxaa_function #func_menu .menu_select .menu_select_title span {
  display: inline-block;
  border-bottom: 1px solid #8B6D24;
  font-weight: bold;
  color: #8B6D24;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select .menu_select_title span {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7307692308;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_select .menu_select_title span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select .menu_select_lead {
    width: 430px;
    height: 62px;
    margin-bottom: 25px;
    background: url("../img/function/menu_select_lead.png") no-repeat center/contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_select .menu_select_lead {
    margin-bottom: 15px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select .menu_select_text {
    margin-bottom: 50px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_select .menu_select_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
#nxaa_function #func_menu .menu_select .menu_select_movie dt {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select .menu_select_movie dt {
    width: 161px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_select .menu_select_movie dt {
    width: 140px;
    margin-bottom: 10px;
  }
}
#nxaa_function #func_menu .menu_select .menu_select_movie dd div {
  border: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select .menu_select_movie dd div {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_select .menu_select_movie dd div {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select .menu_select_movie dd p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_select .menu_select_movie dd p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
#nxaa_function #func_menu .menu_select .menu_select_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select .menu_select_list {
    width: 54.55%;
    max-width: 600px;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_select .menu_select_list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_select .menu_select_list li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_porridge {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_porridge {
    margin-bottom: 40px;
  }
}
#nxaa_function #func_menu .menu_porridge .menu_porridge_title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_title {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_title {
    margin: 0 auto 15px;
  }
}
#nxaa_function #func_menu .menu_porridge .menu_porridge_title span {
  display: inline-block;
  border-bottom: 1px solid #8B6D24;
  font-weight: bold;
  color: #8B6D24;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_title span {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7307692308;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_title span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_lead {
    width: 504px;
    height: 25px;
    margin: 0 auto 25px;
    background: url("../img/function/menu_porridge_lead.png") no-repeat center/contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_lead {
    margin-bottom: 20px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_text {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
#nxaa_function #func_menu .menu_porridge .menu_porridge_course {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_course {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_course {
    max-width: 80%;
    margin: 0 auto 20px;
  }
}
#nxaa_function #func_menu .menu_porridge .menu_porridge_slide {
  width: 100vw;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_slide {
    margin: 0 calc(50% - 50vw) 60px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_slide {
    margin: 0 calc(50% - 50vw) 50px;
  }
}
#nxaa_function #func_menu .menu_porridge .menu_porridge_slide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
#nxaa_function #func_menu .menu_porridge .menu_porridge_slide .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ccc;
}
#nxaa_function #func_menu .menu_porridge .menu_porridge_slide .slick-dots li button::before {
  display: none;
}
#nxaa_function #func_menu .menu_porridge .menu_porridge_slide .slick-dots li.slick-active button {
  background-color: #8b6d24;
}
#nxaa_function #func_menu .menu_porridge .menu_porridge_btn {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_btn {
    width: 70%;
  }
}
#nxaa_function #func_menu .menu_porridge .menu_porridge_btn a {
  display: block;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_porridge .menu_porridge_btn a {
    transition: all 0.3s;
  }
  #nxaa_function #func_menu .menu_porridge .menu_porridge_btn a:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_other {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other .menu_other_inner {
    display: flex;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_other .menu_other_inner {
    margin-bottom: 15px;
  }
}
#nxaa_function #func_menu .menu_other .menu_other_title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other .menu_other_title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_other .menu_other_title {
    margin-bottom: 15px;
  }
}
#nxaa_function #func_menu .menu_other .menu_other_title span {
  display: inline-block;
  border-bottom: 1px solid #8B6D24;
  font-weight: bold;
  color: #8B6D24;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other .menu_other_title span {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7307692308;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_other .menu_other_title span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other .menu_other_lead {
    margin: 0 auto 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_other .menu_other_lead {
    margin-bottom: 15px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other .menu_other_text {
    margin-bottom: 35px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_other .menu_other_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other .menu_quick {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_other .menu_quick {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other .menu_quick .menu_other_lead {
    width: 282px;
    height: 64px;
    background-image: url("../img/function/menu_quick_lead.png");
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other .menu_freeze {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other .menu_freeze .menu_other_lead {
    width: 393px;
    height: 64px;
    background-image: url("../img/function/menu_freeze_lead.png");
  }
}
#nxaa_function #func_menu .menu_other .menu_other_notes {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_other .menu_other_notes {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_other .menu_other_notes {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
#nxaa_function #func_menu .menu_other .menu_other_notes dt {
  width: 2em;
}
#nxaa_function #func_menu .menu_other .menu_other_notes dd {
  width: calc(100% - 2em);
}
#nxaa_function #func_menu .menu_rice {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_rice {
    padding: 30px 30px 60px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_rice {
    padding: 15px 15px 30px;
  }
}
#nxaa_function #func_menu .menu_rice .menu_rice_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_lead {
    aspect-ratio: 2080/240;
    width: 100%;
    margin: auto;
    background: url("../img/function/menu_rice_lead.png") no-repeat center/contain;
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_lead {
    margin-top: 20px;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    color: #222;
  }
}
#nxaa_function #func_menu .menu_rice .menu_rice_lead span {
  display: inline-block;
}
#nxaa_function #func_menu .menu_rice .menu_rice_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_list {
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_list {
    gap: 30px 20px;
    margin-bottom: 20px;
  }
}
#nxaa_function #func_menu .menu_rice .menu_rice_list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_list li {
    max-width: 220px;
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_list li h4 {
    margin-bottom: 25px;
    height: 44px;
    line-height: 44px;
  }
  #nxaa_function #func_menu .menu_rice .menu_rice_list li h4 img {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_list li h4 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_list li p {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_list li p {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_list li:nth-child(2) p {
    word-break: break-all;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
#nxaa_function #func_menu .menu_rice .menu_rice_notes {
  display: flex;
}
@media screen and (min-width: 769px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_notes {
    justify-content: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_notes {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
#nxaa_function #func_menu .menu_rice .menu_rice_notes dt {
  width: 2em;
}
@media screen and (max-width: 768px) {
  #nxaa_function #func_menu .menu_rice .menu_rice_notes dd {
    width: calc(100% - 2em);
  }
}