@charset "UTF-8";
/*!
========================================*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

ul {
  list-style: none; }

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

th {
  font-weight: bold;
  vertical-align: top; }

td {
  font-weight: normal;
  vertical-align: top; }

strong, th, h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

img {
  vertical-align: bottom; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input,
textarea,
select,
.page-title span,
.pingback a.url,
input[type="submit"],
pre,
code {
  box-sizing: border-box; }

.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  line-height: 2;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  word-wrap: break-word;
  overflow-wrap: break-word; }

a {
  color: #0064b5;
  color: #000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

a:hover {
  color: #4fb0ff; }

input[type="text"] {
  padding: 4px; }

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

figure {
  margin: 0; }

.section-inner, .bottom-nav, .footer-inner {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

header.global-header::after, header.global-header .header-inner::after, .flex-wrap::after,
.row::after {
  display: block;
  clear: both;
  height: 0;
  content: ""; }

/*! header / nav
========================================*/
header.global-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background-color: transparent; }
  header.global-header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    position: relative; }
  header.global-header a {
    color: #fff; }
  body:not(.home) header.global-header, header.global-header.fixed {
    background-color: #105079; }
    body:not(.home) header.global-header .header-inner, header.global-header.fixed .header-inner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

body:not(.home) header.global-header {
  position: inherit; }
  body:not(.home) header.global-header.fixed {
    position: fixed; }

@media screen and (min-width: 783px) {
  body.admin-bar header.global-header {
    top: 32px; } }
@media screen and (max-width: 782px) {
  body.admin-bar header.global-header {
    top: 46px; } }
@media screen and (max-width: 600px) {
  body.admin-bar header.global-header.fixed {
    top: 0; } }
.header-logo-block {
  float: left; }

.heade-block-nav {
  text-align: right;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .heade-block-nav .login-out {
    text-align: right;
    float: right;
    margin-left: 35px;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 42px; }
    .heade-block-nav .login-out i {
      position: relative; }
      .heade-block-nav .login-out i::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../img/login-out.png) no-repeat 0 0;
        background-size: 30px 30px;
        position: absolute;
        left: -32px;
        top: 50%;
        margin-top: -15px; }
    .heade-block-nav .login-out a {
      white-space: nowrap; }

.header-block-btn {
  display: none; }

.global-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 42px; }
  .global-nav ul li {
    display: inline-block;
    padding: 10px; }

