@keyframes kumo_yura {
  0% {
    transform: translateX(0); }
  45% {
    transform: translateX(60px); }
  50% {
    transform: translateX(60px); }
  95% {
    transform: translateX(0); }
  100% {
    transform: translateX(0); } }

.root {
  min-height: 1000px; }

.hero {
  position: relative; }
  .hero .slick-slide img {
    width: 100vw; }
  @media only screen and (max-width: 767px) {
    .hero {
      margin-bottom: 0 !important; } }

.hero_area {
  position: relative;
  z-index: 1; }

@keyframes hero_area_show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @media only screen {
    .hero_area {
      opacity: 0; }
      .hero_area.inited {
        animation-name: hero_area_show;
        animation-delay: .5s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } }
  .hero_area .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .hero_area .slick-dots li button:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.3;
    border-radius: 5px; }
  .hero_area .slick-dots li.slick-active button::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    border-radius: 5px; }

.main {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px), print {
    .main {
      min-width: 960px; } }

.dots_container {
  position: relative;
  padding: 0; }
  @media only screen and (min-width: 768px), print {
    .dots_container .slick-dots {
      position: absolute;
      bottom: 50px;
      left: 0;
      display: flex;
      flex-direction: column;
      width: auto; } }
  @media only screen and (max-width: 767px) {
    .dots_container .slick-dots {
      bottom: 0; } }

.top_nav_area {
  background-image: url("/common/img/bg/red_pattern.jpg");
  background-position: top left;
  position: relative; }
  @media only screen and (min-width: 768px), print {
    .top_nav_area {
      padding-top: 62px;
      height: 275px; } }
  @media only screen and (max-width: 767px) {
    .top_nav_area {
      margin-bottom: 50px; } }
  .top_nav_area::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("/common/img/bg/red_triangle.png");
    z-index: 0;
    width: 100%;
    background-size: 100% 430px;
    height: 430px;
    bottom: 0;
    background-repeat: no-repeat; }
  .top_nav_area .container {
    position: relative; }
    @media only screen {
      .top_nav_area .container::before {
        opacity: 0; }
      .top_nav_area .container.inited::before {
        animation-name: fadeIn_show2;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        animation-fill-mode: forwards; } }
    .top_nav_area .container::before {
      display: block;
      position: absolute;
      top: -62px;
      right: 1020px;
      background-image: url("/common/img/bg/gold_left.png");
      background-size: 202px 310px;
      background-position: top right;
      width: 100%;
      height: 310px;
      z-index: 1; }
      @media only screen and (min-width: 768px), print {
        .top_nav_area .container::before {
          content: ''; } }

.top_nav_list {
  display: flex;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px), print {
    .top_nav_list {
      padding: 0 15px;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .top_nav_list {
      max-width: 500px;
      margin: auto;
      flex-wrap: wrap;
      justify-content: center;
      padding: 20px 0; } }

@keyframes top_nav_show {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
  .top_nav_list > li:nth-child(1) .top_nav {
    background-position-x: 0px; }
  .top_nav_list > li:nth-child(2) .top_nav {
    background-position-x: -140px; }
  .top_nav_list > li:nth-child(3) .top_nav {
    background-position-x: -280px; }
  .top_nav_list > li:nth-child(4) .top_nav {
    background-position-x: -420px; }
  .top_nav_list > li:nth-child(5) .top_nav {
    background-position-x: -560px; }
  .top_nav_list > li:nth-child(6) .top_nav {
    background-position-x: -700px; }
  @media only screen and (max-width: 767px) {
    .top_nav_list > li {
      transform: scale(0.7);
      margin-top: -10px;
      margin-bottom: -10px; } }
  @media only screen {
    .top_nav_list.inited > li:nth-child(1) .top_nav {
      transform: scale(0);
      animation-name: top_nav_show;
      animation-delay: 0.5s; }
    .top_nav_list.inited > li:nth-child(2) .top_nav {
      transform: scale(0);
      animation-name: top_nav_show;
      animation-delay: 0.6s; }
    .top_nav_list.inited > li:nth-child(3) .top_nav {
      transform: scale(0);
      animation-name: top_nav_show;
      animation-delay: 0.7s; }
    .top_nav_list.inited > li:nth-child(4) .top_nav {
      transform: scale(0);
      animation-name: top_nav_show;
      animation-delay: 0.8s; }
    .top_nav_list.inited > li:nth-child(5) .top_nav {
      transform: scale(0);
      animation-name: top_nav_show;
      animation-delay: 0.9s; }
    .top_nav_list.inited > li:nth-child(6) .top_nav {
      transform: scale(0);
      animation-name: top_nav_show;
      animation-delay: 1s; } }

.top_nav {
  background-image: url("/top/img/nav/bg.jpg");
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-position-y: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  position: relative;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }
  .top_nav::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(0); }
  .top_nav:hover::before {
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: scale(1); }
  .top_nav:hover .top_nav__icon {
    transform: scale(1.3); }
  .top_nav:hover .top_nav__text {
    transform: translateY(2px); }

.top_nav__icon {
  width: 50px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  z-index: 1; }

.top_nav__text {
  width: 140px;
  position: relative;
  z-index: 1;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }

.top_title__ja {
  position: relative;
  z-index: 1; }

@keyframes top_title__ja-right {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  1% {
    opacity: 0;
    transform: translateX(-20px); }
  99% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes top_title__ja-left {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  1% {
    opacity: 0;
    transform: translateX(20px); }
  99% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.top_title__en {
  position: absolute; }

@keyframes top_title__en-right {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  1% {
    opacity: 0;
    transform: translateX(-20px); }
  99% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes top_title__en-left {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  1% {
    opacity: 0;
    transform: translateX(20px); }
  99% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.top_title {
  position: relative;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px), print {
    .top_title {
      height: 40px; } }
  .top_title::before {
    content: '';
    height: 2px;
    background-image: url("/top/img/title/border.jpg");
    background-position: left;
    background-repeat: repeat-x;
    background-size: 591px 2px;
    width: 50vw;
    position: absolute;
    z-index: 1;
    transform-origin: left; }

@keyframes top_title__line {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
  @media only screen {
    .top_title::before {
      opacity: 0; }
    .top_title .top_title__ja {
      opacity: 0; }
    .top_title .top_title__en {
      opacity: 0; }
    .top_title.inited.top_title-right .top_title__ja {
      animation-name: top_title__ja-right; }
    .top_title.inited.top_title-right .top_title__en {
      animation-name: top_title__en-left; }
    .top_title.inited.top_title-right::before {
      animation-name: top_title__line; }
    .top_title.inited.top_title-left .top_title__ja {
      animation-name: top_title__ja-left; }
    .top_title.inited.top_title-left .top_title__en {
      animation-name: top_title__en-right; }
    .top_title.inited.top_title-left::before {
      animation-name: top_title__line; }
    .top_title.inited .top_title__ja {
      animation-duration: 2s;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .top_title.inited .top_title__en {
      animation-duration: 2s;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .top_title.inited::before {
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } }

@media only screen and (min-width: 768px), print {
  .top_osusume_area {
    margin-top: 50px;
    margin-bottom: 86px; } }

@media only screen and (max-width: 767px) {
  .top_osusume_area {
    margin-top: 0px;
    margin-bottom: 80px; } }

.top_news_area {
  background-color: #850101; }
  @media only screen and (min-width: 768px), print {
    .top_news_area {
      padding-bottom: 140px; } }
  @media only screen and (max-width: 767px) {
    .top_news_area {
      margin-bottom: 80px; } }
  .top_news_area > .container_wrapper {
    padding: 50px 0;
    margin: -50px 0; }

@media only screen and (min-width: 768px), print {
  .top_news_columns {
    display: flex;
    justify-content: space-between; } }

@media only screen and (min-width: 768px), print {
  .top_news_column-1 {
    width: 560px; } }

@media only screen and (max-width: 767px) {
  .top_news_column-1 {
    margin-bottom: 80px; } }

@media only screen and (min-width: 768px), print {
  .top_news_column-2 {
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100%; } }

@media only screen and (min-width: 768px), print {
  .topics_tab_list {
    width: 100%; }
    .topics_tab_list > * {
      margin: 4px 0; } }

@media only screen and (min-width: 768px), print {
  .topics_slide_list {
    width: 100%;
    height: 465px;
    overflow-y: scroll;
    overflow-x: hidden; } }

.topics_tab {
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  @media only screen and (min-width: 768px), print {
    .topics_tab {
      padding: 0 10px;
      min-width: 120px; } }
  .topics_tab:hover {
    background-color: rgba(255, 255, 255, 0.5); }

.topics:hover {
  color: #fff; }

.top_title-news {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px), print {
    .top_title-news {
      width: 218px; } }
  @media only screen and (max-width: 767px) {
    .top_title-news {
      width: 109px; } }
  .top_title-news::before {
    margin: auto;
    top: 0;
    bottom: 0; }
    @media only screen and (min-width: 768px), print {
      .top_title-news::before {
        right: 218px; } }
    @media only screen and (max-width: 767px) {
      .top_title-news::before {
        right: 109px; } }
  @media only screen and (min-width: 768px), print {
    .top_title-news .top_title__en {
      width: 150px;
      left: -11px;
      top: -19px; } }
  @media only screen and (max-width: 767px) {
    .top_title-news .top_title__en {
      width: 75px;
      left: -5.5px;
      top: -9.5px; } }

.top_title-important {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media only screen and (min-width: 768px), print {
    .top_title-important {
      width: 366px; } }
  @media only screen and (max-width: 767px) {
    .top_title-important {
      width: 183px; } }
  .top_title-important::before {
    margin: auto;
    top: 0;
    bottom: 0; }
    @media only screen and (min-width: 768px), print {
      .top_title-important::before {
        right: 366px; } }
    @media only screen and (max-width: 767px) {
      .top_title-important::before {
        right: 183px; } }
  @media only screen and (min-width: 768px), print {
    .top_title-important .top_title__en {
      width: 324px;
      right: -31px;
      top: -18px; } }
  @media only screen and (max-width: 767px) {
    .top_title-important .top_title__en {
      width: 162px;
      right: -15.5px;
      top: 5px; } }

.top_title-tokusanhin {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media only screen and (min-width: 768px), print {
    .top_title-tokusanhin {
      width: 166px; } }
  @media only screen and (max-width: 767px) {
    .top_title-tokusanhin {
      width: 83px; } }
  .top_title-tokusanhin::before {
    margin: auto;
    top: 0;
    bottom: 0; }
    @media only screen and (min-width: 768px), print {
      .top_title-tokusanhin::before {
        left: 156px; } }
    @media only screen and (max-width: 767px) {
      .top_title-tokusanhin::before {
        left: 78px; } }
  .top_title-tokusanhin .top_title__en {
    position: absolute;
    z-index: 1; }
    @media only screen and (min-width: 768px), print {
      .top_title-tokusanhin .top_title__en {
        max-width: 327px;
        width: 327px;
        top: -20px;
        left: -164px; } }
    @media only screen and (max-width: 767px) {
      .top_title-tokusanhin .top_title__en {
        max-width: 327px;
        width: 163.5px;
        top: -10px;
        left: -82px; } }

.top_title-chokubaijo {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px), print {
    .top_title-chokubaijo {
      width: 506px; } }
  @media only screen and (max-width: 767px) {
    .top_title-chokubaijo {
      width: 253px; } }
  .top_title-chokubaijo::before {
    margin: auto;
    top: 0;
    bottom: 0; }
    @media only screen and (min-width: 768px), print {
      .top_title-chokubaijo::before {
        left: 506px; } }
    @media only screen and (max-width: 767px) {
      .top_title-chokubaijo::before {
        left: 253px; } }
  @media only screen and (min-width: 768px), print {
    .top_title-chokubaijo .top_title__en {
      right: 8px;
      top: -16px;
      width: 224px; } }
  @media only screen and (max-width: 767px) {
    .top_title-chokubaijo .top_title__en {
      right: 30px;
      top: -8px;
      width: 112px; } }

.top_title-osusume {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px), print {
    .top_title-osusume {
      width: 318px; } }
  @media only screen and (max-width: 767px) {
    .top_title-osusume {
      width: 159px; } }
  .top_title-osusume::before {
    margin: auto;
    top: 0;
    bottom: 0; }
    @media only screen and (min-width: 768px), print {
      .top_title-osusume::before {
        right: 318px; } }
    @media only screen and (max-width: 767px) {
      .top_title-osusume::before {
        right: 159px; } }
  @media only screen and (min-width: 768px), print {
    .top_title-osusume .top_title__en {
      right: -92px;
      top: -17px;
      width: 340px; } }
  @media only screen and (max-width: 767px) {
    .top_title-osusume .top_title__en {
      right: -46px;
      top: -8.5px;
      width: 170px; } }

.top_ichiran_link {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden; }
  .top_ichiran_link:hover {
    opacity: 0.7; }

.top_ichiran_link-tokusanhin {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2; }
  @media only screen and (min-width: 768px), print {
    .top_ichiran_link-tokusanhin {
      bottom: -113px; } }
  @media only screen and (max-width: 767px) {
    .top_ichiran_link-tokusanhin {
      bottom: -50x; } }

.top_important_area {
  background-color: #850101;
  position: relative; }
  @media only screen and (min-width: 768px), print {
    .top_important_area {
      padding-bottom: 65px; } }
  @media only screen and (max-width: 767px) {
    .top_important_area {
      padding-bottom: 10px; } }
  @media only screen and (min-width: 768px), print {
    .top_important_area > .container_wrapper {
      padding: 100px 0;
      margin: -100px 0; } }
  @media only screen and (max-width: 767px) {
    .top_important_area > .container_wrapper {
      overflow: visible;
      padding-bottom: 50px; } }
  .top_important_area .container {
    position: relative; }
    @media only screen {
      .top_important_area .container::before {
        opacity: 0; }
      .top_important_area .container.inited::before {
        animation-name: fadeIn_show2;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        animation-fill-mode: forwards; } }
    .top_important_area .container::before {
      content: '';
      display: block;
      position: absolute;
      top: -83px;
      left: 1020px;
      background-image: url("/common/img/bg/gold_right.png");
      background-size: 202px 310px;
      background-position: top left;
      width: 100%;
      height: 310px;
      z-index: 2; }
  .top_important_area::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-image: url("/common/img/bg/monument.png");
    background-position: center;
    z-index: 2; }
    @media only screen and (min-width: 768px), print {
      .top_important_area::before {
        height: 82px;
        bottom: -55px; } }
    @media only screen and (max-width: 767px) {
      .top_important_area::before {
        height: 40px;
        background-size: contain;
        bottom: -65px; } }
  .top_important_area::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
    background-image: url("/common/img/bg/red_triangle.png");
    width: 100%;
    transform: rotate(180deg); }
    @media only screen and (min-width: 768px), print {
      .top_important_area::after {
        background-size: 100% 430px;
        height: 430px;
        bottom: -430px; } }
    @media only screen and (max-width: 767px) {
      .top_important_area::after {
        background-size: 100% 100px;
        height: 100px;
        bottom: -100px; } }

.top_tokusanhin_area {
  position: relative;
  background-color: #990101; }
  @media only screen and (min-width: 768px), print {
    .top_tokusanhin_area {
      padding-top: 144px; } }
  @media only screen and (max-width: 767px) {
    .top_tokusanhin_area {
      padding-top: 100px; } }
  .top_tokusanhin_area::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
    background-image: url("/common/img/bg/red_triangle2.png");
    width: 100%; }
    @media only screen and (min-width: 768px), print {
      .top_tokusanhin_area::after {
        background-size: 100% 448px;
        height: 448px;
        bottom: -235px; } }
    @media only screen and (max-width: 767px) {
      .top_tokusanhin_area::after {
        background-size: 100% 100px;
        height: 100px;
        bottom: 100px; } }
  .top_tokusanhin_area .container_wrapper {
    padding-bottom: 200px;
    margin-bottom: -200px;
    overflow: visible; }
    @media only screen and (max-width: 767px) {
      .top_tokusanhin_area .container_wrapper {
        padding-top: 50px; } }
  .top_tokusanhin_area .container {
    position: relative; }
    @media only screen {
      .top_tokusanhin_area .container::before,
      .top_tokusanhin_area .container::after {
        opacity: 0;
        transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s; }
      .top_tokusanhin_area .container.inited::before,
      .top_tokusanhin_area .container.inited::after {
        opacity: 1;
        animation-name: kumo_yura;
        animation-direction: alternate;
        animation-duration: 20s;
        animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
        animation-fill-mode: forwards;
        animation-iteration-count: infinite; } }
    .top_tokusanhin_area .container::before {
      content: '';
      display: block;
      width: 567px;
      height: 186px;
      position: absolute;
      background-image: url("/common/img/bg/kumo1.png");
      background-size: contain;
      top: 63px;
      right: -558px; }
    .top_tokusanhin_area .container::after {
      content: '';
      display: block;
      width: 584px;
      height: 186px;
      position: absolute;
      background-image: url("/common/img/bg/kumo2.png");
      background-size: contain;
      animation-name: kumo_yura;
      animation-direction: alternate;
      animation-duration: 20s;
      animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      top: 423px;
      left: -479px; }

.top_blue_area {
  background-image: url("/common/img/bg/blue_pattern.jpg");
  position: relative; }
  @media only screen and (min-width: 768px), print {
    .top_blue_area {
      padding-bottom: 386px; } }
  @media only screen and (max-width: 767px) {
    .top_blue_area {
      padding-bottom: 110px; } }

.top_hogarakamura_area {
  position: relative; }
  @media only screen and (min-width: 768px), print {
    .top_hogarakamura_area .container_wrapper {
      padding-top: 320px;
      padding-bottom: 300px;
      margin-bottom: -300px; } }
  @media only screen and (max-width: 767px) {
    .top_hogarakamura_area .container_wrapper {
      padding-top: 200px; } }
  .top_hogarakamura_area .container_wrapper > .container {
    position: relative; }

@media only screen and (min-width: 768px), print {
  .map_area {
    position: absolute;
    top: -60px; } }

@media only screen and (max-width: 767px) {
  .map_area {
    position: relative;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; } }

.top_red_area {
  position: relative;
  background-color: #850101; }
  .top_red_area::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url("/common/img/bg/red_triangle.png");
    z-index: 0;
    width: 100%;
    pointer-events: none;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px), print {
      .top_red_area::before {
        height: 430px;
        background-size: 100% 430px;
        top: -430px; } }
    @media only screen and (max-width: 767px) {
      .top_red_area::before {
        background-size: 100% 100px;
        height: 100px;
        top: -100px; } }
  .top_red_area::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("/common/img/bg/red_triangle3.png");
    z-index: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px), print {
      .top_red_area::after {
        height: 245px;
        background-size: 100% 446px;
        bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .top_red_area::after {
        background-size: 100% 100px;
        height: 100px;
        bottom: 0; } }

.top_tokusanhin_area._4ko .top_tokusanhin_list > li:nth-child(1) {
  display: none; }

@media only screen and (min-width: 768px), print {
  .top_tokusanhin_area._4ko .top_tokusanhin_list > li:nth-child(2) {
    width: 50%; }
    .top_tokusanhin_area._4ko .top_tokusanhin_list > li:nth-child(2) .top_tokusanhin {
      justify-content: center; } }

@media only screen and (min-width: 768px), print {
  .top_tokusanhin_area._4ko .top_tokusanhin_list > li:nth-child(3) {
    width: 50%; }
    .top_tokusanhin_area._4ko .top_tokusanhin_list > li:nth-child(3) .top_tokusanhin {
      justify-content: center; } }

.top_tokusanhin_list {
  position: relative;
  z-index: 2; }
  @media only screen {
    .top_tokusanhin_list::after {
      opacity: 0;
      transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s; }
    .top_tokusanhin_list.inited::after {
      opacity: 1;
      animation-name: kumo_yura;
      animation-direction: alternate;
      animation-duration: 20s;
      animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
      animation-fill-mode: forwards;
      animation-iteration-count: infinite; } }
  .top_tokusanhin_list::after {
    content: '';
    display: block;
    width: 580px;
    height: 186px;
    position: absolute;
    background-image: url("/common/img/bg/kumo3.png");
    background-size: contain;
    bottom: 105px;
    right: -395px; }
  .top_tokusanhin_list > li {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .top_tokusanhin_list > li:not(:last-child) {
        margin-bottom: 20px;
        border-bottom: solid 2px rgba(255, 255, 255, 0.3); } }
  @media only screen and (min-width: 768px), print {
    .top_tokusanhin_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .top_tokusanhin_list > li {
        display: flex; }
        .top_tokusanhin_list > li:nth-child(1) {
          width: 33.33%;
          border-right: 1px solid rgba(255, 255, 255, 0.3); }
          .top_tokusanhin_list > li:nth-child(1) .top_tokusanhin {
            padding: 20px; }
          .top_tokusanhin_list > li:nth-child(1) .top_tokusanhin__text {
            order: 1;
            margin-bottom: 25px; }
          .top_tokusanhin_list > li:nth-child(1) .top_tokusanhin__title {
            order: 2;
            padding-top: 40px;
            width: 33px; }
            .top_tokusanhin_list > li:nth-child(1) .top_tokusanhin__title > span {
              display: block; }
          .top_tokusanhin_list > li:nth-child(1) .top_tokusanhin__img {
            order: 3;
            width: 245px;
            height: 460px; }
        .top_tokusanhin_list > li:nth-child(2) {
          width: 33.33%;
          position: relative; }
          .top_tokusanhin_list > li:nth-child(2)::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            width: 1px;
            height: calc(100% - 40px);
            margin-top: auto;
            margin-bottom: auto;
            background-color: rgba(255, 255, 255, 0.3); }
          .top_tokusanhin_list > li:nth-child(2) .top_tokusanhin {
            padding: 20px; }
          .top_tokusanhin_list > li:nth-child(2) .top_tokusanhin__text {
            order: 3; }
          .top_tokusanhin_list > li:nth-child(2) .top_tokusanhin__title {
            order: 2;
            text-align: right;
            width: 33px;
            padding-top: 40px; }
            .top_tokusanhin_list > li:nth-child(2) .top_tokusanhin__title > span {
              display: block; }
          .top_tokusanhin_list > li:nth-child(2) .top_tokusanhin__img {
            order: 1;
            width: 245px;
            height: 460px;
            margin-bottom: 40px; }
        .top_tokusanhin_list > li:nth-child(3) {
          width: 33.33%; }
          .top_tokusanhin_list > li:nth-child(3) .top_tokusanhin {
            padding: 20px; }
          .top_tokusanhin_list > li:nth-child(3) .top_tokusanhin__text {
            order: 1;
            margin-bottom: 25px; }
          .top_tokusanhin_list > li:nth-child(3) .top_tokusanhin__title {
            order: 3;
            padding-top: 40px;
            text-align: right;
            width: 33px; }
            .top_tokusanhin_list > li:nth-child(3) .top_tokusanhin__title > span {
              display: block; }
          .top_tokusanhin_list > li:nth-child(3) .top_tokusanhin__img {
            order: 2;
            width: 245px;
            height: 460px; }
        .top_tokusanhin_list > li:nth-child(4) {
          width: 50%; }
          .top_tokusanhin_list > li:nth-child(4)::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 450px;
            height: 1px;
            margin-top: auto;
            margin-bottom: auto;
            background-color: rgba(255, 255, 255, 0.3); }
          .top_tokusanhin_list > li:nth-child(4) .top_tokusanhin {
            padding-top: 40px;
            padding-right: 20px; }
          .top_tokusanhin_list > li:nth-child(4) .top_tokusanhin__text {
            order: 2;
            margin-bottom: 25px; }
          .top_tokusanhin_list > li:nth-child(4) .top_tokusanhin__title {
            order: 1;
            margin-bottom: 20px; }
          .top_tokusanhin_list > li:nth-child(4) .top_tokusanhin__img {
            order: 3;
            width: 450px;
            height: 225px; }
        .top_tokusanhin_list > li:nth-child(5) {
          width: 50%;
          display: flex;
          justify-content: flex-end; }
          .top_tokusanhin_list > li:nth-child(5) .top_tokusanhin__text {
            order: 3; }
          .top_tokusanhin_list > li:nth-child(5) .top_tokusanhin__title {
            order: 2;
            margin-bottom: 20px; }
          .top_tokusanhin_list > li:nth-child(5) .top_tokusanhin__img {
            order: 1;
            width: 450px;
            height: 225px;
            margin-bottom: 30px; } }

.top_tokusanhin {
  text-decoration: none;
  color: #fff; }
  @media only screen and (min-width: 768px), print {
    .top_tokusanhin {
      display: flex;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .top_tokusanhin {
      display: block;
      padding-bottom: 20px; } }
  .top_tokusanhin:hover {
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    color: rgba(255, 255, 255, 0.7); }
    .top_tokusanhin:hover .top_tokusanhin__img img {
      transform: scale(1.1); }

.top_tokusanhin__text {
  width: 100%;
  font-size: 14px; }
  @media only screen and (min-width: 768px), print {
    .top_tokusanhin__text {
      letter-spacing: 0.2em;
      line-height: 2; } }
  @media only screen and (max-width: 767px) {
    .top_tokusanhin__text {
      letter-spacing: 0.1em;
      line-height: 1.5; } }
  .top_tokusanhin__text > .text {
    display: inline-block; }

@media only screen and (min-width: 768px), print {
  .top_tokusanhin__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.4em; } }

@media only screen and (max-width: 767px) {
  .top_tokusanhin__title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0.5em; } }

.top_tokusanhin__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5em; }
  .top_tokusanhin__img img {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }

.top_kuwashiku_btn {
  display: block; }

@media only screen and (min-width: 768px), print {
  .top_nikki_area {
    height: 500px; } }

.top_nikki_area > .container {
  position: relative; }
  @media only screen {
    .top_nikki_area > .container::before {
      opacity: 0;
      transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s; }
    .top_nikki_area > .container.inited::before {
      opacity: 1;
      animation-name: kumo_yura;
      animation-direction: alternate;
      animation-duration: 20s;
      animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
      animation-fill-mode: forwards;
      animation-iteration-count: infinite; } }
  .top_nikki_area > .container::before {
    display: block;
    position: absolute;
    width: 713px;
    height: 248px;
    background-image: url("/common/img/bg/kumo4.png");
    background-size: cover;
    left: -476px;
    top: -316px;
    z-index: 2; }
    @media only screen and (min-width: 768px), print {
      .top_nikki_area > .container::before {
        content: ''; } }
  @media only screen {
    .top_nikki_area > .container::after {
      opacity: 0;
      transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s; }
    .top_nikki_area > .container.inited::after {
      opacity: 1;
      animation-name: kumo_yura;
      animation-direction: alternate;
      animation-duration: 20s;
      animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
      animation-fill-mode: forwards;
      animation-iteration-count: infinite; } }
  .top_nikki_area > .container::after {
    display: block;
    position: absolute;
    width: 754px;
    height: 315px;
    background-image: url("/common/img/bg/kumo5.png");
    background-size: cover;
    right: -471px;
    top: 150px;
    z-index: 3; }
    @media only screen and (min-width: 768px), print {
      .top_nikki_area > .container::after {
        content: ''; } }

.top_nikki_box {
  background-repeat: no-repeat;
  background-image: url("/top/img/nikki/magazine_bg.png");
  border: solid 1px #fff;
  background-color: #850101;
  justify-content: space-between; }
  @media only screen and (min-width: 768px), print {
    .top_nikki_box {
      display: flex;
      padding: 40px 50px;
      background-size: 513px 298px;
      background-position: top right 115px;
      position: absolute;
      width: 100%;
      top: -286px;
      margin-bottom: -80px;
      z-index: 3; } }
  @media only screen and (max-width: 767px) {
    .top_nikki_box {
      padding: 20px 10px;
      background-size: contain;
      background-position: right bottom;
      position: relative;
      top: -50px; } }

@media only screen and (max-width: 767px) {
  .top_nikki_nikki {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; } }

.top_nikki_magazine__pdf {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 146px;
  display: block;
  text-decoration: none; }
  .top_nikki_magazine__pdf:hover {
    opacity: 0.7; }
  .top_nikki_magazine__pdf figcaption {
    color: #fff;
    text-align: center;
    margin-top: .2em; }
    .top_nikki_magazine__pdf figcaption.pdf::after {
      background-image: url("/common/img/icon/pdf_white.png"); }
  @media only screen and (min-width: 768px), print {
    .top_nikki_magazine__pdf {
      margin-left: 33px;
      margin-top: 8px; } }
  @media only screen and (max-width: 767px) {
    .top_nikki_magazine__pdf {
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px; } }

@media only screen and (min-width: 768px), print {
  .top_nikki_nikki__title {
    width: 280px; } }

@media only screen and (max-width: 767px) {
  .top_nikki_nikki__title {
    width: 224px; } }

@media only screen and (min-width: 768px), print {
  .top_nikki_nikki__text {
    width: 314px; } }

@media only screen and (max-width: 767px) {
  .top_nikki_nikki__text {
    width: 251.2px; } }

.top_nikki_nikki__btn {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 240px;
  overflow: hidden;
  border-radius: 5px; }
  .top_nikki_nikki__btn:hover {
    opacity: 0.7; }

@media only screen and (min-width: 768px), print {
  .top_nikki_magazine {
    display: flex;
    justify-content: space-between; } }

@media only screen and (max-width: 767px) {
  .top_nikki_magazine {
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }

.top_nikki_magazine__title {
  width: 186px;
  margin-left: auto; }
  @media only screen and (max-width: 767px) {
    .top_nikki_magazine__title {
      width: 148.8px; } }

.top_nikki_magazine__text {
  margin-left: auto; }
  @media only screen and (min-width: 768px), print {
    .top_nikki_magazine__text {
      width: 265px; } }
  @media only screen and (max-width: 767px) {
    .top_nikki_magazine__text {
      width: 212px; } }

.top_nikki_magazine__btn {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 240px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 5px; }
  .top_nikki_magazine__btn:hover {
    opacity: 0.7; }

.top_banner_area {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #850101; }

.top_shunmikke_banner_wrapper {
  position: relative;
  z-index: 4;
  overflow: hidden; }
  @media only screen and (min-width: 768px), print {
    .top_shunmikke_banner_wrapper {
      top: 110px; } }
  @media only screen and (max-width: 767px) {
    .top_shunmikke_banner_wrapper {
      padding-bottom: 50px; } }

.top_shunmikke_banner {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .top_shunmikke_banner:hover {
    opacity: 0.7; }
  @media only screen and (min-width: 768px), print {
    .top_shunmikke_banner {
      width: 700px; } }

.top_instafeed {
  width: 100%;
  display: block;
  overflow: hidden; }

.top_instagram {
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 768px), print {
    .top_instagram {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .top_instagram {
      padding-bottom: 50px; } }

.top_instagram_btn,
.top_youtube_btn {
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto; }
  .top_instagram_btn a,
  .top_youtube_btn a {
    display: block;
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    border-radius: 5px; }
    .top_instagram_btn a:hover,
    .top_youtube_btn a:hover {
      opacity: 0.7; }
  @media only screen and (max-width: 767px) {
    .top_instagram_btn,
    .top_youtube_btn {
      margin-top: 20px; } }

@media only screen and (min-width: 768px), print {
  .top_youtube_btn {
    margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  .top_youtube_btn {
    margin-top: 20px; } }

.top_instagram_area {
  position: relative; }
  @media only screen and (min-width: 768px), print {
    .top_instagram_area {
      top: -196px;
      margin-bottom: -196px; } }
  @media only screen and (max-width: 767px) {
    .top_instagram_area {
      top: -240px;
      margin-bottom: -240px; } }

.top_instagram__title {
  width: 152px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px), print {
    .top_instagram__title {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .top_instagram__title {
      margin-bottom: 10px; } }

.top_instagram__dummy_list {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px), print {
    .top_instagram__dummy_list {
      margin: 0 -5px 10px -5px; }
      .top_instagram__dummy_list > li {
        width: 33%;
        padding: 5px;
        box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    .top_instagram__dummy_list {
      margin: 0 -5px; }
      .top_instagram__dummy_list > li {
        width: 50%;
        padding: 5px; } }
  .top_instagram__dummy_list a {
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block; }
    .top_instagram__dummy_list a:hover {
      opacity: 0.7; }
    @media only screen and (max-width: 767px) {
      .top_instagram__dummy_list a img {
        width: 100%; } }

.top_youtube > * {
  margin-left: auto;
  margin-right: auto; }

.top_youtube iframe {
  max-width: 100%;
  display: block; }

.top_youtube__title {
  width: 126px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px), print {
    .top_youtube__title {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .top_youtube__title {
      margin-bottom: 10px; } }

@media only screen and (min-width: 768px), print {
  .container-chokubaijo {
    min-height: 790px; } }

@media only screen and (min-width: 768px), print {
  .top_chokubaijo_topics_area {
    right: 0;
    margin-top: 95px;
    width: 370px;
    margin-left: auto;
    position: relative;
    padding-bottom: 300px; } }

.top_chokubaijo_topics_list_wrapper > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .top_chokubaijo_topics_list_wrapper > ul {
      margin: 0 -5px; } }

.top_chokubaijo_ichiran_link {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  .top_chokubaijo_ichiran_link:hover {
    opacity: 0.7; }
  @media only screen and (min-width: 768px), print {
    .top_chokubaijo_ichiran_link {
      width: 370px; } }
  @media only screen and (max-width: 767px) {
    .top_chokubaijo_ichiran_link {
      width: 300px;
      overflow: hidden;
      margin-top: 30px;
      position: relative;
      height: 45px; }
      .top_chokubaijo_ichiran_link img {
        width: 370px;
        max-width: 370px;
        position: absolute;
        top: 0;
        left: -35px; } }

.top_happy_area {
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px), print {
    .top_happy_area {
      padding-top: 220px; } }
  @media only screen and (max-width: 767px) {
    .top_happy_area {
      height: 250px;
      padding-top: 200px; } }
  .top_happy_area > .container {
    position: relative; }
    @media only screen and (min-width: 768px), print {
      .top_happy_area > .container {
        min-width: 0;
        width: 500px; } }

.top_happy_wrapper {
  animation-name: top_happy_wrapper-pc;
  animation-duration: 30s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  display: block;
  text-decoration: none;
  width: 185px;
  height: 132px;
  z-index: 2; }

@keyframes top_happy_wrapper-pc {
  0% {
    left: 0; }
  45% {
    left: 315px; }
  50% {
    left: 315px; }
  55% {
    left: 315px; }
  95% {
    left: 0; }
  100% {
    left: 0; } }
  .top_happy_wrapper.disable {
    opacity: 1; }
  .top_happy_wrapper:hover {
    animation-play-state: paused; }
    .top_happy_wrapper:hover .top_happy,
    .top_happy_wrapper:hover .top_happy__scene,
    .top_happy_wrapper:hover .top_happy_cart__cart,
    .top_happy_wrapper:hover .top_happy_cart__product,
    .top_happy_wrapper:hover .top_happy_text {
      animation-name: none; }

.top_happy_and_cart {
  animation-name: top_happy_and_cart;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes top_happy_and_cart {
  0% {
    transform: scale(1, 1); }
  49% {
    transform: scale(1, 1); }
  50% {
    transform: scale(-1, 1); }
  99% {
    transform: scale(-1, 1); }
  100% {
    transform: scale(1, 1); } }

.top_happy {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  position: relative;
  z-index: 1; }

@keyframes top_happy {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1, 1.001) translateY(-3px); }
  100% {
    transform: scale(1, 1); } }

.top_happy__scene {
  display: none;
  width: 80px;
  height: 131px; }
  .top_happy__scene._show {
    display: block; }

.top_happy_cart {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 1; }

.top_happy_cart__cart {
  animation-name: top_happy_cart__cart;
  animation-duration: 2s;
  animation-delay: 1s;
  transform-origin: bottom;
  animation-iteration-count: infinite;
  width: 68px;
  position: relative; }

@keyframes top_happy_cart__cart {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.95, 1.05) translateY(0); }
  100% {
    transform: scale(1, 1); } }

.top_happy_cart__product {
  animation-name: top_happy_cart__product;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-delay: 0.1s;
  position: absolute;
  max-width: 60px;
  bottom: 30px;
  right: -20px;
  transform: rotate(30deg); }

@keyframes top_happy_cart__product {
  0% {
    transform: rotate(30deg) translateY(0); }
  50% {
    transform: rotate(30deg) translateY(2px); }
  100% {
    transform: rotate(30deg) translateY(0); } }

.top_happy_text {
  animation-name: top_happy_text;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  transform-origin: left bottom;
  position: absolute;
  right: 0;
  top: 15px;
  width: 100px;
  height: 64px;
  z-index: 1; }

@keyframes top_happy_text {
  0% {
    display: none;
    transform: scale(0.8);
    opacity: 0; }
  1% {
    opacity: 0;
    display: block;
    transform: scale(0.8); }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  74% {
    display: block;
    transform: scale(1); }
  80% {
    opacity: 0;
    transform: scale(1);
    display: none; }
  100% {
    opacity: 0;
    transform: scale(1);
    display: none; } }
  .top_happy_text img {
    animation-name: top_happy_cart__cart__hanten;
    animation-duration: 30s;
    animation-iteration-count: infinite; }

@keyframes top_happy_cart__cart__hanten {
  0% {
    transform: rotate(0); }
  49% {
    transform: rotate(0); }
  50% {
    transform: rotate(-30deg) translateX(-50px) translateY(-40px); }
  99% {
    transform: rotate(-30deg) translateX(-50px) translateY(-40px); }
  100% {
    transform: rotate(0); } }

.top_happy_flower_list {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  .top_happy_flower_list > li:nth-child(1) {
    animation-delay: .1s;
    left: -167px;
    top: 7px; }
  .top_happy_flower_list > li:nth-child(2) {
    animation-delay: .6s;
    left: -65px;
    top: 68px; }
  .top_happy_flower_list > li:nth-child(3) {
    animation-delay: 1.1s;
    left: -126px;
    top: 120px; }
  .top_happy_flower_list > li:nth-child(4) {
    animation-delay: 1.6s;
    left: -40px;
    top: 130px; }
  .top_happy_flower_list > li:nth-child(5) {
    animation-delay: 2.1s;
    right: -7px;
    top: -17px; }
  .top_happy_flower_list > li:nth-child(6) {
    animation-delay: 2.6s;
    top: 15px;
    right: -71px; }
  .top_happy_flower_list > li:nth-child(7) {
    animation-delay: 3.1s;
    top: 69px;
    left: -103px; }
  .top_happy_flower_list > li:nth-child(8) {
    animation-delay: 3.6s;
    top: 132px;
    left: -21px; }

.top_happy_flower {
  animation-name: top_happy_flower;
  animation-duration: 5s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 60px;
  height: 60px;
  position: absolute; }

@keyframes top_happy_flower {
  0% {
    transform: scale(0);
    display: none;
    opacity: 0; }
  1% {
    transform: scale(0);
    display: block;
    opacity: 0; }
  5% {
    transform: scale(1);
    display: block;
    opacity: 1; }
  60% {
    opacity: 0; }
  70% {
    transform: scale(0);
    display: block;
    opacity: 0; }
  100% {
    transform: scale(0);
    display: none;
    opacity: 0; } }
  .top_happy_flower img {
    animation-name: top_happy_flower_roll;
    animation-duration: 2s;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

@keyframes top_happy_flower_roll {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.top_osusume_list {
  padding: 0 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .top_osusume_list .slick-slide {
      margin-left: 40px;
      margin-right: 40px; } }
  .top_osusume_list .slick-arrow {
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 25px;
    height: 175px;
    transform: rotate(0); }
    .top_osusume_list .slick-arrow:hover {
      opacity: 0.7; }
    .top_osusume_list .slick-arrow::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      opacity: 1; }
    .top_osusume_list .slick-arrow.slick-prev::before {
      background-image: url("/top/img/osusume/arrow_prev.png"); }
    .top_osusume_list .slick-arrow.slick-next::before {
      background-image: url("/top/img/osusume/arrow_next.png"); }

.top_osusume {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 200px;
  background-image: url("/top/img/osusume/bg.jpg");
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  min-height: 280px; }
  .top_osusume:hover {
    opacity: 0.7; }
  @media only screen and (max-width: 767px) {
    .top_osusume {
      margin-left: auto;
      margin-right: auto; } }

.top_osusume__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 15px 0 15px;
  height: 220px; }
  .top_osusume__img img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    height: auto;
    width: 100%; }

.top_osusume__title {
  color: #18283a;
  font-size: 0.875rem;
  letter-spacing: .2em;
  padding: 15px 15px 13px 15px; }
  .top_osusume__title .text {
    position: relative;
    padding-left: 1em;
    display: inline-block; }
    .top_osusume__title .text::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 1px;
      background-image: url("/top/img/osusume/arrow.png");
      background-size: cover;
      width: 9px;
      height: 13px; }

.top_osusume_ichiran_btn {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px; }
  .top_osusume_ichiran_btn:hover {
    opacity: 0.7; }

.top_yasai {
  position: absolute; }

@keyframes yasai_show-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  25% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(100%); } }

@keyframes yasai_show-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  25% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(-100%); } }
  @media only screen and (max-width: 767px) {
    .top_yasai {
      display: none; } }
  @media only screen {
    .top_yasai.top_yasai-on {
      animation-duration: 5s;
      animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
      animation-fill-mode: both; } }

.top_yasai_list {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: 100vw;
  width: 100%;
  pointer-events: none; }

.top_yasai-kintokisou {
  width: 505px;
  height: 373px;
  right: 0;
  top: 0;
  z-index: 2; }
  @media only screen {
    .top_yasai-kintokisou {
      transform: translateX(100%); }
      .top_yasai-kintokisou.top_yasai-on {
        animation-name: yasai_show-right; } }

.top_yasai-kabocha {
  width: 349px;
  height: 428px;
  top: 450px;
  left: 0;
  z-index: 2; }
  @media only screen {
    .top_yasai-kabocha {
      transform: translateX(-100%); }
      .top_yasai-kabocha.top_yasai-on {
        animation-name: yasai_show-left; } }

.top_yasai-renkon {
  width: 453px;
  height: 292px;
  right: 0;
  top: 980px;
  z-index: 2; }
  @media only screen {
    .top_yasai-renkon {
      transform: translateX(100%); }
      .top_yasai-renkon.top_yasai-on {
        animation-name: yasai_show-right; } }

@media only screen and (min-width: 768px), print {
  .topics__category_list {
    width: 450px; } }

@media only screen and (min-width: 768px), print {
  .top_banner_area {
    margin-bottom: 86px; } }

@media only screen and (max-width: 767px) {
  .top_banner_area {
    margin-top: 0px;
    margin-bottom: 80px; } }

.pc_column2 {
  clear: both; }
  @media only screen and (min-width: 768px), print {
    .pc_column2 > div {
      width: 50%;
      float: left;
      padding: 10px; } }
  @media only screen and (max-width: 767px) {
    .pc_column2 > div {
      width: 100%;
      padding: 10px; } }

.clear {
  clear: both; }
