@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */ /*
figure {
  margin: 1em 40px;
}
*/
figure {
  margin: 0 auto;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  overflow: visible;
  /* 2 */
  height: 0;
  /*高さをリセット*/
  margin: 0;
  /*マージンをリセット*/
  padding: 0;
  /*パディングをリセット*/
  border: 0;
  /*ボーダーをリセット*/
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;

  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
header nav {
  text-align: center;
}
header nav ul {
  margin: 0;
  padding: 1em;
  list-style-type: none;
}
header nav ul li {
  display: inline;
  margin-left: 1em;
}
header nav ul li ul {
  display: none;
}

a,
a:hover {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  /*padding: 4px 0;
  min-height: 42px;*/
  z-index: 999999 !important;
}

.mean-container a.meanmenu-reveal {
  width: 27px;
  height: 27px;
  line-height: 27px;
  /*padding: 13px 13px 11px 13px;*/
  padding: 13px;
  position: absolute;
  right: 0px !important;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  display: block;
  font-weight: 100;
  z-index: 100000;
  background: #fff;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #000;
  height: 1px;
  margin-top: 8px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 60px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  list-style-type: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.mean-container .mean-nav ul li {
  position: relative;
  /*float: left;*/
  width: 100%;
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav ul li a {
  display: block;
  /*float: left;*/
  width: 100%;
  padding: 1em;
  margin: 0;
  text-align: left;
  color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  /*background: rgba(255, 255, 255, 0.9); */
}

.mean-container .mean-nav ul li:nth-child(1) a {
  border-top: none;
}

.mean-container .mean-nav ul .sub-menu {
  position: static;
}

.mean-container .mean-nav ul li li a {
  padding: 1em 10%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: none !important;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  /*background: rgba(10, 49, 49, 1);*/
  background: #46c6d2;
  /*background: #0a3156;*/
  border-bottom: 0;
  color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin: auto;
  width: 26px;
  height: auto;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  border: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #0b4e83;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
  background: rgba(255, 255, 255, 0.9) !important;
}

.is-show {
  transform: translateY(0);
}

/*-----------------------------------
top
-----------------------------------*/
#search-result {
  padding-top: 100px;
  margin-top: -100px;
}
html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  background: #fff;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
body,
header,
main,
section,
footer,
div,
a,
dt,
dd,
dl,
ul,
ol,
li,
label,
p,
.btn_top3 li a,
.title_bg,
.point_box {
  box-sizing: border-box;
}

section {
  padding: 0;
}

li {
  list-style-type: none;
}

strong {
  font-size: 2rem;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  overflow-x: hidden;
  box-sizing: content-box;
}

.mainbox {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 0;
}

/*title*/
.content {
  width: 100%;
  max-width: 960px;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);
  scroll-snap-points-y: repeat(100%);
  margin: 0 auto;
}

.block {
  margin-bottom: 0;
  position: relative;
}

.block p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #000;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.row_wrap {
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 0 auto 5% auto;
  padding-bottom: 5%;
}

@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Flashing */
.banner li a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/*---------------------------------------
header
-----------------------------------------*/
header {
  width: 100%;
}

.cb-header.top_header:not(.page) .head_01,
.cb-header.top_header.clone-nav.is-show.mean-container .head_01 {
  display: none;
}
.cb-header.top_header.page {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 0.5rem;
}
.cb-header.top_header.clone-nav.is-show.mean-container,
.cb-header.page_header.clone-nav.is-show.mean-container {
  display: block !important;
}

.cb-header.top_header.clone-nav .child {
  display: none;
}
.cb-header.top_header.clone-nav.is-show .child {
  display: block;
}
.top_header,
.head_01,
.header_logo a {
  /*background: rgba(255, 255, 255, 0.9);*/
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /*padding:1% 2%;*/
  /*padding:0 2%;*/
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cb-header.top_header.clone-nav.is-show {
  display: block;
  box-shadow: 0 0 3px #cbc7c8;
}

.cb-header.page_header {
  background: rgba(255, 255, 255, 0.5);
}

.head_01 {
  width: 98%;
  margin: 0 auto;
}
.clone-nav .head_01 {
  height: 100px;
  margin: 0 auto 1.5%;
}
.header_logo {
  width: 42%;
  height: auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /*padding:1% 2%;*/
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.header_logo a {
  color: #000;
  text-decoration: none;
  margin-left: 0;
  margin-right: 5%;
  /*width: 40%;*/
  width: 28%;
  top: -5px;
  position: relative;
}

.logo_img {
  max-width: 100%;
  height: auto;
  z-index: 5;
  /*display: inline-block;*/
}

.header_logo p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  /*display: inline-block;
    vertical-align: top;*/
}
.header_logo p span {
  display: block;
  font-size: 13px;
}
.shimanet_logo a img {
  width: 100%;
  height: auto;
}

.shimanet_logo {
  width: 15%;
  height: auto;
  margin-right: 0;
}

.shimanet_logo a {
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 3%;
}

.shimanet_link {
  font-size: 0.7rem;
  text-decoration: none;
  color: #000;
  line-height: 1.5;
}

.shimanet_link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-left: 3%;
  color: #62c5f9;
}

.navbar {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

.menu {
  width: 100%;
}

.menu li {
  border-right: 1px solid #46c6d2;
  padding: 0 10px;
  margin-bottom: 5%;
  margin-left: -6px;
}
.menu li:nth-child(7) {
  border-right: none;
}

.menu li a {
  color: #000;
  text-decoration: none;
  width: 100%;
  font-size: 0.9rem;
  border: none;
  position: relative;
  padding: 5px 0;
  transition: 800ms ease all;
  outline: none;
}
.menu li a:hover {
  color: #46c6d2;
}
.menu li a:before,
.menu li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #46c6d2;
  transition: 400ms ease all;
}
.menu li a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.menu li a:hover:before,
.menu li a:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.sp {
  display: none;
}

/*---------------------------------------
toppage
-----------------------------------------*/

.slider {
  position: relative;
  z-index: 1;
  height: 600px;
  margin: 0 auto;
}

