@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*width関係*/
/* = animation = */
/*
-----------------------------------------------------------------------
style
-----------------------------------------------------------------------
*/
.index header {
  height: 915px;
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1200px;
}

.index header .head {
  width: 100%;
}

.index header .head .index-head {
  background: url(../images/common/gnav-bg.png) no-repeat;
  background-size: 100% auto;
  min-width: 1200px;
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 100px;
}

.index header .head .index-head::after {
  content: " ";
  display: block;
  clear: both;
}

.index header .head .index-head .ooshiro-top {
  display: block;
  width: 188px;
  height: 188px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -94px;
}

.index header .head .index-head .gnav {
  width: 1003px;
  margin: auto;
  padding-top: 5.8%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.index header .head .index-head .gnav::after {
  content: " ";
  display: block;
  clear: both;
}

.index header .head .index-head .gnav li {
  width: 134px;
}

.index header .head .index-head .gnav li:nth-child(3) {
  margin-right: 198px;
}

.index header .head .index-head .gnav li a {
  padding: 10px 0;
  display: block;
  transition: 0.5s;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

.index header .head .index-head .gnav li a:hover {
  color: #a40001;
}

.index header .head .top-catch {
  width: 1003px;
  margin: auto;
  text-align: center;
}

.index .main-content {
  position: relative;
}

.index .main-content::before {
  content: "";
  width: 984px;
  height: 60px;
  background: url(../images/index/city-icon.png) no-repeat;
  position: absolute;
  top: -58px;
  left: 50%;
  margin-left: -492px;
}

.index .main-content section.top-catch {
  width: 1003px;
  margin: auto;
  position: relative;
}

.index .main-content section.top-catch .inner {
  padding: 130px 0 100px;
  text-align: center;
  position: relative;
}

.index .main-content section.top-catch .inner p {
  color: #a40001;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.index section.pickup-block {
  margin: 100px 0;
  padding: 50px 0;
  background: #4b829a;
  position: relative;
}

.index section.pickup-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  background: url(../images/index/pickup/top.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -100px;
}

.index section.pickup-block:after {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  background: url(../images/index/pickup/bottom.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -100px;
}

.index section.pickup-block .pickup {
  margin-bottom: 20px;
}

.index section.pickup-block .pick-more {
  display: block;
  width: 190px;
  padding: 10px 0;
  margin: 70px auto 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}

.index section.pickup-block .pick-more:hover {
  color: #4b829a;
  background: #fff;
}

.index section.iso-block .iso-box {
  width: 870px;
  height: 567px;
  margin: 0 auto 140px;
  padding: 60px 0 0;
  background: url(../images/index/iso/bg.png) no-repeat center 60px;
  text-align: center;
}

.index section.iso-block .iso-box .iso-ttl {
  padding: 35px 0 10px;
}

.index section.iso-block .iso-box .iso-9001-ttl {
  text-align: center;
}

.index section.iso-block .iso-box .inner {
  padding: 40px;
  text-align: left;
}

.index section.iso-block .iso-box .inner::after {
  content: " ";
  display: block;
  clear: both;
}

.index section.iso-block .iso-box .inner .iso-img01 {
  line-height: 1.8;
  font-size: 1.6rem;
  width: 570px;
  display: inline-block;
  margin-right: 30px;
  font-weight: 500;
}

.index section.iso-block .iso-box .inner img {
  vertical-align: top;
}

.index section.iso-block .iso-box .inner img.iso-img02 {
  width: 172px;
}

.top-catch--title {
  display: none;
}

.iso-9100-ttl {
  background-color: #f2994f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 2.0rem;
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  .index header .head .index-head {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .index header {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .index header .head {
    height: 95px;
  }
  .index header .head .top-catch {
    width: 49%;
    position: absolute;
    top: calc(50% - 200px);
    left: 0;
    right: 0;
    margin: auto;
  }
  .index header .head .index-head .gnav {
    width: 100%;
  }
  .index header .head .index-head {
    background-image: url(../images/common/gnav-bg_sp.png);
    height: 95px;
  }
  .index header .head .index-head .ooshiro-top {
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    top: -15px;
    left: 0;
    right: 0;
  }
  .index header .head .index-head .ooshiro-top img {
    max-width: 100%;
    display: block;
  }
  .index .main-content:before {
    background-size: cover;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    height: 30px;
  }
  .index .main-content section.top-catch {
    width: 100%;
  }
  .index .main-content section.top-catch .inner {
    padding: 20px 40px;
  }
  .index .main-content section.top-catch .inner p {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 0;
  }
  .index .main-content section.top-catch .inner p + p {
    margin-top: 30px;
  }
  .top-catch--content {
    display: none;
  }
  .top-catch--title {
    color: #a40001;
    font-size: 1.5rem;
    display: block;
    border: 2px solid #a40001;
    padding: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .top-catch--title:before, .top-catch--title:after {
    content: '';
    display: block;
    background-color: #a40001;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
  }
  .top-catch--title:before {
    width: 1px;
    height: 20px;
    right: 26px;
  }
  .top-catch--title:after {
    width: 20px;
    height: 1px;
    right: 16px;
  }
  .top-catch.js-toggle .top-catch--title:before {
    transform: rotate(90deg) translateY(-50%);
    top: 30%;
    right: 35px;
  }
  .index section.pickup-block:before {
    background-size: contain;
    height: 30px;
    top: -29px;
  }
  .index section.pickup-block:after {
    display: none;
  }
  .index section.pickup-block .pick-more {
    font-size: 1.5rem;
  }
  .index section.iso-block {
    padding: 0 20px;
  }
  .index section.iso-block .iso-box {
    width: 100%;
    height: 100%;
    background: url(../images/index/iso/bg_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    margin-bottom: 40px;
  }
  .index section.iso-block .iso-box .iso-ttl {
    width: 60px;
    margin: auto;
    padding: 15px 0 7px;
  }
  .index section.iso-block .iso-box .inner {
    padding: 15px 25px;
  }
  .index section.iso-block .iso-box .inner .iso-img01 {
    margin: 0;
    width: 100%;
    display: block;
    font-size: 1.2rem;
  }
  .index section.iso-block .iso-box .inner img.iso-img02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 22.9vw;
    margin: 15px auto 0;
  }
  .iso-9100-ttl {
    font-size: 1.2rem;
    padding: 12px;
  }
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-container .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-container .simply-scroll-list {
  overflow: hidden;
  padding: 0;
}

.simply-scroll-container .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  padding: 0;
  margin: 0 36px 0 0;
  width: 214px;
  height: 214px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .simply-scroll-container .simply-scroll-list li {
    width: 110px;
    height: 110px;
  }
}

.simply-scroll-container .simply-scroll-list li a figure {
  position: relative;
  overflow: hidden;
  width: 214px;
}

@media screen and (max-width: 768px) {
  .simply-scroll-container .simply-scroll-list li a figure {
    width: 110px;
  }
}

.simply-scroll-container .simply-scroll-list li a figure img {
  display: inline-block;
  max-height: 214px;
}

.simply-scroll-container .simply-scroll-list li a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  transition: .3s;
  opacity: 0;
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.simply-scroll-container .simply-scroll-list li a figure figcaption:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .simply-scroll-container .simply-scroll-list li a figure figcaption:hover {
    display: none;
  }
}

.simply-scroll-container .simply-scroll-list li a figure figcaption h3 {
  padding: 50px 20px 15px;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}

.simply-scroll-container .simply-scroll-list li a figure figcaption p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  padding: 0 20px;
}

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}

@media screen and (max-width: 768px) {
  .simply-scroll-container .simply-scroll-list li {
    width: 110px;
    height: 110px;
  }
}

ul.fuwa {
  position: absolute;
  width: 1003px;
  height: 700px;
  top: 0;
  left: 50%;
  margin-left: -501.5px;
  z-index: 0;
}

ul.fuwa li {
  display: inline-block;
  position: absolute;
}

ul.fuwa li:nth-child(odd) {
  animation: horizontal1 2s ease-in-out infinite alternate;
}

ul.fuwa li:nth-child(even) {
  animation: horizontal2 2.4s ease-in-out infinite alternate;
}

ul.fuwa li:nth-child(1) {
  top: 140px;
  left: -160px;
}

ul.fuwa li:nth-child(2) {
  top: 80px;
  right: 100px;
}

ul.fuwa li:nth-child(3) {
  top: 240px;
  left: -100px;
}

ul.fuwa li:nth-child(4) {
  top: 300px;
  right: -140px;
}

ul.fuwa li:nth-child(5) {
  top: 530px;
  left: -110px;
}

ul.fuwa li:nth-child(6) {
  top: 540px;
  right: -110px;
}

ul.fuwa li img {
  display: block;
  animation: vertical 2.8s ease-in-out infinite alternate;
}

ul.fuwa li:nth-child(1) img,
ul.fuwa li:nth-child(6) img {
  animation-duration: 2.4s;
}

ul.fuwa li:nth-child(2) img,
ul.fuwa li:nth-child(4) img {
  animation-duration: 1.8s;
}

ul.fuwa li:nth-child(3) img,
ul.fuwa li:nth-child(5) img {
  animation-duration: 3s;
}

@media screen and (max-width: 768px) {
  ul.fuwa {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  ul.fuwa li:nth-child(3) {
    left: -50px;
  }
  ul.fuwa li:nth-child(4) {
    right: 0;
  }
  ul.fuwa li:nth-child(4) img {
    margin-left: auto;
  }
  ul.fuwa li:nth-child(6) {
    right: 0;
  }
  ul.fuwa li:nth-child(6) img {
    margin-left: auto;
  }
  ul.fuwa li img {
    width: 50%;
  }
}

@keyframes horizontal1 {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes horizontal2 {
  0% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
  .index .main-content section.top-catch {
    background: url(../images/index/portrait-bg.png) no-repeat;
  }
  .fuwa {
    display: none;
  }
}
