@charset "UTF-8";
/*color*/
/**/
/**/
#godzilla-1 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c; }
  #godzilla-1 h1 {
    display: flex;
    justify-content: center;
    background-color: #000; }
    @media (max-width: 480px) {
      #godzilla-1 h1 {
        width: 100vw;
        overflow: hidden;
        min-height: calc(100vh - 112px);
        background-image: url("../images/items/2024/godzilla-1.0/main-image-sp.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; } }
    #godzilla-1 h1 img {
      height: 100%; }
      @media (max-width: 480px) {
        #godzilla-1 h1 img.pc {
          display: none; } }
  #godzilla-1 .text {
    padding: 100px 0;
    background-color: #000; }
    #godzilla-1 .text .main-text {
      width: 80%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
      color: #fff; }
      @media (max-width: 480px) {
        #godzilla-1 .text .main-text {
          width: 96%;
          flex-direction: column; } }
      #godzilla-1 .text .main-text .textarea {
        width: 65%; }
        @media (max-width: 480px) {
          #godzilla-1 .text .main-text .textarea {
            width: 100%; } }
        #godzilla-1 .text .main-text .textarea h2 {
          font-size: 3.4rem;
          font-weight: bold;
          margin-bottom: 40px; }
        #godzilla-1 .text .main-text .textarea p {
          font-size: 2.0rem;
          text-indent: 1em;
          line-height: 2.2em;
          margin-bottom: 1em; }
      #godzilla-1 .text .main-text .imagearea {
        width: 30%;
        max-width: 460px; }
        @media (max-width: 480px) {
          #godzilla-1 .text .main-text .imagearea {
            width: 100%; } }
  #godzilla-1 .note {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 60px 0;
    color: #fff;
    /*background-color: #005cd7;*/
    background: linear-gradient(180deg, #044f9c 14%, #085db0 30% 70%, #1280bb 85%, #55c4ff 100%); }
    #godzilla-1 .note div {
      margin: 0 auto;
      max-width: 96%; }
      @media (max-width: 480px) {
        #godzilla-1 .note div {
          width: 96%; } }
    #godzilla-1 .note h2 {
      font-size: 2.4rem;
      font-weight: bold;
      margin-bottom: 20px; }
    #godzilla-1 .note ul {
      margin-bottom: 20px; }
      #godzilla-1 .note ul li {
        font-size: 1.8rem;
        font-weight: bold;
        padding-left: 1em; }
        #godzilla-1 .note ul li span {
          margin-left: -1em; }
    #godzilla-1 .note p {
      font-size: 1.8rem;
      font-weight: bold; }
      #godzilla-1 .note p a {
        color: #ffbd79; }
  #godzilla-1 .spec {
    width: 100%;
    background-color: #000;
    padding-bottom: 100px; }
    #godzilla-1 .spec > div {
      width: 96%;
      max-width: 1200px;
      display: flex;
      margin: 0 auto; }
      @media (max-width: 480px) {
        #godzilla-1 .spec > div {
          width: 96%;
          flex-direction: column-reverse; } }
      #godzilla-1 .spec > div .textarea {
        padding-top: 100px;
        color: #fff;
        margin-bottom: 60px; }
        #godzilla-1 .spec > div .textarea h2 {
          font-size: clamp(2rem, calc(100vw / 22), 2.6rem);
          font-weight: bold;
          padding-bottom: 10px;
          /*border-bottom: 2px solid #fff;*/
          margin-bottom: 10px;
          text-align: center; }
        #godzilla-1 .spec > div .textarea h2::before {
          content: "";
          width: 60%;
          aspect-ratio: 48/26;
          display: block;
          background-image: url("../images/items/2024/godzilla-1.0/logo-godzilla-1.svg");
          background-repeat: no-repeat;
          background-size: cover;
          margin: 0 auto 30px; }
        #godzilla-1 .spec > div .textarea .price {
          font-size: 2.0rem;
          font-weight: bold;
          text-align: right;
          margin-bottom: 60px; }
        #godzilla-1 .spec > div .textarea .spectable {
          padding: 20px 0;
          border-bottom: 2px solid #fff;
          margin-bottom: 20px;
          font-size: 1.8rem; }
          #godzilla-1 .spec > div .textarea .spectable dl {
            display: flex;
            flex-direction: row;
            border-bottom: 1px dotted #fff;
            padding: 8px 0; }
            #godzilla-1 .spec > div .textarea .spectable dl dt {
              width: 40%; }
              @media (max-width: 480px) {
                #godzilla-1 .spec > div .textarea .spectable dl dt {
                  width: 50%; } }
            #godzilla-1 .spec > div .textarea .spectable dl dd {
              width: 30%; }
          #godzilla-1 .spec > div .textarea .spectable p {
            margin-top: 8px; }
        #godzilla-1 .spec > div .textarea .tasting-comment h3 {
          font-size: 2.0rem;
          font-weight: bold;
          margin-bottom: 1em; }
        #godzilla-1 .spec > div .textarea .tasting-comment dl {
          font-size: 1.6rem;
          margin-bottom: 1em; }
          #godzilla-1 .spec > div .textarea .tasting-comment dl dt {
            font-weight: bold;
            /*border-bottom: 1px solid #ccc;*/
            margin-bottom: 0.5em; }
    #godzilla-1 .spec .cart-btn {
      width: 300px;
      height: 40px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      background-color: #fe651a; }
      #godzilla-1 .spec .cart-btn a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        font-size: 2.0rem;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        /*background-image: url(../images/items/icon_cart.png);*/
        background-repeat: no-repeat;
        background-position: 17px center;
        background-size: auto 25px;
        pointer-events: none; }
    #godzilla-1 .spec .cart-btn.close {
      line-height: 56px;
      text-align: center;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 700;
      background-color: #c9c9c9; }
  #godzilla-1 .caution {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5em; }
    #godzilla-1 .caution .item-caution {
      font-size: 1.6rem;
      padding-top: 30px;
      padding-bottom: 30px;
      border-top: 1px solid #999;
      border-bottom: 1px solid #999;
      margin-bottom: 30px; }
    #godzilla-1 .caution .remarks {
      margin: 0 0 30px 0; }
      #godzilla-1 .caution .remarks p {
        text-align: right; }
