@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');/*Noto Serif Japanese*/
/* animation */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(60px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.fadeUpTrigger,
.fadeRightTrigger {
  opacity: 0; }

/* btn */
.bgskew:before {
  content: '';
  position: absolute;
  top: 0;
  left: -140%;
  background: #004f85;
  width: 130%;
  height: 110%;
  transform: skewX(-25deg); }
.bgskew:hover::before {
  animation: skewanime 0.5s forwards; }
.bgskew:active::before {
  animation: skewanime 0.5s forwards; }

@keyframes skewanime {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    left: -5%; } }
/*********************************
 *
 * PC
 *
 *********************************/
@media screen and (min-width: 481px) {
  /* reset */
  #contents {
    min-width: 1160px;
    background: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; }

  /* japansoda_mv */
  #japansoda_mv img {
    width: 100%;
    height: auto; }
  #japansoda_mv .slick-dots li {
    width: 120px;
    height: 10px;
    margin: 0 8px; }
    #japansoda_mv .slick-dots li button {
      width: 120px;
      height: 10px; }
      #japansoda_mv .slick-dots li button:before {
        content: '';
        width: 120px;
        height: 10px;
        background: #e6e4e8;
        opacity: 1; }
    #japansoda_mv .slick-dots li.slick-active button:before {
      background: #004f85; }

  /* japansoda_about */
  #japansoda_about {
    position: relative;
    padding: 4em 0 6em 0;
    background: url(../img/about_bg.png) center bottom no-repeat;
    background-size: 100% auto; }
    #japansoda_about p {
      font-weight: 500;
      line-height: 2.5;
      letter-spacing: 0.1em;
      text-align: center; }
      #japansoda_about p + p {
        margin-top: 3em; }

  /* japansoda_jsoda */
  #japansoda_jsoda {
    background: #e6e4e8; }
    #japansoda_jsoda img {
      width: 100%;
      height: auto; }
    #japansoda_jsoda .japansoda_jsoda_inner {
      position: relative;
      width: 70%;
      max-width: 1340px;
      margin: 0 auto; }
      #japansoda_jsoda .japansoda_jsoda_inner + .japansoda_jsoda_inner {
        padding: 5em 0 7.5em 0; }
      #japansoda_jsoda .japansoda_jsoda_inner .japansoda_jsoda_txt1 {
        position: absolute;
        width: 24.2%;
        max-width: 324px;
        top: 0;
        right: 16%; }
      #japansoda_jsoda .japansoda_jsoda_inner .japansoda_jsoda_txt2 {
        position: absolute;
        width: 21%;
        max-width: 280px;
        bottom: 0;
        left: 9%; }
      #japansoda_jsoda .japansoda_jsoda_inner .japansoda_jsoda_logo {
        width: 49%;
        max-width: 650px;
        margin: 0 auto; }

  /* japansoda_secret */
  #japansoda_secret {
    padding: 5.5em 0 12em 0;
    background-image: url(../img/secret_bg03.png), url(../img/secret_bg02.png), url(../img/secret_bg01.jpg);
    background-repeat: no-repeat;
    background-position: bottom left, top left, top right;
    background-size: 100% auto, 100% auto, cover; }
    #japansoda_secret img {
      width: 100%;
      height: auto; }
    #japansoda_secret .japansoda_secret_ttl {
      text-align: center; }
      #japansoda_secret .japansoda_secret_ttl span {
        display: inline-block;
        padding: 0.7em 4em 0.9em 4em;
        background: #004f85;
        border-radius: 2em;
        color: #fff;
        font-size: 120%;
        line-height: 1;
        letter-spacing: 0.2em; }
    #japansoda_secret .japansoda_secret_inner {
      position: relative;
      width: 62.5%;
      max-width: 1200px;
      margin: 4em auto 0 auto; }
      #japansoda_secret .japansoda_secret_inner .japansoda_secret_box {
        position: absolute;
        width: 38%;
        max-width: 452px; }
      #japansoda_secret .japansoda_secret_inner .box1 {
        top: 0;
        left: 31%; }
      #japansoda_secret .japansoda_secret_inner .box2 {
        top: 28%;
        left: 0; }
      #japansoda_secret .japansoda_secret_inner .box3 {
        top: 28%;
        right: 0; }
      #japansoda_secret .japansoda_secret_inner .box4 {
        bottom: 0;
        left: 9%; }
      #japansoda_secret .japansoda_secret_inner .box5 {
        bottom: 0;
        right: 9%; }

  /* japansoda_bottle */
  #japansoda_bottle {
    padding: 8em 0 9em 0;
    background: url(../img/bottle_bg.png) center bottom no-repeat;
    background-size: 100% auto; }
    #japansoda_bottle img {
      width: 100%;
      height: auto; }
    #japansoda_bottle .japansoda_bottle_ttl {
      text-align: center; }
      #japansoda_bottle .japansoda_bottle_ttl span {
        display: inline-block;
        padding: 0.7em 4em 0.9em 4em;
        background: #004f85;
        border-radius: 2em;
        color: #fff;
        font-size: 120%;
        line-height: 1;
        letter-spacing: 0.2em; }
    #japansoda_bottle .japansoda_bottle_inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 80%;
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 1.5em; }
      #japansoda_bottle .japansoda_bottle_inner .japansoda_bottle_box {
        position: relative;
        display: flex;
        justify-content: flex-end;
        width: 50%;
        margin-top: 2em; }
        #japansoda_bottle .japansoda_bottle_inner .japansoda_bottle_box dl {
          position: absolute;
          width: 59%;
          max-width: 350px;
          top: 12%;
          left: 8%;
          line-height: 1.5;
          letter-spacing: 0.1em;
          text-align: left; }
          #japansoda_bottle .japansoda_bottle_inner .japansoda_bottle_box dl dd {
            padding-top: 1.5em; }
        #japansoda_bottle .japansoda_bottle_inner .japansoda_bottle_box .japansoda_bottle_img {
          width: 46%;
          max-width: 274px; }

  /* japansoda_style */
  #japansoda_style {
    padding: 6em 0;
    background: #000 url(../img/style_bg.jpg) center top no-repeat;
    background-size: 100% auto; }
    #japansoda_style img {
      width: 100%;
      height: auto; }
    #japansoda_style .japansoda_style_ttl {
      width: 37%;
      max-width: 700px;
      margin: 0 auto; }
    #japansoda_style .japansoda_style_txt {
      margin-top: 2em;
      color: #fff;
      line-height: 2;
      letter-spacing: 0.1em; }
    #japansoda_style .japansoda_style_slider {
      margin-top: 2em; }
      #japansoda_style .japansoda_style_slider .slick-slide {
        max-width: 350px;
        transform: scale(0.8);
        transition: 0.5s;
        opacity: 0.8; }
        #japansoda_style .japansoda_style_slider .slick-slide.slick-center {
          transform: scale(1);
          opacity: 1; }
      #japansoda_style .japansoda_style_slider .slick-prev,
      #japansoda_style .japansoda_style_slider .slick-next {
        position: absolute;
        top: 45%;
        cursor: pointer;
        outline: none;
        border-top: 3px solid #cc0000;
        border-right: 3px solid #cc0000;
        height: 20px;
        width: 20px;
        z-index: +10; }
      #japansoda_style .japansoda_style_slider .slick-prev {
        left: 70px;
        transform: rotate(-135deg); }
        #japansoda_style .japansoda_style_slider .slick-prev::before {
          display: none !important; }
      #japansoda_style .japansoda_style_slider .slick-next {
        right: 70px;
        transform: rotate(45deg); }
        #japansoda_style .japansoda_style_slider .slick-next::before {
          display: none !important; }
      #japansoda_style .japansoda_style_slider .slick-dots {
        bottom: -50px; }
        #japansoda_style .japansoda_style_slider .slick-dots li {
          width: 20px;
          height: 20px; }
          #japansoda_style .japansoda_style_slider .slick-dots li button {
            width: 12px;
            height: 12px; }
            #japansoda_style .japansoda_style_slider .slick-dots li button:before {
              content: '';
              width: 12px;
              height: 12px;
              background: #fff;
              border-radius: 50%;
              opacity: 1; }
          #japansoda_style .japansoda_style_slider .slick-dots li.slick-active button:before {
            background: #a40012; }

  /* japansoda_visual */
  #japansoda_visual {
    padding: 6em 0;
    background: url(../img/visual_bg.png) center bottom no-repeat;
    background-size: 100% auto; }
    #japansoda_visual img {
      width: 100%;
      height: auto; }
    #japansoda_visual .japansoda_visual_inner {
      width: 53%;
      max-width: 1000px;
      margin: 0 auto; }
      #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box1 {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        text-align: left; }
        #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box1 dt {
          width: 58%;
          padding-bottom: 1.2em;
          border-bottom: 2px solid #999;
          font-size: 90%;
          line-height: 1.9; }
        #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box1 dd {
          width: 40%; }
      #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box2 {
        display: flex;
        justify-content: space-between;
        width: 65%;
        margin-top: 2em;
        text-align: left; }
        #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box2 dt {
          width: 58%;
          font-size: 90%;
          line-height: 1.8; }
          #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box2 dt .japansoda_visual_name strong {
            font-size: 110%; }
          #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box2 dt .japansoda_visual_txt {
            margin-top: 0.5em; }
            #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box2 dt .japansoda_visual_txt span {
              display: inline-block;
              padding: 0 0.5em;
              background: #eee; }
            #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box2 dt .japansoda_visual_txt a {
              border-bottom: 1px solid #fff;
              color: #004f85;
              text-decoration: none;
              transition: 0.3s; }
              #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box2 dt .japansoda_visual_txt a:hover {
                border-bottom: 1px solid #004f85; }
        #japansoda_visual .japansoda_visual_inner dl.japansoda_visual_box2 dd {
          width: 38%; }

  /* japansoda_item */
  #japansoda_item {
    position: relative;
    padding-bottom: 3em;
    background: url(../img/item_bg01.jpg) center top no-repeat;
    background-size: cover; }
    #japansoda_item img {
      width: 100%;
      height: auto; }
    #japansoda_item .japansoda_item_inner {
      position: relative;
      width: 68%;
      max-width: 1300px;
      margin: 0 auto; }
      #japansoda_item .japansoda_item_inner .japansoda_item_img {
        position: absolute;
        width: 28%;
        max-width: 360px;
        top: 18%;
        left: 11%; }
      #japansoda_item .japansoda_item_inner .japansoda_item_box {
        position: absolute;
        width: 50%;
        max-width: 580px;
        top: 21%;
        right: 7%; }
        #japansoda_item .japansoda_item_inner .japansoda_item_box .japansoda_item_box_inner {
          padding-left: 1em;
          text-align: left; }
          #japansoda_item .japansoda_item_inner .japansoda_item_box .japansoda_item_box_inner .japansoda_item_size {
            margin-top: 0.6em;
            font-size: 140%;
            font-weight: 700;
            letter-spacing: 0.1em; }
          #japansoda_item .japansoda_item_inner .japansoda_item_box .japansoda_item_box_inner table {
            width: 62%;
            margin-top: 1.8em;
            border-top: 1px solid #004f85;
            border-collapse: collapse;
            border-spacing: 0; }
            #japansoda_item .japansoda_item_inner .japansoda_item_box .japansoda_item_box_inner table th {
              width: 48%;
              padding: 0.8em 0 0.8em 1em;
              border-bottom: 1px solid #004f85;
              font-weight: 400;
              vertical-align: top; }
              #japansoda_item .japansoda_item_inner .japansoda_item_box .japansoda_item_box_inner table th span {
                display: block;
                padding: 0.1em 0;
                background: #004f85;
                border-radius: 2em;
                color: #fff;
                text-align: center; }
            #japansoda_item .japansoda_item_inner .japansoda_item_box .japansoda_item_box_inner table td {
              width: 52%;
              padding: 0.8em 0 0.8em 1em;
              border-bottom: 1px solid #004f85;
              color: #004f85; }
          #japansoda_item .japansoda_item_inner .japansoda_item_box .japansoda_item_box_inner .japansoda_item_price_note {
            margin-top: 1em;
            font-weight: 700; }
          #japansoda_item .japansoda_item_inner .japansoda_item_box .japansoda_item_box_inner .japansoda_item_price {
            width: 23%;
            max-width: 132px;
            margin-top: 0.5em; }
      #japansoda_item .japansoda_item_inner .japansoda_item_btn {
        position: absolute;
        width: 390px;
        left: calc(50% - 195px);
        bottom: 2%;
        font-size: 120%;
        font-weight: 700;
        letter-spacing: 0.1em; }
        #japansoda_item .japansoda_item_inner .japansoda_item_btn a {
          position: relative;
          display: block;
          padding: 1.5em 0;
          background: #000;
          border-radius: 2em;
          color: #fff;
          line-height: 1;
          text-align: center;
          text-decoration: none; }
          #japansoda_item .japansoda_item_inner .japansoda_item_btn a span {
            position: relative;
            z-index: +1; }

  #pagetop {
    position: fixed;
    display: none;
    width: 48px;
    right: 60px;
    bottom: 0;
    z-index: 100000; }
    #pagetop img {
      width: 100%;
      height: auto; }

  /* japansoda_nav */
  #japansoda_nav {
    position: absolute;
    top: 0;
    right: 0; }
    #japansoda_nav.fixed {
      position: fixed;
      top: 30px;
      z-index: 100000; }
    #japansoda_nav ul {
      display: flex;
      flex-wrap: wrap;
      width: 46px;
      height: 50em;
      font-family: 'Noto Sans JP', sans-serif;
      letter-spacing: 0.1em;
      writing-mode: vertical-rl;
      text-orientation: upright; }
      #japansoda_nav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 15em;
        background: #fff;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        border-left: 2px solid #000;
        box-sizing: border-box;
        font-size: 110%;
        text-align: center;
        text-decoration: none;
        transition: 0.3s; }
        #japansoda_nav ul li a:hover {
          background: #000;
          color: #fff; }
        #japansoda_nav ul li a span {
          padding-top: 0.3em; }
      #japansoda_nav ul li.active a {
        background: #000;
        color: #fff; }
      #japansoda_nav ul li.japansoda_nav3 a {
        border-bottom: 2px solid #000; } }
