@charset "UTF-8";
/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 20px;
  line-height: 2;
  color: #000000;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 2.07143;
  }
}

body .preload .wow {
  opacity: 0 !important;
}

.sc {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
_:-ms-lang(x)::-ms-backdrop, .sc{
  opacity:1;
}
.sc.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1.5s;
}

.inner {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .inner {
    padding: 0 40px;
    max-width: 1040px;
    box-sizing: content-box;
  }
}

@media (max-width: 767px) {
  .inner {
    padding: 0 25px;
  }
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}

@media (max-width: 991px) {
  .tab {
    display: block;
  }
}

.main {
  overflow: hidden;
  display:block;
}

/* header
--------------------------*/
header {
  padding-top: 5%;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 10;
}

@media (max-width: 991px) {
  header {
    padding-top: 1%;
  }
}

@media (max-width: 767px) {
  header {
    padding-top: 10px;
  }
}

header h1 img {
  width: 30%;
}

@media (max-width: 991px) {
  header h1 img {
    width: 55%;
  }
}

@media (max-width: 767px) {
  header h1 img {
    width: 70%;
  }
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* util
---------------------------*/
a {
  color: #000000;
}

/* main-visual
-------------------------*/
.main-visual {
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  .main-visual {
    background: transparent url(../img/mv-bg-pc.png) no-repeat bottom center/cover;
    padding-bottom: 190px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-visual {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .main-visual {
    background: transparent url(../img/mv-bg-sp.png) no-repeat bottom center/cover;
    padding-bottom: 45px;
  }
}

.main-visual h2 {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-visual h2 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .main-visual h2 {
    margin-top: -20px;
  }
}

.main-visual h2 img {
  width: 90%;
}

@media (max-width: 767px) {
  .main-visual h2 img {
    width: 65%;
  }
}

.main-visual .mv-img-1 {
  margin-top: -110px;
  margin-bottom: -40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-visual .mv-img-1 {
    margin-top: -50px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .main-visual .mv-img-1 {
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -50px;
    margin-bottom: 0;
  }
}

.main-visual .mv-img-2-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .main-visual .mv-img-2-contents {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.main-visual .mv-img-2-contents .mv-img-2-content {
  width: calc(33.3333% - 5px * 2 / 3);
}

.main-visual .mv-img-3-contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main-visual .mv-img-3-contents .mv-img-3-content {
  width: calc(33.3333% - 5px * 2 / 3);
}

@media (max-width: 767px) {
  .main-visual .mv-img-3-contents .mv-img-3-content {
    width: calc(40% - 5px / 2);
  }
}

/* 長崎でトルコライスを食べたい！
---------------------------*/
.tabetai {
  text-align: center;
  background: #fff;
  position: relative;
  padding-top: 20px;
}
_:-ms-lang(x)::-ms-backdrop, .tabetai{
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabetai {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .tabetai {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .tabetai h2 img {
    width: 75%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tabetai h2 img {
    width: 90%;
  }
}

.tabetai .custom-shape-divider-top-1642830943 {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: scaleX(-1);
}

.tabetai .custom-shape-divider-top-1642830943 svg {
  position: relative;
  display: block;
  width: calc(153% + 1.3px);
  height: 150px;
}

.tabetai .custom-shape-divider-top-1642830943 .shape-fill {
  fill: #fff;
}

/* 名店
-------------------------*/
.meiten-sub-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33333;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .meiten-sub-title {
    font-size: 16px;
  }
}

.meiten-sub-title.sc {
  transform: translate3d(-50%, 30px, 0);
}

.meiten-sub-title.sc.is-active {
  transform: translate3d(-50%, 0, 0);
}

.meiten-sub-title::before {
  position: absolute;
  font-size: 62px;
  line-height: 1;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .meiten-sub-title::before {
    left: -100px;
  }
}

@media (max-width: 767px) {
  .meiten-sub-title::before {
    font-size: 30px;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
}
.meiten-sub-title::after {
  position: absolute;
  left: -250px;
  top: -200px;
  width: 298px;
  height: 247px;
}
_:-ms-lang(x)::-ms-backdrop, .meiten-sub-title::after {
  position: absolute;
  left: -250px;
  top: -220px;
  width: 298px;
  height: 247px;
}


@media (min-width: 768px) and (max-width: 991px) {
  .meiten-sub-title::after {
    left: -170px;
    top: -240px;
  }
}

@media (max-width: 767px) {
  .meiten-sub-title::after {
    left: 0;
    top: -140px;
    width: 150px;
    height: 123px;
  }
}

.meiten-title {
  font-size: 59px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .meiten-title {
    font-size: 30px;
    padding-bottom: 10px;
  }
}

.meiten-title span {
  font-size: 31px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .meiten-title span {
    font-size: 16px;
  }
}

.meiten-title::after {
  position: absolute;
  content: "";
  background: transparent url(../img/title-accent.svg) no-repeat center center/contain;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 81px;
}

@media (max-width: 767px) {
  .meiten-title::after {
    width: 100%;
    height: 40px;
  }
}

.meiten-concept {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .meiten-concept {
    margin-bottom: 40px;
  }
}

.meiten-concept .meiten-concept-txt {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.57895;
}

@media (max-width: 767px) {
  .meiten-concept .meiten-concept-txt {
    font-size: 19px;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.arch-title {
  margin-bottom: 20px;
  color: #f15a24;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

@media (max-width: 767px) {
  .arch-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.arch-title::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arch.svg) no-repeat center center/contain;
  width: 96px;
  height: 41px;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}

@media (max-width: 767px) {
  .arch-title::before {
    width: 48px;
    height: 20px;
    top: -20px;
  }
}

@media (min-width: 768px) {
  .df-text-contents {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .df-text-contents {
    display: block;
  }
}

@media (min-width: 768px) {
  .df-text-contents span {
    width: calc(50% - 30px / 2);
  }
}

.meiten-episode {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .meiten-episode {
    margin-bottom: 20px;
  }
}

.meiten-menu {
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .meiten-menu {
    margin-bottom: 70px;
  }
}

.meiten-menu .meiten-menu-txt {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .meiten-menu .meiten-menu-txt {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.meiten-menu .meiten-menu-txt span {
  font-size: 24px;
}

@media (max-width: 767px) {
  .meiten-menu .meiten-menu-txt span {
    font-size: 14px;
  }
}

.meiten-interview {
  margin-bottom: 130px;
}

@media (max-width: 767px) {
  .meiten-interview {
    margin-bottom: 60px;
  }
}

.meiten-interview .inner {
  max-width: 100%;
  padding: 0;
}

.meiten-interview .meiten-interview-voice {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .meiten-interview .meiten-interview-voice {
    font-size: 22px;
    line-height: 1.40909;
    margin-bottom: 10px;
  }
}

.meiten-interview .meiten-interview-chef {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .meiten-interview .meiten-interview-chef {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.meiten-interview .meiten-interview-chef span {
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .meiten-interview .meiten-interview-chef span {
    font-size: 12px;
  }
}

.meiten-interview .meiten-interview-chef .shop-name {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .meiten-interview .meiten-interview-chef .shop-name {
    margin-right: 15px;
  }
}

.meiten-interview .meiten-interview-chef-img {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .meiten-interview .meiten-interview-chef-img {
    background: #f7931e;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .meiten-interview .meiten-interview-chef-img {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .meiten-interview .meiten-interview-chef-img img {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .meiten-interview .meiten-interview-chef-img img {
    width: 90%;
  }
}

.meiten-interview .df-text-contents {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .meiten-interview .df-text-contents {
    padding: 0 40px;
    max-width: 1040px;
    box-sizing: content-box;
  }
}

@media (max-width: 767px) {
  .meiten-interview .df-text-contents {
    padding: 0 25px;
  }
}

@media (min-width: 768px) {
  .meiten-interview-movie .meiten-interview-movie-contents {
    display: flex;
    justify-content: space-between;
  }
  .meiten-interview-movie .meiten-interview-movie-contents1 {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .meiten-interview-movie .meiten-interview-movie-contents {
    display: block;
  }
  .meiten-interview-movie .meiten-interview-movie-contents1 {
    display: block;
  }
}

@media (max-width: 767px) {
  .meiten-interview-movie .meiten-interview-movie-contents {
    width: 80%;
    margin: 20px auto 0;
  }
  .meiten-interview-movie .meiten-interview-movie-contents1 {
    width: 80%;
    margin: 20px auto 0;
  }
}

@media (min-width: 768px) {
  .meiten-interview-movie .meiten-interview-movie-contents .meiten-interview-movie-content {
    width: calc(50% - 60px / 2);
  }
  .meiten-interview-movie .meiten-interview-movie-contents1 .meiten-interview-movie-content {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .meiten-interview-movie .meiten-interview-movie-contents .meiten-interview-movie-content {
    width: 80%;
    margin: 0 auto 40px;
  }
  .meiten-interview-movie .meiten-interview-movie-contents1 .meiten-interview-movie-content {
    width: 80%;
    margin: 0 auto 40px;
  }
}

@media (max-width: 767px) {
  .meiten-interview-movie .meiten-interview-movie-contents .meiten-interview-movie-content {
    margin-bottom: 30px;
  }
  .meiten-interview-movie .meiten-interview-movie-contents1 .meiten-interview-movie-content {
    margin-bottom: 30px;
  }
}

.meiten-interview-movie .meiten-interview-movie-contents .meiten-interview-movie-content p {
  text-align: center;
}
.meiten-interview-movie .meiten-interview-movie-contents1 .meiten-interview-movie-content p {
  text-align: center;
}

.meiten-menu-movie {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .meiten-menu-movie {
    width: 80%;
  }
}

.meiten-menu-movie::before {
  position: absolute;
  content: "";
  background: transparent url(../img/movie-accent-1.svg) no-repeat center center/contain;
  top: -25px;
  right: -20px;
  width: 76px;
  height: 78px;
}

@media (max-width: 767px) {
  .meiten-menu-movie::before {
    top: -10px;
    right: -10px;
    width: 33px;
    height: 30px;
  }
}

.meiten-menu-movie::after {
  position: absolute;
  content: "";
  background: transparent url(../img/movie-accent-2.svg) no-repeat center center/contain;
  bottom: -25px;
  left: -20px;
  width: 76px;
  height: 78px;
}

@media (max-width: 767px) {
  .meiten-menu-movie::after {
    bottom: -10px;
    left: -10px;
    width: 33px;
    height: 30px;
  }
}

/* 名店01
-------------------------------*/
.meiten-1 {
  background: transparent url(../img/pink-bg.jpg) no-repeat bottom center/cover;
  bottom: 0;
  padding-top: 180px;
  padding-bottom: 290px;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .meiten-1 {
    background: transparent url(../img/pink-bg-sp.png) no-repeat top center/cover;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 0;
  }
}

.meiten-1 .dakara {
  text-align: center;
  font-size: 51px;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .meiten-1 .dakara {
    font-size: 22px;
  }
}

.meiten-1 .dakara img {
  width: 184px;
}

@media (max-width: 767px) {
  .meiten-1 .dakara img {
    width: 80px;
  }
}

.meiten-1 .introduce {
  text-align: center;
  margin-bottom: 190px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .meiten-1 .introduce {
    margin-bottom: 270px;
  }
}

@media (max-width: 767px) {
  .meiten-1 .introduce {
    font-size: 16px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.meiten-1 .introduce span {
  font-size: 20px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .meiten-1 .introduce span {
    font-size: 10px;
  }
}

.meiten-01 .meiten-sub-title::before {
  content: "01";
}

.meiten-01 .meiten-sub-title::after {
  content: "";
  background: transparent url(../img/hukidashi-1.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .meiten-01 .meiten-gurmet-img {
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .meiten-01 .meiten-gurmet-img {
    margin-right: -30px;
    margin-left: -30px;
  }
}

/* meiten-02
----------------------------*/
.meiten-02 {
  background: transparent url(../img/meiten-2-bg-pc-ie.svg) no-repeat bottom center/cover;
  bottom: 0;
  padding-top: 250px;
  padding-bottom: 290px;
}
_:-ms-lang(x)::-ms-backdrop, .meiten-02 {
  background: transparent url(../img/meiten-2-bg-pc-ie.svg) no-repeat center center;
  background-size: 115%;
  position:relative;
  display:block;
}
_:-ms-lang(x)::-ms-backdrop, .meiten-02 .inner{
   margin-top:0px;
}
_:-ms-lang(x)::-ms-backdrop, .meiten-02  .meiten-interview-movie{
    padding-bottom:100px;
}
@media (max-width: 767px) {
  .meiten-02 {
    background: transparent url(../img/meiten-2-bg-sp.svg) no-repeat top center/cover;
    margin-top: 30px;
    padding-top: 115px;
    padding-bottom: 30px;
  }
}

.meiten-02 .meiten-sub-title::before {
  content: "02";
}

.meiten-02 .meiten-sub-title::after {
  content: "";
  background: transparent url(../img/hukidashi-2.png) no-repeat center center/contain;
}

.meiten-02 .meiten-title {
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .meiten-02 .meiten-title {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 29px;
  }
}

.meiten-02 .meiten-concept-txt {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 768px) {
  .meiten-02 .meiten-gurmet-img {
    width: 65%;
    margin: auto;
  }
}

/* 名店03
-------------------------------*/
.meiten-03 {
  background: transparent url(../img/pink-bg.jpg) no-repeat bottom center/cover;
  bottom: 0;
  padding-top: 290px;
  padding-bottom: 290px;
}

@media (max-width: 767px) {
  .meiten-03 {
    background: transparent url(../img/pink-bg-2-sp.png) no-repeat top center/cover;
    padding-top: 120px;
    padding-bottom: 30px;
    margin-top: 40px;
  }
}

.meiten-03 .meiten-sub-title::before {
  content: "03";
}

.meiten-03 .meiten-sub-title::after {
  content: "";
  background: transparent url(../img/hukidashi-3.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .meiten-03 .meiten-gurmet-img {
    width: 65%;
    margin: auto;
  }
}

/* まだまだ足りない！もっともっと知りたい！
----------------------------*/
.motto {
  background: transparent url(../img/footer-pink-bg.png) no-repeat top center/cover;
  padding-top: 280px;
  padding-bottom: 100px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .motto {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .motto {
    background: transparent url(../img/footer-pink-bg-sp.png) no-repeat top center/cover;
    padding-top: 150px;
    padding-bottom: 30px;
  }
}

.motto h2 {
  font-size: 60px;
  line-height: 1.31667;
  letter-spacing: 0.075em;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
  .motto h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .motto h2 {
    font-size: 25px;
  }
}

.motto p {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .motto p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .motto p {
    font-size: 14px;
    margin-left: -27px;
    margin-right: -27px;
  }
}

.motto p .sonna {
  font-size: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .motto p .sonna {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .motto p .sonna {
    font-size: 16px;
  }
}

.motto p .violet {
  color: #93278f;
  font-size: 42px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .motto p .violet {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .motto p .violet {
    font-size: 20px;
  }
}

/* せっかく、長崎に来たのだから！
----------------------------*/
.sekkaku {
  position: relative;
  padding-top: 240px;
  padding-bottom: 150px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sekkaku {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .sekkaku {
    padding-top: 120px;
    padding-bottom: 0px;
  }
}

.sekkaku:before {
  position: absolute;
  content: "";
  background: transparent url(../img/sekkaku-top.png) no-repeat top center/cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 196px;
}

@media (max-width: 767px) {
  .sekkaku:before {
    background: transparent url(../img/sekkaku-top-sp.png) no-repeat top center/cover;
    height: 124px;
  }
}

.sekkaku h2 {
  font-size: 66px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sekkaku h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .sekkaku h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.14516;
  }
}

.sekkaku .sub-title {
  font-size: 39px;
  line-height: 1.33333;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  margin-top: 55px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 90px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sekkaku .sub-title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .sekkaku .sub-title {
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.sekkaku .sub-title.sc {
  transform: translate3d(-50%, 30px, 0);
}

.sekkaku .sub-title.sc.is-active {
  transform: translate3d(-50%, 0, 0);
}

.sekkaku .sub-title::before, .sekkaku .sub-title::after {
  position: absolute;
  content: "";
  background: #000000;
  width: 2.65px;
  height: 60px;
}

@media (max-width: 767px) {
  .sekkaku .sub-title::before, .sekkaku .sub-title::after {
    width: 1.24px;
    height: 40px;
  }
}

.sekkaku .sub-title::before {
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
  left: -25px;
}

@media (max-width: 767px) {
  .sekkaku .sub-title::before {
    transform: translateY(-50%) rotate(-25deg);
    left: -15px;
  }
}

.sekkaku .sub-title::after {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  right: -25px;
}

@media (max-width: 767px) {
  .sekkaku .sub-title::after {
    transform: translateY(-50%) rotate(25deg);
    right: -15px;
  }
}

.sekkaku .spot .spot-img {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .sekkaku .spot .spot-img {
    margin-bottom: 10px;
  }
}

.sekkaku .spot p {
  line-height: 1.90909;
}

@media (min-width: 768px) {
  .sekkaku .spot p {
    font-size: 22px;
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 767px) {
  .sekkaku .spot p {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
}

.sekkaku .spot .camera-irust {
  width: 260px;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sekkaku .spot .camera-irust {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .sekkaku .spot .camera-irust {
    width: 130px;
  }
}

.sekkaku .spot .spot-img-contents {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .sekkaku .spot .spot-img-contents {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .sekkaku .spot .spot-img-contents .spot-img-content {
    width: 50%;
    margin-bottom: -40px;
  }
}

@media (min-width: 768px) {
  .sekkaku .spot .spot-img-contents .spot-img-content:nth-child(1) {
    margin-right: -20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sekkaku .spot .spot-img-contents .spot-img-content:nth-child(1) {
    margin-right: -10px;
  }
}

@media (min-width: 768px) {
  .sekkaku .spot .spot-img-contents .spot-img-content:nth-child(2) {
    margin-left: -15px;
    margin-top: -20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sekkaku .spot .spot-img-contents .spot-img-content:nth-child(2) {
    margin-left: -10px;
    margin-top: -10px;
  }
}

@media (min-width: 768px) {
  .sekkaku .spot .spot-img-contents .spot-img-content:nth-child(3) {
    margin-left: -15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sekkaku .spot .spot-img-contents .spot-img-content:nth-child(3) {
    margin-left: -10px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .sekkaku .spot .spot-img-contents .spot-img-content:nth-child(4) {
    margin-left: -25px;
    margin-top: -20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sekkaku .spot .spot-img-contents .spot-img-content:nth-child(4) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .sekkaku .spot.dezima .spot-img-contents .spot-img-content:nth-child(1) {
    margin-left: -20px;
  }
  .sekkaku .spot.dezima .spot-img-contents .spot-img-content:nth-child(2) {
    margin-top: -25px;
    margin-right: -30px;
  }
  .sekkaku .spot.dezima .spot-img-contents .spot-img-content:nth-child(3) {
    margin-top: -20px;
    margin-left: -20px;
    transform: rotate(-4deg);
  }
  .sekkaku .spot.dezima .spot-img-contents .spot-img-content:nth-child(4) {
    margin-top: -25px;
    transform: rotate(2deg);
  }
}

.sekkaku .spot.inasayama {
  margin-top: 130px;
}

@media (max-width: 767px) {
  .sekkaku .spot.inasayama {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .sekkaku .spot.inasayama .spot-img-contents .spot-img-content:nth-child(1) {
    margin-right: -30px;
  }
  .sekkaku .spot.inasayama .spot-img-contents .spot-img-content:nth-child(2) {
    margin-top: -20px;
    margin-left: -30px;
  }
  .sekkaku .spot.inasayama .spot-img-contents .spot-img-content:nth-child(3) {
    margin-top: -20px;
    margin-right: -20px;
    transform: rotate(-5deg);
  }
  .sekkaku .spot.inasayama .spot-img-contents .spot-img-content:nth-child(4) {
    margin-top: -10px;
    transform: rotate(-1deg);
  }
}

/* footer
----------------------------*/
footer {
  background: #000000;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 767px) {
  footer {
    padding: 10px 0;
  }
}

footer img {
  width: 80px;
}

@media (max-width: 767px) {
  footer img {
    width: 40px;
  }
}
