@charset "UTF-8";
/* main.scss 
========================================*/
/* definitions */
/* variable scss
======================================*/
/* color */
/* functions Scss */
@import url("font-awesome.min.css");
html {
  font-size: 16px; }

/* media query
======================================*/
/* cleafix
======================================*/
/* text-link-color
======================================*/
/* text-link-color
======================================*/
/* linear gradient
======================================*/
/* link button
======================================*/
/* Define site basic settings
======================================*/
#2col-wrapper {
  width: 980px; }

#2col-container {
  width: 640px; }

#2col-side {
  width: 320px; }

/* base
================================ */
* {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

body {
  color: #555;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.5; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: #555;
  text-decoration: none; }
  a:hover {
    color: #333;
    text-decoration: none; }

ol, ul {
  list-style: none; }

ul, ol, dl, table {
  margin-bottom: 2em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sub {
  position: relative;
  top: 0.5em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  font-size: 0.5em; }
  @media only screen and (max-width: 800px) {
    sub {
      font-size: 0.7em; } }

/* header.scss */
/* header for main index.html
========================================*/
header, .about, .point, .gallery, .price, .cta {
  overflow: hidden;
  transition: .8s; }

.head, .head_sub {
  background: url("../images/6.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed; }

header {
  position: relative; }

.head {
  height: 100%;
  padding: 100px 10% 200px;
  margin-bottom: 5em;
  /*@include linear-gradient01;*/ }
  @media only screen and (max-width: 360px) {
    .head {
      /* iOS Safari (iPhone) 対策 */
      background: none; }
      .head::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../images/6.jpg) center/cover no-repeat;
        /*fixedをトル！*/
        opacity: 0.7;
        -webkit-background-size: cover;
        /*Android4*/
        z-index: -1; } }
  .head h1 {
    margin-bottom: 1em;
    font-size: 3.25rem;
    text-align: center;
    line-height: 1;
    font-weight: 900;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
    text-shadow: 0.05em 0.075em 0 rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 800px) {
      .head h1 {
        position: relative;
        top: -50px;
        font-size: 2em; } }
    @media only screen and (max-width: 360px) {
      .head h1 {
        display: none; } }
  .head p {
    margin-top: 1em;
    font-size: 2.625rem;
    text-align: center;
    line-height: 1;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .head p {
        padding: 0;
        margin: 0;
        font-size: 2em;
        line-height: 1.5; } }
    @media only screen and (max-width: 800px) {
      .head p {
        position: relative;
        top: -3.125rem;
        padding: 0;
        margin: 0;
        font-size: 2em;
        line-height: 1.5; } }
    @media only screen and (max-width: 360px) {
      .head p {
        position: relative;
        top: -3.75rem;
        padding: 0;
        margin: 0;
        font-size: 2em;
        line-height: 1.5; } }
  .head .nav-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6em; }
    @media only screen and (max-width: 360px) {
      .head .nav-btn {
        margin-top: -2em; } }
    .head .nav-btn > a {
      display: block;
      position: relative;
      padding: 0.5em 2em;
      margin-left: 2em;
      background: #050143;
      font-size: 2rem;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      transition: .5s;
      border-radius: 5px;
      border: 2px solid #fff; }
      @media only screen and (max-width: 1200px) {
        .head .nav-btn > a {
          margin-top: 2em;
          width: 60%;
          font-size: 1.75rem; } }
      @media only screen and (max-width: 800px) {
        .head .nav-btn > a {
          margin: 0 0 2em 0;
          padding: 1em 1em;
          width: 100%;
          font-size: 1.375rem; } }
      @media only screen and (max-width: 360px) {
        .head .nav-btn > a {
          margin: 0 0 2em 0;
          padding: 0.5em 1em;
          font-size: 1rem; } }
      .head .nav-btn > a::after {
        position: absolute;
        top: calc(50% - 4px);
        right: 20px;
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #94aedd;
        border-right: 2px solid #94aedd;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .head .nav-btn > a:hover {
        background: #94aedd;
        color: #050143; }
        .head .nav-btn > a:hover::after {
          border-color: #fff; }

.headerInner {
  flex: wrap; }
  .headerInner h1 {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 99999; }
    @media only screen and (max-width: 360px) {
      .headerInner h1 {
        left: 5px; } }
    .headerInner h1 img {
      width: 35px; }
    .headerInner h1 span {
      display: inline-block;
      font-family: "Comic Sans MS", "cursive";
      font-size: 0.5em;
      vertical-align: bottom;
      text-decoration: underline; }
      @media only screen and (max-width: 360px) {
        .headerInner h1 span {
          font-size: 1rem;
          text-decoration: none; } }

/* headerスタイル（下層ページ用） 
===============================*/
.head_sub {
  hight: 50%;
  padding: 150px 10% 80px;
  margin-bottom: 3em; }
  @media only screen and (max-width: 360px) {
    .head_sub {
      /* iOS Safari (iPhone) 対策 */
      background: none; }
      .head_sub::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../images/6.jpg) center/cover no-repeat;
        /*fixedをトル！*/
        opacity: 0.1;
        -webkit-background-size: cover;
        /*Android4*/
        z-index: -1; } }
  .head_sub h1 {
    margin-bottom: 1em;
    font-size: 3.25rem;
    text-align: center;
    line-height: 1;
    font-weight: 900;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
    text-shadow: 0.05em 0.075em 0 rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 800px) {
      .head_sub h1 {
        position: relative;
        top: 2em;
        font-size: 2em; } }
  .head_sub p {
    font-size: 2.625rem;
    text-align: center;
    line-height: 1;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .head_sub p {
        padding: 0;
        margin: 0;
        font-size: 2em;
        line-height: 1.5; } }
    @media only screen and (max-width: 800px) {
      .head_sub p {
        position: relative;
        top: 2em;
        padding: 0;
        margin: 0;
        font-size: 2em;
        line-height: 1.5; } }

/* nav.scss */
/* Responsive menu
==============================*/
#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  transition: .3s;
  cursor: default; }

.responsive-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding: 1em 5em 0 0;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #fff; }
  .responsive-menu li ul {
    display: none; }
  .responsive-menu li a {
    color: #626262; }
  .responsive-menu > li {
    display: block; }
  .responsive-menu > li > a {
    display: block;
    padding: 18px 20px 18px 12px;
    font-weight: 300;
    color: #626262;
    font-size: 15px; }
  .responsive-menu > li > a:hover {
    background: #001C4F;
    color: #fff; }
  .responsive-menu > li > a > .arrow:before {
    display: inline-block;
    width: 10px;
    height: auto;
    margin-left: 15px;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: bold;
    content: "\f107"; }
  .responsive-menu li ul .sub-menu li > a .arrow:befor {
    content: "\f105" !important; }
  .responsive-menu > li > ul.sub-menu {
    position: absolute;
    display: none;
    margin: 0;
    clear: both;
    /* 不要 */ }
  .responsive-menu li ul.sub-menu {
    background: #555555; }
    .responsive-menu li ul.sub-menu li a {
      display: block;
      margin: 0;
      padding: 12px 20px 12px 15px;
      font-size: 0.85em;
      color: #BDBDBD; }
    .responsive-menu li ul.sub-menu > li > a:hover {
      background: #001C4F;
      color: #fff; }
    .responsive-menu li ul.sub-menu > li {
      width: 185px; }
  .responsive-menu > li > ul.sub-menu > li {
    position: relative; }
  .responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    display: none;
    left: 185px;
    top: 0;
    font-weight: 300; }
    .responsive-menu > li > ul.sub-menu > li ul.sub-menu > li {
      position: relative; }
    .responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
      position: absolute;
      display: none;
      left: 185px;
      top: 0;
      font-weight: 300; }
  .responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0;
    height: auto;
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f105"; }

/* menu-toggle
---------------------------------------*/
.menu-toggle {
  display: none;
  float: left;
  width: 100%;
  background: #fff; }
  .menu-toggle h2 {
    float: left;
    color: #fff;
    padding: 0 10px;
    font-weight: 600;
    font-size: 1em; }
  .menu-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #F5F5F5;
    border-radius: 1px;
    box-shadow: 0 1px rgba(0, 0, 0, 0.25);
    margin: 3px; }
    .menu-toggle .icon-bar:hover {
      background: #F5F5F5; }
  .menu-toggle #menu-btn {
    float: right;
    background: #202020;
    border: 1px solid #0C0C0C;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px; }

.hide-menu {
  display: none; }

/* subLayout.scss */
/* 下層ページ用レイアウト */
/* mail/index.php 
===============================*/
.con-form {
  padding-top: 3em; }
  .con-form__complete {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2em;
    font-size: 1.375rem; }

/* Table */
table {
  max-width: 840px;
  width: 100%;
  margin: 0 auto; }
  table tr {
    border: solid 1px #E5E5E5;
    /*&:first-child {
    	border-top: 0;
    }*/ }
  table td {
    padding: 1em;
    vertical-align: middle;
    border-top: solid 1px #E5E5E5;
    border-right: solid 1px #E5E5E5;
    background: #e1e9f6; }
    @media only screen and (max-width: 1200px) {
      table td {
        display: block;
        width: 100%; } }
  table th {
    width: calc(780/800/3*1*100%);
    padding: 0.5em 1em;
    text-align: center;
    font-weight: bold;
    border-right: solid 1px #E5E5E5;
    background: #e1e9f6; }
    @media only screen and (max-width: 1200px) {
      table th {
        display: block;
        width: 100%;
        background: #a7bde3; } }

select,
input[name="kind"],
input[name="name"],
input[name="company"],
input[name="mail"],
input[name="email"] {
  width: 100%;
  height: 2.5em;
  padding-left: 0.5em;
  background: #fff; }

textarea {
  width: 100%;
  height: 5em;
  padding-left: 0.5em;
  background: #fff; }

label {
  display: block;
  text-align: center;
  font-size: 1.125rem; }

/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 2em auto;
  padding: 1em;
  border-radius: 5px;
  background: #819fd7;
  color: #fff;
  box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125); }

input[type="reset"] {
  display: none; }

/* mail/ mailCheck.php, mailSubmit.php
===========================================*/
#ml td, #ml th {
  padding: 1em;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top; }

#ml {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 2em;
  padding: 0 10px;
  border: 1px solid #ddd; }
  #ml td {
    background: #fff; }
    @media only screen and (max-width: 1200px) {
      #ml td {
        display: block;
        width: 100%;
        padding: 0.5em;
        margin: 0;
        border: 0; } }
  #ml th {
    width: 100px;
    background: #819fd7; }
    @media only screen and (max-width: 1200px) {
      #ml th {
        display: none; } }

#noSelect {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 2em;
  padding: 0 10px;
  border: 1px solid #ddd; }

label {
  display: block;
  text-align: center; }

.error {
  font-size: 85%;
  color: #BB1850; }

/* animation.scss */
/* Animation
====================================================*/
/* pate-top */
#page-top {
  text-align: center; }
  #page-top i {
    position: relative;
    padding-top: 2px;
    transition: .2s; }
  #page-top:hover i {
    -webkit-animation: page-top-animation 1s linear infinite;
    animation: page-top-animation 1s linear infinite; }
  #page-top span {
    display: block; }

@keyframes page-top-animation {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(360deg); } }
@-webkit-keyframes page-top-animation {
  0% {
    -webkit-transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg); } }
/* scroll Animation */
#scroll {
  color: #050143; }
  #scroll i {
    display: block;
    transition: .2s; }
    @media only screen and (max-width: 1200px) {
      #scroll i {
        padding-top: 0.5em; } }
  #scroll:hover i {
    -webkit-animation: scroll-animation 1s linear;
    animation: scroll-animation 1s linear; }
  #scroll span {
    display: block; }

