#fadein_white {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 900;
  opacity: 0;
  transition: opacity 2s;
  pointer-events: none; }
  .sp #fadein_white {
    display: none; }
  .scene01 #fadein_white {
    opacity: 1; }
  .scene02 #fadein_white {
    opacity: 0; }
  .scene03 #fadein_white {
    z-index: 500;
    opacity: 1; }
  .scene03_2 #fadein_white {
    opacity: 0; }

#fadein_black {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 500;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none; }
  .sp #fadein_black {
    display: none; }
  .scene01 #fadein_black {
    opacity: 1; }
  .scene02 #fadein_black {
    opacity: 0; }

#bg_slide {
  position: fixed;
  background: url(../../images/bg_slide04.jpg) no-repeat;
  background-size: cover;
  height: 80vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1; }
  .sp #bg_slide {
    display: none; }
  #bg_slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10; }

#spview {
  display: none;
  margin-top: 70px; }
  .sp #spview {
    display: block; }
  #spview img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto; }

#leftside {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 50%;
  z-index: 800;
  overflow: hidden;
  pointer-events: none; }
  .sp #leftside {
    display: none; }
  .scene04_4 #leftside {
    z-index: 1; }
  #leftside .bg {
    opacity: 0;
    position: absolute;
    left: 50vw;
    top: 0;
    width: 50vw;
    height: 80%;
    pointer-events: none;
    transition: 1.2s cubic-bezier(0, 0.55, 0.45, 1); }
    #leftside .bg.scene02 {
      background: url(../../images/scene02_bg.jpg) no-repeat center;
      background-size: cover;
      z-index: 1; }
      .scene02_3 #leftside .bg.scene02 {
        left: 0;
        opacity: 1; }
    #leftside .bg.scene03 {
      background: url(../../images/scene03_bg.jpg) no-repeat center;
      background-size: cover;
      z-index: 2; }
      .scene03_3 #leftside .bg.scene03 {
        left: 0;
        opacity: 1; }
    #leftside .bg.scene04 {
      background: url(../../images/scene04_bg.jpg) no-repeat center;
      background-size: cover;
      z-index: 3; }
      .scene04_3 #leftside .bg.scene04 {
        left: 0;
        opacity: 1; }
  #leftside .scene01_img img {
    display: block;
    position: fixed;
    right: calc(52% + 250px);
    bottom: 60px;
    transition: 1s opacity;
    max-height: 50vh;
    width: auto;
    z-index: 10; }
    .tablet #leftside .scene01_img img {
      right: calc(48% + 220px);
      max-height: 40vh; }
    .scene01 #leftside .scene01_img img {
      opacity: 0; }
  #leftside .scene02_img img {
    opacity: 0;
    display: block;
    position: fixed;
    right: calc(52% + 220px);
    max-height: 30vh;
    bottom: 60px;
    transition: 1s opacity;
    z-index: 10; }
    .tablet #leftside .scene02_img img {
      right: calc(48% + 200px);
      max-height: 20vh; }
    .scene02_2 #leftside .scene02_img img {
      opacity: 1; }
    .scene03 #leftside .scene02_img img {
      opacity: 0; }
  #leftside .scene03_img img {
    display: block;
    position: fixed;
    right: calc(52% + 250px);
    bottom: 80px;
    opacity: 0;
    transition: 1s opacity;
    max-height: 40vh;
    width: auto;
    z-index: 10; }
    .tablet #leftside .scene03_img img {
      right: calc(48% + 220px);
      max-height: 30vh; }
    .scene03_3 #leftside .scene03_img img {
      opacity: 1; }
    .scene04_3 #leftside .scene03_img img {
      opacity: 0; }
  #leftside .scene04_img img {
    display: block;
    position: fixed;
    right: calc(52% + 250px);
    bottom: 80px;
    opacity: 0;
    transition: opacity 1s;
    max-height: 65vh;
    width: auto;
    z-index: 10; }
    .tablet #leftside .scene04_img img {
      right: calc(48% + 220px);
      max-height: 60vh; }
    .scene04_3 #leftside .scene04_img img {
      opacity: 1; }

