@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-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: normal;
  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: normal;
  font-style: normal; }
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* vertical rythm
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  height: 100%; }

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

div#wrapper {
  width: 100%;
  height: 100%;
  margin: auto; }
@media screen and (min-width: 769px) {
  div#wrapper {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  div#wrapper {
    font-size: 12px; } }

div#mainArea {
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0; }

@media screen and (min-width: 769px) {
  div.contentArea {
    margin-top: 60vh; } }
@media screen and (max-width: 768px) {
  div.contentArea {
    margin-top: 50vh; } }

div#main {
  width: 100%;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 4px;
  text-align: center;
  line-height: 1.2;
  position: relative; }
@media screen and (min-width: 769px) {
  div#main {
    height: 60vh;
    background: url(../images/main_pc.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; } }
@media screen and (max-width: 768px) {
  div#main {
    height: 50vh;
    background: url(../images/main_sp.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; } }
@media screen and (min-width: 769px) {
  div#main h1 {
    font-size: 80px; } }
@media screen and (max-width: 768px) {
  div#main h1 {
    font-size: 48px; } }
@media screen and (min-width: 769px) {
  div#main h1 span {
    font-size: 26px; } }
@media screen and (max-width: 768px) {
  div#main h1 span {
    font-size: 18px; } }
div#main h2 {
  border-left: 1px solid #000;
  border-right: 1px solid #000; }
@media screen and (min-width: 769px) {
  div#main h2 {
    font-size: 18px;
    margin-top: 25px;
    box-sizing: border-box;
    padding: 0 30px; } }
@media screen and (max-width: 768px) {
  div#main h2 {
    font-size: 14px;
    margin-top: 25px;
    box-sizing: border-box;
    padding: 0 30px; } }
div#main p {
  position: absolute;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding-bottom: 5px; }
@media screen and (min-width: 769px) {
  div#main p {
    font-size: 26px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 180px;
    top: 45px;
    right: -25px; } }
@media screen and (max-width: 768px) {
  div#main p {
    font-size: 18px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    top: 25px;
    right: -10px; } }
div#main p span {
  font-weight: bold; }

div#menu {
  background: #f2cdc4; }
@media screen and (min-width: 769px) {
  div#menu {
    padding: 50px 0 50px; } }
@media screen and (max-width: 768px) {
  div#menu {
    padding: 50px 0 00px; } }
div#menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
@media screen and (min-width: 769px) {
  div#menu ul {
    width: 100%;
    margin: auto; } }
@media screen and (max-width: 768px) {
  div#menu ul {
    width: 90%;
    margin: auto; } }
div#menu ul li {
  box-sizing: border-box; }
@media screen and (min-width: 769px) {
  div#menu ul li {
    padding: 10px 10px 5px; } }
@media screen and (max-width: 768px) {
  div#menu ul li {
    padding: 5px 5px 5px; } }
div#menu ul li a {
  color: #000; }

