@charset "UTF-8";
/*================================================================
 *FILE          :top.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

.c-rankingIndex, .c-blogList_info_date, .c-scrollbar_thumb_text, .topAbout_title, .topAbout_title .topAbout_title_text, .instagramDetail_title, .topNewsList_node_time {
  font-family: "futura-pt", "Josefin Sans", sans-serif;
  font-style: italic; }

/* inviewアニメーション用 パーツ
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

.c-rankingIndex, .c-blogList_info_date, .c-scrollbar_thumb_text, .topAbout_title, .topAbout_title .topAbout_title_text, .instagramDetail_title, .topNewsList_node_time {
  font-family: "futura-pt", "Josefin Sans", sans-serif;
  font-style: italic; }

/* inviewアニメーション用 パーツ
-----------------------------------------------------------------*/
/* タイトル
-----------------------------------------------------------------*/
/* .c-button パーツ
-----------------------------------------------------------------*/
/* .c-rankingList パーツ
-----------------------------------------------------------------*/
/* .c-bannerSection パーツ
-----------------------------------------------------------------*/
/* .c-blogList パーツ
-----------------------------------------------------------------*/
/* .c-blogList_info パーツ
-----------------------------------------------------------------*/
/* .c-pager パーツ
-----------------------------------------------------------------*/
/* .c-keywordsList パーツ
-----------------------------------------------------------------*/
/* .c-recommendSection パーツ
-----------------------------------------------------------------*/
/* .c-singlePager パーツ
-----------------------------------------------------------------*/
/* .c-scrollbar パーツ
-----------------------------------------------------------------*/
/* .c-snsShare パーツ
-----------------------------------------------------------------*/
.c-button_border {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 46px;
  padding: 0 40px;
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .05em;
  line-height: 46px;
  color: #64B3B2;
  border: 1px solid #64B3B2;
  border-radius: 23px;
  -webkit-transition: color .6s ease, background .6s ease;
  transition: color .6s ease, background .6s ease; }
  @media only screen and (max-width: 767px) {
    .c-button_border {
      font-weight: bold;
      font-size: 14px; } }
  @media only screen and (max-width: 320px) {
    .c-button_border {
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    .c-button_border {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .c-button_border:hover {
      color: #fff;
      background-color: #64B3B2; }
      .c-button_border:hover a {
        color: #fff; } }

@media only screen and (max-width: 767px) {
  .c-rankingList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px; } }

@media only screen and (min-width: 768px) {
  .c-rankingList {
    width: 100%;
    margin-top: 48px; } }

@media only screen and (min-width: 768px) {
  .c-rankingList:after {
    content: "";
    display: block;
    clear: both; } }

.c-rankingList_node {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .c-rankingList_node {
      width: calc((100% - 80px)/3);
      float: left; } }
  @media only screen and (max-width: 767px) {
    .c-rankingList_node:nth-child(1) {
      width: 100%;
      padding-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .c-rankingList_node:nth-child(n+2) {
      width: calc((100% - 25px) / 2);
      padding-top: 16px;
      margin-top: 30px; } }
  @media only screen and (min-width: 768px) {
    .c-rankingList_node:nth-child(n+2) {
      margin-left: 40px; } }

.c-rankingList_img {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .c-rankingList_img a, .c-rankingList_img span {
    position: relative;
    display: block;
    background-color: #fff;
    background-position: center center;
    background-size: cover; }
    .c-rankingList_img a:before, .c-rankingList_img span:before {
      content: "";
      display: block;
      padding-bottom: 66.666%; }
    @media only screen and (min-width: 768px) {
      .c-rankingList_node:nth-child(1) .c-rankingList_img a:before, .c-rankingList_node:nth-child(1) .c-rankingList_img span:before {
        padding-bottom: 138.54%; } }
  .c-rankingList_img img {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    height: 100%;
    margin: auto; }

.c-rankingList_img_inner:after, .c-rankingList_img_inner:before {
  position: absolute;
  display: block;
  content: '';
  width: 0%;
  height: 0%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1; }

.c-rankingList_img_inner:before {
  top: 0;
  left: 0;
  border-top: 2px solid #E26424;
  border-left: 2px solid #E26424; }

.c-rankingList_img_inner:after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #E26424;
  border-bottom: 2px solid #E26424; }

@media only screen and (min-width: 1025px) {
  .c-rankingList_img_inner:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1; }
  .c-rankingList_img_inner:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1; } }

.c-rankingList_info {
  position: relative;
  margin-top: 12px; }
  @media only screen and (max-width: 767px) {
    .c-rankingList_node:nth-child(1) .c-rankingList_info {
      margin-top: 20px; } }
  @media only screen and (min-width: 768px) {
    .c-rankingList_node:nth-child(1) .c-rankingList_info {
      margin-top: 20px; } }

.c-rankingList_title {
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.1em; }
  @media only screen and (min-width: 768px) {
    .c-rankingList_title {
      font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-size: 15px;
      height: 93px; } }
  @media only screen and (max-width: 767px) {
    .c-rankingList_node:nth-child(1) .c-rankingList_title {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .c-rankingList_node:nth-child(n+2) .c-rankingList_title {
      font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    .c-rankingList_node:nth-child(n+2) .c-rankingList_title {
      font-size: 13px; } }

@media only screen and (max-width: 767px) {
  .c-rankingList_node:nth-child(n+2) .c-rankingList_link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; } }

@media only screen and (min-width: 768px) {
  .c-rankingList_link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; } }

.c-rankingIndex {
  position: absolute;
  display: inline-block;
  letter-spacing: 0em;
  color: #808080;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .c-rankingIndex {
      top: 0;
      right: 4px;
      font-size: 30px; } }
  @media only screen and (min-width: 768px) {
    .c-rankingIndex {
      top: 12px;
      right: 18px;
      font-size: 34px; } }
  .c-rankingIndex i {
    font-size: 20px; }
  @media only screen and (max-width: 767px) {
    .c-rankingList_node:nth-child(1) .c-rankingIndex {
      top: 0px;
      right: 8px;
      font-size: 44px; } }
  @media only screen and (min-width: 768px) {
    .c-rankingList_node:nth-child(1) .c-rankingIndex {
      top: 16px;
      right: 24px;
      font-size: 44px; } }
  .c-rankingList_node:nth-child(1) .c-rankingIndex i {
    font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .c-rankingList_node:nth-child(1) .c-rankingIndex i {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) {
      .c-rankingList_node:nth-child(1) .c-rankingIndex i {
        font-size: 28px; } }

.c-bannerSection {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-bannerSection {
      padding: 40px 0 80px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-bannerSection {
      padding: 76px 0 124px 40px;
      margin: 120px 0 0 0; } }
  @media only screen and (min-width: 1025px) {
    .c-bannerSection {
      padding: 76px 0 124px 0;
      margin: 120px 0 0 0; } }

.c-banner_title {
  font-size: 22px;
  letter-spacing: .2em; }
  @media only screen and (max-width: 767px) {
    .c-banner_title {
      margin-left: 20px; } }

.c-bannerBox {
  overflow-x: auto;
  overflow-scrolling: touch;
  width: 100%;
  white-space: nowrap;
  scrollbar-width: none; }
  @media only screen and (max-width: 767px) {
    .c-bannerBox {
      position: relative;
      margin-top: 40px; } }
  @media only screen and (min-width: 768px) {
    .c-bannerBox {
      margin-top: 48px; } }
  .c-bannerBox::-webkit-scrollbar {
    display: none; }

@media only screen and (max-width: 767px) {
  .c-bannerList {
    padding: 0 20px; } }

.c-bannerList_node {
  display: inline-block;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .c-bannerList_node {
      width: 200px;
      height: 120px; } }
  @media only screen and (min-width: 768px) {
    .c-bannerList_node {
      width: 240px;
      height: 144px; } }
  @media only screen and (max-width: 767px) {
    .c-bannerList_node:nth-child(n+2) {
      margin-left: 20px; } }
  @media only screen and (min-width: 768px) {
    .c-bannerList_node:nth-child(n+2) {
      margin-left: 40px; } }
  @media only screen and (max-width: 767px) {
    .c-bannerList_node:last-child {
      margin-right: 20px; } }
  @media only screen and (min-width: 768px) {
    .c-bannerList_node:last-child {
      margin-right: 40px; } }
  .c-bannerList_node img {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    height: 100%;
    width: auto;
    margin: auto;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @media only screen and (min-width: 1025px) {
    .c-bannerList_node:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }

@media only screen and (max-width: 767px) {
  .c-bannerList_link {
    width: 200px;
    height: 120px; } }

@media only screen and (min-width: 768px) {
  .c-bannerList_link {
    width: 240px;
    height: 144px; } }

.c-bannnerBg {
  position: absolute;
  background-color: rgba(255, 239, 216, 0.4);
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    .c-bannnerBg {
      top: 0;
      right: -5px;
      width: 58.66667%;
      height: 100%;
      -webkit-box-shadow: inset 0px 0px 5px 5px #fff;
      box-shadow: inset 0px 0px 5px 5px #fff; } }
  @media only screen and (min-width: 768px) {
    .c-bannnerBg {
      bottom: 25px;
      right: -15px;
      width: 61.11111%;
      height: 394px;
      -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
      box-shadow: inset 0px 0px 15px 15px #fff; } }

.c-blogList_img {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .c-blogList_img {
      margin-bottom: 7px; } }
  @media only screen and (max-width: 767px) {
    .c-blogList_img {
      margin-bottom: 10px; } }

.c-blogList_link {
  position: relative;
  display: block;
  background-color: #fff;
  background-position: center center;
  background-size: cover; }
  .c-blogList_link:before {
    content: "";
    display: block;
    padding-bottom: 61.78%; }

.c-blogList_link_inner:after, .c-blogList_link_inner:before {
  position: absolute;
  display: block;
  content: '';
  width: 0%;
  height: 0%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1; }

.c-blogList_link_inner:before {
  top: 0;
  left: 0;
  border-top: 2px solid #E26424;
  border-left: 2px solid #E26424; }

.c-blogList_link_inner:after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #E26424;
  border-bottom: 2px solid #E26424; }

@media only screen and (min-width: 1025px) {
  .c-blogList_link_inner:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1; }
  .c-blogList_link_inner:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1; } }

.c-blogList_innerImg {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: 100%;
  margin: auto; }

@media only screen and (min-width: 768px) {
  .c-blogList_innerImg-vertical {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .c-blogList_innerImg-horizontal {
    display: none !important; } }

.c-blogList_info_lead {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #808080; }
  @media only screen and (max-width: 767px) {
    .c-blogList_info_lead {
      font-size: 12px;
      letter-spacing: .08em;
      line-height: 1.8; } }
  @media only screen and (min-width: 768px) {
    .c-blogList_info_lead {
      font-size: 13px;
      line-height: 1.7; } }
  .c-blogList_info_lead + .c-blogList_info_title {
    margin-top: 4px; }

.c-blogList_info_title {
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .c-blogList_info_title {
      font-size: 16px;
      line-height: 1.56;
      letter-spacing: .08em; } }
  @media only screen and (min-width: 768px) {
    .c-blogList_info_title {
      font-size: 20px;
      line-height: 1.6; } }

.c-blogList_info_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media only screen and (max-width: 767px) {
    .c-blogList_info_foot {
      margin-top: 19px; } }
  @media only screen and (min-width: 768px) {
    .c-blogList_info_foot {
      margin-top: 30px; } }

.c-blogList_info_category {
  color: #E26424; }
  @media only screen and (max-width: 767px) {
    .c-blogList_info_category {
      font-size: 12px;
      letter-spacing: .05em; } }
  @media only screen and (min-width: 768px) {
    .c-blogList_info_category {
      font-size: 13px;
      letter-spacing: .15em; } }
  @media only screen and (min-width: 1025px) {
    .ie .c-blogList_info_category {
      display: inline-block;
      padding-top: 4px; } }

.c-blogList_info_date {
  position: relative;
  color: #808080; }
  @media only screen and (max-width: 767px) {
    .c-blogList_info_date {
      font-size: 12px;
      padding-right: 15px;
      margin-right: 15px; } }
  @media only screen and (min-width: 768px) {
    .c-blogList_info_date {
      font-size: 13px;
      letter-spacing: .15em;
      padding-right: 16px;
      margin-right: 16px; } }
  .c-blogList_info_date:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 13px;
    width: 1px;
    background-color: #808080; }
    @media only screen and (max-width: 1024px) {
      .c-blogList_info_date:after {
        height: 12px; } }
    @media only screen and (min-width: 1025px) {
      .c-blogList_info_date:after {
        height: 13px; } }

.c-scrollbar {
  position: absolute; }
  @media only screen and (min-width: 1025px) {
    .c-scrollbar {
      position: absolute;
      bottom: 0;
      right: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 44.44444%;
      max-width: 480px;
      height: 80px; } }

@media only screen and (min-width: 1025px) {
  .c-scrollbar_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 480px;
    height: 80px;
    margin-left: auto; } }

@media only screen and (min-width: 1025px) {
  .c-scrollbar_border {
    position: relative;
    width: 100%;
    height: 1px;
    margin: auto 0 auto auto;
    background-color: #EAD2AF; } }

@media only screen and (min-width: 1025px) {
  .c-scrollbar_thumb {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease; } }

@media only screen and (min-width: 1025px) {
  .c-scrollbar_arrow {
    width: 14px;
    height: 28px;
    background-size: 100% 100%;
    background-position: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; } }

.is-drag .c-scrollbar_arrow {
  opacity: 0; }

@media only screen and (min-width: 1025px) {
  .c-scrollbar_arrow-prev {
    margin-right: 24px;
    background-image: url(../../assets/svg/arrow_prev-bold.svg); } }

[data-bar="hidePrev"] .c-scrollbar_arrow-prev {
  opacity: 0; }

@media only screen and (min-width: 1025px) {
  .c-scrollbar_arrow-next {
    margin-left: 24px;
    background-image: url(../../assets/svg/arrow_next-bold.svg); } }

[data-bar="hideNext"] .c-scrollbar_arrow-next {
  opacity: 0; }

@media only screen and (min-width: 1025px) {
  .c-scrollbar_thumb_frame {
    position: relative;
    overflow: visible;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 1px #E26424;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-transition: opacity .3s ease, -webkit-box-shadow .5s ease;
    transition: opacity .3s ease, -webkit-box-shadow .5s ease;
    transition: box-shadow .5s ease, opacity .3s ease;
    transition: box-shadow .5s ease, opacity .3s ease, -webkit-box-shadow .5s ease; } }

@media only screen and (min-width: 1025px) {
  .c-scrollbar_thumb:hover .c-scrollbar_thumb_frame {
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08), inset 3px 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08), inset 3px 3px 6px rgba(0, 0, 0, 0.08); } }

.is-drag .c-scrollbar_thumb_frame {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-box-shadow: 0px 0px 0px transparent !important;
  box-shadow: 0px 0px 0px transparent !important; }

@media only screen and (min-width: 768px) {
  .c-scrollbar_thumb_text {
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 80px;
    text-align: center;
    color: #E26424;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; } }

.is-drag .c-scrollbar_thumb_text {
  opacity: 0; }

/* topSlider
-------------------------------------*/
.topSliderDetail_list {
  -webkit-transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms; }
  .is-hide .topSliderDetail_list {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.topDetailSlider-assetsWrap {
  -webkit-transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms; }
  .is-hide .topDetailSlider-assetsWrap {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.topSlider_bg {
  -webkit-transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms; }
  .is-hide .topSlider_bg {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }

/* topAboutSection
-------------------------------------*/
.topAboutImg:nth-child(1) {
  -webkit-transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms; }
  .is-hide .topAboutImg:nth-child(1) {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.topAboutImg:nth-child(2) {
  -webkit-transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms; }
  .is-hide .topAboutImg:nth-child(2) {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.topAboutImg:nth-child(3) {
  -webkit-transition: opacity 1.2s ease 300ms, -webkit-transform 1.2s ease 300ms;
  transition: opacity 1.2s ease 300ms, -webkit-transform 1.2s ease 300ms;
  transition: opacity 1.2s ease 300ms, transform 1.2s ease 300ms;
  transition: opacity 1.2s ease 300ms, transform 1.2s ease 300ms, -webkit-transform 1.2s ease 300ms; }
  .is-hide .topAboutImg:nth-child(3) {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.topAbout_title_text {
  -webkit-transition: opacity 1.2s ease 400ms, -webkit-transform 1.2s ease 400ms;
  transition: opacity 1.2s ease 400ms, -webkit-transform 1.2s ease 400ms;
  transition: opacity 1.2s ease 400ms, transform 1.2s ease 400ms;
  transition: opacity 1.2s ease 400ms, transform 1.2s ease 400ms, -webkit-transform 1.2s ease 400ms; }
  .is-hide .topAbout_title_text {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.topAboutTextArea {
  -webkit-transition: opacity 1.2s ease 500ms, -webkit-transform 1.2s ease 500ms;
  transition: opacity 1.2s ease 500ms, -webkit-transform 1.2s ease 500ms;
  transition: opacity 1.2s ease 500ms, transform 1.2s ease 500ms;
  transition: opacity 1.2s ease 500ms, transform 1.2s ease 500ms, -webkit-transform 1.2s ease 500ms; }
  .is-hide .topAboutTextArea {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.topAboutBg {
  -webkit-transition: opacity 1.2s ease 500ms, -webkit-transform 1.2s ease 500ms;
  transition: opacity 1.2s ease 500ms, -webkit-transform 1.2s ease 500ms;
  transition: opacity 1.2s ease 500ms, transform 1.2s ease 500ms;
  transition: opacity 1.2s ease 500ms, transform 1.2s ease 500ms, -webkit-transform 1.2s ease 500ms; }
  .is-hide .topAboutBg {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }

/* newPostSection
-------------------------------------*/
.newPost_title {
  -webkit-transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms; }
  .is-hide .newPost_title {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.newPostHead {
  -webkit-transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms; }
  .is-hide .newPostHead {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.newPostBox {
  -webkit-transition: opacity 1.2s ease 300ms, -webkit-transform 1.2s ease 300ms;
  transition: opacity 1.2s ease 300ms, -webkit-transform 1.2s ease 300ms;
  transition: opacity 1.2s ease 300ms, transform 1.2s ease 300ms;
  transition: opacity 1.2s ease 300ms, transform 1.2s ease 300ms, -webkit-transform 1.2s ease 300ms; }
  .is-hide .newPostBox {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.newPostBg {
  -webkit-transition: opacity 1.2s ease 300ms, -webkit-transform 1.2s ease 300ms;
  transition: opacity 1.2s ease 300ms, -webkit-transform 1.2s ease 300ms;
  transition: opacity 1.2s ease 300ms, transform 1.2s ease 300ms;
  transition: opacity 1.2s ease 300ms, transform 1.2s ease 300ms, -webkit-transform 1.2s ease 300ms; }
  .is-hide .newPostBg {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }

/* rankingSection
-------------------------------------*/
.rankingSection_title {
  -webkit-transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms; }
  .is-hide .rankingSection_title {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.c-rankingList {
  -webkit-transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms; }
  .is-hide .c-rankingList {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

/* c-banner_title
-------------------------------------*/
.c-banner_title {
  -webkit-transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms; }
  .is-hide .c-banner_title {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.c-bannerBox {
  -webkit-transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms; }
  .is-hide .c-bannerBox {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.c-bannnerBg {
  -webkit-transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms; }
  .is-hide .c-bannnerBg {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }

/* topNewsSection
-------------------------------------*/
.topNews_title {
  -webkit-transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms; }
  .is-hide .topNews_title {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.topNewsList {
  -webkit-transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms; }
  .is-hide .topNewsList {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

/* instagramSection
-------------------------------------*/
.instagramDetail {
  -webkit-transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms;
  transition: opacity 1.2s ease 100ms, transform 1.2s ease 100ms, -webkit-transform 1.2s ease 100ms; }
  .is-hide .instagramDetail {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

.instagramPostsArea {
  -webkit-transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms;
  transition: opacity 1.2s ease 200ms, transform 1.2s ease 200ms, -webkit-transform 1.2s ease 200ms; }
  .is-hide .instagramPostsArea {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

/*=============================================
	topHeader
==============================================*/
.topHeader {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .topHeader {
      padding: 0 40px 18px;
      margin: 0 -20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .topHeader {
      padding: 0 40px 40px;
      margin: 0; } }
  @media only screen and (min-width: 1025px) {
    .topHeader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 59px 0 0 0; } }

@media only screen and (max-width: 1024px) {
  .topHeader_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 1025px) {
  .topHeader_logo img {
    width: 260px;
    height: 94px; } }

.topHeader_siteName {
  letter-spacing: .1em;
  line-height: 2; }
  @media only screen and (max-width: 1024px) {
    .topHeader_siteName {
      font-size: 13px; } }
  @media only screen and (max-width: 320px) {
    .topHeader_siteName {
      font-size: 11px; } }
  @media only screen and (min-width: 1025px) {
    .topHeader_siteName {
      font-size: 16px;
      margin-left: 44px; } }
  .topHeader_siteName i {
    font-family: "futura-pt", "Josefin Sans", sans-serif; }

/*=============================================
	topSlider
==============================================*/
.topSlider {
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .topSlider {
      margin: 52px 0 0 0;
      padding-bottom: 35px; } }

/* ▼ slider共通 */
.topSlider_list,
.topSliderDetail_list {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap; }

.topSlider_list_node,
.topDetailSlider_list_node {
  display: inline-block;
  white-space: normal; }

/* ▲ slider共通 */
@media only screen and (max-width: 1024px) {
  .topSlider_list_node {
    width: calc(100vw - 40px); } }

@media only screen and (min-width: 1025px) {
  .topSlider_list_node {
    width: 800px;
    margin: 0 20px; } }

@media only screen and (max-width: 1024px) {
  .topSlider_list {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto 0 0;
    overflow: hidden;
    z-index: 2; } }

@media only screen and (max-width: 767px) {
  .topSliderDetail_list {
    width: calc(100% - 40px);
    margin: 0 auto 0 0; } }

@media only screen and (min-width: 768px) {
  .topSliderDetail_list {
    width: 540px;
    margin: 35px auto 0 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topSliderDetail_list {
    padding-left: 40px; } }

.topSlider_list_img {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .topSlider_list_img {
      padding-bottom: 138%; } }
  @media only screen and (min-width: 768px) {
    .topSlider_list_img {
      padding-bottom: 62%; } }
  .topSlider_list_img:before, .topSlider_list_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 2s ease;
    transition: 2s ease; }
    .is-cover .topSlider_list_img:before, .is-cover .topSlider_list_img:after {
      opacity: 1;
      visibility: visible; }
  .topSlider_list_img:before {
    background-color: #fff9ef; }
  .topSlider_list_img:after {
    background-image: -webkit-linear-gradient(340deg, white 0%, white 60%, rgba(255, 255, 255, 0) 80%);
    background-image: linear-gradient(110deg, white 0%, white 60%, rgba(255, 255, 255, 0) 80%);
    background-size: 200% 100%;
    background-position: 400% 0%;
    background-repeat: no-repeat; }
    .is-cover .topSlider_list_img:after {
      background-position: 0% 0%; }

.topSlideLink_img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }
  @media only screen and (min-width: 1025px) {
    .topSlider_list_node:hover .topSlideLink_img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: 400% 0%; } }

@keyframes gradient {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: 400% 0%; } }

@media only screen and (max-width: 767px) {
  .topsliderList_info {
    padding: 19px 0 40px 60px; } }

@media only screen and (max-width: 320px) {
  .topsliderList_info {
    padding-left: 40px; } }

.topSlider_bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 239, 216, 0.4); }
  @media only screen and (max-width: 767px) {
    .topSlider_bg {
      -webkit-box-shadow: inset 0px 0px 5px 5px #fff;
      box-shadow: inset 0px 0px 5px 5px #fff;
      right: -5px;
      width: calc(100% - 15px);
      height: 85%; } }
  @media only screen and (min-width: 768px) {
    .topSlider_bg {
      -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
      box-shadow: inset 0px 0px 15px 15px #fff;
      right: -15px;
      width: 62.5%;
      height: 336px; } }

@media only screen and (max-width: 767px) {
  .topDetailSlider-assetsWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    z-index: 1; } }

.is-cover .topDetailSlider-assetsWrap {
  opacity: 0; }

@media only screen and (max-width: 767px) {
  .topDetailSlider-assets {
    position: relative;
    width: 100%;
    padding-top: 138%; } }

@media only screen and (min-width: 768px) {
  .topDetailSlider-assets {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto !important;
    white-space: nowrap;
    height: 28px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topDetailSlider-assets {
    bottom: 0px;
    right: 40px; } }

@media only screen and (min-width: 1025px) {
  .topDetailSlider-assets {
    top: 552px;
    left: 620px; } }

@media only screen and (max-width: 767px) {
  .topDetailSlider-assets_inner {
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media only screen and (max-width: 767px) {
  .topDetailSlider-dotsWrap {
    display: inline-block;
    width: 40px; } }

@media only screen and (min-width: 768px) {
  .topDetailSlider-dotsWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto !important;
    margin: 0 40px; } }

.slick-dots {
  margin-top: 0;
  z-index: 1000; }
  @media only screen and (max-width: 767px) {
    .slick-dots {
      position: relative;
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .slick-dots {
      display: inline-block !important;
      width: auto !important; } }
  .slick-dots li {
    border-radius: 50%;
    border: solid 1px #F5966E; }
    @media only screen and (max-width: 767px) {
      .slick-dots li {
        display: block;
        width: 7px;
        height: 7px;
        margin: 12px auto; } }
    @media only screen and (min-width: 768px) {
      .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 6px; } }
    .slick-dots li.slick-active {
      background-color: #F5966E; }
    .slick-dots li a {
      padding: 0; }

.topDetailSlider_list_node:nth-child(n + 2) {
  opacity: 0; }

.topDetailSlider_arrow {
  background-image: url(../../assets/svg/arrow_next.svg);
  background-size: 100% 100%; }
  @media only screen and (max-width: 1024px) {
    .topDetailSlider_arrow {
      width: 28px;
      height: 28px; } }
  @media only screen and (min-width: 768px) {
    .topDetailSlider_arrow {
      cursor: pointer;
      width: 14px;
      height: 28px; } }

.topDetailSlider_arrow-prev {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/*=============================================
	topAbout
==============================================*/
@media only screen and (max-width: 767px) {
  .topAboutSection {
    margin: 64px 20px 0 0; } }

@media only screen and (min-width: 768px) {
  .topAboutSection {
    width: 92.59259%;
    max-width: 1000px;
    margin: 64px auto 0; } }

@media only screen and (min-width: 1025px) {
  .topAboutSection {
    padding-right: 80px; } }

.topAbout_inner {
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .topAbout_inner {
      padding-top: 100%; } }
  @media only screen and (min-width: 768px) {
    .topAbout_inner {
      padding-top: 86%; } }

.topAbout_title {
  position: absolute;
  color: #E26424; }
  @media only screen and (max-width: 767px) {
    .topAbout_title {
      top: 0;
      left: 11.26761%; } }
  @media only screen and (min-width: 768px) {
    .topAbout_title {
      top: 17.7665%;
      left: 39.13043%; } }
  .topAbout_title .topAbout_title_text {
    position: relative;
    font-size: 20px;
    letter-spacing: .3em;
    line-height: 1.75;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #E26424;
    padding-top: 85px;
    white-space: nowrap; }
    .topAbout_title .topAbout_title_text:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1px;
      height: 60px;
      background-color: #E26424; }
    .ie .topAbout_title .topAbout_title_text:before {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

.topAboutImg {
  position: absolute; }
  .topAboutImg:nth-child(1) {
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .topAboutImg:nth-child(1) {
        top: 0;
        right: 0;
        width: 33.80282%; } }
    @media only screen and (min-width: 768px) {
      .topAboutImg:nth-child(1) {
        top: 0;
        right: 6.52174%;
        width: 24.67391%; } }
  .topAboutImg:nth-child(2) {
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .topAboutImg:nth-child(2) {
        top: 27.04225%;
        left: 26.47887%;
        width: 50.70423%; } }
    @media only screen and (min-width: 768px) {
      .topAboutImg:nth-child(2) {
        top: 17.7665%;
        left: 0;
        width: 34.78261%; } }
  .topAboutImg:nth-child(3) {
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      .topAboutImg:nth-child(3) {
        bottom: 0;
        right: 0;
        width: 28.16901%; } }
    @media only screen and (min-width: 768px) {
      .topAboutImg:nth-child(3) {
        bottom: 0;
        right: 0;
        width: 19.56522%; } }
  .topAboutImg img {
    width: 100%; }

@media only screen and (max-width: 767px) {
  .topAboutTextArea {
    background-color: rgba(255, 239, 216, 0.4);
    -webkit-box-shadow: inset 0px 0px 5px 5px #fff;
    box-shadow: inset 0px 0px 5px 5px #fff;
    padding: 110px 20px 40px 45px;
    margin: -76px 20px 0 -5px;
    z-index: -1; } }

@media only screen and (min-width: 768px) {
  .topAboutTextArea {
    position: absolute;
    top: 56.09137%;
    left: 39.13043%; } }

.topAboutTextArea_lead {
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .topAboutTextArea_lead {
      letter-spacing: .11em;
      line-height: 2; } }
  @media only screen and (max-width: 320px) {
    .topAboutTextArea_lead {
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .topAboutTextArea_lead {
      line-height: 2.6; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .topAboutTextArea_lead {
      font-size: 16px; } }
  .topAboutTextArea_lead i {
    font-family: "futura-pt", "Josefin Sans", sans-serif; }

@media only screen and (max-width: 767px) {
  .topAboutTextArea_link {
    text-align: right;
    margin-top: 32px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topAboutTextArea_link {
    margin-top: 32px; } }

@media only screen and (min-width: 1025px) {
  .topAboutTextArea_link {
    margin-top: 42px; } }

.topAboutTextArea_link_text {
  position: relative;
  display: inline-block;
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .05em;
  padding-bottom: 10px;
  color: #808080; }
  @media only screen and (max-width: 767px) {
    .topAboutTextArea_link_text {
      font-size: 12px;
      margin: 32px 0 0 auto; } }
  @media only screen and (min-width: 768px) {
    .topAboutTextArea_link_text {
      font-size: 14px; } }
  .topAboutTextArea_link_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #808080;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .topAboutTextArea_link_text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #808080;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s ease .3s;
    transition: -webkit-transform .3s ease .3s;
    transition: transform .3s ease .3s;
    transition: transform .3s ease .3s, -webkit-transform .3s ease .3s; }
  @media only screen and (min-width: 1025px) {
    .topAboutTextArea_link_text:hover:after {
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1); }
    .topAboutTextArea_link_text:hover:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); } }

.topAboutBg {
  position: absolute;
  -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
  box-shadow: inset 0px 0px 15px 15px #fff;
  z-index: -1;
  background-color: rgba(255, 239, 216, 0.4); }
  @media only screen and (min-width: 768px) {
    .topAboutBg {
      top: 30.45685%;
      left: 19.56522%;
      width: 46.73913%; } }

.topAboutBg_inner {
  position: relative;
  width: 100%;
  padding-bottom: 100%; }

/*=============================================
	newPostSection
==============================================*/
.newPostSection {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .newPostSection {
      margin-top: 64px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .newPostSection {
      margin: 64px 0 0 0;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1025px) {
    .newPostSection {
      margin: 64px 0 0 -80px;
      padding-bottom: 120px; } }

.newPost_title {
  font-size: 22px;
  letter-spacing: .2em; }
  @media only screen and (max-width: 767px) {
    .newPost_title {
      margin-left: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .newPost_title {
      margin-left: 40px; } }
  @media only screen and (min-width: 1025px) {
    .newPost_title {
      margin-left: 80px; } }

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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newPostHead {
    margin: 50px 0 0 28px; } }

@media only screen and (min-width: 1025px) {
  .newPostHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0 0 80px;
    padding-right: 80px; } }

@media only screen and (max-width: 1024px) {
  .newPostCategoryList {
    overflow-x: auto;
    overflow-scrolling: touch;
    width: 100%;
    padding-left: 8px;
    white-space: nowrap;
    scrollbar-width: none; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newPostCategoryList {
    padding-left: 0px; } }

@media only screen and (min-width: 1025px) {
  .newPostCategoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.newPostCategoryList::-webkit-scrollbar {
  display: none; }

.newPostCategoryList_node {
  height: 40px;
  display: inline-block;
  cursor: pointer; }
  @media only screen and (max-width: 1024px) {
    .newPostCategoryList_node {
      display: inline-block;
      padding: 0 12px; } }
  @media only screen and (min-width: 1025px) {
    .newPostCategoryList_node + .newPostCategoryList_node {
      margin-left: 32px; } }
  .newPostCategoryList_node:last-child {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .newPostCategoryList_node:last-child {
        padding-left: 24px; } }
    @media only screen and (min-width: 768px) {
      .newPostCategoryList_node:last-child {
        padding-left: 32px; } }
    .newPostCategoryList_node:last-child:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 40px;
      background-color: #EAD2AF; }

.newPostCategoryList_text {
  display: block;
  font-size: 17px;
  letter-spacing: .2em;
  line-height: 40px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
  @media only screen and (min-width: 1025px) {
    .newPostCategoryList_text:hover {
      color: #E26424; } }
  .is-active .newPostCategoryList_text {
    color: #E26424; }

.newPostBox {
  overflow-x: auto;
  overflow-y: hidden;
  overflow-scrolling: touch;
  width: 100%;
  white-space: nowrap;
  scrollbar-width: none; }
  @media only screen and (max-width: 767px) {
    .newPostBox {
      position: relative;
      margin-top: 25px; } }
  @media only screen and (min-width: 768px) {
    .newPostBox {
      margin-top: 40px; } }
  .newPostBox::-webkit-scrollbar {
    display: none; }

@media only screen and (max-width: 767px) {
  .newPostList {
    height: 510px;
    padding: 0 20px; } }

@media only screen and (min-width: 768px) {
  .newPostList {
    padding: 0 80px 0 42px; } }

.newPostList_box {
  display: none;
  vertical-align: top; }
  [data-active-tab="all"] .newPostList_box[data-tab-body="all"] {
    display: inline-block; }
  [data-active-tab="know"] .newPostList_box[data-tab-body="know"] {
    display: inline-block; }
  [data-active-tab="visit"] .newPostList_box[data-tab-body="visit"] {
    display: inline-block; }
  [data-active-tab="use"] .newPostList_box[data-tab-body="use"] {
    display: inline-block; }
  [data-active-tab="gift"] .newPostList_box[data-tab-body="gift"] {
    display: inline-block; }
  [data-active-tab="enjoy"] .newPostList_box[data-tab-body="enjoy"] {
    display: inline-block; }
  [data-active-tab="make"] .newPostList_box[data-tab-body="make"] {
    display: inline-block; }
  [data-active-tab="sleep"] .newPostList_box[data-tab-body="sleep"] {
    display: inline-block; }

.newPostList_node {
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .newPostList_node {
      width: 240px; } }
  @media only screen and (min-width: 768px) {
    .newPostList_node {
      width: 500px;
      margin: 0 32px; } }
  @media only screen and (max-width: 767px) {
    .newPostList_node:nth-child(n+2) {
      margin-left: 6px; } }
  @media only screen and (max-width: 767px) {
    .newPostList_node:nth-child(5) {
      margin-right: 20px; } }
  @media only screen and (min-width: 768px) {
    .newPostList_node:nth-child(5) {
      margin-right: 64px; } }

.newPostList_img {
  position: relative;
  z-index: 1;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .newPostList_link:before {
    padding-bottom: 139.16%; } }

@media only screen and (min-width: 768px) {
  .newPostList_link:before {
    padding-bottom: 62%; } }

@media only screen and (max-width: 767px) {
  .newPostList_innerImg {
    width: auto;
    height: 100%; } }

.newPostList_info {
  white-space: normal; }
  @media only screen and (max-width: 767px) {
    .newPostList_info {
      margin-top: 20px; } }
  @media only screen and (min-width: 768px) {
    .newPostList_info {
      margin-top: 27px; } }

.newPostList_lead {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.83;
  letter-spacing: .05em;
  color: #808080; }
  @media only screen and (max-width: 767px) {
    .newPostList_lead {
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    .newPostList_lead {
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .newPostList_lead + .c-newPostList_title {
      margin-top: 4px; } }
  @media only screen and (min-width: 768px) {
    .newPostList_lead + .c-newPostList_title {
      margin-top: 4px; } }

.newPostList_title {
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: .08em; }
  @media only screen and (max-width: 767px) {
    .newPostList_title {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    .newPostList_title {
      font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .newPostList_titleLink {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; } }

@media only screen and (max-width: 767px) {
  .newPostList_infoFoot {
    position: relative;
    font-size: 16px;
    margin-top: 19px; } }

@media only screen and (min-width: 768px) {
  .newPostList_infoFoot {
    font-size: 18px;
    margin-top: 20px; } }

@media only screen and (max-width: 320px) {
  .newPostList_infoFoot .newIcon {
    position: absolute;
    top: -18px;
    left: 0; } }

.newPostBg {
  position: absolute;
  background-color: rgba(255, 239, 216, 0.4);
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    .newPostBg {
      bottom: 85px;
      right: -5px;
      width: 62.66667%;
      height: 60%;
      -webkit-box-shadow: inset 0px 0px 5px 5px #fff;
      box-shadow: inset 0px 0px 5px 5px #fff; } }
  @media only screen and (min-width: 768px) {
    .newPostBg {
      bottom: 30px;
      right: -15px;
      width: 57.40741%;
      height: 480px;
      -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
      box-shadow: inset 0px 0px 15px 15px #fff; } }

@media only screen and (max-width: 767px) {
  .newPost_button {
    width: 170px;
    margin: 40px auto 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newPost_button {
    width: 200px;
    margin: 40px auto 0; } }

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .newPost_button {
    display: none !important; } }

/*=============================================
	rankingSection
==============================================*/
@media only screen and (max-width: 767px) {
  .rankingSection {
    margin: 64px 20px; } }

@media only screen and (min-width: 768px) {
  .rankingSection {
    width: calc(100% - 80px);
    max-width: 1000px;
    margin: 90px auto; } }

@media only screen and (min-width: 1025px) {
  .rankingSection {
    padding-right: 80px; } }

.rankingSection_title {
  font-size: 22px;
  letter-spacing: .2em; }

/*=============================================
	instagramSection
==============================================*/
@media only screen and (max-width: 767px) {
  .instagramSection {
    margin: 64px 20px 0; } }

@media only screen and (min-width: 768px) {
  .instagramSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 100px);
    max-width: 1000px;
    margin: 120px auto; } }

@media only screen and (min-width: 1025px) {
  .instagramSection {
    padding-right: 80px; } }

.instagramSection.is-hidden {
  display: none; }

@media only screen and (min-width: 768px) {
  .instagramDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left; } }

.instagramDetail_title {
  font-size: 22px;
  letter-spacing: .3em; }

.instagramDetail_name {
  position: relative;
  position: relative;
  display: inline-block;
  color: #808080;
  margin-top: 24px; }
  .instagramDetail_name:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #808080;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .instagramDetail_name:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #808080;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s ease .5s;
    transition: -webkit-transform .3s ease .5s;
    transition: transform .3s ease .5s;
    transition: transform .3s ease .5s, -webkit-transform .3s ease .5s; }
  @media only screen and (min-width: 1025px) {
    .instagramDetail_name:hover:after {
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1); }
    .instagramDetail_name:hover:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); } }
  @media only screen and (max-width: 767px) {
    .instagramDetail_name {
      padding-bottom: 10px; } }
  @media only screen and (min-width: 768px) {
    .instagramDetail_name {
      padding-bottom: 10px; } }

.instagramDetail_name_link {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: block; }

.instagramDetail_button {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .instagramDetail_button {
      margin-top: 40px; } }
  @media only screen and (min-width: 768px) {
    .instagramDetail_button {
      margin-top: 80px; } }

@media only screen and (min-width: 768px) {
  .instagramPostsArea {
    width: 55.65217%; } }

.instagramPosts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .instagramPosts {
      margin-top: 40px; } }

.instagramPosts_node {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .instagramPosts_node {
      width: calc((100% - (10px * 2)) / 3); } }
  @media only screen and (min-width: 768px) {
    .instagramPosts_node {
      width: calc((100% - (16px * 2)) / 3); } }
  @media only screen and (max-width: 767px) {
    .instagramPosts_node + .instagramPosts_node {
      margin-left: 10px; } }
  @media only screen and (min-width: 768px) {
    .instagramPosts_node + .instagramPosts_node {
      margin-left: 16px; } }
  @media only screen and (max-width: 767px) {
    .instagramPosts_node:nth-of-type(n+4) {
      margin-top: 10px; } }
  @media only screen and (min-width: 768px) {
    .instagramPosts_node:nth-of-type(n+4) {
      margin-top: 16px; } }
  .instagramPosts_node:nth-of-type(3n+1) {
    margin-left: 0; }
  .instagramPosts_node img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .ie .instagramPosts_node img {
      height: auto; }
  .instagramPosts_node:after {
    display: block;
    padding-top: 100%;
    content: ''; }
  @media only screen and (min-width: 1025px) {
    .instagramPosts_node:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }

/*=============================================
	topNewsSection
==============================================*/
@media only screen and (max-width: 767px) {
  .topNewsSection {
    margin: 64px 20px 0; } }

@media only screen and (min-width: 768px) {
  .topNewsSection {
    width: calc(100% - 100px);
    max-width: 960px;
    margin: 120px auto 0; } }

@media only screen and (min-width: 1025px) {
  .topNewsSection {
    padding-right: 80px; } }

.topNews_title {
  font-size: 22px;
  letter-spacing: .2em; }

.topNewsList {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .topNewsList {
      margin-top: 40px; } }
  @media only screen and (min-width: 768px) {
    .topNewsList {
      margin-top: 48px; } }

.topNewsList_node {
  border-bottom: solid 1px #EAD2AF; }
  @media only screen and (max-width: 767px) {
    .topNewsList_node {
      padding-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    .topNewsList_node {
      padding-bottom: 27px; } }
  @media only screen and (max-width: 767px) {
    .topNewsList_node + .topNewsList_node {
      margin-top: 24px; } }
  @media only screen and (min-width: 768px) {
    .topNewsList_node + .topNewsList_node {
      margin-top: 27px; } }

@media only screen and (min-width: 768px) {
  .topNewsList_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; } }

.topNewsList_link:hover {
  opacity: .4; }

.topNewsList_node_time {
  position: relative;
  letter-spacing: 0.15em; }
  @media only screen and (max-width: 767px) {
    .topNewsList_node_time {
      font-size: 13px; } }
  @media only screen and (min-width: 768px) {
    .topNewsList_node_time {
      font-size: 15px;
      min-width: 124px;
      padding-right: 24px;
      margin-right: 24px; } }
  @media only screen and (min-width: 768px) {
    .topNewsList_node_time:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 15px;
      background-color: #808080; } }

.topNewsList_node_title {
  line-height: 1.56; }
  @media only screen and (max-width: 767px) {
    .topNewsList_node_title {
      font-size: 16px;
      margin-top: 10px; } }
  @media only screen and (min-width: 768px) {
    .topNewsList_node_title {
      font-size: 18px; } }