#nagayao img {
  position: fixed;
  right: 52%;
  bottom: 100px;
  z-index: 1000;
  max-height: 70vh;
  width: auto; }
  .tablet #nagayao img {
    max-height: 60vh;
    right: 48%; }
  .sp #nagayao img {
    display: none; }
  .scene04_4 #nagayao img {
    z-index: 1; }

#top_block > div {
  padding-left: 50%; }
  .sp #top_block > div {
    padding-left: 0; }
#top_block .scene01 {
  padding-bottom: 0vh; }
  .sp #top_block .scene01 {
    position: relative;
    padding-bottom: 0;
    background: url(../../images/bg_slide01.jpg) center no-repeat;
    background-size: cover; }
    .sp #top_block .scene01::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 0; }
  #top_block .scene01 .tx {
    height: calc(80vh - 150px);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 20px 50px 50px; }
    .tablet #top_block .scene01 .tx {
      height: calc(80vh - 70px); }
    .sp #top_block .scene01 .tx {
      position: relative;
      z-index: 1;
      height: auto;
      display: block;
      padding: 20px 20px 10px 20px; }
  #top_block .scene01 p {
    color: #fff;
    font-size: clamp(1.5rem, 2.00864rem + -2.39362vw, 0.09375rem);
    line-height: 1.3;
    font-weight: normal; }
  #top_block .scene01 .title {
    font-family: 'Cinzel', serif;
    margin-bottom: 20px;
    font-size: clamp(2.875rem, 3.88098rem + -4.73404vw, 0.09375rem);
    line-height: 1.3;
    font-weight: normal; }
    .tablet #top_block .scene01 .title {
      font-size: clamp(2.375rem, 3.20239rem + -3.89362vw, 0.0875rem);
      line-height: 1.3;
      font-weight: normal; }
    .sp #top_block .scene01 .title {
      font-size: clamp(1.875rem, 2.52154rem + -3.04255vw, 0.0875rem);
      line-height: 1.3;
      font-weight: normal; }
  #top_block .scene01 .spimg {
    display: none; }
    .sp #top_block .scene01 .spimg {
      display: block;
      text-align: right;
      margin-top: 20px; }
      .sp #top_block .scene01 .spimg img {
        width: 200px; }
#top_block .scene02 {
  background: transparent;
  color: #fff; }
  .sp #top_block .scene02 {
    background: #000; }
  .scene02 #top_block .scene02 {
    background: #000;
    opacity: 1; }
  #top_block .scene02 .tx {
    padding: 100vh 20px 30vh 50px; }
    .sp #top_block .scene02 .tx {
      padding: 0 20px 60px; }
  #top_block .scene02 p {
    font-size: clamp(1.625rem, 2.17886rem + -2.60638vw, 0.09375rem);
    line-height: 1.3;
    font-weight: normal;
    margin-top: 50px; }
    .sp #top_block .scene02 p {
      margin-top: 30px;
      font-size: clamp(1.25rem, 1.67048rem + -1.97872vw, 0.0875rem);
      line-height: 1.3;
      font-weight: normal; }
  #top_block .scene02 .title {
    font-family: 'Cinzel', serif;
    font-size: clamp(3.125rem, 4.22141rem + -5.15957vw, 0.09375rem);
    line-height: 1.3;
    font-weight: normal;
    margin-top: 0px; }
    .sp #top_block .scene02 .title {
      margin-top: 0px;
      padding-top: 0;
      font-size: clamp(1.875rem, 2.52154rem + -3.04255vw, 0.0875rem);
      line-height: 1.3;
      font-weight: normal; }
  #top_block .scene02 .spimg {
    display: none; }
    .sp #top_block .scene02 .spimg {
      display: block; }
      .sp #top_block .scene02 .spimg img {
        width: 100%; }