/*********************************
 *
 * SP
 *
 *********************************/
@media screen and (max-width: 480px) {
  /* reset */
  #sphone {
    max-width: 100vw;
    overflow-x: none;
    background: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; }

  /* japansoda_mv-sp */
  #japansoda_mv-sp {
    padding-bottom: 2em; }
    #japansoda_mv-sp img {
      width: 100%;
      height: auto; }
    #japansoda_mv-sp .japansoda_mv_slider-sp {
      padding-bottom: 1em; }
    #japansoda_mv-sp .slick-dots li {
      width: 80px;
      height: 6px;
      margin: 0 5px; }
      #japansoda_mv-sp .slick-dots li button {
        width: 80px;
        height: 6px; }
        #japansoda_mv-sp .slick-dots li button:before {
          content: '';
          width: 80px;
          height: 6px;
          background: #e6e4e8;
          opacity: 1; }
      #japansoda_mv-sp .slick-dots li.slick-active button:before {
        background: #004f85; }

  /* japansoda_about-sp */
  #japansoda_about-sp {
    position: relative;
    padding: 0 0 6em 0;
    background-image: url(../img/about_bg01-sp.png), url(../img/about_bg02-sp.png);
    background-position: left 4em, center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto; }
    #japansoda_about-sp p {
      padding-top: 6em;
      font-size: 95%;
      font-weight: 500;
      line-height: 2.5;
      letter-spacing: 0.1em;
      text-align: center; }
      #japansoda_about-sp p + p {
        margin-top: 3em;
        padding: 0; }

  /* japansoda_jsoda-sp */
  #japansoda_jsoda-sp {
    background: #e6e4e8; }
    #japansoda_jsoda-sp img {
      width: 100%;
      height: auto; }
    #japansoda_jsoda-sp .japansoda_jsoda_inner {
      position: relative;
      width: 100%; }
      #japansoda_jsoda-sp .japansoda_jsoda_inner + .japansoda_jsoda_inner {
        padding: 4em 0; }
      #japansoda_jsoda-sp .japansoda_jsoda_inner .japansoda_jsoda_txt1 {
        position: absolute;
        width: 36%;
        top: 0;
        right: 0; }
      #japansoda_jsoda-sp .japansoda_jsoda_inner .japansoda_jsoda_txt2 {
        position: absolute;
        width: 27.2%;
        bottom: 0;
        left: 0; }
      #japansoda_jsoda-sp .japansoda_jsoda_inner .japansoda_jsoda_logo {
        width: 86%;
        margin: 0 auto; }

  /* japansoda_secret-sp */
  #japansoda_secret-sp {
    margin-top: -3em;
    padding: 6em 0 4em 0;
    background: url(../img/secret_bg01-sp.jpg) center bottom no-repeat;
    background-size: 100% auto; }
    #japansoda_secret-sp img {
      width: 100%;
      height: auto; }
    #japansoda_secret-sp .japansoda_secret_ttl {
      text-align: center; }
      #japansoda_secret-sp .japansoda_secret_ttl span {
        display: inline-block;
        padding: 0.6em 3em 0.8em 3em;
        background: #004f85;
        border-radius: 2em;
        color: #fff;
        font-size: 105%;
        line-height: 1;
        letter-spacing: 0.2em; }
    #japansoda_secret-sp .japansoda_secret_slider-sp {
      width: 80%;
      margin: 2.5em auto 22em auto; }
      #japansoda_secret-sp .japansoda_secret_slider-sp .slick-prev,
      #japansoda_secret-sp .japansoda_secret_slider-sp .slick-next {
        position: absolute;
        top: 45%;
        cursor: pointer;
        outline: none;
        border-top: 3px solid #004f85;
        border-right: 3px solid #004f85;
        height: 20px;
        width: 20px;
        z-index: +10; }
      #japansoda_secret-sp .japansoda_secret_slider-sp .slick-prev {
        left: -20px;
        transform: rotate(-135deg); }
        #japansoda_secret-sp .japansoda_secret_slider-sp .slick-prev::before {
          display: none !important; }
      #japansoda_secret-sp .japansoda_secret_slider-sp .slick-next {
        right: -20px;
        transform: rotate(45deg); }
        #japansoda_secret-sp .japansoda_secret_slider-sp .slick-next::before {
          display: none !important; }
      #japansoda_secret-sp .japansoda_secret_slider-sp .slick-dots {
        bottom: -24em; }
        #japansoda_secret-sp .japansoda_secret_slider-sp .slick-dots li {
          width: 24px;
          height: 24px; }
          #japansoda_secret-sp .japansoda_secret_slider-sp .slick-dots li button {
            width: 16px;
            height: 16px; }
            #japansoda_secret-sp .japansoda_secret_slider-sp .slick-dots li button:before {
              content: '';
              width: 16px;
              height: 16px;
              background: #777;
              border-radius: 50%;
              opacity: 1; }
          #japansoda_secret-sp .japansoda_secret_slider-sp .slick-dots li.slick-active button:before {
            background: #004f85; }

  /* japansoda_bottle-sp */
  #japansoda_bottle-sp {
    padding: 3em 0 5em 0;
    background: url(../img/bottle_bg-sp.png) center bottom no-repeat;
    background-size: 100% auto; }
    #japansoda_bottle-sp img {
      width: 100%;
      height: auto; }
    #japansoda_bottle-sp .japansoda_bottle_ttl {
      text-align: center; }
      #japansoda_bottle-sp .japansoda_bottle_ttl span {
        display: inline-block;
        padding: 0.6em 3em 0.8em 3em;
        background: #004f85;
        border-radius: 2em;
        color: #fff;
        font-size: 105%;
        line-height: 1;
        letter-spacing: 0.2em; }
    #japansoda_bottle-sp .japansoda_bottle_inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
      padding-top: 1.5em; }
      #japansoda_bottle-sp .japansoda_bottle_inner .japansoda_bottle_box {
        position: relative;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-top: 1.5em; }
        #japansoda_bottle-sp .japansoda_bottle_inner .japansoda_bottle_box dl {
          position: absolute;
          width: 83%;
          top: 12%;
          left: 8%;
          font-size: 90%;
          line-height: 1.5;
          letter-spacing: 0.1em;
          text-align: left; }
          #japansoda_bottle-sp .japansoda_bottle_inner .japansoda_bottle_box dl dd {
            padding-top: 1.5em; }
        #japansoda_bottle-sp .japansoda_bottle_inner .japansoda_bottle_box .japansoda_bottle_img {
          width: 46%; }

  /* japansoda_style-sp */
  #japansoda_style-sp {
    padding: 7em 0 8em 0;
    background-image: url(../img/style_bg01-sp.jpg), url(../img/style_bg02-sp.jpg);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #000; }
    #japansoda_style-sp img {
      width: 100%;
      height: auto; }
    #japansoda_style-sp .japansoda_style_ttl {
      width: 94%;
      max-width: 700px;
      margin: 0 auto; }
    #japansoda_style-sp .japansoda_style_txt {
      margin-top: 2em;
      color: #fff;
      font-size: 95%;
      text-align: center;
      line-height: 2;
      letter-spacing: 0.05em; }
    #japansoda_style-sp .japansoda_style_slider-sp {
      width: 86%;
      margin: 2em auto 0 auto; }
      #japansoda_style-sp .japansoda_style_slider-sp .slick-prev,
      #japansoda_style-sp .japansoda_style_slider-sp .slick-next {
        position: absolute;
        top: 45%;
        cursor: pointer;
        outline: none;
        border-top: 3px solid #cc0000;
        border-right: 3px solid #cc0000;
        height: 24px;
        width: 24px;
        z-index: +10; }
      #japansoda_style-sp .japansoda_style_slider-sp .slick-prev {
        left: -2%;
        transform: rotate(-135deg); }
        #japansoda_style-sp .japansoda_style_slider-sp .slick-prev::before {
          display: none !important; }
      #japansoda_style-sp .japansoda_style_slider-sp .slick-next {
        right: -2%;
        transform: rotate(45deg); }
        #japansoda_style-sp .japansoda_style_slider-sp .slick-next::before {
          display: none !important; }
      #japansoda_style-sp .japansoda_style_slider-sp .slick-dots {
        bottom: -60px; }
        #japansoda_style-sp .japansoda_style_slider-sp .slick-dots li {
          width: 20px;
          height: 20px;
          margin: 0 7px; }
          #japansoda_style-sp .japansoda_style_slider-sp .slick-dots li button {
            width: 16px;
            height: 16px; }
            #japansoda_style-sp .japansoda_style_slider-sp .slick-dots li button:before {
              content: '';
              width: 16px;
              height: 16px;
              background: #fff;
              border-radius: 50%;
              opacity: 1; }
          #japansoda_style-sp .japansoda_style_slider-sp .slick-dots li.slick-active button:before {
            background: #a40012; }

  /* japansoda_visual-sp */
  #japansoda_visual-sp {
    position: relative;
    padding: 3em 0 4em 0;
    background: #fff url(../img/visual_bg-sp.png) center bottom no-repeat;
    background-size: 100% auto;
    z-index: +1; }
    #japansoda_visual-sp img {
      width: 100%;
      height: auto; }
    #japansoda_visual-sp .japansoda_visual_inner {
      width: 76%;
      margin: 0 auto; }
      #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box1 {
        border-bottom: 2px solid #999;
        text-align: left; }
        #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box1 dt {
          font-size: 90%;
          line-height: 1.9; }
        #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box1 dd {
          padding: 0.8em 0 1.2em 0;
          text-align: center; }
          #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box1 dd img {
            width: 74%; }
      #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box2 {
        margin-top: 1em;
        text-align: left; }
        #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box2 dt {
          font-size: 90%;
          line-height: 1.8; }
          #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box2 dt .japansoda_visual_name strong {
            font-size: 110%; }
          #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box2 dt .japansoda_visual_txt {
            margin-top: 0.5em; }
            #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box2 dt .japansoda_visual_txt span {
              display: inline-block;
              padding: 0 0.5em;
              background: #eee; }
            #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box2 dt .japansoda_visual_txt a {
              border-bottom: 1px solid #fff;
              color: #004f85;
              text-decoration: none;
              transition: 0.3s; }
              #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box2 dt .japansoda_visual_txt a:active {
                border-bottom: 1px solid #004f85; }
        #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box2 dd {
          padding-top: 0.5em;
          text-align: center; }
          #japansoda_visual-sp .japansoda_visual_inner dl.japansoda_visual_box2 dd img {
            width: 54%; }

  /* japansoda_item-sp */
  #japansoda_item-sp {
    position: relative;
    margin-top: -3em;
    padding: 3em 0;
    background: url(../img/item_bg01-sp.jpg) center top no-repeat;
    background-size: cover; }
    #japansoda_item-sp img {
      width: 100%;
      height: auto; }
    #japansoda_item-sp .japansoda_item_inner {
      position: relative;
      width: 100%; }
      #japansoda_item-sp .japansoda_item_inner .japansoda_item_img {
        position: absolute;
        width: 38%;
        top: 24%;
        left: 32%; }
    #japansoda_item-sp .japansoda_item_box {
      width: 100%; }
      #japansoda_item-sp .japansoda_item_box .japansoda_item_box_inner {
        width: 90%;
        margin: 0 auto;
        text-align: left; }
        #japansoda_item-sp .japansoda_item_box .japansoda_item_box_inner .japansoda_item_size {
          margin-top: 0.4em;
          font-size: 120%;
          font-weight: 700;
          letter-spacing: 0.1em;
          text-align: center; }
        #japansoda_item-sp .japansoda_item_box .japansoda_item_box_inner table {
          width: 100%;
          margin-top: 1.8em;
          border-top: 1px solid #004f85;
          font-size: 90%;
          border-collapse: collapse;
          border-spacing: 0; }
          #japansoda_item-sp .japansoda_item_box .japansoda_item_box_inner table th {
            width: 40%;
            padding: 0.9em 0 0.9em 0.8em;
            border-bottom: 1px solid #004f85;
            font-weight: 400; }
            #japansoda_item-sp .japansoda_item_box .japansoda_item_box_inner table th span {
              display: block;
              padding: 0.1em 0 0.3em 0;
              background: #004f85;
              border-radius: 2em;
              color: #fff;
              text-align: center; }
          #japansoda_item-sp .japansoda_item_box .japansoda_item_box_inner table td {
            width: 60%;
            padding: 0.9em 0 0.9em 0.8em;
            border-bottom: 1px solid #004f85;
            color: #004f85; }
        #japansoda_item-sp .japansoda_item_box .japansoda_item_box_inner .japansoda_item_price_note {
          margin-top: 1em;
          font-weight: 700; }
        #japansoda_item-sp .japansoda_item_box .japansoda_item_box_inner .japansoda_item_price {
          width: 35.4%;
          max-width: 170px;
          margin-top: 0.5em; }
    #japansoda_item-sp .japansoda_item_btn {
      width: 80%;
      max-width: 380px;
      margin: 3em auto 0 auto;
      font-size: 110%;
      font-weight: 700;
      letter-spacing: 0.1em; }
      #japansoda_item-sp .japansoda_item_btn a {
        position: relative;
        display: block;
        padding: 1.2em 0;
        background: #000;
        border-radius: 2em;
        color: #fff;
        line-height: 1;
        text-align: center;
        text-decoration: none; }
        #japansoda_item-sp .japansoda_item_btn a span {
          position: relative;
          z-index: +1; }

  /* japansoda_nav-sp */
  #japansoda_nav-sp {
    position: relative;
    top: inherit;
    left: inherit; }
    #japansoda_nav-sp.fixed {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 100000; }
    #japansoda_nav-sp ul {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      font-family: 'Noto Sans JP', sans-serif;
      letter-spacing: 0.1em; }
      #japansoda_nav-sp ul li {
        width: 33%; }
        #japansoda_nav-sp ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 1.2em 0;
          background: #fff;
          border-top: 1px solid #000;
          border-bottom: 1px solid #000;
          border-left: 1px solid #000;
          box-sizing: border-box;
          font-size: 90%;
          text-align: center;
          text-decoration: none;
          transition: 0.3s; }
          #japansoda_nav-sp ul li a:active {
            background: #000;
            color: #fff; }
        #japansoda_nav-sp ul li.active a {
          background: #000;
          color: #fff; }
        #japansoda_nav-sp ul li.japansoda_nav2-sp {
          width: 34%; }
        #japansoda_nav-sp ul li.japansoda_nav3-sp a {
          border-right: 1px solid #000; } }

