@charset "UTF-8";
/* ==========================================================================
    Reset
   ========================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

sub,
sup {
  font-size: 75%;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

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

.noto {
  font-family: "Noto Sans Japanese", sans-serif;
}

/* -----------------------------------------------------
 * アプリ・レシピ PC
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  /* アプリ・レシピ 
  ----------------------------------------------------- */
  .pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    height: auto;
  }
  .pickup-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 33.33333%;
    background: url("../img/index/bg-pickup-app.jpg") no-repeat center center;
    background-size: cover;
    text-decoration: none;
    padding: 0 2%;
  }
  .pickup-app-image {
    width: 22.29167%;
    margin-right: 15px;
  }
  .pickup-app-title {
    font-size: 1.66667vw;
    font-weight: 400;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4.16667vw;
    margin-bottom: 20px;
    position: relative;
  }
  .pickup-app-title::before {
    position: absolute;
    left: 0;
    content: "";
    width: 2.77778vw;
    height: 2.77778vw;
    background: url("../img/index/pickup-app-logo.png") no-repeat left center;
    background-size: cover;
  }
  .pickup-app-description {
    text-align: center;
    color: #fff;
    font-size: 1.25vw;
    line-height: 1.57895;
    text-decoration: none;
  }
  .pickup-recipes {
    display: block;
    width: 33.33333%;
    background: url("../img/index/bg-pickup-recipes.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .pickup-recipes-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    color: #fff;
    padding: 30px;
    max-width: 300px;
    width: 62.5%;
    background: #c2996c;
    font-size: 2.4rem;
    text-decoration: none;
    text-align: center;
  }
  .pickup-recipes-copy {
    padding-top: 20px;
    font-size: 1.6rem;
  }
  .pickup-amazon {
    width: 33.33333%;
    border: 8px solid #000;
  }
  .pickup-chefno {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 33.33333%;
    background: url(../img/index/chefno.png) no-repeat center center;
    background-size: cover;
    text-decoration: none;
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  /* アプリ・レシピ 
    ----------------------------------------------------- */
  .pickup-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    background: url("../img/index/bg-pickup-app.jpg") no-repeat center center;
    background-size: cover;
    text-decoration: none;
    padding: 5%;
  }
  .pickup-app-image {
    width: 22.29167%;
    margin-right: 15px;
  }
  .pickup-app-title {
    font-size: 4.16667vw;
    font-weight: 400;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10.41667vw;
    margin-bottom: 20px;
    position: relative;
  }
  .pickup-app-title::before {
    position: absolute;
    left: 0;
    content: "";
    width: 6.51042vw;
    height: 6.51042vw;
    background: url("../img/index/pickup-app-logo.png") no-repeat left center;
    background-size: cover;
  }
  .pickup-app-description {
    text-align: center;
    color: #fff;
    font-size: 3.38542vw;
    line-height: 1.57895;
    text-decoration: none;
  }
  .pickup-recipes {
    display: block;
    background: url("../img/index/bg-pickup-recipes.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    text-decoration: none;
    padding: 18.05556% 0;
  }
  .pickup-recipes-button {
    padding: 6.25% 0;
    display: block;
    color: #fff;
    width: 62.5%;
    margin: 0 auto;
    background: #c2996c;
    font-size: 5vw;
    text-decoration: none;
    text-align: center;
  }
  .pickup-recipes-copy {
    padding-top: 20px;
    font-size: 3.61111vw;
    position: relative;
  }
  .pickup-recipes-copy::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -10%;
    width: 14.44444%;
    height: 0;
    padding-top: 4.22222%;
    background: url("../img/common/arrow-light.png") no-repeat;
    background-size: cover;
  }
  .pickup-amazon {
    display: block;
    border: 5px solid #000;
  }
  .pickup-chefno {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 60vw;
    background: url("../img/index/chefno.png") no-repeat center center;
    background-size: cover;
    text-decoration: none;
    padding: 5%;
  }
}
/* ==========================================================================
    Font
   ========================================================================== */
/* ==========================================================================
    Base Style
   ========================================================================== */
html {
  color: #333;
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", "Noto Sans Japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  font-size: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==========================================================================
    Modules
   ========================================================================== */
/* -----------------------------------
    ICONS
----------------------------------- */
.icon-external {
  position: relative;
}

.icon-external::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  width: 18px;
  height: 13px;
  background: url("../img/common/icon-external.png") no-repeat;
}

