@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
.slick-track {
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .slick-track:after {
    clear: both; }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

.headerLink_node_text, .footerCopy, .newIcon {
  font-family: "futura-pt", "Josefin Sans", sans-serif;
  font-style: italic; }

/* inviewアニメーション用 パーツ
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.slick-list {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  content: '';
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
  CUSTOM
———————————————–*/
/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: fot-tsukubrdgothic-std, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1;
  color: #222222; }

body {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 2px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
      min-width: 768px; } }
  @media only screen and (min-width: 1025px) {
    body {
      min-width: 1025px; } }

a {
  text-decoration: none;
  color: inherit; }

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

@media only screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .dn-sp_tab {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
.slick-track {
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .slick-track:after {
    clear: both; }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

.headerLink_node_text, .footerCopy, .newIcon {
  font-family: "futura-pt", "Josefin Sans", sans-serif;
  font-style: italic; }

/* inviewアニメーション用 パーツ
-----------------------------------------------------------------*/
/* タイトル
-----------------------------------------------------------------*/
/* .c-button パーツ
-----------------------------------------------------------------*/
/* .c-rankingList パーツ
-----------------------------------------------------------------*/
/* .c-bannerSection パーツ
-----------------------------------------------------------------*/
/* .c-blogList パーツ
-----------------------------------------------------------------*/
/* .c-blogList_info パーツ
-----------------------------------------------------------------*/
/* .c-pager パーツ
-----------------------------------------------------------------*/
/* .c-keywordsList パーツ
-----------------------------------------------------------------*/
/* .c-recommendSection パーツ
-----------------------------------------------------------------*/
/* .c-singlePager パーツ
-----------------------------------------------------------------*/
/* .c-scrollbar パーツ
-----------------------------------------------------------------*/
/* .c-snsShare パーツ
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_header.scss
 *DESCRIPTION   :ヘッダーパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*=============================================
	header
==============================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000; }
  .header[data-menu-active="none"] {
    z-index: 5555; }

.headerTop {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10000;
  background-color: #fff; }
  @media only screen and (max-width: 1024px) {
    .headerTop {
      width: 100%;
      height: 70px;
      padding: 19px 20px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .headerTop {
      padding: 19px 40px 0; } }
  @media only screen and (min-width: 1025px) {
    .headerTop {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 200px;
      height: 100vh;
      padding: 64px 0 32px; } }
  @media only screen and (max-width: 1024px) {
    [data-type="large"] .headerTop {
      position: relative;
      padding: 40px 20px 20px;
      height: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    [data-type="large"] .headerTop {
      padding: 40px 40px 20px; } }

.headerLogo {
  display: block;
  text-align: center; }
  @media only screen and (min-width: 1025px) {
    .headerLogo {
      margin: 0 auto; } }
  .headerLogo img {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
    @media only screen and (max-width: 1024px) {
      .headerLogo img {
        width: 120px;
        height: 36px;
        -webkit-transition: -webkit-transform .12s ease;
        transition: -webkit-transform .12s ease;
        transition: transform .12s ease;
        transition: transform .12s ease, -webkit-transform .12s ease; } }
    @media only screen and (min-width: 1025px) {
      .headerLogo img {
        width: 144px;
        height: 55px; } }
  @media only screen and (max-width: 1024px) {
    [data-type="large"] .headerLogo img {
      -webkit-transform: scale(1.66);
      -ms-transform: scale(1.66);
      transform: scale(1.66); } }
  @media only screen and (max-width: 320px) {
    [data-type="large"] .headerLogo img {
      width: 144px;
      height: 55px; } }

@media only screen and (max-width: 1024px) {
  .headerButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 8px;
    -webkit-transition: padding-top .12s ease;
    transition: padding-top .12s ease; } }

@media only screen and (max-width: 1024px) {
  [data-type="large"] .headerButton {
    padding-top: 20px; } }

@media only screen and (min-width: 1025px) {
  .headerButton_node {
    text-align: center;
    cursor: pointer; } }

@media only screen and (min-width: 1025px) {
  .headerButton_node-blog {
    padding-bottom: 26px; } }

.header[data-menu-active="blog"] .headerButton_node-blog {
  color: #E26424; }

@media only screen and (min-width: 1025px) {
  .headerButton_node-search {
    position: relative;
    border-top: #DEDEDE;
    padding-top: 32px; } }

.header[data-menu-active="search"] .headerButton_node-search {
  color: #E26424; }

@media only screen and (min-width: 1025px) {
  .headerButton_node-search:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 1px;
    background-color: #DEDEDE; } }

@media only screen and (max-width: 1024px) {
  .headerButton_node-menu {
    width: 25px;
    margin-left: 32px; } }

@media only screen and (min-width: 1025px) {
  .headerButton_node-menu {
    padding-bottom: 32px;
    margin-top: 107px; } }

.headerButton_svg {
  display: block;
  fill: none;
  stroke: #222222;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
  @media only screen and (max-width: 1024px) {
    .headerButton_svg {
      margin-top: -1px; } }
  @media only screen and (min-width: 1025px) {
    .headerButton_svg {
      margin: 14px auto 0; } }
  @media only screen and (min-width: 1025px) {
    .headerButton_node:hover .headerButton_svg {
      color: #E26424;
      stroke: #E26424; } }

@media only screen and (min-width: 1025px) {
  .headerButton_svg-blog {
    width: 14px;
    height: 14px; } }

.header[data-menu-active="blog"] .headerButton_svg-blog {
  stroke: #E26424; }

@media only screen and (max-width: 1024px) {
  .headerButton_svg-search {
    width: 18px;
    height: 18px; } }

@media only screen and (min-width: 1025px) {
  .headerButton_svg-search {
    width: 12px;
    height: 12px; } }

.header[data-menu-active="search"] .headerButton_svg-search {
  stroke: #E26424; }

.headerButton_node_line {
  display: block;
  height: 1px;
  background-color: #222222;
  -webkit-transition: background-color .3s , -webkit-transform .3s;
  transition: background-color .3s , -webkit-transform .3s;
  transition: transform .3s , background-color .3s;
  transition: transform .3s , background-color .3s , -webkit-transform .3s; }
  @media only screen and (max-width: 1024px) {
    .headerButton_node_line {
      width: 25px;
      margin: 6px auto; } }
  @media only screen and (max-width: 1024px) {
    .headerButton_node_line:first-child {
      margin-top: 0; } }
  .headerButton_node_line:nth-child(3n) {
    margin-bottom: 0; }
  .header[data-menu-active="blog"] .headerButton_node_line {
    background-color: #E26424; }
    @media only screen and (max-width: 1024px) {
      .header[data-menu-active="blog"] .headerButton_node_line:first-child {
        -webkit-transform: translate(0px, 7px) rotate(135deg);
        -ms-transform: translate(0px, 7px) rotate(135deg);
        transform: translate(0px, 7px) rotate(135deg); } }
    @media only screen and (max-width: 1024px) {
      .header[data-menu-active="blog"] .headerButton_node_line:nth-child(2n) {
        opacity: 0; } }
    @media only screen and (max-width: 1024px) {
      .header[data-menu-active="blog"] .headerButton_node_line:nth-child(3n) {
        -webkit-transform: translate(0px, -7px) rotate(-135deg);
        -ms-transform: translate(0px, -7px) rotate(-135deg);
        transform: translate(0px, -7px) rotate(-135deg); } }

.headerButton_text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  @media only screen and (min-width: 1025px) {
    .headerButton_text {
      display: inline-block;
      font-size: 18px;
      letter-spacing: .7em;
      line-height: 1.6;
      margin: 0 auto;
      max-height: 96px;
      -webkit-transition: color .2s ease;
      transition: color .2s ease; } }
  @media only screen and (min-width: 1025px) {
    .ie .headerButton_text {
      margin-left: -10px; } }
  @media only screen and (min-width: 1025px) {
    .headerButton_node:hover .headerButton_text {
      color: #E26424; } }

@media only screen and (max-width: 1024px) {
  .headerLink {
    padding-top: 35px;
    margin-top: 40px;
    border-top: 1px solid #EAD2AF; } }

@media only screen and (min-width: 1025px) {
  .headerLink {
    padding: 0 0 0 54px; } }

@media only screen and (max-width: 1024px) {
  .headerLink_node {
    text-align: right; } }

@media only screen and (max-width: 1024px) {
  .headerLink_node + .headerLink_node {
    margin-top: 10px; } }

@media only screen and (min-width: 1025px) {
  .headerLink_node + .headerLink_node {
    margin-top: 8px; } }

.headerLink_node_text {
  position: relative;
  letter-spacing: .25em;
  line-height: 1.75;
  color: #808080;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
  .headerLink_node_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #808080;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .headerLink_node_text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s ease .3s;
    transition: -webkit-transform .3s ease .3s;
    transition: transform .3s ease .3s;
    transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
    z-index: 2; }
  @media only screen and (min-width: 1025px) {
    .headerLink_node_text:hover:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    .headerLink_node_text:hover:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); } }
  @media only screen and (max-width: 1024px) {
    .headerLink_node_text {
      font-size: 18px; } }
  @media only screen and (min-width: 1025px) {
    .headerLink_node_text {
      font-size: 16px;
      padding-bottom: 4px; } }

.headerNavScrollbar {
  position: absolute;
  -webkit-transition: .1s ease;
  transition: .1s ease; }
  @media only screen and (max-width: 1024px) {
    .headerNavScrollbar {
      top: 69px;
      left: 0;
      width: 100%;
      height: 2px; } }
  @media only screen and (min-width: 1025px) {
    .headerNavScrollbar {
      top: 0;
      left: 197px;
      height: 100%;
      width: 2px; } }
  @media only screen and (max-width: 1024px) {
    [data-type="large"] .headerNavScrollbar {
      opacity: 0;
      visibility: hidden; } }

.headerNavScrollbar_inner {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .headerNavScrollbar_inner {
      width: 100%;
      height: 2px; } }
  @media only screen and (min-width: 1025px) {
    .headerNavScrollbar_inner {
      height: 100%;
      width: 2px;
      margin: 0 auto; } }

.headerNavScrollbar_body {
  position: absolute;
  background-color: #EAD2AF; }
  @media only screen and (max-width: 1024px) {
    .headerNavScrollbar_body {
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      height: 1px; } }
  @media only screen and (min-width: 1025px) {
    .headerNavScrollbar_body {
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 100%;
      width: 1px; } }

.headerNavScrollbar_thumb {
  position: absolute;
  background-color: #F5966E; }
  @media only screen and (max-width: 1024px) {
    .headerNavScrollbar_thumb {
      top: 0;
      left: 0;
      width: 0%;
      height: 2px;
      -webkit-transition: width .2s ease;
      transition: width .2s ease; } }
  @media only screen and (min-width: 1025px) {
    .headerNavScrollbar_thumb {
      top: 0;
      left: 0;
      height: 0%;
      width: 2px;
      -webkit-transition: height .2s ease;
      transition: height .2s ease; } }

.headerNav {
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s ease;
  transition: opacity .3s, visibility .3s ease; }
  @media only screen and (max-width: 1024px) {
    .headerNav {
      overflow-y: scroll;
      top: 70px;
      left: 0;
      width: 100%;
      height: calc( 100% - 70px); } }
  @media only screen and (min-width: 1025px) {
    .headerNav {
      top: 0;
      left: 200px;
      height: 100%; } }
  [data-menu-active="blog"] .headerNav[data-menu="blog"] {
    opacity: 1;
    visibility: visible; }
  [data-menu-active="search"] .headerNav[data-menu="search"] {
    opacity: 1;
    visibility: visible; }

.headerNav_inner {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .headerNav_inner {
      overflow-y: scroll;
      padding: 64px 20px 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .headerNav_inner {
      padding: 64px 80px 80px; } }
  @media only screen and (min-width: 1025px) {
    .headerNav_inner {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 80px; } }
  .headerNav_inner:before {
    content: "";
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: width .6s .2s, height .6s .2s, opacity .6s .2s;
    transition: width .6s .2s, height .6s .2s, opacity .6s .2s; }
    @media only screen and (max-width: 1024px) {
      .headerNav_inner:before {
        width: 100%;
        height: 0%; } }
    @media only screen and (min-width: 1025px) {
      .headerNav_inner:before {
        width: 0%;
        height: 100%; } }
  [data-menu-active="blog"] [data-menu="blog"] .headerNav_inner:before {
    width: 100%;
    height: 100%;
    opacity: 1; }
  [data-menu-active="search"] [data-menu="search"] .headerNav_inner:before {
    width: 100%;
    height: 100%;
    opacity: 1; }

.headerNav_content {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .6s .5s;
  transition: opacity .6s .5s; }
  [data-menu-active="blog"] [data-menu="blog"] .headerNav_content {
    opacity: 1; }
  [data-menu-active="search"] [data-menu="search"] .headerNav_content {
    opacity: 1; }

@media only screen and (max-width: 1024px) {
  .headerNavBox-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px; } }

@media only screen and (max-width: 1024px) {
  .headerNavHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 42px; } }

@media only screen and (max-width: 1024px) {
  .headerNavHead_title {
    font-size: 20px;
    line-height: 42px;
    letter-spacing: .8em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto; } }

@media only screen and (max-width: 1024px) {
  .headerNavHead_link {
    font-size: 12px;
    letter-spacing: .2em;
    white-space: nowrap;
    color: #808080; } }

.headerNav_close {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .6s .5s;
  transition: opacity .6s .5s; }
  @media only screen and (max-width: 1024px) {
    .headerNav_close {
      width: 25px;
      margin-left: 32px; } }
  @media only screen and (min-width: 1025px) {
    .headerNav_close {
      width: 60px;
      height: 60px;
      top: 40px;
      right: 40px;
      cursor: pointer; } }
  [data-menu-active="blog"] [data-menu="blog"] .headerNav_close {
    opacity: 1; }
  [data-menu-active="search"] [data-menu="search"] .headerNav_close {
    opacity: 1; }

.headerNav_close_icon {
  display: block;
  height: 1px;
  margin: auto 0;
  background-color: #808080;
  -webkit-transition: background .3s;
  transition: background .3s; }
  @media only screen and (max-width: 1024px) {
    .headerNav_close_icon {
      -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
      transform: translateY(12px); } }
  @media only screen and (min-width: 1025px) {
    .headerNav_close_icon {
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); } }
  @media only screen and (max-width: 1024px) {
    .headerNav_close_icon:first-child {
      -webkit-transform: translateY(12px) rotate(135deg);
      -ms-transform: translateY(12px) rotate(135deg);
      transform: translateY(12px) rotate(135deg); } }
  @media only screen and (min-width: 1025px) {
    .headerNav_close_icon:first-child {
      -webkit-transform: translateY(20px) rotate(135deg);
      -ms-transform: translateY(20px) rotate(135deg);
      transform: translateY(20px) rotate(135deg); } }
  @media only screen and (max-width: 1024px) {
    .headerNav_close_icon:nth-child(2) {
      -webkit-transform: translateY(12px) rotate(-135deg);
      -ms-transform: translateY(12px) rotate(-135deg);
      transform: translateY(12px) rotate(-135deg); } }
  @media only screen and (min-width: 1025px) {
    .headerNav_close_icon:nth-child(2) {
      -webkit-transform: translateY(20px) rotate(-135deg);
      -ms-transform: translateY(20px) rotate(-135deg);
      transform: translateY(20px) rotate(-135deg); } }
  @media only screen and (min-width: 1025px) {
    .headerNav_close:hover .headerNav_close_icon {
      background-color: #E26424; } }

@media only screen and (max-width: 1024px) {
  .headerNavInner-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px; } }

.headerCategoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1024px) {
    .headerCategoryList {
      width: 100%;
      padding-left: 30px;
      margin-left: 40px;
      margin-right: -10px;
      border-left: 1px solid #EAD2AF; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .headerCategoryList {
      padding-left: 80px;
      margin-left: 40px; } }
  @media only screen and (min-width: 1025px) {
    .headerCategoryList {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media only screen and (max-width: 1024px) {
  .headerCategoryList_node {
    width: calc(100% / 4);
    text-align: center; } }

@media only screen and (min-width: 1025px) {
  .headerCategoryList_node + .headerCategoryList_node {
    margin-left: 40px; } }

@media only screen and (max-width: 1024px) {
  .headerCategoryList_node:nth-of-type(n+5) {
    margin-top: 40px; } }

.headerCategoryList_node_link {
  font-size: 20px;
  letter-spacing: .5em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #222222;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
  @media only screen and (max-width: 1024px) {
    .headerCategoryList_node_link {
      color: #808080; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .headerCategoryList_node_link {
      width: 20px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1025px) {
    .headerCategoryList_node_link {
      font-size: 20px; } }
  @media only screen and (min-width: 1025px) {
    .headerCategoryList_node_link:hover {
      color: #E26424; } }

.headerCategoryLink {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  @media only screen and (min-width: 1025px) {
    .headerCategoryLink {
      margin-top: 80px;
      -webkit-transition: color .2s ease;
      transition: color .2s ease; } }
  .headerCategoryLink a {
    font-size: 14px;
    letter-spacing: .2em;
    color: #808080; }
    @media only screen and (min-width: 1025px) {
      .headerCategoryLink a:hover {
        color: #E26424; } }

@media only screen and (min-width: 1025px) {
  .headerNavSearchInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  .headerSearchHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px; } }

@media only screen and (min-width: 1025px) {
  .headerSearchHead {
    padding-right: 60px;
    margin-right: 60px;
    border-right: 1px solid #EAD2AF; } }

@media only screen and (max-width: 1024px) {
  .headerSearchHead_title {
    font-size: 20px;
    letter-spacing: .5em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; } }

@media only screen and (max-width: 767px) {
  .headerSearchBlock {
    width: 100%;
    max-width: 360px;
    padding-left: 40px;
    margin: 0 auto 0 40px;
    border-left: 1px solid #EAD2AF; } }

@media only screen and (max-width: 320px) {
  .headerSearchBlock {
    padding-left: 20px;
    margin-left: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerSearchBlock {
    padding-left: 80px;
    margin-left: 40px;
    border-left: 1px solid #EAD2AF; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerSearchBlock_inner {
    max-width: 440px;
    padding-right: 80px;
    margin: 0 auto; } }

.headerTagsList {
  margin-top: 33px; }

@media only screen and (max-width: 1024px) {
  .headerTagsList_node + .headerTagsList_node {
    margin-top: 4px; } }

@media only screen and (min-width: 1025px) {
  .headerTagsList_node + .headerTagsList_node {
    margin-top: 8px; } }

.headerTagsList_node_link {
  display: block;
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2.2;
  color: #808080;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media only screen and (min-width: 1025px) {
    .headerTagsList_node_link:hover {
      opacity: .6; } }

@media only screen and (max-width: 1024px) {
  .headerBanner {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #EAD2AF; } }

@media only screen and (min-width: 1025px) {
  .headerBanner {
    max-width: 520px; } }

@media only screen and (max-width: 1024px) {
  .headerBannerList {
    overflow-x: auto;
    overflow-scrolling: touch;
    width: 100%;
    white-space: nowrap;
    scrollbar-width: none; } }

@media only screen and (max-width: 767px) {
  .headerBannerList {
    width: auto;
    margin-right: -20px; } }

@media only screen and (min-width: 1025px) {
  .headerBannerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (max-width: 767px) {
  .headerBannerList_node {
    display: inline-block;
    vertical-align: top;
    width: 64%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerBannerList_node {
    display: inline-block;
    vertical-align: top;
    width: 26%; } }

@media only screen and (min-width: 1025px) {
  .headerBannerList_node {
    width: calc((100% - 40px) / 2); } }

@media only screen and (max-width: 1024px) {
  .headerBannerList_node:nth-of-type(n+2) {
    margin-left: 20px; } }

@media only screen and (min-width: 1025px) {
  .headerBannerList_node:nth-of-type(n+3) {
    margin-top: 35px; } }

@media only screen and (max-width: 1024px) {
  .headerBannerList_node:nth-of-type(4) {
    margin-right: 20px; } }

.headerBannerList_img {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .headerBannerList_img img {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    height: 100%;
    width: auto;
    margin: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media only screen and (min-width: 1025px) {
      .headerBannerList_node_link:hover .headerBannerList_img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
  .headerBannerList_img:after {
    display: block;
    padding-top: 60%;
    content: ''; }

.headerBannerList_title {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 12px;
  white-space: normal; }
  @media only screen and (max-width: 1024px) {
    .headerBannerList_title {
      font-size: 12px; } }
  @media only screen and (min-width: 1025px) {
    .headerBannerList_title {
      font-size: 13px; } }

.headerNav_bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: width .6s, height .6s, opacity .6s, visibility .3s ease;
  transition: width .6s, height .6s, opacity .6s, visibility .3s ease; }
  @media only screen and (max-width: 1024px) {
    .headerNav_bg {
      width: 100%;
      height: 0%; } }
  @media only screen and (min-width: 1025px) {
    .headerNav_bg {
      width: 0%;
      height: 100%; } }
  [data-menu-active="blog"] .headerNav_bg {
    opacity: .3;
    visibility: visible;
    width: 100%;
    height: 100%; }
  [data-menu-active="search"] .headerNav_bg {
    opacity: .3;
    visibility: visible;
    width: 100%;
    height: 100%; }

/*================================================================
 *FILE					:_footer.scss
 *DESCRIPTION   :フッターパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* .footer
-----------------------------------------------------------------*/
.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 210px 0 55px;
      margin: 0 20px; } }
  @media only screen and (min-width: 768px) {
    .footer {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer {
      padding: 120px 40px 40px 40px; } }
  @media only screen and (min-width: 1025px) {
    .footer {
      padding: 120px 40px 40px 220px; } }

.toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media only screen and (max-width: 767px) {
    .toTop {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-left: 10px; } }
  @media only screen and (max-width: 767px) {
    .toTop img {
      width: 9px;
      height: 41px;
      margin-right: 2px; } }

.toTop_text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
  @media only screen and (max-width: 767px) {
    .toTop_text {
      font-size: 17px;
      color: #808080;
      margin-top: 8px; } }
  @media only screen and (min-width: 768px) {
    .toTop_text {
      font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #E26424; } }
  @media only screen and (min-width: 1025px) {
    .toTop:hover .toTop_text {
      color: #EAD2AF; } }

.footerInner {
  text-align: right; }
  @media only screen and (min-width: 768px) {
    .footerInner {
      margin-left: auto; } }

.footerShare_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footerShare_list_node + .footerShare_list_node {
  margin-left: 24px; }

.footerShareList_svg {
  width: 23px;
  height: 20px;
  fill: #64B3B2;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  @media only screen and (min-width: 1025px) {
    .footerShare_list_link:hover .footerShareList_svg {
      opacity: .6; } }

.footerNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media only screen and (max-width: 767px) {
    .footerNavList {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 40px;
      width: 170px; } }
  @media only screen and (min-width: 768px) {
    .footerNavList {
      margin-top: 40px; } }

@media only screen and (max-width: 767px) {
  .footerNavList_node + .footerNavList_node {
    margin-left: 16px; } }

@media only screen and (min-width: 768px) {
  .footerNavList_node + .footerNavList_node {
    margin-left: 24px; } }

@media only screen and (max-width: 767px) {
  .footerNavList_node:nth-child(3) {
    margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .footerNavList_node:nth-child(n+3) {
    margin-top: 16px; } }

.footerNavList_link {
  position: relative;
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  color: #808080; }
  .footerNavList_link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #808080;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .footerNavList_link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s ease .3s;
    transition: -webkit-transform .3s ease .3s;
    transition: transform .3s ease .3s;
    transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
    z-index: 2; }
  @media only screen and (min-width: 1025px) {
    .footerNavList_link:hover:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    .footerNavList_link:hover:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); } }
  @media only screen and (min-width: 768px) {
    .footerNavList_link {
      padding-bottom: 6px; } }

.footerSupported {
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .footerSupported {
      margin-top: 25px; } }
  @media only screen and (min-width: 768px) {
    .footerSupported {
      margin-top: 25px;
      -webkit-transition: opacity ease 0.2s;
      transition: opacity ease 0.2s; } }
  @media only screen and (min-width: 768px) {
    .footerSupported:hover {
      opacity: 0.5; } }
  @media only screen and (max-width: 767px) {
    .footerSupported img {
      width: 150px; } }
  @media only screen and (min-width: 768px) {
    .footerSupported img {
      width: 160px; } }

.footerCopy {
  font-size: 11px;
  text-align: right;
  color: #808080;
  margin-top: 8px; }

/* .footer
-----------------------------------------------------------------*/
.floatButton {
  position: fixed;
  overflow: hidden;
  background-color: #64B3B2;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  @media only screen and (max-width: 767px) {
    .floatButton {
      bottom: 24px;
      left: 0px;
      width: 206px;
      height: 66px;
      border-radius: 0px 33px 33px 0;
      -webkit-transform: translateX(-210px);
      -ms-transform: translateX(-210px);
      transform: translateX(-210px); } }
  @media only screen and (min-width: 768px) {
    .floatButton {
      width: 214px;
      height: 60px;
      border-radius: 30px 0px 0px 30px;
      -webkit-transform: translateX(220px);
      -ms-transform: translateX(220px);
      transform: translateX(220px); } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floatButton {
      bottom: 56px;
      right: 0; } }
  @media only screen and (min-width: 1025px) {
    .floatButton {
      top: 24px;
      right: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); } }
  @media only screen and (min-width: 1025px) {
    [data-page="top"] .floatButton {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(220px);
      -ms-transform: translateX(220px);
      transform: translateX(220px); } }
  .floatButton[data-style="icon"] {
    opacity: 1;
    visibility: visible; }
    @media only screen and (max-width: 767px) {
      .floatButton[data-style="icon"] {
        -webkit-transform: translateX(-156px);
        -ms-transform: translateX(-156px);
        transform: translateX(-156px); } }
    @media only screen and (min-width: 768px) {
      .floatButton[data-style="icon"] {
        -webkit-transform: translateX(158px);
        -ms-transform: translateX(158px);
        transform: translateX(158px); } }
  .floatButton[data-style="default"] {
    opacity: 1;
    visibility: visible; }
    @media only screen and (max-width: 767px) {
      .floatButton[data-style="default"] {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
    @media only screen and (min-width: 768px) {
      .floatButton[data-style="default"] {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
  .floatButton[data-style="fixed"] {
    opacity: 1;
    visibility: visible; }
    @media only screen and (max-width: 767px) {
      .floatButton[data-style="fixed"] {
        position: absolute;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        top: 64px;
        left: -20px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .floatButton[data-style="fixed"] {
        position: absolute;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        top: 34px;
        right: -20px; } }
    @media only screen and (min-width: 1025px) {
      .floatButton[data-style="fixed"] {
        -webkit-transform: translateX(158px);
        -ms-transform: translateX(158px);
        transform: translateX(158px);
        top: 24px;
        right: 0; } }
  @media only screen and (min-width: 1025px) {
    .floatButton:hover {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

.floatButton_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .floatButton_link {
      padding: 30px 19px; } }
  @media only screen and (min-width: 768px) {
    .floatButton_link {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; } }

.floatButton_link_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .floatButton_link_title {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

.floatButton_link_svg {
  display: inline-block;
  width: 18px;
  height: 17px;
  stroke: #FFF; }
  @media only screen and (max-width: 767px) {
    .floatButton_link_svg {
      margin-left: 14px; } }
  @media only screen and (min-width: 768px) {
    .floatButton_link_svg {
      margin-right: 16px; } }

.floatButton_link_text {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.28;
  color: #FFF;
  white-space: nowrap;
  text-align: left;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  [data-style="icon"] .floatButton_link_text {
    opacity: 0; }
  @media only screen and (min-width: 1025px) {
    .floatButton:hover .floatButton_link_text {
      opacity: 1; } }

html {
  margin-top: 0 !important;
  overflow-x: hidden; }

#wpadminbar {
  display: none; }

body {
  word-break: break-all;
  display: none;
  overflow-x: hidden; }
  body.view {
    display: block !important; }

@media only screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 70px;
    width: 100%; } }

@media only screen and (min-width: 1025px) {
  .wrapper {
    margin-left: 200px;
    width: calc(100% - 200px);
    padding-left: 80px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    padding-left: 40px; } }

@media only screen and (max-width: 1024px) {
  [data-page="top"] .wrapper {
    padding-top: 122px; } }

@media only screen and (min-width: 1025px) {
  [data-page="top"] .wrapper {
    padding-top: 0;
    padding-left: 80px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page="top"] .wrapper {
    padding-left: 0px; } }

@media only screen and (max-width: 767px) {
  .contents {
    margin: 0 20px; } }

@media only screen and (min-width: 768px) {
  .contents {
    margin-right: 80px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contents {
    margin-right: 40px; } }

@media only screen and (min-width: 768px) {
  [data-page="instagram"] .contents,
  [data-page="about"] .contents {
    width: calc(100% - 100px);
    max-width: 1000px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page="instagram"] .contents,
  [data-page="about"] .contents {
    padding-right: 40px; } }

@media only screen and (min-width: 1025px) {
  [data-page="instagram"] .contents,
  [data-page="about"] .contents {
    padding-right: 80px; } }

@media only screen and (max-width: 767px) {
  [data-page="top"] .contents {
    margin: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page="top"] .contents {
    width: 100%;
    max-width: 100%;
    padding-right: 0; } }

@media only screen and (min-width: 1025px) {
  [data-page="top"] .contents {
    width: 100%;
    max-width: 100%;
    padding-right: 0; } }

@media only screen and (min-width: 768px) {
  .error404 .contents {
    width: calc(100% - 100px);
    max-width: 1000px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .error404 .contents {
    padding-right: 40px; } }

@media only screen and (min-width: 1025px) {
  .error404 .contents {
    padding-right: 80px; } }

@media only screen and (min-width: 768px) {
  .notPostText {
    width: calc(100% - 100px);
    max-width: 920px;
    padding: 100px 0; } }

@media only screen and (max-width: 767px) {
  .notPostText {
    padding: 50px 0; } }

[data-original] {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  [data-original].is-loaded {
    opacity: 1; }

/* .breadCrumb パーツ
-----------------------------------------------------------------*/
.breadCrumb {
  font-size: 0; }
  @media only screen and (max-width: 767px) {
    .breadCrumb {
      margin: 14px 0px 42px 0px;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .breadCrumb {
      margin: 14px auto 42px; } }
  @media only screen and (min-width: 1025px) {
    .breadCrumb {
      padding: 61px 0 77px;
      margin: 0 auto; } }

.breadCrumb_node {
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .breadCrumb_node {
      margin-bottom: 7px; } }
  .breadCrumb_node + .breadCrumb_node {
    position: relative;
    line-height: 1.6; }
    @media only screen and (min-width: 768px) {
      .breadCrumb_node + .breadCrumb_node {
        margin-left: 27px; } }
    @media only screen and (max-width: 767px) {
      .breadCrumb_node + .breadCrumb_node {
        margin-left: 15px; } }
    .breadCrumb_node + .breadCrumb_node:before {
      content: "|";
      position: absolute;
      top: 1px;
      display: block;
      color: #808080;
      font-size: 11px;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .breadCrumb_node + .breadCrumb_node:before {
          left: -16px; } }
      @media only screen and (max-width: 767px) {
        .breadCrumb_node + .breadCrumb_node:before {
          left: -11px; } }

.breadCrumb_link {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media only screen and (min-width: 1025px) {
    .breadCrumb_link:hover {
      opacity: .6; } }

.breadCrumb_text {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
  color: #808080; }
  .breadCrumb_node:last-child .breadCrumb_text {
    color: #222222; }

/* .c-search パーツ
-----------------------------------------------------------------*/
.c-search {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .c-search {
      width: 100%; } }
  @media only screen and (min-width: 1025px) {
    .c-search {
      width: 280px; } }

@media only screen and (min-width: 1025px) {
  .c-search_form {
    width: 100%; } }

.c-search_input {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  width: 100%;
  border: none; }
  @media only screen and (max-width: 1024px) {
    .c-search_input {
      padding: 0px 30px 8px 0px; } }
  @media only screen and (min-width: 1025px) {
    .c-search_input {
      padding: 0px 50px 12px 0px; } }
  .c-search_input:focus {
    outline: none; }

.c-search_underline {
  border-top: 1px solid #222222; }

.c-search_buttonBox {
  position: absolute;
  right: 0px;
  width: 14px;
  height: 14px; }
  @media only screen and (max-width: 1024px) {
    .c-search_buttonBox {
      bottom: 13px; } }
  @media only screen and (min-width: 1025px) {
    .c-search_buttonBox {
      bottom: 18px; } }

.c-search_button {
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    .c-search_button {
      width: 100%;
      height: 100%; } }
  [data-input-val="none"] .c-search_button {
    pointer-events: none; }

.c-search_button_svg {
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
  stroke: #222222;
  width: 100%;
  height: 100%; }
  [data-input-val="none"] .c-search_button_svg {
    pointer-events: none; }
  .c-search_button:hover .c-search_button_svg {
    stroke: #222222; }

.placeholder {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 10px;
  color: #aca7a7;
  letter-spacing: 0.1em;
  z-index: 1; }

[data-event="intersection"] i {
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
  opacity: 0;
  display: inline-block; }
  [data-event="intersection"] i:nth-child(odd) {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); }
  [data-event="intersection"] i:nth-child(even) {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px); }
  .titleBalloon.view [data-event="intersection"] i {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.newIcon {
  display: block;
  color: #64B3B2; }
  @media only screen and (max-width: 767px) {
    .newIcon {
      font-size: 13px;
      letter-spacing: .15em;
      margin-right: 8px; } }
  @media only screen and (min-width: 768px) {
    .newIcon {
      font-size: 13px;
      letter-spacing: .15em;
      margin-right: 8px; } }