.js-wrap {
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .js-menu-open .js-wrap {
    -webkit-transform: translate(-240px, 0);
    transform: translate(-240px, 0); }

@media screen and (max-width: 1024px) {
  .global-nav {
    display: none;
    width: 240px;
    height: 100vh;
    overflow-y: auto;
    line-height: 1.2;
    overflow: auto;
    position: fixed;
    top: 0;
    right: -240px;
    z-index: 10;
    background-color: #eee; }
    .global-nav ul {
      margin-top: 20px; }
      .global-nav ul li {
        display: block;
        text-align: left;
        padding: 0; }
        .global-nav ul li:not(:last-child) {
          border-bottom: solid 1px #ccc; }
        .global-nav ul li a {
          display: block;
          padding: 15px;
          text-decoration: none;
          color: #000; }
          .global-nav ul li a:hover {
            color: #a7a7a7; }

  .header-block-btn {
    float: right;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    width: 42px;
    height: 42px;
    background: #7B7B7B; }
    .header-block-btn span {
      display: inline-block;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      left: 8px; }
    .header-block-btn span,
    .header-block-btn span:nth-of-type(2)::after {
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #fff; }
    .header-block-btn span:nth-of-type(1) {
      top: 11px; }
    .header-block-btn span:nth-of-type(2) {
      top: 20px; }
    .header-block-btn span:nth-of-type(3) {
      bottom: 11px; }
    .header-block-btn span:nth-of-type(2)::after {
      top: 0;
      left: 0;
      content: '';
      -webkit-transition: all .3s;
      transition: all 0.3s; }

  .js-menu-open .global-nav {
    display: block; }
  .js-menu-open .header-block-btn span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0); }
  .js-menu-open .header-block-btn span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .js-menu-open .header-block-btn span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .js-menu-open .header-block-btn span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0); } }
/*! layout setting / main-content
========================================*/
.flex-wrap,
.row {
  float: none;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex-wrap .col,
  .row .col {
    display: block;
    margin-bottom: 2%; }

.col_12 {
  width: 100%;
  padding: 10px 4%; }
  @media screen and (min-width: 768px) {
    .col_12 {
      padding: 10px 1%; } }

.col_6 {
  width: 100%;
  padding: 10px 4%; }
  @media screen and (min-width: 768px) {
    .col_6 {
      width: 50%;
      padding: 10px 1%; } }

.col_4 {
  width: 100%;
  padding: 10px 4%; }
  @media screen and (min-width: 768px) {
    .col_4 {
      width: 33.3%;
      padding: 10px 1%; } }

.col_3 {
  width: 100%;
  height: 200px;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .col_3 {
      width: 24%;
      margin-right: 40px; } }

.flex-wrap > .section-block {
  width: 100%; }
.flex-wrap > hr + .section-block {
  padding-top: 0; }
.flex-wrap > [class*="bg-"] + hr + .section-block {
  padding-top: 50px; }

/*! main-content
========================================*/
.layout-container hr {
  height: 0;
  border: none;
  background-color: transparent;
  margin: 0; }

.section-block {
  padding: 50px 0 0; }
  @media screen and (min-width: 768px) {
    .section-block {
      padding: 100px 0 0; } }

.subtitle {
  text-align: center;
  margin-bottom: 30px; }
  .subtitle.textleft {
    text-align: left; }
  .subtitle.textright {
    text-align: left; }
  .subtitle h1,
  .subtitle h2 {
    font-size: 2.8rem; }
  .subtitle h3 {
    font-size: 2.2rem; }
  .subtitle p {
    font-weight: bold; }

.title {
  text-align: center;
  margin-bottom: 30px; }
  .title.textleft {
    text-align: left; }
  .title.textright {
    text-align: left; }
  .title h1,
  .title h2 {
    font-size: 2.8rem; }
  .title h3 {
    font-size: 2.2rem; }
  .title p {
    font-weight: bold; }

.bg-image {
  background-color: #666;
  background: url(../img/main-oceanA_01.jpg) no-repeat top center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .bg-image {
      background-attachment: fixed; } }

.bg-themes {
  background-color: #10517b;
  color: #fff; }

.bg-gray {
  background-color: #e8e7ec; }

.bg-white-gray {
  background-color: #f5f5f5; }

.btn {
  font-weight: bold;
  text-align: center; }
  .btn a, .btn input[type="submit"] {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    text-decoration: none;
    position: relative;
    outline: 3px solid rgba(255, 255, 255, 0);
    outline-offset: -3px;
    color: #000; }
    .btn a:hover, .btn input[type="submit"]:hover {
      outline: 3px solid rgba(0, 0, 0, 0.15);
      color: #666; }
  .btn input[type="submit"] {
    font-weight: bold;
    box-sizing: content-box;
    border: none;
    line-height: 40px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer; }
  .btn.has-arw-prev a {
    padding-left: 40px; }
  .btn.has-arw-prev a::before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: calc( 50% - 1.45rem );
    font-size: 2.4rem;
    line-height: 1; }
  .btn.has-arw a, .btn.has-arw-next a {
    padding-right: 40px; }
  .btn.has-arw a::after, .btn.has-arw-next a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: calc( 50% - 1.45rem );
    font-size: 2.4rem;
    line-height: 1; }

.article-item figure {
  position: relative;
  z-index: 0; }
  .article-item figure img {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 5px solid rgba(255, 255, 255, 0);
    outline-offset: -5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .article-item figure img:hover {
      outline: 5px solid rgba(255, 255, 255, 0.8); }

/*!
========================================*/
.detail-box figure {
  position: relative;
  z-index: 0;
  margin-bottom: 10px; }
  .detail-box figure img {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 240px;
    outline: 5px solid rgba(255, 255, 255, 0);
    outline-offset: -5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover; }
    .detail-box figure img:hover {
      outline: 5px solid rgba(255, 255, 255, 0.8); }
  .detail-box figure h3 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    font-size: 3rem;
    outline: 5px solid rgba(255, 255, 255, 0);
    outline-offset: -5px; }
    .detail-box figure h3:hover {
      outline: 5px solid rgba(255, 255, 255, 0.8); }
  .detail-box figure a {
    color: #fff; }
  .detail-box figure .title {
    width: 100%; }
  .detail-box figure .icon {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 15px;
    z-index: 10;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
    .detail-box figure .icon.icon-new::before {
      content: "NEW"; }
    .detail-box figure .icon.icon-up::before {
      content: "UP"; }
    .detail-box figure .icon.icon-pricedown::before {
      content: "PRICE DOWN"; }
    @media screen and (min-width: 768px) {
      .detail-box figure .icon {
        top: 40px;
        left: 40px; } }
.detail-box .detail-text {
  line-height: 1.5; }
  .detail-box .detail-text h3 {
    font-size: 2.2rem; }
  .detail-box .detail-text p {
    font-size: 1.3rem; }
.detail-box .detail-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px; }
  .detail-box .detail-meta .category-meta {
    font-size: 1.2rem;
    line-height: 1.5; }
    .detail-box .detail-meta .category-meta span {
      display: block; }
  .detail-box .detail-meta .price {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 1.4rem; }
    .detail-box .detail-meta .price strong {
      font-size: 2.2rem; }
.detail-box.has-effect figure img {
  filter: brightness(60%); }

img.of-item {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%; }
  .detail-box img.of-item {
    height: 210px; }
  .lead-content img.of-item {
    height: 200px !important; }

@media screen and (min-width: 768px) {
  .detail-box img.of-item {
    height: 350px; }
  .lead-content img.of-item {
    height: 355px !important; } }
@media screen and (min-width: 992px) {
  .detail-box img.of-item {
    height: 350px; }
  .lead-content img.of-item {
    height: 355px !important; } }

.article-inner {
  text-align: center;
  background-color: #e8e7ec;
  padding: 40px 20px; }
  .article-inner h3 {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 24px; }
    .article-inner h3 + p {
      margin-bottom: 24px; }

#hero-block {
  position: relative;
  z-index: 0; }
  #hero-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1; }

.hero-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 90vh;
  max-height: 600px;
  color: #fff; }
  .hero-box .title {
    margin-bottom: 2rem;
    padding: 0 20px; }
  .hero-box .subtitle {
    font-size: 2rem;
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    .hero-box {
      height: 66.65vh;
      max-height: 940px; } }

.lead-content figure img {
  filter: brightness(75%); }
  @media screen and (max-width: 767px) {
    .lead-content figure img {
      height: 200px !important; } }

/*! search
========================================*/
@media screen and (min-width: 768px) {
  .flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .flex-content .flex-item {
      text-align: center;
      padding: 0 10px; } }

.search-box {
  padding: 0 2vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .search-box {
      padding: 0; } }

.search-box select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  border: solid 1px #ddd;
  padding: 5px 20px;
  padding-right: 40px;
  margin: 0; }
  .search-box select option {
    background-color: #efefef;
    color: #333;
    padding: 10px 20px; }
  .search-box select::-ms-expand {
    display: none; }
  .search-box select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a; }
.search-box .select-wrap {
  position: relative;
  padding: 0 0 20px;
  display: inline-block; }
.search-box .select-wrap:before {
  z-index: 1;
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #7F878C;
  pointer-events: none;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  line-height: 1; }
@media screen and (min-width: 768px) {
  .search-box select {
    width: auto;
    font-size: 1.6rem; }
  .search-box .select-wrap {
    padding: 0; }
  .search-box .select-wrap:before {
    margin-top: -20px;
    line-height: 43px; } }

/*! about
========================================*/
#about-block .grid {
  max-width: 1400px;
  margin: 0 auto; }
#about-block .grid-item {
  position: relative;
  padding: 5px;
  margin: 0; }
  #about-block .grid-item img {
    display: block;
    width: 100%;
    height: auto; }
#about-block .grid-item_7 {
  width: 100%; }
#about-block .grid-item_5 {
  width: 100%; }