.slider .mv_wrap {
  z-index: 2;
  width: 100%;
  height: 600px;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.slider .mv_wrap li {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.slider .mv_wrap .slick-track li:nth-child(1) {
  background-image: url(../../assets/images/top/slide01.png);
}

.slider .mv_wrap .slick-track li:nth-child(2) {
  background-image: url("../../assets/images/top/slide02.png");
  background-position: center !important;
}

.slider .mv_wrap .slick-track li:nth-child(3) {
  background-image: url("../../assets/images/top/slide03.png");
}

.slider .mv_wrap .slick-track li:nth-child(4) {
  background-image: url("../../assets/images/top/slide04.png");
  background-position: center !important;
}

.slider .mv_wrap .slick-track li:nth-child(5) {
  background-image: url("../../assets/images/top/slide05.png");
  background-position: center !important;
}

.slider .mv_wrap li img {
  width: 100%;
  height: auto;
}

.slick-dots li {
  width: 2em !important;
  height: 2em !important;
  background-image: none !important;
}

.mainvisual_box {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 4;
}
.mainvisual {
  width: 100%;
  color: #fff;
  height: 600px;
  margin: 0;
  box-sizing: border-box;
  z-index: 3;
}

.mv_illust {
  width: 100%;
  position: absolute;
  left: 0;
  top: -110px;
  z-index: 2;
  opacity: 0.4;
}
.mv_illust img {
  width: 100%;
  height: auto;
  display: block;
}

.sp_mv {
  width: 35%;
  color: #222;
  position: absolute;
  top: 15%;
  right: 2%;
  text-align: right;
  animation-name: fadein;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.mainvisual .top_logo {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 5%;
  color: #151515;
  letter-spacing: 0;
  margin-bottom: 0;
}
.bnr-movie {
  position:absolute;
  bottom: -7rem;
  right: -5rem;
}
.bnr-movie img {
  width:180px;
  height:180px;
}
.ball{
  animation: ball 0.6s alternate infinite;
  -webkit-animation: ball 0.6s alternate infinite;
  -moz-animation: ball 0.6s alternate infinite;
}
@keyframes ball{
  0%   { transform:translate(0%, 0%) rotateX(25deg); }
  100% { transform:translate(0%, -60px); }
}
@-webkit-keyframes ball{
  0%   { -webkit-transform:translate(0%, 0%) rotateX(25deg); }
  100% { -webkit-transform:translate(0%, -60px); }
}

@-moz-keyframes ball{
  0%   { -moz-transform:translate(0%, 0%) rotateX(25deg); }
  100% { -moz-transform:translate(0%, -60px); }
}
.top_logo img,
.mv_text img,
.mv_bird img {
  width: 100%;
  height: auto;
  display: block;
}

.mv_bird {
  width: 20%;
  position: absolute;
  left: 0;
  bottom: 2%;
}

.block.about {
  width: 100%;
  margin: 3% auto;
  background-image: url(../../assets/images/top/img00_01.png),
    url(../../assets/images/top/img00_02.png);
  background-size: 20%, 30%;
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  padding-top: 2%;
  position: relative;
}
.block.about p {
  text-align: center;
}

.block.about figure {
  width: 40%;
  margin: 3% auto;
}

.block.about figure a,
.block.about figure a img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.block.about figure a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

.block .header_title {
  line-height: 1.6;
  font-size: 0;
  margin: 3rem auto 1rem;
  text-align: center;
  position: relative;
}

.row_wrap.east {
  background-image: url("../../assets/images/top/img01.png");
  background-size: 30%;
  background-position: right bottom;
  background-repeat: no-repeat;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
}
.row_wrap .area_box {
  margin-bottom: 1rem;
}
.row_wrap .area_box:nth-child(3n + 2) {
  margin-left: 2rem;
  margin-right: 2rem;
}
.row_wrap.west {
  background-image: url("../../assets/images/top/img02.png");
  background-size: 30%;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.row_wrap.oki {
  background-image: url("../../assets/images/top/img03.png");
  background-size: 30%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.area_title {
  font-size: 1.2rem;
  font-family: "Sawarabi Mincho", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #0e61a8;
  background-image: url(../../assets/images/top/head_line.png),
    url(../../assets/images/top/head_line.png);
  background-size: 20% 8px;
  background-position: right, left;
  background-repeat: no-repeat, no-repeat;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.area_box {
  width: 31%;
  background: rgba(255, 255, 255, 0.6);
  padding: 1%;
  box-shadow: 0px 0px 4px #c9d8da;
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
  margin-bottom: 1rem;
}
.area_box.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* 2つ目の要素に200msのdelayをかける */
.row_wrap .area_box:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
/* 3つ目の要素に400msのdelayをかける */
.row_wrap .area_box:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.area_box figure {
  width: 100%;
  margin: 0 0 3% 0;
  position: relative;
}

.area_box figure a:hover {
  opacity: 0.7;
}

.area_box figure img {
  width: 100%;
  height: auto;
}

.area_box figure figcaption {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1% 2%;
  font-size: 1rem;
  font-weight: bold;
}

.ctg_01 {
  background: rgba(15, 87, 208, 0.8);
}

.ctg_02 {
  background: rgba(33, 153, 237, 0.8);
}

.ctg_03 {
  background: rgba(47, 173, 136, 0.8);
}

.ctg_04 {
  background: rgba(173, 47, 99, 0.8);
}

.ctg_05 {
  background: rgba(173, 163, 47, 0.8);
}

.ctg_06 {
  background: rgba(173, 117, 47, 0.8);
}

.ctg_07 {
  background: rgba(66, 47, 173, 0.8);
}

.ctg_08 {
  background: rgba(95, 173, 47, 0.8);
}

.ctg_09 {
  background: rgba(173, 47, 106, 0.8);
}

.ctg_10 {
  background: rgba(137, 47, 173, 0.8);
}

.ctg_11 {
  background: rgba(114, 219, 48, 0.8);
}

.ctg_12 {
  background: rgba(173, 47, 167, 0.8);
}
.ctg_13 {
  background: rgba(208, 15, 104, 0.8);
}
.date {
  width: 100% !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  color: #95c9e1 !important;
  font-size: 0.7rem !important;
}
.area_box a {
  text-decoration: none;
}
.area_box h4 {
  color: #0587a7;
  font-size: 1.2rem;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 2%;
  margin-top: 0;
  text-decoration: none;
}

.info {
  margin: 0;
  padding: 0;
}

.info li {
  margin-bottom: 3%;
  line-height: 1.4;
  color: #000;
}

.info li:first-child {
  font-weight: bold;
  line-height: 1.4;
}

.info_adr:before {
  color: #0587a7;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 1%;
}

.info li.info_tag {
  margin-right: 3%;
  line-height: 1.5;
  color: #0587a7;
}
.info li.info_tag a {
  margin-right: 0.5rem;
}
/* 追記　all */

.center {
  text-align: center;
}

.cont_block .center p {
  font-size: 18px;
}
.sp-br {
  display: none;
}

#pickup,
#charm,
#womens,
#reason,
#search {
  margin: 0 3rem;
}
.owl-carousel {
  margin-bottom: 3rem;
}
.owl-carousel .owl-item {
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5rem;
  border: 1px solid #c9d8da;
  box-shadow: 0px 0px 4px #c9d8da;
  position: relative;
}
.owl-carousel-inner {
  text-decoration: none;
  color: black;
}
.owl-carousel .item figure {
  width: 100%;
  position: relative;
}
.new-cycle {
  background: rgba(255, 102, 200, 0.9);
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  padding: 0.5px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.item {
  min-height: 315px;
}
.carousel-date {
  padding-left: 0;
  margin: 1rem 0;
}
.carousel-date li {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.5;
}
.carousel-date-cate:before {
  color: #0587a7;
  font-family: "Font Awesome 5 Free";
  content: "\f0b1";
  font-weight: 900;
  margin-right: 1%;
}
.carousel-date-address:before {
  color: #0587a7;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 1%;
}
.carousel-name {
  margin: 0 0 0.5rem;
  font-size: 18px;
  line-height: 1.5;
}
#movie {
  margin-top:5rem;
}
.movie-one {
  text-align: center;
  margin-bottom: 2rem
}
.movie-col {
  margin: 0 auto;
  justify-content: space-between;
  max-width: 960px;
  display: flex;
  padding: 0;
}
.movie-col li {
  width: 300px;
  position: relative;
}
.movie-col li figure ,
.movie-one figure {
  position: relative;
}
.movie-one figure {
  max-width: 768px;
}
.movie-col li figure:hover ,
.movie-one figure:hover {
  opacity: 0.7;
}
.movie-col li figure:before ,
.movie-one figure:before {
  content: "";
  background: url(../../assets/images/top/icon-movie.svg) 0 0 no-repeat;
  background-size: 43px;
  width: 43px;
  height: 43px;
  position: absolute;
  right: 10px;
  bottom: 70px;
}
.movie-col li figcaption ,
.movie-one figcaption {
  margin-top: 0.5rem;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  line-height:1.5;
}
.movie-col li figcaption span ,
.movie-one figcaption span {
  display:block;
  color:#de6073;
  font-weight: bold;
  font-size: 18px;
}
.movie-col img {
  width: 300px;
  height: 185px;
  object-fit: cover;
}
#pickup .top_box figure img {
  width: 450px;
  height: 350px;
  object-fit: cover;
}
.top_box {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  -moz-box-shadow: 0px 0px 4px #c9d8da;
  -webkit-box-shadow: 0px 0px 4px #c9d8da;
  box-shadow: 0px 0px 4px #c9d8da;
  margin-bottom: 4rem;
  display: flex;
}
.fade {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* 2つ目の要素に200msのdelayをかける */
.fade:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
/* 3つ目の要素に400msのdelayをかける */
.fade:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.bx-deco {
  position: relative;
}
.bx-deco:before {
  position: absolute;
  content: "";
  width: 205px;
  height: 221px;
  background-image: url(../../assets/images/top/img-object01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50px;
  right: -35px;
  z-index: -1;
}
.bx-deco:after {
  position: absolute;
  content: "";
  width: 179px;
  height: 271px;
  background-image: url(../../assets/images/top/img-object02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -125px;
  left: -35px;
  z-index: -1;
}
#charm .bx-deco:before,
#womens .bx-deco:before {
  width: 179px;
  height: 221px;
  background-image: url(../../assets/images/top/img-object03.png);
  top: 150px;
  right: -35px;
}
#charm .bx-deco:after {
  display: none;
}
#womens .bx-deco:before {
  top: 50px;
}
#womens .bx-deco:after {
  bottom: -225px;
  left: -35px;
}
#reason .bx-deco:before {
  top: 10px;
}
#reason .bx-deco:after {
  bottom: -145px;
}
.top_box figure {
  position: relative;
}
.top_box figure figcaption {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2% 4%;
  font-size: 1rem;
  font-weight: bold;
}
.top_txt {
  margin-left: 2.5rem;
}
.top_txt h3 {
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
#womens .top_txt h3,
#reason .top_txt h3 {
  margin-top: 3rem;
}
.top_txt h4 a {
  font-size: 24px;
  color: #0587a7;
  font-size: 1.3rem;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 2%;
  margin-top: 0;
  text-decoration: none;
}
.top_txt ul {
  margin-bottom: 2.5rem;
}
.top_txt li {
  font-size: 1.1rem;
}
.more {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
}
.more a {
  background: #6accce;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  position: relative;
}
.more a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.more a:after {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-right: 1%;
  position: absolute;
  top: 26%;
  right: 10px;
}
.block .sec_txt {
  text-align: center;
  line-height: 2;
}
.block .sec_txt strong {
  font-size: inherit;
}
.sec-line {
  font-size: 35px;
  font-family: "Sawarabi Mincho", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #0e61a8;
  background-image: url(../../assets/images/top/head_line_short.png),
    url(../../assets/images/top/head_line_short.png);
  background-size: 19% 19px;
  background-position: right, left;
  background-repeat: no-repeat, no-repeat;
  width: 100%;
  margin: 7rem auto 2rem;
  line-height: 1.5;
}
.point_bx {
  margin: 8rem auto 2rem;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.point_bx a {
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 18%;
}

.link_box_text {
  display: block;
  position: absolute;
  max-width: 200px;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  font-size: 16px;
  background: #6accce;
  border: 1px solid #6accce;
  color: #fff;
  padding: 0.7rem 2rem;
  border-radius: 20px;
}
.link_box_text::after {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-right: 1%;
  position: absolute;
  top: 26%;
  right: 10px;
}
.point_bx a:hover {
  opacity: 0.7;
}
.point_bx a:hover .link_box_text {
  background: #fff;
  color: #6accce;
}
.point_bx a:hover .link_box_text::after {
  color: #6accce;
}

.single_bx {
  text-align: center;
  width: 32%;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5rem;
  -moz-box-shadow: 0px 0px 4px #c9d8da;
  -webkit-box-shadow: 0px 0px 4px #c9d8da;
  box-shadow: 0px 0px 4px #c9d8da;
  position: relative;
}

.single_bx:before {
  position: absolute;
  content: "";
  background: url(../../assets/images/top/img-point-no1.png) no-repeat center 0;
  background-size: 100%;
  width: 70px;
  height: 70px;
  top: -5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.single_bx:nth-child(2):before {
  background: url(../../assets/images/top/img-point-no2.png) no-repeat center 0;
  background-size: 100%;
}
.single_bx:nth-child(3):before {
  background: url(../../assets/images/top/img-point-no3.png) no-repeat center 0;
  background-size: 100%;
}
.single_bx h4 {
  color: #0587a7;
}

.single_bx figure {
  width: 100%;
  margin: 0 0 3% 0;
  position: relative;
}

.single_bx figure a:hover {
  opacity: 0.7;
}

.single_bx figure img {
  width: 100%;
  height: auto;
}
.btn-center {
  background: url(../../assets/images/top/bg-btn-charm.png) no-repeat center 0;
  background-size: 100%;
  text-align: center;
  margin-bottom: 5rem;
  width: 690px;
  height: 260px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-center.pink {
  background: url(../../assets/images/charm/bg-btn-women.png) no-repeat center 0;
  background-size: 100%;
}
.btn-center a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.movie-area {
  text-align: center;
  margin-top: 40px;
}
.movie-area iframe {
  height: 600px;
  max-width: 1128px;
  width: 100%;
}

#reason .top_box {
  margin-bottom: 0;
}
.search-inner {
  margin: 0 auto 5% auto;
  padding-bottom: 5%;
  padding-top: 5%;
  border-radius: 8px;
  background-image: url(../../assets/images/page/requirement_bg.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.search-inner dl {
  margin: 0 5rem 1rem;
}

#top-search .search-inner dl {
  display: flex;
}
.search-inner dt {
  width: 27%;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.search-inner dd {
  vertical-align: middle;
  width: 80%;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}
.search-inner dd.icon-down-triangle:after {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222;
  pointer-events: none;
}
.search-inner dd select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.7rem 0.7rem 0.7rem 2rem;
  color: #222;
  font-weight: bold;
}

.search-inner dd select::-ms-expand {
  display: none;
}
.search-inner dd option:nth-child(2n + 1) {
  background: #e0e0e0;
}
.content p.hashtag-ttl {
  width: 100%;
  border-bottom: 2px solid #49c1d2;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.search-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0 5%;
}
.search-btn li {
  width: 100%;
  padding: 1rem 1rem 0;
}
.search-btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 100%;
  height: 65px;
  border-radius: 30px;
  padding: 1rem;
  color: #fff;
  position: relative;
}
.search-btn button:after {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-right: 1%;
  position: absolute;
  top: 34%;
  right: 25px;
}
.search-btn button.reset:after {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f2ea";
  font-weight: 900;
  margin-right: 1%;
  position: absolute;
  top: 34%;
  right: 25px;
}
.search-btn .submit {
  /* background:rgba(190, 146, 221,.7); */
  background: rgb(110 35 162 / 35%);
}
.search-btn .button {
  /* background:rgba(117, 180, 224,.7); */
  background: rgb(15 110 177 / 48%);
}
.search-btn .reset {
  background: rgb(31 31 31 / 48%);
}
.search-btn button:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
/*2banner*/
.banner {
  width: 100%;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.banner li {
  width: 48%;
  padding: 0;
  margin: 0 auto 0 0;
}
.banner li:last-child {
  margin-right: 0;
}

.banner li a {
  width: 100%;
  display: block;
}

.banner li img {
  width: 100%;
  height: auto;
  max-width: 450px;
}

/*common contents-------------------------------------------------*/

.btn_center {
  text-align: center !important;
  position: relative;
}
.cont_block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cont_block {
  width: 100%;
}

.btn_center a img {
  width: 100%;
  height: auto;
}

.btn_center a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.btn_center a {
  width: 50%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.link_btn {
  overflow: hidden;
  position: relative;
  background: #28292a;
  color: #fff;
  font-size: 1rem;
  width: 80%;
  padding: 2% 5%;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link_btn:hover span {
  transform: translateX(15px);
}

.link_btn:hover::after {
  opacity: 1;
  transform: translateX(15px);
}

.link_btn span {
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.link_btn::after {
  position: absolute;
  right: 2%;
  fill: white;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.3s 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0 0.6em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}
.link_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/**/

p a,
li a {
  color: #096d92;
}

/*---------------------------------------
page
-----------------------------------------*/
/*page*/
.wrapper.page {
  background-image: url("../images/top/img03.png");
  background-size: 20%;
  background-position: top right;
  background-repeat: no-repeat;
}

/*about*/
.wrapper.about {
  background-image: url("../../assets/images/page/bg_top.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.content.about {
  background-image: url("../../assets/images/page/bg_btm.png");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 200px;
  max-width: none;
}

/*breadcrumb*/
.breadcrumb {
  width: 100%;
  margin: 57px auto;
  text-align: right;
  box-sizing: border-box;
  max-width: 960px;
}

.breadcrumb li {
  display: inline;
  font-size: 0.9rem;
  line-height: 1.5;
}
.breadcrumb a {
  font-weight: 900;
  color: #46c6d2;
  text-decoration: none;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li:first-child:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
  margin-right: 1%;
  color: #46c6d2;
}
.bread_name{
  display: none;
}
/*content*/
.page_mv {
  width: 90%;
  height: auto;
  margin: 10% auto 3% auto;
  position: relative;
  box-sizing: border-box;
}

.page_ph01 {
  width: 15%;
  height: auto;
  position: absolute;
  top: -10%;
  left: -10%;
  z-index: 2;
}

.page_ph02 {
  width: 15%;
  height: auto;
  position: absolute;
  bottom: -10%;
  left: -10%;
  z-index: 2;
}

.page_ph03 {
  width: 15%;
  height: auto;
  position: absolute;
  top: -10%;
  right: -10%;
  z-index: 2;
}

.page_mv img,
.page_ph01 img,
.page_ph02 img,
.page_ph03 img,
.face img,
.page_img img {
  width: 100%;
  height: auto;
}
.page_img {
  text-align: center;
}
.page_img img {
  width: -moz-fit-content;
  max-width: fit-content;
}

.page_img img.long_img {
  max-width: 100%;
  height: 570px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.cont_block {
  /*width:100%;*/
  margin: 0 auto 5% auto;
}

.cont_block p {
  line-height: 2;
  font-size: 20px;
}

.cont_h1_area {
  border-bottom: 4px solid #e1fcfc;
  margin-bottom: 5%;
}

.cont_title.title_h2 {
  font-size: 37px;
}

.cont_title + .voice {
  margin-top: 3%;
}

p + .cont_title {
  margin-top: 60px;
}

p + .voice {
  margin-top: 8%;
}

.text-right {
  text-align: right;
}

/*about*/
.content.about .mainbox {
  max-width: 960px;
}

/* .content.about .breadcrumb{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
} */
.content h1 {
  text-align: center;
  font-family: "Sawarabi Mincho", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #0587a7;
  margin-bottom: 5%;
}
.content h1.tab {
  margin-bottom: 0;
}
.content.about p {
  text-align: center;
  font-family: "Sawarabi Mincho", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 3%;
}

.content.about p strong {
  background-image: url("../../assets/images/page/strong_line.png");
  background-size: 90%;
  background-position: center 17px;
  background-repeat: repeat-x;
  font-size: inherit;
  /*white-space: nowrap;*/
}

.warning {
  width: 80%;
  margin: 5% auto;
  border: #edebdf solid 4px;
  padding: 2%;
}
.warning h3 {
  margin: 0 auto;
  font-size: 18px;
  font-family: "Sawarabi Mincho", sans-serif;
}

.warning p {
  text-align: justify !important;
  font-size: 14px;
  margin-bottom: 0 !important;
}

.tab {
  background: #e1fcfc;
  display: inline-block;
  padding: 2% 4% 1.3%;
  border-radius: 4px 4px 0 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  position: relative;
  width: auto;
  min-width: 432px;
  margin: 0 auto 0 0;
  box-sizing: border-box;
}

.first {
  background-image: url("../../assets/images/page/page_img01.png");
  background-size: 10%;
  background-position: top right;
  background-repeat: no-repeat;
}

.cont_title {
  color: #0587a7;
  line-height: 3.5rem;
  font-size: 33px;
  width: 100%;
  text-align: justify;
  margin: 0 auto;
  padding: 0;
}

.cont_info {
  font-size: 17px !important;
  margin: 0 auto 3% auto;
  padding: 0;
  color: #444;
}

.cont_main {
  margin-top: 5%;
  margin-bottom: 5%;
}

.page_img {
  /*width:90%;*/
  width: 100%;
  margin: 10% auto;
  position: relative;
}

/*voice*/
.voice {
  /*width:90%;*/
  width: 100%;
  margin: 0 auto 8% auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /*padding:1% 2%;*/
  /*padding:0 2%;*/
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.face {
  width: 20%;
  height: auto;
  margin: 0;
}

.voice_text {
  /*width:60%;*/
  width: 75%;
  border-radius: 8px;
  background: #dafbf3;
  padding: 2%;
  position: relative;
}

.voice_text:before {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #dafbf3;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 40%;
  left: -20px;
  content: "";
}

.voice_text p {
  line-height: 1.8;
  font-size: 18px;
  width: 100%;
  text-align: justify;
  margin: 0;
}

.voice_text_twoblock {
  width: 75%;
}

.voice_text_twoblock .voice_text {
  width: 100%;
  margin-bottom: 30px;
}

.voice_text_twoblock .voice_text:last-child {
  margin-bottom: 0;
}

.voice_text_twoblock .voice_text:first-child::before {
  border-right: 46px solid #dafbf3;
  top: 43%;
  left: -27px;
  transform: rotate(-45deg);
  z-index: -1;
}

.voice_text_twoblock .voice_text:last-child::before {
  border-right: 46px solid #dafbf3;
  top: 30%;
  left: -27px;
  transform: rotate(45deg);
  z-index: -1;
}

/*requirement*/
.requirement {
  width: 90%;
  margin: 5% auto;
  padding-bottom: 5%;
  padding-top: 5%;
  border-radius: 8px;
  background-image: url("../../assets/images/page/requirement_bg.jpg");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.req_title {
  font-family: "Sawarabi Mincho", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  background-image: url("../../assets/images/page/req_left.png"),
    url("../../assets/images/page/req_right.png");
  background-size: 30%;
  background-position: left, right;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  width: 90%;
  margin: 2% auto;
}

.requirement dl {
  width: 80%;
  margin: 3% auto;
  padding: 0;
}

.requirement dl dt {
  text-align: justify;
  padding: 1% 2%;
  margin: 0;
  width: 100%;
  background: #edebdf;
  font-size: 1rem;
  line-height: 1.6;
}

.requirement dl dd {
  text-align: justify;
  padding: 1% 4%;
  margin: 0;
  width: 100%;
  background: #fff;
  font-size: 1rem;
  line-height: 1.6;
}
.requirement ol {
  width: 90%;
  margin: 0 auto;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.requirement ol li {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  margin-top: 4%;
  font-family: "Sawarabi Mincho", sans-serif;
  line-height: 1.5;
}

.requirement ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #222;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

/*btn_submit*/
.btn_submit {
  width: 90%;
  margin: 10% auto;
  text-align: center;
}
.btn_submit a img {
  max-width: 100%;
  height: auto;
}

.btn_submit a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/*link_back*/
.link_back {
  text-decoration: none;
  color: #000;
  line-height: 1.6;
  font-size: 1rem;
  display: block;
  margin-bottom: 5%;
}

.link_back:before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: 900;
  margin-right: 1%;
  color: #46c6d2;
}

/*search*/
.bold {
  font-weight: bold;
}
.search-inner dd.form-none {
  background: transparent;
}
.search-inner dd.form-none ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.search-inner dd.form-none li {
  width: 25%;
  display: flex;
}
.search-inner dd.form-none li.long {
  width: 30%;
}
.search-inner dd [type="checkbox"] {
  display: none;
}
.checked-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px 5px 30px;
  position: relative;
  width: auto;
  font-size: 16px;
  line-height: 1.3;
}
.checked-label::before {
  background: #fff;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  position: absolute;
  width: 16px;
}
.checked-label::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 16%;
  transform: rotate(45deg);
  width: 5px;
}
input[type="checkbox"]:checked + .checked-label::after {
  opacity: 1;
}
.search-inner dd input[type="text"] {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.7rem 0.7rem 0.7rem 2rem;
  color: #222;
}

.flex-bx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#search-area .search-inner {
  padding: 3rem;
}
#search-area .search-inner dl {
  margin: 0 0 1rem 0;
}

#search-area .search-inner dt,
#search-area .search-inner dd {
  width: 100%;
  margin: 1rem auto 0.5rem;
  text-align: center;
  display: block;
}
#search-area .search-inner dl:not(:first-child) dt {
  margin: 2rem auto 0.5rem;
}
.search-inner .flex-bx dl {
  width: 48%;
}
#search-area .search-inner .flex-bx dt {
  width: 15%;
}
#search-area .search-inner .flex-bx dd {
  margin-left: 0;
}
.pager {
  overflow: hidden;
  margin: 30px auto;
}

.pager ul {
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.pager ul li {
  margin: 0 5px;
  position: relative;
}

.pager ul .current {
  margin: 0 5px;
  background: #45bfc2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
}

.pager ul li span,
.pager ul li a {
  display: block;
  font-size: 16px;
  padding: 0.8em 1em;
  border-radius: 3px;
}

.pager ul li a {
  background: #abe3e4;
  color: #fff;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pager ul li a.ajaxkicker {
}
.pager ul li a:hover {
  background: #447ca0;
  color: #fff;
}
#result.block {
  padding-top: 2rem;
}
/*---------------------------------------
footer
-----------------------------------------*/
.sns_box {
  width: 100%;
  margin: 0 auto;
  background-image: url("../../assets/images/common/sns_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3%;
}

.sns_title {
  font-size: 1.1rem;
  line-height: 1.5;
  width: 60%;
  padding: 0 5%;
  box-sizing: border-box;
  margin: 3% auto 0 auto;
  text-align: center;
  background-image: url("../../assets/images/common/sns_bgline_left.png"),
    url("../../assets/images/common/sns_bgline_right.png");
  background-size: 5%, 5%;
  background-position: left, right;
  background-repeat: no-repeat, no-repeat;
}
.cont_block .sns_list {
  max-width: 70% !important;
}

.sns_list {
  max-width: 50%;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 0 auto;
  padding: 5% 0;
}

.sns_list li {
  width: 15%;
  margin: 0 auto;
  padding: 0;
}

.sns_list li a {
  display: block;
  width: 100%;
}

.sns_list li a img {
  width: 100%;
  height: auto;
}

.sns_list li a img:hover {
  transform: rotate(25deg);
  cursor: pointer;
  box-shadow: none;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 1% 10%;
  text-align: center;
  background: #e9eaea;
}

footer .row_wrap {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 0;
}

.footer_logo {
  width: 50%;
  margin-left: 0;
  margin-bottom: 1%;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
}

.footer_logo a {
  width: 40%;
  display: block;
  margin-left: 0;
  margin-right: 2%;
}

.footer_logo a img {
  width: 100%;
  height: auto;
}

.footer_logo p {
  font-size: 13px;
  line-height: 1.5;
  text-align: justify;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.ftr_text {
  color: #de6073;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  text-align: justify;
}

.ftr_group {
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 0;
}

.adr_box {
  width: 44%;
  margin-left: 0;
  margin-right: 0;
}

.adr_box dt {
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
  font-weight: bold;
  margin: 0 0 1% 0;
  padding: 0;
}

.adr_box dd {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
  padding: 0;
}

footer address {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #000;
  font-style: normal;
  letter-spacing: 0.1em;
  padding-bottom: 3%;
}

.tel {
  background-image: url("../../assets/images/common/icon_tel.png");
  background-size: 7%;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 4%;
  padding-right: 2%;
}

.mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 1%;
  font-size: 0.9rem;
  padding-left: 2%;
  padding-right: 1%;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 10;
}

.pagetop a {
  text-align: center;
  width: 50px;
  height: 50px;
  /*background: #e9eaea;*/
  display: block;
  position: relative;
}
.pagetop a i {
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fa-angle-up {
  z-index: 10;
  color: #fff;
  font-size: 2rem;
  /*left:5px;*/
}

.fa-heart {
  z-index: 9;
  color: #fbbabd;
  font-size: 3rem;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.pagetop a:hover {
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.page_mv figcaption ,
.page_img figcaption {
  text-align: center;
  padding-top: 10px;
}

/**メガメニュー設定**/
.header_nav {
  position: fixed;
  right: 40px;
  top: 50px;
  z-index: 999;
}

.header_nav_menu {
  height: 30px;
  width: 40px;
  position: relative;
  cursor: pointer;
}
.header_nav_menu span {
  display: block;
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all .3s;
}
.header_nav_menu span:nth-child(1) {
top: 2px;
}
.header_nav_menu span:nth-child(2) {
top: 12px;
}
.header_nav_menu span:nth-child(3) {
top: 23px;
}

.header_nav_menu.active span:nth-child(1) {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  top: 15px;
}

.header_nav_menu.active span:nth-child(2) {
  display: none;
}

.header_nav_menu.active span:nth-child(3) {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 15px;
}


.header_megamenu {
  position: fixed;
  z-index: 990;
  background: #fff0f6;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 50px 0 80px;
}
.header_megamenu.active{
  display: block;
}

.header_megamenu_content {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

.header_megamenu_logo {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 50px;
}

.header_megamenu_logo img {
  max-width: 100%;
  height: auto;
}

.header_megamenu_nav {
  display: flex;
  justify-content: center;
}

.megamenu_nav_item {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3%;
}

.megamenu_nav_item:last-child {
  margin-right: 0;
}

.megamenu_nav_item > dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.megamenu_nav_item > dd {
  margin: 0;
}

.megamenu_nav_list {
  padding-left: 10px;
  margin: 0;
}

.megamenu_nav_list > li {
  line-height: 1.6;
  margin-bottom: 5px;
  font-size: 15px;
}
.megamenu_nav_list > li:last-child{
margin-bottom: 0;
}

.megamenu_nav_list > li a{
color: #000;
text-decoration: none;
}

.tags_list > li a {
  position: relative;
}

.tags_list > li a::before {
  content: "#";
}

.arrow_list > li{
  padding-left: 1em;
  position: relative;
}
.arrow_list > li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.megamenu_link_btn {
  margin-bottom: 30px;
}

.megamenu_link_btn a {
  display: block;
  text-align: center;
  line-height: 1.6;
  padding: 15px;
  background: #de6073;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  border: 1px solid #de6073;
}
.megamenu_link_btn a::after {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-right: 1%;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -15px;
}

.megamenu_link_btn a:hover{
  background: #fff;
  color: #de6073;
}

.megamenu_link_btn a:hover::after{
  color: #de6073;
}

.megamenu_sav_link > li {
  line-height: 1.6;
  margin-bottom: 5px;
  font-size: 15px;
}
.megamenu_sav_link {
  margin: 0;
  padding: 0;
}
.megamenu_sav_link > li:last-child {
  margin-bottom: 0;
}
.megamenu_sav_link > li a {
  color: #000;
  text-decoration: none;
}
.megamenu_nav_item a:hover{
  color: #de6073;
  border-bottom: 1px solid #de6073;
  transition: all .3s;
}
.arrow_list > li a:hover::before{
  border-top: 1px solid #de6073;
  border-right: 1px solid #de6073;
}
/** 「生き方・働き方」ライブラリー **/

.library__hashtag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.library__hashtag__child {
  margin: 0 2rem 1.5rem 0;
  font-weight: bold;
}
.library__hashtag__child a:hover {
  color: #69b9d7;
}
.library__case {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding-left: 0;
  margin-bottom: 3rem;
}
.library__case__child {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1%;
}
.library__case__child:nth-child(3n) {
  margin-right: 0;
}
.library__case__child figure {
  text-align: center;
}
.library__case__child img {
  margin-left: 10px;
}
.library__case__child figcaption {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
}
.library__case__child figcaption span {
  font-size: 14px;
}
.library__case__child p {
  border:2px solid #0c6aa9;
  background: #0c6aa9;
  color: #fff;
  border-radius: 25px;
  padding: 5px;
  text-align: center;
  width: 200px;
  margin: 1rem auto;
}
.library__case__child a {
  text-decoration: none;
}
.library__case__child a:hover p {
  background: #fff;
  color: #0c6aa9;
}
.library__center {
  text-align: center;
}
.library__title {
	font-family: "Sawarabi Mincho", sans-serif;
	font-size:24px;
	line-height: 1.4;
	text-align: center;
	margin:100px auto 10px auto;
  position: relative;
  padding: 0 50px;
  display: inline-block;
}
.library__title::before,
.library__title::after{
	content: "";
	display: block;
	background:url("../images/schedule/quote_title.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
	width: 40px;
  position: absolute;
}
.library__title::before{
  left: 0;
  bottom: 0;
}
.library__title::after {
	transform: scale(-1,1);
  right: 0;
  bottom: 0;
}
/* //////////////////////////////////////////////////////
　レスポンシブ
////////////////////////////////////////////////////// */
@media only screen and (min-device-width: 1680px) {
  body {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 480px) {
  .sp_link {
    display: none !important;
  }
  .pc_link {
    width: 180px;
    height: auto;
    position: fixed;
    bottom: 5%;
    z-index: 4;
  }

  .pc_link img {
    width: 100%;
    height: auto;
  }

  .pc_link a img:hover {
    /* animation: rumble 0.12s linear infinite; */
    opacity:.8;
    cursor: pointer;
    box-shadow: none;
  }
}

@media screen and (min-width: 1001px){
  .sp-nav{
    display: none!important;
  }
}
@media screen and (max-width: 1000px){
  /**メガメニュー設定**/
  .pc-nav{
    display: none!important;
  }
  .header_nav{
    right: 30px;
    top: 30px;
    z-index: 9999999999;
  }
  .megamenu_sp_list {
    padding: 0;
    height: 80vh;
    overflow-y: auto;
  }

  .megamenu_sp_list > li {
    display: block;
    text-align: left;
    line-height: 1.6;
    margin: 0;
  }
  .megamenu_sp_list > li:last-child {
    margin-bottom: 100px;
  }
  .megamenu_sp_list > li > a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 15px 35px 15px 15px;
    border-bottom: 1px solid #bbb;
    position: relative;
  }

  .header_megamenu {
    padding: 30px 0;
    height: 100%;
    z-index: 999999999;
  }

  .header_megamenu_logo {
    margin-bottom: 30px;
    max-width: 250px;
  }

  .megamenu_sp_list > li > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav_toggle_box {
    background: #f0fcff;
    padding: 20px 0 0;
  }

  .nav_toggle {
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #bbb;
  }

  .nav_toggle:last-child {
    margin-bottom: 0;
  }

  .nav_toggle > dt {
    position: relative;
    padding: 0 45px 0 25px;
    font-size: 17px;
  }

  .nav_toggle > dt::before,
  .nav_toggle > dt::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    transition: all .3s;
  }
  .nav_toggle > dt::before{
    top:48%;
    right: 20px;
    transform: rotate(0deg);
  }
  .nav_toggle > dt::after{
    top:48%;
    right: 20px;
    transform: rotate(90deg);
  }
  .nav_toggle > dt.open::before{
    display: none;
  }
  .nav_toggle > dt.open::after{
    transform: rotate(0deg);
  }
  .nav_toggle > dd{
    display: none;
    margin: 0;
    padding: 20px 35px 0;
  }
  .nav_toggle_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .nav_toggle_list > li {
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .nav_toggle_list > li:nth-child(2n) {
    margin-right: 0;
  }
  .nav_toggle_list > li > a {
    color: #000;
    text-decoration: none;
  }
  .megamenu_sp_list > li.megamenu_sp_bnr > a::after {
    display: none;
  }

}

@media screen and (max-width: 900px) and (orientation: landscape) {
  .slider,
  .mainvisual,
  .slider .mv_wrap,
  .slider .mv_wrap li {
    height: 100vh !important;
  }

  .sp_mv {
    /* top: 5% !important; */
    padding: 2% !important;
    width: 50% !important;
  }

  .sp_mv .top_logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .sp_mv .mv_text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-dots {
    bottom: -100vh !important;
  }
}

@media screen and (max-width: 900px) {
  main,
  header,
  footer,
  .content,
  .main,
  .mainvisual,
  h2,
  .mainbox,
  .block,
  .title_name,
  .btn_submit,
  .footer_logo,
  .adr_box,
  .header_title img,
  .sp .shimanet_logo img,
  .voice_text {
    width: 100%;
  }

  .mainbox,
  .list li,
  .banner,
  .ftr_sublink,
  .contact_line,
  .btn_wrap,
  .row_wrap,
  .banner,
  .voice {
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .mv_illust {
    top: 0;
  }

  .cb-header {
    padding: 0;
  }

  .cb-header.top_header.clone-nav.mean-container {
    display: block;
  }

  .cb-header.page_header {
    background: rgba(255, 255, 255, 0.9);
  }

  header nav {
    position: relative;
  }

  header nav .menu {
    position: absolute;
    top: 0px;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: content-box;
    padding: 0 !important;
  }
  .clone-nav .head_01,
  .head_01 {
    height: auto;
  }

  .head_01 .header_logo {
    width: 45%;
  }

  .header_logo a {
    width: 40%;
    z-index: 9999999;
    display: block;
  }

  .header_logo a p {
    font-size: 0.3rem;
    line-height: 1.3;
  }

  .shimanet_logo {
    display: none;
  }

  .slider {
    height: 70vh;
    margin-bottom: 10%;
  }

  .slider .mv_wrap,
  .slider .mv_wrap li {
    height: 70vh;
  }

  .slider .mv_wrap li img {
    height: 100%;
  }

  .slick-dots li {
    background: none;
  }

  .mainvisual {
    height: 74vh;
  }

  .sp_mv {
    background: rgba(255, 255, 255, 0.8);
    width: 40%;
    padding: 5% 2%;
    position: relative;
    top: 41rem;
    right: auto;
    bottom: 0;
    left: auto;
    margin: auto;
  }

  .mainvisual .top_logo {
    /*top:5%;*/
    font-size: 0.7rem;
    text-align: center;
    /*width:40%;*/
  }

  .top_logo img,
  .sp,
  .sp .shimanet_logo {
    display: block;
  }
  .sp .shimanet_logo {
    margin-left: 0;
    width: 100%;
  }

  .sp .shimanet_logo a {
    padding: 0;
    box-sizing: border-box;
  }

  .sp .shimanet_logo a img {
    display: block;
    max-width: 200px;
    width: 100%;
  }

  .top_text {
    bottom: 30%;
  }

  .mv_bird {
    width: 20%;
  }

  .block.about {
    height: auto !important;
    width: 95%;
    margin: 0 auto;
  }

  .area_box {
    padding: 2%;
    opacity: 1;
  }

  .area_box,
  .banner li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
  }

  /* 追記 900px */
  #pickup .top_box figure img {
    width: 100%;
    height: auto;
  }
  .tb-br {
    display: block;
  }
  #pickup,
  #charm,
  #womens,
  #reason,
  #search {
    width: 90%;
  }
  .sec-line {
    font-size: 1.3rem;
    background-image: url(../../assets/images/top/head_line_short.png),
      url(../../assets/images/top/head_line_short.png);
    background-size: 28% 24px;
  }
  .top_box {
    flex-direction: column;
    padding-bottom: 1.5rem;
  }
  .top_box figure,
  .top_box figure img {
    width: 100%;
  }
  .top_txt {
    margin-left: 0;
  }
  .top_txt h3 {
    margin-top: 1rem;
  }
  .point_bx {
    flex-direction: column;
    margin: 5rem auto 2rem;
  }
  .single_bx {
    width: 100%;
    margin-bottom: 6rem;
  }
  .single_bx:before {
    width: 50px;
    height: 50px;
    top: -4rem;
  }
  .single_bx:last-child {
    margin-bottom: 0;
  }

  .btn-center {
    width: auto;
  }
  .movie-one figure ,
  .movie-one figure img {
    width: 100%;
    height: auto;
  }
  .movie-col {
    flex-direction: column;
  }
  .movie-col li {
    margin: 0 auto 1rem;
  }
  .search-btn,
  .search-btn li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .search-btn {
    margin-top: 2rem;
  }
  .search-btn li {
    padding: 0.5rem;
  }
  .search-btn button {
    width: 100%;
  }
  .more {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: right;
  }
  .mainbox {
    width: 95%;
    margin: 2rem auto 0;
  }
  .mainbox.content {
    margin-top: 20rem;
  }
  .bnr-movie {
    position: absolute;
    bottom: 7rem;
    right: 0;
    left: 5px;
  }
  .bnr-movie img {
    width: 110px;
    height: 110px;
  }
  /* page search 900 */
  #search-area,
  #result {
    width: 90%;
    margin: 0 3rem;
  }
  .flex-bx {
    flex-direction: column;
  }
  .search-inner .flex-bx dl {
    width: 100%;
  }
  /*page*/
  .breadcrumb {
    /*width:98%;*/
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }
  .page_mv {
    width: 100%;
  }
  .cont_main {
    padding: 0 10px;
  }
  .page_ph01 {
    left: 0%;
  }

  .page_ph02 {
    left: 0%;
  }

  .page_ph03 {
    right: 0%;
  }

  .tab {
    width: 80%;
  }

  .tab:after {
    width: 125%;
  }

  .voice_text {
    padding: 5%;
    margin-top: 5%;
  }

  .voice_text:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid #dafbf3;
    position: absolute;
    top: -20px;
    left: 40%;
    content: "";
  }

  .voice_text_twoblock {
    width: 100%;
  }

  .voice_text_twoblock .voice_text:first-child::before,
  .voice_text_twoblock .voice_text:last-child::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid #dafbf3;
    border-right: 20px solid #dafbf3;
    position: absolute;
    top: -20px;
    left: 40%;
    content: "";
    transform: none;
  }
  .content.about {
    padding-bottom: 100px;
  }

  .banner li:last-child {
    margin-right: auto;
  }

  .header_title,
  .sns_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sns_list li {
    width: 30%;
  }
  .sns_list li a img {
    width: 90%;
  }

  .sns_title {
    width: 80%;
  }

  .footer_logo {
    margin-top: 2%;
  }

  .footer_logo a {
    width: 30%;
  }

  .sp_ftr {
    display: none;
  }

  .tel {
    /*padding-left:6%;
        background-size:4%;*/
    padding-left: 4%;
    margin-top: 1%;
    background-size: 2%;
    width: 100%;
    display: block;
  }

  .mail:before {
    padding-left: 0;
  }

  .btn_center a {
    width: 90%;
  }

  .link_btn {
    width: 90%;
    margin: 0 auto;
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .link_back {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .block.about figure {
    width: 60%;
  }

  .link_box_text {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 30px auto 20px;
  }

  .point_bx a {
    padding-bottom: 0;
  }

  /** library追加 **/
  h1.library__ttl {
    font-size: 25px;
  }
  .library__hashtag {
    padding-left: 15px;
  }
  .library__hashtag li {
    font-size: 16px;
    line-height:1.5;
  }
  .library__title {
    font-size: 20px;
    margin: 50px auto 0;
  }
  .library__title span {
    display: block;
  }
  .library__case {
    margin-bottom: 0;
  }
  .library__case__child {
    width: 50%;
    margin-right: 0;
  }
  .library__case__child figcaption {
    font-size: 15px;
  }
  .library__case__child figcaption span {
    font-size: 11px;
  }
  .library__case__child p {
    width: 140px;
    text-align: center!important;
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  #movie {
  margin-top:3rem;
  }
  .header_logo {
    width: 85% !important;
    height: auto;
  }
  .header_logo a {
    top: 0;
  }
  .header_logo p span {
    font-size: 12px;
  }
  .face {
    max-width: 173px;
    width: 100%;
    height: auto;
  }
  .search-inner dd input[type="text"] {
    padding-left: 0.7rem;
  }
  .search-inner dd input::placeholder {
    font-size: 13px;
  }
  .block p,
  .block.about p,
  .block .sec_txt {
    font-size: 15px;
    width: 100%;
  }
  .search-inner {
    width: 95%;
  }
}

@media screen and (max-width: 600px) {
  .sp_mv {
    width: 60%;
    top: 24rem;
  }
  h1 {
    font-size: 30px;
  }
  .tab {
    display: block;
    font-size: 1.1rem;
    line-height: 1.4;
    min-width: auto;
    width: 100%;
    padding: 10px 4% 6px;
  }
  .cont_title.title_h2 {
    font-size: 22px;
  }
  .btn_submit {
    display: block;
    width: 95%;
  }
  .btn_submit a img {
    margin-bottom: 20px;
  }
  .cont_title {
    line-height: 1.6;
    font-size: 22px;
  }
  .cont_block p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.5;
  }
  .header_logo p,
  .footer_logo p {
    font-size: 10px;
  }
  .cont_title + .voice,
  p + .voice {
    margin-top: 0;
  }
  .voice + .cont_title {
    margin-top: 45px;
  }
  .block.about figure {
    max-width: 350px;
    width: 100%;
    margin-bottom: 1rem;
  }

  .content p {
    text-align: left;
  }

  .slider {
    height: 380px;
  }

  .slider .mv_wrap,
  .slider .mv_wrap li {
    height: 325px;
  }

  .cont_block {
    width: 100%;
  }
  .row_wrap .area_box:nth-child(3n + 2) {
    margin-left: auto;
    margin-right: auto;
  }
  /* 追記 600px */
  .item {
    min-height: auto;
  }
  .pager {
    margin: 10px auto;
  }
  #pickup,
  #charm,
  #womens,
  #reason,
  #search,
  #top-search {
    width: 95%;
    margin: 0 auto;
  }
  .sp-br {
    display: block;
  }
  .block .header_title {
    width: 85%;
    margin-top: 1rem;
  }
  .block .header_title img {
    width: 100%;
    height: auto;
  }
  #pickup.block {
    padding: 0;
  }
  .top_box {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .top_box figure {
    width: 100%;
    margin: 0 0 3% 0;
    position: relative;
  }
  .top_box figure img {
    width: 100%;
    height: auto;
  }
  .top_txt {
    margin-left: 0;
    padding-bottom: 1rem;
  }
  .top_txt h3 {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .top_txt h4 a {
    font-size: 1rem;
  }
  .top_txt li {
    font-size: 1rem;
  }
  .banner {
    margin: 0 auto;
    text-align: center;
  }

  .sec-line {
    font-size: 1.6rem;
    background-image: url(../../assets/images/top/head_line_short.png),
      url(../../assets/images/top/head_line_short.png);
    background-size: 18% 10px;
    margin: 3rem auto 2rem;
  }

  .btn-center {
    width: 100%;
    height: 150px;
    display: block;
  }
  .btn-center img {
    width: 100%;
    height: auto;
    padding-top: 15px;
  }

  #womens .top_box {
    width: 100%;
  }
  #womens .top_txt h3,
  #reason .top_txt h3 {
    margin-top: 0.5rem;
  }
  #reason .top_box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .search-inner dl {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  .search-inner dt,
  .search-inner dd {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  .search-inner dt {
    font-size: 16px;
  }
  .search-inner dd {
    margin-bottom: 1rem;
    font-size: 14px;
  }
  .search-btn {
    flex-direction: column;
  }
  .search-btn button {
    width: 100%;
    height: auto;
  }
  .area_box h4 {
    font-size: 16px;
  }
  .info li {
    font-size: 14px;
  }
  /* page search */
  #search-area,
  #result {
    width: 100%;
    margin: 0 auto;
  }
  #search-area .search-inner {
    padding: 1rem;
  }
  #search-area .search-inner dl {
    margin-right: 0;
    width: 100%;
  }
  #search-area .search-inner dt {
    width: 100%;
  }
  .search-inner dd.form-none li,
  .search-inner dd.form-none li.long {
    width: 100%;
  }
  .search-inner dd.form-none {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .header_logo {
    width: 90% !important;
    margin-right: 50px!important;
  }

  .header_logo a {
    width: 30% !important;
  }

  .tel {
    padding-left: 6% !important;
    background-size: 4% !important;
  }

  /*sp_link*/
  .sp_link {
    display: none;
    background: rgba(254, 232, 241, 0.8);
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 5;
  }

  .sp_link img {
    margin: 0 auto;
    width: 70%;
    height: auto;
  }

  .sp_link a img:hover {
    /* animation: rumble 0.12s linear infinite; */
    cursor: pointer;
    box-shadow: none;
  }

  .pc_link {
    display: none;
  }
  footer {
    padding: 1% 5%;
  }

  /**メガメニュー設定**/
  .header_nav {
    right: 20px;
    top: 20px;
  }
  .header_nav_menu {
    width: 30px;
  }
  .header_megamenu_logo{
    max-width: 200px;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 425px) {
  .sns_title {
    width: 90%;
  }
  .mainvisual {
    height: 31rem;
  }
}

@media screen and (max-width: 375px) {

  .block .header_title {
    width: 100%;
  }
  .top_box {
    margin-top: 3%;
  }
  .sec-line,
  .sec-line-short {
    font-size: 1.2rem;
  }
  .single_bx:last-child {
    margin-bottom: 0;
  }
  .btn-center {
    height: 130px;
  }

  .search-inner {
    padding-top: 7%;
  }
  .search-btn {
    margin-top: 0;
  }
  /** スライド関係 */
  .slider .mv_wrap .slick-track li:nth-child(2),
  .slider .mv_wrap .slick-track li:nth-child(4),
  .slider .mv_wrap .slick-track li:nth-child(5) {
    background-position: left !important;
  }
}

/* ヘッダー追記 */
.is-show nav {
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

/* アコーディオン */
.parent {
  position: relative;
  cursor: pointer;
}
.child {
  position: absolute;
  top: 15px;
  left: -70px;
  width: 278px;
  z-index: 100;
  display: block;
}

.child li {
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid #46c6d2;
  transition: background 1s;
  display: block;
  margin-bottom: 3%;
}

.parent:hover .child li {
  visibility: visible;
  overflow: visible;
  width: 180px;
  padding: 10px 0;
  z-index: 10;
}
.parent:hover .child li a {
  display: flex;
  justify-content: center;
  align-content: center;
}
.parent:hover .child li a:before,
.parent:hover .child li a:after {
  display: none;
}

.child li a {
  transition: none;
}
.sp-display {
  display: none;
}
/* 202303 TOP改修 */
.megamenu_pc_bnr {
  max-width: 300px;
}
.megamenu_pc_bnr img {
  width: 100%;
  height: auto;
}
.arrow_list > li.megamenu_pc_bnr a::before {
  display: none;
}
.megamenu_nav_item .megamenu_pc_bnr a:hover {
  border-bottom: none;
  opacity:.8;
}
.about_bnr {
  text-align: center;
  width: 50%;
  margin: 3% auto;
}
.about_bnr img {
  width: 100%;
  height: auto;
}
.bnr_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto;
}
.double_bnr {
  margin: 0 0 30px 0;
}
.single_bnr a:hover ,
.double_bnr a:hover {
  opacity: 0.8;
}
#pickup {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .sp-height {
    width: 60%!important;
  }
  .sp-display {
    display: block;
  }
  .parent {
    display: none;
  }
  .page_mv figcaption ,
  .page_img figcaption {
    font-size: 14px;
    line-height: 1.4;
  }
  /* 202303 TOP改修 */
  .megamenu_sp_bnr img {
    width: 100%;
    height: auto;
  }
  .single_bnr ,
  .double_bnr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .single_bnr img ,
  .double_bnr img {
    width: 100%;
    height: auto;
  }
  .bnr_flex {
    flex-direction: column;
  }
  .about_bnr {
    width: 90%;
    margin-bottom: 15%;
  }

}
