@charset "UTF-8";
/* --

style.css

 ------------------------------------
-- */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
.photo__wrap:after, footer .foot_nav ul:after {
  content: "";
  display: table;
  clear: both;
}

@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-4px) rotate(0deg);
            transform: translateY(-4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(0deg);
            transform: translateY(-11px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-4px) rotate(0deg);
            transform: translateY(-4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(0deg);
            transform: translateY(-11px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(4px) rotate(0deg);
            transform: translateY(4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(4px) rotate(0deg);
            transform: translateY(4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(0deg);
            transform: translateY(9px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotationx {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes rotationx {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes line_in {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 60px;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes line_in {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 60px;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -mox-appearance: none;
  -moz-appearance: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------

	$base

-----------------------------------*/
/* --

style.css

 ------------------------------------
-- */
/**======================================
	setting
======================================**/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  min-width: 100%;
  min-height: 100%;
}

[id=wrapper] {
  overflow: hidden;
  position: relative;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

/* layout
-------------------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.result .inner {
  max-width: 1240px;
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: 1024px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.container {
  position: relative;
}

#pagetop {
  position: fixed;
  right: 20px;
  z-index: 999;
  width: 24px;
  text-align: center;
  display: none;
  -webkit-animation: 0.5s ease-in-out forwards fadeUp;
          animation: 0.5s ease-in-out forwards fadeUp;
}
#pagetop a {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#pagetop .line::before {
  content: "";
  display: block;
  background: #333;
  height: 30px;
  width: 1px;
  margin: 0 auto 10px;
}
#pagetop .line::after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background: #333;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotateX(-50%);
          transform: rotateX(-50%);
  margin-left: 2px;
}
@media screen and (max-width: 640px) {
  #pagetop {
    right: 0.25%;
  }
  #pagetop a {
    font-size: 1.3rem;
  }
}

/* Headline
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* common
-------------------------------------------------------------- */
.common__title-01 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  padding-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .common__title-01 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .common__title-01 {
    font-size: 2.4rem;
  }
}

/* Text
-------------------------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
}

.link-arrow {
  text-decoration: none;
}
.link-arrow::before {
  display: inline-block;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2em;
  vertical-align: middle;
}

sup {
  vertical-align: top;
  font-size: 60%;
}

strong {
  font-weight: bold;
}

b {
  color: #2eafb5;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}
/* Image
-------------------------------------------------------------- */
img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

.image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Btn
-------------------------------------------------------------- */
/* List
-------------------------------------------------------------- */
ul li {
  list-style: none;
}

ol {
  padding-left: 2.5rem;
}
ol li ol {
  list-style: none;
  padding-left: 2.5em;
}
ol li ol li {
  text-indent: -2.5em;
}

.list-bullet > li {
  position: relative;
  padding-left: 1.4em;
}
.list-bullet > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #2eafb5;
}

/* note
-------------------------------------------------------------- */
.note li {
  vertical-align: middle;
  text-indent: -0.5em;
  margin-left: 1em;
}
.note li::before {
  content: "※";
  display: inline-block;
  vertical-align: top;
}

p.note {
  vertical-align: middle;
  text-indent: -0.5em;
  margin-left: 1em;
}
p.note::before {
  content: "※";
  display: inline-block;
  vertical-align: top;
}

/* Table
-------------------------------------------------------------- */
.tbl-01 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}
.tbl-01 tr {
  border-bottom: 1px solid #ccc;
}
.tbl-01 th {
  font-weight: bold;
  width: 18%;
}
.tbl-01 td {
  width: 75%;
  padding: 1.4em;
}
.tbl-01 th, .tbl-01 td {
  text-align: left;
  vertical-align: middle;
  word-wrap: break-word;
}
@media screen and (max-width: 640px) {
  .tbl-01 tr {
    border: none;
  }
  .tbl-01 th, .tbl-01 td {
    display: block;
    width: 100%;
  }
  .tbl-01 th {
    background: #f1f1e4;
    padding: 0.5rem;
  }
  .tbl-01 td {
    padding: 1rem 0 2rem;
  }
}

/* align
-------------------------------------------------------------- */
.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

/* margin
-------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$header

-----------------------------------*/
.header {
  position: relative;
  margin: 0 60px;
}
@media screen and (max-width: 768px) {
  .header {
    margin: auto;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

$nav

-----------------------------------*/
.nav__toggle {
  display: none;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}
.nav__toggle:hover {
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #333;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.nav__toggle .top {
  -webkit-animation: toggle-top 0.5s;
          animation: toggle-top 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav__toggle .bottom {
  -webkit-animation: toggle-bottom 0.5s;
          animation: toggle-bottom 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav__drawer {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav__logo {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nav__toggle {
    display: block;
  }
  .nav__drawer {
    position: fixed;
    opacity: 0;
    right: -100%;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 0;
    background: #e8ebdf;
    background: linear-gradient(-45deg, #e8ebdf, #e7f2ee, #f3e8f2);
    padding: 2rem;
    display: table;
  }
  .nav__inner {
    background: #fff;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .nav__logo {
    display: block;
    width: 80%;
    max-width: 200px;
    margin: 0 auto 3rem;
  }
  .nav__logo img {
    width: 100%;
    height: auto;
  }
}

.gnav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: right;
  height: 6rem;
  display: table;
  width: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.gnav li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3.3rem;
}
.gnav a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gnav {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .gnav li {
    display: inline-block;
    width: 100%;
    padding: 1.2rem 1rem;
  }
  .gnav li.icon-sns {
    width: auto;
    padding: 1.2rem 1.2rem 0;
  }
}

/*
.open
--------------------------*/
.overlay {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.open {
  overflow: hidden;
}
.open body {
  overflow: hidden;
}
.open .overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.open .nav__toggle .top {
  -webkit-animation: toggle-top-close 0.5s;
          animation: toggle-top-close 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.open .nav__toggle .middle {
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.open .nav__toggle .bottom {
  -webkit-animation: toggle-bottom-close 0.5s;
          animation: toggle-bottom-close 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.open .nav__drawer {
  opacity: 1;
  right: 0;
  z-index: 9999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$footer

-----------------------------------*/
.bnr-sentabi {
  padding: 6rem 0 10rem;
  text-align: center;
}
.bnr-sentabi img {
  width: 68%;
  height: auto;
  max-width: 572px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  .bnr-sentabi {
    padding: 4rem 0 8rem;
  }
}

/* ----------------------------------------------------
	footer※sentabi.jpサイトから流用
---------------------------------------------------- */
footer {
  clear: both;
  overflow: hidden;
  background: #e6edf2;
  text-align: center;
}

footer .foot_nav {
  border-bottom: #c8d6e0 solid 1px;
  padding: 12px 0;
  display: block;
  color: #111;
  font-size: 0.9em;
}

footer .foot_nav ul {
  width: 1100px;
  margin: auto;
}

footer .foot_nav a {
  float: left;
  width: 25%;
  padding-right: 20px;
  background: url("../images/common/arrow_right.png") no-repeat 100% 50%;
  background-size: 6px;
  color: #111;
}

footer .logo {
  padding: 30px 0;
}

footer .logo img {
  width: 350px;
  margin: 0 auto;
  display: block;
}

footer .copy {
  padding: 0 0 30px 0;
  color: #7c8388;
  font-size: 0.69em;
}

#page-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 998;
  display: none;
}

#page-top a {
  width: 60px;
  display: block;
}
#page-top a img {
  width: 100%;
  height: auto;
}

#page-top a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 640px) {
  footer {
    clear: both;
    overflow: hidden;
    background: #e6edf2;
    text-align: center;
  }
  footer .foot_nav {
    border-bottom: none;
    padding: 0 0 15px 0;
    display: block;
    color: #111;
  }
  footer .foot_nav ul {
    width: auto;
    margin: auto;
  }
  footer .foot_nav a {
    display: block;
    float: none;
    padding: 10px 15px;
    width: auto;
    padding-right: 20px;
    background: url("../images/common/arrow_right.png") no-repeat 97% 50%;
    background-size: 6px;
    color: #111;
    text-align: left;
    border-bottom: #c8d6e0 solid 1px;
  }
  footer .logo {
    padding: 30px 0;
  }
  footer .logo img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  footer .copy {
    padding: 0 0 30px 0;
    color: #7c8388;
    line-height: 130%;
  }
}
/*


 #pagetop{
  position: fixed;
  right: 1%;
  bottom: 1%;
  display: none;
  z-index: 999;
  a {
   display: block;
   width: 36px;  
   padding-top: 100%;
   border-radius: 50%;
   background: #000;
   position: relative;
   opacity: 0.7;
   &::before {
    @include setting.FontAwesome("\f106");
    color:#fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
   }
   &:hover {
    opacity: 1;
   }
		}
	}

*/
/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$mainvisual

-----------------------------------*/
.mainvisual {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  padding: 6rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  /*
  .period {
  	position: absolute;
  	bottom: -4%;
  	left: 3%;
  	width: 24rem;
  	animation:1s ease-in-out forwards fadeUp;
  	&::before {
  		content: "";
  		display: block;
  		width: 10.8rem;
  		height: 10.8rem;
  		background: url("../images/pop2.png") no-repeat 0 0;
  		background-size: contain;
  		position: absolute;
  		z-index: 1;
  		top: -3rem;
  		left: 95%;
  		@include setting.mobile {
  			top: -1.5rem;
  			width: 6.8rem;
  			height: 6.8rem;
  		}
  	}
  	img {
  		width: 100%;
  		height: auto;
  		transform: scale(1.3);
  		transform-origin: left bottom;		
  	}
  }
  */
}
.mainvisual__wrap {
  height: 100%;
  background: url("../images/mv.jpg") no-repeat 50%;
  background-size: cover;
  position: relative;
}
.mainvisual__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 80%;
  max-width: 50rem;
  -webkit-animation: 1s ease-in-out forwards fadeIn;
          animation: 1s ease-in-out forwards fadeIn;
}
.mainvisual__title img {
  width: 100%;
  height: auto;
}
.mainvisual .period {
  position: absolute;
  bottom: -4%;
  left: 3%;
  width: 24rem;
  -webkit-animation: 1s ease-in-out forwards fadeUp;
          animation: 1s ease-in-out forwards fadeUp;
}
.mainvisual .period img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .mainvisual .period {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    padding: 4rem;
  }
  .mainvisual .period {
    bottom: -1rem;
    left: -1rem;
    width: 18rem;
  }
}
@media screen and (max-width: 640px) {
  .mainvisual {
    padding: 2rem;
  }
  .mainvisual .period {
    width: 16rem;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.lead

-----------------------------------*/
.lead {
  padding: 8rem 0;
  position: relative;
}
.lead::after {
  content: "";
  display: block;
  width: 64.6rem;
  height: 45.4rem;
  background: url("../images/bg-illust-01.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  bottom: -22rem;
  right: -10rem;
  z-index: -1;
}
.lead__text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lead::after {
    width: 48rem;
    height: 34rem;
    bottom: -12rem;
    right: -7rem;
  }
  .lead__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lead::after {
    width: 38.7rem;
    height: 27.2rem;
    bottom: -3rem;
    right: -5rem;
  }
  .lead__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .lead {
    padding: 8rem 0 10rem;
  }
  .lead::after {
    width: 30.3rem;
    height: 21.3rem;
    bottom: 3rem;
    right: -5rem;
  }
  .lead__text {
    font-size: 1.6rem;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.outline

-----------------------------------*/
.outline {
  padding: 6rem 0 0;
}
.outline__warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .outline__warp {
    row-gap: 0;
  }
}
.outline__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 4rem;
}
.outline__image {
  width: 27.5%;
  min-width: 200px;
}
.outline__image img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.outline__title {
  font-size: 3.6rem;
  line-height: 1;
  padding-bottom: 1.4em;
}
.outline .text {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .outline__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .outline {
    padding: 6rem 0 0;
  }
  .outline__text, .outline__image {
    width: 100%;
  }
  .outline__text {
    padding: 0 0 6rem;
  }
  .outline__image img {
    width: 80%;
    max-width: 360px;
    margin: auto;
  }
  .outline__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .outline {
    padding: 4rem 0 0;
  }
  .outline__text, .outline__image {
    width: 100%;
  }
  .outline__image img {
    width: 80%;
    max-width: 225px;
    margin: auto;
  }
  .outline__title {
    font-size: 2.4rem;
    text-align: center;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.thema

-----------------------------------*/
.thema {
  padding: 16rem 0;
  text-align: center;
  position: relative;
}
.thema::after {
  content: "";
  display: block;
  width: 53.8rem;
  height: 51rem;
  background: url("../images/bg-illust-02.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  bottom: -4rem;
  left: -2rem;
  z-index: -1;
}
.thema__title {
  font-size: 3rem;
  padding-bottom: 3.6rem;
  position: relative;
}
.thema__title::after {
  content: "";
  display: block;
  width: 8.8rem;
  height: 8.8rem;
  background: url("../images/bg-illust-03.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  right: 5rem;
  top: -6rem;
}
.thema__title em {
  font-style: normal;
  color: #2eafb5;
}
.thema__title span {
  display: block;
  margin-bottom: 0.25em;
}
.thema__title b {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.25em 2em;
  border-radius: 100px;
  background: #2eafb5;
}
.thema__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .thema::after {
    width: 32.2rem;
    height: 30rem;
    bottom: -4rem;
    left: -2rem;
  }
  .thema__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .thema__title {
    font-size: 2.4rem;
    padding-bottom: 3.2rem;
  }
  .thema__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .thema {
    padding: 6rem 0;
  }
  .thema::after {
    width: 22.6rem;
    height: 21.5rem;
    bottom: auto;
    top: -4rem;
    left: -2rem;
  }
  .thema__title {
    font-size: 2.2rem;
    padding-bottom: 2.8rem;
    margin-left: -6%;
    margin-right: -6%;
  }
  .thema__title::after {
    width: 6.8rem;
    height: 6.8rem;
    right: 2rem;
    top: -5rem;
  }
  .thema__title b {
    font-size: 1.4rem;
  }
  .thema__text {
    text-align: left;
  }
  .thema__text .pc {
    display: none;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.movie

-----------------------------------*/
.movie__wrap {
  max-width: 840px;
  margin: auto;
  padding: 2rem;
  background: #e8ebdf;
  background: linear-gradient(-45deg, #e8ebdf, #e7f2ee, #f3e8f2);
  position: relative;
}
.movie__wrap::after {
  content: "";
  display: block;
  width: 15.6rem;
  height: 29.1rem;
  background: url("../images/bg-illust-04.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  right: -21rem;
  bottom: 0;
  z-index: -1;
}
.movie__text {
  padding: 3rem 2rem 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .movie__wrap {
    padding: 1rem;
  }
  .movie__wrap::after {
    display: none;
  }
  .movie__text {
    padding: 1rem 0;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.photo

-----------------------------------*/
.photo img {
  width: 100%;
  height: auto;
}
.photo__wrap {
  width: 100%;
  position: relative;
  margin: 6rem 0 2rem;
}
.photo__left {
  width: 56.0761346999vw;
  position: absolute;
  left: -2.9282576867vw;
  top: 1.4rem;
}
.photo__right {
  float: right;
  width: 49.7803806735vw;
  margin-right: -2.196193265vw;
}
@media screen and (max-width: 768px) {
  .photo__wrap {
    width: 90%;
    margin: 4rem auto 2rem;
  }
  .photo__left {
    width: 100%;
    position: static;
    margin: auto;
  }
  .photo__right {
    float: none;
    width: 100%;
    margin: auto;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.award

-----------------------------------*/
.award {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 640px) {
  .award {
    padding: 4rem 0 6rem;
  }
}
.award__header {
  padding-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .award__header {
    padding-bottom: 2rem;
  }
}
.award__lead {
  text-align: center;
  line-height: 2;
}
.award__warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.award__block {
  width: 48%;
  background: #f1f1e4;
  border-radius: 20px;
  padding: 2rem;
}
.award__block h3 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .award__block {
    width: 100%;
  }
  .award__block:last-child {
    margin-top: 2rem;
  }
  .award__block h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .award__block {
    border-radius: 10px;
    padding: 2rem 1rem 1rem;
  }
}
.award__unit {
  background: #fff;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.18);
}
.award__unit:not(:last-child) {
  margin-bottom: 2rem;
}
.award__unit dt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0.5rem;
}
.award__unit dd {
  padding: 2rem 2.4rem 3rem;
}
.award__unit .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .award__unit dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .award__unit dt {
    font-size: 1.8rem;
  }
  .award__unit dd {
    padding: 1rem;
  }
}
.award .grand dt {
  background: #d36c7e;
}
.award .grand .text {
  padding-top: 1rem;
}
.award .grand .goods-name {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 0.5rem;
}
.award .grand .goods-name span {
  font-size: 1.6rem;
  display: inline-block;
}
.award .grand .goods-text {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .award .grand .goods-name {
    font-size: 1.8rem;
  }
  .award .grand .goods-name span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .award .grand .goods-name {
    font-size: 1.6rem;
  }
}
.award .second dt {
  background: #2eafb5;
}
.award .second .goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.award .second .image {
  width: 47.5%;
}
.award .second .text {
  width: 48%;
}
.award .second .goods-name {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
}
.award .second .goods-text {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .award .second .image,
  .award .second .text {
    width: 100%;
  }
  .award .second .text {
    padding-top: 1rem;
  }
  .award .second .goods-name {
    text-align: center;
  }
}
.award .everyone {
  padding: 6rem 0 0;
}
.award .everyone .image {
  width: 211px;
  margin: auto;
  position: relative;
}
.award .everyone .image::after {
  content: "";
  display: block;
  width: 211px;
  height: 298px;
  background: rgba(0, 0, 0, 0.11);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.award .everyone .image img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.award .everyone .text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 3rem;
}
.award .everyone .note {
  font-size: 1.6rem;
  padding-top: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .award .everyone .text {
    font-size: 1.8rem;
  }
  .award .everyone .note {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .award .everyone .text {
    font-size: 1.8rem;
  }
  .award .everyone .text .pc {
    display: none;
  }
  .award .everyone .note {
    font-size: 1.2rem;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.flow

-----------------------------------*/
.flow {
  background: #e8ebdf;
  background: linear-gradient(-45deg, #e8ebdf, #e7f2ee, #f3e8f2);
  padding: 8rem 0;
}
.flow__warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flow__block {
  width: 31.5%;
}
.flow__image {
  background: #fff;
  border-radius: 20px;
  padding: 5rem 2rem 3rem;
  position: relative;
}
.flow__image .step {
  display: inline-block;
  font-size: 2rem;
  padding: 0.25rem 4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background: #2eafb5;
  width: auto;
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
.flow__text {
  padding-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
}
.flow__text h4 {
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.flow__text a {
  text-decoration: underline;
}
.flow .appli {
  font-size: 1.4rem;
  max-width: 300px;
  margin: 2rem auto 0;
}
.flow .appli__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.5rem;
}
.flow .appli__block {
  width: 48%;
}
.flow .appli__block img {
  width: 100%;
  height: auto;
}
.flow__btn {
  padding-top: 6rem;
}
.flow__btn a {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: auto;
  background: #d36c7e;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 10px;
  padding: 1.75em 1em;
}
.flow__btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .flow__btn {
    padding-top: 6rem;
  }
  .flow__btn a {
    max-width: 640px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .flow__btn {
    padding-top: 4rem;
  }
  .flow__btn a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .flow__block {
    width: 32.5%;
  }
  .flow__text {
    font-size: 1.4rem;
  }
  .flow__text h4 {
    font-size: 1.8rem;
  }
  .flow__text br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 6rem 0;
  }
  .flow__block {
    width: 100%;
    max-width: 420px;
    margin: auto;
  }
  .flow__block:not(:last-child) {
    padding-bottom: 6rem;
  }
  .flow__text br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .flow {
    padding: 4rem 0;
  }
  .flow__image .step {
    font-size: 1.8rem;
    padding: 0 4rem;
    top: -0.75em;
  }
  .flow .appli {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.tag

-----------------------------------*/
.tag {
  padding: 8rem 0;
}
.tag__warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag__block {
  width: 31.5%;
  padding-bottom: 3rem;
}
.tag__image {
  background: #f1f1e4;
  border-radius: 20px;
  padding: 4rem 2rem 3rem;
  position: relative;
}
.tag__image img {
  width: 100%;
}
.tag__image .step {
  display: inline-block;
  font-size: 1.8rem;
  padding: 0.1rem 4rem 0.15rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background: #2eafb5;
  width: auto;
  position: absolute;
  top: -0.8em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
.tag__image .sp {
  display: none;
}
.tag__text {
  padding-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
}
.tag__text h4 {
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.tag__text dl:not(:last-child) {
  padding-bottom: 1rem;
}
.tag__text .note {
  font-size: 1.1rem;
}
.tag .inline-mark {
  width: 1.2em;
  height: auto;
  vertical-align: middle;
  margin-right: 0.25em;
}
@media screen and (max-width: 1024px) {
  .tag__block {
    width: 32.5%;
  }
  .tag__text {
    font-size: 1.4rem;
  }
  .tag__text h4 {
    font-size: 1.8rem;
  }
  .tag__text br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .tag {
    padding: 6rem 0;
  }
  .tag__block {
    width: 100%;
    max-width: 420px;
    margin: auto;
  }
  .tag__block:not(:last-child) {
    padding-bottom: 6rem;
  }
  .tag__text {
    font-size: 1.4rem;
  }
  .tag__text br {
    display: block;
  }
  .tag__text br.pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .tag {
    padding: 4rem 0;
  }
  .tag__image {
    padding: 3rem 1rem 1.5rem;
  }
  .tag__image .step {
    font-size: 1.8rem;
    padding: 0 4rem;
    top: -0.75em;
  }
  .tag__image .sp {
    display: block;
    max-width: 275px;
  }
  .tag__image .sp.wide {
    max-width: 90%;
  }
  .tag__image .pc {
    display: none;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.guide

-----------------------------------*/
.guide {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .guide {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 640px) {
  .guide {
    padding: 4rem 0 0;
  }
  .guide .note {
    font-size: 1.2rem;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.regulation

-----------------------------------*/
.regulation__title {
  background: #2eafb5;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.2em 0.8em;
  margin-bottom: 1em;
}
.regulation__wrap {
  background: #f1f1e4;
  padding: 4rem;
  font-size: 1.4rem;
}
.regulation__info {
  text-align: center;
  padding-top: 6rem;
}
.regulation .privacy {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .regulation__wrap {
    padding: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .regulation__title {
    font-size: 1.4rem;
  }
  .regulation__wrap {
    padding: 0;
    font-size: 1.2rem;
  }
  .regulation__list {
    padding: 0 1rem 1.5rem;
  }
  .regulation__info {
    padding-top: 4rem;
    font-size: 1.3rem;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$.result

-----------------------------------*/
.result__wrap {
  background: #f1f1e4;
  border-radius: 2rem;
  padding: 0 9rem 9rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .result__wrap {
    padding: 0 4rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .result__wrap {
    padding: 0 2rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .result__wrap {
    padding: 0 1rem 1rem;
  }
}
.result__lead {
  text-align: center;
  padding-bottom: 3rem;
}
.result__lead span {
  display: inline-block;
}
.result__title {
  display: inline-block;
  background: #2eafb5;
  font-size: 2.8rem;
  padding: 1.8rem 6rem;
  margin-bottom: 4rem;
  position: relative;
}
.result__title::before, .result__title::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 50%;
  height: 2rem;
  background: #2eafb5;
}
.result__title::before {
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.result__title::after {
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.result__title b {
  color: #fff;
}
.result__title b::before {
  font-size: 3rem;
  display: inline-block;
  content: "\f521";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .result__title {
    font-size: 2.4rem;
    padding: 1rem 3rem;
  }
  .result__title b::before {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .result__title {
    font-size: 2rem;
    padding: 0.5rem 2rem;
  }
  .result__title b::before {
    font-size: 2rem;
  }
}
.result__cate {
  padding: 2rem 4rem;
  background: #fff;
  border-radius: 1rem;
}
.result__cate.photo {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .result__cate {
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .result__cate {
    padding: 1rem;
  }
}
.result__cate-ttl {
  font-size: 2.8rem;
  padding-right: 1.5em;
  position: relative;
}
.result__cate-ttl::before, .result__cate-ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.result__cate-ttl::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.result__cate-ttl b {
  color: #2eafb5;
}
.result__cate-ttl b::before {
  font-size: 4rem;
}
.photo .result__cate-ttl b::before {
  display: inline-block;
  content: "\f030";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.movie .result__cate-ttl b::before {
  display: inline-block;
  content: "\f03d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.result__cate-ttl:hover {
  cursor: pointer;
}
.result__cate-ttl:hover::before, .result__cate-ttl:hover::after {
  background: #d36c7e;
}
.result__cate-ttl.open::before {
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .result__cate-ttl {
    font-size: 2.4rem;
  }
  .result__cate-ttl::before, .result__cate-ttl::after {
    width: 30px;
    right: 1rem;
  }
  .result__cate-ttl b::before {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .result__cate-ttl {
    font-size: 1.6rem;
  }
  .result__cate-ttl::before, .result__cate-ttl::after {
    width: 16px;
    right: 0.5rem;
  }
  .result__cate-ttl b::before {
    font-size: 1.8rem;
  }
}
.result__drawer {
  display: none;
}
.result__box {
  padding-top: 4rem;
  text-align: center;
}
.result__box .image {
  margin-bottom: 1rem;
}
.result__box .name {
  font-weight: bold;
  font-size: 1.8rem;
}
.result__box .name a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
  background: url("../images/icon-insta.svg") no-repeat 0 0;
  background-size: cover;
}
.result__box .related {
  color: #999;
  font-size: 1.4rem;
}
.result__box .related a {
  color: #999;
}
.result__box .related a:hover {
  color: #d36c7e;
}
.movie .result__box .image a {
  display: block;
  position: relative;
}
.movie .result__box .image a::after {
  display: inline-block;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .result__box {
    padding-top: 2rem;
  }
  .result__box .name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .result__box {
    padding-top: 1rem;
  }
  .result__box .image {
    margin-bottom: 0.5rem;
  }
  .result__box .name {
    font-size: 1.4rem;
  }
  .result__box .related {
    font-size: 1.2rem;
  }
}
.result .grand {
  max-width: 47rem;
  margin: auto;
  text-align: center;
}
.result .grand__title {
  font-size: 2.4rem;
  background: #d36c7e;
  color: #fff;
  padding: 0.5rem;
  margin-bottom: 2rem;
}
.result .grand__title::before {
  display: inline-block;
  content: "\f521";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .result .grand__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .result .grand__title {
    font-size: 1.6rem;
  }
}
.result .other__title {
  font-size: 1.8rem;
  background: #2eafb5;
  color: #fff;
  padding: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .result .other__title {
    font-size: 1.6rem;
  }
}
.result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -3rem;
}
@media screen and (max-width: 768px) {
  .result__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.result__unit {
  width: 32%;
  padding-bottom: 3rem;
}
.result__unit:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .result__unit {
    width: 49%;
  }
  .result__unit:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .result__unit {
    width: 100%;
  }
}