#top_block .scene03 {
  padding-top: 50vh;
  background: #000;
  padding-bottom: 30vh;
  color: #fff; }
  .sp #top_block .scene03 {
    padding: 0 0 60px; }
  #top_block .scene03 .tx {
    padding-left: 50px;
    padding-right: 30px; }
    .sp #top_block .scene03 .tx {
      padding: 0 20px 0px; }
  #top_block .scene03 p {
    font-size: clamp(1.625rem, 2.17886rem + -2.60638vw, 0.09375rem);
    line-height: 1.3;
    font-weight: normal;
    margin-top: 30px; }
    .sp #top_block .scene03 p {
      margin-top: 30px;
      font-size: clamp(1.25rem, 1.67274rem + -1.98936vw, 0.08125rem);
      line-height: 1.3;
      font-weight: normal; }
    #top_block .scene03 p a {
      color: #fff;
      text-decoration: underline;
      transition: opacity 0.2s, background 0.2s;
      cursor: pointer; }
      #top_block .scene03 p a:hover {
        opacity: 0.7; }
  #top_block .scene03 .title {
    font-family: 'Cinzel', serif;
    font-size: clamp(3.125rem, 4.22141rem + -5.15957vw, 0.09375rem);
    line-height: 1.3;
    font-weight: normal;
    margin-top: 0px; }
    .sp #top_block .scene03 .title {
      margin-top: 0px;
      font-size: clamp(1.875rem, 2.52154rem + -3.04255vw, 0.0875rem);
      line-height: 1.3;
      font-weight: normal; }
    #top_block .scene03 .title + p {
      margin-top: 50px; }
  #top_block .scene03 .spimg {
    display: none; }
    .sp #top_block .scene03 .spimg {
      display: block; }
      .sp #top_block .scene03 .spimg img {
        width: 100%; }
#top_block .scene04 {
  padding-top: 50vh;
  background: #000;
  display: block;
  padding-bottom: 600px;
  color: #fff; }
  .sp #top_block .scene04 {
    padding: 0;
    background: #000; }
  #top_block .scene04 .tx {
    padding-left: 50px; }
    .sp #top_block .scene04 .tx {
      padding: 0 20px 60px; }
    #top_block .scene04 .tx dl {
      display: flex;
      flex-wrap: wrap;
      margin-top: 40px;
      gap: 30px 20px;
      font-size: clamp(1.625rem, 2.19016rem + -2.65957vw, 0.0625rem);
      line-height: 1.3;
      font-weight: normal; }
      .sp #top_block .scene04 .tx dl {
        gap: 20px 0;
        font-size: clamp(1.125rem, 1.50931rem + -1.80851vw, 0.0625rem);
        line-height: 1.3;
        font-weight: normal; }
      #top_block .scene04 .tx dl dt {
        width: 40%;
        margin: 0; }
      #top_block .scene04 .tx dl dd {
        width: calc(60% - 20px);
        margin: 0; }
  #top_block .scene04 .title {
    font-family: 'Cinzel', serif;
    font-size: clamp(3.125rem, 4.22141rem + -5.15957vw, 0.09375rem);
    line-height: 1.3;
    font-weight: normal;
    margin-top: 0px; }
    .sp #top_block .scene04 .title {
      margin-top: 30px;
      padding-top: 0;
      font-size: clamp(1.875rem, 2.52154rem + -3.04255vw, 0.0875rem);
      line-height: 1.3;
      font-weight: normal; }
  #top_block .scene04 .spimg {
    display: none; }
    .sp #top_block .scene04 .spimg {
      display: block; }
      .sp #top_block .scene04 .spimg img {
        width: 100%; }

