@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.00em;
  color: #222222;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

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

ol, ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 0;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
}

input[type=text] {
  -webkit-user-select: auto;
}

main {
  display: block;
}

/* ======================================================

  font

====================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?62rqj1");
  src: url("../fonts/icomoon.eot?62rqj1#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?62rqj1") format("truetype"), url("../fonts/icomoon.woff?62rqj1") format("woff"), url("../fonts/icomoon.svg?62rqj1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #ffffff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-back:before {
  content: "\e901";
}

.icon-blog:before {
  content: "\e902";
}

.icon-cart:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-humberger:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e908";
}

.icon-plus:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e90a";
}

.icon-youtube:before {
  content: "\e90b";
}

.icon-zoom:before {
  content: "\e90c";
}

/********************************************************
	
	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.color-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #202125;
}

.bg-darker {
  background-color: #0F0F11;
}

.c-container {
  position: relative;
  max-width: 1320px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.c-hover-alpha {
  opacity: 1;
  transition: all 300ms;
}

.c-hover-alpha.hover {
  opacity: 0.7;
}

.c-link-plus:before,
.c-link-arrow:before {
  position: absolute;
  display: none;
  font-family: 'icomoon' !important;
  font-weight: normal;
  content: "\e900";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 300ms;
}

.c-link-plus:before {
  content: "\e909";
}

.c-link-plus.is-open:before {
  transform: translateY(-50%) rotate(45deg);
  transform-origin: 50% 50%;
}

@media screen and (max-width: 767px) {
  .c-link-plus:before,
  .c-link-arrow:before {
    display: block;
  }
}

/* ======================================================

	グリッドシステム

====================================================== */
.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

[class*="c-col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.c-col-100 {
  width: 100%;
}

.c-col-50 {
  width: 50%;
}

.c-col-33 {
  width: 33.33%;
}

.c-col-25 {
  width: 25%;
}

.c-row-gutter-0 {
  margin-right: 0;
  margin-left: 0;
}

.c-row-gutter-0 > [class*="c-col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .c-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  [class*="c-col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-col-100--sm {
    width: 100%;
  }
  .c-col-50--sm {
    width: 50%;
  }
  .c-col-33--sm {
    width: 33.33%;
  }
  .c-col-25--sm {
    width: 25%;
  }
}

@media screen and (max-width: 576px) {
  .c-col-100--xs {
    width: 100%;
  }
  .c-col-50--xs {
    width: 50%;
  }
  .c-col-33--xs {
    width: 33.33%;
  }
  .c-col-25--xs {
    width: 25%;
  }
}

/* ======================================================

	offcanvas

====================================================== */
.c-offcanvas {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-offcanvas > div {
  outline: none;
}

.c-offcanvas,
.c-offcanvas-content-wrap,
.c-offcanvas-bg.c-offcanvas-bg--reveal,
.c-offcanvas-bg.c-offcanvas-bg--push {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
}

.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

/** Offcanvas-content-wrap **/
.c-offcanvas-content-wrap {
  z-index: 3;
}

/** Offcanvas Panel **/
.c-offcanvas {
  position: fixed;
  height: calc(100% - 65px);
  min-height: calc(100% - 65px);
  max-height: none;
  top: 65px;
  /* !! */
  display: block;
  background: #009de4;
  /* !! */
  overflow-x: hidden;
  overflow-y: auto;
}

.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none;
}

.c-offcanvas--overlay {
  z-index: 1080;
}

.c-offcanvas--reveal {
  z-index: 2;
}

/** Offcanvas BG-Overlay **/
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1079;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  visibility: visible;
}

/* !! */
.c-offcanvas-bg.is-closed {
  visibility: hidden;
}

.c-offcanvas-bg--closing.is-animating {
  background: transparent;
}

/** Normal **/
.c-offcanvas--right {
  width: 88%;
  right: 0;
  transform: translate3d(176%, 0, 0);
}

/* !! */
.c-offcanvas-safari-forcus {
  position: absolute;
  outline: 0;
  border: 0;
  height: 1px;
  width: 1px;
}

