@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  20% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  60% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes cloud {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  20% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  60% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes cloud-2 {
  20% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  60% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  40% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}

@keyframes cloud-2 {
  20% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  60% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  40% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}

@-webkit-keyframes cloud-3 {
  20% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@keyframes cloud-3 {
  20% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  95% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  95% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes yabane {
  to {
    background-position: -1500px 0;
  }
}

@keyframes yabane {
  to {
    background-position: -1500px 0;
  }
}

@-webkit-keyframes fuda {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fuda {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fuda-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fuda-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.pick_photo_02,
.pick_photo_04 {
  opacity: 0;
}

.isTablet .pick_photo_02,
.isIE9 .pick_photo_02,
.isTablet .pick_photo_04,
.isIE9 .pick_photo_04 {
  opacity: 1;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInRight2 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#main-area {
  background: url("../images/bg.png") repeat 0 0;
  overflow: hidden;
}

#breadcrumb {
  position: relative;
  z-index: 5;
}

.main-cover {
  width: 100%;
  position: relative;
  z-index: 0;
}

.main-cover .map {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 119.7%
}

.main-cover .map img {
  position: absolute;
  top: 0;
  left: 0;
}

.sdLocalPD .wrap {
  max-width: 1500px;
  padding: 0 15px;
}

.title-area {
  background: url("../images/ttl_bar.png") repeat-x 0 0;
  background-size: auto 100%;
  border-bottom: #fff 1px solid;
  -webkit-box-shadow: 0 6px 10px 0 rgba(217, 217, 217, 0.88);
  box-shadow: 0 6px 10px 0 rgba(217, 217, 217, 0.88);
}

.title-area .wrap {
  background-image: url("../images/ttl_ico.png"), url("../images/ttl_ico.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px center, right 20px center;
  background-size: auto 100%, auto 100%;
  text-align: center;
  max-width: 1500px;
  padding: 0 15px;
}

.title-area .title {
  width: 54.42176871%;
  display: inline-block;
}

.sdLocalPD section ~ section .title-area {
  margin-top: 60px;
}

.menu-area-select {
  padding-top: 50px;
}

.menu-area-select.box-wrap.block4 .box{
  width: 18%;
  margin-left: 1.8%;
}

.menu-area-select.box-wrap.block4 .box:nth-child(6){
  margin-left: 12%;
}

.menu-area-select.box-wrap.block4 .box:nth-child(n + 5) {
  margin-top: 0;
}

.menu-area-select.box-wrap.block4 .box:nth-child(n + 6) {
  margin-top: 35px;
}

.menu-area-select li {
  background: url("../images/red_bg.png") repeat 0 0;
  -webkit-box-shadow: 5px 6px 0 0 #d9d9d9;
  box-shadow: 5px 6px 0 0 #d9d9d9;
}

.menu-area-select li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-area-select li a::before {
  content: "";
  width: 92%;
  height: 92%;
  border: #000 2px solid;
  position: absolute;
  top: 3.5%;
  left: 3%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-area-select li a p {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-area-select li a p:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.menu-area-select li a:hover::before {
  width: 82%;
  height: 82%;
  top: 9%;
  left: 9%;
  background: rgba(0, 0, 0, 0.2);
}

.menu-area-select li a:hover p {
  opacity: 0;
}

.menu-area-select li a:hover p:nth-child(2) {
  opacity: 1;
}

.isTablet .menu-area-select li a:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.isTablet .menu-area-select li a:hover p {
  opacity: 1;
}

.isTablet .menu-area-select li a:hover p:nth-child(2) {
  display: none;
}

.isTablet .menu-area-select li a:hover::before {
  width: 92%;
  height: 92%;
  top: 3.5%;
  left: 3%;
  background: transparent;
}

.menu-cat-select {
  padding-top: 50px;
}

.menu-cat-select.box-wrap.block4 .box:nth-child(n + 5) {
  margin-top: 25px;
}

.menu-cat-select li a {
  display: block;
  background-size: 100% auto;
  position: relative;
}

.menu-cat-select li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/menu_cat_bg.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s, -webkit-transform 0.2s;
}

.menu-cat-select li a img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-cat-select li a:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
}

.isIE9 .menu-cat-select li a:hover::after,
.isTablet .menu-cat-select li a:hover::after {
  opacity: 1 !important;
}

.menu-cat-select li:nth-child(odd) a:hover img {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.isTablet .menu-cat-select li:nth-child(odd) a:hover img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.menu-cat-select li:nth-child(even) a:hover img {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.isTablet .menu-cat-select li:nth-child(even) a:hover img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#main-contents {
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
  min-height: 1100px;
}

.isTablet #main-contents {
  min-height: 800px;
}

#main-contents .noren {
  width: 4.62585034%;
  position: absolute;
}

#main-contents .noren.in {
  top: -40px;
}

#main-contents .noren_left_01 {
  left: 7.959183673%;
  top: -180px;
}

#main-contents .noren_left_01.in {
  -webkit-transition: 0.5s ease-in 0s;
  -o-transition: 0.5s ease-in 0s;
  transition: 0.5s ease-in 0s;
}

#main-contents .noren_left_02 {
  left: 14.21768707%;
  top: -160px;
}