div.content {
  width: 100%;
  background: #f2cdc4; }
@media screen and (min-width: 769px) {
  div.content {
    padding: 50px 0; } }
@media screen and (max-width: 768px) {
  div.content {
    padding: 50px 0; } }

div.recommend {
  background: #fff; }
@media screen and (min-width: 769px) {
  div.recommend {
    max-width: 980px;
    margin: 0px auto 0;
    display: flex;
    position: relative;
    padding: 50px 0; } }
@media screen and (max-width: 768px) {
  div.recommend {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 5% 30px;
    position: relative; } }
div.recommend div.detail {
  box-sizng: border-box; }
@media screen and (min-width: 769px) {
  div.recommend div.detail {
    width: 40%;
    padding-left: 50px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail div.inner {
    display: flex;
    align-items: center;
    justify-content: center; } }
div.recommend div.detail p.number {
  color: #e73535;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 1px;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 1px; }
@media screen and (min-width: 769px) {
  div.recommend div.detail p.number {
    font-size: 58px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail p.number {
    font-size: 46px; } }
div.recommend div.detail p.number::before {
  content: "RECOMMEND";
  display: block;
  color: #000;
  border-bottom: 1px solid #000;
  text-align: center;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  letter-spacing: 0; }
@media screen and (min-width: 769px) {
  div.recommend div.detail p.number::before {
    width: 180px;
    font-size: 20px;
    top: 3%;
    left: -6%; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail p.number::before {
    display: inline-block;
    font-size: 14px;
    top: 20px;
    left: -30px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item {
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 1.4; } }
div.recommend div.detail ul.item li:nth-child(1) {
  font-weight: bold;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 1px; }
@media screen and (min-width: 769px) {
  div.recommend div.detail ul.item li:nth-child(1) {
    font-size: 28px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(1) {
    font-size: 20px; } }
div.recommend div.detail ul.item li:nth-child(2) {
  font-weight: bold; }
@media screen and (min-width: 769px) {
  div.recommend div.detail ul.item li:nth-child(2) {
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(2) {
    font-size: 12px; } }
div.recommend div.detail ul.item li:nth-child(3) {
  font-weight: bold; }
@media screen and (min-width: 769px) {
  div.recommend div.detail ul.item li:nth-child(3) {
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(3) {
    font-size: 12px; } }
@media screen and (min-width: 769px) {
  div.recommend div.detail ul.item li:nth-child(3) span.small {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail ul.item li:nth-child(3) span.small {
    font-size: 10px; } }
div.recommend div.detail ul.item li:nth-child(3) span.red {
  color: #e73535; }
div.recommend div.detail a.staff {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none; }
@media screen and (min-width: 769px) {
  div.recommend div.detail a.staff {
    width: 100%;
    margin: 15px auto; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail a.staff {
    justify-content: center;
    width: 70%;
    margin: 30px auto 15px; } }
@media screen and (min-width: 769px) {
  div.recommend div.detail a.staff div.icon img {
    width: 90px;
    height: 90px;
    border-radius: 50%; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail a.staff div.icon img {
    width: 90px;
    height: 90px;
    border-radius: 50%; } }
div.recommend div.detail a.staff div.profile {
  line-height: 1.4;
  box-sizing: border-box; }
@media screen and (min-width: 769px) {
  div.recommend div.detail a.staff div.profile {
    font-size: 14px;
    padding-left: 15px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail a.staff div.profile {
    font-size: 10px;
    padding-left: 15px;
    width: calc(100% - 90px); } }
div.recommend div.detail a.staff div.profile span {
  font-weight: bold;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding: 2px; }
@media screen and (min-width: 769px) {
  div.recommend div.detail a.staff div.profile span {
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail a.staff div.profile span {
    font-size: 14px; } }
div.recommend div.detail div.fukidashi .fukidashi_content {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  box-sizing: border-box; }
@media screen and (min-width: 769px) {
  div.recommend div.detail div.fukidashi .fukidashi_content {
    padding: 5px 25px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail div.fukidashi .fukidashi_content {
    padding: 2px 20px; } }
div.recommend div.detail div.fukidashi .fukidashi_content p.point {
  text-align: center;
  color: #e73535;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Libre Baskerville', serif; }
@media screen and (min-width: 769px) {
  div.recommend div.detail div.fukidashi .fukidashi_content p.point {
    font-size: 24px;
    margin-bottom: 5px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail div.fukidashi .fukidashi_content p.point {
    font-size: 18px;
    margin-bottom: 5px; } }
@media screen and (min-width: 769px) {
  div.recommend div.detail div.fukidashi .fukidashi_content p.explain {
    font-size: 14px; } }
@media screen and (max-width: 768px) {
  div.recommend div.detail div.fukidashi .fukidashi_content p.explain {
    font-size: 12px; } }
@media screen and (min-width: 769px) {
  div.recommend div.img_pc {
    width: 60%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; } }
@media screen and (max-width: 768px) {
  div.recommend div.img_pc {
    display: none; } }
div.recommend div.img_pc a.buy {
  display: block;
  width: 50%;
  background: #e73535;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 18px;
  letter-spacing: 1px;
  font-family: 'Libre Baskerville', serif;
  padding: 3px 0; }
@media screen and (min-width: 769px) {
  div.recommend div.img_pc a.buy {
    margin-top: 15px;
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  div.recommend div.img_pc a.buy {
    font-size: 18px;
    margin: 10px auto; } }
div.recommend div.img_pc a.other {
  display: block;
  margin-top: 10px;
  color: #000; }
@media screen and (min-width: 769px) {
  div.recommend div.img_sp {
    display: none; } }
@media screen and (max-width: 768px) {
  div.recommend div.img_sp {
    margin-top: 10px; } }
div.recommend div.img_sp a.buy {
  display: block;
  width: 50%;
  background: #e73535;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 18px;
  letter-spacing: 1px;
  padding: 3px 0;
  font-family: 'Libre Baskerville', serif; }
@media screen and (max-width: 768px) {
  div.recommend div.img_sp a.buy {
    font-size: 14px;
    margin: 10px auto; } }
div.recommend div.img_sp a.other {
  display: block;
  margin-top: 0px;
  color: #000;
  text-align: center; }

#footArea {
  width: 100%;
  text-align: center;
  border-top: 1px dotted #000;
  background: #fff; }
@media screen and (min-width: 769px) {
  #footArea {
    padding: 50px 0 50px; } }
@media screen and (max-width: 768px) {
  #footArea {
    padding: 50px 0 50px; } }
#footArea div {
  margin-bottom: 20px; }
#footArea div a {
  color: #000; }
@media screen and (min-width: 769px) {
  #footArea div a {
    width: 500px;
    margin: auto;
    display: block; } }
@media screen and (max-width: 768px) {
  #footArea div a {
    width: 80%;
    margin: auto;
    display: block; } }
#footArea div a img {
  margin-bottom: 5px; }
#footArea p {
  font-size: 10px;
  line-height: 1.0; }

@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; } }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 13px; }

#page-top a {
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 0px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s; }

#page-top a:hover {
  text-decoration: none;
  background: black; }

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-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;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