.icon-recipe {
  display: inline-block;
  position: relative;
  line-height: 26px;
  width: 26px;
  height: 22px;
  margin-right: 5px;
}

.icon-recipe::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 26px;
  height: 22px;
  background: url("../img/common/icon-recipe.png") no-repeat;
}

.icon-download {
  display: inline-block;
  position: relative;
  line-height: 26px;
  width: 19px;
  height: 24px;
  margin-right: 12px;
}

.icon-download::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 19px;
  height: 24px;
  background: url("../img/common/icon-download_dark.png") no-repeat;
}

/* -----------------------------------------------------
 * Header PC
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .adminbar-shown .header {
    top: 32px;
  }
  .header {
    position: sticky;
    top: 0;
    z-index: 10000;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
  }
  .header .pc-only {
    display: block !important;
  }
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1440px;
    min-width: 950px;
    height: 80px;
    margin: 0 auto;
  }
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 16px;
    width: 351px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .header-right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .global-nav {
    width: 390px;
    margin-right: 40px;
  }
  .header .global-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .global-nav ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .global-nav ul a {
    display: block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .global-nav ul a .en {
    padding-top: 5px;
    display: block;
    font-size: 1.2rem;
    color: #999999;
  }
  .header .global-nav ul a.active {
    color: #999999;
  }
  .header .lang-nav {
    margin-left: 10px;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .header .lang-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .lang-nav ul li {
    width: 50px;
    list-style-type: none;
    border-right: 1px solid #c3c3c3;
    text-align: center;
    font-family: "Noto Sans Japanese", sans-serif;
  }
  .header .lang-nav ul li:last-child {
    border: none;
  }
  .header .lang-nav ul li a {
    font-size: 1.8rem;
    color: #000;
    text-decoration: none;
  }
  .header .lang-nav ul li a:hover,
  .header .lang-nav ul li a.active {
    opacity: 1;
    font-weight: bold;
  }
  .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #f2f2f2;
    position: relative;
    cursor: pointer;
  }
  .header-search-icon {
    width: 23px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .search-form-open .header-search::after {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/common/icon-search-close.png") no-repeat;
  }
  .search-form-open .header-search .header-search-icon {
    opacity: 0;
  }
  .header-mail-magazine {
    text-decoration: none;
    background: #aaa;
    color: #fff;
    width: 120px;
    padding-top: 50px;
    text-align: center;
    position: relative;
  }
  .header-mail-magazine::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 50%;
    width: 22px;
    padding-top: 61.1111111111%;
    height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/common/icon-mail-magazine.png") no-repeat;
    background-size: contain;
  }
  .header-download {
    text-decoration: none;
    background: #c2996c;
    color: #fff;
    width: 120px;
    padding-top: 50px;
    text-align: center;
    position: relative;
  }
  .header-download::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 50%;
    width: 22px;
    height: 0;
    padding-top: 123.0769230769%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/common/icon-download.png") no-repeat;
    background-size: 100%;
  }
  .header-contact {
    text-decoration: none;
    background: #b51b35;
    color: #fff;
    width: 120px;
    padding-top: 50px;
    text-align: center;
    position: relative;
  }
  .header-contact::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 50%;
    width: 24px;
    padding-top: 31.25%;
    height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/common/icon-contact.png") no-repeat;
    background-size: contain;
  }
  .header-search-form {
    display: none;
    background: #f2f2f2;
    width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 30px 0;
    -webkit-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .search-form-open .header-search-form {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .header-search-form #srchForm {
    width: 800px;
    margin: 0 auto;
    position: relative;
  }
  .header-search-form #srchForm input {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    padding: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    position: relative;
  }
  .header-search-form #srchForm #srchBtn {
    cursor: pointer;
    position: absolute;
    min-width: auto;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
  }
  .header-search-form #srchBox.watermark #srchInput {
    background: #fff url(https://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) right 100px center no-repeat;
  }
  .header-search-form #srchBox.watermark #srchInput:focus {
    background-image: none;
  }
}
@media print, screen and (max-width: 1280px) {
  .header {
    border-bottom: 1px solid #d5d5d5;
  }
  .header .logo {
    max-width: 351px;
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: 10px;
  }
  .header .global-nav {
    margin-right: 12px;
    width: 345px;
  }
  .header .global-nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .header .global-nav ul a {
    font-size: 1.4rem;
  }
  .header .global-nav ul a.en {
    font-size: 1.1rem;
  }
  .header-mail-magazine,
  .header-download,
  .header-contact {
    width: 90px;
    font-size: 1.2rem;
  }
  .header-download span.pc-only {
    display: none !important;
  }
  .header-contact span.pc-only {
    display: none !important;
  }
}
/* -----------------------------------------------------
 * Header SP
----------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 10000;
    background: #fff;
    padding-top: 11.11111%;
  }
  .header-container {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    min-width: initial;
  }
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48.75%;
    margin-left: 1.94444%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .logo-symbol {
    width: 32.19373%;
  }
  .header .logo-text {
    width: 79.48718%;
    opacity: 1;
    visibility: visible;
  }
  .header-right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38.88889%;
    height: 100%;
  }
  .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33.33333%;
    background: #f2f2f2;
    display: none;
  }
  .header-search-icon {
    width: 23px;
  }
  .header-search-form {
    display: none;
  }
  .header-search-form #srchForm {
    margin: 0 auto;
    position: relative;
  }
  .header-search-form #srchForm input {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    padding: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    position: relative;
  }
  .header-search-form #srchForm #srchBtn {
    cursor: pointer;
    position: absolute;
    min-width: auto;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
  }
  .header-search-form #srchInput {
    background: #fff url(https://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) right 100px center no-repeat;
  }
  .header-search-form #srchInput:focus {
    background-image: none;
  }
  .header-search-form {
    margin-bottom: 10.9375%;
  }
  .header-search-form input {
    width: 100%;
    background: #fff;
    border: 2px solid #d5d5d5;
    font-size: 1.6rem;
    padding: 4.6875%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .header-search-form #srchBtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
  }
  .header-mail-magazine {
    display: none;
  }
  .header-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    background: #c2996c;
    color: #fff;
    width: 13.3333333333vw;
    height: 100%;
    position: relative;
    text-align: center;
    padding-top: 7.46667vw;
    font-size: 2.13333vw;
  }
  .header-download::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 3.7333333333vw;
    height: 0;
    padding-top: 38%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/common/icon-download.png") no-repeat;
    background-size: 100%;
  }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    background: #b51b35;
    color: #fff;
    width: 13.3333333333vw;
    height: 100%;
    position: relative;
    text-align: center;
    padding-top: 7.46667vw;
    font-size: 2.13333vw;
  }
  .header-contact::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 60%;
    height: 0;
    padding-top: 28.5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("../img/common/icon-contact.png") no-repeat center;
    background-size: contain;
  }
  .header-menu-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background: #f2f2f2;
    color: #fff;
    width: 33.33333%;
    height: 100%;
    min-height: initial;
    min-width: initial;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    padding: 0;
    border: none;
  }
  .header-menu-switch:hover {
    opacity: 1;
  }
  .header-menu-switch span {
    -webkit-transition: 300ms;
    transition: 300ms;
    position: absolute;
    top: 50%;
    display: block;
    width: 37.5%;
    height: 0;
    padding-top: 2px;
    left: 50%;
    margin-left: -18.75%;
    background: #666666;
  }
  .header-menu-switch span:nth-child(1) {
    margin-top: -14%;
  }
  .header-menu-switch span:nth-child(3) {
    margin-top: 14%;
  }
  .drawer-open .header-menu-switch span {
    position: absolute;
  }
  .drawer-open .header-menu-switch span:nth-child(1) {
    margin-top: 0%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer-open .header-menu-switch span:nth-child(2) {
    opacity: 0;
  }
  .drawer-open .header-menu-switch span:nth-child(3) {
    margin-top: 0%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .global-nav-wrapper {
    height: 100%;
    overflow-y: hidden;
  }
  .global-nav {
    position: fixed;
    inset: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    width: 100%;
    height: auto;
    max-height: 100%;
    width: 100%;
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: scroll !important;
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 1s, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 1s, transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer-open .global-nav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    -webkit-transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.1 cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.1 cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.1 cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.1 cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .global-nav-inner {
    background: #f2f2f2;
    height: auto;
    padding: 21.3333333333vw 5.55556% 13.3333333333vw;
  }
  .global-nav ul {
    position: relative;
    z-index: 1000;
    margin: 0 0 12.5%;
  }
  .global-nav ul li {
    font-size: 4.375vw;
    list-style-type: none;
    margin-bottom: 35px;
  }
  .global-nav ul li a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 4.44444vw;
    text-decoration: none;
  }
  .global-nav ul li a .en {
    padding-top: 3.125%;
    display: block;
    text-align: center;
    color: #999;
    font-size: 3.61111vw;
  }
  .global-nav ul li a.mail-magazine {
    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;
    text-align: center;
    color: #fff;
    font-size: 4.44444vw;
    padding: 2vw;
    background: #aaa;
    text-decoration: none;
  }
  .global-nav ul li a.mail-magazine::before {
    content: "";
    display: inline-block;
    margin-right: 0.5em;
    width: 4.2666666667vw;
    height: 2.9333333333vw;
    background: url("../img/common/icon-mail-magazine.png") no-repeat center;
    background-size: cover;
  }
  .lang-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 40.625%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .lang-nav ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
  }
  .lang-nav ul li:first-child a {
    padding-right: 1em;
  }
  .lang-nav ul li:first-child::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 2px;
    background: #cccccc;
    display: inline-block;
  }
  .lang-nav ul li:nth-child(2) a {
    padding-left: 0.7em;
  }
  .lang-nav ul a {
    font-size: 3.88889vw;
    color: #666666;
    text-decoration: none;
  }
}
/* -----------------------------------------------------
 * Footer PC
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .footer {
    padding-bottom: 100px;
  }
  .footer-nav-container {
    padding: 70px 0;
    background: #d5d5d5;
    margin-bottom: 50px;
  }
  .footer-nav ul {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-nav ul li {
    display: inline-block;
    margin-right: 28px;
  }
  .footer-nav ul li:last-child {
    margin-right: 0px;
  }
  .footer-nav ul li a {
    text-decoration: none;
    font-size: 1.7rem;
    color: #333;
  }
  .footer-nav ul li a:hover {
    text-decoration: underline;
  }
  .footer-other-nav {
    margin-bottom: 0px;
  }
  .footer-other-nav ul {
    text-align: center;
  }
  .footer-other-nav ul li {
    display: inline-block;
    margin-right: 28px;
  }
  .footer-other-nav ul li:last-child {
    margin-right: 0px;
  }
  .footer-other-nav ul li a {
    text-decoration: none;
    font-size: 1.5rem;
    color: #666;
  }
  .footer-other-nav ul li a:hover {
    text-decoration: underline;
  }
  .footer-sns {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-sns a {
    display: inline-block;
    margin-right: 30px;
  }
  .footer-sns a:last-child {
    margin-right: 0;
  }
  .footer-copyright {
    text-align: center;
    color: #666;
    font-size: 1.4rem;
  }
}
/* -----------------------------------------------------
 * Footer SP
----------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 20.83333%;
  }
  .footer-nav-container {
    background: #d5d5d5;
    padding-top: 11.11111%;
    padding-bottom: 11.11111%;
  }
  .footer-nav ul {
    width: 83.33333%;
    margin: 0 auto 6.94444%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-nav ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 9.375%;
  }
  .footer-nav ul li:last-child {
    margin-right: 0px;
  }
  .footer-nav ul li a {
    text-decoration: none;
    font-size: 4.16667vw;
    color: #333;
  }
  .footer-nav ul li a:hover {
    text-decoration: underline;
  }
  .footer-other-nav {
    width: 88.88889%;
    margin: 0 auto;
  }
  .footer-other-nav ul li {
    display: inline-block;
    margin-right: 6.25%;
    margin-bottom: 6.25%;
  }
  .footer-other-nav ul li:last-child {
    margin-right: 0px;
  }
  .footer-other-nav ul li a {
    text-decoration: none;
    font-size: 3.61111vw;
    color: #666;
  }
  .footer-other-nav ul li a:hover {
    text-decoration: underline;
  }
  .footer-sns {
    text-align: center;
    margin: 25px 0;
  }
  .footer-sns a {
    display: inline-block;
    margin-right: 10px;
  }
  .footer-sns a:last-child {
    margin-right: 0;
  }
  .footer-copyright {
    text-align: center;
    color: #666;
    font-size: 3.33333vw;
    line-height: 1.5;
  }
}
/* -----------------------------------------------------
 *  Button
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .button {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto;
    border: 1px solid #d5d5d5;
    text-decoration: none;
    color: #333;
    background: #f2f2f2;
    min-width: 200px;
    min-height: 60px;
    padding: 20px 20px;
    position: relative;
  }
  .button.link-arrow::before {
    position: absolute;
    right: 0;
    margin-right: 6.66667%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 22px;
    height: 12px;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-size: contain;
  }
  .button.link-arrow-up::before {
    position: absolute;
    right: 0;
    margin-right: 6.66667%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    content: "";
    width: 22px;
    height: 12px;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-size: contain;
  }
  .button.link-arrow-down::before {
    position: absolute;
    right: 0;
    margin-right: 6.66667%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    content: "";
    width: 22px;
    height: 12px;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-size: contain;
  }
  .button.link-external::before {
    position: absolute;
    right: 0;
    margin-right: 6.66667%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 22px;
    height: 12px;
    background: url("../img/common/icon-external.png") no-repeat;
    background-size: contain;
  }
  .button.large {
    padding: 25px 60px;
    font-size: 1.8rem;
  }
  .button.inactive {
    opacity: 0.5;
  }
  .button.white {
    background: #fff;
  }
  .read-more {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    position: relative;
    width: 80px;
    text-align: center;
  }
  .read-more::before {
    display: block;
    content: "";
    width: 50%;
    height: 0;
    margin: 0 auto 25%;
    padding-top: 16.25%;
    background: url("../img/common/arrow-dark.png") no-repeat center top;
    background-size: cover;
  }
  .read-more.light {
    color: #fff;
  }
  .read-more.light::before {
    background: url("../img/common/arrow-light.png") no-repeat center top;
  }
}
@media only screen and (max-width: 767px) {
  .button {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.88889vw;
    margin: 0 auto;
    border: 1px solid #d5d5d5;
    text-decoration: none;
    color: #333;
    background: #f2f2f2;
    min-width: 44.44444%;
    min-height: 60px;
    padding: 3.33333% 11.11111%;
    position: relative;
  }
  .button.link-arrow::before {
    position: absolute;
    right: 0;
    margin-right: 6.66667%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 22px;
    height: 12px;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-size: contain;
  }
  .button.link-external::before {
    position: absolute;
    right: 0;
    margin-right: 6.66667%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 22px;
    height: 12px;
    background: url("../img/common/icon-external.png") no-repeat;
    background-size: contain;
  }
  .button.white {
    background: #fff;
  }
  .read-more {
    font-size: 2.86832vw;
    display: block;
    text-align: center;
    position: relative;
    width: 19.55671%;
    text-align: center;
  }
  .read-more::before {
    display: block;
    content: "";
    width: 53.33333%;
    height: 0;
    margin: 0 auto 13.33333%;
    padding-top: 17.33333%;
    background: url("../img/common/arrow-dark.png") no-repeat center top;
    background-size: cover;
  }
}
/* -----------------------------------------------------
 *  Sub (下層ページ共通)
----------------------------------------------------- */
/* -----------------------------------------------------
 *   Page Header 
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .page-header {
    border-bottom: 1px solid #d5d5d5;
    padding: 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 178px;
  }
  .page-header-content {
    text-align: center;
  }
  .page-header-title {
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
  .page-header-title-en {
    padding-top: 20px;
    font-size: 1.5rem;
    color: #a0a0a0;
    letter-spacing: 0.075em;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    border-bottom: 1px solid #d5d5d5;
    padding: 6.25815% 0;
    text-align: center;
  }
  .page-header-title {
    font-size: 5.21512vw;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
  .page-header-title-en {
    font-size: 3.38983vw;
    padding-top: 2.60756%;
    color: #a0a0a0;
    letter-spacing: 0.075em;
  }
}
/* -----------------------------------------------------
 *  Breadcrumb 
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .breadcrumb {
    padding: 20px;
    margin: 0 auto;
    max-width: 1160px;
    font-size: 0;
  }
  .breadcrumb li {
    letter-spacing: 0;
    display: inline-block;
    font-size: 1.4rem;
  }
  .breadcrumb li a {
    text-decoration: none;
  }
  .breadcrumb li a:link,
  .breadcrumb li a:visited {
    color: #666666;
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  .breadcrumb li a::after {
    content: ">";
    display: inline-block;
    padding-left: 6px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0;
    padding: 13px 0;
    width: 91.26467%;
    margin: 0 auto;
  }
  .breadcrumb li {
    line-height: 1.5;
    display: inline-block;
    font-size: 3.12907vw;
  }
  .breadcrumb li a {
    text-decoration: none;
  }
  .breadcrumb li a:link,
  .breadcrumb li a:visited {
    color: #666;
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  .breadcrumb li a::after {
    content: ">";
    display: inline-block;
    padding-left: 6px;
    padding-right: 8px;
  }
}
/* -----------------------------------------------------
 *  Category Nav 
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .category-nav {
    text-align: center;
  }
  .category-nav-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin: 0 auto 60px;
    list-style-type: none;
    background-color: #f2f2f2;
  }
  .category-nav-list li {
    width: 160px;
    height: 50px;
  }
  .category-nav-list li:first-child a::after {
    display: none;
  }
  .category-nav-list li a {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    color: #333333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .category-nav-list li a.active,
  .category-nav-list li a:hover {
    text-decoration: none;
    background-color: #333333;
    color: #fff;
  }
  .category-nav-list li a.active::after,
  .category-nav-list li a:hover::after {
    display: none;
  }
  .category-nav-list li a::after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d5d5d5;
  }
}
@media only screen and (max-width: 767px) {
  .category-nav {
    text-align: center;
    margin-bottom: 7.82269%;
  }
  .category-nav-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
  }
  .category-nav-list li {
    background-color: #f2f2f2;
    width: 20%;
  }
  .category-nav-list li:first-child a::after {
    display: none;
  }
  .category-nav-list li a {
    padding: 17.14286% 5.71429%;
    width: 100%;
    height: 100%;
    font-size: 2.60756vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #333333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    position: relative;
  }
  .category-nav-list li a.active,
  .category-nav-list li a:hover {
    background-color: #333333;
    color: #fff;
  }
  .category-nav-list li a::after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d5d5d5;
  }
  .category-nav-list li a.active::after,
  .category-nav-list li a:hover::after {
    display: none;
  }
}
/* -----------------------------------------------------
 *   Blog Index 
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .blog-index {
    max-width: 1120px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-index.col3 .blog-index-item {
    width: 32.5%;
    margin-left: 1.25%;
  }
  .blog-index.col3 .blog-index-item:nth-child(4n+1) {
    margin-left: 1.25%;
  }
  .blog-index.col3 .blog-index-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .blog-index-item {
    display: block;
    width: 24.10714%;
    max-width: 270px;
    text-decoration: none;
    color: #333;
    background: #f2f2f2;
    position: relative;
    margin-left: 1.16071%;
    margin-bottom: 50px;
  }
  .blog-index-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .blog-index-item:hover {
    text-decoration: none;
  }
  .blog-index-item:hover .blog-index-item-image > img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .blog-index-item:hover .blog-index-item-content {
    opacity: 0.5;
  }
  .blog-index-item-image {
    background: #fff;
    overflow: hidden;
    padding-top: 67.44868%;
    position: relative;
  }
  .blog-index-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .blog-index-item-new {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 90px;
    height: 90px;
  }
  .blog-index-item-content {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding: 6.5% 5% 84px;
  }
  .blog-index-item-label {
    background: #c2996c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 6px;
    vertical-align: middle;
    margin-bottom: 25px;
  }
  .blog-index-item-title {
    font-size: 1.7rem;
    text-align: left;
    line-height: 1.70588;
    font-weight: 400;
    width: 95%;
    margin: 0 auto 15px;
  }
  .blog-index-item-sub-title {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .blog-index-item-lead {
    width: 95%;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.71429;
  }
  .blog-index-item-read-more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    font-size: 1.6rem;
    text-align: center;
    padding: 0 5px 13px;
    border-bottom: 1px solid #333;
  }
}
@media only screen and (max-width: 767px) {
  .blog-index {
    width: 88.88889%;
    margin: 0 auto;
  }
  .blog-index-item {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
    margin: 0 auto 6.25%;
  }
  .blog-index-item-image {
    position: relative;
  }
  .blog-index-item-image img {
    width: 100%;
  }
  .blog-index-item-new {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 14.0625%;
  }
  .blog-index-item-content {
    padding: 6.25% 1.5625%;
    position: relative;
    background: #f2f2f2;
    height: 100%;
    text-align: center;
  }
  .blog-index-item-label {
    width: auto;
    background: #c2996c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 2.06897% 5.17241%;
    color: #fff;
    font-size: 3.61111vw;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1em;
  }
  .blog-index-item-title {
    padding: 0 1em;
    font-size: 3.61111vw;
    text-align: left;
    font-weight: 400;
    margin-bottom: 3.44828%;
    line-height: 1.5;
  }
  .blog-index-item-sub-title {
    line-height: 1.5;
    font-size: 3.88889vw;
    text-align: center;
    margin-bottom: 5.86207%;
  }
  .blog-index-item-lead {
    display: none;
  }
  .blog-index-item-read-more {
    display: inline-block;
    font-size: 3.05556vw;
    color: #6f6f6f;
    text-align: center;
    padding: 0 5px 13px;
    border-bottom: 1px solid #333;
  }
}
/* -----------------------------------------------------
 *  Pagination 
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .pagination {
    text-align: center;
  }
  .pagination ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    position: relative;
  }
  .pagination ul li {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
  }
  .pagination ul li span,
  .pagination ul li a {
    color: #333;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
    text-decoration: none;
    font-size: 1.4rem;
  }
  .pagination ul li span:hover,
  .pagination ul li a:hover {
    color: #fff;
    background-color: #333;
  }
  .pagination ul li.current a,
  .pagination ul li.current span {
    color: #fff;
    background-color: #333;
  }
  .pagination ul li.prev,
  .pagination ul li.next {
    width: auto;
    border-radius: 0;
    font-size: 1.2rem;
    color: #666666;
    position: absolute;
    min-width: 40px;
  }
  .pagination ul li.prev a,
  .pagination ul li.next a {
    background-color: transparent;
    padding-top: 25px;
    display: block;
  }
  .pagination ul li.prev a::before,
  .pagination ul li.next a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    width: 40px;
    height: 0px;
    padding-top: 13px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .pagination ul li.prev a:hover,
  .pagination ul li.next a:hover {
    color: #333;
  }
  .pagination ul li.prev {
    left: -60px;
    margin-right: 25px;
  }
  .pagination ul li.prev a::before {
    background: url("../img/common/arrow-dark_prev.png") no-repeat;
    background-position: left top;
  }
  .pagination ul li.next {
    right: -60px;
    margin-left: 25px;
  }
  .pagination ul li.next a::before {
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-position: left top;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .pagination ul {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .pagination ul li {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px;
  }
  .pagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
    text-decoration: none;
    font-size: 1.4rem;
    color: #333;
  }
  .pagination ul li a:hover {
    color: #fff;
    background-color: #333;
  }
  .pagination ul li.prev,
  .pagination ul li.next,
  .pagination ul li.current {
    display: inline-block;
  }
  .pagination ul li.prev,
  .pagination ul li.next {
    border-radius: 0;
  }
  .pagination ul li.prev a,
  .pagination ul li.next a {
    font-size: 1.2rem;
    color: #666666;
    position: relative;
    background-color: transparent;
    padding-top: 25px;
  }
  .pagination ul li.prev a::before,
  .pagination ul li.next a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    width: 40px;
    height: 0px;
    padding-top: 13px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .pagination ul li.prev:hover,
  .pagination ul li.next:hover {
    color: #333;
  }
  .pagination ul li.prev {
    position: absolute;
    left: 0;
  }
  .pagination ul li.prev a::before {
    background: url("../img/common/arrow-dark_prev.png") no-repeat;
    background-position: left top;
  }
  .pagination ul li.next {
    position: absolute;
    right: 0px;
  }
  .pagination ul li.next a::before {
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-position: left top;
  }
  .pagination ul li.current a,
  .pagination ul li.current span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    background-color: #333;
  }
}
/* -----------------------------------------------------
 *  table
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .table-default {
    width: 100%;
    border: 1px solid #d5d5d5;
  }
  .table-default a {
    color: #333;
  }
  .table-default a.link-arrow {
    border: none;
    text-decoration: none;
    position: relative;
    padding-left: 22px;
  }
  .table-default a.link-arrow::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 18px;
    height: 6px;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-size: contain;
  }
  .table-default a.link-arrow:hover {
    text-decoration: underline;
  }
  .table-default a.link-file {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }
  .table-default h5 {
    font-weight: 400;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .table-default th,
  .table-default td {
    font-weight: 400;
    font-size: 1.6rem;
    text-align: left;
    border: 1px solid #d5d5d5;
    padding: 20px;
    line-height: 1.6;
  }
  .table-default th {
    white-space: nowrap;
    background: #f2f2f2;
  }
  .table-default p {
    margin-bottom: 1em;
  }
  .table-default p:last-child {
    margin-bottom: 0;
  }
  .table-default ul,
  .table-default ol {
    list-style-type: none;
    margin-bottom: 1em;
  }
  .table-default ul:last-child,
  .table-default ol:last-child {
    margin-bottom: 0;
  }
  .table-default ul > li,
  .table-default ol > li {
    margin-bottom: 1em;
  }
  .table-default ul > li:last-child,
  .table-default ol > li:last-child {
    margin-bottom: 0;
  }
  .table-default ul > li li,
  .table-default ol > li li {
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .table-default {
    width: 100%;
    border: 1px solid #d5d5d5;
  }
  .table-default a.link-arrow {
    display: inline-block;
    border: none;
    text-decoration: none;
    position: relative;
    padding-left: 22px;
  }
  .table-default a.link-arrow::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 18px;
    height: 6px;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-size: contain;
  }
  .table-default th,
  .table-default td {
    font-weight: 400;
    font-size: 3.65059vw;
    text-align: left;
    border: 1px solid #d5d5d5;
    padding: 3%;
    line-height: 1.6;
  }
  .table-default h5 {
    font-weight: 400;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .table-default th {
    background: #f2f2f2;
  }
  .table-default p {
    margin-bottom: 1em;
  }
  .table-default p:last-child {
    margin-bottom: 0;
  }
  .table-default ul,
  .table-default ol {
    list-style-type: none;
    margin-bottom: 1em;
  }
  .table-default ul:last-child,
  .table-default ol:last-child {
    margin-bottom: 0;
  }
  .table-default ul > li,
  .table-default ol > li {
    margin-bottom: 1em;
  }
  .table-default ul > li:last-child,
  .table-default ol > li:last-child {
    margin-bottom: 0;
  }
  .table-default ul > li li,
  .table-default ol > li li {
    margin-bottom: 0.8em;
  }
  .table-default a {
    color: #333;
    text-decoration: underline;
  }
}
/* -----------------------------------------------------
 *  Layout 
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .col2-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
  }
  .col2-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 80px;
    width: calc(100% - 280px);
  }
  .col2-side {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .col2-wrapper {
    display: block;
  }
  .col2-main {
    display: block;
  }
  .col2-side {
    display: block;
  }
}
/* -----------------------------------------------------
 *  Side Nav 
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .side-nav-item {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .side-nav-item:last-child {
    border-bottom: 0;
  }
  .side-nav-item ul li {
    margin-bottom: 14px;
  }
  .side-nav-item ul li a {
    font-size: 1.4rem;
    color: #333333;
    text-decoration: none;
    letter-spacing: 0.025;
  }
  .side-nav-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav {
    margin-top: 7.14286%;
    border-top: 1px solid #d5d5d5;
    padding-top: 7.14286%;
  }
  .side-nav-item {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 7.14286%;
    margin-bottom: 7.14286%;
  }
  .side-nav-item:last-child {
    border-bottom: 0;
  }
  .side-nav-item ul li {
    margin-bottom: 5.14286%;
  }
  .side-nav-item ul li a {
    font-size: 3.65059vw;
    color: #333333;
    text-decoration: none;
    letter-spacing: 0.025;
  }
  .side-nav-title {
    font-size: 4.1721vw;
    margin-bottom: 5.71429%;
  }
}
/* -----------------------------------------------------
 *  Page Contents 
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .page-content {
    max-width: 1160px;
    padding: 40px 20px 120px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    width: 91.26467%;
    margin: 0 auto;
    padding-top: 6.5189%;
    padding-bottom: 13.03781%;
  }
  .page-content.full {
    width: 100%;
  }
}
/* php debug */
pre.debug {
  border: 1px solid #ccc;
  padding: 50px;
  font-size: 1.4rem;
  line-height: 1.5;
  max-width: 1440px;
  min-width: 950px;
  margin: 0 auto;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: left;
}

.hidden {
  display: none !important;
}

.inline-block {
  display: inline-block;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .overlay,
.search-form-open .overlay {
  display: block;
}

/* ==========================================================================
    Animation
   ========================================================================== */
.fade {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
  text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    text-decoration: none;
    cursor: default;
  }
  .page {
    min-width: 950px;
  }
  .container {
    max-width: 1140px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .container::after {
    content: "";
    clear: both;
    display: table;
  }
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  #page-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page {
    width: 100%;
    min-width: initial;
  }
  .container {
    width: 91.26467%;
    margin: 0 auto;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  #page-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 13.03781%;
  }
}