#main-contents .noren_left_02.in {
  -webkit-transition: linear 0.8s;
  -o-transition: linear 0.8s;
  transition: linear 0.8s;
}

#main-contents .noren_left_03 {
  left: 20.81632653%;
  top: -100px;
}

#main-contents .noren_left_03.in {
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

#main-contents .noren_right_01 {
  left: 74.89795918%;
  top: -180px;
}

#main-contents .noren_right_01.in {
  -webkit-transition: linear 0.8s;
  -o-transition: linear 0.8s;
  transition: linear 0.8s;
}

#main-contents .noren_right_02 {
  left: 81.63265306%;
  top: -160px;
}

#main-contents .noren_right_02.in {
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

#main-contents .noren_right_03 {
  left: 88.43537415%;
  top: -120px;
}

#main-contents .noren_right_03.in {
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

#main-contents .sun {
  width: 0;
  height: 0;
  position: absolute;
  top: 10%;
  left: 50%;
  background: url("../images/top/hinomaru_bg.png") repeat 0 0;
  border-radius: 50%;
  z-index: 1;
}

#main-contents .sun.expansion {
  width: 30%;
  height: 26%;
  margin-top: -13%;
  margin-left: -15%;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

#main-contents .ttl_txt,
#main-contents .picK_photo {
  position: absolute;
  z-index: 2;
}

#main-contents .cloud {
  position: absolute;
  z-index: 3;
}

#main-contents .ttl_txt_00 {
  width: 42%;
  left: 28.6%;
  top: 1%;
}

#main-contents .ttl_txt_01 {
  width: 6.870748299%;
  left: 29.25170068%;
  top: 5.2%;
}

#main-contents .ttl_txt_02 {
  width: 5.510204082%;
  left: 36.12244898%;
  top: 6.5%;
}

#main-contents .ttl_txt_03 {
  width: 10.47619048%;
  left: 41.63265306%;
  top: 7.5%;
}

#main-contents .ttl_txt_04 {
  width: 7.414965986%;
  left: 52.10884354%;
  top: 4.3%;
}

#main-contents .ttl_txt_05 {
  width: 2.448979592%;
  left: 60.68027211%;
  top: 7.2%;
}

#main-contents .ttl_txt_06 {
  width: 5.034013605%;
  left: 64.21768707%;
  top: 6.8%;
}

#main-contents .ttl_txt_07 {
  width: 1.700680272%;
  left: 33.26530612%;
  top: -100%;
}

#main-contents .ttl_txt_07.fall {
  top: 3.6%;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

#main-contents .ttl_txt_08 {
  width: 1.224489796%;
  left: 35.30612245%;
  top: -100%;
}

#main-contents .ttl_txt_08.fall {
  top: 3.55%;
  -webkit-transition: ease 1s;
  -o-transition: ease 1s;
  transition: ease 1s;
}

#main-contents .ttl_txt_09 {
  width: 1.156462585%;
  left: 36.12244898%;
  top: -100%;
}

#main-contents .ttl_txt_09.fall {
  top: 4.9%;
  -webkit-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  transition: ease 0.8s;
}

#main-contents .ttl_txt_10 {
  width: 0.952380952%;
  left: 37.61904762%;
  top: -100%;
}

#main-contents .ttl_txt_10.fall {
  top: 4.8%;
  -webkit-transition: ease 0.6s;
  -o-transition: ease 0.6s;
  transition: ease 0.6s;
}

#main-contents .ttl_txt_11 {
  border: 2px solid #000;
  border-radius: 50%;
  width: 1.5%;
  height: 1.2%;
  left: 69.3877551%;
  top: -100%;
}

#main-contents .ttl_txt_11.fall {
  top: 9.6%;
  -webkit-animation: bounceInDown linear 1s;
  animation: bounceInDown linear 1s;
}

#main-contents .lead-txt {
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 14%;
  z-index: 2;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.8;
  z-index: 3;
}

#main-contents .lead-txt span {
  color: #fff;
  font-weight: bold;
}

