/* Scss Document */
/* Scss Document */
@keyframes cat1 {
  0% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes cat2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes cat3 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes cat4 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-image: url("../images/home/loading.jpg");
  background-size: cover;
  pointer-events: none;
  opacity: 0; }
  .loading .text {
    letter-spacing: .7rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    opacity: 0;
    width: 27vw;
    max-width: 90px;
    height: fit-content;
    font-size: 1.6rem;
    line-height: 2.5; }
    .loading .text span {
      display: block; }
  .loading .cat2 {
    width: fit-content;
    height: fit-content; }
  .loading .logo {
    width: 362px;
    height: 96px;
    opacity: 0; }
    .loading .logo .icon {
      background-image: url("../images/common/logo_head.png"); }
  .loading.active {
    opacity: 1;
    animation-name: cat3;
    animation-duration: 2s;
    animation-delay: 5s;
    animation-fill-mode: forwards; }
    .loading.active .text {
      opacity: 0;
      animation-name: cat1;
      animation-duration: 3s;
      animation-delay: .5s;
      animation-fill-mode: forwards; }
    .loading.active .logo {
      opacity: 0;
      animation-name: cat2;
      animation-duration: 1.5s;
      animation-fill-mode: forwards;
      animation-delay: 4s; }
  @media (min-width: 768px) {
    .loading .text {
      width: 90px; } }

.cuts {
  opacity: 0;
  transition: opacity .2s linear; }
  .cuts.slick-initialized {
    opacity: 1; }

