/* 全てのページに適用される */
@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

/*css ここから
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
html * {
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wrapper {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 0 0 0;
  font-family: sans-serif;
}
.imim-box {
  display: flex;
  justify-content: center;
}

/*フワッとJquery
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* 2つ以上を順番にフワッと */
.effect-fade {
  opacity: 0;
  transform: translateY(20px);
  transform: translate(0, 100px); /* (、2つ目は高さ) */
  transition: all 2000ms;
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/* 以下が追加の部分 */
/* 2つ目の要素に400msのdelayをかける */
.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/* 3つ目の要素に800msのdelayをかける */
.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
.main {
  display: flex;
}

.main img {
  display: flex;
}

/* ブログの横から入ってくるやつ*/

.box {
  opacity: 0; /* 初期値は透明にしておく */
  transition: 0.5s; /* 動くスピードを0.5秒に指定 */
  position: relative; /* 相対位置の設定 */
  right: 100px; /* 事前に下に50pxずらしておく */
}

.active {
  opacity: 1; /* 透明度を元に戻す */
  right: 0; /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}
/* アバウトの横から入ってくるやつ*/
.box1 {
  opacity: 0; /* 初期値は透明にしておく */
  transition: 0.5s; /* 動くスピードを0.5秒に指定 */
  position: relative; /* 相対位置の設定 */
  left: 100px; /* 事前に下に50pxずらしておく */
}
.active1 {
  opacity: 1; /* 透明度を元に戻す */
  left: 0; /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}

/*フワッとJquery
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* ヘッダーここから
ーーーーーーーーーーーーーーーーーーーーーー */
.fv {
  display: flex;
}
.fv img {
  object-fit: cover;
  height: 670px;
  object-position: bottom;
}

.header {
  position: relative;
}
.header-left:hover {
  color: orange;
}
.header::after {
  position: absolute;
  content: "";
  top: -150px;
  left: 30px;
  width: 100px;
  height: 100px;
  background-image: url(../images/logo-1.jpg);
  mix-blend-mode: multiply;
}
.posi2 {
  width: 100%;
  position: absolute;
  top: -128px;
}
.btn_design {
  background-color: white;
  color: #1a1a1a;
  transition: all 1s;
}

/* マウスオーバー時 */
.btn_design:hover {
  background-color: white;
  color: #1a1a1a;
  cursor: pointer;
  opacity: 1;
}
body :hover + .posi2 {
  background-color: aqua;
  opacity: 1;
}

/*キービュジュアルのホバー
---------------------------*/
/* ホバーサンプル for keyvisual
ーーーーーーーーーーーーーーーー  */
.sample10 {
  overflow: hidden;
  position: relative;
}
.sample10 .caption10 {
  font-size: 130%;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.sample10 .mask10 {
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: -250px; /* heightと同じ数字　枠の上に置いて表示しない */
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sample10:hover .mask10 {
  bottom: 0px; /* 下に降りてくるように見せる */
}
.sample10 img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.2); /* 1.2倍の大きさで表示 */
  transform: scale(1.2);
}
.sample10:hover img {
  margin-bottom: 0px; /* 画像の絵を下にずらす */
  -webkit-transform: scale(1); /* 元の大きさに戻す */
  transform: scale(1);
}

.mask10 {
  padding-top: 50px;
  text-align: center;
}
.mask6 ::after {
  border: 1px solid black;
  content: "ロケーションフォト";
  white-space: pre;
  padding-top: 35px;
  padding-bottom: 169px;
  padding-left: 21%;
  padding-right: 21%;
}
.mask1 ::after {
  border: 1px solid black;
  content: "星空フォト";
  padding-top: 35px;
  padding-bottom: 169px;
  padding-left: 24%;
  padding-right: 25%;
}
.mask2 ::after {
  border: 1px solid black;
  content: "ファミリーフォト";
  padding-top: 35px;
  padding-bottom: 169px;
  padding-left: 32%;
  padding-right: 32%;
}
.mask3 ::after {
  border: 1px solid black;
  content: "キッズフォト";
  padding-top: 35px;
  padding-bottom: 169px;
  padding-left: 29%;
  padding-right: 29%;
}
.mask4 ::after {
  border: 1px solid black;
  content: "毎年記念の一枚";
  padding-top: 35px;
  padding-bottom: 169px;
  padding-left: 27%;
  padding-right: 27%;
}
.mask5 ::after {
  border: 1px solid black;
  content: "フォトウエディング";
  padding-top: 35px;
  padding-bottom: 169px;
  padding-left: 25%;
  padding-right: 25%;
}

/* ヘッダーここまで 
ーーーーーーーーーーーーーーー*/
/* ホバー
for main's picture
ーーーーーーーーーーーーーーーー  */
/* 
.hov-anime {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hov-anime * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.hov-anime img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.hov-anime::after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 2s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hov-anime figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.hov-anime:hover:after,
.hov-anime.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
} */

/* ロケーションフォトここから 
ーーーーーーーーーーーーーーー*/
.loc {
  position: relative;
  padding-top: 5%;
  z-index: -11;
}
.loc-title {
  width: 40%;
  text-align: center;
  border-bottom: 1px #333333 solid;
  margin-left: 30%;
  margin-right: 30%;
  padding-bottom: 1%;
  font-size: 36px;
  margin-bottom: 20px;
}
.loc-nav {
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.loc-nav-li {
  width: 30%;
}
.loc-det-ul {
  list-style: circle;
  padding-top: 10px;
  padding-left: 10px;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-left: 30px;
}
.loc-nav2 {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.loc-pla {
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  border: 1px solid #333333;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
  margin-left: 2%;
  margin-bottom: 3%;
}
.loc-det {
  text-align: center;
  font-size: 22px;
  padding-top: 15px;
  line-height: 1.5;
  padding-left: 50px;
  padding-right: 50px;
}
/*苦手なホバーのアニメーション*/
.loc-bt-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  transition: all 1s;
}
.loc-button {
  font-size: 10px;
  margin-top: 5%;
  height: 7%;
  border-radius: 30px;
  border: 1px solid #333333;
  transition: all 1s;
  padding: 2% 5%;
}
.loc-button :hover {
  color: white;
  background-color: #333333;
  padding-right: 10%;
}
.loc-bt-box :hover {
  color: white;
  background-color: #333333;
  padding-right: 7%;
  border: 4px solid darkgray;
}
.loc-button:hover::after {
  content: "　　▷";
  color: white;
}

/* ロケーションフォトここまで 
ーーーーーーーーーーーーーーー*/
/* 星空フォトここから 
ーーーーーーーーーーーーーーー*/
.star {
  padding-top: 6%;
  position: relative;
  z-index: -1;
}
.star-title {
  width: 40%;
  text-align: center;
  border-bottom: 1px #333333 solid;
  margin-left: 30%;
  margin-right: 30%;
  padding-bottom: 1%;
  font-size: 36px;
  margin-bottom: 10px;
}
.star-nav {
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.star-nav li {
  width: 30%;
}
.star-nav2 {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.star-pla {
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  border: 1px solid #333333;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
  margin-left: 2%;
  margin-bottom: 3%;
}
.star-det {
  font-size: 16px;
  padding-left: 2%;
  letter-spacing: 1.1px;
  line-height: 1.5;
}
.following {
  display: flex;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  letter-spacing: 1.5px;
  line-height: 1.6;
  font-size: 16px;
}
.following h3 {
  font-size: 26px;
}

.follow-left {
  width: 50%;
}
.follow-right {
  width: 50%;
}
/* 星空フォトここまで 
ーーーーーーーーーーーーーーー*/
/* ファミリーフォトここから 
ーーーーーーーーーーーーーーー*/
.fami {
  padding-top: 6%;
}
.fami-title {
  width: 40%;
  text-align: center;
  border-bottom: 1px #333333 solid;
  margin-left: 30%;
  margin-right: 30%;
  padding-bottom: 2%;
  font-size: 24px;
}
.fami-nav {
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.fami-nav li {
  width: 22.5%;
}
.fami-nav1 {
  margin-left: 1.5%;
}
.fami-nav2 {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.fami-pla {
  width: 35%;
  height: 6%;
  border-radius: 20px;
  border: 1px solid #333333;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
  margin-left: 2%;
  margin-bottom: 3%;
}
.fami-det {
  font-size: 13px;
  padding-left: 2%;
}

/* ファミリーここまで 
ーーーーーーーーーーーーーーー*/
/* トラベルフォトここから 
ーーーーーーーーーーーーーーー*/
.tra {
  padding-top: 6%;
  position: relative;
  z-index: -1;
}
.tra-title {
  width: 40%;
  text-align: center;
  border-bottom: 1px #333333 solid;
  margin-left: 30%;
  margin-right: 30%;
  padding-bottom: 1%;
  font-size: 36px;
  margin-bottom: 10px;
}
.tra-nav {
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.tra-nav li {
  width: 48%;
}
.tra-nav1 {
  margin-right: 0.75%;
}
.tra-nav2 {
  margin-left: 0.75%;
}
.tra-pla {
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  border: 1px solid #333333;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
  margin-left: 2%;
  margin-bottom: 3%;
}
.tra-det {
  text-align: center;
  font-size: 22px;
  padding-top: 15px;
  line-height: 1.5;
  padding-left: 50px;
  padding-right: 50px;
}
.rep {
  padding-top: 30px;
}

/* Newここから 
ーーーーーーーーーーーーーーー*/
.new {
  padding-top: 6%;
  position: relative;
  z-index: -1;
}
.new-title {
  width: 40%;
  text-align: center;
  border-bottom: 1px #333333 solid;
  margin-left: 30%;
  margin-right: 30%;
  padding-bottom: 1%;
  font-size: 36px;
  margin-bottom: 10px;
}
.new-nav {
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.new-nav li {
  width: 48%;
}
.new-nav1 {
  margin-right: 0.75%;
}
.new-nav2 {
  margin-left: 0.75%;
}
.new-pla {
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  border: 1px solid #333333;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
  margin-left: 2%;
  margin-bottom: 3%;
}
.new-det {
  text-align: center;
  font-size: 22px;
  padding-top: 15px;
  line-height: 1.5;
  padding-left: 50px;
  padding-right: 50px;
}
.new-tit {
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
}

/* newここまで 
ーーーーーーーーーーーーーーー*/
/* CONTACTここから 
ーーーーーーーーーーーーーーー*/
.contact-box {
  padding-top: 100px;
}
.contact-h2 {
  font-size: 36px;
  text-align: center;
  border-bottom: black solid 1px;
  padding-bottom: 10px;
  margin-left: 30%;
  margin-right: 30%;
  margin-bottom: 30px;
}
.contact-ul {
  text-align: center;
}
.contact-li {
  list-style: circle;
  font-size: 22px;
  line-height: 1, 5;
}
.contact-li2 {
  list-style: circle;
  font-size: 22px;
  padding-top: 10px;
  line-height: 1, 5;
}

/* CONTACTここまで 
ーーーーーーーーーーーーーーー*/
/* フッターここから 
ーーーーーーーーーーーーーーー*/
.footer {
  display: flex;
  background-color: lightgray;
  margin-top: 5%;
}

.footer-left {
  width: 20%;
  font-size: 22px;
  padding-left: 20px;
}
.footer-nav {
  display: flex;
  justify-content: flex-end;
  padding-right: 1%;
  align-items: center;
  text-align: center;
  font-size: 15px;
  width: 1005px;
  margin-top: -5px;
  margin-right: 5%;
}
.footer-nav li {
  padding: 0 1%;
  font-size: 18px;
}
.footer-nav li :hover {
  text-decoration: underline;
}

span {
  font-size: 16px;
  margin-left: 10px;
}
.footer-text {
  display: flex;
  height: 60px;
  align-items: center;
  padding-left: 14%;
  width: 20%;
  text-align: end;
}

.footer6 {
  border: 1px solid black;
  justify-content: center;
  transition: all 1s;
  width: 100px;
  height: 35px;
  display: flex;
  align-items: center;
}

.footer-nav :nth-child(6) :hover {
  color: orange;
  background-color: #1a1a1a;
}
/* フッターここから 
ーーーーーーーーーーーーーーー*/
.footer-real {
  display: flex;
  background-color: lightgray;
  margin-top: 5%;
  padding-top: 18px;
  padding-bottom: 15px;
}

/* Jquery 
Top slide ------------------*/
.slider1 {
  width: 100%;
  overflow: hidden;
}
.posi {
  overflow: hidden;
}
.slick-next {
  right: 20px !important; /*矢印位置調整*/
  color: black;
}
.slick-prev {
  left: 20px !important;
  color: white;
}
.slick-arrow {
  z-index: 2 !important;
}
.slick-arrow:before {
  content: "" !important; /*デフォルトの画像を消す*/
  width: 100% !important;
  height: 135% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.slick-next:before {
  background: url(../images/right.png) !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(../images/left.png) !important;
  background-size: contain !important;
}
.slick-arrow {
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
}

@media screen and (max-width: 1365px) {
  .posi2 {
    top: -10.37728937729vw;
  }
}

@media screen and (max-width: 768px) {
  .loc-pla {
    width: 80%;
  }
  .loc-det {
    padding-top: 45px;
    font-size: 18px;
    letter-spacing: 1.2px;
  }
  .new-det {
    padding-top: 45px;
    font-size: 18px;
    letter-spacing: 1.2px;
  }

  .star-pla {
    width: 80%;
  }
  .fami-pla {
    margin-top: 15px;
    width: 45%;
  }
  .tra-det {
    font-size: 18px;
    padding-top: 45px;
    letter-spacing: 1.2px;
  }

  .tra-pla {
    width: 80%;
  }
  .posi2 {
    top: -593px;
  }
  .fami-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .fami-nav li {
    width: 45%;
    margin-bottom: 25px;
  }
  .fv img {
    height: unset;
  }

  #nav-drawer {
    position: fixed; /*  オリジナル ハンバーガーの位置調整 */
    padding: 25px 0 0 90%; /*  オリジナル ハンバーガーの位置調整 */
    width: 100%;
    right: 20px;
    z-index: 2;
  }

  .header-logo-menu {
    /*  オリジナル ハンバーガーの位置調整 */
    width: 100%;
    padding: 10px;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーの形をCSSで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 30px; /*長さ*/
    border-radius: 3px;
    display: block;
    content: "";
    cursor: pointer;
    background-color: black;
    opacity: 1;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    padding-right: 50px;
    z-index: 998;
    width: 90%;
    max-width: 330px; /*最大幅（お好みで調整を）*/
    height: 470px;
    background: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  /*チェックがついたら表示させる*/
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0;
    z-index: -20;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }

  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }

  .logo-area {
    text-align: center;
    margin: auto;
  }
  .header-nav li {
    font-size: 11px;
    display: flex;
    padding-top: 10px;
    border-bottom: 1px #87cefa solid;
  }
  .header-nav {
    padding: 30px;
  }
  #nav-content {
    z-index: 9999;
    width: 50%;
    height: 469px;
  }
  .posi2 {
    top: -590px;
  }
  .btn_design {
    opacity: 0.8;
  }
  .footer {
    background-color: white;
  }
  .hov-anime img {
    z-index: -27;
    position: relative;
  }
  .sample10 .mask10 {
    visibility: hidden;
  }
  .slick-arrow {
    visibility: hidden;
  }
  .header-nav {
    display: block;
  }
  .header-nav li {
    font-size: 12px;
    padding-top: 20px;
    margin-right: 20px;
    width: 250px;
  }
  .footer66 {
    border-bottom: none;
  }
  .loc-title {
    width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
  }
  .new-title {
    width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
  }
  .footer-nav {
    display: block;
    line-height: 2;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .footer66 {
    text-align: -webkit-center;
    padding-top: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .posi2 {
    top: -322px;
  }
  .footer-text {
    height: 40px;
    font-size: 16px;
  }
  .loc h2 {
    margin-top: 40px;
    font-size: 16px;
  }
  .star h2 {
    font-size: 16px;
  }
  .fami h2 {
    font-size: 16px;
  }
  .tra h2 {
    font-size: 16px;
  }
  .loc-pla {
    font-size: 10px;
  }
  .loc-pla {
    width: 45%;
    height: 13%;
  }
  .loc-nav {
    display: unset;
  }
  .loc-nav li {
    width: 90%;
    display: flex;
  }
  .loc-pic {
    width: 45%;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 7%;
  }
  .flex-right {
    width: 45%;
    margin-top: 8%;
  }
  .loc-nav2 {
    margin-left: 0;
    margin-right: 0;
  }
  .loc-det {
    font-size: 11px;
    margin-top: 5%;
  }
  .star-pla {
    width: 45%;
    height: 13%;
    font-size: 10px;
  }
  .star-nav {
    display: unset;
  }
  .star-nav li {
    width: 93%;
    display: flex;
  }
  .star-pic {
    width: 45%;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 7%;
  }
  .star-det {
    font-size: 11px;
    margin-top: 5%;
  }
  .star-nav2 {
    margin-left: 0;
    margin-right: 0;
  }
  .fami-pla {
    margin-top: 15px;
    width: 57%;
  }
  .fami-det {
    font-size: 11px;
    margin-top: 5%;
  }
  .fami-pic {
    margin-top: 5%;
  }
  .tra-pla {
    margin-top: 15px;
    width: 66%;
    height: 7%;
  }
  .tra-det {
    font-size: 11px;
    margin-top: 5%;
  }
  .tra-pic {
    margin-top: 5%;
  }
  .posi2 {
    top: -21px;
  }
  #nav-drawer {
    padding: 10px 0 0 90%;
  }
  #nav-drawer {
    margin-top: -324px;
  }
  .tra-nav2 {
    margin-left: 1.5%;
  }
  .footer-real {
    font-size: 10px;
    display: unset;
    margin-top: 20px;
  }
  .footer-nav {
    width: 100%;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .header-left {
    width: 20%;
    font-size: 20px;
    padding-left: 30px;
  }
  .flex-right {
    margin-top: 5%;
  }
  .slick-arrow {
    visibility: hidden;
  }

  .footer-nav li {
    padding: 0 1%;
    font-size: 10px;
  }

  .header-nav li {
    margin-right: -60px;
    padding-top: 10px;
  }
  .footer6 {
    height: 20px;
  }
  .footer66 {
    border-bottom: none;
  }
  .footer-nav li {
    font-size: 14px;
  }
  #nav-content {
    width: 60%;
  }
  .new-det {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  #nav-drawer {
    margin-top: -284px;
  }
  .loc-det {
    font-size: 16px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .loc-pla {
    width: 75%;
    height: 20px;
  }
  .loc-det-ul {
    padding-left: 0;
    font-size: 14px;
    margin-left: 10px;
    padding-right: 5px;
    list-style: unset;
  }
  .loc-nav li {
    width: 100%;
  }
  .loc-pic {
    width: 50%;
    margin-top: 10%;
    margin-left: 10px;
    margin-right: 5px;
  }
  .loc h2 {
    font-size: 26px;
  }
  .star {
    padding-top: 15%;
  }
  .star-nav li {
    width: 100%;
  }
  .star-pic {
    width: 50%;
    margin-top: 12%;
    margin-left: 10px;
    margin-right: 5px;
  }
  .star-det {
    font-size: 13px;
    margin-top: 8%;
    padding-left: 5px;
  }
  .star h2 {
    font-size: 26px;
  }
  .star-title {
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
  }
  .following {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .following h3 {
    font-size: 18px;
    text-align: center;
  }
  .follow-left ul {
    padding-top: 10px;
    padding-right: 5px;
  }
  .follow-right ul {
    padding-top: 10px;
    padding-left: 15px;
  }
  .tra {
    padding-top: 15%;
  }
  .tra-det {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tra-pla {
    font-size: 10px;
    width: 55%;
    height: 18px;
    margin-left: 20px;
  }
  .tra-nav li {
    width: 100%;
  }
  .tra h2 {
    font-size: 26px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
  }
  .new {
    padding-top: 15%;
  }
  .new-title {
    font-size: 26px;
  }
  .new-pla {
    font-size: 10px;
    width: 110px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 20px;
  }
  .new-nav li {
    width: 100%;
  }
  .star-det {
    font-size: 14px;
    margin-top: 8%;
    padding-left: 10px;
    padding-right: 5px;
  }
  .contact-h2 {
    font-size: 26px;
    margin-left: 20%;
    margin-right: 20%;
  }
  .contact-li {
    font-size: 16px;
    margin-left: 35px;
  }
  .contact-li2 {
    font-size: 16px;
    margin-left: 35px;
    margin-right: 20px;
  }
  .footer-real {
    font-size: 16px;
    display: block;
    margin-top: 20px;
  }
  .footer-nav {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  #nav-drawer {
    margin-top: -250px;
  }
  .fami-pla {
    margin-top: 15px;
    width: 64%;
  }
  .tra-pla {
    width: 72%;
  }
}
@media screen and (max-width: 320px) {
  #nav-drawer {
    margin-top: -210px;
  }
  .fami-pla {
    margin-top: 15px;
    width: 75%;
  }
  .tra-pla {
    width: 83%;
  }
  .loc h2 {
    margin-top: 40px;
    font-size: 14px;
  }
}