#about-block .grid-item_3 {
  width: 50%; }
#about-block .grid-item_2 {
  width: 50%; }
@media screen and (min-width: 768px) {
  #about-block .grid-item_7 {
    width: calc( 70% - 20px ); }
  #about-block .grid-item_5 {
    width: calc( 50% - 20px ); }
  #about-block .grid-item_3 {
    width: calc( 30% - 20px ); }
  #about-block .grid-item_2 {
    width: 20%; } }
#about-block .grid-item_sizer {
  width: calc( 20% - 20px ); }

/*! kaiin
========================================*/
#kaiin-block {
  background-color: #444;
  background: url(../img/bg-oceanA-contact.jpg) no-repeat bottom center;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 0; }
  #kaiin-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    z-index: -1; }
  #kaiin-block .section-inner {
    text-align: center; }
  #kaiin-block .title {
    margin-bottom: 10px; }
  #kaiin-block .subtitle {
    margin-bottom: 40px; }
  #kaiin-block [class*="title"] {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }

/*! contact
========================================*/
#contact-block {
  text-align: center;
  padding: 50px 2vw; }
  @media screen and (min-width: 768px) {
    #contact-block .flex-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #contact-block .flex-content .flex-item {
        text-align: center;
        padding: 0 20px; } }
  #contact-block .title {
    line-height: 1;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #contact-block .title {
        margin: 0; } }
  #contact-block .phone-nunb {
    text-align: center; }
    #contact-block .phone-nunb p {
      text-align: left;
      display: inline-block;
      margin: 0 auto 20px;
      font-size: 1.6rem;
      line-height: 1;
      padding-left: 40px;
      position: relative; }
      #contact-block .phone-nunb p i {
        font-size: 5rem;
        position: absolute;
        left: 0;
        top: -3px;
        transform: rotate(25deg); }
      #contact-block .phone-nunb p strong {
        display: block;
        font-size: 2.8rem; }
      @media screen and (min-width: 768px) {
        #contact-block .phone-nunb p {
          margin-bottom: 0; } }
  #contact-block .btn a {
    padding-left: 50px;
    color: #10517b; }
  #contact-block .btn i {
    position: absolute;
    left: 20px;
    font-size: 24px; }