@keyframes scroll-animation {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(360deg); } }
@-webkit-keyframes scroll-animation {
  0% {
    -webkit-transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg); } }
/* loop Animation
=============================================*/
#loop-wrap {
  padding: 50px 0;
  background: #fff;
  text-align: center;
  overflow: hidden; }

.loop_css2 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.loop_css2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  padding: 0; }

.loop_css2 li {
  display: inline-block;
  width: calc(100vw / 4);
  margin: 0 20px 0 0;
  list-style: none;
  text-align: center; }

.loop_css2 li a {
  display: block; }

.loop_css2 li img {
  display: block;
  width: 100%;
  height: auto; }

.loop_css2 li a:hover {
  opacity: .7; }

.loop_css2 ul:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.loop_css2 ul + ul {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite; }

/*.loop_css2:hover ul {
	animation-play-state: paused;
}*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); } }
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); } }
/* common style
========================================*/
.about, .point, .gallery, .price, .cta {
  padding: 100px 20%; }
  @media only screen and (min-width: 1201px) {
    .about, .point, .gallery, .price, .cta {
      padding: 80px 10%; } }
  @media only screen and (max-width: 800px) {
    .about, .point, .gallery, .price, .cta {
      padding: 70px 5%; } }

header, .about, .point, .gallery, .price, .cta {
  overflow: hidden;
  transition: .8s; }

