@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * home.scss
 */
#home {
  /* PC
  --------------------------------------------------*/
  /* #wrapper */
  /* #header */
  /* .section */
  /* #mainVisual */
  /* #gourmetArea */
  /* #experienceArea */
  /* #archiveArea */
  /* #twitterArea */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#home #wrapper {
  padding-top: 0;
}
#home #header {
  background: none;
}
#home #header #hNav > .logo,
#home #header #hNav > .gNav {
  display: none;
}
#home #header #hNav > .triennale {
  background: #dcdcdc;
}
#home .section .title01 {
  margin-bottom: 20px;
  color: #0018c0;
}
#home .section .lead {
  color: #0018c0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
}
#home .section .spotsList {
  zoom: 1;
  margin-top: 30px;
  padding-left: 40px;
}
#home .section .spotsList:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#home .section .spotsList > li {
  float: left;
  width: 33.33%;
  margin-top: 20px;
  margin-left: 20px;
}
#home .section .spotsList > li:nth-child(3n+1) {
  clear: both;
  margin-left: -40px;
}
#home .section .spotsList > li:nth-child(1), #home .section .spotsList > li:nth-child(2), #home .section .spotsList > li:nth-child(3) {
  margin-top: 0;
}
#home .section .spotsList > li a.block {
  display: block;
  position: relative;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
#home .section .spotsList > li a.block:before, #home .section .spotsList > li a.block:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
}
#home .section .spotsList > li a.block:before {
  background-color: #0018c0;
  background-image: url(../imgs/arw-02_2_white.svg);
}
#home .section .spotsList > li a.block:after {
  background-color: #ffffff;
  background-image: url(../imgs/arw-02_2.svg);
  opacity: 0;
}
.noTouch #home .section .spotsList > li a.block:hover {
  background: #0018c0;
  color: #ffffff;
}
.noTouch #home .section .spotsList > li a.block:hover:before {
  opacity: 0;
}
.noTouch #home .section .spotsList > li a.block:hover:after {
  opacity: 1;
}
.noTouch #home .section .spotsList > li a.block:hover .text:before {
  border-bottom-color: #0018c0;
}
#home .section .spotsList > li a.block .text {
  padding: 20px 20px 50px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#home .section .spotsList > li a.block .text .ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.34;
}
#home .section .spotsList + .btn01 {
  margin-top: 40px;
}
#home #mainVisual {
  position: relative;
  height: 100vh;
  margin: 0 -8px;
  background: #ffffff;
}
#home #mainVisual .title {
  padding: 40px 0 30px;
  color: #0018c0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#home #mainVisual .title:after {
  content: '';
  display: block;
  width: 280px;
  height: 99px;
  margin: 20px auto 0;
  background: url(../imgs/home/logo.svg) no-repeat center center;
}
#home #mainVisual .anc {
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 216px;
  bottom: 0;
  left: 0;
  width: 100%;
  border: #0018c0 solid 8px;
}
#home #mainVisual .anc ul {
  zoom: 1;
  height: 100%;
  margin: 0 -4px;
}
#home #mainVisual .anc ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#home #mainVisual .anc ul li {
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  height: 100%;
  border-right: #0018c0 solid 4px;
  border-left: #0018c0 solid 4px;
}
#home #mainVisual .anc ul li a {
  display: block;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
}
#home #mainVisual .anc ul li a .txt {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#home #mainVisual .anc ul li a .txt span {
  display: block;
  margin-top: 15px;
  font-size: 42px;
}
#home #mainVisual .anc ul li a .arw {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -15px;
  border: #0018c0 solid 2px;
  border-radius: 15px;
  background: #ffffff;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#home #mainVisual .anc ul li a .arw:before, #home #mainVisual .anc ul li a .arw:after {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center right;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