/*! for StyleGuide
=================================================================*/
img[class*="align"] {
  margin-bottom: 20px; }
  img[class*="align"] + br {
    display: none; }
  img[class*="align"] + * {
    overflow: hidden; }

.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block; }

.alignleft {
  float: left;
  margin-right: 30px; }

.alignright {
  float: right;
  margin-left: 30px; }

.textcenter {
  text-align: center; }

.textleft {
  text-align: left; }

.textright {
  text-align: right; }

.entry-content {
  width: 100%;
  width: calc( 100% - 40px );
  margin: 0 auto;
  padding-bottom: 50px;
  clear: both;
  font-size: 1.5rem; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    position: relative;
    margin-bottom: 20px;
    line-height: 1; }
    * + .entry-content h1, * + .entry-content h2, * + .entry-content h3, * + .entry-content h4, * + .entry-content h5, * + .entry-content h6 {
      margin-top: 50px; }
  .entry-content h1 {
    font-size: 3.2rem;
    margin-bottom: 30px;
    padding: 5px 0; }
    .entry-content h1::before, .entry-content h1::after {
      content: "";
      display: inline-block;
      position: relative;
      width: 24px;
      height: 24px;
      border: solid 2px #000; }
    .entry-content h1::before {
      border-right-color: transparent;
      border-bottom-color: transparent;
      margin-right: 8px;
      top: -14px; }
    .entry-content h1::after {
      border-top-color: transparent;
      border-left-color: transparent;
      margin-left: 8px;
      bottom: -14px; }
  .entry-content h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding: 14px 20px 12px;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000; }
  .entry-content h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    background: #e8edf1;
    color: #1b5177;
    padding: 14px 24px 12px; }
  .entry-content h4 {
    font-size: 1.8rem; }
  .entry-content h5 {
    font-size: 1.8rem;
    background: #f3f3f3;
    padding: 10px 20px; }
  .entry-content h6 {
    font-size: 1.8rem; }
  .entry-content p {
    margin-bottom: 3em; }
  .entry-content a.btn {
    display: inline-block;
    position: relative;
    padding: 20px 40px;
    padding-right: 60px;
    font-weight: bold;
    background: #666;
    color: #fff;
    line-height: 1;
    margin: 10px 0; }
    .entry-content a.btn small {
      font-size: 70%; }
    .entry-content a.btn::after {
      content: "\f105";
      font-family: "fontAwesome";
      position: absolute;
      right: 20px;
      top: calc( 50% - 1.25rem );
      font-size: 2rem;
      line-height: 1; }
    .entry-content a.btn.btn-type01 {
      font-size: 3.8rem;
      background: #333;
      padding: 30px 80px 30px 60px; }
      .entry-content a.btn.btn-type01 small {
        font-size: 1.8rem;
        display: inline-block;
        padding: 0 8px; }
    .entry-content a.btn.btn-type02 {
      font-size: 2.8rem;
      background: #124f7b;
      padding: 24px 60px 24px 40px; }
      .entry-content a.btn.btn-type02 small {
        font-size: 1.6rem; }
    .entry-content a.btn.btn-type03 {
      font-size: 2.4rem;
      background: #f6f6f6;
      color: #000; }
    .entry-content a.btn:hover {
      opacity: .7; }
  .entry-content article + article {
    padding-top: 50px; }

.iframplayer {
  position: relative;
  display: block;
  padding: 0;
  padding-bottom: 56.25%;
  margin: 0;
  height: 0;
  overflow: hidden; }
  .iframplayer iframe {
    max-width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

/*!  home
========================================*/
.recommend-title {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .recommend-title {
      width: 24%;
      padding: 40px 0; } }
  .recommend-title .title {
    width: 100%;
    padding-top: 100px;
    background: url(../img/title-recommend.png) no-repeat top center; }

.recommend-list {
  width: 100%;
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .recommend-list {
      width: 76%;
      padding: 40px 0; } }
  .recommend-list .article-list {
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (min-width: 768px) {
      .recommend-list .article-list {
        padding-left: 80px;
        padding-right: 80px; } }
  .recommend-list .recomennd-item {
    width: 50%;
    float: left;
    padding: 25px 5px; }
    .recommend-list .recomennd-item .article-item {
      position: relative; }
    .recommend-list .recomennd-item figure {
      position: relative; }
      .recommend-list .recomennd-item figure img {
        position: relative;
        width: 100%;
        height: 320px;
        outline: 5px solid rgba(255, 255, 255, 0.8);
        outline-offset: -5px;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .recommend-list .recomennd-item .text {
      display: block;
      position: absolute;
      bottom: 5px;
      left: 5px;
      width: calc( 100% - 10px );
      background: rgba(255, 255, 255, 0.5);
      padding: 20px 20px 15px;
      z-index: 10;
      font-size: 1.4rem;
      line-height: 1.05; }
    .recommend-list .recomennd-item .icon {
      position: absolute;
      display: inline-block;
      top: 15px;
      left: 15px;
      z-index: 10; }
      .recommend-list .recomennd-item .icon::before {
        font-weight: bold;
        font-size: 2rem;
        color: #fff;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
      .recommend-list .recomennd-item .icon.icon-new::before {
        content: "NEW"; }
      .recommend-list .recomennd-item .icon.icon-up::before {
        content: "UP"; }
      .recommend-list .recomennd-item .icon.icon-pricedown::before {
        content: "PRICE DOWN"; }
      @media screen and (min-width: 768px) {
        .recommend-list .recomennd-item .icon {
          top: 40px;
          left: 40px; } }
  .recommend-list .slick-prev, .recommend-list .slick-next {
    display: none !important;
    width: 0px;
    height: 0px; }
  @media screen and (min-width: 768px) {
    .recommend-list .slick-prev, .recommend-list .slick-next {
      display: block !important;
      width: 40px;
      height: 40px;
      z-index: 11; }
    .recommend-list .slick-prev {
      left: 40px; }
    .recommend-list .slick-next {
      right: 40px; }
    .recommend-list .slick-prev::before, .recommend-list .slick-next::before {
      font-family: FontAwesome;
      content: "\f105";
      font-size: 6rem;
      line-height: 1;
      position: absolute;
      top: -12px; }
    .recommend-list .slick-prev {
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    .recommend-list .slick-prev::before {
      top: -32px; } }

/*!  single / article / post
========================================*/
.content-detail-block {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f5f5f5;
  display: flex;
  width: 100%; }
  .content-detail-block .section-inner {
    width: 100%; }
    .content-detail-block .section-inner #main-column {
      float: left;
      width: 100%;
      will-change: min-height; }
      @media screen and (min-width: 768px) {
        .content-detail-block .section-inner #main-column {
          width: 60%; } }
      .content-detail-block .section-inner #main-column .sidebar__inner {
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
        will-change: position, transform; }
        .content-detail-block .section-inner #main-column .sidebar__inner img {
          width: 100%;
          height: auto;
          object-fit: cover;
          padding: 10px; }
    .content-detail-block .section-inner #side-column {
      width: 100%;
      padding: 20px; }
      @media screen and (min-width: 768px) {
        .content-detail-block .section-inner #side-column {
          width: 40%;
          margin-left: 60%;
          padding-left: 40px; } }
  .content-detail-block .detail-inner {
    font-size: 1.5rem; }
  .content-detail-block .detail-header {
    padding-bottom: 20px; }
    .content-detail-block .detail-header dt {
      font-weight: bold; }
    .content-detail-block .detail-header .text-emphasize {
      font-size: 4rem; }
  .content-detail-block .detail-box {
    padding-bottom: 30px; }
    .content-detail-block .detail-box h3 {
      font-size: 1.6rem; }
    .content-detail-block .detail-box p:not(:last-child) {
      margin-bottom: 20px; }
    .content-detail-block .detail-box.outline-table th {
      padding: 4px 0;
      padding-right: 1rem;
      width: 130px; }
    .content-detail-block .detail-box.outline-table td {
      padding: 4px 0; }
    .content-detail-block .detail-box.condition-list li {
      display: inline-block;
      margin: 0 5px 5px 0; }
    .content-detail-block .detail-box.condition-list li span {
      font-size: 1.4rem;
      line-height: 1;
      display: inline-block;
      padding: 10px 15px;
      background-color: #fff;
      border: solid 1px #000; }
  .content-detail-block .detail-box + .detail-box {
    padding-top: 30px;
    border-top: solid 1px #000; }

.aligncenter {
  display: block;
  margin: auto;
  padding: 10px; }

.alignleft {
  float: left;
  padding: 10px; }

/*!  page
========================================*/
.type-page .page-inner {
  padding-bottom: 40px; }

/*!  search / archive / category
========================================*/
body:not(.home) .article-deatil-list .title h2 {
  font-size: 2.2rem; }
  body:not(.home) .article-deatil-list .title h2 strong {
    font-size: 2.8rem; }

.search-index-block + hr + #page-list-block {
  padding-top: 0; }

.search-box .btn, .contact-form .btn {
  padding: 40px 0 0; }
  .search-box .btn a, .search-box .btn input[type="submit"], .contact-form .btn a, .contact-form .btn input[type="submit"] {
    font-size: 2rem;
    background-color: #313131;
    color: #fff;
    min-width: 240px; }
    .search-box .btn a:hover, .search-box .btn input[type="submit"]:hover, .contact-form .btn a:hover, .contact-form .btn input[type="submit"]:hover {
      opacity: .7; }
.search-box .has-form-items, .contact-form .has-form-items {
  width: 100%; }
  .search-box .has-form-items th, .contact-form .has-form-items th {
    padding: 10px 5px; }
  .search-box .has-form-items td, .contact-form .has-form-items td {
    padding: 10px 5px; }
  @media screen and (max-width: 767px) {
    .search-box .has-form-items th, .contact-form .has-form-items th {
      padding: 5px;
      display: block;
      width: 100%;
      border-bottom: solid 1px #666; }
    .search-box .has-form-items td, .contact-form .has-form-items td {
      padding: 10px 5px;
      display: block;
      width: 100%; } }
  .search-box .has-form-items dl, .contact-form .has-form-items dl {
    position: relative; }
    .search-box .has-form-items dl dt, .contact-form .has-form-items dl dt {
      position: relative;
      float: left;
      margin-right: 20px;
      min-width: 6em;
      font-weight: bold; }
    .search-box .has-form-items dl dd, .contact-form .has-form-items dl dd {
      padding: 0; }
    .search-box .has-form-items dl.recommend-words, .contact-form .has-form-items dl.recommend-words {
      padding-top: 10px; }
      .search-box .has-form-items dl.recommend-words dt::after, .contact-form .has-form-items dl.recommend-words dt::after {
        content: "\f105";
        font-family: FontAwesome;
        margin-left: 15px; }
      .search-box .has-form-items dl.recommend-words dd, .contact-form .has-form-items dl.recommend-words dd {
        float: left; }
        .search-box .has-form-items dl.recommend-words dd + dd, .contact-form .has-form-items dl.recommend-words dd + dd {
          margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .search-box .has-form-items dl.recommend-words dt, .contact-form .has-form-items dl.recommend-words dt {
          float: none; } }
  @media screen and (min-width: 768px) {
    .search-box .has-form-items .flex-content, .contact-form .has-form-items .flex-content {
      display: flex;
      align-items: center; }
      .search-box .has-form-items .flex-content > div + div, .contact-form .has-form-items .flex-content > div + div {
        margin-left: 20px; } }
  .search-box .has-form-items select, .contact-form .has-form-items select {
    padding-top: 0;
    padding-bottom: 0; }
  .search-box .has-form-items label, .contact-form .has-form-items label {
    display: inline-block;
    margin-left: 0;
    margin: 0 30px 10px 0; }
  .search-box .has-form-items label + label, .contact-form .has-form-items label + label {
    margin-left: 0;
    margin: 0 30px 10px 0; }
  @media screen and (min-width: 768px) {
    .search-box .has-form-items label, .contact-form .has-form-items label {
      margin: 0; }
    .search-box .has-form-items label + label, .contact-form .has-form-items label + label {
      margin: 0;
      margin-left: 30px; } }
  .search-box .has-form-items input[type="text"], .search-box .has-form-items input[type="email"], .search-box .has-form-items textarea, .contact-form .has-form-items input[type="text"], .contact-form .has-form-items input[type="email"], .contact-form .has-form-items textarea {
    width: 100%;
    padding: 10px;
    font-size: 1.6rem; }

.search-block .section-inner {
  text-align: center; }
.search-block .detail-box {
  margin-bottom: 40px; }
.search-block .entry-content {
  text-align: left; }
  .search-block .entry-content article:after {
    content: '';
    display: table;
    clear: both; }
.search-block .btn a {
  font-size: 1.8rem;
  background-color: #105079;
  color: #fff;
  min-width: 240px; }
  .search-block .btn a:hover {
    opacity: .7; }

#result-block.section-block {
  padding-top: 50px;
  padding-bottom: 50px; }
#result-block .section-inner ul {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  #result-block .section-inner ul li {
    margin: 0 30px 10px 0; }
    #result-block .section-inner ul li strong {
      font-weight: normal;
      position: relative;
      margin-right: 10px; }
      #result-block .section-inner ul li strong::after {
        margin-left: 10px;
        content: "\f105";
        font-family: FontAwesome; }