section[key=mv] {
  background: linear-gradient(99deg, #F9C9A6 -1.01%, #FAE2A4 104.78%);
  padding: 40px 0 100px; }
  section[key=mv] .slideshow .cuts .slick-list {
    margin-bottom: 40px; }
  section[key=mv] .slideshow .cuts .slick-slide {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  section[key=mv] .slideshow .cuts .slick-dots {
    display: flex;
    grid-gap: 14px;
    justify-content: center; }
    section[key=mv] .slideshow .cuts .slick-dots li {
      width: 8px;
      height: 8px;
      background-color: rgba(35, 35, 35, 0.3);
      border-radius: 4px; }
      section[key=mv] .slideshow .cuts .slick-dots li button {
        background: none;
        font-size: 0; }
      section[key=mv] .slideshow .cuts .slick-dots li.slick-active {
        background-color: #232323; }
  section[key=mv] .slideshow .cuts .slick-arrow {
    background-color: none;
    background-color: transparent;
    background-image: url("../images/home/slidearrow.png");
    background-size: contain;
    width: 27px;
    height: 27px;
    font-size: 0;
    position: absolute;
    bottom: -7px; }
    section[key=mv] .slideshow .cuts .slick-arrow.slick-prev {
      left: calc(50% - 27px - 58px); }
    section[key=mv] .slideshow .cuts .slick-arrow.slick-next {
      transform: rotate(180deg);
      right: calc(50% - 27px - 58px); }
  section[key=mv] .slideshow .cuts .cut {
    background-color: #FCFBF8;
    border-radius: 12px;
    width: calc(100vw - 40px * 2);
    max-width: 1180px; }
    section[key=mv] .slideshow .cuts .cut > .a {
      text-decoration: none; }
      section[key=mv] .slideshow .cuts .cut > .a:hover .to_link .a {
        background: #DDD; }
    section[key=mv] .slideshow .cuts .cut .text, section[key=mv] .slideshow .cuts .cut .title {
      color: #333333; }
    section[key=mv] .slideshow .cuts .cut .to_link .a:hover {
      opacity: 1; }
    section[key=mv] .slideshow .cuts .cut[key=sss] .logo .icon {
      background-image: url("../images/common/logo_sss01.svg"); }
    section[key=mv] .slideshow .cuts .cut[key=sss] .img_box .icon {
      background-image: url("../images/home/thumb_sss.png"); }
    section[key=mv] .slideshow .cuts .cut[key=sou] .logo .icon {
      background-image: url("../images/common/logo_sou.svg"); }
    @media (min-width: 960px) {
      section[key=mv] .slideshow .cuts .cut[key=sou] .text_box .title {
        font-size: 2.15rem !important; } }
    section[key=mv] .slideshow .cuts .cut[key=sou] .text_box .title .sou {
      padding-right: .2em; }
    section[key=mv] .slideshow .cuts .cut[key=sou] .img_box .icon {
      background-image: url("../images/home/thumb_sou.png"); }
    section[key=mv] .slideshow .cuts .cut .inner {
      display: flex;
      flex-wrap: wrap;
      padding: 40px 30px 20px;
      position: relative;
      --gap: 40px;
      --imageWidth: 100%;
      --imageHeight: 220px;
      grid-gap: var(--gap); }
      section[key=mv] .slideshow .cuts .cut .inner .text_box {
        width: 100%; }
        section[key=mv] .slideshow .cuts .cut .inner .text_box .logo {
          width: 71px;
          height: 31px;
          margin-bottom: 20px; }
        section[key=mv] .slideshow .cuts .cut .inner .text_box .title {
          font-size: 1.5rem;
          margin-bottom: 10px;
          line-height: 1.2; }
        section[key=mv] .slideshow .cuts .cut .inner .text_box .text {
          margin-bottom: 30px; }
        section[key=mv] .slideshow .cuts .cut .inner .text_box .to_link .a {
          width: 156px;
          height: 46px; }
      section[key=mv] .slideshow .cuts .cut .inner .img_box {
        width: var(--imageWidth);
        height: var(--imageHeight);
        display: none; }
  @media (min-width: 960px) {
    section[key=mv] .slideshow .cuts .slick-slide {
      margin-right: 15px !important;
      margin-left: 15px !important; }
    section[key=mv] .slideshow .cuts .cut .inner {
      padding: 70px 40px 70px 50px;
      --gap: 40px;
      --imageWidth: 300px;
      --imageHeight: 250px;
      align-items: center; }
      section[key=mv] .slideshow .cuts .cut .inner .text_box {
        width: calc(100% - var(--imageWidth) - var(--gap)); }
        section[key=mv] .slideshow .cuts .cut .inner .text_box .title {
          font-size: var(--fontsize_xl); }
      section[key=mv] .slideshow .cuts .cut .inner .img_box {
        display: block; } }
  @media (min-width: 1280px) {
    section[key=mv] .slideshow .cuts .cut .inner {
      padding: 70px 60px 70px 90px;
      --imageWidth: 384px;
      --imageHeight: 317px; } }
section[key=pickup].section_cont {
  padding-top: 40px;
  padding-bottom: 55px; }
@media (min-width: 960px) {
  section[key=pickup].section_cont {
    padding-top: 70px;
    padding-bottom: 110px; } }
section[key=explanation] {
  background-image: url("../images/home/bg-image.jpg");
  background-size: cover;
  color: #FFFFFF;
  height: 200vw;
  min-height: 450px;
  max-height: 1000px; }
  section[key=explanation] .section_body_wrap {
    height: 100%; }
    section[key=explanation] .section_body_wrap .cont {
      height: 100%;
      display: flex;
      justify-content: center;
      grid-gap: 0 80px;
      flex-direction: column; }
      section[key=explanation] .section_body_wrap .cont .text_box {
        margin-bottom: 50px; }
        section[key=explanation] .section_body_wrap .cont .text_box .h2 {
          margin-bottom: 30px; }
        section[key=explanation] .section_body_wrap .cont .text_box .text > span {
          display: block; }
          section[key=explanation] .section_body_wrap .cont .text_box .text > span:not(:last-child) {
            margin-bottom: 15px; }
          section[key=explanation] .section_body_wrap .cont .text_box .text > span span {
            display: inline; }
  section[key=explanation] .to_link {
    justify-content: flex-start; }
    section[key=explanation] .to_link .a {
      width: 100%; }
  @media (min-width: 768px) {
    section[key=explanation] {
      height: 70vw; }
      section[key=explanation] .section_body_wrap {
        display: flex;
        align-items: center; }
        section[key=explanation] .section_body_wrap .cont {
          flex-direction: row;
          align-items: flex-end;
          height: fit-content; }
          section[key=explanation] .section_body_wrap .cont .text_box {
            margin-bottom: 0; }
          section[key=explanation] .section_body_wrap .cont .btn_box {
            min-width: 240px; }
            section[key=explanation] .section_body_wrap .cont .btn_box .to_link {
              margin: 0; } }
  @media (min-width: 960px) {
    section[key=explanation] {
      height: 100vw;
      max-height: 760px; }
      section[key=explanation] .section_body_wrap .cont {
        width: 100%;
        grid-gap: 0;
        justify-content: space-between; }
        section[key=explanation] .section_body_wrap .cont .text_box {
          width: calc(100% - 138px - 180px); }
          section[key=explanation] .section_body_wrap .cont .text_box .text {
            width: 100%; }
            section[key=explanation] .section_body_wrap .cont .text_box .text > span span {
              display: inline-block; }
        section[key=explanation] .section_body_wrap .cont .btn_box {
          min-width: 240px; }
      section[key=explanation] .to_link .a {
        width: 240px; } }
  @media (min-width: 1280px) {
    section[key=explanation] .section_body_wrap .cont {
      width: 90%;
      margin: 0 auto; } }
@media (max-width: 959px) {
  section[key=archives] .scroller_wrap {
    width: 100%;
    position: static; }
    section[key=archives] .scroller_wrap .scroller_inner {
      overflow: visible; }
    section[key=archives] .scroller_wrap .scroller * {
      padding-left: 0;
      padding-right: 0; }
    section[key=archives] .scroller_wrap .scroller .archives {
      flex-direction: column; }
      section[key=archives] .scroller_wrap .scroller .archives .archive {
        width: 100%;
        max-width: none; }
        section[key=archives] .scroller_wrap .scroller .archives .archive:not(:last-child):after {
          width: 100%;
          height: 1px;
          bottom: calc( -1 * var(--gap) / 2 ); }
        section[key=archives] .scroller_wrap .scroller .archives .archive:nth-last-child(-n + 2) {
          display: none; } }
section[key=keyword] .search_box {
  margin-bottom: 48px; }
section[key=keyword] .h2 {
  font-size: 2.65rem; }
section[key=keyword].section_cont {
  padding-top: 75px;
  padding-bottom: 40px; }
section[key=keyword] .search_box input {
  font-size: 1.2rem; }
@media (min-width: 960px) {
  section[key=keyword].section_cont {
    padding-top: 150px;
    padding-bottom: 80px; } }
section[key=overview]:before {
  content: '';
  display: block;
  width: 100%;
  height: 33vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px; }
section[key=overview] .scroller_wrap {
  border-top: 1px solid #e9e9e9;
  padding-top: 26px;
  --w: 100%;
  width: calc(100% + 40px); }
  section[key=overview] .scroller_wrap .scroller > * {
    padding-left: 20px;
    padding-right: 20px; }
  @media (min-width: 960px) {
    section[key=overview] .scroller_wrap {
      left: -70px !important;
      width: calc(100% + 70px *2); }
      section[key=overview] .scroller_wrap .scroller > * {
        padding-left: 70px;
        padding-right: 70px; }
      section[key=overview] .scroller_wrap .scroller .archives .archive {
        max-width: 304px; }
      section[key=overview] .scroller_wrap .btn_move_control.btn_move_control_prev {
        left: -62px; }
      section[key=overview] .scroller_wrap .btn_move_control.btn_move_control_next {
        right: -62px; } }
section[key=overview] .block:before {
  content: '';
  display: block;
  width: 20%;
  height: 18vw;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: 10px;
  max-width: 194px;
  max-height: 194px;
  min-width: 110px;
  min-height: 110px; }
  @media (min-width: 960px) {
    section[key=overview] .block:before {
      top: -100px;
      right: 50px; } }
@media (min-width: 960px) {
  section[key=overview].overview02.section_cont {
    padding-bottom: 120px; } }
section[key=overview].overview02:before {
  background-image: url(../images/home/ribbon02.png); }
section[key=overview].overview02 .block .img_box .icon {
  background-image: url("../images/common/logo_sou02.svg"); }
section[key=overview].overview02 .block .title .sou {
  padding-right: .2em; }
@media (min-width: 960px) {
  section[key=overview].overview01.section_cont {
    padding-bottom: 100px; } }
section[key=overview].overview01:before {
  background-image: url(../images/home/ribbon01.png); }
section[key=overview].overview01 .block .img_box .icon {
  background-image: url("../images/common/logo_sss01.svg"); }
section[key=overview] .block {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 20px 60px;
  box-sizing: border-box;
  position: relative; }
  section[key=overview] .block .logo {
    width: 68px;
    height: 31px;
    margin-bottom: 10px; }
  section[key=overview] .block .head {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    --imageWidth:100%;
    --imageHeight: 40px; }
    section[key=overview] .block .head .to_link {
      justify-content: flex-start;
      display: none; }
      section[key=overview] .block .head .to_link .a {
        width: 100%; }
    section[key=overview] .block .head .title {
      font-size: 2.4rem;
      line-height: 1.2;
      margin-bottom: 10px; }
    section[key=overview] .block .head .text {
      font-weight: 500; }
    section[key=overview] .block .head .text_box {
      width: 100%; }
    section[key=overview] .block .head .img_box {
      width: var(--imageWidth);
      height: var(--imageHeight);
      margin-bottom: 10px; }
      section[key=overview] .block .head .img_box .icon {
        background-position: left; }
  section[key=overview] .block .body .to_link {
    margin-top: 60px; }
@media (min-width: 768px) {
  section[key=overview] .block .head .to_link {
    margin: 0; } }
@media (min-width: 960px) {
  section[key=overview] .scroller_wrap {
    border-top: none;
    padding-top: 0; }
  section[key=overview] .block {
    padding: 80px 70px 100px; }
    section[key=overview] .block .head {
      margin-bottom: 70px;
      flex-direction: row;
      --gap:40px;
      --imageWidth:212px;
      --imageHeight:90px;
      grid-gap: var(--gap); }
      section[key=overview] .block .head .title {
        font-size: var(--fontsize_xl);
        font-size: 2.35rem; }
      section[key=overview] .block .head .detail {
        grid-gap: 200px;
        align-items: flex-end; }
        section[key=overview] .block .head .detail .text {
          margin-bottom: 20px; }
      section[key=overview] .block .head .to_link {
        display: block; }
        section[key=overview] .block .head .to_link .a {
          width: 150px; }
      section[key=overview] .block .head .text_box {
        width: calc(100% - var(--imageWidth) - var(--gap)); }
    section[key=overview] .block .body .to_link {
      display: none; } }
@media (min-width: 1280px) {
  section[key=overview] .block .head {
    --gap:140px; } }
section[key=tags] .tags_wrap {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 70px; }
@media (max-width: 959px) {
  section[key=tags] .to_link.to_link_keyword.phase {
    flex-direction: column;
    align-items: flex-start; } }
@media (min-width: 960px) {
  section[key=tags] .tags_wrap {
    padding-bottom: 100px; } }
section[key=news].section_cont {
  padding-bottom: 140px; }
@media (min-width: 960px) {
  section[key=news].section_cont {
    padding-top: 30px;
    padding-bottom: 200px; } }