#main-contents .pick_photo_01 {
  width: 44.3537415%;
  left: 0.952380952%;
  top: 18%;
}

#main-contents .pick_photo_02 {
  width: 22.31292517%;
  left: 0.952380952%;
  top: 48%;
}

#main-contents .pick_photo_03 {
  width: 19.11564626%;
  left: 77.82312925%;
  top: 34%;
}

#main-contents .pick_photo_04 {
  width: 40.88435374%;
  left: 50.95238095%;
  top: 67%;
}

#main-contents .cloud_01 {
  width: 7.074829932%;
  left: 29.59183673%;
  top: 26%;
  -webkit-animation: cloud 8s ease-in-out infinite alternate;
  animation: cloud 8s ease-in-out infinite alternate;
}

#main-contents .cloud_02 {
  width: 14.14965986%;
  left: 11.29251701%;
  top: 46%;
  -webkit-animation: cloud-3 8s ease-in-out infinite alternate;
  animation: cloud-3 8s ease-in-out infinite alternate;
}

#main-contents .cloud_03 {
  width: 6.870748299%;
  left: 77.95918367%;
  top: 49.8%;
  -webkit-animation: cloud-2 12s ease-in-out infinite alternate;
  animation: cloud-2 12s ease-in-out infinite alternate;
}

#main-contents .cloud_04 {
  width: 14.28571429%;
  left: 60.68027211%;
  top: 88.3%;
  -webkit-animation: cloud-2 10s ease-in-out infinite alternate;
  animation: cloud-2 10s ease-in-out infinite alternate;
}

#main-contents .fuda-area .fuda {
  width: 3.80952381%;
  margin-top: 30px;
  position: absolute;
  z-index: 5;
}

#main-contents .fuda-area .fuda div {
  background: url("../images/top/fuda.png") repeat-y 0 top;
  background-size: 100% auto;
  position: relative;
}

#main-contents .fuda-area .fuda div::before {
  content: "";
  background: url("../images/top/fuda_top.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}

#main-contents .fuda-area .fuda div::after {
  content: "";
  position: absolute;
  top: -85px;
  width: 250px;
  height: 90px;
  display: none;
  -webkit-animation: yabane 0.05s steps(6);
  animation: yabane 0.05s steps(6);
  z-index: 10;
}

#main-contents .fuda-area .fuda div > p {
  display: table;
  width: 100%;
}

#main-contents .fuda-area .fuda.yaR div::after {
  left: 20%;
  background: url("../images/top/yabane_r.png") repeat 0 0;
}

#main-contents .fuda-area .fuda.yaL div::after {
  right: 20%;
  background: url("../images/top/yabane_l.png") repeat 0 0;
}

#main-contents .fuda-area .fuda.yabane-on div::after {
  display: block;
}

#main-contents .fuda-area .fuda.swing div {
  -webkit-animation: fuda linear 0.1s;
  animation: fuda linear 0.1s;
  -webkit-transform-origin: center -30px 0;
  -ms-transform-origin: center -30px 0;
  transform-origin: center -30px 0;
}

#main-contents .fuda-area .fuda.swing2 div {
  -webkit-animation: fuda-2 linear 0.1s;
  animation: fuda-2 linear 0.1s;
  -webkit-transform-origin: center -30px 0;
  -ms-transform-origin: center -30px 0;
  transform-origin: center -30px 0;
}

#main-contents .fuda-area .fuda a {
  display: table-cell;
  text-align: center;
  width: 100%;
  padding: 10px 0 40px;
  text-decoration: none;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
  height: 160px;
  vertical-align: middle;
}

#main-contents .fuda-area .fuda a span {
  display: inline;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif, Helvetica;
  vertical-align: middle;
}

.isOtherDevice #main-contents .fuda-area .fuda a span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1.5;
}

.isOtherDevice #main-contents .fuda-area .fuda a span br {
  display: none;
}

.isIE #main-contents .fuda-area .fuda a span {
  padding-right: 5px;
}

#main-contents .fuda-area .fuda a i {
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#main-contents .fuda-area .fuda a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s, -webkit-transform 0.2s;
  z-index: 2;
}

#main-contents .fuda-area .fuda a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -3px;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#main-contents .fuda-area .fuda a:hover i {
  background: #fff;
}

#main-contents .fuda-area .fuda a:hover::after {
  border-left-color: #ce3737;
}

#main-contents .fuda-area .fuda a:hover::before {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

#main-contents .fuda-area .area-hokkaido {
  left: 71.34013605%;
  top: 25%;
  z-index: 6;
}