/*20240206追記*/
.yuzu_wrap {
    background-image: url("../img/yuzu_bg.jpg");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.yuzu_wrap ul {
    display: flex;
    align-content: center;
    align-items: center;
}
.yuzu_wrap ul li {
    width: 50%;
}
.yuzu_wrap ul li:nth-child(2) {
    width: 50%;
    padding: 15% 0px;
}
.yuzu_wrap ul li dl {
    width: 590px;
}
.yuzu_wrap ul li > dl > dt {
    font-size: 32px;
    line-height: 1;
    border-bottom: 1px solid #161F81;
    padding-bottom: 40px;
    margin-bottom: 40px;
    color: #707070;
}
.yuzu_wrap ul li dl dd {
}
.yuzu_wrap ul li dl dd dl {
}
.yuzu_wrap ul li dl dd dl dt {
    font-size: 24px;
    line-height: 1;
    color: #E2AE00;
    padding-bottom: 50px;
    font-weight: 600;
    letter-spacing: 5px;
}
.yuzu_wrap ul li dl dd dl dd {
    font-size: 14px;
    line-height: 2;
    color: #000000;
    font-weight: 400;
    text-align: left;
    display: flex;
    justify-content: center;
}
.yuzu2_wrap {
    background-image: url(../img/yuzu2_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.yuzu2_wrap .yuzu2_cnt {
    background-image: url(../img/yuzu2_bg2.png);
    background-size: contain;
    background-position: center center;
    width: 1189px;
    margin: auto;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 30px;
}
.yuzu2_wrap .yuzu2_cnt .ul1 {
    width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.yuzu2_wrap .yuzu2_cnt ul li {
    
}
.yuzu2_wrap .yuzu2_cnt ul .li1 {
    width: 400px;
}
.yuzu2_wrap .yuzu2_cnt ul .li2 {
    padding-top: 175px;
    
}
.yuzu2_wrap .yuzu2_cnt ul .li3 {   
    
}
.yuzu2_wrap .yuzu2_cnt ul li .dt1 {
    text-align: center; 
    padding-bottom: 30px;
}
.yuzu2_wrap .yuzu2_cnt ul li .p1 {
    font-size: 140%;
    font-weight: 700;
    text-align: left;
    padding: 15px 0px 15px 0px;
}
.yuzu2_wrap .yuzu2_cnt ul li .p1_1 {
    padding-bottom: 10px;
}
.yuzu2_wrap .yuzu2_cnt .ul2 {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #004f85;
}
.yuzu2_wrap .yuzu2_cnt .ul2_fst {
    padding-top: 14px;
    border-top: 1px solid #004f85;
}
.yuzu2_wrap .yuzu2_cnt .ul2 .ui_li1{
    width: 170px;
    padding-left: 20px;
}
.yuzu2_wrap .yuzu2_cnt ul li .p2 {
    font-weight: 700;
    color: #FFFFFF;
    background-color: #004f85;
    border-radius: 100px;
    width: 150px;
}
.yuzu2_wrap .yuzu2_cnt ul .ui_li2 {
    text-align: left;
}
.yuzu2_wrap .yuzu2_cnt ul li .p3 {
    text-align: left;
    font-weight: 700;
    color: #004f85;
}
.yuzu2_wrap .yuzu2_cnt ul li .p4 {
    text-align: left;
    font-weight: 700;
    padding-bottom: 20px;
}
.yuzu2_wrap .yuzu2_cnt ul li .p5{
    text-align: left;
    font-size: 300%;
    font-weight: 700;
}
.yuzu2_wrap .yuzu2_cnt ul li .p6{
    text-align: left;
    padding-bottom: 10px;
}
.yuzu2_wrap .yuzu2_cnt ul li .p6 span{
    border: 2px solid #D8312A;
    font-size: 14px;
    font-weight: 600;
    padding: 1px 5px;
}
.yuzu2_wrap .yuzu2_cnt ul li .p_left {
    margin-left: 80px;
}
.yuzu2_wrap .bt_box {
    position: relative;
    width: 1000px;
    margin: auto;
    height: 100px;
}
.yuzu2_wrap .bt_box .japansoda_item_btn {
        position: absolute;
        width: 390px;
        left: calc(50% - 195px);
        bottom: 2%;
        font-size: 120%;
        font-weight: 700;
        letter-spacing: 0.1em; }
.yuzu2_wrap .bt_box .japansoda_item_btn a {
          position: relative;
          display: block;
          padding: 1.5em 0;
          background: #000;
          border-radius: 2em;
          color: #fff;
          line-height: 1;
          text-align: center;
          text-decoration: none; }
.yuzu2_wrap .bt_box .japansoda_item_btn a span {
            position: relative;
            z-index: +1; }



.yuzu_wrap_sp {
    padding-bottom: 50px;
}
.yuzu_wrap_sp img {
    width: 100%;
}
.yuzu_wrap_sp ul li dl {
    width: 590px;
}
.yuzu_wrap_sp ul li > dl > dt {
    font-size: 32px;
    line-height: 1;
    border-bottom: 1px solid #161F81;
    padding-bottom: 40px;
    margin-bottom: 40px;
    color: #707070;
}
.yuzu_wrap_sp dl dt {
   text-align: center;
   padding-top: 50px;
}
.yuzu_wrap_sp dl > dt img {
    width: 80%;
    margin: auto;
}
.yuzu_wrap_sp dl dd {
}
.yuzu_wrap_sp dl dd dl {
}
.yuzu_wrap_sp dl dd dl dt {
    font-size: 24px;
    line-height: 1;
    color: #E2AE00;
    padding-bottom: 50px;
    font-weight: 600;
    letter-spacing: 5px;
}
.yuzu_wrap_sp dl dd dl dd {
    font-size: 14px;
    line-height: 2;
    color: #000000;
    font-weight: 400;
    text-align: left;
    display: flex;
    justify-content: center;
}

.yuzu2_wrap_sp {
    background-image: url(../img/yuzu2_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 0px;
}
.yuzu2_wrap_sp .yuzu2_cnt {
    background-size: contain;
    background-position: center center;
    width: 100%;
    margin: auto;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 30px;
}
.yuzu2_wrap_sp .yuzu2_cnt .txt0 {
    text-align: center;
    margin-bottom: 30px;
}
.yuzu2_wrap_sp .yuzu2_cnt .txt0 img {
    width: 80%;
}
.yuzu2_wrap_sp .yuzu2_cnt .txt1 {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    width: 90%;
    margin: auto;
    line-height: 1.5;
}
.yuzu2_wrap_sp .yuzu2_cnt .ul1 {
    width: 90%;
    margin: auto;
    display: block;
    justify-content: space-between;
    padding-top: 30px;
}
.yuzu2_wrap_sp .yuzu2_cnt ul li {
    
}
.yuzu2_wrap_sp .yuzu2_cnt ul .li1 {
    padding-bottom: 50px;
}
.yuzu2_wrap_sp .yuzu2_cnt ul .li2 {
    
}
.yuzu2_wrap_sp .yuzu2_cnt ul .li3 {   
    
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .dt1 {
    text-align: center; 
    padding-bottom: 30px;
    width: 38%;
    margin: auto;
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .dt1 img {
    width: 100%;
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .p1 {
    font-size: 140%;
    font-weight: 700;
    text-align: left;
    padding: 15px 0px 15px 0px;
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .p1_1 {
    padding-bottom: 10px;
}
.yuzu2_wrap_sp .yuzu2_cnt .ul2 {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #004f85;
}
.yuzu2_wrap_sp .yuzu2_cnt .ul2_fst {
    padding-top: 14px;
    border-top: 1px solid #004f85;
}
.yuzu2_wrap_sp .yuzu2_cnt .ul2 .ui_li1{
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .p2 {
    font-weight: 700;
    color: #FFFFFF;
    background-color: #004f85;
    border-radius: 100px;
    width: 150px;
    text-align: center;
}
.yuzu2_wrap_sp .yuzu2_cnt ul .ui_li2 {
    text-align: left;
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .p3 {
    text-align: left;
    font-weight: 700;
    color: #004f85;
    padding-left: 20px;
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .p4 {
    text-align: left;
    font-weight: 700;
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .p5{
    text-align: left;
    font-size: 300%;
    font-weight: 700;
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .p6{
    text-align: left;
    padding-bottom: 10px;
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .p6 span{
    border: 2px solid #D8312A;
    font-size: 14px;
    font-weight: 600;
    padding: 1px 5px;
}
.yuzu2_wrap_sp .yuzu2_cnt ul li .p_left {
    margin-left: 0px;
}
.yuzu2_wrap_sp .bt_box {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100px;
}
.yuzu2_wrap_sp .bt_box .japansoda_item_btn {
        position: absolute;
        width: 390px;
        left: calc(50% - 195px);
        bottom: 2%;
        font-size: 120%;
        font-weight: 700;
        letter-spacing: 0.1em; }
.yuzu2_wrap_sp .bt_box .japansoda_item_btn a {
          position: relative;
          display: block;
          padding: 1.5em 0;
          background: #000;
          border-radius: 2em;
          color: #fff;
          line-height: 1;
          text-align: center;
          text-decoration: none; }
.yuzu2_wrap_sp .bt_box .japansoda_item_btn a span {
            position: relative;
            z-index: +1; }




