@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  text-align: center;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 16px;
  *font-size: 100%;
  color: #000;
}

.static-page {
  background: url(../img/common/bgi/bgi--page.png) center top;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .static-page {
    background: url(../img/common/bgi/bgi--page-2x.png) center top;
    background-size: 100% auto;
  }
}

.top {
  background: url(../img/index/main/bgi--01.png) calc(50% - 600px) -5px no-repeat, url(../img/common/bgi/bgi--page-2x.png) center top;
  background-size: 513px auto, 100% auto;
}

/*
Font-size list (base: 14px)
 57% =  8px
 64% =  9px
 71% = 10px
 79% = 11px        150% = 21px        221% = 31px
 86% = 12px        157% = 22px        229% = 32px
 93% = 13px        163% = 23px        236% = 33px
100% = 14px        171% = 24px        243% = 34px
107% = 15px        179% = 25px        250% = 35px
114% = 16px        186% = 26px        257% = 36px
121% = 17px        193% = 27px        264% = 37px
129% = 18px        200% = 28px        271% = 38px
136% = 19px        208% = 29px        276% = 39px
143% = 20px        214% = 30px        286% = 40px
*/
/* リンク色 */
a {
  color: #222222;
}

a:hover, a:active {
  text-decoration: none;
  color: #222222;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .yuinou-point:after, .item-boy:after, .item-hagoita:after, .hinaningyou-accessory:after, .item-list li:after, .meeting-flow li:after, .interview-index:after, .column-relation-list:after, .column-primal:after, .compare-layout:after, .flow-service:after, .message-photo:after, .access-section:after, .top-interview-list .top-interview-list__name:after, .top-interview-list:after, .top-knowledge-list:after, .inpage-nav:after, .item-inpage-nav:after, .common-news .common-news__list li:after, .column-list li:after, .column-pickup:after, .side-article li:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .yuinou-point, .item-boy, .item-hagoita, .hinaningyou-accessory, .item-list li, .meeting-flow li, .interview-index, .column-relation-list, .column-primal, .compare-layout, .flow-service, .message-photo, .access-section, .top-interview-list .top-interview-list__name, .top-interview-list, .top-knowledge-list, .inpage-nav, .item-inpage-nav, .common-news .common-news__list li, .column-list li, .column-pickup, .side-article li {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .yuinou-point, * html .item-boy, * html .item-hagoita, * html .hinaningyou-accessory, * html .item-list li, .item-list * html li, * html .meeting-flow li, .meeting-flow * html li, * html .interview-index, * html .column-relation-list, * html .column-primal, * html .compare-layout, * html .flow-service, * html .message-photo, * html .access-section, * html .top-interview-list .top-interview-list__name, .top-interview-list * html .top-interview-list__name, * html .top-interview-list, * html .top-knowledge-list, * html .inpage-nav, * html .item-inpage-nav, * html .common-news .common-news__list li, .common-news .common-news__list * html li, * html .column-list li, .column-list * html li, * html .column-pickup, * html .side-article li, .side-article * html li {
  height: 1%;
}

