@charset 'utf-8';

@font-face {
  font-family: 'Oswald Regular';
  src: url('/font/Oswald-Regular.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Oswald Bold';
  src: url('/font/Oswald-Bold.ttf') format('truetype');
  font-style: normal;
}

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* **************************************************************************************

RESET

************************************************************************************** */
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, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

body, html {
  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  width: 100%;
  background-color: #fff;
}

input, textarea {
  appearance: none;
  border: 0;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

input, textarea {
  appearance: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

figure {
  line-height: 0;
}

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

body > iframe {
  display: none;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 100;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 200;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 300;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 400;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Bold');
  font-weight: bold;
}

body {
  position: relative;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

input, textarea, select, button {
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

main {
  position: relative;
  display: block;
}


  html, body {
    min-width: 1240px;
  }

  body {
    opacity: 0;
  }

  .sp {
    display: none;
  }

  .Container {
    min-width: 1320px;
  }

.js-changeimg {
  display: none;
}

.Header {
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.Header-logo {
  line-height: 0;
}

.Header-nav {
  width: 100%;
}


  .Header {
    position: fixed;
    overflow: hidden;
    height: 80px;
    width: 100%;
    min-width: 1240px;
  }

  .Header-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1240px;
    margin: 0 auto;
  }

  .Header-logo {
    position: relative;
    top: 27px;
    width: 211px;
    margin: 0 66px 0 0;
  }

  .Header-btn {
    display: none;
  }

  .Header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }

  .Header-nav:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    display: block;
    z-index: 0;
    height: 80px;
    width: 100%;
    background-color: #f1f1ec;
  }

  .Header-share {
    height: 80px;
    background-color: #f1f1ec;
  }

.Gnav a {
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}


  .Gnav {
    display: block !important;
    z-index: 2;
    padding: 25px 0 0;
    background: #fff;
  }

  .Gnav a {
    display: table-cell;
    padding: 0 38px;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.2em;
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .Gnav a:hover {
    color: #d30000;
  }

  .Gnav a span {
    position: relative;
    top: 8px;
    display: inline-block;
  }

  .Gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
  }

  .Gnav-item {
    position: relative;
    display: table;
    height: 100%;
    width: auto;
  }

  .Gnav-item._active:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-color: #d30000;
  }

  .Gnav-item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    height: 30px;
    width: 1px;
    background-color: #e6e6e6;
  }

  .Gnav-item:first-child:before {
    display: none;
  }

  .Gnav-item._sp {
    display: none;
  }

.Footer {
  background-color: #fbfbf9;
}

.Footer-wrap {
  background-color: #f1f1ec;
}

.Footer-logo, .Footer-pic {
  line-height: 0;
}

.Footer-copyright {
  color: #666;
  line-height: 1;
}


  .Footer {
    min-width: 1240px;
    padding: 50px 0 0;
  }

  .Footer-wrap {
    padding: 0 0 20px;
  }

  .Footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1240px;
  }

  .Footer-inner._inner {
    margin: 0 auto;
  }

  .Footer-inner._main {
    width: auto;
    margin: 0 auto 15px;
  }

  .Footer-main {
    padding: 36px 0 0;
  }

  .Footer-sub {
    margin: 0 0 0 auto;
    padding: 45px 0 0;
  }

  .Footer-logo {
    width: 211px;
    margin: 0 59px 0 0;
  }

  .Footer-pic {
    width: 457px;
  }

  .Footer-copyright {
    clear: both;
    font-size: 12px;
	text-align:left;
	padding-top:10px;
  }

.Fnav a {
  text-decoration: none;
}

.Fnav._main a {
  color: #000;
}

.Fnav._main .Fnav-item:before {
  color: #000;
}

.Fnav._sub a {
  color: #666;
}