#top_second {
  position: relative;
  z-index: 1010;
  background: #fff;
  padding: 60px 0; }
  #top_second h2 {
    font-family: 'Cinzel', serif;
    font-size: clamp(3.75rem, 5.07247rem + -6.2234vw, 0.09375rem);
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
    text-align: center;
    font-weight: normal; }
    .sp #top_second h2 {
      font-size: clamp(2.5rem, 3.37035rem + -4.09574vw, 0.09375rem);
      line-height: 1.3;
      font-weight: normal; }
  #top_second * + h2 {
    margin-top: 80px; }
  #top_second .comment_area {
    margin-top: 60px;
    background: #000; }
    #top_second .comment_area > a {
      position: relative;
      display: block;
      min-height: 400px;
      padding: 20px; }
      .pc #top_second .comment_area > a {
        min-height: auto; }
      #top_second .comment_area > a:hover > div.img::after {
        transform: scale(1.2); }
      #top_second .comment_area > a > div.img {
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden; }
        .pc #top_second .comment_area > a > div.img {
          display: none; }
        #top_second .comment_area > a > div.img::before {
          content: "";
          position: absolute;
          width: 10%;
          height: 100%;
          right: 0;
          top: 0;
          z-index: 1;
          background: linear-gradient(to right, transparent 0%, black 100%); }
        #top_second .comment_area > a > div.img::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 0;
          transition: 1s;
          overflow: hidden; }
        #top_second .comment_area > a > div.img.area01::after {
          background: url(../../images/comments01.jpg) no-repeat right center;
          background-size: cover; }
        #top_second .comment_area > a > div.img.area02::after {
          background: url(../../images/comments02.jpg) no-repeat right center;
          background-size: cover; }
        #top_second .comment_area > a > div.img.area03::after {
          background: url(../../images/comments03.jpg) no-repeat right center;
          background-size: cover; }
      #top_second .comment_area > a > div.tx {
        position: relative;
        z-index: 10;
        border: 1px solid #fff;
        min-height: 360px;
        color: #fff;
        padding: 20px;
        padding-left: calc(50% + 100px); }
        .pc #top_second .comment_area > a > div.tx {
          min-height: auto;
          padding: 20px; }
        #top_second .comment_area > a > div.tx .title {
          font-size: clamp(3.75rem, 5.08378rem + -6.2766vw, 0.0625rem);
          line-height: 1.3;
          font-weight: normal;
          text-align: right; }
          .pc #top_second .comment_area > a > div.tx .title {
            text-align: center; }
          .sp #top_second .comment_area > a > div.tx .title {
            font-size: clamp(2.25rem, 3.04122rem + -3.7234vw, 0.0625rem);
            line-height: 1.3;
            font-weight: normal; }
        #top_second .comment_area > a > div.tx p.subtitle {
          font-size: clamp(1.875rem, 2.51928rem + -3.03191vw, 0.09375rem);
          line-height: 1.3;
          font-weight: normal;
          text-align: right;
          margin-top: 0px; }
          .pc #top_second .comment_area > a > div.tx p.subtitle {
            text-align: center; }
          .sp #top_second .comment_area > a > div.tx p.subtitle {
            margin-top: 10px;
            font-size: clamp(1.375rem, 1.83843rem + -2.18085vw, 0.09375rem);
            line-height: 1.3;
            font-weight: normal; }
        #top_second .comment_area > a > div.tx p.btn {
          margin-top: 15px;
          display: inline-block;
          padding: 4px 10px;
          border: 1px solid #fff; }
        #top_second .comment_area > a > div.tx .sp_img {
          display: none;
          text-align: center; }
          .pc #top_second .comment_area > a > div.tx .sp_img {
            display: block; }
          #top_second .comment_area > a > div.tx .sp_img img {
            max-width: 100%;
            height: auto; }
        #top_second .comment_area > a > div.tx p {
          font-size: clamp(1.25rem, 1.66822rem + -1.96809vw, 0.09375rem);
          line-height: 1.3;
          font-weight: normal;
          margin-top: 40px; }
          .sp #top_second .comment_area > a > div.tx p {
            margin-top: 30px; }
      #top_second .comment_area > a:nth-of-type(2n) > div.img {
        left: auto;
        right: 0; }
        #top_second .comment_area > a:nth-of-type(2n) > div.img::before {
          content: "";
          position: absolute;
          width: 10%;
          height: 100%;
          right: auto;
          left: 0;
          top: 0;
          z-index: 1;
          background: linear-gradient(to left, transparent 0%, black 100%); }
        #top_second .comment_area > a:nth-of-type(2n) > div.img::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          left: auto;
          right: 0;
          top: 0;
          z-index: 0; }
      #top_second .comment_area > a:nth-of-type(2n) > div.tx {
        padding-left: 20px;
        padding-right: calc(50% + 100px); }
        .pc #top_second .comment_area > a:nth-of-type(2n) > div.tx {
          padding: 20px; }
        #top_second .comment_area > a:nth-of-type(2n) > div.tx .title {
          text-align: left; }
          .pc #top_second .comment_area > a:nth-of-type(2n) > div.tx .title {
            text-align: center; }
        #top_second .comment_area > a:nth-of-type(2n) > div.tx p.subtitle {
          text-align: left; }
          .pc #top_second .comment_area > a:nth-of-type(2n) > div.tx p.subtitle {
            text-align: center; }
  #top_second .slide_area {
    display: flex;
    margin-top: 60px;
    padding-bottom: 100px; }
    #top_second .slide_area > .item {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      #top_second .slide_area > .item ul {
        height: 550px;
        width: 100%; }
        #top_second .slide_area > .item ul li {
          overflow: hidden; }
        #top_second .slide_area > .item ul a img {
          height: 550px;
          width: 100%;
          object-fit: cover;
          object-position: 50% 50%;
          transition: 1s; }
        #top_second .slide_area > .item ul a:hover img {
          transform: scale(1.1); }
        #top_second .slide_area > .item ul button {
          position: absolute;
          display: block;
          width: 60px;
          height: 60px;
          bottom: 0px;
          background: #000;
          border-left: 1px solid #fff;
          border-top: 1px solid #fff;
          cursor: pointer;
          z-index: 100;
          text-indent: -9999px; }
          #top_second .slide_area > .item ul button::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 8px 16px;
            border-color: transparent transparent transparent #fff;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          #top_second .slide_area > .item ul button.slick-prev {
            right: 60px; }
            #top_second .slide_area > .item ul button.slick-prev::after {
              border-color: transparent #fff transparent transparent;
              border-width: 8px  16px 8px 0; }
          #top_second .slide_area > .item ul button.slick-next {
            right: 0px; }
      #top_second .slide_area > .item .pager {
        display: flex; }
        #top_second .slide_area > .item .pager > a {
          position: relative;
          display: block;
          width: 100px;
          height: 100px;
          background: #000;
          border-left: 1px solid #fff;
          border-top: 1px solid #fff; }
          #top_second .slide_area > .item .pager > a::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 0 10px 17.3px;
            border-color: transparent transparent transparent #fff;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          #top_second .slide_area > .item .pager > a.prev::after {
            border-color: transparent #fff transparent transparent;
            border-width: 10px  17.3px 10px 0; }
  #top_second .top_awards {
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: auto;
    padding: 40px 20px 80px; }
    #top_second .top_awards h3 {
      font-family: 'Cinzel', serif;
      margin: 0px 0px 30px;
      font-size: clamp(1.25rem, 0.75266rem + 2.34043vw, 2.625rem);
      line-height: 1.3;
      font-weight: normal;
      font-weight: normal;
      text-align: center; }
    #top_second .top_awards * + h3 {
      margin-top: 50px; }
    #top_second .top_awards .image img {
      max-width: 100%; }
    #top_second .top_awards .image.center {
      text-align: center; }
    #top_second .top_awards .text p {
      font-size: clamp(0.875rem, 0.73936rem + 0.6383vw, 1.25rem);
      line-height: 1.5;
      font-weight: normal; }
    #top_second .top_awards * + .text {
      margin-top: 30px; }
    #top_second .top_awards .imagebox {
      display: table;
      width: 100%;
      table-layout: fixed; }
      #top_second .top_awards .imagebox > * {
        display: table-cell;
        height: 100%;
        text-align: left;
        vertical-align: top; }
      .sp #top_second .top_awards .imagebox.spcol1 {
        display: block; }
        .sp #top_second .top_awards .imagebox.spcol1 > * {
          display: block;
          width: auto !important; }
          .sp #top_second .top_awards .imagebox.spcol1 > * + * {
            padding-top: 20px;
            padding-left: 0px !important;
            padding-right: 0px !important; }
      #top_second .top_awards .imagebox > * {
        margin-top: 0px !important; }
        #top_second .top_awards .imagebox > * + * {
          padding-left: 20px; }
      #top_second .top_awards .imagebox > .image {
        text-align: center; }
      #top_second .top_awards .imagebox > .text {
        min-width: 50%; }
  #top_second .link_area {
    height: 400px;
    width: 100%;
    margin-top: 120px; }
    .sp #top_second .link_area {
      margin-top: 0; }
    #top_second .link_area a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 400px;
      width: 100%;
      z-index: 10;
      font-family: 'Cinzel', serif;
      font-size: clamp(3.75rem, 5.07247rem + -6.2234vw, 0.09375rem);
      line-height: 1.3;
      font-weight: normal;
      color: #fff;
      overflow: hidden; }
      .sp #top_second .link_area a {
        font-size: clamp(2.5rem, 3.37035rem + -4.09574vw, 0.09375rem);
        line-height: 1.3;
        font-weight: normal; }
      #top_second .link_area a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: -1; }
      #top_second .link_area a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../../images/link.jpg) no-repeat center;
        background-size: cover;
        z-index: -2;
        transition: 1s; }
      #top_second .link_area a:hover::after {
        transform: scale(1.1); }
  #top_second .bg_brewing {
    padding-top: 160px;
    background: url(../../images/bg_brewing.png) repeat-x center top;
    background-size: 100% auto; }
  #top_second .brewing_area {
    margin-top: 60px; }
    .sp #top_second .brewing_area {
      margin-top: 30px; }
    #top_second .brewing_area > div {
      position: relative;
      width: 100%;
      max-width: 1320px;
      margin: auto;
      padding: 0px 20px;
      display: flex;
      gap: 20px; }
      .sp #top_second .brewing_area > div {
        padding: 0px 10px; }
      .sp #top_second .brewing_area > div {
        gap: 10px; }
      #top_second .brewing_area > div > a {
        display: block;
        width: calc((100% - 40px) / 3);
        color: #000; }
        .sp #top_second .brewing_area > div > a {
          width: calc((100% - 20px) / 3); }
        #top_second .brewing_area > div > a .img {
          aspect-ratio: 534 / 400;
          overflow: hidden; }
        #top_second .brewing_area > div > a img {
          width: 100%;
          height: auto;
          object-fit: cover;
          object-position: 50% 50%;
          transition: 1s; }
        #top_second .brewing_area > div > a:hover img {
          transform: scale(1.1); }
        #top_second .brewing_area > div > a span {
          display: block;
          text-align: center;
          margin-top: 5px;
          font-size: clamp(1.625rem, 2.17886rem + -2.60638vw, 0.09375rem);
          line-height: 1.3;
          font-weight: normal; }
          .sp #top_second .brewing_area > div > a span {
            font-size: clamp(1.25rem, 1.66822rem + -1.96809vw, 0.09375rem);
            line-height: 1.3;
            font-weight: normal; }
  #top_second .logolist {
    margin-top: 40px; }
    #top_second .logolist > div {
      position: relative;
      width: 100%;
      max-width: 1320px;
      margin: auto;
      padding: 0px 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 50px 50px; }
      .sp #top_second .logolist > div {
        padding: 0px 10px; }
      .sp #top_second .logolist > div {
        gap: 30px 20px; }
      #top_second .logolist > div .image {
        width: calc((100% - 150px) / 4);
        text-align: center; }
        .sp #top_second .logolist > div .image {
          width: calc((100% - 20px) / 2); }
        #top_second .logolist > div .image a {
          transition: opacity 0.2s, background 0.2s;
          cursor: pointer; }
          #top_second .logolist > div .image a:hover {
            opacity: 0.7; }
          #top_second .logolist > div .image a img {
            max-width: 100%; }
        #top_second .logolist > div .image span {
          display: block; }

.news_top {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding: 0px 20px; }
  .sp .news_top {
    padding: 0px 10px; }
  .news_top .news_area {
    margin-top: 40px; }
  .news_top .more {
    text-align: center;
    margin-top: 30px;
    font-size: clamp(1.5rem, 2.01316rem + -2.41489vw, 0.08125rem);
    line-height: 1.3;
    font-weight: normal; }
    .news_top .more a {
      transition: opacity 0.2s, background 0.2s;
      cursor: pointer; }
      .news_top .more a:hover {
        opacity: 0.7; }

.popup, .popup_item {
  position: relative;
  opacity: 0;
  transform: translateY(40px); }
  .popup.view, .popup_item.view {
    transition: opacity .9s, transform .9s;
    opacity: 1;
    transform: translateY(0); }
  .popup.top, .popup_item.top {
    position: relative;
    top: 50px;
    transform: translateY(0px); }
    .popup.top.view, .popup_item.top.view {
      opacity: 1;
      top: 0; }