#result-block .btn a {
  font-size: 1.8rem;
  min-width: 240px; }

/*!  widget / sidebar / secondary
========================================*/
/*!  widget
========================================*/
.widget {
  width: 100%;
  text-align: center; }
  .widget h3 a {
    color: #fff;
    text-decoration: none; }
  .widget .relayLink {
    display: block;
    text-align: right; }

.textwidget {
  margin: 0;
  padding: 15px;
  border: none; }

.widget_calendar #wp-calendar {
  width: 100%; }

/*!  footer
========================================*/
#map-block {
  padding: 0; }
  #map-block .map-container iframe,
  #map-block .map-container #map-content {
    width: 100% !important;
    height: 450px;
    display: block; }

#bottom-nav-block {
  padding: 30px 2vw 30px; }
  body:not(.home) #bottom-nav-block {
    background-color: #f5f5f5; }

.bottom-nav {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .bottom-nav .nav {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .bottom-nav .nav .nav-item {
        margin: 0 20px;
        white-space: nowrap; } }

@media screen and (max-width: 767px) {
  #bottom-nav-block {
    padding: 0;
    background: #fff; }

  .bottom-nav {
    overflow: hidden; }
    .bottom-nav .nav {
      display: block;
      border-top: solid 1px #eee;
      line-height: 1; }
      .bottom-nav .nav .nav-item {
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        -ms-flex-item-align: center;
        align-self: center;
        width: calc( 100% / 3 );
        border-right: solid 1px #eee;
        border-bottom: solid 1px #eee; }
        .bottom-nav .nav .nav-item:nth-child(3n) {
          border-right: 0; }
        .bottom-nav .nav .nav-item a {
          display: block;
          padding: 20px 0;
          text-decoration: none; }
          .bottom-nav .nav .nav-item a:hover {
            background: #eee; }
      .bottom-nav .nav::after {
        display: table;
        content: "";
        height: 0; } }
@media screen and (max-width: 479px) {
  .bottom-nav .nav .nav-item {
    width: calc( 100% / 2 ); }
    .bottom-nav .nav .nav-item:nth-child(3n) {
      border-right: solid 1px #eee; }
    .bottom-nav .nav .nav-item:nth-child(2n) {
      border-right: 0; } }
.global-footer {
  padding: 40px;
  clear: both; }

.copyright-block {
  text-align: center;
  margin: 30px 0 0; }
  @media screen and (min-width: 768px) {
    .copyright-block {
      margin: 0; } }

/*!  page top
========================================*/
.pTop-block {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  cursor: pointer; }
  .pTop-block a {
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
    position: relative;
    padding-top: 18px; }
    .pTop-block a::before {
      position: absolute;
      top: -5px;
      left: 50%;
      margin-left: -6px;
      font-size: 2rem;
      content: "\f106";
      font-family: FontAwesome; }
  .pTop-block:hover {
    opacity: .7; }

/*!  print
========================================*/
@media print {
  * {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

  body {
    margin: 0 !important;
    padding: 0 !important; }

  head + body {
    max-width: 100% !important;
    min-width: 80% !important;
    margin: 0 auto !important; }

  h1,
  h2,
  h3 {
    font-size: 13pt !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    border: none; } }

/*# sourceMappingURL=style.css.map */
