@charset "UTF-8";
html {
  visibility: hidden; }

html.wf-active,
html.loading-delay {
  visibility: visible; }

* {
  margin: 0;
  padding: 0; }

body, body > header, body > section {
  width: 100%;
  height: 100%;
  opacity: 20; }

body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4em; }

body.fixed {
  position: fixed;
  width: 100%; }

h1 {
  font-weight: 700; }

h2 {
  font-weight: 700; }

h3 {
  font-weight: 500; }

h4 {
  font-weight: 300; }

h5, h6 {
  font-weight: 200; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

ul, ol, li {
  list-style-type: none; }

a:link,
a:visited {
  text-decoration: none; }

p {
  line-height: 1.45em; }

a {
  color: #111; }

img {
  width: 100%;
  height: auto; }

.ask {
  display: inline-block; }

@media screen and (min-width: 767px) {
  .pc {
    display: block; }

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

  .sp {
    display: block; } }
@media screen and (min-width: 1023px) {
  .pc2 {
    display: block; }

  .sp2 {
    display: none; } }
@media screen and (max-width: 1023px) {
  .pc2 {
    display: none; }

  .sp2 {
    display: block; } }
.wrapHeight {
  display: flex; }

/*マウスオーバー時にヌルっと拡大*/
.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto; }
  .imgWrap img {
    display: block;
    transition-duration: 0.8s; }
    .imgWrap img:hover {
      transform: scale(1.05);
      transition-duration: 0.8s; }

/*マウスオーバー時にスクリーン*/
.imgHover figure {
  background-color: rgba(242, 113, 121, 0.7);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.imgHover figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.imgHover figure:hover img {
  opacity: .5; }

.Title {
  text-align: center;
  width: 90%;
  margin: auto; }
  .Title.White {
    color: #fff; }
  .Title h2 {
    font-size: 1.8em;
    line-height: 1.6em; }
    @media (min-width: 768px) {
      .Title h2.sp {
        display: none; } }
    .Title h2.pc {
      display: none; }
      @media (min-width: 768px) {
        .Title h2.pc {
          display: block; } }
    @media (min-width: 1024px) {
      .Title h2 {
        font-size: 2.8em; } }
    @media (min-width: 1240px) {
      .Title h2 {
        font-size: 3.5em; } }
  .Title p {
    font-size: 0.9em;
    line-height: 1.8em;
    margin: 20px 0 0 0; }
    @media (min-width: 1024px) {
      .Title p {
        font-size: 1.00em; } }
    @media (min-width: 1250px) {
      .Title p {
        font-size: 1.125em; } }
  .Title .MeritMoji {
    display: flex;
    justify-content: center; }
    .Title .MeritMoji p {
      font-size: 2.25em;
      line-height: 1.4em;
      margin: 0px 0 0 0; }
    .Title .MeritMoji h3 {
      font-size: 2.25em; }
  .Title h3 {
    font-size: 2.25em;
    display: flex;
    justify-content: center;
    margin: 40px 0 0; }
    .Title h3 .No {
      font-size: 2.0em;
      margin-top: -13px; }

.Btn a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 0.80em;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  @media (min-width: 768px) {
    .Btn a {
      font-size: 0.87em; } }
  .Btn a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s; }
  .Btn a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1); }
.Btn img {
  width: 13px;
  height: auto;
  margin: 0px 0 -2px 3px; }
  @media (min-width: 768px) {
    .Btn img {
      width: 14.5px;
      margin: 0px 0 -2px 5px; } }

.ViewAllBtn {
  text-align: center;
  margin: 100px 0 0; }
  .ViewAllBtn a {
    font-size: 1.0em;
    color: #111;
    display: inline-block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    transition: .5s;
    transform: scale(1); }
    .ViewAllBtn a.ArrowBtn {
      position: relative; }
      .ViewAllBtn a.ArrowBtn::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        content: "";
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle;
        border-top: 1px solid #111;
        border-right: 1px solid #111;
        transition: 1s; }
      .ViewAllBtn a.ArrowBtn:hover::after {
        right: 11px; }

.PageTitle {
  max-width: 900px;
  width: 90%;
  margin: auto;
  padding-top: 120px; }
  @media (min-width: 768px) {
    .PageTitle {
      padding-top: 180px; } }
  .PageTitle h2 {
    font-size: 3.0em;
    line-height: 1.0em; }
  .PageTitle h1 {
    font-size: 1.125em;
    margin-top: 10px; }

/*
---------------------------------------------------------------------------------------------------------------------
トップへ戻るボタン
---------------------------------------------------------------------------------------------------------------------
*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px); }
  #page-top a {
    background-color: #FFD400;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    transition: all 0.3s;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      #page-top a {
        width: 50px;
        height: 50px; } }
    #page-top a::after {
      position: absolute;
      content: '';
      top: 20px;
      width: 10px;
      height: 10px;
      border-top: solid 1px #000000;
      border-right: solid 1px #000000;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: .5s; }
      @media (min-width: 768px) {
        #page-top a::after {
          top: 22px; } }
    #page-top a:hover {
      letter-spacing: 0.08em; }

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 1s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime1 0.5s forwards; }

@keyframes DownAnime1 {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
/*
---------------------------------------------------------------------------------------------------------------------
順番入れ替え
---------------------------------------------------------------------------------------------------------------------
*/
.box {
  display: flex; }

@media screen and (max-width: 767px) {
  .box {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  .order1 {
    order: 1; }

  .order2 {
    order: 2; }

  .order3 {
    order: 3; }

  .order4 {
    order: 4; }

  .order5 {
    order: 5; }

  .order6 {
    order: 6; }

  .order7 {
    order: 7; }

  .order8 {
    order: 8; }

  .order9 {
    order: 9; }

  .order10 {
    order: 10; }

  .order11 {
    order: 11; }

  .order12 {
    order: 12; }

  .order13 {
    order: 13; }

  .order14 {
    order: 14; } }
.boxA {
  display: flex; }

@media screen and (max-width: 821px) {
  .boxA {
    flex-direction: column; } }
@media screen and (max-width: 821px) {
  .orderA1 {
    order: 1; }

  .orderA2 {
    order: 2; } }
