@charset "UTF-8";
.header_box h1 a:before {
  opacity: 0; }
.header_box h1 a:after {
  opacity: 1; }

.toggle {
  color: #fff; }
  .toggle p:before {
    background-color: #fff; }
  .toggle p:after {
    background-color: #fff; }

header.add h1 a:before {
  opacity: 1; }
header.add h1 a:after {
  opacity: 0; }
header.add .toggle {
  color: #000; }
  header.add .toggle p:before, header.add .toggle p:after {
    background-color: #000; }

section {
  padding: 0 !important; }

@media (max-width: 768px) {
  body {
    /*    background: url("../images/index/slide_bg.webp") center center no-repeat;
        background-size:3984px 2000px;
        background-attachment: fixed;*/ } }
/*max-width:768px*/
/*max-width:768px*/
/*********************************************************/
.main_visual {
  position: relative;
  background-color: #030304;
  /*左右のアニメーション*/
  /*左右のアニメーション*/ }
  .main_visual h1 {
    width: calc(100% - 200px);
    position: absolute;
    top: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    margin: 0 0 0 auto;
    display: block;
    color: #F7F8F8;
    font: 7.0rem/0.9em 'proxima-nova', sans-serif;
    font-weight: 400;
    padding: 0 20px 0;
    z-index: 5;
    text-align: right; }
    .main_visual h1 small {
      position: relative;
      margin: 0 0 0 auto;
      display: block;
      width: fit-content;
      font: 2rem/1.0em  'Inter Tight', sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      padding: 10px 0 0; }
  .main_visual .slide-in {
    overflow: hidden;
    display: inline-block; }
  .main_visual .slide-in_inner {
    display: inline-block; }
  .main_visual .leftAnime {
    opacity: 0;
    /*事前に透過0にして消しておく*/ }
  .main_visual .slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 0.8s;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
    opacity: 0; }
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
  .main_visual .slideAnimeRightLeft {
    animation-name: slideTextX-100;
    animation-duration: 0.8s;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
    opacity: 0; }
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
  .main_visual .leftAnime2 {
    opacity: 0;
    /*事前に透過0にして消しておく*/ }
  .main_visual .slideAnimeLeftRight2 {
    animation-name: slideTextX1002;
    animation-duration: 0.8s;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
    opacity: 0; }
@keyframes slideTextX1002 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
  .main_visual .slideAnimeRightLeft2 {
    animation-name: slideTextX-1002;
    animation-duration: 0.8s;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
    opacity: 0; }
@keyframes slideTextX-1002 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0; }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1; } }
.mv {
  overflow: hidden;
  width: 100%;
  height: 900px;
  position: relative; }
  .mv video {
    object-fit: cover;
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0; }
  .mv.sp {
    display: none; }

@media (max-width: 1280px) {
  .main_visual h1 {
    width: calc(100% - 100px); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .main_visual h1 {
    width: calc(100% - 80px);
    top: 250px;
    left: 50%;
    padding: 0 0 0; }

  .mv {
    overflow: hidden;
    width: 100%;
    height: 675px;
    position: relative; }
    .mv video {
      object-fit: cover;
      position: absolute;
      width: auto;
      height: 675px;
      top: auto;
      bottom: 0;
      right: 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .main_visual h1 {
    width: calc(100% - 40px);
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    margin: 0 0 0 auto;
    display: block;
    color: #F7F8F8;
    font: 5rem/0.9em 'proxima-nova', sans-serif;
    font-weight: 400;
    padding: 0 0 0;
    z-index: 5;
    text-align: right; }
    .main_visual h1 small {
      display: block;
      font: 2.0rem/1.0em  'Inter Tight', sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      padding: 10px 0 0; }

  .mv {
    width: 100%; }
    .mv video {
      margin: 0 0 0 -10%; } }
/*max-width:480px*/
@media (max-width: 480px) {
  .main_visual h1 {
    width: calc(100% - 40px);
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    margin: 0 0 0 auto;
    font: 3.8rem/0.9em 'proxima-nova', sans-serif;
    font-weight: 400; }

  .mv {
    width: 100%;
    aspect-ratio: 375/667; }
    .mv video {
      margin: 0; }
    .mv.pc {
      display: none; }
    .mv.sp {
      display: block; } }
/*max-width:480px*/
/*********************************************************/
.message {
  transition: 1.0s;
  padding: 150px 0 200px;
  background-size: 800px 1293px;
  background-color: #030304;
  color: #F7F8F8;
  overflow: hidden;
  position: relative;
  top: 0;
  /*  &.fade_out{
      opacity: 0;
    }*/ }
  .message > div {
    opacity: 0;
    transition: 1.0s;
    top: -100%; }
  .message.fade_on > div {
    opacity: 1; }
  .message h2 {
    letter-spacing: 0.1em;
    font: 4.3rem/1.0em  'Inter Tight', sans-serif;
    font-weight: 500;
    margin: 0 0 60px;
    opacity: 0;
    transition: 1s; }
    .message h2 br {
      display: none; }
    .message h2.is-active {
      opacity: 1; }
  .message img {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 700px; }
    .message img.is-active {
      animation-name: about;
      animation-duration: 1s;
      animation-delay: 1.0s;
      animation-fill-mode: forwards; }
  .message strong {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../images/index/hibon.png") center center no-repeat;
    background-size: contain;
    width: 713px;
    height: auto;
    aspect-ratio: 713/358;
    margin: 0 0 70px;
    opacity: 0;
    transition: 1s; }
    .message strong.is-active {
      opacity: 1; }
  .message p {
    color: #C9CACA;
    font: 2.6rem/2.4em  'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    opacity: 0;
    transition: 1s; }
    .message p.is-active {
      opacity: 1; }

@keyframes about {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.message_box {
  position: relative;
  z-index: 1;
  max-width: 1640px;
  width: 100%;
  padding: 0 0 0 10%;
  margin: 50px auto 0; }

@media (max-width: 1280px) {
  .message h2 {
    letter-spacing: 0.1em;
    margin: 0 0 60px; }
    .message h2 br {
      display: block; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .message {
    padding: 150px 0 400px; }
    .message img {
      right: -100px;
      bottom: 0;
      width: 600px;
      /*position: relative;
      bottom: auto;
      display: block;
      max-width: 600px;
      margin: 0 -100px 0 auto;  */ }
    .message strong {
      display: block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background: url("../images/index/hibon.png") center center no-repeat;
      background-size: contain;
      width: 640px;
      height: auto;
      aspect-ratio: 713/358;
      margin: 0 0 70px; }
    .message p {
      font: 2.6rem/2.4em  'Noto Sans JP', sans-serif;
      font-weight: 700; }

  .message_box {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 0;
    width: calc(100% - 80px);
    margin: 0 auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .message {
    padding: 100px 0 0; }
    .message h2 {
      font: 4.0rem/1.2em  'Inter Tight', sans-serif;
      font-weight: 500;
      margin: 0 0 60px; }
    .message img {
      position: relative;
      right: -100px;
      bottom: 0;
      max-width: 600px;
      width: calc(100% - 100px);
      margin: -25% auto 0 auto;
      display: block;
      right: auto;
      bottom: auto; }
      .message img.is-active {
        animation-name: about;
        animation-duration: 1s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards; }
    .message strong {
      max-width: 480px;
      width: 100%;
      height: auto;
      aspect-ratio: 713/358;
      margin: 0 0 50px; }
    .message p {
      font: 2.3rem/2.4em  'Noto Sans JP', sans-serif;
      font-weight: 700; }

  .message_box {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .message {
    padding: 90px 0 0; }
    .message h2 {
      font: 2.7rem/1.2em  'Inter Tight', sans-serif;
      font-weight: 500;
      margin: 0 0 30px; }
    .message strong {
      background: url("../images/index/hibon-sp.png") center center no-repeat;
      background-size: contain;
      max-width: 480px;
      width: 95%;
      height: auto;
      aspect-ratio: 300/242;
      margin: 0 0 30px; }
    .message p {
      font: 2.0rem/2.4em  'Noto Sans JP', sans-serif;
      font-weight: 700;
      letter-spacing: 0.03em; }
    .message img {
      margin: -20% auto 0;
      width: 80%; }

  .message_box {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 auto; } }
/*max-width:480px*/
/**************************************************/
.area {
  padding: 230px 0 0; }
  .area .btn {
    transition: .3s;
    z-index: 10;
    margin: 0 auto;
    font: 3.0rem/1.0em  'Inter Tight', sans-serif;
    font-weight: 500;
    border: 2px solid #000000;
    border-radius: 50px;
    width: 400px;
    padding: 10px 0 10px 60px;
    display: block;
    text-align: left;
    letter-spacing: 0.15em;
    background: url("../images/common/icon-link.svg") center right 40px no-repeat;
    color: #fff;
    margin: 0 auto;
    background-color: #000; }
  .area .slide_link {
    width: 100%;
    margin: 0 auto; }

#slider {
  margin: 0 auto 50px; }
  #slider .slide {
    width: 330px !important;
    margin: 0 15px; }
    #slider .slide span {
      display: block;
      width: 100%;
      aspect-ratio: 1/1;
      position: relative; }
    #slider .slide img {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      overflow: hidden;
      object-fit: cover;
      position: absolute;
      width: 100%;
      height: 100%; }

@media (hover: hover) {
  .area .btn:hover {
    border: 2px solid #000;
    color: #000000;
    background: url("../images/common/icon-link-black.svg") center right 40px no-repeat;
    background-color: #fff; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  #slider {
    margin: 0 auto 50px; }
    #slider .slide {
      width: 300px !important;
      margin: 0 10px; }

  .area {
    padding: 50px 0 0; }
    .area .btn {
      font: 2.0rem/1.0em  'Inter Tight', sans-serif;
      font-weight: 500;
      width: 220px;
      padding: 10px 0 9px 30px;
      background: url("../images/common/icon-link.svg") center right 20px no-repeat;
      background-size: 20px 20px;
      letter-spacing: 0.05em;
      background-color: #000; } }
@media (max-width: 768px) and (hover: hover) {
  .area .btn:hover {
    background: url("../images/common/icon-link-black.svg") center right 20px no-repeat;
    background-size: 26px 26px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .area {
    padding: 100px 0;
    background: url("../images/index/sp_slide_bg.jpg") center center repeat;
    background-size: 480px 640px;
    background-attachment: fixed; }

  #slider {
    margin: 0 auto 40px; }
    #slider .slide {
      width: 250px !important;
      margin: 0 10px; } }
/*max-width:480px*/
/**************************************************/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block; }

.slide-in_inner {
  display: inline-block; }

/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/ }

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextY100 {
  0% {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0; }
  20% {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0; }
  100% {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1; } }
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextY-100 {
  0% {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0; }
  20% {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0; }
  100% {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1; } }
.your-custom-class01 .slideAnimeDownUp {
  animation-name: slideText;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0; }
@keyframes slideText {
  0% {
    transform: translateY(0);
    /* 要素を上の枠外に移動*/
    opacity: 1; }
  20% {
    transform: translateY(10);
    /* 要素を上の枠外に移動*/
    opacity: 1; }
  100% {
    transform: translateY(100%);
    /* 要素を元の位置に移動*/
    opacity: 0; } }
.your-custom-class01 .slideAnimeUpDown {
  animation-name: slideTextY;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0; }
@keyframes slideTextY {
  0% {
    transform: translateY(0);
    /* 要素を下の枠外に移動*/
    opacity: 1; }
  20% {
    transform: translateY(0);
    /* 要素を下の枠外に移動*/
    opacity: 1; }
  100% {
    transform: translateY(-100%);
    /* 要素を元の位置に移動*/
    opacity: 0; } }
/**************************************************/
.slide-in02 {
  overflow: hidden;
  display: inline-block;
  opacity: 0; }

.slide-in_inner02 {
  display: inline-block;
  opacity: 0; }

/* 上下のアニメーション*/
.downAnime02 {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/ }

.your-custom-class .slideAnimeDownUp02 {
  animation-name: slideTextY200;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0; }
@keyframes slideTextY200 {
  0% {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0; }
  20% {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0; }
  100% {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1; } }
.your-custom-class .slideAnimeUpDown02 {
  animation-name: slideTextY-200;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0; }
@keyframes slideTextY-200 {
  0% {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0; }
  20% {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0; }
  100% {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1; } }
.remove .slideAnimeDownUp02 {
  animation-name: slideText02;
  animation-duration: 1.3s;
  animation-fill-mode: forwards; }
@keyframes slideText02 {
  0% {
    transform: translateY(0);
    /* 要素を上の枠外に移動*/
    opacity: 1; }
  20% {
    transform: translateY(10);
    /* 要素を上の枠外に移動*/
    opacity: 1; }
  100% {
    transform: translateY(100%);
    /* 要素を元の位置に移動*/
    opacity: 0; } }
.remove .slideAnimeUpDown02 {
  animation-name: slideTextY02;
  animation-duration: 1.3s;
  animation-fill-mode: forwards; }
@keyframes slideTextY02 {
  0% {
    transform: translateY(0);
    /* 要素を下の枠外に移動*/
    opacity: 1; }
  20% {
    transform: translateY(0);
    /* 要素を下の枠外に移動*/
    opacity: 1; }
  100% {
    transform: translateY(-100%);
    /* 要素を元の位置に移動*/
    opacity: 0; } }
/**************************************************/
.content_all {
  padding: 0 0 200px;
  background-color: #fff;
  transition: 1.0s; }

.content {
  padding: 00 0;
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .content.news_content {
    margin: -80px 0 0 0; }

.content02 {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.content_txt {
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 430px;
  padding: 200px 0 0 80px; }
  .content_txt.content_txt02 {
    padding: 0 0 0 80px; }
  .content_txt .sticky {
    transition: .1s;
    z-index: 5;
    left: 0;
    top: 400px; }
  .content_txt .sticky02 {
    transition: .1s;
    z-index: 5;
    left: 0;
    top: 400px; }
  .content_txt h2 {
    /*position: absolute;
    top: 0;
    left: 0;*/
    transition: .1s;
    font: 7rem/1.0em  'Inter Tight', sans-serif;
    font-weight: 500;
    width: 100%;
    height: fit-content; }
    .content_txt h2.none {
      opacity: 0; }
    .content_txt h2.active {
      color: red; }
  .content_txt .lide-in {
    top: 0;
    height: 395px; }

.content_box {
  width: calc(100% - 480px); }

.about_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: fit-content;
  padding: 200px 0 200px;
  margin: 0 0 0 auto; }
  .about_item .txt {
    width: 300px; }
  .about_item p {
    transition: .1s;
    height: fit-content;
    font: 3.0rem/2.2em  'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 80px; }
  .about_item .see_more {
    transition: .3s;
    height: fit-content; }
  .about_item .pic {
    width: calc(100% - 300px);
    max-width: 550px;
    margin: 0 0 0 auto; }
    .about_item .pic img {
      max-width: 450px;
      width: 100%; }

.news_box {
  max-width: 1080px;
  width: calc(100% - 40px);
  position: relative;
  padding: 0 0; }
  .news_box .see_more {
    margin: 70px 0 0 auto; }

.news_list {
  margin: 0;
  width: 100%; }
  .news_list .block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #DCDDDD; }
  .news_list time {
    font: 2.6rem/1.2em "Arial", Gadget, "sans-serif";
    font-weight: 700;
    width: 80px;
    text-align: center;
    margin: 0 80px 0 0; }
    .news_list time span {
      font: 2.0rem/1.0em "Arial", Gadget, "sans-serif";
      display: block;
      font-weight: 700;
      margin: 5px auto 0; }
  .news_list p {
    width: calc(100% - 460px);
    font: 1.6rem/1.8em  'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-ideograph; }
  .news_list .pic {
    margin: 0 0 0 40px;
    width: 260px;
    height: auto;
    aspect-ratio: 13/8;
    overflow: hidden;
    position: relative; }
    .news_list .pic img {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      position: absolute;
      width: 100%;
      object-fit: cover; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .content_all {
    padding: 150px 40px 200px;
    background-color: #fff; }

  .content {
    padding: 0 0;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    display: block; }
    .content.news_content {
      margin: 0 auto; }

  .content02 {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    display: block; }

  .content_txt {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0; }
    .content_txt.content_txt02 {
      padding: 0; }
    .content_txt .sticky,
    .content_txt .sticky02 {
      transition: .1s;
      position: relative;
      z-index: 5;
      left: auto;
      top: auto; }
    .content_txt h2 {
      transition: .1s;
      font: 10rem/1.0em  'Inter Tight', sans-serif;
      font-weight: 500;
      width: 100%;
      height: fit-content;
      width: 100%;
      text-align: left; }
      .content_txt h2.none {
        opacity: 0; }
    .content_txt .lide-in {
      top: 0;
      height: 395px; }

  .content_box {
    width: 100%; }

  .about_item {
    display: block;
    max-width: 1400px;
    margin: 0 auto 100px;
    height: fit-content;
    padding: 0; }
    .about_item .txt {
      width: 100%;
      margin: 0 0 50px; }
    .about_item p {
      transition: .1s;
      height: fit-content;
      font: 3.0rem/2.2em  'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 50px; }
    .about_item .see_more {
      transition: .3s;
      height: fit-content; }
    .about_item .pic {
      width: 100%;
      max-width: 450px;
      margin: 0 0 0 auto; }
      .about_item .pic img {
        max-width: 450px;
        width: 100%; }

  .news_box {
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0px 0 0;
    margin: 0 auto; }
    .news_box .see_more {
      margin: 70px 0 0 auto; }

  .news_list {
    margin: 0;
    width: 100%; }
    .news_list .block {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: center;
      padding: 15px 0;
      border-bottom: 1px solid #DCDDDD; }
    .news_list time {
      font: 2.6rem/1.2em "Arial", Gadget, "sans-serif";
      font-weight: 700;
      width: 80px;
      text-align: center;
      margin: 0 80px 0 0; }
      .news_list time span {
        font: 2.0rem/1.0em "Arial", Gadget, "sans-serif";
        display: block;
        font-weight: 700;
        margin: 5px auto 0; }
    .news_list p {
      width: calc(100% - 460px);
      font: 1.6rem/1.8em  'Noto Sans JP', sans-serif;
      font-weight: 500;
      text-align: justify;
      text-justify: inter-ideograph; }
    .news_list .pic {
      margin: 0 0 0 40px;
      width: 260px;
      height: auto;
      aspect-ratio: 13/8;
      overflow: hidden;
      position: relative; }
      .news_list .pic img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        position: absolute;
        width: 100%;
        object-fit: cover; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .content_all {
    padding: 100px 20px 200px;
    background-color: #fff; }
    .content_all h2 {
      transition: .1s;
      font: 8rem/1.0em  'Inter Tight', sans-serif;
      font-weight: 500;
      width: 100%;
      height: fit-content;
      width: 100%;
      text-align: left; }
      .content_all h2.none {
        opacity: 0; }

  .about_item {
    display: block;
    max-width: 1400px;
    margin: 0 auto 80px;
    height: fit-content;
    padding: 0; }
    .about_item .txt {
      width: 100%;
      margin: 0 0 50px; }
    .about_item p {
      transition: .1s;
      height: fit-content;
      font: 3.0rem/2.2em  'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 50px; }
    .about_item .see_more {
      transition: .3s;
      height: fit-content; }
    .about_item .pic {
      width: 100%;
      max-width: 450px;
      margin: 0 0 0 auto; }
      .about_item .pic img {
        max-width: 450px;
        width: 100%; }

  .news_box {
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0px 0 0;
    margin: 0 auto; }
    .news_box .see_more {
      margin: 70px 0 0 auto; }

  .news_list {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 0; }
    .news_list .block {
      padding: 20px 0; }
    .news_list time {
      width: 100%;
      display: block;
      margin: 0;
      max-width: 80px;
      margin: 0 10px 0 0; }
    .news_list p {
      width: calc(100% - 90px);
      padding: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .news_list .pic {
      overflow: hidden;
      margin: 15px 0 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .content_all {
    padding: 60px 20px 100px;
    background-color: #fff; }
    .content_all h2 {
      transition: .1s;
      font: 5rem/1.0em  'Inter Tight', sans-serif;
      font-weight: 500;
      width: 100%;
      height: fit-content;
      width: 100%;
      text-align: left; }
      .content_all h2.none {
        opacity: 0; }

  .about_item {
    display: block;
    max-width: 1400px;
    margin: 0 auto 80px;
    height: fit-content;
    padding: 0; }
    .about_item .txt {
      width: 100%;
      margin: 0 0 50px; }
    .about_item p {
      transition: .1s;
      height: fit-content;
      font: 2.5rem/1.5em  'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 20px 0 50px; }
    .about_item .see_more {
      transition: .3s;
      height: fit-content; }
    .about_item .pic {
      width: 100%;
      max-width: 450px;
      margin: 0 0 0 auto; }
      .about_item .pic img {
        max-width: 450px;
        width: 100%; }

  .news_box {
    max-width: 768px;
    width: 100%;
    position: relative;
    padding: 0px 0 0;
    margin: 0 auto; }
    .news_box .see_more {
      margin: 70px 0 0 auto; }

  .news_list {
    max-width: 1080px;
    margin: 0 auto 0; }
    .news_list p {
      font: 1.6rem/1.6em 'Noto Sans JP', sans-serif; }
    .news_list .pic {
      width: 240px;
      overflow: hidden; } }
/*max-width:480px*/
/**************************************************/
.see_more {
  width: 140px;
  font: 2.3rem/1.0em 'Inter Tight', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0 0 17px;
  display: block;
  position: relative; }
  .see_more:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000;
    display: block;
    transition: 0.3s; }
  .see_more:after {
    position: absolute;
    content: "";
    right: -2px;
    transform: rotate(45deg);
    bottom: 7px;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid #000;
    display: block;
    transition: 0.3s; }

@media (hover: hover) {
  .see_more:hover:before {
    width: calc(100% + 20px); }
  .see_more:hover:after {
    right: -22px; } }
@media (max-width: 480px) {
  .see_more {
    font: 2.2rem/1.0em 'Inter Tight', sans-serif;
    font-weight: 500; } }
/*max-width:480px*/
/**************************************************/
.online_shop {
  background: #000;
  height: 380px;
  background-color: #000;
  position: relative; }
  .online_shop .effect {
    transition: 1s;
    opacity: 0;
    background: url("../images/index/online_shop_bg.jpg") center center repeat-x; }
    .online_shop .effect.is-active {
      opacity: 1; }
  .online_shop .txt {
    min-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center; }
  .online_shop a {
    color: #000;
    font: 2.4rem/1.0em  'Inter Tight', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    width: 320px;
    padding: 10px 0 10px 60px;
    margin: 0 auto;
    display: block;
    text-align: left;
    background: url("../images/common/icon-link-black.svg") center right 35px no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: 26px 26px; }
  .online_shop p {
    color: #FFFFFF;
    font: 4.4rem/1.0em  'Inter Tight', sans-serif;
    font-weight: 500;
    margin: 0 auto 25px; }

@media (max-width: 480px) {
  .online_shop {
    height: 300px; }
    .online_shop .effect {
      height: 300px;
      transition: 1s;
      opacity: 0;
      background: url("../images/index/online_shop_bg.jpg") center center repeat-x;
      background-size: auto 100%; }
      .online_shop .effect.is-active {
        opacity: 1; }
    .online_shop .txt {
      min-height: 100%; }
    .online_shop a {
      font: 2.0rem/1.0em  'Inter Tight', sans-serif;
      font-weight: 500;
      width: 220px;
      padding: 10px 0 9px 30px;
      background: url("../images/common/icon-link-black.svg") center right 20px no-repeat #fff;
      background-size: 20px 20px;
      background-color: rgba(255, 255, 255, 0.7); }
    .online_shop p {
      font: 3.2rem/1.0em  'Inter Tight', sans-serif;
      font-weight: 500; } }
/*max-width:480px*/