.c-offcanvas--init {
  visibility: hidden;
}

.c-offcanvas .offcanvas-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-offcanvas .offcanvas-nav {
    display: block;
  }
}

/* ======================================================

	Header

====================================================== */
header {
  background-color: #ffffff;
}

.hd-top {
  position: relative;
  height: 80px;
}

.hd-top:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 8px;
  background: url(../images/shadow.png) 0 0/10px 8px repeat-x;
}

.hd-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.hd-logo {
  width: 180px !important;
  /*h:34px*/
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .hd-top {
    height: 65px;
  }
}

/* ======================================================

	top nav

====================================================== */
.hd-navi {
  font-family: 'Noto Serif JP', serif;
}

.top {
  padding: 60px 0;
}

.top .hd-navi {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.top .hd-navi:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  top: 8px;
  background-color: #B9B285;
}

.top .hd-navi li a {
  position: relative;
  display: block;
  padding: 0 10px;
  font-size: 2.0rem;
  color: #009EE5;
  white-space: none;
  line-height: 1;
  transition: color 300ms;
}

.top .hd-navi li a:hover {
  color: #004473;
}

.top .hd-navi li a:before {
  position: relative;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 auto 1em;
  border: 5px solid #004473;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 1;
}

.top .hd-navi li:first-child a:after,
.top .hd-navi li:last-child a:after {
  position: absolute;
  display: block;
  content: '';
  width: 500px;
  height: 3px;
  top: 8px;
  right: 50%;
  background-color: #ffffff;
}

.top .hd-navi li:first-child a:after {
  right: 50%;
}

.top .hd-navi li:last-child a:after {
  left: 50%;
}

/* ======================================================

	sub nav

====================================================== */
.sub {
  padding: 20px 40px;
}

.sub .hd-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub .hd-navi li {
  /*padding: 0 10px;*/
}

.sub .hd-navi li a {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  white-space: none;
  line-height: 1;
  color: #009EE5;
  transition: color 300ms;
}

.sub .hd-navi li a:hover, .sub .hd-navi li.current a {
  color: #004473;
}

.sub .hd-navi li a:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
  border: 3px solid #004473;
  border-radius: 9px;
}

@media screen and (max-width: 767px) {
  .nav {
    display: none;
    padding: 0;
  }
  .hd-navi {
    display: block;
  }
  .hd-navi:before {
    content: none;
  }
  .hd-navi li a {
    position: relative;
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ffffff;
    font-size: 1.6rem;
    color: #ffffff;
  }
  .hd-navi li.current a {
    background-color: #004473;
  }
  .hd-navi li a:before {
    content: none;
  }
  .hd-navi li:first-child a:after {
    content: none;
  }
  .hd-navi li:last-child a:after {
    content: none;
  }
  .hd-navi li a:before {
    position: absolute;
    display: block;
    font-family: 'icomoon' !important;
    font-weight: normal;
    content: "\e900";
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all 300ms;
  }
}

/* ======================================================

	スマホメニュー
	c-offcanvas 

====================================================== */
.hd-navi-btn {
  position: relative;
  display: none;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 1080;
  background: url(../images/btn_menu.png) 0 0/65px 130px no-repeat;
}

.hd-navi-btn.is-open {
  background-position: 0 -65px;
}

.hd-close-btn {
  padding: 15px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .hd-navi-btn {
    display: block;
    margin-right: -10px;
  }
}

/* ======================================================

	footer

====================================================== */
footer {
  position: relative;
}

footer a {
  position: relative;
  color: inherit;
  transition: opacity 300ms;
}

footer a:hover {
  opacity: 0.7;
  /*text-decoration: underline;*/
}

.ft-inner {
  /*max-width: 1220px;*/
  margin: 0 auto;
  padding: 30px 10px;
  font-size: 1.4rem;
}

.ft-nav {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.ft-nav-left {
  display: flex;
}

.ft-nav-left li:nth-child(1) {
  padding-right: 20px;
}

.ft-nav-left li:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
}