#main-contents .fuda-area .area-hokkaido.yabane-1 div::after {
  display: block;
}

#main-contents .fuda-area .area-tohoku {
  left: 67.07482993%;
  top: 40.5%;
}

#main-contents .fuda-area .area-kanto {
  left: 63.1292517%;
  top: 57%;
}

#main-contents .fuda-area .area-hokushinetsu {
  left: 58%;
  top: 52%;
}

#main-contents .fuda-area .area-tokai {
  left: 53%;
  top: 58%;
}

#main-contents .fuda-area .area-hokuriku {
  left: 53.3877551%;
  top: 55.5%;
}

#main-contents .fuda-area .area-kinki {
  left: 47.55102041%;
  top: 61.5%;
}

#main-contents .fuda-area .area-shikoku {
  left: 41.27210884%;
  top: 65.5%;
}

#main-contents .fuda-area .area-chugoku {
  left: 31.78911565%;
  top: 62.5%;
  z-index: 6;
}

#main-contents .fuda-area .area-kyusyu {
  left: 20.6122449%;
  top: 73%;
}

@media screen and(min-width: 0) and(max-width: 1199px) {
  #main-contents .lead-txt {
    font-size: 20px;
    font-size: 2rem;
  }

  #main-contents .fuda-area .fuda a {
    font-size: 18px;
    font-size: 1.8rem;
    height: 160px;
  }
}

@media screen and(min-width: 1151px) and(max-width: 1450px) {
  @-webkit-keyframes yabane {
    to {
      background-position: -1200px 0;
    }
  }
  @keyframes yabane {
    to {
      background-position: -1200px 0;
    }
  }

  #main-contents .fuda-area .fuda a {
    height: 160px;
  }

  #main-contents .fuda-area .fuda div::after {
    top: -72px;
    width: 200px;
    height: 75px;
  }

  #main-contents .fuda-area .fuda.yaR div::after {
    background-size: 1200px auto;
  }

  #main-contents .fuda-area .fuda.yaL div::after {
    background-size: 1200px auto;
  }
}

@media screen and(min-width: 1081px) and(max-width: 1150px) {
  @-webkit-keyframes yabane {
    to {
      background-position: -1080px 0;
    }
  }
  @keyframes yabane {
    to {
      background-position: -1080px 0;
    }
  }

  #main-contents .fuda-area .fuda a {
    height: 140px;
  }

  #main-contents .fuda-area .fuda div::after {
    top: -62px;
    width: 180px;
    height: 65px;
  }

  #main-contents .fuda-area .fuda.yaR div::after {
    background-size: 1080px auto;
  }

  #main-contents .fuda-area .fuda.yaL div::after {
    background-size: 1080px auto;
  }
}

@media screen and(min-width: 0) and(max-width: 1080px) {
  @-webkit-keyframes yabane {
    to {
      background-position: -900px 0;
    }
  }
  @keyframes yabane {
    to {
      background-position: -900px 0;
    }
  }

  #main-contents .fuda-area .fuda a {
    height: 140px;
  }

  #main-contents .fuda-area .fuda div::after {
    top: -54px;
    width: 150px;
    height: 54px;
  }

  #main-contents .fuda-area .fuda.yaR div::after {
    background-size: 900px auto;
  }

  #main-contents .fuda-area .fuda.yaL div::after {
    background-size: 900px auto;
  }
}

.isTablet #main-contents .lead-txt {
  font-size: 18px;
  font-size: 1.8rem;
}

.isTablet #main-contents .fuda-area .fuda a {
  padding-top: 0;
  padding-bottom: 22px;
  height: 110px;
  line-height: 1;
}

.isTablet #main-contents .fuda-area .fuda a i {
  display: none;
}

.isTablet #main-contents .fuda-area .fuda a::after {
  bottom: 8px;
  border-width: 4px 0 4px 6px;
  margin-left: -2px;
}

.isTablet #main-contents .fuda-area .fuda a::before {
  bottom: 3px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
}

.isTablet #main-contents .fuda-area .fuda a:hover::after {
  border-left-color: #fff;
}

.isTablet #main-contents .fuda-area .fuda a:hover::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.isTablet #main-contents .fuda-area .fuda div::before {
  top: -18px;
}

.isTablet #main-contents .fuda-area .fuda div::after {
  top: -43px;
  width: 120px;
  height: 43px;
  -webkit-animation: none;
  animation: none;
  display: block;
}

.isTablet #main-contents .fuda-area .fuda.yaR div::after {
  background-size: 720px auto;
}

.isTablet #main-contents .fuda-area .fuda.yaL div::after {
  background-size: 720px auto;
}