.clearfix, .yuinou-point, .item-boy, .item-hagoita, .hinaningyou-accessory, .item-list li, .meeting-flow li, .interview-index, .column-relation-list, .column-primal, .compare-layout, .flow-service, .message-photo, .access-section, .top-interview-list .top-interview-list__name, .top-interview-list, .top-knowledge-list, .inpage-nav, .item-inpage-nav, .common-news .common-news__list li, .column-list li, .column-pickup, .side-article li {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.layout-container-mid {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.layout-container-small {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* メインカラム */
.layout-main-column {
  width: 694px;
  float: left;
}

/* サブカラム */
.layout-sub-column {
  width: 300px;
  float: right;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 120px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  z-index: 10;
}

/* ヘッダー上段 */
/* ヘッダーメイン部分 */
.header-main {
  margin-bottom: 20px;
  position: relative;
}

/* ヘッダーロゴ */
.header-site-name {
  display: block;
  width: 139px;
  position: absolute;
  top: 55px;
  left: 0;
}

.primal-nav {
  margin-top: 35px;
  padding: 0;
  padding-right: 100px;
  float: right;
  text-align: right;
}
.primal-nav > ul {
  list-style: none;
}
.primal-nav > ul > li {
  padding: 6px 0;
  margin-left: 44px;
  display: block;
  float: left;
}
.primal-nav > ul > li > a {
  text-decoration: none;
  font-weight: bold;
  color: #D33232;
}
.primal-nav > ul > li > a span {
  display: inline-block;
  padding: 0;
}
.primal-nav > ul .primal-nav-drop {
  width: 100px;
  padding: 6px;
  margin-left: 10px;
  margin-right: -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  list-style: none;
  position: relative;
  text-align: center;
}
.primal-nav > ul .primal-nav-drop > a > span {
  display: block;
  border-radius: 3px;
  margin-bottom: 5px;
}
.primal-nav > ul .primal-nav-drop ul {
  background: #fff;
  width: 100%;
  padding: 6px;
  margin-top: 20px;
  border-radius: 0 0 6px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  list-style: none;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 0;
}
.primal-nav > ul .primal-nav-drop ul li a {
  display: block;
  text-decoration: none;
  margin-bottom: 2px;
  border-radius: 3px;
}
.primal-nav > ul .primal-nav-drop:hover {
  background: #fff;
  -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
}
.primal-nav > ul .primal-nav-drop:hover ul {
  display: block;
  margin-top: 0;
}
.primal-nav > ul .primal-nav-drop.primal-nav-drop-blue:hover span {
  background: #405C89;
  color: #fff;
}
.primal-nav > ul .primal-nav-drop.primal-nav-drop-blue ul a {
  color: #405C89;
}
.primal-nav > ul .primal-nav-drop.primal-nav-drop-blue ul a:hover {
  background: #405C89;
  color: #fff;
}
.primal-nav > ul .primal-nav-drop.primal-nav-drop-red:hover span {
  background: #D33232;
  color: #fff;
}
.primal-nav > ul .primal-nav-drop.primal-nav-drop-red ul a {
  color: #D33232;
}
.primal-nav > ul .primal-nav-drop.primal-nav-drop-red ul a:hover {
  background: #D33232;
  color: #fff;
}
.primal-nav > ul .primal-nav-drop-after {
  margin-left: 30px;
}

.btn-nav-open {
  background: none;
  padding: 0;
  border: none;
  position: fixed;
  top: 36px;
  right: 40px;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  background: #D33232;
  padding-top: 50px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-head {
  padding-bottom: 30px;
  border-bottom: 1px dashed #FFF;
}
.footer-head .footer-site-name {
  margin-top: 20px;
  float: left;
  margin-right: 55px;
}
.footer-head .footer-shop {
  margin-right: 105px;
  float: left;
}
.footer-head .footer-shop dt {
  margin-bottom: 30px;
  line-height: 1;
  font-weight: bold;
  font-size: 138%;
}
.footer-head .footer-shop dd {
  line-height: 1.75;
}

.footer-container {
  width: 1080px;
  margin: 0 auto;
}

/* フッターナビ */
.footer-nav {
  padding: 40px;
}

.footer-layout {
  font-size: 93%;
}
.footer-layout ul {
  float: left;
  list-style: none;
}
.footer-layout ul:nth-child(1) {
  width: 287px;
}
.footer-layout ul:nth-child(2) {
  width: 182px;
}
.footer-layout ul:nth-child(3) {
  width: 182px;
}
.footer-layout ul:nth-child(4) {
  width: 180px;
}
.footer-layout ul:nth-child(5) {
  width: 160px;
}
.footer-layout .footer-nav-list > li {
  background: url(../img/common/footer/ico--dot.svg) left 5px no-repeat;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer-layout .footer-nav-list ul li {
  margin-top: 10px;
}

.footer-sns {
  margin-top: 32px;
  list-style: none;
}
.footer-sns li {
  display: inline-block;
  margin-right: 20px;
}

/* フッター　お知らせ */
.footer-news {
  margin-bottom: 20px;
}

.footer-news__title {
  padding: 5px;
  border-bottom: 3px solid #6B625B;
  font-size: 129%;
}

.footer-news__list {
  list-style: none;
  margin-bottom: 10px;
}
.footer-news__list li {
  padding: 8px 5px;
  border-bottom: 1px dashed #999;
  font-size: 93%;
}

/* フッター　会社情報 */
.footer-address {
  padding: 10px 0;
}

address {
  font-style: normal;
}

/* フッター　お問い合わせ */
.footer-contact {
  position: relative;
  width: 470px;
  float: right;
}
.footer-contact a {
  position: absolute;
  left: 85px;
  bottom: 15px;
}

/* コピーライト */
.copy {
  display: block;
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: #222;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  display: none;
  background: url(../img/common/menu/bgi--01.png) calc(50% - 600px) -5px no-repeat, url(../img/common/menu/bgi--02.png) right bottom no-repeat, url(../img/common/bgi/bgi--page-2x.png) center top;
  background-size: 513px auto, 522px auto, 100% auto;
  width: 100%;
  padding-top: 145px;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 120px;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.global-nav-header .global-nav__logo {
  position: absolute;
  top: 14px;
  left: 45px;
}

.global-nav-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-nav-content > dl {
  min-width: 155px;
}

.global-nav-heading {
  background: url(../img/common/menu/ico--arrow.svg) left 12px no-repeat;
  padding-left: 53px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 163%;
}

.global-nav-tel {
  width: 231px;
  position: absolute;
  top: 42px;
  right: 145px;
  text-align: right;
  font-size: 75%;
}
.global-nav-tel img {
  display: block;
}

.global-nav-sns {
  list-style: none;
  position: absolute;
  right: 415px;
  top: 35px;
}
.global-nav-sns li {
  display: inline-block;
  margin-left: 20px;
}

.global-nav-shop {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-nav-shop .global-nav-sub {
  margin-right: 80px;
}

.global-nav-sub {
  margin-bottom: 80px;
  padding-left: 68px;
  list-style: none;
  font-weight: bold;
  font-size: 125%;
}
.global-nav-sub li {
  margin-bottom: 10px;
}

.global-nav-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
}
.global-nav-bottom li {
  display: inline-block;
}
.global-nav-bottom li:nth-child(1):after {
  content: " / ";
}

.global-nav-knowledge {
  padding-left: 23px;
  margin-bottom: 13px;
}
.global-nav-knowledge dt {
  background: url(../img/common/menu/ico--knowledge.svg) left 10px no-repeat;
  padding-left: 32px;
  font-weight: bold;
  font-size: 113%;
}
.global-nav-knowledge dd {
  padding-left: 50px;
}
.global-nav-knowledge dd ul {
  list-style: none;
}
.global-nav-knowledge dd ul li {
  display: inline-block;
  font-size: 125%;
  font-weight: bold;
}

.global-nav-column {
  width: 263px;
  display: block;
  position: absolute;
  top: 25px;
  right: 620px;
}

.global-nav-service {
  list-style: none;
}
.global-nav-service li {
  display: block !important;
}

.btn-nav-close {
  background: none;
  padding: 0;
  border: none;
  position: fixed;
  top: 36px;
  right: 40px;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 60px;
}
.side-nav .side-nav__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 156%;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #D33232;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

.side-article {
  list-style: none;
}
.side-article li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #D33232;
}
.side-article li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.side-article li .side-article__pic {
  width: 100px;
  border-radius: 10px;
  margin-right: 20px;
  float: left;
}
.side-article li .side-article__nophoto {
  background: #fff;
  border-radius: 10px;
  width: 100px;
  height: 78px;
  border-radius: 10px;
  margin-right: 20px;
  float: left;
}
.side-article li .side-article__nophoto img {
  height: 78px;
  display: block;
  margin: 0 auto;
}
.side-article li .side-article__title {
  display: block;
  line-height: 1.6;
}
.side-article li .side-article__link {
  background: url(../img/common/item/mark/ico--side-article-link.svg) right 6px no-repeat;
  padding-right: 20px;
  color: #D33232;
}

.side-tag {
  list-style: none;
}
.side-tag li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.side-tag li a {
  background: #D33232;
  padding: 2px 10px;
  line-height: 1.5;
  border-radius: 15px;
  font-size: 88%;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.side-cat-list {
  list-style: none;
}
.side-cat-list li {
  padding-left: 36px;
  margin-bottom: 10px;
  position: relative;
}
.side-cat-list li:before {
  content: " ";
  background: #D33232;
  width: 17px;
  height: 4px;
  display: block;
  position: absolute;
  top: 14px;
  left: 5px;
}

/*
	サイト全体の見出しの設定
*/
/* 見出し */
.title-lv1 {
  background: url(../img/common/heading/ico--title-lv1.svg) center top no-repeat;
  padding-top: 36px;
  margin-bottom: 60px;
  display: block;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  font-size: 238%;
}

.title-lv2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 189%;
}

/* 汎用見出し */
.title-other-01 {
  font-weight: bold;
  font-size: 156%;
}

.title-other-02, .contact-shop .contact-shop-dl dt {
  background: url(../img/common/heading/ico--title-lv2.svg) left 8px no-repeat;
  padding-left: 42px;
  display: block;
  line-height: 1.3;
  font-size: 189%;
}

.title-other-03-red {
  background: #D33232;
  padding: 20px 10px;
  margin-bottom: 60px;
  border-radius: 10px;
  line-height: 1.3;
  text-align: center;
  font-size: 188%;
  color: #fff;
}

.title-other-03-blue {
  background: #405C89;
  padding: 20px 10px;
  margin-bottom: 60px;
  border-radius: 10px;
  line-height: 1.3;
  text-align: center;
  font-size: 188%;
  color: #fff;
}

.title-other-04 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 189%;
}
.title-other-04 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  width: 100%;
  font-weight: bold;
}
.table-ptn--01 tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-ptn--01 th {
  width: 220px;
  border-bottom: 2px solid #D33232;
  padding: 20px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #39330C;
}
.table-ptn--01 td {
  width: calc(100% - 260px);
  border-bottom: 2px solid #D33232;
  padding: 20px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp .table-ptn--01 th {
  width: 120px;
}
.sp .table-ptn--01 td {
  width: calc(100% - 130px);
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-detail-red, .interview-index .interview-index__btn, .top-access .top-access-info__btn, .top-product-other .top-product-other__btn, .top-product-01-btn, .doll-item-nav .doll-item-nav__btn-red, .go-faq a, .go-service-nav .go-service-nav__btn-red {
  background: url(../img/common/item/mark/ico--detail.svg) right 20px center no-repeat, -webkit-gradient(linear, left top, right top, from(#ef563a), to(#d33232));
  background: url(../img/common/item/mark/ico--detail.svg) right 20px center no-repeat, linear-gradient(to right, #ef563a 0%, #d33232 100%);
  width: 335px;
  padding: 12px 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  font-size: 113%;
  color: #fff;
}

.btn-detail-blue, .top-product-02-btn, .doll-item-nav .doll-item-nav__btn-blue, .go-service-nav .go-service-nav__btn-blue {
  background: url(../img/common/item/mark/ico--detail.svg) right 20px center no-repeat, -webkit-gradient(linear, left top, right top, from(#506e9d), to(#405c89));
  background: url(../img/common/item/mark/ico--detail.svg) right 20px center no-repeat, linear-gradient(to right, #506e9d 0%, #405c89 100%);
  width: 335px;
  padding: 12px 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  font-size: 113%;
  color: #fff;
}

.sp .btn-detail-red, .sp .interview-index .interview-index__btn, .interview-index .sp .interview-index__btn, .sp .top-access .top-access-info__btn, .top-access .sp .top-access-info__btn, .sp .top-product-other .top-product-other__btn, .top-product-other .sp .top-product-other__btn, .sp .top-product-01-btn, .sp .doll-item-nav .doll-item-nav__btn-red, .doll-item-nav .sp .doll-item-nav__btn-red, .sp .go-faq a, .go-faq .sp a, .sp .go-service-nav .go-service-nav__btn-red, .go-service-nav .sp .go-service-nav__btn-red, .sp .btn-detail-blue, .sp .top-product-02-btn, .sp .doll-item-nav .doll-item-nav__btn-blue, .doll-item-nav .sp .doll-item-nav__btn-blue, .sp .go-service-nav .go-service-nav__btn-blue, .go-service-nav .sp .go-service-nav__btn-blue {
  font-size: 100%;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01, .meeting-line, .disposal-way, .repair-tool {
  background: #fff;
  border: 2px dashed #C92D31;
  border-radius: 10px;
  padding: 40px;
}

.box-sub--02, .koinobori-data, .item-data, .hinaningyou-accessory {
  background: #FFF;
  padding: 50px 70px;
  border: 2px solid #000;
  border-radius: 10px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.category {
  background: #D33232;
  padding: 0 10px;
  margin-bottom: 15px;
  line-height: 1.5;
  border-radius: 10px;
  font-size: 88%;
  display: inline-block;
  color: #fff;
}

/* ページネーションの設定 */
.article-nav {
  margin-bottom: 80px;
  list-style: none;
  text-align: center;
  position: relative;
}
.article-nav a {
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #1F1F1F;
  text-decoration: none;
  font-size: 88%;
}
.article-nav li:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav li:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
}

.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #D33232;
}
.pagination a {
  border: 1px solid #D33232;
}
.pagination a:hover {
  background-color: #D33232;
  border: 1px solid #D33232;
  color: #fff;
}
.pagination .current {
  background-color: #D33232;
  border: 1px solid #D33232;
  color: #fff;
}

.column-pickup {
  width: 1280px;
  margin: 80px auto 80px;
}
.column-pickup li {
  width: 614px;
  float: left;
  list-style: none;
  line-height: 1.2;
}
.column-pickup li:nth-child(2) {
  float: right;
}
.column-pickup a {
  text-decoration: none;
}
.column-pickup .column-pickup__pic {
  height: 477px;
  overflow: hidden;
}
.column-pickup .column-pickup__pic img {
  width: 100%;
  mask-image: url("../img/column/pic--mask.png");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/column/pic--mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  position: relative;
  z-index: 1;
}
.column-pickup .column-pickup-contents {
  margin-top: -125px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: left;
  position: relative;
  z-index: 2;
}
.column-pickup .column-pickup__label {
  background: #D33232;
  padding: 0 10px;
  margin-bottom: 15px;
  line-height: 1.5;
  border-radius: 10px;
  font-size: 88%;
  display: inline-block;
  color: #fff;
}
.column-pickup .column-pickup__title {
  background: rgba(0, 0, 0, 0.25);
  padding: 30px;
  display: block;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 238%;
  color: #fff;
}

.column-list {
  list-style: none;
}
.column-list li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #D33232;
}
.column-list li .column-list__pic {
  width: 256px;
  border-radius: 10px;
  margin-right: 30px;
  float: left;
}
.column-list li .column-list__nophoto {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 256px;
  height: 168px;
  margin-right: 30px;
  float: left;
}
.column-list li .column-list__nophoto img {
  height: 168px;
  display: block;
  margin: 0 auto;
}
.column-list li a {
  text-decoration: none;
}
.column-list .column-list__date {
  font-size: 93%;
}
.column-list .column-list-content {
  overflow: hidden;
}
.column-list .column-list__title {
  display: block;
  margin-bottom: 10px;
  line-height: 1.25;
  font-size: 125%;
}
.column-list .column-list__excerpt {
  line-height: 1.7;
}

.article-list {
  list-style: none;
}
.article-list li {
  width: 320px;
  margin-bottom: 80px;
  float: left;
}
.article-list li:nth-child(2n) {
  float: right;
}
.article-list li:nth-child(2n+1) {
  float: left;
}
.article-list a {
  text-decoration: none;
}
.article-list .article-list__pic {
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}
.article-list .article-list__nophoto {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 320px;
  height: 250px;
}
.article-list .article-list__nophoto img {
  height: 250px;
  display: block;
  margin: 0 auto;
}
.article-list .article-list__date {
  display: block;
  margin-bottom: 5px;
  font-size: 88%;
  color: #D33232;
}
.article-list .article-list__title {
  display: block;
  line-height: 1.6;
}

.blog {
  margin-bottom: 80px;
}
.blog .blog__title {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 175%;
  font-weight: normal;
}

.column-search {
  display: block;
  margin-bottom: 40px;
}
.column-search .column-val {
  width: 100%;
}

.item-detail-main {
  margin-bottom: 20px;
}
.item-detail-main img {
  border-bottom-left-radius: 10px;
}

.item-detail-thumb {
  margin-bottom: 40px;
}
.item-detail-thumb img {
  margin: 0 10px;
  border-bottom-left-radius: 10px;
}

.item-detail .item-detail__category {
  background: #D33232;
  display: inline-block;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 119%;
  color: #fff;
}
.item-detail .item-detail__title {
  margin-bottom: 40px;
  font-size: 175%;
  font-weight: normal;
}

.item-detail-section {
  margin-bottom: 60px;
}
.item-detail-section .item-detail-section__title {
  margin-bottom: 20px;
  font-size: 138%;
  font-weight: normal;
}

.news-list {
  list-style: none;
}
.news-list li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #D33232;
}
.news-list .news-list-header {
  margin-bottom: 10px;
  color: #D33232;
}
.news-list .news-list__date {
  display: inline-block;
  width: 100px;
}
.news-list .news-list__title {
  line-height: 1.6;
  font-size: 125%;
}
.news-list .news-list__excerpt {
  padding-top: 10px;
}

.news-header {
  color: #D33232;
}
.news-header .news__date {
  display: inline-block;
  margin-right: 30px;
}

.news .news__title {
  margin-bottom: 40px;
  font-size: 175%;
  font-weight: normal;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  background: url(../img/common/catch/bgi--catch-2x.png) center center no-repeat;
  background-size: cover;
  width: 1280px;
  height: 280px;
  padding-top: 105px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch .catch__title {
  font-size: 238%;
  font-weight: bold;
  color: #D33232;
}
.catch .catch__title span {
  background: url(../img/common/catch/bgi--span.svg) center top no-repeat;
  display: inline-block;
  height: 68px;
  line-height: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 40px;
  border-radius: 45px 40px 30px 30px;
}

.go-service-nav {
  width: 1080px;
  margin: 120px auto 120px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.go-service-nav li {
  width: 500px;
  margin-bottom: 80px;
}
.go-service-nav li:nth-child(3) {
  width: 100%;
  margin-bottom: 0;
}
.go-service-nav li img {
  border-radius: 10px;
}
.go-service-nav .go-service-nav__btn-red {
  margin-top: -30px;
}
.go-service-nav .go-service-nav__btn-blue {
  margin-top: -30px;
}

.go-faq {
  width: 500px;
  margin: 180px auto 80px;
}
.go-faq a {
  margin-top: -30px;
}

.doll-item-nav {
  width: 1080px;
  margin: 120px auto 120px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.doll-item-nav li {
  width: 500px;
  margin-bottom: 80px;
}
.doll-item-nav li img {
  border-radius: 10px;
}
.doll-item-nav .doll-item-nav__btn-red {
  margin-top: -30px;
}
.doll-item-nav .doll-item-nav__btn-blue {
  margin-top: -30px;
}

.topic-path {
  width: 1080px;
  margin: 0 auto 80px;
  text-align: left;
  font-size: 88%;
}

.page-bottom {
  width: 1080px;
  margin: 0 auto;
  padding: 120px 0 80px;
  text-align: left;
}

.common-sns {
  background: url(../img/common/item/sns/bgi--title.svg) center top no-repeat;
  width: 430px;
  padding-top: 20px;
  margin-left: 26px;
  float: left;
}
.common-sns .common-sns__title {
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: center;
  font-size: 119%;
}
.common-sns .common-sns__title span {
  background: #EBEBEB;
  padding: 3px 5px;
}
.common-sns .common-sns__list {
  width: 366px;
  margin: 0 auto;
  list-style: none;
}
.common-sns .common-sns__list li:nth-child(1) {
  float: left;
}
.common-sns .common-sns__list li:nth-child(2) {
  margin-top: 10px;
  float: right;
}
.common-sns .common-sns__list li:nth-child(3) {
  clear: both;
  float: left;
  margin-top: -20px;
  margin-left: 80px;
}

.common-news {
  width: 578px;
  float: right;
}
.common-news .common-news__title {
  padding-left: 5px;
  font-size: 138%;
  margin-bottom: 10px;
}
.common-news .common-news__list {
  border-top: 1px solid #D33232;
  list-style: none;
}
.common-news .common-news__list li {
  background: url(../img/common/item/news/ico--arrow.svg) right 20px top 17px no-repeat;
  padding: 10px 60px 5px 10px;
  border-bottom: 1px solid #D33232;
}
.common-news .common-news__list li span {
  display: inline-block;
  margin-bottom: 5px;
  width: 160px;
  float: left;
  color: #D33232;
}
.common-news .common-news__list li a {
  overflow: hidden;
}

.common-blog {
  padding-top: 60px;
}
.common-blog .common-blog__title {
  margin-bottom: 20px;
  font-size: 138%;
}
.common-blog .common-blog-list {
  list-style: none;
}
.common-blog .common-blog-list li {
  width: 343px;
  margin-right: 24px;
  float: left;
}
.common-blog .common-blog-list li:last-child {
  margin-right: 0;
}
.common-blog .common-blog-list .common-blog-list__pic {
  display: block;
  margin-bottom: 10px;
}
.common-blog .common-blog-list .common-blog-list__nophoto img {
  display: block;
  height: 267px;
  margin: 0 auto;
}
.common-blog .common-blog-list .common-blog-list__title {
  display: block;
  margin-left: 20px;
}
.common-blog .common-blog-list .common-blog-list__date {
  display: block;
  padding-left: 20px;
  font-size: 88%;
  color: #D33232;
}

.inpage-nav, .item-inpage-nav {
  margin-bottom: 80px;
  list-style: none;
  text-align: center;
  font-size: 0;
}
.inpage-nav li, .item-inpage-nav li {
  width: 250px;
  display: block;
  float: left;
  margin: 0 26px 20px 0;
  font-size: 16px;
}
.inpage-nav li:nth-child(4n+1), .item-inpage-nav li:nth-child(4n+1) {
  clear: both;
}
.inpage-nav li:nth-child(4n), .item-inpage-nav li:nth-child(4n) {
  margin-right: 0;
}
.inpage-nav li a, .item-inpage-nav li a {
  background: #fff url(../img/common/item/mark/ico--inpage-nav.svg) center bottom 15px no-repeat;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
  border-radius: 12px;
  border: 2px solid #1F1F1F;
  text-decoration: none;
  font-weight: bold;
  font-size: 125%;
}
.inpage-nav .inpage-nav-btn-red, .item-inpage-nav .inpage-nav-btn-red {
  color: #D33232;
}
.inpage-nav .inpage-nav-btn-blue, .item-inpage-nav .inpage-nav-btn-blue {
  color: #405C89;
}

.item-inpage-nav {
  text-align: center;
}
.item-inpage-nav li {
  width: 460px;
  display: inline-block;
  float: none;
}

.bg-cloud {
  width: 100%;
  max-width: none;
  display: block;
}

.bg-cloud-content {
  background: #fff;
  padding-bottom: 1px;
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}

/* トップページ */
.top-catch-bg {
  background: url(../img/index/main/bgi--03.png) calc(50% - 640px) 586px no-repeat;
  background-size: 33px auto;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.top-catch-bg .top-catch__bgi-02 {
  width: 513px;
  position: absolute;
  top: 477px;
  left: calc(50% + 460px);
}
.top-catch-bg .top-catch__contact {
  width: 158px;
  position: absolute;
  top: 493px;
  left: calc(50% + 478px);
}
.top-catch-bg .top-catch__lede {
  position: absolute;
  top: 47px;
  left: calc(50% + 390px);
}

.top-catch {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.top-intro {
  background: url(../img/index/intro/bgi--01.png) center top no-repeat;
  background-size: 1692px auto;
}

.top-service {
  background: url(../img/index/service/bgi--01-2x.png) center 50px no-repeat;
  background-size: 1601px auto;
}
.top-service .top-service__title {
  line-height: 1.3;
  font-size: 219%;
  margin-bottom: 40px;
}
.top-service .top-service__text {
  margin-bottom: 65px;
}
.top-service .top-service-btn {
  margin-bottom: 180px;
}

.top-product {
  background: url(../img/index/service/pic--01-2x.png) center top no-repeat;
  background-size: 508px auto;
  width: 1366px;
  padding-top: 260px;
  margin: 0 auto;
}

.top-product-tab {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.top-product-tab li {
  width: 50%;
}

.top-product-inner {
  background: #fff;
  padding: 70px 100px 1px;
  border-radius: 20px;
}

.top-product-list-main {
  list-style: none;
}
.top-product-list-main li {
  margin-bottom: 80px;
}

.top-product-list-sub {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-product-list-sub li {
  width: 520px;
  margin-bottom: 80px;
}
.top-product-list-sub li.top-product-list-sub__last {
  margin: 0 auto 80px;
}
.top-product-list-sub li img {
  border-radius: 10px;
}

.top-product-01 {
  background: url(../img/index/service/girl/bgi--01.png) center center no-repeat;
  padding: 60px 43px;
  margin-bottom: 80px;
}

.top-product-01-btn {
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
}

.top-product-02 {
  background: url(../img/index/service/boy/bgi--01.png) center center no-repeat;
  padding: 60px 43px;
  margin-bottom: 80px;
}

.top-product-02-btn {
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
}

.top-product-other {
  background: url(../img/index/service/other/bgi--02.png) center top no-repeat, url(../img/index/service/other/bgi--01.jpg) center center no-repeat;
  background-size: auto, cover;
  height: 482px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-product-other .top-product-other__title {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 189%;
}
.top-product-other .top-product-other__pic-01 {
  width: 520px;
  display: block;
  margin: 0 auto;
}
.top-product-other .top-product-other__btn {
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
}

.top-reason {
  background: url(../img/index/reason/bgi--02.png) calc(50% + 172px) 293px no-repeat, url(../img/index/reason/bgi--01.png) calc(50% - 250px) 239px no-repeat;
  background-size: 754px auto;
  padding-top: 200px;
  padding-bottom: 205px;
}
.top-reason .top-reason-layout {
  width: 1080px;
  margin: 0 auto 40px;
  text-align: left;
}
.top-reason .top-reason-content {
  width: 390px;
}

.top-merit {
  background: url(../img/index/merit/bgi--section-top.jpg) center top no-repeat, url(../img/index/merit/bgi--section-bottom.jpg) center bottom no-repeat;
  background-size: 100% auto, 100% auto;
  background-color: #FBF5A5;
  height: 1126px;
  padding-top: 150px;
  padding-bottom: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-merit .top-merit__title {
  margin-bottom: 70px;
}

.top-merit-list {
  width: 920px;
  margin: 0 auto 50px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-merit-list li {
  width: 250px;
  text-align: left;
}
.top-merit-list .top-merit-list__pic {
  display: block;
  margin: 0 auto 20px;
}
.top-merit-list .top-merit-list__title {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 189%;
  font-weight: bold;
}

.top-knowledge {
  margin-bottom: 115px;
}
.top-knowledge .top-knowledge__lede {
  display: block;
  margin: 10px auto;
}
.top-knowledge .top-knowledge__text {
  margin-top: -40px;
  margin-bottom: 60px;
}

.top-knowledge-list {
  list-style: none;
  width: 1080px;
  margin: 0 auto 70px;
}
.top-knowledge-list li {
  width: 255px;
  float: left;
  margin-right: 20px;
  text-align: left;
}
.top-knowledge-list li:nth-child(4) {
  margin-right: 0;
}
.top-knowledge-list .top-knowledge-list__pic {
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}
.top-knowledge-list .top-knowledge-list__nophoto img {
  height: 200px;
  display: block;
  margin: 0 auto;
}
.top-knowledge-list .top-knowledge-list__date {
  display: inline-block;
  line-height: 1;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 93%;
}

.top-interview {
  background: url(../img/index/interview/bgi--01.png) center top no-repeat;
  background-size: 1650px auto;
  padding-top: 70px;
  padding-bottom: 130px;
}

.top-interview-list {
  list-style: none;
  width: 1080px;
  margin: 0 auto;
  text-align: left;
}
.top-interview-list li {
  width: 330px;
  margin-right: 45px;
  float: left;
}
.top-interview-list li:last-child {
  margin-right: 0;
}
.top-interview-list .top-interview-list__pic {
  display: block;
  margin-bottom: 10px;
}
.top-interview-list .top-interview-list__name {
  margin-bottom: 15px;
}
.top-interview-list .top-interview-list__name img {
  width: 58px;
  margin-right: 15px;
  float: left;
}
.top-interview-list .top-interview-list__name span {
  display: block;
  padding-top: 15px;
}
.top-interview-list .top-interview-list-bg {
  background: #EDEDED;
  padding: 15px 20px;
  border-radius: 0px 10px;
}
.top-interview-list .top-interview-list-bg p {
  height: 160px;
}
.top-interview-list .top-interview-list__link {
  background: url(../img/index/interview/ico--detail.svg) right center no-repeat;
  padding-right: 40px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #D33232;
}

.top-access {
  width: 1080px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.top-access .top-access-map {
  position: relative;
}
.top-access .top-access-info {
  background: #fff;
  width: 355px;
  padding: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 20px;
  right: 30px;
  text-align: left;
  line-height: 1.5;
}
.top-access p {
  margin-bottom: 10px;
}
.top-access p.u-margin-bottom {
  margin-bottom: 20px;
}
.top-access .top-access-info__pic {
  display: block;
  margin-bottom: 20px;
}
.top-access .top-access-info__btn {
  width: 100%;
}

.company-slide {
  width: 780px;
  margin: 0 auto 100px !important;
}
.company-slide img {
  border-radius: 10px;
}

.access-section .access-section__title {
  background: url(../img/common/heading/ico--title-lv2.svg) left center no-repeat;
  padding-left: 42px;
  font-size: 156%;
}
.access-section .access-section__data {
  margin-bottom: 15px;
}
.access-section .access-section-content {
  width: 405px;
  float: left;
}
.access-section .access-section-map {
  width: 540px;
  float: right;
  margin-top: 50px;
}

/* メッセージ */
.message-intro {
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 125%;
}

.message-pic-main {
  width: 860px;
  margin: 0 auto 40px;
  margin-bottom: 40px;
  text-align: center;
}

.message-main-contents {
  text-align: center;
}
.message-main-contents .message-main-section {
  display: block;
  margin: 0 auto 80px;
}

.message-old-photo {
  background: url(../img/company/message/bgi--old-photo.png) calc(50% + 213px) 300px no-repeat;
  background-size: 1053px auto;
  padding-bottom: 140px;
}
.message-old-photo .message-old-photo__pic {
  width: 430px;
  display: block;
  margin: 0 auto;
}

.message-photo {
  list-style: none;
  margin-bottom: 60px;
}
.message-photo li {
  width: 430px;
  display: block;
  margin: 0 auto;
}

.message-outro-pic {
  display: block;
  width: 584px;
  margin: 0 auto 120px;
}

/* 流れ */
.flow-main {
  margin-bottom: 80px;
  overflow: hidden;
}
.flow-main .flow-main-lede {
  background: #fff;
  width: 540px;
  padding: 34px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-left: 34px;
  margin-top: -65px;
  position: relative;
  z-index: 2;
  text-align: left;
  letter-spacing: 0.06em;
  font-size: 238%;
  color: #D33232;
}
.flow-main .flow-main-content {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.flow-main .flow-main-content .flow-main__layer {
  width: 505px;
  position: absolute;
  right: -123px;
  bottom: 60px;
}

.flow-half-pic {
  width: 460px;
}

.flow-half-text {
  width: 510px;
}
.flow-half-text .flow-half-text__padtop {
  padding-top: 80px;
}

.flow-title {
  padding: 20px 0 30px;
  line-height: 1.3;
  font-size: 189%;
}

.flow-point, .howto-point {
  background: #fff;
  border: 2px dashed #D33232;
  padding: 40px 115px;
  border-radius: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.flow-point .flow-point__title, .howto-point .flow-point__title {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -47px;
}
.flow-point .flow-point__title-ja, .howto-point .flow-point__title-ja {
  background: url(../img/strength/flow/ico--point.svg) center top no-repeat;
  width: 100%;
  padding-top: 30px;
  position: absolute;
  top: -50px;
  left: 0;
}
.flow-point .flow-point__title-ja span, .howto-point .flow-point__title-ja span {
  background: #fff;
  display: inline-block;
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 156%;
  color: #D33232;
}

.flow-point-layout {
  margin-bottom: 150px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow-point-layout .flow-point, .flow-point-layout .howto-point {
  width: 520px;
  padding: 40px;
}

.flow-service {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #1F1F1F;
  padding: 40px 70px;
}
.flow-service .flow-service__pic {
  width: 284px;
  float: left;
  margin: 20px;
}
.flow-service .flow-service__title {
  background: url(../img/strength/flow/ico--point.svg) left center no-repeat;
  padding-left: 50px;
  font-size: 156%;
}
.flow-service .flow-service-content {
  width: 560px;
  float: right;
  overflow: hidden;
}
.flow-service .flow-service-list {
  padding-left: 30px;
  margin-bottom: 20px;
  list-style: disc;
  font-size: 138%;
  font-weight: bold;
}
.flow-service .flow-service-list__sub {
  display: block;
  font-weight: normal;
  font-size: 63%;
}

/* 比較 */
.compare-intro {
  width: 760px;
  margin: 0 auto 80px;
}

.compare-layout {
  margin-bottom: 80px;
}
.compare-layout .compare-layout__pic {
  width: 460px;
  float: left;
}
.compare-layout .compare-layout__text {
  width: 510px;
  padding-top: 20px;
  float: right;
}

.compare-dl-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.compare-dl-wrap dl {
  background: #fff;
  width: 520px;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.compare-dl-wrap dl dt {
  width: 100%;
  padding-top: 30px;
  position: absolute;
  top: -50px;
  left: 0;
}
.compare-dl-wrap dl dt span {
  background: #fff;
  display: inline-block;
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 156%;
}

.compare-merit {
  border: 2px dashed #C92D31;
}
.compare-merit dt {
  background: url(../img/strength/compare/ico--merit.svg) center top no-repeat;
}
.compare-merit dt span {
  color: #D33232;
}

.compare-demerit {
  border: 2px dashed #405C89;
}
.compare-demerit dt {
  background: url(../img/strength/compare/ico--demarit.svg) center top no-repeat;
}
.compare-demerit dt span {
  color: #405C89;
}

.price-intro {
  margin-bottom: 120px;
  text-align: center;
}

.price-pic-01 {
  width: 760px;
  margin: 0 auto;
}

.price-point {
  list-style: none;
  width: 760px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-point li {
  width: 360px;
  text-align: left;
}
.price-point li img {
  display: block;
  margin: 0 auto 10px;
}

.price-photo {
  margin-bottom: 40px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-photo li {
  width: 500px;
}

.price-average {
  margin-bottom: 60px;
}
.price-average .price-average__title {
  background: url(../img/common/heading/ico--title-lv2.svg) center top no-repeat;
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 156%;
}

.price-average-bg {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 20px;
}

.price-average-list {
  margin-bottom: 20px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-average-list li {
  width: 165px;
}
.price-average-list .price-average-dl {
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  font-size: 113%;
}
.price-average-list .price-average-dl dt {
  background: #000;
  width: 165px;
  height: 80px;
  display: table-cell;
  border-radius: 6px 6px 0 0;
  vertical-align: middle;
  color: #fff;
  font-size: 111%;
}
.price-average-list .price-average-dl dd {
  padding: 20px 0;
  border: 1px solid;
  border-radius: 0 0 6px 6px;
}
.price-average-list.price-average-list--girl dt {
  background: #D33232;
}
.price-average-list.price-average-list--girl dd {
  border-color: #D33232;
}
.price-average-list.price-average-list--boy dt {
  background: #405C89;
}
.price-average-list.price-average-list--boy dd {
  border-color: #405C89;
}

.column-container {
  margin-top: 120px;
}

.column-primal {
  margin-bottom: 35px;
  position: relative;
}
.column-primal .column-primal__category {
  background: #D33232;
  padding: 0 20px;
  margin-right: 10px;
  border-radius: 20px;
  display: inline-block;
  float: left;
  font-size: 119%;
  color: #fff;
}
.column-primal .column-primal__date {
  float: right;
}

.column .column-title {
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 175%;
}

#toc_container {
  background: #fff;
  border: 2px dashed #C92D31;
  border-radius: 10px;
  width: 100% !important;
  padding: 20px 40px;
  margin: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#toc_container .toc_title {
  border-bottom: 2px solid #C92D31;
  text-align: center;
  margin-bottom: 20px;
  font-size: 125%;
}
#toc_container .toc_list {
  list-style: none;
}
#toc_container .toc_list li {
  margin-bottom: 10px;
}

.column-contents {
  margin-bottom: 50px;
}

.column-contact {
  margin-bottom: 80px;
}
.column-contact .column-contact__lede {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 113%;
  color: #D33232;
}
.column-contact .column-contact__btn {
  background: #fff url(../img/common/item/mark/ico--contact.svg) right 20px center no-repeat;
  display: block;
  padding: 10px 0;
  border: 2px solid #D33232;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 113%;
  color: #D33232;
}

.column-relation {
  margin-bottom: 120px;
}
.column-relation .column-relation__title {
  margin-bottom: 20px;
  font-size: 156%;
  font-weight: bold;
}

.column-relation-list {
  list-style: none;
}
.column-relation-list li {
  width: 215px;
  margin-right: 24px;
  margin-bottom: 40px;
  float: left;
  line-height: 1.5;
}
.column-relation-list li:nth-child(3n) {
  margin-right: 0;
}
.column-relation-list li:nth-child(3n+1) {
  clear: both;
}
.column-relation-list li .column-list__pic {
  display: block;
  margin-bottom: 10px;
}
.column-relation-list li .column-list__nophoto {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 256px;
  height: 168px;
}
.column-relation-list li .column-list__nophoto img {
  height: 168px;
  display: block;
  margin: 0 auto;
}
.column-relation-list li a {
  text-decoration: none;
}

.bg-interview {
  background: url(../img/interview/bgi--contents.png) center 200px no-repeat;
  background-size: 1592px auto;
}

.interview-index {
  margin-bottom: 120px;
}
.interview-index .interview-index__pic {
  width: 540px;
  float: left;
}
.interview-index .interview-index-content {
  padding: 74px 0 0 52px;
  overflow: hidden;
}
.interview-index .interview-index__title {
  margin-bottom: 20px;
  font-size: 189%;
}
.interview-index .interview-index__title span {
  background: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px;
  color: #D33232;
}
.interview-index .interview-index__btn {
  margin: 0;
  font-size: 100%;
}

.interview-intro {
  margin-bottom: 80px;
  text-align: center;
}

.interview-main {
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  margin-left: calc( ( 100% - 100vw ) / 2 );
  margin-right: calc( ( 101.5% - 100vw ) / 2 );
}
.interview-main .interview-main__pic {
  width: 1080px;
  display: block;
  margin: 0 auto 0;
  border-radius: 10px;
}
.interview-main .interview-main__cloud {
  width: 619px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 755px);
}

.interview-lede {
  margin-bottom: 40px;
}
.interview-lede span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  line-height: 1.5;
  font-size: 189%;
  font-weight: bold;
  color: #D33232;
}

.interview-comment {
  min-height: 110px;
  padding-left: 140px;
  margin-bottom: 40px;
  position: relative;
}
.interview-comment .interview-comment__costomer {
  width: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
.interview-comment p {
  padding-top: 20px;
}

.interview-comment-pic-01 {
  width: 500px;
  margin-left: 74px;
  border-radius: 10px;
  float: right;
}

/* サービス */
.service-pic--01 {
  width: 892px;
  display: block;
  margin: 0 auto 60px;
}

.service-pic--02 {
  width: 760px;
  display: block;
  margin: 0 auto 60px;
}

.bg-service {
  background: url(../img/service/index/bgi--01.png) center 213px no-repeat;
  background-size: 1825px auto;
  margin-left: calc( ( 100% - 100vw ) / 2 );
  margin-right: calc( ( 101.5% - 100vw ) / 2 );
  min-height: 700px;
}
.bg-service .bg-service__text {
  width: 1080px;
  margin: 0 auto;
}

.service-pic--03 {
  width: 1080px;
  display: block;
  margin: 0 auto;
}

.service-pic--04 {
  margin-left: calc( ( 100% - 100vw ) / 2 );
  margin-right: calc( ( 101.5% - 100vw ) / 2 );
}
.service-pic--04 img {
  width: 1280px;
  display: block;
  margin: 0 auto;
}

/* 修理 */
.repair-intro {
  margin-bottom: 70px;
  text-align: center;
}

.repair-dl dt {
  font-weight: bold;
  font-size: 113%;
}
.repair-dl dd {
  margin-bottom: 40px;
}

.repair-tool-img {
  width: 435px;
  display: block;
  margin: 0 auto 20px;
}

.repair-tool {
  padding: 60px 0;
  text-align: center;
}

.disposal-way {
  margin-bottom: 40px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.disposal-way li {
  width: 50%;
  font-size: 113%;
  font-weight: bold;
  color: #D33232;
}

/* お問い合わせ */
.contact-bnr {
  list-style: none;
  width: 760px;
  margin: 0 auto 80px;
}
.contact-bnr li {
  margin-bottom: 60px;
}
.contact-bnr li:last-child {
  margin-bottom: 0;
}

.contact-shop {
  margin-bottom: 120px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px dashed #D33232;
  border-bottom: 2px dashed #D33232;
}
.contact-shop .contact-shop-dl {
  width: 50%;
  padding: 50px 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-shop .contact-shop-dl dt {
  margin-bottom: 20px;
  font-size: 156%;
}

/* webミーティング */
.meeting-intro {
  width: 530px;
  display: block;
  margin: 0 auto 20px;
}

.meeting-intro-text {
  width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.meeting-bg {
  background: #fff;
  padding-bottom: 1px;
  margin-bottom: 120px;
  margin-left: calc( ( 100% - 100vw ) / 2 );
  margin-right: calc( ( 101.5% - 100vw ) / 2 );
  position: relative;
  z-index: 2;
}
.meeting-bg .title-lv1 {
  margin-top: -60px;
}

.meeting-cloud {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.meeting-point-img {
  margin-bottom: 60px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.meeting-point-img li {
  width: 500px;
}

.meeting-point-list {
  list-style: none;
}
.meeting-point-list li {
  margin-bottom: 60px;
}

.meeting-flow {
  list-style: none;
  padding-left: 60px;
  position: relative;
}
.meeting-flow:before {
  content: " ";
  background: #D33232;
  width: 2px;
  height: 320px;
  position: absolute;
  top: 100px;
  left: 140px;
  z-index: 0;
}
.meeting-flow li {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.meeting-flow li img {
  float: left;
  margin-right: 60px;
}
.meeting-flow li p {
  height: 135px;
  display: table-cell;
  vertical-align: middle;
}

.meeting-line {
  margin-bottom: 40px;
  text-align: center;
}
.meeting-line .meeting-line__title {
  margin-bottom: 20px;
}
.meeting-line .meeting-line__qr {
  width: 160px;
  display: block;
  margin: 0 auto 20px;
}

/* FAQ */
.faq {
  background: #fff url(../img/common/item/faq/ico--faq-q.svg) 20px 30px no-repeat;
  text-align: left;
  margin-bottom: 40px;
  border-bottom: 2px solid #D33232;
}
.faq dt {
  background: url(../img/common/item/faq/ico--faq-plus.svg) right 40px top 30px no-repeat;
  padding: 20px 70px;
  border-top: 2px solid #D33232;
  font-size: 138%;
  font-weight: bold;
  cursor: pointer;
}
.faq dt.active {
  background: url(../img/common/item/faq/ico--faq-minus.svg) right 40px top 30px no-repeat;
}
.faq dd {
  padding: 30px 70px;
  border-top: 1px dashed #D33232;
  display: none;
}

.faq-section {
  margin-bottom: 120px;
}
.faq-section .faq-section__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 189%;
}

/* 商品 */
.item-list {
  list-style: none;
}
.item-list.item-list-column {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-list.item-list-column li {
  width: 500px;
}
.item-list li {
  margin-bottom: 75px;
}
.item-list .item-list__pic {
  width: 460px;
  display: block;
  float: left;
}
.item-list .item-list-content {
  width: 500px;
  float: right;
}
.item-list .item-list__title {
  display: block;
  font-size: 156%;
}
.item-list .item-list__title span {
  background: #fff;
  display: inline-block;
  padding: 2px 10px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.item-advice {
  position: relative;
}
.item-advice .item-advice-pic {
  margin-top: -180px;
}

.item-advice-pic {
  width: 493px;
  float: right;
}

.item-advice-content {
  width: 500px;
  margin-top: -40px;
  margin-bottom: 80px;
}

.hinaningyou-advise-point {
  padding: 0 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.hinaningyou-advise-point li {
  width: 360px;
  text-align: left;
}
.hinaningyou-advise-point li img {
  display: block;
  margin-bottom: 15px;
}

.hinaningyou-accessory .hinaningyou-accessory__pic {
  width: 340px;
  margin-top: 15px;
  margin-right: 60px;
  float: left;
}
.hinaningyou-accessory .hinaningyou-accessory-content {
  overflow: hidden;
}

.item-other-section, .yuinou-point {
  background: #fff;
  border: 2px dashed #D33232;
  padding: 40px 115px;
  border-radius: 10px;
  margin-bottom: 120px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.item-other-section .item-other-section__title, .yuinou-point .item-other-section__title {
  width: 100%;
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 138%;
}
.item-other-section .item-other-section__title span, .yuinou-point .item-other-section__title span {
  background: #fff;
  display: inline-block;
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  color: #D33232;
}

.voice {
  margin-bottom: 120px;
  list-style: none;
}
.voice li {
  background: #FFFFFF;
  padding: 20px 40px;
  margin: 0 20px 50px 68px;
  border-radius: 12px;
  border: 2px solid #D33232;
  position: relative;
}
.voice li:before {
  content: url(../img/voice/ico--balloon.svg);
  position: absolute;
  top: calc(50% - 18px);
  left: -50px;
}

/* 飾り方しまい方 */
.howto-nav {
  margin-bottom: 80px;
  list-style: none;
  text-align: center;
  font-size: 0;
}
.howto-nav li {
  display: inline-block;
  margin: 0 10px 20px;
  font-size: 16px;
}
.howto-nav li:nth-child(1) {
  margin-left: 0;
}
.howto-nav li:nth-child(4) {
  margin-right: 0;
}
.howto-nav li a {
  background: #fff;
  width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  border-radius: 12px;
  border: 2px solid #1F1F1F;
  text-decoration: none;
  font-weight: bold;
  font-size: 138%;
}
.howto-nav li a.howto-nav__red {
  color: #D33232;
}
.howto-nav li a.howto-nav__red:hover, .howto-nav li a.howto-nav__red.active {
  background: #D33232;
  border-color: #D33232;
  color: #fff;
}
.howto-nav li a.howto-nav__blue {
  color: #405C89;
}
.howto-nav li a.howto-nav__blue:hover, .howto-nav li a.howto-nav__blue.active {
  background: #405C89;
  border-color: #405C89;
  color: #fff;
}

.howto-section {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

.howto-section__title {
  margin-bottom: 20px;
  text-align: center;
}
.howto-section__title span {
  background: #fff;
  display: inline-block;
  padding: 5px;
  line-height: 1.5;
}

.howto-point {
  margin-left: -160px;
  margin-right: -160px;
}
.howto-point .howto-point__title {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -47px;
}

.setting-hinaningyo-flow {
  margin-left: -160px;
  margin-right: -160px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.setting-hinaningyo-flow li {
  width: 340px;
}
.setting-hinaningyo-flow li img {
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}

.setting-gogatsuningyo-flow {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.setting-gogatsuningyo-flow li {
  width: 340px;
}
.setting-gogatsuningyo-flow li img {
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}

/* 羽子板 */
.item-hagoita .item-hagoita__pic {
  width: 460px;
  float: left;
  margin-left: 70px;
  border-radius: 10px;
}
.item-hagoita .item-hagoita-content {
  width: 500px;
  float: right;
  overflow: hidden;
}

.item-attention {
  background: #FFF;
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  list-style: none;
}
.item-attention li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
  font-size: 113%;
}
.item-attention li:before {
  content: "■";
}

.item-data {
  padding: 20px;
}
.item-data table {
  width: 100%;
}
.item-data table th {
  width: 80px;
  text-align: center;
}

/* 五月人形 */
.gogatsuningyo-advise-point {
  padding: 0 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.gogatsuningyo-advise-point li {
  width: 360px;
  margin-bottom: 80px;
  text-align: left;
}
.gogatsuningyo-advise-point li:nth-child(3) {
  margin-bottom: 0;
}
.gogatsuningyo-advise-point li img {
  display: block;
  margin-bottom: 15px;
}

/* 鯉のぼり */
.koinobori-data {
  padding: 10px 20px 10px;
}
.koinobori-data dt {
  line-height: 1.5;
  font-weight: bold;
  font-size: 138%;
}
.koinobori-data dd {
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: 113%;
}
.koinobori-data dd:last-child {
  padding-bottom: 0;
}

.koinobori-advise-point {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.koinobori-advise-point li {
  width: 230px;
}

.item-boy {
  list-style: none;
}
.item-boy .item-boy__pic {
  width: 500px;
  float: left;
  border-radius: 10px;
}
.item-boy .item-boy-content {
  width: 500px;
  float: right;
  overflow: hidden;
}
.item-boy .item-boy__title {
  display: block;
  font-size: 156%;
}
.item-boy .item-boy__title span {
  background: #fff;
  display: inline-block;
  padding: 2px 10px;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* 結納品 */
.yuinou-intro {
  margin-bottom: 80px;
}
.yuinou-intro .yuinou-intro__pic {
  width: 540px;
  float: left;
  border-radius: 10px;
}
.yuinou-intro .yuinou-intro-content {
  width: 440px;
  padding-top: 90px;
  float: right;
}
.yuinou-intro .inpage-nav li, .yuinou-intro .item-inpage-nav li {
  width: 100%;
}
.yuinou-intro .inpage-nav li a, .yuinou-intro .item-inpage-nav li a {
  width: 100%;
  padding: 15px 0 35px;
}

.yuinou-point {
  position: relative;
  padding: 40px;
  text-align: left;
}
.yuinou-point .yuinou-point__pic {
  width: 290px;
  margin-right: 50px;
  float: left;
}
.yuinou-point .item-other-section__title {
  text-align: center;
}
.yuinou-point .yuinou-point__lede {
  font-size: 138%;
  color: #D33232;
}

/* 盆提灯 */
.lantern-nav {
  list-style: none;
  width: 980px;
  margin: 0 auto 80px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lantern-nav li {
  width: 300px;
}
.lantern-nav a {
  background: #fff url(../img/common/item/mark/ico--inpage-nav.svg) center bottom 10px no-repeat;
  padding-top: 10px;
  padding-bottom: 30px;
  display: block;
  border-radius: 12px;
  border: 2px solid #1F1F1F;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 138%;
}

.lantern-item-list li {
  padding-left: 40px;
}
.lantern-item-list .item-list__pic {
  width: 500px;
}
.lantern-item-list .item-list-content {
  padding-top: 70px;
}

.sitemap {
  width: 760px;
  margin: 0 auto 80px;
  list-style: none;
  text-align: left;
}
.sitemap > li {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 113%;
}
.sitemap ul {
  list-style: none;
  margin-left: 40px;
  margin-bottom: 20px;
}

/* 検索 */
.column-search {
  position: relative;
}
.column-search .column-search__val {
  width: 100%;
  border: 2px solid #D33232;
  padding: 10px 40px 10px 20px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.column-search .column-search__btn {
  background: url(../img/common/item/search-box/btn--submit.svg) center center no-repeat;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  text-indent: -99px;
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: 10px;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 89%;
}

.u-font-size--large {
  font-size: 111%;
}

.u-font-size--x-large {
  font-size: 133%;
}

.u-font-size--xx-large {
  font-size: 144%;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: #D33232;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #D33232;
}

.u-color-sub {
  color: #405C89;
}

.u-ff-title, .title-lv1, .title-other-02, .btn-detail-red, .btn-detail-blue, .catch .catch__title, .go-service-nav .go-service-nav__btn-red, .go-service-nav .go-service-nav__btn-blue, .go-faq a, .doll-item-nav .doll-item-nav__btn-red, .doll-item-nav .doll-item-nav__btn-blue, .top-service .top-service__title, .top-product-01-btn, .top-product-02-btn, .top-product-other .top-product-other__btn, .top-interview-list .top-interview-list__name, .top-interview-list .top-interview-list__link, .top-access .top-access-info__btn, .flow-main .flow-main-lede, .interview-index .interview-index__btn, .contact-shop .contact-shop-dl dt {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-lede {
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 189%;
}

.sp .u-lede {
  font-size: 150%;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* マージンボトムの設定 */
.u-margin-bottom--small {
  margin-bottom: 10px;
}

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

.u-margin-bottom--large {
  margin-bottom: 40px;
}

.u-margin-bottom--x-large {
  margin-bottom: 60px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 80px;
}

.u-margin-bottom--max {
  margin-bottom: 120px;
}

.u-margin-bottom--over {
  margin-bottom: 180px;
}

.u-hr-dash {
  height: 1px;
  display: block;
  border-top: 1px dashed #C92D31;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.bg-white {
  background: #fff;
}
.bg-white.bg-white-padding {
  padding: 120px 0 1px;
}

.u-round, .item-list .item-list__pic {
  border-radius: 10px;
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=master.css.map */