/* Layout
========================================*/
.con__title {
  font-size: 3rem;
  text-align: center; }
  @media only screen and (max-width: 360px) {
    .con__title {
      font-size: 1.75rem;
      text-align: center; } }
  .con__title--discription {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 50px; }
    @media only screen and (max-width: 800px) {
      .con__title--discription {
        font-size: 1.375rem; } }
    @media only screen and (max-width: 360px) {
      .con__title--discription {
        font-size: 1.25rem;
        text-align: center; } }
  .con__title--info {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding-top: 2em;
    line-height: 2;
    text-align: justify;
    font-size: 1.375rem;
    font-weight: 500; }
    @media only screen and (max-width: 800px) {
      .con__title--info {
        font-size: 1.125rem;
        text-align: left; } }
.con__explanation {
  max-width: 980px;
  wodth: 100%;
  margin: 0 auto;
  padding-bottom: 2em;
  font-size: 1.25rem; }

.about__container {
  display: flex;
  flex-wrap: wrap; }
.about__image {
  width: 50%; }
  @media only screen and (max-width: 800px) {
    .about__image {
      width: 100%; } }
  .about__image img {
    width: 100%;
    height: auto; }
.about__text {
  width: 50%; }
  @media only screen and (max-width: 800px) {
    .about__text {
      width: 100%; } }
  .about__text p {
    line-height: 2;
    padding-left: 50px;
    font-size: 1.2em;
    font-weight: 500; }
    @media only screen and (max-width: 800px) {
      .about__text p {
        margin: 20px 0 0;
        padding: 0; } }

