@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* sass読み込み
--------------------------------------*/
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 30px;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 20px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #999;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-weight: 900;
  text-indent: -9999px;
  transform: rotate(180deg);
}

.flex-direction-nav a.flex-next:before {
  transform: rotate(0deg);
}

.flex-direction-nav .flex-prev {
  left: -5px;
}

.flex-direction-nav .flex-next {
  right: -5px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.7;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-paging li a.flex-active {
  border: 1px solid #000;
  position: relative;
  display: block;
}
.flex-control-paging li a.flex-active::before {
  text-indent: 0;
  content: "";
  font-weight: 900;
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* コンテンツ
---------------------------------------------*/
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  width: 100%;
  color: #000000;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palts";
  letter-spacing: 0.1em;
  line-height: 1.4;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

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

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.bask {
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-style: normal;
}

.bask.bold {
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  div.content {
    width: 900px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  div.content {
    margin-top: 45px;
  }
}
div.content div.desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.content div.desc {
    width: 87.2%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div.content div.desc h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.desc h2 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 769px) {
  div.content div.desc h2 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.desc h2 span {
    font-size: 22px;
  }
}
div.content div.desc p {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  div.content div.desc p {
    font-size: 18px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.desc p {
    font-size: 12px;
    margin-bottom: 100px;
  }
}
div.content ul.menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  div.content ul.menu {
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  div.content ul.menu {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 769px) {
  div.content ul.menu li {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  div.content ul.menu li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  div.content section.item {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item {
    margin-bottom: 150px;
  }
}
div.content section.item h3 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  div.content section.item h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  div.content section.item h3 {
    font-size: 18px;
    text-align: center;
    width: 87.2%;
    margin: 0 auto 30px;
  }
}
div.content section.item h3 span {
  background: linear-gradient(transparent 60%, #BED1DD 60%);
}
@media screen and (min-width: 769px) {
  div.content section.item div.itemArea {
    display: flex;
    width: 900px;
    margin: 0 auto 60px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  div.content section.item div.itemArea div.img {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item div.itemArea div.img {
    width: 580px;
  }
}
div.content section.item div.itemArea p {
  position: relative;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  div.content section.item div.itemArea p {
    position: absolute;
    width: 388px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div.content section.item div.itemArea p {
    width: 87.2%;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 20px;
  }
}
div.content section.item div.itemArea p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  div.content section.item div.itemArea p::before {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item div.itemArea p::before {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
}
div.content section.item div.itemArea p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  div.content section.item div.itemArea p::after {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item div.itemArea p::after {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item div.stylingArea {
    width: 400px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  div.content section.item div.stylingArea div.img {
    width: 52.8%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item div.stylingArea div.img {
    margin-bottom: 30px;
  }
}
div.content section.item div.stylingArea p {
  position: relative;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  div.content section.item div.stylingArea p {
    width: 87.2%;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item div.stylingArea p {
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
  }
}
div.content section.item div.stylingArea p::before {
  content: "‘‘";
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  color: #BED1DD;
}
@media screen and (min-width: 769px) {
  div.content section.item div.stylingArea p::before {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  div.content section.item div.stylingArea p::before {
    font-size: 26px;
  }
}
div.content section.item div.stylingArea p::after {
  content: "’’";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #BED1DD;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  div.content section.item div.stylingArea p::after {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  div.content section.item div.stylingArea p::after {
    font-size: 26px;
  }
}
div.content section.item div.stylingArea02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.content section.item div.stylingArea02 {
    width: 87.2%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item div.stylingArea02 {
    width: 620px;
    margin: 0 auto 60px;
  }
}
div.content section.item div.stylingArea02::before {
  content: "";
  display: block;
  padding-top: 115.9021406728%;
}
div.content section.item div.stylingArea02 div.img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 56.2691131498%;
}
div.content section.item div.stylingArea02 div.img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56.2691131498%;
}
div.content section.item ul.creditArea {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  div.content section.item ul.creditArea {
    width: 87.2%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item ul.creditArea {
    display: flex;
    flex-wrap: wrap;
  }
}
div.content section.item ul.creditArea li {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 769px) {
  div.content section.item ul.creditArea li {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item ul.creditArea li:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 25px;
  }
}
@media screen and (min-width: 769px) {
  div.content section.item ul.creditArea li:nth-child(even) {
    box-sizing: border-box;
    padding-left: 25px;
  }
}
div.content section.item ul.creditArea li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  padding: 20px 0;
}
div.content section.item ul.creditArea li a div.img {
  width: 19.877675841%;
}
div.content section.item ul.creditArea li a div.credit {
  width: 75.5351681957%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  div.content section.item ul.creditArea li a div.credit {
    font-size: 12px;
  }
}
div.content section.item ul.creditArea li a div.credit p {
  width: 76.9230769231%;
}
div.content section.item ul.creditArea li a div.credit div.btn {
  width: 20.2429149798%;
  color: #fff;
  text-align: center;
}
div.content section.item ul.creditArea li a div.credit div.btn span {
  padding: 3px 0;
  display: block;
  background: #000;
}

div.footer p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.footer p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div.footer p span {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  div.footer p {
    font-size: 16px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  div.footer p {
    font-size: 12px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  div.footer ul li:first-child {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  div.footer ul li:first-child {
    width: 87.2%;
    margin: 0 auto 30px;
  }
}
div.footer ul li:first-child a {
  display: block;
  background: #000;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  div.footer ul li:first-child a {
    font-size: 16px;
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  div.footer ul li:first-child a {
    font-size: 16px;
    height: 54px;
  }
}
@media screen and (min-width: 769px) {
  div.footer ul li:last-child {
    width: 200px;
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 768px) {
  div.footer ul li:last-child {
    width: 53.3%;
    margin: 0 auto 100px;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes drawTheLine {
  from {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes drawTheLine {
  from {
    background-size: 0% 100%;
    -ms-background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
    -ms-background-size: 100% 100%;
  }
}
/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}
#loader-bg #loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */