@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: L'ala Pado
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.none {
  display: none;
}

@media screen and (min-width: 600px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .pc_only {
    display: none !important;
  }
}
.tac {
  text-align: center;
}

html,
body {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #323232;
  line-height: 1.4;
  font-size: 15px;
  background: #fff;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 20px;
  font-weight: 600;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #FF345E;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

small {
  font-size: .7em;
}

table th, table td {
  vertical-align: top;
}

span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #cccccc;
}

input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input.text,
textarea {
  padding: 10px 20px;
  margin: 0 5px 0 0;
  border: 1px solid #E4DCCF;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #323232;
  max-width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

textarea {
  line-height: 1.4;
}

select {
  height: 30px;
  padding: 2px 6px;
  line-height: 1;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #323232;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}

/*
 layout
----------------------------*/
html {
  position: relative;
  height: 100%;
}

body {
  height: 100%;
  min-width: 1120px;
}
@media screen and (max-width: 600px) {
  body {
    min-width: 100%;
    padding-top: 60px;
  }
}

.container {
  position: relative;
  width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .container {
    width: 92%;
    padding-left: 0;
    padding-right: 0;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .container.full {
    width: auto;
  }
}

.contents {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .contents {
    margin-bottom: 40px;
  }
}

/*
 header
----------------------------*/
.header {
  text-align: center;
  position: relative;
  background: #fff;
  padding-bottom: 15px;
}
.header:before, .header:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header:before {
  z-index: 1;
  height: 105px;
  background: #FDE9E3;
}
.header:after {
  z-index: 2;
  height: 40px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxLjglIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz48c3RvcCBvZmZzZXQ9IjIuOCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI0Ny4yJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQ4LjIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz48c3RvcCBvZmZzZXQ9IjUxLjglIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz48c3RvcCBvZmZzZXQ9IjUyLjglIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iOTcuMiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI5OC4yJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 1.8%, rgba(0, 0, 0, 0) 2.8%, rgba(0, 0, 0, 0) 47.2%, rgba(0, 0, 0, 0.75) 48.2%, rgba(0, 0, 0, 0.75) 51.8%, rgba(0, 0, 0, 0) 52.8%, rgba(0, 0, 0, 0) 97.2%, rgba(0, 0, 0, 0.75) 98.2%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 1.8%, rgba(0, 0, 0, 0) 2.8%, rgba(0, 0, 0, 0) 47.2%, rgba(0, 0, 0, 0.75) 48.2%, rgba(0, 0, 0, 0.75) 51.8%, rgba(0, 0, 0, 0) 52.8%, rgba(0, 0, 0, 0) 97.2%, rgba(0, 0, 0, 0.75) 98.2%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 1.8%, rgba(0, 0, 0, 0) 2.8%, rgba(0, 0, 0, 0) 47.2%, rgba(0, 0, 0, 0.75) 48.2%, rgba(0, 0, 0, 0.75) 51.8%, rgba(0, 0, 0, 0) 52.8%, rgba(0, 0, 0, 0) 97.2%, rgba(0, 0, 0, 0.75) 98.2%, rgba(0, 0, 0, 0.75) 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.header .container {
  z-index: 10;
  position: relative;
  padding-top: 65px;
}
.header .logo a {
  display: inline-block;
  font-weight: 500;
  color: #323232;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .logo a:hover {
  opacity: .5;
  text-decoration: none;
}
.header .logo .txt {
  margin-top: 8px;
  display: block;
  font-size: 11px;
  letter-spacing: 4.1px;
  padding-left: 4.1px;
}
.header .logo .txt br {
  display: none;
}
.header .links {
  position: absolute;
  right: 20px;
  top: 55px;
}
.header .links li {
  padding: 0 5px;
  vertical-align: middle;
}
.header .links a {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .links a:hover {
  opacity: .5;
  text-decoration: none;
}
.header .gnav-menu {
  display: none;
}
@media screen and (max-width: 600px) {
  .header {
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .header:before, .header:after {
    display: none;
  }
  .header .container {
    padding: 0;
  }
  .header .gnav-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .gnav-menu a {
    height: 60px;
    width: 60px;
    text-align: center;
  }
  .header .gnav-menu a:hover {
    text-decoration: none;
  }
  .header .gnav-menu a .bd {
    width: 15px;
    margin-top: 18px;
    border-bottom: 2px solid #323232;
  }
  .header .gnav-menu a .bd:before, .header .gnav-menu a .bd:after {
    content: " ";
    display: block;
    height: 2px;
    background: #323232;
    margin-bottom: 3px;
  }
  .header .gnav-menu a .txt {
    color: #323232;
    display: block;
    font-size: 11px;
    letter-spacing: .5px;
  }
  .header .logo {
    text-align: center;
  }
  .header .logo a {
    position: relative;
  }
  .header .logo img {
    margin-top: 10px;
    width: 50px;
  }
  .header .logo .txt {
    text-align: left;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    top: 50%;
    margin: -1.5em 10px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 2;
    -moz-transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .header .logo .txt br {
    display: block;
  }
  .header .links {
    right: 0;
    top: 0;
  }
  .header .links li {
    margin: 0;
    padding: 0;
  }
  .header .links a {
    width: 40px;
    height: 60px;
    line-height: 40px;
  }
}

/*
 gnav
----------------------------*/
.gnav {
  text-align: center;
  background: #fff;
  padding-bottom: 25px;
}
.gnav .menu > li {
  display: inline-block;
}
.gnav .menu > li > a {
  color: #323232;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding: 13px 25px;
}
.gnav .menu > li > a:after {
  opacity: 0;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 3px;
  background: #FF345E;
}
.gnav .menu > li > a .icn-svg {
  height: 24px;
  display: block;
  margin: 0 auto 10px;
}
.gnav .menu > li > a .icn-svg.icn-active {
  display: none;
}
.gnav .menu > li.home > a {
  font-size: 13px;
  letter-spacing: 2px;
}
.gnav .menu > li.new > a {
  font-size: 13px;
  letter-spacing: .9px;
}
.gnav .menu > li a:hover, .gnav .menu > li:hover > a, .gnav .menu > li.current-menu-item > a, .gnav .menu > li.current-menu-parent > a, .gnav .menu > li.current_page_item > a {
  text-decoration: none;
}
.gnav .menu > li a:hover .icn-svg, .gnav .menu > li:hover > a .icn-svg, .gnav .menu > li.current-menu-item > a .icn-svg, .gnav .menu > li.current-menu-parent > a .icn-svg, .gnav .menu > li.current_page_item > a .icn-svg {
  display: none;
}
.gnav .menu > li a:hover .icn-svg.icn-active, .gnav .menu > li:hover > a .icn-svg.icn-active, .gnav .menu > li.current-menu-item > a .icn-svg.icn-active, .gnav .menu > li.current-menu-parent > a .icn-svg.icn-active, .gnav .menu > li.current_page_item > a .icn-svg.icn-active {
  display: block;
}
.gnav .menu > li a:hover:after, .gnav .menu > li:hover > a:after, .gnav .menu > li.current-menu-item > a:after, .gnav .menu > li.current-menu-parent > a:after, .gnav .menu > li.current_page_item > a:after {
  opacity: 1;
}
.gnav .gnav-header,
.gnav .gnav-footer {
  display: none;
}
@media screen and (max-width: 600px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .gnav.active {
    left: 0;
  }
  .gnav a {
    color: #fff;
  }
  .gnav .menu {
    margin-bottom: 15px;
  }
  .gnav .menu > li {
    display: block;
    text-align: left;
    border-top: 1px solid #fff;
  }
  .gnav .menu > li > a {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 1.08px;
    letter-spacing: 0.288vw;
    display: block;
    color: #fff;
    padding: 12px 20px;
  }
  .gnav .menu > li > a:after {
    display: none !important;
  }
  .gnav .menu > li > a .icn-svg {
    display: none !important;
  }
  .gnav .menu > li:hover ul {
    display: none;
  }
  .gnav .gnav-header,
  .gnav .gnav-footer {
    display: block;
  }
  .gnav .gnav-header .close {
    text-align: right;
  }
  .gnav .gnav-header .close a {
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    opacity: .6;
  }
  .gnav .gnav-header .close a:hover {
    text-decoration: none;
  }
  .gnav .gnav-header .title {
    font-size: 20px;
    font-size: 5.33333vw;
    letter-spacing: 3.6px;
    letter-spacing: 0.96vw;
    text-align: left;
    padding: 0 20px 10px;
  }
}

.section-gnav-posts {
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
  z-index: 100;
  display: none;
}
.section-gnav-posts > .inner {
  margin-top: 25px;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.9);
}
.section-gnav-posts .title {
  text-align: left;
  color: #fff;
  font-size: 15px;
  letter-spacing: 3.45px;
  margin-bottom: 15px;
  height: 25px;
}
.section-gnav-posts .title .icn-svg {
  vertical-align: middle;
  margin-right: 10px;
}
.section-gnav-posts .link-wrap {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 3.45px;
  text-align: right;
}
.section-gnav-posts .link-wrap a {
  color: #fff;
}
.section-gnav-posts .link-wrap a:hover {
  text-decoration: underline !important;
}

.gnav .menu > li:hover > .section-gnav-posts {
  display: block;
}
@media screen and (max-width: 600px) {
  .gnav .menu > li:hover > .section-gnav-posts {
    display: none;
  }
}

/*
 breadcrumbs
----------------------------*/
.breadcrumbs {
  border-top: 1px solid #eee;
  padding: 25px 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.17px;
}
.breadcrumbs .fa {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
  margin-left: 10px;
}
.breadcrumbs a {
  color: #323232;
}
.breadcrumbs a .fa {
  margin-left: 0;
}
.breadcrumbs span {
  display: inline;
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    padding: 10px 0 0;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: 0.575px;
    letter-spacing: 0.15333vw;
  }
  .breadcrumbs .fa {
    font-size: 14px;
    margin-top: -2px;
  }
}

/*
 footer
----------------------------*/
.footer {
  text-align: center;
  background: #323232;
  padding: 30px 0;
  color: #fff;
}
.footer .fnav {
  margin-bottom: 25px;
}
.footer .fnav .menu > li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .footer .fnav .menu > li {
    padding: 0;
  }
}
.footer .fnav li {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .footer .fnav li {
    margin-bottom: 5px;
  }
}
.footer .fnav a {
  font-size: 16px;
  letter-spacing: 1.12px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer .fnav a {
    font-size: 13px;
    font-size: 3.46667vw;
    letter-spacing: 0.91px;
    letter-spacing: 0.24267vw;
  }
}
.footer .fnav a[href="#"] {
  cursor: text;
}
.footer .fnav a[href="#"]:hover {
  text-decoration: none;
}
.footer .fnav .sub-menu {
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .footer .fnav .sub-menu {
    margin-top: 10px;
  }
}
.footer .fnav .sub-menu li {
  display: block;
}
.footer .fnav .sub-menu a {
  font-size: 13px;
  letter-spacing: 0.91px;
}
@media screen and (max-width: 600px) {
  .footer .fnav .sub-menu a {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.77px;
    letter-spacing: 0.20533vw;
  }
}
.footer .fnav .sub-menu a:before {
  content: "・";
}
.footer .fnav li.line2 .sub-menu {
  max-width: 20em;
}
@media screen and (max-width: 600px) {
  .footer .fnav li.line2 .sub-menu {
    max-width: 14em;
  }
}
.footer .fnav li.line2 .sub-menu li {
  display: inline-block;
  min-width: 6em;
  padding-right: 1em;
}
.footer .logo {
  margin-bottom: 30px;
}
.footer .sns {
  margin-bottom: 45px;
}
.footer .sns .followme {
  font-size: 15px;
  letter-spacing: 1.35px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.footer .sns .followme:before, .footer .sns .followme:after {
  content: " ";
  display: block;
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -5px;
}
.footer .sns .followme:after {
  right: -15px;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.footer .sns .followme:before {
  left: -15px;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.footer .sns li {
  margin: 0 10px;
}
.footer .links li {
  display: inline-block;
  padding: 0 15px;
}
.footer .links li a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.95px;
}
@media screen and (max-width: 600px) {
  .footer .links li a {
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: 0.7px;
    letter-spacing: 0.18667vw;
  }
}
.footer .links li a:before {
  content: "・";
}

.copy {
  text-align: center;
  background: #fff;
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 16px 0;
}
@media screen and (max-width: 600px) {
  .copy {
    font-size: 10px;
  }
}

/*
 btn
----------------------------*/
.btn, .link-next a {
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  border: 1px solid #ffffff;
  padding: 14px 47px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
  position: relative;
  outline: none;
}
@media screen and (max-width: 600px) {
  .btn, .link-next a {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.btn:hover, .link-next a:hover {
  text-decoration: none;
}
.btn.btn-default, .link-next a {
  font-weight: 500;
  border-color: #E4DCCF;
  color: #323232;
  background: #fff;
}
.btn.btn-default.btn-active, .link-next a.btn-active, .btn.btn-default:hover, .link-next a:hover {
  color: #323232;
  background-color: #E4DCCF;
  border-color: #E4DCCF;
}
.btn.btn-primary, .link-next a.btn-primary {
  font-weight: 500;
  border-color: #FF345E;
  color: #fff;
  background: #FF345E;
}
.btn.btn-primary:hover, .link-next a.btn-primary:hover {
  color: #fff;
  background-color: #cd002a;
  border-color: #cd002a;
}
.btn.btn-option, .link-next a.btn-option {
  font-weight: 500;
  color: #323232;
  background: #EFEBE3;
  border-color: #EFEBE3;
}
.btn.btn-option:hover, .link-next a.btn-option:hover {
  color: #fff;
  background: #FF345E;
  border-color: #FF345E;
}
.btn.btn-link, .link-next a.btn-link {
  background: none;
  border: none;
  padding: 0;
  color: #323232;
  font-size: 13px;
  letter-spacing: 3.25px;
}
.btn.btn-link:hover, .link-next a.btn-link:hover {
  text-decoration: underline;
}
.btn.btn-link .fa, .link-next a.btn-link .fa {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn.btn-slip, .link-next a.btn-slip {
  font-weight: 500;
  border: none;
  color: #323232;
  font-size: 13px;
  letter-spacing: 4.5px;
  padding: 7px 9px 7px 13.6px;
  position: relative;
  margin-right: 5px;
}
.btn.btn-slip:before, .link-next a.btn-slip:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #323232;
  top: 0;
  left: 0;
}
.btn.btn-slip:after, .link-next a.btn-slip:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #fff;
  top: 3px;
  left: 3px;
  z-index: -1;
}
.btn.btn-inner, .link-next a.btn-inner {
  border: none;
  background: none;
  padding: 0;
}
.btn.btn-xs, .link-next a.btn-xs {
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 0 10px;
  min-width: 100px;
  height: 25px;
  line-height: 25px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-lg, .link-next a {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 3.75px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 20px;
  width: 370px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .btn.btn-lg, .link-next a {
    width: 250px;
    font-size: 13px;
    letter-spacing: 1.3px;
    padding: 17px 20px;
  }
}
.btn.btn-lg .fa, .link-next a .fa {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.btn.btn-lg img, .link-next a img {
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn.btn-lg .plus, .link-next a .plus {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.btn.btn-lg .plus:after, .link-next a .plus:after {
  content: "＋";
}
.btn .close, .link-next a .close {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

.btn-wrap {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .btn-wrap {
    margin-bottom: 30px;
  }
}

.link-next {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .link-next {
    margin-bottom: 30px;
  }
}

/*
 .btn-sns
----------------------------*/
.btn-sns {
  display: inline-block;
  width: 33px;
  height: 33px;
  color: #fff;
  background: #323232;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn-sns:hover {
  opacity: .5;
}
.btn-sns.btn-sns-pinterest {
  font-size: 26px;
  line-height: 36px;
}
.btn-sns.btn-sns-line img {
  width: 28px;
  margin-top: -3px;
  vertical-align: middle;
}
.btn-sns.btn-sns-white {
  color: #323232;
  background: #fff;
}
.btn-sns.btn-sns-img {
  border: 1px solid #323232;
}
.btn-sns.btn-sns-sm {
  width: 22px;
  height: 22px;
  font-size: 16px;
  line-height: 21px;
}
.btn-sns.btn-sns-lg {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 37px;
}

/*

----------------------------*/
.icn-svg {
  height: 100%;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.icn-svg:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.icn-svg.icn-home {
  width: 22px;
  background-image: url('img/icn-home.svg?1523785110');
}
.icn-svg.icn-home.icn-active {
  background-image: url('img/icn-home-active.svg?1523785064');
}
.icn-svg.icn-new {
  width: 46px;
  background-image: url('img/icn-new.svg?1523713385');
}
.icn-svg.icn-new.icn-active {
  background-image: url('img/icn-new-active.svg?1523785161');
}
.icn-svg.icn-new:after {
  padding-top: 31.81818%;
}
.icn-svg.icn-beauty {
  width: 19px;
  background-image: url('img/icn-beauty.svg?1523713385');
}
.icn-svg.icn-beauty.icn-active {
  background-image: url('img/icn-beauty-active.svg?1523785161');
}
.icn-svg.icn-beauty.icn-lg {
  width: 32px;
}
.icn-svg.icn-beauty:after {
  padding-top: 93.33333%;
}
.icn-svg.icn-cafe {
  width: 19px;
  background-image: url('img/icn-cafe.svg?1523713385');
}
.icn-svg.icn-cafe.icn-lg {
  width: 25px;
}
.icn-svg.icn-cafe.icn-xl {
  width: 30px;
}
.icn-svg.icn-cafe.icn-active {
  background-image: url('img/icn-cafe-active.svg?1523785161');
}
.icn-svg.icn-cafe:after {
  padding-top: 110.52632%;
}
.icn-svg.icn-eat {
  width: 17px;
  background-image: url('img/icn-eat.svg?1523713386');
}
.icn-svg.icn-eat.icn-lg {
  width: 19px;
}
.icn-svg.icn-eat.icn-active {
  background-image: url('img/icn-eat-active.svg?1523785161');
}
.icn-svg.icn-eat:after {
  padding-top: 141.17647%;
}


.icn-svg.icn-ponjo {
  width: 24px;
  background-image: url('img/icn-ponjo.svg?1523713386');
}
.icn-svg.icn-ponjo.icn-lg {
  width: 26px;
}
.icn-svg.icn-ponjo.icn-active {
  background-image: url('img/icn-ponjo-active.svg?1523785161');
}
.icn-svg.icn-ponjo:after {
  padding-top: 141.17647%;
}

.icn-svg.icn-singlelife {
  width: 24px;
  background-image: url('img/icn-singlelife.svg?1523713386');
}
.icn-svg.icn-singlelife.icn-lg {
  width: 26px;
}
.icn-svg.icn-singlelife.icn-active {
  background-image: url('img/icn-singlelife-active.svg?1523785161');
}
.icn-svg.icn-singlelife:after {
  padding-top: 141.17647%;
}

.icn-svg.icn-breakfast {
  width: 24px;
  background-image: url('img/icn-breakfast.svg?1523713386');
}
.icn-svg.icn-breakfast.icn-lg {
  width: 26px;
}
.icn-svg.icn-breakfast.icn-active {
  background-image: url('img/icn-breakfast-active.svg?1523785161');
}
.icn-svg.icn-breakfast:after {
  padding-top: 141.17647%;
}




.icn-svg.icn-style {
  width: 16px;
  background-image: url('img/icn-style.svg?1523713386');
}
.icn-svg.icn-style.icn-lg {
  width: 19px;
}
.icn-svg.icn-style.icn-active {
  background-image: url('img/icn-style-active.svg?1523785161');
}
.icn-svg.icn-style:after {
  padding-top: 161.53846%;
}
.icn-svg.icn-life {
  width: 17px;
  background-image: url('img/icn-life.svg?1523713386');
}
.icn-svg.icn-life.icn-lg {
  width: 21px;
}
.icn-svg.icn-life.icn-active {
  background-image: url('img/icn-life-active.svg?1523785161');
}
.icn-svg.icn-life:after {
  padding-top: 94.11765%;
}
.icn-svg.icn-travel {
  width: 18px;
  background-image: url('img/icn-travel.svg?1523713387');
}
.icn-svg.icn-travel.icn-lg {
  width: 24px;
}
.icn-svg.icn-travel.icn-active {
  background-image: url('img/icn-travel-active.svg?1523785161');
}
.icn-svg.icn-travel:after {
  padding-top: 137.5%;
}
.icn-svg.icn-special {
  width: 22px;
  background-image: url('img/icn-special.svg?1523713387');
}
.icn-svg.icn-special.icn-lg {
  width: 25px;
}
.icn-svg.icn-special.icn-active {
  background-image: url('img/icn-special-active.svg?1523785161');
}
.icn-svg.icn-special:after {
  padding-top: 75%;
}
.icn-svg.icn-news {
  width: 29px;
}
.icn-svg.icn-news.icn-lg {
  width: 29px;
}
.icn-svg.icn-news.icn-active {
  background-image: url('img/icn-news-active.svg?1523932739');
}
.icn-svg.icn-news:after {
  padding-top: 79.31034%;
}
.icn-svg.icn-hotel {
  width: 22px;
  background-image: url('img/icn-hotel.svg?1523969635');
}
.icn-svg.icn-hotel.icn-xl {
  width: 30px;
}
.icn-svg.icn-hotel:after {
  padding-top: 120%;
}

.icn-svg.icn-2018 {
  width: 46px;
  background-image: url('img/icn-all.svg?1523713387');
}
.icn-svg.icn-2018.icn-lg {
  width: 46px;
}
.icn-svg.icn-2018.icn-active {
  background-image: url('img/icn-all-active.svg?1523785161');
}


/*
 list
----------------------------*/
.list-inline li {
  vertical-align: bottom;
  display: inline-block;
}

/*
 bxslider
----------------------------*/
.bx-wrapper {
  margin: 0;
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
}
.bx-wrapper .bx-viewport {
  height: 100%;
}
.bx-wrapper .bx-controls-direction a {
  background: #323232;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  line-height: 15px;
  font-size: 16px;
  padding: 0;
  color: #fff;
  text-indent: 0;
  text-align: center;
  vertical-align: 0;
  z-index: 90;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bx-wrapper .bx-controls-direction a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -30px;
}
.bx-wrapper .bx-controls-direction a.bx-prev .fa {
  padding-right: 2px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: -30px;
}
.bx-wrapper .bx-controls-direction a.bx-next .fa {
  padding-left: 2px;
}
.bx-wrapper .bx-has-pager .bx-controls-direction a {
  margin-top: -25px;
}
.bx-wrapper .bx-pager {
  position: static;
  padding-top: 0;
  line-height: 1;
  padding: 10px 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FDE9E3;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}

/*
 bxslider 前後に1枚ずつ見切れて表示
----------------------------*/
.bx-carousel {
  width: auto;
  margin: 0 -10px;
  position: relative;
  overflow: hidden;
}
.bx-carousel .bx-carousel-inner {
  width: 250%;
  position: relative;
  left: 50%;
  margin-left: -125%;
}
.bx-carousel .bx-carousel-body {
  width: 100%;
}
.bx-carousel .bx-carousel-item {
  width: auto;
}

@media screen and (max-width: 600px) {
  .bx-carousel-sp {
    width: auto;
    margin: 0 -10px;
    position: relative;
    overflow: hidden;
  }
  .bx-carousel-sp .bx-carousel-sp-inner {
    width: 250%;
    position: relative;
    left: 50%;
    margin-left: -125%;
  }
  .bx-carousel-sp .bx-carousel-sp-body {
    width: 100%;
  }
  .bx-carousel-sp .bx-carousel-sp-item {
    width: auto;
  }
}
/*
 ページネーション
----------------------------*/
ul.page-numbers {
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  margin-bottom: 110px;
}
@media screen and (max-width: 600px) {
  ul.page-numbers {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
ul.page-numbers a {
  color: #000;
}
ul.page-numbers .dots,
ul.page-numbers a.page-numbers,
ul.page-numbers span.current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #E4DCCF;
  height: 46px;
  line-height: 42px;
  min-width: 46px;
  padding: 0 10px;
  margin: 0 2px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  ul.page-numbers .dots,
  ul.page-numbers a.page-numbers,
  ul.page-numbers span.current {
    min-width: 30px;
    height: 30px;
    line-height: 26px;
  }
}
ul.page-numbers .dots.prev, ul.page-numbers .dots.next,
ul.page-numbers a.page-numbers.prev,
ul.page-numbers a.page-numbers.next,
ul.page-numbers span.current.prev,
ul.page-numbers span.current.next {
  background-color: #E4DCCF;
}
ul.page-numbers .dots.prev:hover, ul.page-numbers .dots.next:hover,
ul.page-numbers a.page-numbers.prev:hover,
ul.page-numbers a.page-numbers.next:hover,
ul.page-numbers span.current.prev:hover,
ul.page-numbers span.current.next:hover {
  color: #323232;
  background-color: #E4DCCF;
  border-color: #E4DCCF;
  opacity: .5;
}
ul.page-numbers span.current,
ul.page-numbers a.page-numbers:hover {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  text-align: center;
}
.modal > .inner {
  position: relative;
  height: 100%;
}
.modal a {
  color: #fff;
}
.modal .modal-header {
  height: 15%;
  position: relative;
}
.modal .modal-header .close {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.modal .modal-header .close a {
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  opacity: .6;
}
.modal .modal-header .close a:hover {
  text-decoration: none;
}
.modal .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15%;
  padding-top: 20px;
}
.modal .modal-body {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  height: 70%;
}

/*
 TOP summaries common
----------------------------*/
.title-summaries {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 5.46px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 50px;
}
.title-summaries > .inner:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 3px;
  background: #FF345E;
}
@media screen and (max-width: 600px) {
  .title-summaries {
    overflow: hidden;
    font-size: 20px;
    font-size: 5.33333vw;
    letter-spacing: 4.2px;
    letter-spacing: 1.12vw;
    margin-bottom: 30px;
  }
  .title-summaries > .inner:after {
    height: 2px;
  }
}

/*
 TOP Special
 .summaries-special
----------------------------*/
.title-special {
  margin-bottom: 110px;
}
.title-special:before, .title-special:after {
  content: " ";
  display: block;
  height: 18px;
  width: 365px;
  background: url('img/bg-flags.png?1523833135') 0 0 repeat-x;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  margin-top: -8.75px;
}
.title-special:before {
  left: 50px;
}
.title-special:after {
  right: 50px;
}
@media screen and (max-width: 600px) {
  .title-special {
    margin-bottom: 50px;
  }
  .title-special:before, .title-special:after {
    width: 120px;
  }
  .title-special:before {
    left: -20px;
  }
  .title-special:after {
    right: -20px;
  }
}


.section-special {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .section-special {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.section-special .bg {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.section-special .bg:after {
  content: " ";
  display: block;
  border: 35px solid #FDE9E3;
  max-width: 695px;
  height: 355px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .section-special .bg {
    top: 42px;
    bottom: 50px;
    left: 40px;
    right: 40px;
  }
  .section-special .bg:after {
    border-width: 25px;
    height: 100%;
  }
}
.section-special .bx-viewport {
  margin-bottom: 10px;
}

/*
 TOP 新着記事
 .summaries-new
----------------------------*/
.title-new:before, .title-new:after {
  content: " ";
  display: block;
  height: 37px;
  width: 388px;
  background: url('img/bg-flowers.png?1523833610') 0 0 repeat-x;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  margin-top: -18.5px;
}
.title-new:before {
  left: 0;
}
.title-new:after {
  right: 0;
}
@media screen and (max-width: 600px) {
  .title-new:before, .title-new:after {
    width: 110px;
    height: 28px;
    margin-top: -14px;
  }
  .title-new:before {
    left: -10px;
  }
  .title-new:after {
    right: -10px;
  }
  .title-new img {
    width: 45px;
  }
}

.section-new {
  max-width: 1080px;
  margin: 0 auto;
}

/*
 TOP MV
----------------------------*/
.section-mv {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 80px;
  *zoom: 1;
}
.section-mv:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .section-mv {
    margin-bottom: 30px;
  }
}
.section-mv .mv {
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: 15px;
}
@media screen and (max-width: 600px) {
  .section-mv .mv {
    position: static;
    margin-bottom: 20px;
  }
}
.section-mv .mv .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .section-mv .mv .img {
    margin-bottom: 10px;
  }
}
.section-mv .mv .issue {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.55px;
  background: url('img/bg-label.svg?1523893689') 0 0 no-repeat;
  height: 30px;
  width: 93px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.section-mv .mv .no {
  padding-left: 10px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.17px;
  display: inline-block;
  vertical-align: middle;
}
.section-mv .entries {
  width: 560px;
  float: right;
  margin-right: -30px;
}
@media screen and (max-width: 600px) {
  .section-mv .entries {
    float: none;
    width: auto;
    margin: 0;
  }
}
.section-mv .bx-wrapper {
  overflow: hidden;
  padding: 15px 30px 15px 15px;
}
.section-mv .bx-viewport {
  overflow: visible !important;
}
.section-mv .bx-wrapper .bx-pager {
  position: absolute;
  width: auto;
  right: 0;
  top: 45%;
  height: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
}
.section-mv .bx-wrapper .bx-pager-item {
  display: block;
}
.section-mv .bx-wrapper .bx-pager-item a {
  margin: 10px 0;
}
.section-mv .summaries-special .summary {
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.section-mv .summaries-special .summary[aria-hidden="true"] + .summary[aria-hidden="false"] {
  -moz-box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
}
.section-mv .summaries-special .summary .entry {
  background: rgba(0, 0, 0, 0.5);
}
.section-mv .summaries-special .summary .title {
  font-size: 16px;
  letter-spacing: 1.12px;
}

.section-search {
  padding: 50px 0;
  background: url('img/bg-search.jpg?1523717695') top center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.section-search .searchform {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-search .searchform {
    margin-bottom: 30px;
  }
}
.section-search .searchform .screen-reader-text {
  float: left;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.35px;
  line-height: 50px;
}
@media screen and (max-width: 600px) {
  .section-search .searchform .screen-reader-text {
    float: none;
    display: block;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.section-search .searchform .input-wrap {
  float: right;
}
@media screen and (max-width: 600px) {
  .section-search .searchform .input-wrap {
    float: none;
  }
}
.section-search .searchform .input-wrap input[type="text"] {
  border: none;
}
.section-search .searchform .input-wrap input[type="text"]:-moz-placeholder {
  color: #CECEC5;
}
.section-search .searchform .input-wrap input[type="text"]::-moz-placeholder {
  color: #CECEC5;
}
.section-search .searchform .input-wrap input[type="text"]:-ms-input-placeholder {
  color: #CECEC5;
}
.section-search .searchform .input-wrap input[type="text"]::-webkit-input-placeholder {
  color: #CECEC5;
}
.section-search .nav-search-ways {
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 600px) {
  .section-search .nav-search-ways {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
}
.section-search .nav-search-ways li {
  margin: 0 20px;
}
@media screen and (max-width: 600px) {
  .section-search .nav-search-ways li {
    width: 28.33%;
    margin: 0 2.5%;
  }
}
.section-search .nav-search-ways a {
  display: block;
  background: url('img/bg-nav-search-ways.png?1523891469') top center no-repeat;
  width: 237.5px;
  height: 237px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.69231;
  letter-spacing: 0.91px;
  position: relative;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 600px) {
  .section-search .nav-search-ways a {
    width: 100%;
    height: auto;
  }
  .section-search .nav-search-ways a:before {
    content: " ";
    display: block;
    padding-top: 100%;
  }
  .section-search .nav-search-ways a > .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section-search .nav-search-ways a:hover {
  text-decoration: none;
  opacity: .5;
}
.section-search .nav-search-ways a:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 600px) {
  .section-search .nav-search-ways a:after {
    bottom: -5px;
    right: -5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
.section-search .nav-search-ways a img {
  padding-top: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-search .nav-search-ways a img {
    width: 24px;
    padding-top: 20px;
    height: 56%;
    margin-bottom: 0;
  }
}
.section-search .nav-search-ways a .txt {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-search .nav-search-ways a .txt {
    font-size: 10.5px;
    font-size: 2.8vw;
    letter-spacing: 0.735px;
    letter-spacing: 0.196vw;
  }
}
.section-search .nav-search-ways a .fa {
  font-size: 24px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .section-search .nav-search-ways a .fa {
    font-size: 14px;
    bottom: 10%;
  }
}

.nav-cats {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.nav-cats .menu-gnav-container {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.nav-cats li {
  display: inline-block;
}
.nav-cats a {
  font-weight: 600;
  color: #323232;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 8px 10px;
}
.nav-cats .icn-svg {
  display: none;
}
.nav-cats .sp_only {
  display: none;
}

/*
 summaries
----------------------------*/
.summary {
  position: relative;
}
.summary > .inner {
  position: relative;
  *zoom: 1;
}
.summary > .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.summary .bg-img {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .summary .bg-img {
    height: 100%;
  }
}
.summary .info {
  *zoom: 1;
  margin-bottom: 10px;
}
.summary .info:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .summary .info {
    margin-bottom: 5px;
  }
}
.summary .cats {
  float: left;
}
@media screen and (max-width: 600px) {
  .summary .cats {
    float: none;
    margin-bottom: 5px;
  }
}
.summary .date {
  float: right;
  font-size: 11px;
  letter-spacing: 0.77px;
}
@media screen and (max-width: 600px) {
  .summary .date {
    float: none;
  }
}
.summary .title {
  font-weight: 200;
  font-size: 13px;
  line-height: 1.84615;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
    width:100% !important;
}
@media screen and (max-width: 600px) {
  .summary .title {
    font-weight: 400;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: 0.5px;
    letter-spacing: 0.13333vw;
    line-height: 1.6;
    margin-bottom: 5px;
    height: 4.8em;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
      width:100% !important;
  }
}
.summary .author .avatar-wrap,
.summary .author .name {
  display: inline-block;
  vertical-align: middle;
}
.summary .author .name {
  margin-left: 5px;
  font-size: 12px;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 600px) {
  .summary .author .name {
    font-size: 10.5px;
    font-size: 2.8vw;
    letter-spacing: 0.5px;
    letter-spacing: 0.13333vw;
  }
}
.summary .block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  z-index: 10;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.summary .block-link:hover {
  opacity: .25;
}

/*
 一覧 記事
----------------------------*/
.summaries-post {
  *zoom: 1;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.summaries-post:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.summaries-post > * {
  width: 50%;
  float: left;
  clear: none;
  margin-right: 0;
}
.summaries-post > *:nth-child(2n-1) {
  float: left;
  clear: none;
  margin-right: 0;
}
.summaries-post > *:nth-child(2n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.summaries-post > *:nth-child(2n-1) {
  margin-right: 0;
  clear: none;
}
.summaries-post > *:nth-child(2n-1) {
  clear: both;
}
@media screen and (max-width: 600px) {
  .summaries-post {
    *zoom: 1;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .summaries-post:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .summaries-post > * {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .summaries-post > *:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .summaries-post > *:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
}
.summaries-post .summary {
  margin-bottom: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .summaries-post .summary {
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .summaries-post .summary:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.summaries-post .summary {
  position: relative;
}
.summaries-post .summary .img {
  width: 50%;
  float: left;
}
@media screen and (max-width: 600px) {
  .summaries-post .summary .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.summaries-post .summary .entry {
  width: 50%;
  float: right;
}
@media screen and (max-width: 600px) {
  .summaries-post .summary .entry {
    padding-right: 10px;
  }
}
.summaries-post .summary .bg-img {
  margin-right: 20px;
  margin-bottom: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.summaries-post .summary .bg-img:after {
  padding-top: 54.94071%;
}
@media screen and (max-width: 600px) {
  .summaries-post .summary .bg-img {
    margin-right: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.summaries-post .summary .title {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  max-height: 5.53846em;
}

/*
 TOP 新着記事
 .summaries-new
----------------------------*/
.summaries-new {
  *zoom: 1;
  margin-left: -15px;
  margin-right: -15px;
}
.summaries-new:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.summaries-new > * {
  width: 33.33333%;
  float: left;
  clear: none;
  margin-right: 0;
}
.summaries-new > *:nth-child(3n-1) {
  float: left;
  clear: none;
  margin-right: 0;
}
.summaries-new > *:nth-child(3n-2) {
  float: left;
  clear: none;
  margin-right: 0;
}
.summaries-new > *:nth-child(3n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.summaries-new > *:nth-child(3n-1) {
  margin-right: 0;
  clear: none;
}
.summaries-new > *:nth-child(3n-2) {
  clear: both;
}
@media screen and (max-width: 600px) {
  .summaries-new {
    *zoom: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .summaries-new:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .summaries-new > * {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .summaries-new > *:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
  .summaries-new > *:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
  }
}
.summaries-new .summary {
  padding: 0 15px 50px;
}
@media screen and (max-width: 600px) {
  .summaries-new .summary {
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .summaries-new .summary:last-child {
    border-bottom: none;
  }
}

.summaries-new .summary .bg-img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.summaries-new .summary .bg-img:after {
  padding-top: 54.97076%;
}
@media screen and (max-width: 600px) {
  .summaries-new .summary .bg-img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 10px;
  }
}
.summaries-new .summary .title {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  max-height: 5.53846em;
}
@media screen and (max-width: 600px) {
  .summaries-new .summary .img {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .summaries-new .summary .entry {
    width: 50%;
    float: right;
    padding-right: 10px;
  }
}

/*
 TOP Special
 .summaries-special
----------------------------*/
.summaries-special .summary {
  position: relative;
}
@media screen and (max-width: 600px) {
  .summaries-special .summary {
    margin-left: 0;
    margin-right: 0;
  }
}
.summaries-special .summary .bg-img {
  margin-bottom: 0;
}
.summaries-special .summary .bg-img:after {
  padding-top: 67.01031%;
}
.summaries-special .summary .entry {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #fff;
  padding: 15px 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.summaries-special .summary .info {
  margin-bottom: 5px;
}
.summaries-special .summary .title {
  font-weight: 400;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-bottom: 0;
  height: 3.69231em;
}

/*
 gnav
----------------------------*/
.summaries-gnav {
  *zoom: 1;
  margin-left: -5px;
  margin-right: -5px;
  text-align: left;
}
.summaries-gnav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.summaries-gnav > * {
  width: 25%;
  float: left;
  clear: none;
  margin-right: 0;
}
.summaries-gnav > *:nth-child(4n-1) {
  float: left;
  clear: none;
  margin-right: 0;
}
.summaries-gnav > *:nth-child(4n-2) {
  float: left;
  clear: none;
  margin-right: 0;
}
.summaries-gnav > *:nth-child(4n-3) {
  float: left;
  clear: none;
  margin-right: 0;
}
.summaries-gnav > *:nth-child(4n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.summaries-gnav > *:nth-child(4n-1) {
  margin-right: 0;
  clear: none;
}
.summaries-gnav > *:nth-child(4n-3) {
  clear: both;
}
.summaries-gnav .bg-img:after {
  padding-top: 66.92308%;
}
.summaries-gnav .summary {
  padding: 0 5px 10px;
  color: #fff;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.summaries-gnav .summary:hover {
  opacity: .5;
}
.summaries-gnav .title {
  font-weight: 400;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-bottom: 0;
  line-height: 1.84615;
  height: 5.53846em;
}
.summaries-gnav .block-link {
  background: #323232;
}
.summaries-gnav .block-link:hover {
  opacity: 0;
}

/*
 一覧 記事
----------------------------*/
.section-relation-tags {
  margin-bottom: 55px;
}
@media screen and (max-width: 600px) {
  .section-relation-tags {
    margin-bottom: 20px;
  }
}
.section-relation-tags .txt {
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-relation-tags .txt {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 2.4px;
    letter-spacing: 0.64vw;
    margin-bottom: 15px;
  }
}

.nav-tags {
  font-size: 0;
}
@media screen and (max-width: 600px) {
  .nav-tags {
    margin-left: -3px;
    margin-right: -3px;
    *zoom: 1;
  }
  .nav-tags:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
}
.nav-tags li {
  margin: 0 5px 10px;
}
@media screen and (max-width: 600px) {
  .nav-tags li {
    width: 25%;
    padding: 0 3px 6px;
    margin: 0;
    float: left;
    display: table;
  }
}
.nav-tags a {
  color: #323232;
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  background: #FFFFFF;
  border: 1px solid #E4DCCF;
  border-color: #E4DCCF;
  padding: 10px 10px 10px 13px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  min-width: 170px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tags a:hover, .nav-tags a.active {
  color: #fff;
  background: #FF345E;
  border-color: #FF345E;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .nav-tags a {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0;
    min-width: 0;
    width: 100%;
    padding: 0 5px;
    height: 2.5em;
    line-height: 1.1;
    display: table-cell;
    vertical-align: middle;
  }
}

/*
 記事
----------------------------*/
.article-post .bg-img {
  margin-bottom: 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.article-post .bg-img:after {
  padding-top: 52.77778%;
}
@media screen and (max-width: 600px) {
  .article-post .bg-img {
    margin-bottom: 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .article-post .bg-img:after {
    padding-top: 66.11842%;
  }
}
.article-post .entry {
  max-width: 795px;
  margin: 0 auto;
}
.article-post .cats {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .article-post .cats {
    float: left;
    margin-bottom: 10px;
  }
}
.article-post .date {
  font-size: 11px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .article-post .date {
    float: right;
    margin-bottom: 10px;
  }
}
.article-post .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
    font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;;
}
.wp-content p{
    line-height: 30px;
    font-size: 16px;
}
@media screen and (max-width: 600px) {
.wp-content p{
    line-height: 24px;
    font-size: 15px;
}
  .article-post .title {
    clear: both;
    font-size: 20px !important;
    font-size: 4.26667vw;
    letter-spacing: 0.725px;
    letter-spacing: 0.19333vw;
    line-height: 1.41379;
    margin-bottom: 20px;
  }
}
.article-post .article-body {
  margin-bottom: 40px;
  position: relative;
}
.article-post .article-body.has-more {
  padding-bottom: 50px;
}
.article-post .article-body .more-link {
  display: none;
}
.article-post .article-body .btn-more-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  min-height: 40px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
.article-post .article-body .btn-more-wrap .btn-wrap {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.article-post .action-btns {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .article-post .action-btns {
    text-align: center;
    margin-bottom: 20px;
  }
}
.article-post .action-btns li {
  margin-right: 10px;
}
.article-post .action-btns .btn img, .article-post .action-btns .link-next a img, .link-next .article-post .action-btns a img {
  vertical-align: middle;
  margin-top: -3px;
}
.article-post .action-btns .btn .cnt, .article-post .action-btns .link-next a .cnt, .link-next .article-post .action-btns a .cnt {
  margin-left: 5px;
}
.article-post .sns-btns {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .article-post .sns-btns {
    margin-bottom: 40px;
  }
}
.article-post .sns-btns li {
  margin: 0 10px;
}
.article-post .article-footer {
  text-align: center;
}
.article-post .store {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .article-post .store {
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.article-post .store .title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 5px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .article-post .store .title {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 1.2px;
    letter-spacing: 0.32vw;
    margin-bottom: 10px;
  }
}
.article-post .store .title img {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .article-post .store .title img {
    width: 18px;
    margin-right: 5px;
    margin-left: 0;
  }
}
.article-post .store .title:after, .article-post .store .title:before {
  content: " ";
  display: inline-block;
  height: 50px;
  width: 1px;
  background: #000;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .article-post .store .title:after, .article-post .store .title:before {
    height: 30px;
  }
}
.article-post .store .title:before {
  margin-right: 25px;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media screen and (max-width: 600px) {
  .article-post .store .title:before {
    margin-right: 15px;
  }
}
.article-post .store .title:after {
  margin-left: 25px;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media screen and (max-width: 600px) {
  .article-post .store .title:after {
    margin-left: 15px;
  }
}
.article-post .store .detail {
  text-align: left;
  margin-bottom: 60px;
  *zoom: 1;
}
.article-post .store .detail:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .article-post .store .detail {
    margin-bottom: 20px;
  }
}
.article-post .store .img {
  float: left;
  width: 58%;
}
@media screen and (max-width: 600px) {
  .article-post .store .img {
    width: 45%;
  }
}
.article-post .store .img img {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
@media screen and (max-width: 600px) {
  .article-post .store .img img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-right: 10px;
  }
}
.article-post .store .txt {
  float: right;
  width: 38%;
  font-size: 12px;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 600px) {
  .article-post .store .txt {
    width: 55%;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: 0.5px;
    letter-spacing: 0.13333vw;
  }
}
.article-post .store .txt li {
  margin-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .article-post .store .txt li {
    margin-bottom: 2px;
  }
}
.article-post .store .store-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.56px;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .article-post .store .store-title {
    font-weight: 600;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 1.08px;
    letter-spacing: 0.288vw;
    line-height: 1.58333;
    margin-bottom: 5px;
  }
}
.article-post .author {
  max-width: 700px;
  border: 16px solid #F9F7F4;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  .article-post .author {
    border-width: 4px;
  }
}
.article-post .author .avatar-wrap,
.article-post .author .detail {
  display: table-cell;
  vertical-align: middle;
}
.article-post .author .avatar-wrap {
  padding: 15px 20px;
}
@media screen and (max-width: 600px) {
  .article-post .author .avatar-wrap {
    padding: 10px 15px;
  }
  .article-post .author .avatar-wrap img {
    width: 45px;
    height: 45px;
  }
}
.article-post .author .title {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.36px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .article-post .author .title {
    margin-bottom: 2px;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.55px;
    letter-spacing: 0.14667vw;
  }
}
.article-post .author .name {
  font-size: 14px;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 600px) {
  .article-post .author .name {
    font-weight: 600;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.6px;
    letter-spacing: 0.16vw;
  }
}

/*
 authors
----------------------------*/
.page-author {
  background: #FBF9F7;
}
.page-author .breadcrumbs {
  border: none;
}
@media screen and (max-width: 600px) {
  .page-author .breadcrumbs {
    border-top: 1px solid #eee;
    background-color: #fff;
  }
}

.section-authors {
  *zoom: 1;
}
.section-authors:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.section-authors > * {
  width: 50%;
  float: left;
  clear: none;
  margin-right: 0;
}
.section-authors > *:nth-child(2n-1) {
  float: left;
  clear: none;
  margin-right: 0;
}
.section-authors > *:nth-child(2n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.section-authors > *:nth-child(2n-1) {
  margin-right: 0;
  clear: none;
}
.section-authors > *:nth-child(2n-1) {
  clear: both;
}
@media screen and (max-width: 600px) {
  .section-authors {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.section-authors .author {
  margin-bottom: 50px;
  padding-right: 70px;
}
@media screen and (max-width: 600px) {
  .section-authors .author {
    margin-bottom: 30px;
    padding-right: 0;
    padding-top: 45px;
  }
}
.section-authors .author > .inner {
  *zoom: 1;
  background: #fff;
  position: relative;
  min-height: 290px;
  margin-left: 50px;
  padding: 40px;
}
.section-authors .author > .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .section-authors .author > .inner {
    margin: 0 5px;
    padding: 5px 15px 15px;
    min-height: 0;
  }
}
.section-authors .author .avatar-wrap {
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -100px;
}
@media screen and (max-width: 600px) {
  .section-authors .author .avatar-wrap {
    position: static;
    margin-top: -50px;
    margin-bottom: 10px;
    text-align: center;
  }
  .section-authors .author .avatar-wrap img {
    width: 115px;
    height: 115px;
  }
}
.section-authors .author .entry {
  width: 240px;
  padding-bottom: 60px;
  float: right;
}
@media screen and (max-width: 600px) {
  .section-authors .author .entry {
    width: auto;
    float: none;
    padding-bottom: 45px;
  }
}
.section-authors .author .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .section-authors .author .title {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 1.25px;
    letter-spacing: 0.33333vw;
  }
}
.section-authors .author .body {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.84615;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 600px) {
  .section-authors .author .body {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.5px;
    letter-spacing: 0.13333vw;
    line-height: 1.63636;
  }
}
.section-authors .author .btn, .section-authors .author .link-next a, .link-next .section-authors .author a {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 240px;
  height: 45px;
  padding: 0;
  line-height: 40px;
}
@media screen and (max-width: 600px) {
  .section-authors .author .btn, .section-authors .author .link-next a, .link-next .section-authors .author a {
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: 1px;
    letter-spacing: 0.26667vw;
    width: auto;
    left: 15px;
    right: 15px;
    bottom: 15px;
    height: 35px;
    line-height: 32px;
  }
  .section-authors .author .btn .fa, .section-authors .author .link-next a .fa, .link-next .section-authors .author a .fa {
    font-size: 15px;
    right: 10px;
  }
}

/*
 .summary-news
----------------------------*/
.section-news {
  max-width: 720px;
  margin: 0 auto;
}
.section-news .title-summaries {
  padding-top: 50px;
}
.section-news .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -80px;
}
.section-news .bx-wrapper .bx-controls-direction a.bx-next {
  right: -80px;
}
.section-news .btn-wrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.summary-news {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
.summary-news > .inner {
  display: table-row;
}
.summary-news .date,
.summary-news .title {
  display: table-cell;
  vertical-align: middle;
}
.summary-news .date {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1.21px;
  width: 95px;
  border-right: 1px solid #FF345E;
}
.summary-news .title {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.91667;
  letter-spacing: 0.36px;
  padding-left: 20px;
}
.summary-news a {
  color: #323232;
}

.article-archive .summaries-news {
  border-top: 1px solid #E4DCCF;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .article-archive .summaries-news {
    margin-bottom: 30px;
  }
}
.article-archive .summary-news {
  border-bottom: 1px solid #E4DCCF;
  margin: 0;
}
.article-archive .summary-news .date,
.article-archive .summary-news .title {
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .article-archive .summary-news .date,
  .article-archive .summary-news .title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.article-archive .summary-news .date {
  font-size: 14px;
  border: none;
  position: relative;
  text-align: center;
  width: 220px;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .article-archive .summary-news .date {
    width: 100px;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.3px;
    letter-spacing: 0.08vw;
    line-height: 1.63636;
  }
}
.article-archive .summary-news .date:after {
  content: " ";
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  width: 1px;
  background: #E4DCCF;
}
@media screen and (max-width: 600px) {
  .article-archive .summary-news .date:after {
    top: 15px;
    bottom: 15px;
  }
}
.article-archive .summary-news .title {
  font-size: 13px;
  line-height: 1.69231;
  letter-spacing: 0.39px;
  position: relative;
  padding-left: 80px;
  padding-right: 40px;
}
@media screen and (max-width: 600px) {
  .article-archive .summary-news .title {
    padding-left: 25px;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.3px;
    letter-spacing: 0.08vw;
    line-height: 1.63636;
    padding-right: 10px;
  }
}
.article-archive .summary-news .title:before {
  content: "▶";
  color: #E4DCCF;
  position: absolute;
  left: 55px;
  top: 20px;
}
@media screen and (max-width: 600px) {
  .article-archive .summary-news .title:before {
    top: 15px;
    left: 10px;
    font-size: 10px;
  }
}

.article-news .title-page {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .article-news .title-page {
    margin-bottom: 20px;
  }
}
.article-news .article-body {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .article-news .article-body {
    margin-bottom: 40px;
  }
}

/*
 store
----------------------------*/
.article-store .article-entry .container {
  max-width: 900px;
  margin: 0 auto;
}
.article-store .bg-img {
  margin-bottom: 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.article-store .bg-img:after {
  padding-top: 52.77778%;
}
@media screen and (max-width: 600px) {
  .article-store .bg-img {
    margin-bottom: 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .article-store .bg-img:after {
    padding-top: 66.11842%;
  }
}

.store-header {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .store-header {
    display: block;
    margin-bottom: 10px;
  }
}
.store-header > .inner {
  display: table-row;
}
.store-header .title-wrap,
.store-header .info-wrap {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .store-header .title-wrap,
  .store-header .info-wrap {
    display: block;
  }
}
.store-header .title {
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 0.93px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .store-header .title {
    font-size: 19px;
    font-size: 5.06667vw;
    letter-spacing: 0.57px;
    letter-spacing: 0.152vw;
  }
}
.store-header .title-en {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.77px;
}
@media screen and (max-width: 600px) {
  .store-header .title-en {
    font-size: 10.5px;
    font-size: 2.8vw;
    letter-spacing: 0.735px;
    letter-spacing: 0.196vw;
    margin-bottom: 20px;
  }
}
.store-header .info-wrap {
  width: 300px;
  padding-left: 30px;
  border-left: 1px solid #323232;
}
@media screen and (max-width: 600px) {
  .store-header .info-wrap {
    width: auto;
    border: none;
    padding: 0;
  }
}
.store-header .info {
  font-weight: 300;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .store-header .info {
    font-size: 10.5px;
    font-size: 2.8vw;
    letter-spacing: 0.5px;
    letter-spacing: 0.13333vw;
  }
}
.store-header .info li {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .store-header .info li {
    display: inline-block;
    margin-right: 20px;
  }
}
.store-header .info li img {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .store-header .info li img {
    width: 10px;
    vertical-align: middle;
  }
}

.nav-store-tags {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .nav-store-tags {
    margin-bottom: 10px;
  }
}
.nav-store-tags li {
  margin-right: 25px;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 1.82px;
}
@media screen and (max-width: 600px) {
  .nav-store-tags li {
    font-size: 9px;
    font-size: 2.4vw;
    letter-spacing: 1.17px;
    letter-spacing: 0.312vw;
    margin-right: 20px;
  }
}

.store-introduction {
  background: #FBF9F7;
  padding: 40px 0 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .store-introduction {
    padding: 20px 0 40px;
    margin-bottom: 40px;
  }
}
.store-introduction .title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 2.16px;
}
@media screen and (max-width: 600px) {
  .store-introduction .title {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 1.26px;
    letter-spacing: 0.336vw;
    line-height: 1.42857;
    margin-bottom: 10px;
  }
}
.store-introduction .title img {
  vertical-align: middle;
  margin-right: 5px;
}
.store-introduction .entry {
  *zoom: 1;
  margin-bottom: 40px;
}
.store-introduction .entry:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .store-introduction .entry {
    margin-bottom: 10px;
  }
}
.store-introduction .entry .wp-content,
.store-introduction .entry .img {
  font-size: 14px;
  line-height: 2.07143;
  float: left;
  width: 48%;
}
@media screen and (max-width: 600px) {
  .store-introduction .entry .wp-content,
  .store-introduction .entry .img {
    width: auto;
    float: none;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.55px;
    letter-spacing: 0.14667vw;
    line-height: 1.63636;
    margin-bottom: 10px;
  }
}
.store-introduction .entry .img {
  float: right;
}
@media screen and (max-width: 600px) {
  .store-introduction .entry .img {
    width: auto;
    float: none;
  }
}
.store-introduction .nav-imgs {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 600px) {
  .store-introduction .nav-imgs {
    margin-left: -3px;
    margin-right: -3px;
  }
}
.store-introduction .nav-imgs li.item {
  width: 20%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 600px) {
  .store-introduction .nav-imgs li.item {
    padding: 0 3px 6px;
  }
}
.store-introduction .nav-imgs li.item a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.store-introduction .nav-imgs li.item a:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.store-introduction .nav-imgs li.item a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.store-introduction .nav-imgs li.btn-more {
  margin-top: 40px;
  display: block;
}
@media screen and (max-width: 600px) {
  .store-introduction .nav-imgs li.btn-more {
    margin-top: 30px;
  }
}

.tab-store-info {
  position: relative;
}
.tab-store-info:after {
  content: " ";
  display: block;
  height: 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, #000000 0%, #000000 5%, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 44%, #000000 45%, #000000 55%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 94%, #000000 95%, #000000 100%);
  background-image: -webkit-linear-gradient(135deg, #000000 0%, #000000 5%, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 44%, #000000 45%, #000000 55%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 94%, #000000 95%, #000000 100%);
  background-image: linear-gradient(-45deg, #000000 0%, #000000 5%, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 44%, #000000 45%, #000000 55%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 94%, #000000 95%, #000000 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 9px 9px;
  -o-background-size: 9px 9px;
  -webkit-background-size: 9px 9px;
  background-size: 9px 9px;
}
.tab-store-info ul {
  *zoom: 1;
  border-bottom: 1px solid #323232;
}
.tab-store-info ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.tab-store-info li {
  width: 50%;
  float: left;
}
.tab-store-info a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 4.32px;
  height: 65px;
  line-height: 65px;
  color: #323232;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .tab-store-info a {
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 2.28px;
    letter-spacing: 0.608vw;
  }
}
.tab-store-info a .img-active {
  display: none;
}
.tab-store-info a img {
  vertical-align: middle;
  margin-right: 5px;
}
.tab-store-info a:hover, .tab-store-info a.active {
  color: #fff;
  background: #323232;
  text-decoration: none;
}
.tab-store-info a:hover .img-active, .tab-store-info a.active .img-active {
  display: inline-block;
}
.tab-store-info a:hover .img-disactive, .tab-store-info a.active .img-disactive {
  display: none;
}
.tab-store-info a.active {
  cursor: default;
}

.store-plans {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .store-plans {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.store-plans .plan {
  *zoom: 1;
  margin-bottom: 30px;
}
.store-plans .plan:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .store-plans .plan {
    margin-bottom: 30px;
  }
}
.store-plans .img {
  float: left;
  width: 53%;
}
@media screen and (max-width: 600px) {
  .store-plans .img {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}
.store-plans .entry {
  float: right;
  width: 43%;
}
@media screen and (max-width: 600px) {
  .store-plans .entry {
    float: none;
    width: auto;
  }
}
.store-plans .title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 4.05px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .store-plans .title {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 3.78px;
    letter-spacing: 1.008vw;
  }
}
.store-plans .price {
  font-size: 14px;
  letter-spacing: 0.98px;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .store-plans .price {
    font-size: 13px;
    font-size: 3.46667vw;
    letter-spacing: 0.91px;
    letter-spacing: 0.24267vw;
    margin-bottom: 10px;
  }
}
.store-plans .body {
  font-weight: 200;
  font-size: 14px;
  line-height: 2.07143;
  letter-spacing: 1.96px;
}
@media screen and (max-width: 600px) {
  .store-plans .body {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.55px;
    letter-spacing: 0.14667vw;
    line-height: 1.63636;
  }
}

.store-informations {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .store-informations {
    margin-bottom: 30px;
  }
}
.store-informations .information {
  display: table-row;
}
.store-informations .information .title,
.store-informations .information .body {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.6px;
  height: 68px;
  padding: 10px;
  border-bottom: 1px solid #E4DCCF;
  position: relative;
}
@media screen and (max-width: 600px) {
  .store-informations .information .title,
  .store-informations .information .body {
    height: 50px;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.77px;
    letter-spacing: 0.20533vw;
  }
}
.store-informations .information .title:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #E4DCCF;
}

/*
 article-search
----------------------------*/
.article-search .section {
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .article-search .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.article-search .section:first-child {
  padding-top: 20px;
}
.article-search .section:last-child {
  padding-bottom: 0;
}
.article-search .section:nth-child(even) {
  background: #FBF9F7;
}

.section-search-cats ul {
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-search-cats ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section-search-cats ul li {
  margin: 0 15px 30px;
}
@media screen and (max-width: 600px) {
  .section-search-cats ul li {
    width: 50%;
    margin: 0;
    padding: 0 10px 20px;
    position: relative;
  }
  .section-search-cats ul li:after {
    content: " ";
    display: block;
    padding-top: 100%;
  }
}
.section-search-cats ul a {
  display: inline-block;
  width: 250px;
  height: 250px;
  border: 36px solid #fff;
  position: relative;
  padding-top: 45px;
  color: #323232;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.section-search-cats ul a .icn-svg {
  margin-bottom: 20px;
  height: 30px;
}
.section-search-cats ul a .txt {
  font-size: 17px;
  letter-spacing: 5.78px;
  display: block;
  font-weight: 500;
}
.section-search-cats ul a .fa {
  font-size: 36px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.section-search-cats ul a:hover {
  text-decoration: none;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .section-search-cats ul a {
    border-width: 18px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 20px;
    padding-top: 20px;
  }
  .section-search-cats ul a .txt {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 4.08px;
    letter-spacing: 1.088vw;
  }
  .section-search-cats ul a .fa {
    font-size: 26px;
    bottom: -5px;
  }
}

.section-search-authors ul {
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-search-authors ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 600px) {
  .section-search-authors ul li {
    width: 50%;
    padding: 0 15px 30px;
  }
}
.section-search-authors ul a {
  width: 200px;
  margin: 0 40px 60px;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-search-authors ul a .avatar-wrap {
  display: block;
  margin-bottom: 20px;
}
.section-search-authors ul a .txt {
  color: #323232;
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.section-search-authors ul a:hover {
  text-decoration: none;
  opacity: .5;
}
@media screen and (max-width: 600px) {
  .section-search-authors ul a {
    width: 100%;
    margin: 0;
  }
  .section-search-authors ul a .avatar-wrap {
    margin-bottom: 10px;
  }
  .section-search-authors ul a .txt {
    font-size: 12px;
  }
}

.section-search-store-tags ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .section-search-store-tags ul {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 30px;
    *zoom: 1;
  }
  .section-search-store-tags ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
}
@media screen and (max-width: 600px) {
  .section-search-store-tags ul li {
    width: 33.33%;
    padding: 3px 6px;
    margin: 0;
    float: left;
    display: table;
  }
}
.section-search-store-tags ul label {
  background: #fff;
  border: 1px solid #E4DCCF;
  font-size: 15px;
  letter-spacing: 3.3px;
  display: inline-block;
  margin: 0 5px 10px;
  min-width: 14em;
  text-align: center;
  padding: 15px;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.section-search-store-tags ul label:hover, .section-search-store-tags ul label.checked {
  text-decoration: none;
  background: #E4DCCF;
}
.section-search-store-tags ul label input {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-search-store-tags ul label {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0;
    min-width: 0;
    width: 100%;
    padding: 0 5px;
    height: 2.8em;
    line-height: 1.1;
    display: table-cell;
    vertical-align: middle;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  .section-search-store-tags ul label:hover {
    background: #fff;
  }
  .section-search-store-tags ul label:hover.checked {
    background: #E4DCCF;
  }
}

/*============================
 Wp-Members 関連
============================*/
.article-members {
  margin-bottom: 0;
}
.article-members .article-body {
  background: #FBF9F7;
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .article-members .article-body {
    padding-bottom: 40px;
  }
}
.article-members .container {
  max-width: 620px;
}

#wpmem_msg,
.wpmem_msg {
  width: auto;
  background: none;
  border: none;
  color: red;
  padding: 40px 0 0;
  font-size: 14px;
  letter-spacing: 1.96px;
}
#wpmem_msg h2,
.wpmem_msg h2 {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 4.84px;
  margin-bottom: 10px;
}

#wpmem_login,
#wpmem_reg {
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  #wpmem_login,
  #wpmem_reg {
    padding-top: 30px;
  }
}
#wpmem_login a[name="login"],
#wpmem_login a[name="register"],
#wpmem_reg a[name="login"],
#wpmem_reg a[name="register"] {
  display: block;
}
#wpmem_login fieldset,
#wpmem_reg fieldset {
  margin: 0;
}
#wpmem_login .div_text,
#wpmem_login .div_textarea,
#wpmem_login .div_select,
#wpmem_login .div_checkbox,
#wpmem_login .div_multiselect,
#wpmem_login .div_multicheckbox,
#wpmem_login .div_radio,
#wpmem_login .div_image,
#wpmem_login .div_file,
#wpmem_login .div_url,
#wpmem_login .div_number,
#wpmem_login .div_date,
#wpmem_login .button_div,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_select,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_radio,
#wpmem_reg .div_image,
#wpmem_reg .div_file,
#wpmem_reg .div_url,
#wpmem_reg .div_number,
#wpmem_reg .div_date,
#wpmem_reg .button_div {
  width: auto;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 600px) {
  #wpmem_login .div_text,
  #wpmem_login .div_textarea,
  #wpmem_login .div_select,
  #wpmem_login .div_checkbox,
  #wpmem_login .div_multiselect,
  #wpmem_login .div_multicheckbox,
  #wpmem_login .div_radio,
  #wpmem_login .div_image,
  #wpmem_login .div_file,
  #wpmem_login .div_url,
  #wpmem_login .div_number,
  #wpmem_login .div_date,
  #wpmem_login .button_div,
  #wpmem_reg .div_text,
  #wpmem_reg .div_textarea,
  #wpmem_reg .div_select,
  #wpmem_reg .div_checkbox,
  #wpmem_reg .div_multiselect,
  #wpmem_reg .div_multicheckbox,
  #wpmem_reg .div_radio,
  #wpmem_reg .div_image,
  #wpmem_reg .div_file,
  #wpmem_reg .div_url,
  #wpmem_reg .div_number,
  #wpmem_reg .div_date,
  #wpmem_reg .button_div {
    margin-bottom: 15px;
  }
}
#wpmem_login .noinput,
#wpmem_reg .noinput {
  width: auto;
  text-align: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #E4DCCF;
}
#wpmem_login .button_div,
#wpmem_reg .button_div {
  text-align: center;
}
@media screen and (max-width: 600px) {
  #wpmem_login .button_div,
  #wpmem_reg .button_div {
    margin: 0;
    padding: 0;
  }
}
#wpmem_login legend,
#wpmem_reg legend {
  text-align: left;
  font-size: 24px;
  line-height: 1.46429;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 2px solid #FF345E;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #wpmem_login legend,
  #wpmem_reg legend {
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: 1.26px;
    letter-spacing: 0.336vw;
    line-height: 1.67857;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  #wpmem_login legend span,
  #wpmem_reg legend span {
    font-size: inherit !important;
  }
}
#wpmem_login .text,
#wpmem_login label[for="pass1"],
#wpmem_login label[for="pass2"],
#wpmem_login label[for="user"],
#wpmem_login label[for="email"],
#wpmem_login label[for="log"],
#wpmem_login label[for="pwd"],
#wpmem_reg .text,
#wpmem_reg label[for="pass1"],
#wpmem_reg label[for="pass2"],
#wpmem_reg label[for="user"],
#wpmem_reg label[for="email"],
#wpmem_reg label[for="log"],
#wpmem_reg label[for="pwd"] {
  display: block;
  text-align: left;
  font-size: 13px;
  letter-spacing: 2.86px;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  #wpmem_login .text,
  #wpmem_login label[for="pass1"],
  #wpmem_login label[for="pass2"],
  #wpmem_login label[for="user"],
  #wpmem_login label[for="email"],
  #wpmem_login label[for="log"],
  #wpmem_login label[for="pwd"],
  #wpmem_reg .text,
  #wpmem_reg label[for="pass1"],
  #wpmem_reg label[for="pass2"],
  #wpmem_reg label[for="user"],
  #wpmem_reg label[for="email"],
  #wpmem_reg label[for="log"],
  #wpmem_reg label[for="pwd"] {
    width: auto;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 2.4px;
    letter-spacing: 0.64vw;
    margin-bottom: 5px;
  }
}
#wpmem_login input[type="text"],
#wpmem_login input[type="password"],
#wpmem_login input[type="email"],
#wpmem_login input[type="url"],
#wpmem_login input[type="number"],
#wpmem_login input[type="date"],
#wpmem_login textarea,
#wpmem_reg input[type="text"],
#wpmem_reg input[type="password"],
#wpmem_reg input[type="email"],
#wpmem_reg input[type="url"],
#wpmem_reg input[type="number"],
#wpmem_reg input[type="date"],
#wpmem_reg textarea {
  border-color: #E4DCCF;
  color: #323232;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#wpmem_login input[type="checkbox"],
#wpmem_reg input[type="checkbox"] {
  margin: 0;
}
#wpmem_login button,
#wpmem_reg button {
  font-size: 13px;
}
#wpmem_login .title,
#wpmem_reg .title {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 4.84px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #wpmem_login .title,
  #wpmem_reg .title {
    font-size: 14.5px;
    font-size: 3.86667vw;
    letter-spacing: 3.19px;
    letter-spacing: 0.85067vw;
  }
}
#wpmem_login .note,
#wpmem_reg .note {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 3.52px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #wpmem_login .note,
  #wpmem_reg .note {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 1.54px;
    letter-spacing: 0.41067vw;
    line-height: 1.63636;
    margin-bottom: 20px;
  }
}
#wpmem_login .link-text,
#wpmem_login .agreement,
#wpmem_reg .link-text,
#wpmem_reg .agreement {
  padding: 0;
  width: auto;
  text-align: center;
  font-size: 14px;
  letter-spacing: 3.08px;
  margin-bottom: 40px;
}
#wpmem_login .link-text a,
#wpmem_login .agreement a,
#wpmem_reg .link-text a,
#wpmem_reg .agreement a {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #wpmem_login .link-text,
  #wpmem_login .agreement,
  #wpmem_reg .link-text,
  #wpmem_reg .agreement {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.75px;
    letter-spacing: 0.2vw;
    line-height: 1.63636;
    margin-bottom: 20px;
  }
}
#wpmem_login .link-text ~ .link-text,
#wpmem_reg .link-text ~ .link-text {
  margin-top: 10px;
}
#wpmem_login .btn-lg, #wpmem_login .link-next a, .link-next #wpmem_login a,
#wpmem_reg .btn-lg,
#wpmem_reg .link-next a,
.link-next #wpmem_reg a {
  margin: 0 auto;
}
#wpmem_login .register-conf,
#wpmem_reg .register-conf {
  background: #FFFFFF;
  border: 1px solid #E4DCCF;
  max-width: 500px;
  text-align: center;
  margin: 0 auto 40px;
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  #wpmem_login .register-conf,
  #wpmem_reg .register-conf {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
#wpmem_login .register-conf dt,
#wpmem_reg .register-conf dt {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.64px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  #wpmem_login .register-conf dt,
  #wpmem_reg .register-conf dt {
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: 2.2px;
    letter-spacing: 0.58667vw;
  }
}
#wpmem_login .register-conf dd,
#wpmem_reg .register-conf dd {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 3.96px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #wpmem_login .register-conf dd,
  #wpmem_reg .register-conf dd {
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: 2.75px;
    letter-spacing: 0.73333vw;
    margin-bottom: 20px;
  }
}
#wpmem_login .link-text,
#wpmem_reg .link-text {
  margin-bottom: 0;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #wpmem_login .link-text,
  #wpmem_reg .link-text {
    margin-top: 10px;
  }
}
#wpmem_login label[for="rememberme"],
#wpmem_reg label[for="rememberme"] {
  font-size: 13px;
  letter-spacing: 2.86px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #wpmem_login label[for="rememberme"],
  #wpmem_reg label[for="rememberme"] {
    margin-bottom: 10px;
  }
}
#wpmem_login label[for="rememberme"] ~ .btn, #wpmem_login .link-next label[for="rememberme"] ~ a, .link-next #wpmem_login label[for="rememberme"] ~ a,
#wpmem_reg label[for="rememberme"] ~ .btn,
#wpmem_reg .link-next label[for="rememberme"] ~ a,
.link-next #wpmem_reg label[for="rememberme"] ~ a {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #wpmem_login label[for="rememberme"] ~ .btn, #wpmem_login .link-next label[for="rememberme"] ~ a, .link-next #wpmem_login label[for="rememberme"] ~ a,
  #wpmem_reg label[for="rememberme"] ~ .btn,
  #wpmem_reg .link-next label[for="rememberme"] ~ a,
  .link-next #wpmem_reg label[for="rememberme"] ~ a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  #wpmem_login .btn.btn-lg, #wpmem_login .link-next a, .link-next #wpmem_login a,
  #wpmem_reg .btn.btn-lg,
  #wpmem_reg .link-next a,
  .link-next #wpmem_reg a {
    width: 280px;
    letter-spacing: 0;
  }
}

.form-register [data-mode="conf"] {
  display: none;
}
.form-register[data-mode="conf"] [data-mode="input"] {
  display: none;
}
.form-register[data-mode="conf"] [data-mode="conf"] {
  display: block;
}

/*
 mypage
----------------------------*/
.wpmem_member_links {
  text-align: center;
  padding-top: 40px;
}
.wpmem_member_links a:before {
  content: "» ";
}
.wpmem_member_links li {
  margin-bottom: 5px;
}

.text-notfound {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .text-notfound {
    margin-top: 40px;
  }
}

/*
 固定ページなど
----------------------------*/
.title-page {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 5px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.title-page .icn-svg {
  margin-right: 5px;
  vertical-align: middle;
}
.title-page .avatar-wrap {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .title-page .avatar-wrap {
    margin-right: 5px;
  }
}
@media screen and (max-width: 600px) {
  .title-page {
    font-weight: 600;
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: 3px;
    letter-spacing: 0.8vw;
    line-height: 1.41379;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.title-page-center {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 40px;
}
.title-page-center img {
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .title-page-center {
    font-weight: 600;
    text-align: left;
    font-size: 14.5px;
    font-size: 3.86667vw;
    letter-spacing: 0.725px;
    letter-spacing: 0.19333vw;
    line-height: 1.41379;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.title-page-en {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}
.title-page-en .icn-svg,
.title-page-en img {
  vertical-align: middle;
  margin-right: 5px;
}
.title-page-en .en {
  padding-top: 10px;
  font-weight: 400;
  display: block;
  font-size: 11px;
  letter-spacing: 0.77px;
}
.title-page-en:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 3px;
  background: #FF345E;
}
@media screen and (max-width: 600px) {
  .title-page-en {
    font-size: 20px;
    font-size: 5.33333vw;
    letter-spacing: 4.2px;
    letter-spacing: 1.12vw;
  }
  .title-page-en .en {
    display: none;
  }
}

.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.bg-img:after {
  content: " ";
  display: block;
  padding-top: 62.1%;
}

.avatar-wrap {
  vertical-align: middle;
}
.avatar-wrap img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .avatar-wrap .avatar-40 {
    width: 25px;
    height: auto;
  }
  .avatar-wrap .avatar-70 {
    width: 35px;
    height: auto;
  }
}

.post-category {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.77px;
  *zoom: 1;
}
.post-category:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.post-category .new,
.post-category .names {
  float: left;
  height: 20px;
  padding: 0 10px;
  height: 19px;
  line-height: 19px;
}
.post-category .new {
  background: #FF345E;
}
.post-category .names {
  text-align: center;
  background: #323232;
  min-width: 95px;
}

/*
 TOP 検索
----------------------------*/
.searchform {
  position: relative;
  color: #fff;
  max-width: 770px;
  margin: 0 auto;
  *zoom: 1;
}
.searchform:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.searchform .input-wrap {
  width: 600px;
  position: relative;
  margin: 0 auto;
}
.searchform .input-wrap input[type="text"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  letter-spacing: 2.85px;
  margin: 0;
}
.searchform .input-wrap .btn, .searchform .input-wrap .link-next a, .link-next .searchform .input-wrap a {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 0;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .searchform .input-wrap {
    width: auto;
  }
}

.menu-sitemap-container .menu {
  list-style: none;
  margin: 0;
}
.menu-sitemap-container .menu ul {
  list-style: none;
  margin: 0;
}
.menu-sitemap-container .menu * {
  vertical-align: middle;
}
.menu-sitemap-container .menu a {
  color: #323232;
}
.menu-sitemap-container .menu a[href="#"] {
  cursor: text;
}
.menu-sitemap-container .menu a[href="#"]:hover {
  text-decoration: none;
}
.menu-sitemap-container .menu > li > a {
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 3.99px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .menu-sitemap-container .menu > li > a {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 2.5px;
    letter-spacing: 0.66667vw;
    margin-bottom: 10px;
  }
}
.menu-sitemap-container .menu .sub-menu {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .menu-sitemap-container .menu .sub-menu {
    margin-bottom: 20px;
  }
}
.menu-sitemap-container .menu .sub-menu > li {
  display: inline-block;
  min-width: 15em;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.64286;
  letter-spacing: 2.94px;
}
@media screen and (max-width: 600px) {
  .menu-sitemap-container .menu .sub-menu > li {
    min-width: 48%;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 2px;
    letter-spacing: 0.53333vw;
  }
  .menu-sitemap-container .menu .sub-menu > li br {
    display: none;
  }
}
.menu-sitemap-container .menu .sub-menu > li:before {
  content: "・";
  margin-right: 5px;
  vertical-align: middle;
}

.wp-content,
body#tinymce {
  font-size: 18px;
  line-height: 2.25;
  font-weight: 200;
}
@media screen and (max-width: 600px) {
  .wp-content,
  body#tinymce {
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: 0.5px;
    letter-spacing: 0.13333vw;
    line-height: 1.63636;
  }
}
.wp-content h2,
body#tinymce h2 {
  font-size: 24px !important;
  line-height: 1.46429;
  font-weight: bold;
  /*border-bottom: 2px solid #FF345E;*/
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .wp-content h2,
  body#tinymce h2 {
    font-size: 20px !important;
    letter-spacing: 1.26px;
    letter-spacing: 0.336vw;
    line-height: 1.67857;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .wp-content h2 span,
  body#tinymce h2 span {
    font-size: inherit !important;
  }
}
.wp-content h3,
.wp-content h4,
.wp-content h5,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5 {
  font-size: 21px;
  line-height: 1.78947;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .wp-content h3,
  .wp-content h4,
  .wp-content h5,
  body#tinymce h3,
  body#tinymce h4,
  body#tinymce h5 {
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: 1.2px;
    letter-spacing: 0.32vw;
    line-height: 1.54167;
    margin-bottom: 10px;
  }
}
.wp-content h4,
body#tinymce h4 {
  font-size: 19px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .wp-content h4,
  body#tinymce h4 {
    font-size: 15px;
    font-size: 4vw;
  }
}
.wp-content h5,
body#tinymce h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .wp-content h5,
  body#tinymce h5 {
    font-size: 15px;
    font-size: 4vw;
  }
}
.wp-content [id^="more"],
body#tinymce [id^="more"] {
  display: none;
}
.wp-content .aligncenter,
body#tinymce .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-content .alignleft,
body#tinymce .alignleft {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}
.wp-content .alignright,
body#tinymce .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
.wp-content .wp-caption-dd,
.wp-content .wp-caption-text,
body#tinymce .wp-caption-dd,
body#tinymce .wp-caption-text {
  margin-top: 5px;
  font-size: 12px;
  color: #383838;
  font-style: italic;
}
.wp-content ul,
body#tinymce ul {
  list-style: disc;
  margin-left: 1.5em;
}
.wp-content ol,
body#tinymce ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.wp-content li,
body#tinymce li {
  list-style: inherit !important;
}
.wp-content b, .wp-content strong, .wp-content em,
body#tinymce b,
body#tinymce strong,
body#tinymce em {
  font-weight: bold;
}
.wp-content hr,
body#tinymce hr {
  margin-top: 10px;
  border: none;
  border-top: 1px solid #c9c9c9;
}

[data-wpview-text*="youtube"] .wpview-content,
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
[data-wpview-text*="youtube"] .wpview-content iframe,
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

iframe {
  max-width: 100%;
}

.gallery-images li a {
  height: 75px;
  overflow: hidden;
  display: block;
}
.gallery-images li.current a {
  height: 69px;
  border: 3px solid #ccc;
}

.gallery-item img {
  box-sizing: border-box;
}

/**/

ul.sp_flex{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
ul.sp_flex li{
    align-self: center;
    width: 33%;

}
@media screen and (max-width: 600px) {
ul.sp_flex li{
    align-self: center;
    width: 100%;

}
}

.sp_box{
    padding:0 15px;
    margin-bottom: .5%;
    color:#323232 !important;
    width:100% !important;
}
.sp_box a{
    color:#323232 !important;
    width:100% !important;
}
.sp_box a:hover{
    color:#323232 !important;
    text-decoration: none !important;
    width:100% !important;
}