.ft-nav-left li:nth-child(3) {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .ft-nav {
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .ft-nav-left {
    display: block;
  }
  .ft-nav-left li {
    padding: 0 !important;
  }
  .ft-nav-left li:nth-child(1) a {
    border-top: 1px solid #999999;
  }
  .ft-nav a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #999999;
  }
}

/********************************************************
	コピーライト
********************************************************/
.ft-copy {
  padding: 5px 0;
  text-align: right;
}

.ft-copy__logo {
  display: block;
  max-width: 304px;
  margin-left: auto;
  margin-right: auto;
}

.ft-copy__text {
  text-align: center;
}

.color-attention {
  font-weight: bold;
  color: #004473;
}

/*.color-red{*/
/*font-weight: bold;*/
/*color: #cc0000;*/
/*}*/
.color-black {
  color: #231815;
}

.color-red {
  font-weight: bold;
  color: #c7161d !important;
}
@media screen and (max-width: 767px) {
.ft-copy {
  text-align: center;
}
}
/* ======================================================

	container

====================================================== */
main {
  overflow: hidden;
  background: url(../images/pattern.jpg) 50% 0/1000px 1000px;
}

/* ======================================================

	トップへ戻るボタン

====================================================== */
.btn-page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url(../images/btn_pagetop.png) 50% 50%/100% auto no-repeat;
  border-radius: 32px;
  /*z-index: 1000;*/
  transition: all 300ms ease;
  opacity: 0;
  pointer-events: none;
}

.btn-page-top span {
  display: none;
}

.btn-page-top.is-scroll {
  position: absolute;
  top: -32px;
  bottom: auto;
}

.btn-page-top.is-show {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .btn-page-top {
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .btn-page-top.is-scroll {
    position: absolute;
    top: -25px;
    bottom: auto;
  }
}

/********************************************************
	Utility: display
********************************************************/
.u-dn {
  display: none;
}

.u-d-i {
  display: inline;
}

.u-d-ib {
  display: inline-block;
}

.u-d-b {
  display: block;
}

@media screen and (max-width: 991px) {
  .u-dn--md {
    display: none;
  }
  .u-d-i--md {
    display: inline;
  }
  .u-d-ib--md {
    display: block;
  }
  .u-d-b--md {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-dn--sm {
    display: none;
  }
  .u-d-i--sm {
    display: inline;
  }
  .u-d-ib--sm {
    display: inline-block;
  }
  .u-d-b--sm {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .u-dn--xs {
    display: none;
  }
  .u-d-i--xs {
    display: inline;
  }
  .u-d-ib--xs {
    display: inline-block;
  }
  .u-d-b--xs {
    display: block;
  }
}

/********************************************************
	Utility: margin-bottom
********************************************************/
.u-mb-10r {
  margin-bottom: 10px;
}

.u-mb-20r {
  margin-bottom: 20px;
}

.u-mb-30r {
  margin-bottom: 30px;
}

.u-mb-40r {
  margin-bottom: 40px;
}

.u-mb-50r {
  margin-bottom: 50px;
}

.u-mb-60r {
  margin-bottom: 60px;
}

.u-mb-70r {
  margin-bottom: 70px;
}

.u-mb-80r {
  margin-bottom: 80px;
}

.u-mb-90r {
  margin-bottom: 90px;
}

.u-mb-100r {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb-10r {
    margin-bottom: 5px;
  }
  .u-mb-20r {
    margin-bottom: 10px;
  }
  .u-mb-30r {
    margin-bottom: 15px;
  }
  .u-mb-40r {
    margin-bottom: 20px;
  }
  .u-mb-50r {
    margin-bottom: 25px;
  }
  .u-mb-60r {
    margin-bottom: 30px;
  }
  .u-mb-70r {
    margin-bottom: 35px;
  }
  .u-mb-80r {
    margin-bottom: 40px;
  }
  .u-mb-90r {
    margin-bottom: 45px;
  }
  .u-mb-100r {
    margin-bottom: 50px;
  }
}