.point {
  background: #f7f7f7; }
  .point__list {
    display: flex; }
    @media only screen and (max-width: 1200px) {
      .point__list {
        display: block; } }
    .point__list em {
      display: inline-block;
      padding: 0 0 8px;
      margin: 20px 0 0 20px;
      font-size: 2em;
      font-weight: 600;
      border-bottom: 4px solid #000;
      text-align: center; }
      @media only screen and (min-width: 1201px) {
        .point__list em {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 360px) {
        .point__list em {
          margin: 0;
          font-size: 1.5rem; } }
    .point__list p {
      text-align: left;
      font-size: 18px; }
  .point__item, .point__itemSub, .point__itemInner {
    text-align: center;
    width: calc((100% / 3) - 14px); }
    .point__item:not(:first-child), .point__itemSub:not(:first-child), .point__itemInner:not(:first-child) {
      margin-left: 21px; }
    @media only screen and (max-width: 1200px) {
      .point__item, .point__itemSub, .point__itemInner {
        width: 100%;
        padding-top: 2em; }
        .point__item:not(:first-child), .point__itemSub:not(:first-child), .point__itemInner:not(:first-child) {
          margin-left: 0; } }
    .point__item img, .point__itemSub img, .point__itemInner img {
      display: block;
      width: 80%;
      margin: 20px auto; }
      @media only screen and (max-width: 1200px) {
        .point__item img, .point__itemSub img, .point__itemInner img {
          width: 100%; } }
      @media only screen and (max-width: 800px) {
        .point__item img, .point__itemSub img, .point__itemInner img {
          width: 100%; } }
  .point__itemSub img {
    width: 60%; }
  .point__itemInner img {
    width: 80%; }

.gallery__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; }
.gallery__item {
  width: calc(25% - 10px); }
  .gallery__item:nth-child(n+5) {
    margin-top: 20px; }
  .gallery__item img {
    width: 80%;
    height: auto; }
  .gallery__item a {
    transition: .5s; }
    .gallery__item a:hover {
      opacity: .7; }
      .gallery__item a:hover img {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 1200px) {
    .gallery__item {
      width: calc(50% - 10px); }
      .gallery__item:not(:nth-child(-n+2)) {
        margin-top: 20px; }
      .gallery__item:nth-child(2n) {
        margin-left: 20px; }
      .gallery__item img {
        width: 100%;
        height: auto; } }

.price {
  background: #f7f7f7; }
  .price__list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none; }
  .price__item {
    background: #fff;
    text-align: center;
    box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
    padding: 50px 30px;
    width: calc(50% - 15px); }
    .price__item:nth-child(2n) {
      margin-left: 30px; }
    .price__item:nth-child(3n), .price__item:nth-child(4n), .price__item:nth-child(5n), .price__item:nth-child(6n) {
      margin-top: 30px; }
    .price__item:hover {
      transition: .8s; }
      .price__item:hover:hover {
        color: #333;
        background: #e1e9f6; }
    @media only screen and (max-width: 1200px) {
      .price__item {
        display: block;
        width: 100%;
        background: #e1e9f6; }
        .price__item:hover {
          background: none; }
        .price__item:not(:first-child) {
          margin-left: 0; }
        .price__item:nth-child(2n) {
          margin-top: 30px; } }
    @media only screen and (max-width: 800px) {
      .price__item {
        text-align: left; } }
    .price__item h3 {
      font-size: 20px;
      line-height: 1;
      margin-bottom: 15px; }
    .price__item .yen {
      font-size: 48px;
      font-weight: 100;
      line-height: 1; }
      .price__item .yen span {
        font-size: 30px; }
      @media only screen and (max-width: 800px) {
        .price__item .yen {
          font-size: 24px; }
          .price__item .yen span {
            font-size: 16px; } }
    .price__item .canDo {
      margin: 40px 0 0;
      width: 100%; }
      .price__item .canDo li {
        width: 100%;
        background: #f7f7f7;
        padding: 10px;
        font-size: 18px;
        border-radius: 6px;
        text-align: justify; }
        .price__item .canDo li:not(:first-child) {
          margin: 15px 0 0; }

.cta__btn {
  text-align: center;
  padding-top: 2em; }
  .cta__btn a {
    display: inline-block;
    background: #94aedd;
    padding: 15px 40px 15px 20px;
    margin: 0px 0 0;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    transition: .5s;
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative; }
    @media (max-width: 768px) {
      .cta__btn a {
        display: block; } }
    .cta__btn a::after {
      position: absolute;
      content: "";
      right: 20px;
      width: 8px;
      height: 8px;
      top: calc(50% - 4px);
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .cta__btn a:hover {
      border-color: #ed786a;
      background: #fff;
      color: #ed786a; }
      .cta__btn a:hover::after {
        border-color: #ed786a; }
.cta h3 {
  margin: 1.5em 0;
  text-align: center; }

/* Icons */
ul.icons > li {
  position: relative;
  margin: 0; }
  ul.icons > li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #878787;
    color: #e4e4e4;
    width: 1.65em;
    height: 1.65em;
    border-radius: 1.65em;
    line-height: 1.65em;
    text-align: center;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125); }
  ul.icons > li:first-child {
    padding-top: 0; }
    ul.icons > li:first-child:before {
      top: 0; }

/* footer
==============================================*/
.footer {
  padding: 15px 0;
  background: #444;
  color: #fff; }
  .footer__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden; }
    .footer__container a {
      color: #fff; }
      .footer__container a:hover {
        color: #ed786a; }
    @media only screen and (max-width: 800px) {
      .footer__container {
        display: block; } }
    .footer__container--contents {
      padding: 2em 0 2em 2em;
      width: calc(300/440/2 * 100%); }
      @media only screen and (max-width: 800px) {
        .footer__container--contents {
          width: 100%; } }
      @media only screen and (max-width: 360px) {
        .footer__container--contents {
          padding: 0 1em 1em 1em; } }
      .footer__container--contents h3 {
        font-family: "Comic Sans MS", "cursive";
        font-size: 1.5rem;
        margin-bottom: 2em; }
      .footer__container--contents ul li {
        display: block;
        padding: 0 0 2em 3em;
        text-align: left; }
        .footer__container--contents ul li a {
          display: block;
          line-height: 1.8; }

#copyright p {
  text-align: center; }
#copyright small {
  font-size: 0.75rem;
  line-height: 1; }

/* jQuery inview
=================================================*/
/* 上移動しながら要素を表示 */
.fd-in-head {
  opacity: 0;
  transform: translate(0, 300px);
  -webkit-transform: translate(0, 300px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fd-done-head {
  opacity: 1.0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fd-in {
  opacity: 0;
  transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fd-done {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 縮小・拡大表示（ズームイン） */
.list {
  display: flex; }
  @media only screen and (max-width: 1200px) {
    .list {
      display: block;
      margin: 0;
      padding: 0; } }

.list li {
  transition: .8s; }

.trans {
  transition: .8s; }

.list-mv01 {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mv01 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 透明→不透明（フェードイン） */
.list-mv02 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mv02 {
  opacity: 1.0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3.回転 */
.list-mv03 {
  transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mv03 {
  transform: rotate(360deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 縮小・拡大＆3D回転（ズームイン+3D回転） */
.list-mv06 {
  transform: scale(0, 0) rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mv06 {
  transform: scale(1, 1) rotateY(360deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Swiper(Banner Area )
====================================================*/
.swiper-container {
  width: 100%;
  height: 370px;
  margin-top: 2em; }
  .swiper-container:hover {
    opacity: 0.9; }
  .swiper-container .swiper-slide {
    background: #333;
    width: 1261px;
    background-size: cover;
    background-position: center center;
    padding-top: 0;
    /* 画像位置の調整用 */
    text-align: center;
    color: #fff;
    font-size: 1.75rem; }
    .swiper-container .swiper-slide h3 {
      margin-top: 2em; }
      @media only screen and (max-width: 1200px) {
        .swiper-container .swiper-slide h3 {
          margin-top: 1em; } }
    .swiper-container .swiper-slide p {
      padding: 1em 0 0 0;
      font-size: 1.5rem; }
      @media only screen and (max-width: 1200px) {
        .swiper-container .swiper-slide p {
          padding: 3em 1em 1em 1em;
          font-size: 1.25rem;
          text-align: center; } }
      @media only screen and (max-width: 800px) {
        .swiper-container .swiper-slide p {
          padding: 3em 2em 1em 3em;
          font-size: 1.25rem;
          text-align: left; } }
      @media only screen and (max-width: 360px) {
        .swiper-container .swiper-slide p {
          padding: 2.5em 1em 1em 1em;
          font-size: 1.25rem;
          text-align: left; } }