#home #mainVisual .anc ul li a .arw:before {
  background-image: url(../imgs/arw-01_1.svg);
}
#home #mainVisual .anc ul li a .arw:after {
  background-image: url(../imgs/arw-01_1_white.svg);
  opacity: 0;
}
#home #mainVisual .anc ul li.gourmet a {
  background-image: url(../imgs/home/anc-gourmet.jpg);
}
#home #mainVisual .anc ul li.stay a {
  background-image: url(../imgs/home/anc-stay.jpg);
}
#home #mainVisual .anc ul li.experience a {
  background-image: url(../imgs/home/anc-experience.jpg);
}
.noTouch #home #mainVisual .anc ul li:hover .arw {
  background: #0018c0;
}
.noTouch #home #mainVisual .anc ul li:hover .arw:before {
  opacity: 0;
}
.noTouch #home #mainVisual .anc ul li:hover .arw:after {
  opacity: 1;
}
#home #mainVisual + .section {
  border-top: none;
}
#home #gourmetArea .spotsList > li:nth-child(3n+1) {
  clear: none;
  margin-left: 20px;
}
#home #gourmetArea .spotsList > li.gozen, #home #gourmetArea .spotsList > li:nth-child(3n+3) {
  clear: left;
  margin-left: -40px;
}
#home #gourmetArea .spotsList > li:nth-child(3) {
  margin-top: 20px;
}
#home #gourmetArea .spotsList > li.gozen {
  position: relative;
  width: 66.66%;
  min-height: 386px;
  padding: 0 10px;
  background: #ffffff url(../imgs/home/bg-gozen.jpg) no-repeat left center;
  background-size: auto 100%;
}
#home #gourmetArea .spotsList > li.gozen .txt {
  position: absolute;
  top: 50px;
  left: 40px;
  width: 260px;
  font-size: 16px;
  line-height: 1.5;
}
#home #gourmetArea .spotsList > li.gozen .txt dt {
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
#home #gourmetArea .spotsList > li.gozen .txt dt span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
#home #gourmetArea .spotsList > li.gozen .txt dd {
  letter-spacing: 0;
}
#home #gourmetArea .spotsList > li.gozen .link {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
#home #gourmetArea .spotsList > li.gozen .link a {
  display: inline-block;
  position: relative;
  padding: 0 36px 0 10px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
}
#home #gourmetArea .spotsList > li.gozen .link a .arw {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  background: #0018c0;
}
#home #gourmetArea .spotsList > li.gozen .link a .arw:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 13px;
  height: 10px;
  background: url(../imgs/arw-02_2_white.svg) no-repeat center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.noTouch #home #gourmetArea .spotsList > li.gozen .link a:hover .arw:after {
  -moz-animation: arwMoveLeft 0.3s ease-in 0s;
  -webkit-animation: arwMoveLeft 0.3s ease-in 0s;
  animation: arwMoveLeft 0.3s ease-in 0s;
}
#home #experienceArea .spotsList > li:nth-child(3n+1) {
  clear: none;
  margin-left: 20px;
}
#home #experienceArea .spotsList > li.festival, #home #experienceArea .spotsList > li:nth-child(3n+3) {
  clear: left;
  margin-left: -40px;
}
#home #experienceArea .spotsList > li:nth-child(3) {
  margin-top: 20px;
}
#home #experienceArea .spotsList > li.festival {
  position: relative;
  width: 66.66%;
  min-height: 420px;
  padding: 0 10px;
  background: #000000 url(../imgs/home/bg-festival.jpg) no-repeat left center;
  background-size: auto 100%;
}
#home #experienceArea .spotsList > li.festival .txt {
  position: absolute;
  top: 65px;
  right: 40px;
  width: 270px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