.Fnav._sub .Fnav-item:before {
  color: #666;
}


  .Fnav {
    padding: 3px 0 0;
  }

  .Fnav a {
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .Fnav a:hover {
    color: #d30000;
  }

  .Fnav._main a {
    font-size: 16px;
    line-height: 1.9;
  }

  .Fnav._main .Fnav-item {
    margin: 0 15px 0 0;
  }

  .Fnav._main .Fnav-item:before {
    top: -1px;
    margin: 0 23px 0 0;
    font-size: 16px;
    line-height: 1;
  }

  .Fnav._sub {
    margin: 0 0 17px;
  }

  .Fnav._sub a {
    font-size: 14px;
    line-height: 2.1;
  }

  .Fnav._sub .Fnav-item {
    margin: 0 20px 0 0;
  }

  .Fnav._sub .Fnav-item:before {
    top: -2px;
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 1;
  }

  .Fnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .Fnav-item:before {
    position: relative;
    content: '|';
    display: inline-block;
  }

  .Fnav-item:first-child:before {
    content: '';
    margin: 0 !important;
  }

.Main {
  width: 100%;
}


  .Main._page {
    padding: 80px 0 0;
  }

@-webkit-keyframes open {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes open {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Enjoy._home {
  opacity: 0;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-fill-mode: both;

  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
}

.Enjoy._home.animate {
  animation-name: open;

  -webkit-animation-name: open;
}

.Enjoy._home > div {
  background: url('/img/bg0.png') 50% 0 repeat;
}


  .Enjoy._home > div {
    margin: 15px 0 0;
    padding: 51px 0 41px;
  }

.Enjoy._home .Enjoy-tit {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.Enjoy._home .Enjoy-tit span {
  display: block;
  font-family: 'Oswald Regular';
}

.Enjoy._home .Enjoy-tit span + span {
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}


  .Enjoy._home .Enjoy-tit {
    font-size: 18px;
  }

  .Enjoy._home .Enjoy-tit span {
    margin: 0 0 13px;
    font-size: 26px;
  }

  .Enjoy._home .Enjoy-tit span + span {
    font-size: 18px;
  }

.Enjoy._page {
  background-color: #fbfbf9;
  border-top: 1px solid #ededed;
}


  .Enjoy._page {
    padding: 0 0 70px;
  }

.Enjoy._page .Enjoy-tit {
  color: #000;
  background: url('/img/tit2_bg.png') 0 0 no-repeat;
  line-height: 1;
  text-align: center;
}

.Enjoy._page .Enjoy-tit span {
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.Enjoy._page .Enjoy-tit span span {
  display: block;
  font-family: 'Oswald Regular';
}

.Enjoy._page .Enjoy-tit span span + span {
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}


  .Enjoy._page .Enjoy-tit span {
    font-size: 18px;
  }

  .Enjoy._page .Enjoy-tit span span {
    margin: 0 0 13px;
    font-size: 26px;
  }

  .Enjoy._page .Enjoy-tit span span + span {
    font-size: 18px;
  }

.Enjoy._page .Enjoy-tit span + span {
  position: relative;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.Enjoy._page .Enjoy-tit span + span:before, .Enjoy._page .Enjoy-tit span + span:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #000;
}


  .Enjoy._page .Enjoy-tit {
    width: 276px;
    margin: -48px auto 0;
    padding: 111px 0 0;
  }

  .Enjoy._page .Enjoy-tit span {
    font-size: 26px;
  }

  .Enjoy._page .Enjoy-tit span + span {
    margin: 13px 0 0;
    font-size: 18px;
  }

  .Enjoy._page .Enjoy-tit span + span:before, .Enjoy._page .Enjoy-tit span + span:after {
    top: 9px;
    height: 2px;
    width: 50px;
  }

  .Enjoy._page .Enjoy-tit span + span:before {
    left: 21px;
  }

  .Enjoy._page .Enjoy-tit span + span:after {
    right: 21px;
  }

  .Enjoy._page .Enjoy-tit a{
    color: #000;
  }

.Enjoy-tit a {
  color: #000;
  text-decoration: none;
}

.Enjoy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Enjoy-item {
  line-height: 0;
}

.Enjoy-item a {
  display: block;
  color: #000;
  text-decoration: none;
}

.Enjoy-item img {
  border-radius: 0 0 5px 5px;
}

.Enjoy-h {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

.Enjoy-h span {
  color: #000;
  display: block;
  font-family: 'Oswald Regular';
  letter-spacing: 0.1em;
}


  .Enjoy {
    min-width: 1240px;
  }

  .Enjoy-tit a {
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .Enjoy-tit a:hover {
    color: #d30000 !important;
  }

  .Enjoy._page .Enjoy-tit a span + span:before, .Enjoy._page .Enjoy-tit a span + span:after {
    background-color: #000;
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .Enjoy._page .Enjoy-tit a:hover span + span:before, .Enjoy._page .Enjoy-tit a:hover span + span:after {
    background-color: #d30000;
  }

  .Enjoy-list {
    margin: 49px 0 0;
    justify-content: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  .Enjoy-item {
    overflow: hidden;
    width: 310px;
    margin: 0 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  }

  .Enjoy-item a {
    overflow: hidden;
  }

  .Enjoy-item a img {
    display: block;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.610, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.610, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.610, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);

    -webkit-transform: scale(1);
  }

  .Enjoy-item a:hover img {
    opacity: 0.6;
    transform: scale(1.05);

    -webkit-transform: scale(1.05);
  }

  .Enjoy-item a .Enjoy-h {
    transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .Enjoy-item a:hover .Enjoy-h {
    color: #d30000;
  }

  .Enjoy-item figure {
    overflow: hidden;
  }

  .Enjoy-box {
    padding: 30px 25px 35px;
  }

  .Enjoy-h {
    margin: 0 0 20px;
    font-size: 16px;
  }

  .Enjoy-h span {
    margin: 0 0 15px;
    font-size: 22px;
  }

  .Enjoy-txt {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
  }

.Share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Share._header {
  display: block;
}

.Share._header .Share-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Share-logo, .Share-item {
  line-height: 0;
}

.Share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Share-item a {
  position: relative;
  display: block;
  background-color: #333;
  border-radius: 50%;
}
.Share-item._ins a {
  overflow: hidden;
  background-color: #f13f79;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.Share-item._ins a::after {
  content: "";
  position: absolute;
  top: calc(100% * 0.46);
  left: calc(100% * -0.36);
  width: calc(100% * 1.2);
  height: calc(100% * 1.2);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.Share-item._fb a {
  background-color: #3B579D;
}
.Share-item._yt a {
  background-color: #ff0000;
}
.Share-item._tw a {
  background-color: #1d9bf0;
}
.Share-item._tt a {
  background-color: #000;
}

.Share-item a img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  height: auto;
  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);
}


  .Share._header {
    margin: 24px 0 0 25px;
  }

  .Share._footer {
    float: right;
   /* margin: 0 0 102px;  190304 */ 
  }

  .Share-logo {
    position: relative;
    top: 4px;
    width: 89px;
    margin: 0 12px 0 0;
  }

  .Share-item {
    margin: 0 0 0 5px;
  }

  .Share-item._ins img {
    width: 16px;
    position: relative;
    z-index: 2;
  }

  .Share-item._tw img {
    width: 18px;
  }
  
  .Share-item._fb img {
    width: 9px;
  }
  
  .Share-item._tt img {
    width: 100%;
  }

  .Share-item._yt img {
    width: 16px;
  }

  .Share-item a {
    opacity: 1;
    height: 32px;
    width: 32px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .Share-item a:hover {
    opacity: 0.7;
  }

.Pagetop {
  position: relative;
  z-index: 99999;
}

.Pagetop.relative {
  position: relative;
}

.Pagetop.fixed {
  position: fixed;
}

.Pagetop-btn {
  margin: 0;
  padding: 0;
  background-color: #333;
  border-radius: 50%;
  outline: none;
  line-height: 0;
}

.Pagetop-btn img {
  height: auto;
}


  .Pagetop {
    bottom: 50px;
    width: 100%;
  }

  .Pagetop-btn {
    opacity: 1;
    height: 50px;
    width: 50px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .Pagetop-btn:hover {
    opacity: 0.7;
  }

  .Pagetop-btn img {
    width: 17px;
  }

  .Pagetop.relative .Pagetop-btn {
    position: absolute;
    right: 50px;
    top: 0;
  }

  .Pagetop.fixed {
    right: 50px;
    height: 50px;
    width: 50px;
  }

.Head {
  position: relative;
  width: 100%;
}

.Head-inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.Head-tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  line-height: 1;
}

.Head-tit span {
  position: relative;
  display: block;
  height: 100%;
}

.Head-tit span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  background-color: #d30000;
}

.Head-tit span + span:before {
  background-color: #f1f1ec;
}


  .Head {
    height: 90px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  }

  .Head-inner {
    width: 1240px;
    padding: 25px 0 0;
  }

  .Head-tit {
    height: 40px;
  }

  .Head-tit span {
    padding: 10px 40px 0 44px;
    font-size: 20px;
  }

  .Head-tit span:before {
    height: 40px;
    width: 4px;
  }

  .Head-tit span + span {
    padding: 12px 0 0 40px;
    font-size: 16px;
  }

  .Head-tit span + span:before {
    height: 40px;
    width: 2px;
  }

.Breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Breadcrumb-item {
  line-height: 1;
}

.Breadcrumb-item + li {
  position: relative;
}

.Breadcrumb-item + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  background: url('/img/arr1.png') 0 0 no-repeat;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.Breadcrumb a {
  color: #000;
  text-decoration: none;
}


  .Breadcrumb {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
  }

  .Breadcrumb-item {
    margin: 0 20px 0 0;
  }

  .Breadcrumb-item + li {
    padding: 0 0 0 26px;
  }

  .Breadcrumb-item + li:before {
    height: 10px;
    width: 6px;
  }

  .Breadcrumb a {
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .Breadcrumb a:hover {
    color: #d30000;
  }

  .Breadcrumb a, .Breadcrumb span {
    font-size: 14px;
  }