#home #experienceArea .spotsList > li.festival .txt dt {
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  line-height: 1;
}
#home #experienceArea .spotsList > li.festival .calendar {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#home #experienceArea .spotsList > li.festival .calendar a {
  display: inline-block;
  position: relative;
  padding: 0 36px 0 10px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
}
#home #experienceArea .spotsList > li.festival .calendar a .arw {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  background: #0018c0;
}
#home #experienceArea .spotsList > li.festival .calendar a .arw:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 13px;
  height: 10px;
  background: url(../imgs/arw-02_2_white.svg) no-repeat center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.noTouch #home #experienceArea .spotsList > li.festival .calendar a:hover .arw:after {
  -moz-animation: arwMoveLeft 0.3s ease-in 0s;
  -webkit-animation: arwMoveLeft 0.3s ease-in 0s;
  animation: arwMoveLeft 0.3s ease-in 0s;
}
#home #archiveArea .articleArchives {
  margin-top: 40px;
}
#home #twitterArea .list {
  zoom: 1;
  margin-top: 40px;
  padding-left: 90px;
}
#home #twitterArea .list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#home #twitterArea .list li {
  float: left;
  width: 25%;
  margin-left: 30px;
}
#home #twitterArea .list li:first-child {
  margin-left: -90px;
}
#home #twitterArea .list li a {
  display: block;
  color: #000000;
  font-size: 13px;
  line-height: 1.70;
  text-decoration: none;
}
#home #twitterArea .list li a .image .thumbnail {
  padding-bottom: 100%;
}
#home #twitterArea .list li a .image.noimage .thumbnail .img {
  background-size: contain;
}
#home #twitterArea .list li a .text {
  margin-top: 15px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#home #twitterArea .list li a .date {
  text-align: right;
}
.noTouch #home #twitterArea .list li a:hover {
  color: #0018c0;
}
.noTouch #home #twitterArea .list li a:hover .icon {
  color: #0018c0;
}
.noTouch #home #twitterArea .list li a:hover .icon:before {
  opacity: 0;
}
.noTouch #home #twitterArea .list li a:hover .icon:after {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  #home {
    /* #mainVisual */
  }
  #home #mainVisual .anc li a .txt {
    font-size: 18px;
  }
  #home #mainVisual .anc li a .txt span {
    margin-top: 10px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #home {
    /* #wrapper */
    /* #header */
    /* .section */
    /* #mainVisual */
    /* #gourmetArea */
    /* #experienceArea */
    /* #archiveArea */
    /* #twitterArea */
  }
  #home #wrapper {
    padding-top: 0;
  }
  #home #header {
    top: 11px;
  }
  #home #header > .logo {
    display: none;
  }
  #home #header #hNav > .logo,
  #home #header #hNav > .gNav {
    display: block;
  }
  #home #header #hNav > .triennale {
    background: none;
  }
  #home .section .title01 {
    margin-bottom: 10px;
  }
  #home .section .lead {
    font-size: 15px;
    line-height: 1.6;
  }
  #home .section .spotsList {
    margin-top: 20px;
    padding-left: 0;
  }
  #home .section .spotsList > li {
    float: none;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }
  #home .section .spotsList > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #home .section .spotsList > li:nth-child(2), #home .section .spotsList > li:nth-child(3) {
    margin-top: 20px;
  }
  #home .section .spotsList > li a.block:before, #home .section .spotsList > li a.block:after {
    width: 20px;
    height: 20px;
    -moz-background-size: auto 6px;
    -o-background-size: auto 6px;
    -webkit-background-size: auto 6px;
    background-size: auto 6px;
  }
  #home .section .spotsList > li a.block .text {
    font-size: 15px;
    line-height: 1.6;
  }
  #home .section .spotsList > li a.block .text .ttl {
    margin-bottom: 5px;
    font-size: 21px;
  }
  #home .section .spotsList + .btn01 {
    margin-top: 20px;
  }
  #home #mainVisual {
    margin: 0 -6px;
  }
  #home #mainVisual .title {
    display: table;
    margin-left: auto;
    padding: 20px 20px;
    font-size: 13px;
    text-align: left;
  }
  #home #mainVisual .title:after {
    content: '';
    display: block;
    width: 170px;
    height: 60px;
    margin: 10px 0 0;
    background-size: contain;
  }
  #home #mainVisual .anc {
    overflow: hidden;
    top: 132px;
    border-width: 6px;
  }
  #home #mainVisual .anc ul {
    margin: 0;
  }
  #home #mainVisual .anc ul li {
    float: none;
    width: auto;
    height: 33.34%;
    border-right: none;
    border-left: none;
  }
  #home #mainVisual .anc ul li + li {
    height: 33.33%;
    border-top: #0018c0 solid 6px;
  }
  #home #mainVisual .anc ul li a .txt {
    left: 20px;
    width: auto;
    font-size: 17px;
    text-align: left;
  }
  #home #mainVisual .anc ul li a .txt span {
    margin-top: 10px;
    font-size: 27px;
  }
  #home #mainVisual .anc ul li a .arw {
    top: 50%;
    right: 25px;
    bottom: auto;
    left: auto;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-left: 0;
    border-radius: 10px;
  }
  #home #mainVisual .anc ul li a .arw:before, #home #mainVisual .anc ul li a .arw:after {
    top: 3px;
    left: 4px;
    width: 8px;
    height: 10px;
  }
  #home #mainVisual .anc ul li a .arw:before {
    background-image: url(../imgs/sp/arw-01_1.svg);
  }
  #home #mainVisual .anc ul li a .arw:after {
    background-image: url(../imgs/sp/arw-01_1_white.svg);
  }
  #home #mainVisual .anc ul li.gourmet a {
    background-image: url(../imgs/home/sp/anc-gourmet.jpg);
  }
  #home #mainVisual .anc ul li.stay a {
    background-image: url(../imgs/home/sp/anc-stay.jpg);
  }
  #home #mainVisual .anc ul li.experience a {
    background-image: url(../imgs/home/sp/anc-experience.jpg);
  }
  .noTouch #home #mainVisual .anc ul li:hover .arw {
    background: #0018c0;
  }
  .noTouch #home #mainVisual .anc ul li:hover .arw:before {
    opacity: 0;
  }
  .noTouch #home #mainVisual .anc ul li:hover .arw:after {
    opacity: 1;
  }
  #home #gourmetArea .spotsList > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #home #gourmetArea .spotsList > li.gozen, #home #gourmetArea .spotsList > li:nth-child(3n+3) {
    margin-left: 0;
  }
  #home #gourmetArea .spotsList > li.gozen {
    width: auto;
    min-height: 0;
    padding: 63.47% 20px 20px;
    background: #ffffff url(../imgs/home/sp/bg-gozen.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  #home #gourmetArea .spotsList > li.gozen .txt {
    position: static;
    width: auto;
    font-size: 15px;
    line-height: 1.6;
  }
  #home #gourmetArea .spotsList > li.gozen .txt dt {
    margin-bottom: 15px;
    font-size: 27px;
  }
  #home #gourmetArea .spotsList > li.gozen .txt dt span {
    font-size: 15px;
  }
  #home #gourmetArea .spotsList > li.gozen .link {
    position: static;
    margin-top: 15px;
    text-align: right;
  }
  #home #gourmetArea .spotsList > li.gozen .link a {
    padding: 0 30px 0 10px;
    line-height: 20px;
  }
  #home #gourmetArea .spotsList > li.gozen .link a .arw {
    width: 20px;
    height: 20px;
  }
  #home #gourmetArea .spotsList > li.gozen .link a .arw:after {
    top: 7px;
    left: 6px;
    width: 8px;
    height: 6px;
  }
  #home #experienceArea .spotsList > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #home #experienceArea .spotsList > li.festival, #home #experienceArea .spotsList > li:nth-child(3n+3) {
    margin-left: 0;
  }
  #home #experienceArea .spotsList > li.festival {
    width: auto;
    min-height: 0;
    padding: 56.56% 20px 20px;
    background: #000000 url(../imgs/home/sp/bg-festival.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  #home #experienceArea .spotsList > li.festival .txt {
    position: static;
    width: auto;
    font-size: 15px;
    line-height: 1.6;
  }
  #home #experienceArea .spotsList > li.festival .txt dt {
    margin-bottom: 15px;
    font-size: 27px;
  }
  #home #experienceArea .spotsList > li.festival .calendar {
    position: static;
    margin-top: 15px;
    text-align: right;
  }
  #home #experienceArea .spotsList > li.festival .calendar a {
    padding: 0 30px 0 10px;
    line-height: 20px;
  }
  #home #experienceArea .spotsList > li.festival .calendar a .arw {
    width: 20px;
    height: 20px;
  }
  #home #experienceArea .spotsList > li.festival .calendar a .arw:after {
    top: 7px;
    left: 6px;
    width: 8px;
    height: 6px;
  }
  #home #archiveArea .articleArchives {
    margin-top: 30px;
  }
  #home #twitterArea .list {
    margin-top: 20px;
    padding-left: 20px;
  }
  #home #twitterArea .list li {
    width: 50%;
    margin-left: 20px;
    padding-top: 20px;
  }
  #home #twitterArea .list li:first-child {
    margin-left: 0;
  }
  #home #twitterArea .list li:nth-child(-n+2) {
    padding-top: 0;
  }
  #home #twitterArea .list li:nth-child(odd) {
    clear: both;
    margin-left: -20px;
  }
  #home #twitterArea .list li a {
    line-height: 1.54;
  }
}
