@charset 'UTF-8';
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;

  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  /* Firefox 36+ */
  -webkit-appearance: none;
     -moz-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;

    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

/* Slider */
.slick-slider {
  position: relative;

  box-sizing: border-box;
  display: block;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  position: relative;

  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fff;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100%;
  line-height: 0;
  margin: 0 auto;
  outline: none;
  padding: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 28px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.6;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}

.slick-prev {
  left: -20px;
}

@media only screen and (max-width: 1200px) {
  .slick-prev {
    left: 0;

    z-index: 1;
  }
}

.slick-prev:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media only screen and (max-width: 1200px) {
  .slick-prev:before {
    position: relative;
    left: 10px;
  }
}

.slick-next {
  right: -10px;
}

@media only screen and (max-width: 1200px) {
  .slick-next {
    right: 0;
  }
}

.slick-next:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* # =================================================================
 #	ベース
 # ================================================================= */
body {
  color: #000;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
  line-height: 2;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

a:hover {
  opacity: 0.6;
}

a:focus {
  outline: 0;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix::after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.required {
  color: #ee3543;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-feature-settings: 'palt';
  font-size: 11px;
  letter-spacing: 0.04em;
  margin: 0 0 0 3px;
}

/* # =================================================================
 #	ローディング
 # ================================================================= */
.loading {
  position: fixed;
  top: 0;
  left: 0;

  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.loading-logo {
  position: fixed;
  top: 50%;
  left: 50%;
}

.loading-logo img {
  height: auto;
  width: 100%;
}

.loading-bar {
  position: fixed;
  bottom: 0;
  left: 0;

  height: 4px;
  width: 0;
}

.load-general .loading-logo {
  height: 116px;
  margin: -58px 0 0 -234.5px;
  width: 469px;
}

.load-general .loading-bar {
  background: #baa768;
}

.load-kanematsu .loading-logo {
  height: 96.56px;
  margin: -48.28px 0 0 -110px;
  width: 220px;
}

.load-kanematsu .loading-bar {
  background: #ecf7e5;
}

.load-poolside .loading-logo {
  height: 67.47px;
  margin: -33.735px 0 0 -110px;
  width: 220px;
}

.load-poolside .loading-bar {
  background: #f9f7b6;
}

/* # =================================================================
 #	レイアウト
 # ================================================================= */
.cover {
  position: relative;
}

.cover::before {
  position: absolute;
  top: 0;
  left: 0;

  background: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: 15;
}

.l-column {
  margin: 0 auto;
  width: 1200px;
}

@media only screen and (max-height: 799px) {
  .l-column {
    width: 960px;
  }
}

@media only screen and (max-width: 1200px) {
  .c-general .public-close {
    position: absolute;
    top: 0;

    width: 1200px;
  }
}

.c-kanematsu .main,
.c-poolside .main {
  padding-top: 184px;
}

.page .main {
  padding-top: 176px;
}

.section {
  margin: 0 auto 80px;
}

@media only screen and (max-height: 799px) {
  .section {
    margin: 0 auto 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    margin: 0 auto;
    width: 1200px;
  }
}

.top .container {
  opacity: 0;
}

.grid-2 .main {
  padding-top: 0;
}

.wrapper {
  display: table;
  margin: 0 auto 80px;
  table-layout: fixed;
  vertical-align: top;
}

.wrapper .main {
  display: table-cell;
  vertical-align: top;
  width: 940px;
}

@media only screen and (max-height: 799px) {
  .wrapper .main {
    width: 752px;
  }
}

.wrapper .aside {
  display: table-cell;
  padding: 0 40px 0 0;
  vertical-align: top;
  width: 260px;
}

/* # =================================================================
 #	アニメーション
 # ================================================================= */
.hov-text {
  border-bottom: solid 1px rgba(172, 136, 51, 0);
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.hov-text:hover {
  border-bottom: solid 1px #ac8833;
  color: #ac8833;
  opacity: 1;
}

.hov-col {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.hov-col:hover {
  color: #ac8833;
  opacity: 1;
}

.hov-border {
  position: relative;

  display: inline-block;
  overflow: hidden;
  /*&::before,
	&::after {
		position: absolute;
		width: 100%;
		height: 5px;
		background: #ac8833;
		display: block;
		transition: all .2s linear;
		z-index: 2;
		content: "";
	}
	&::before {
		top: -5px;
		left: 0;
	}
	&::after {
		bottom: -5px;
		right: 0;
	}*/
}

.hov-border .effect-border {
  /*&::before,
		&::after {
			position: absolute;
			width: 5px;
			height: 100%;
			background: #ac8833;
			display: block;
			transition: all .2s linear;
			z-index: 2;
			content: "";
		}
		&::before {
			right: -5px;
			top: 0;
		}
		&::after {
			bottom: 0;
			left: -5px;
		}*/
}

.hov-border .effect-filter {
  position: relative;

  display: block;
}

.hov-border .effect-filter::before {
  position: absolute;
  top: 0;
  left: 0;

  background: transparent;
  content: '';
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}

.hov-border .effect-info {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: 'Cormorant Infant', serif;
  opacity: 0;
  padding: 0 10px;
  text-align: center;
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  width: 100%;
  z-index: 3;
}

.hov-border .effect-info-id {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0 auto 12px;
}

.hov-border .effect-info-more {
  background: #fff;
  margin: 0 auto;
  width: 90px;
}

.hov-border .effect-info-more span {
  position: relative;

  display: inline-block;
  font-size: 20px;
  font-style: italic;
  height: 24px;
  letter-spacing: 0.04em;
  line-height: 24px;
  padding: 0 22px 0 0;
}

.hov-border .effect-info-more span::after {
  position: absolute;
  top: 8px;
  right: 0;

  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -196px;
  content: '';
  display: block;
  height: 9px;
  width: 12px;
}

.hov-border:hover {
  opacity: 1;
  /*&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}*/
}

.hov-border:hover .effect-border {
  /*&::before {
				right: 0;
			}
			&::after {
				left: 0;
			}*/
}

.hov-border:hover .effect-filter::before {
  background: rgba(0, 0, 0, 0.2);
}

.hov-border:hover .effect-info {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hov-scale {
  display: block;
  height: 100%;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  width: 100%;
}

.hov-scale:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.hov-color {
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}

.hov-color:hover {
  color: #ac8833;
  opacity: 1;
}

.balloon {
  position: absolute;

  background: #fff;
  border: solid 1px #ccc;
  display: none;
  margin-left: -77.5px;
  margin-top: 10px;
  padding: 17.5px 14px 10px;
  width: 390px;
  z-index: 5;
}

.balloon-inner {
  position: relative;
}

.balloon-inner::before,
.balloon-inner::after {
  position: absolute;
  right: 0;
  left: 0;

  border-style: solid;
  border-width: 0 13.5px 20px 13.5px;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  width: 0;
}

.balloon-inner::before {
  top: -38px;

  border-color: transparent transparent #ccc transparent;
}

.balloon-inner::after {
  top: -36px;

  border-color: transparent transparent #fff transparent;
}

.balloon-inner p {
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}

.balloon-head {
  margin: 0 0 7.5px;
}

.balloon-head p {
  font-size: 12px;
}

.balloon-color-item {
  float: left;
  margin: 0 5px 8px;
  width: 80px;
}

.balloon-color-item-link {
  display: block;
  margin: 0 0 2px;
  overflow: hidden;
}

.balloon-color-item-link img {
  height: auto;
  width: 100%;
}

.balloon-color-item-text {
  font-size: 11px;
}

.is-balloon.is-efc .hov-border .effect-filter::before {
  background: rgba(0, 0, 0, 0.2);
}

.is-balloon.is-efc .hov-border .effect-info {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.balloon-clip {
  position: absolute;
  bottom: 43px;

  margin-left: -57.5px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  width: 300px;
  z-index: 5;
}

.balloon-clip-inner {
  position: relative;

  background: #fff;
  border: solid 2px #ccc;
  padding: 33px 10px;
}

.balloon-clip-inner::before,
.balloon-clip-inner::after {
  position: absolute;
  right: 0;
  left: 0;

  border-style: solid;
  border-width: 11px 7px 0 7px;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  width: 0;
}

.balloon-clip-inner::before {
  bottom: -13px;

  border-color: #ccc transparent transparent transparent;
}

.balloon-clip-inner::after {
  bottom: -10px;

  border-color: #fff transparent transparent transparent;
}

.balloon-clip-inner p {
  letter-spacing: 0.06em;
  text-align: center;
}

.balloon-clip-inner .clip-close {
  position: absolute;
  top: 8px;
  right: 8px;

  background: #000;
  display: block;
  height: 25px;
  padding: 5px;
  width: 25px;
}

.balloon-clip-inner .clip-close p {
  position: relative;

  height: 100%;
  width: 100%;
}

.balloon-clip-inner .clip-close p span {
  position: absolute;
  left: 0;

  background: #fff;
  display: inline-block;
  height: 1px;
  width: 100%;
}

.balloon-clip-inner .clip-close p span:nth-child(1) {
  top: 0;

  -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}

.balloon-clip-inner .clip-close p span:nth-child(2) {
  bottom: 0;

  -webkit-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

/* # =================================================================
 #	パンくず
 # ================================================================= */
.breadcrumb {
  padding: 24px 0;
}

.breadcrumb ul {
  font-size: 0;
  letter-spacing: -0.4em;
  word-spacing: -1em;
}

.breadcrumb ul li {
  color: #888;
  display: inline-block;
  font-size: 14px;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1;
  word-spacing: normal;
}

.breadcrumb ul li + li:before {
  color: #000;
  content: '>';
  display: inline-block;
  margin: 0 10px;
}

.breadcrumb ul li a {
  font-size: 12px;
  line-height: 1;
}

.grid-2 .breadcrumb {
  margin: 176px 0 0;
}

/* # =================================================================
 #	ブランド名
 # ================================================================= */
.n-kanematsu {
  color: #80a767;
  font-family: 'Cormorant Infant', serif;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.n-kanematsu b {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 0 4px;
}

.n-poolside {
  color: #ccba55;
  font-family: 'Cormorant Infant', serif;
}

.n-poolside b {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 18px;
}

/* # =================================================================
 #	タイトル
 # ================================================================= */
.title {
  text-align: center;
}

.title span {
  position: relative;

  display: inline-block;
  font-family: 'Cormorant Infant', serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.32em;
  line-height: 1;
  text-align: center;
  width: 300px;
}

.title span::after {
  position: absolute;
  top: 50%;
  left: 0;

  background: #ececec;
  content: '';
  display: block;
  height: 2px;
  margin: -1px 0 0;
  width: 100%;
  z-index: -1;
}

.title.title-green span::after {
  background: #daefcc;
}

.title.title-yellow span::after {
  background: #f9f7b6;
}

.title.title-white span::after {
  background: #fff;
}

.h-page {
  border-bottom: solid 2px #ececec;
  border-top: solid 2px #ececec;
  font-weight: normal;
  letter-spacing: 0.32em;
  line-height: 1;
  text-align: center;
}

.h-page.en {
  font-family: 'Cormorant Infant', serif;
  font-size: 30px;
  padding: 35px 0;
}

.h-page.jp {
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 24px;
  padding: 38px 0;
}

.sub-title {
  text-align: center;
}

.sub-title span {
  position: relative;

  display: inline-block;
  font-family: 'Cormorant Infant', serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0 90px;
}

.sub-title span::before,
.sub-title span::after {
  position: absolute;
  top: 50%;

  background: #ccc;
  content: '';
  display: block;
  height: 1px;
  margin: -0.5px 0 0;
  width: 80px;
}

.sub-title span::before {
  left: 0;
}

.sub-title span::after {
  right: 0;
}

.h-em {
  color: #ac8833;
  font-family: 'Cormorant Infant', serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.2;
}

.h-line {
  background: url(../images/bg_stripe.png) repeat top left;
  font-weight: bold;
  padding: 1px 0 1px 8px;
}

.h-ttl {
  border-left: solid 2px #ac8833;
  color: #ac8833;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 10px;
}

/* # =================================================================
 #	アイコン
 # ================================================================= */
.icon {
  display: block;
}

.icon-favorite {
  background-image: url(../images/sprite/sprite.png);
  background-position: -212px -191px;
  height: 20px;
  width: 27px;
}

.icon-favorite-s {
  background-image: url(../images/sprite/sprite.png);
  background-position: -156px -212px;
  height: 13px;
  width: 18px;
}

.icon-favorite-m {
  background-image: url(../images/sprite/sprite.png);
  background-position: -75px -212px;
  height: 16px;
  width: 22px;
}

.icon-cart {
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 -212px;
  height: 22px;
  width: 27px;
}

.icon-cart-w {
  background-image: url(../images/sprite/sprite.png);
  background-position: -27px -212px;
  height: 22px;
  width: 27px;
}

.icon-new::after {
  background-image: url(../images/sprite/sprite.png);
  background-position: -159px -159px;
  content: '';
  height: 53px;
  width: 53px;
}

.icon-arr-bs::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;

  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -196px;
  content: '';
  display: block;
  height: 9px;
  margin: auto;
  width: 12px;
}

.icon-close {
  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -127px;
  height: 13px;
  width: 13px;
}

.icon-check {
  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -19px;
  height: 16px;
  width: 16px;
}

.icon-sns {
  position: relative;

  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 0 0 0 30px;
}

.icon-sns::before {
  position: absolute;
  top: 50%;
  left: 0;

  background-size: 22px auto;
  content: '';
  display: block;
  height: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 22px;
}

.icon-facebook::before {
  background: url(../images/icon_facebook.svg) no-repeat center left;
}

.icon-twitter::before {
  background: url(../images/icon_twitter.svg) no-repeat center left;
}

.icon-instagram::before {
  background: url(../images/icon_instagram.svg) no-repeat center left;
}

.icon-open::before,
.icon-open::after {
  position: absolute;
  top: 50%;

  background: #ccc;
  content: '';
  display: block;
}

.icon-open::before {
  right: 20px;

  height: 2px;
  margin: -1px 0 0;
  width: 16px;
}

.icon-open::after {
  right: 27px;

  height: 16px;
  margin: -8px 0 0;
  width: 2px;
}

.icon-open.active::after {
  opacity: 0;
}

/* # =================================================================
 #	タグ
 # ================================================================= */
.tag {
  font-family: Helvetica, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.tag-new {
  color: #ac8833;
}

.tag-sale {
  color: #ee3543;
}

/* # =================================================================
 #	カラーリスト
 # ================================================================= */
.colors {
  display: block;
  height: 26px;
  width: 26px;
}

.color-white {
  background: #fff;
  border: solid 1px #ccc;
}

.color-gray {
  background: #ccc;
}

.color-black {
  background: #000;
}

.color-red {
  background: #f00;
}

.color-pink {
  background: #ff78a4;
}

.color-wine {
  background: #c7005e;
}

.color-brown {
  background: #6e3100;
}

.color-beige {
  background: #f4e6d0;
}

.color-orange {
  background: #ff6c00;
}

.color-yellow {
  background: #fff000;
}

.color-green {
  background: #137528;
}

.color-blue {
  background: #0078ff;
}

.color-purple {
  background: #7a34c2;
}

.color-ethane {
  background: url(../images/color_ethane.jpg) no-repeat top left;
}

.color-silver {
  background: url(../images/color_silver.jpg) no-repeat top left;
}

.color-gold {
  background: url(../images/color_gold.jpg) no-repeat top left;
}

.color-bronze {
  background: url(../images/color_bronze.jpg) no-repeat top left;
}

.color-multi {
  background: url(../images/color_multi.jpg) no-repeat top left;
}

/* # =================================================================
 #	ポップアップ
 # ================================================================= */
.pop-item {
  position: relative;
}

.pop-item em {
  font-size: 0;
}

.pop-up {
  position: absolute;
  top: -34px;

  margin-left: -25px;
  width: 76px;
  z-index: 1;
}

.pop-up-inner {
  position: relative;

  background: #fff;
  border: solid 1px #ccc;
  border-radius: 3px;
  height: 26px;
}

.pop-up-inner::before,
.pop-up-inner::after {
  position: absolute;
  right: 0;
  left: 0;

  border-style: solid;
  border-width: 8px 4px 0 4px;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  width: 0;
}

.pop-up-inner::before {
  bottom: -8px;

  border-color: #ccc transparent transparent transparent;
}

.pop-up-inner::after {
  bottom: -6px;

  border-color: #fff transparent transparent transparent;
}

.pop-up-inner p {
  font-size: 11px;
  line-height: 26px;
  text-align: center;
}

/* # =================================================================
 #	パネル
 # ================================================================= */
.pannel {
  position: relative;

  float: left;
  margin: 0 0 15px;
  width: 240px;
}

@media only screen and (max-height: 799px) {
  .pannel {
    width: 192px;
  }
}

.pannel-img {
  height: 240px;
  overflow: hidden;
  width: 240px;
}

@media only screen and (max-height: 799px) {
  .pannel-img {
    height: 192px;
    width: 192px;
  }
}

.pannel-img .pannel-img-link {
  display: block;
}

.pannel-img .pannel-img-link img {
  height: auto;
  width: 100%;
}

.pannel-info {
  padding: 15px 10px 10px;
  text-align: center;
}

.pannel-info .n-kanematsu {
  line-height: 1;
}

.pannel-info .n-poolside {
  line-height: 1;
}

/* # =================================================================
 #	プライス
 # ================================================================= */
.price {
  font-family: Helvetica, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
}

@media only screen and (max-height: 799px) {
  .price {
    line-height: 1.4;
    margin: 5px 0 0;
  }
}

.price-tax {
  font-feature-settings: 'palt';
  font-size: 11px;
  margin: 0 0 0 3px;
}

.price .tag {
  display: inline-block;
  margin: 0 5px 0 0;
}

.price .tag del {
  color: #000;
}

.sale-price {
  position: absolute;

  color: #ee3543;
  line-height: 1;
  width: 100%;
}

.sale-price .off {
  display: inline-block;
  font-family: Helvetica, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px 0 0;
}

/* # =================================================================
 #	ボタン
 # ================================================================= */
.link-btn {
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  width: 150px;
}

.link-btn.btn-view .link-btn-box::after {
  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -205px;
  height: 8px;
  width: 10px;
}

.link-btn-box {
  position: relative;

  background: #000;
  color: #fff;
  display: block;
  font-family: 'Cormorant Infant', serif;
  font-size: 20px;
  font-style: italic;
  height: 34px;
  letter-spacing: 0.04em;
  line-height: 34px;
  width: 100%;
}

.link-btn-box::after {
  position: absolute;
  top: 50%;
  right: 10px;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -187px;
  content: '';
  display: block;
  height: 9px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 12px;
}

.link-btn.open .link-btn-box::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.btn-clip {
  background: #fff;
  border: solid 1px #ccc;
  display: block;
  height: 30px;
  text-align: center;
  width: 100%;
}

.btn-clip span {
  position: relative;

  font-size: 12px;
  line-height: 30px;
  padding: 0 26px 0 0;
}

.btn-clip span::after {
  position: absolute;
  top: 50%;
  right: 0;

  background-image: url(../images/sprite/sprite.png);
  background-position: -156px -212px;
  content: '';
  height: 13px;
  margin: -6.5px 0 0;
  width: 18px;
}

.btn-home {
  width: 300px;
}

.btn-home a {
  border: solid 1px #ccc;
  display: block;
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.btn-home a:hover {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.btn-go {
  position: relative;

  background: #000;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  width: 250px;
}

.btn-go:hover {
  opacity: 0.6;
}

.btn-go-text {
  color: #fff;
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.btn-go-icon {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;

  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -116px;
  display: block;
  height: 11px;
  margin: auto;
  width: 16px;
}

.btn-del {
  position: relative;

  background: #fff;
  border: solid 1px #ccc;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  width: 250px;
}

.btn-del:hover {
  background: rgba(0, 0, 0, 0.1);
}

.btn-del-text {
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.btn-del-icon::before,
.btn-del-icon::after {
  position: absolute;
  top: 50%;
  right: 20px;

  background: #000;
  border-radius: 1px;
  content: '';
  display: block;
  height: 1px;
  width: 12px;
}

.btn-del-icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-del-icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-link-detail {
  background: #000;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 100%;
}

.btn-link-change {
  border: solid 1px #ccc;
  display: block;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  width: 100%;
}

.btn-link-change:hover {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.btn-blog {
  position: relative;

  background: #000;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  width: 250px;
}

.btn-blog:hover {
  opacity: 0.6;
}

.btn-blog-text {
  color: #fff;
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.btn-blog-icon {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;

  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -162px;
  display: block;
  height: 11px;
  margin: auto;
  width: 13px;
}

.btn-map {
  position: relative;

  background: #000;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  width: 250px;
}

.btn-map:hover {
  opacity: 0.6;
}

.btn-map-text {
  color: #fff;
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.btn-map-icon {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;

  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -173px;
  display: block;
  height: 14px;
  margin: auto;
  width: 9px;
}

/* # =================================================================
 #	フォーム
 # ================================================================= */
.sach-select {
  position: relative;

  background: #fff;
}

.sach-select-text {
  position: relative;

  border: solid 1px #ccc;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.sach-select-text::after {
  position: absolute;
  top: 50%;
  right: 10px;

  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  content: '';
  display: block;
  height: 10px;
  margin: -7.07px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.form-tbl {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #d9d9d9;
  width: 100%;
}

.form-tbl tr {
  text-align: left;
}

.form-tbl tr.row-col td {
  padding: 20px 0 0 20px;
}

.form-tbl tr th {
  background: #f8f6ef;
  border-bottom: solid 1px #d9d9d9;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 10px 0 20px;
  text-align: left;
  vertical-align: top;
  width: 160px;
}

.form-tbl tr th .row-2 {
  display: inline-block;
  vertical-align: middle;
}

.form-tbl tr td {
  border-bottom: solid 1px #d9d9d9;
  padding: 20px 0 20px 20px;
}

.form-tbl tr td input.inp-s {
  width: 150px;
}

.form-tbl tr td input.inp-s + .inp-s {
  margin: 0 0 0 15px;
}

.form-tbl tr td input.inp-m {
  width: 300px;
}

.form-tbl tr td input.inp-l {
  width: 350px;
}

.form-tbl tr td .sach-select {
  width: 630px;
}

.form-tbl tr td .sach-full {
  width: 630px;
}

.form-tbl tr td .sach-full .sach-half {
  width: 300px;
}

.sach-full {
  position: relative;
}

.sach-full::before {
  position: absolute;

  content: '〜';
  display: block;
  height: 100%;
  line-height: 35px;
  text-align: center;
  width: 100%;
}

.sach-full .sach-half {
  float: right;
  width: 100px;
}

.sach-full .sach-half:first-child {
  float: left;
}

.sach-select-menu {
  position: absolute;
  left: 0;

  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  display: none;
  width: 100%;
  z-index: 3;
}

.sach-select-menu-list {
  background: #f5f5f5;
  padding: 12px 0 0;
}

.sach-select-menu-list-item {
  line-height: 2.3;
}

.sach-select-menu-list-item-text {
  display: block;
  padding: 0 15px;
}

.sach-select-menu-list-item:hover .sach-select-menu-list-item-text {
  background: #dcdcdc;
  color: #888;
  opacity: 1;
}

.sach-select-menu-list-item.s-current .sach-select-menu-list-item-text {
  background: #dcdcdc;
  color: #888;
  pointer-events: none;
}

.sach-select-form .sach-select-menu-list-item label input[type='radio'] {
  position: absolute;

  opacity: 0;
}

.sach-select-form .sach-select-menu-list-item label em {
  cursor: pointer;
  display: block;
  font-style: normal;
}

.sach-select-btn {
  background: #000;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: 10px 0 0 auto;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  width: 100px;
}

.sach-select-btn span {
  position: relative;

  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding: 0 30px 0 0;
  text-align: center;
}

.sach-select-btn span::after {
  position: absolute;
  top: 50%;
  right: 0;

  background-image: url(../images/sprite/sprite.png);
  background-position: -242px -159px;
  content: '';
  display: block;
  height: 21px;
  margin: -10.5px 0 0;
  width: 22px;
}

.sach-select-btn:hover {
  opacity: 0.6;
}

.aside .sach-select-btn span::after {
  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -103px;
  height: 13px;
  margin: -6.5px 0 0;
  width: 14px;
}

.req {
  background: #fff;
  border: solid 1px #ac8833;
  color: #ac8833;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 0 0 8px;
  text-align: center;
  vertical-align: top;
  width: 35px;
}

input[type='text'] {
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.4;
  padding: 6.5px 10px;
  width: 100%;
}

input[type='password'] {
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.4;
  padding: 6.5px 10px;
  width: 100%;
}

input[type='email'] {
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.4;
  padding: 6.5px 10px;
  width: 400px;
}

input[type='tel'] {
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.4;
  padding: 6.5px 10px;
  width: 400px;
}

input[type='checkbox'].in-chk {
  position: absolute;

  opacity: 0;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
button:focus,
textarea:focus {
  background: #fff;
  outline: 0;
}

select:focus {
  outline: 0;
}

button.sach-select-btn:focus {
  background: #000;
}

button.btn-go:focus {
  background: #000;
}

textarea {
  display: block;
}

.hyphen {
  display: inline-block;
  margin: 0 0 0 3px;
}

.form-cap {
  display: inline-block;
  margin: 0 7px 0 10px;
}

.inp-info {
  font-size: 11px;
  line-height: 1.5;
  margin: 9px 0 0;
}

.inp-info a {
  border-bottom: solid 1px #ccc;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.inp-info a:hover {
  border-bottom: solid 1px #ac8833;
  color: #ac8833;
  opacity: 1;
}

.form-select {
  position: relative;

  display: inline-block;
  width: 300px;
}

.form-select.select-birth {
  width: 150px;
}

.form-select.select-birth + .select-birth {
  margin: 0 0 0 15px;
}

.form-select.select-time {
  width: 90px;
}

.form-select::after {
  position: absolute;
  top: 50%;
  right: 10px;

  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  content: '';
  display: block;
  height: 10px;
  margin: -7.07px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  z-index: -1;
}

.lbl-radio {
  position: relative;

  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  padding: 0 0 0 22px;
}

.lbl-radio + .lbl-radio {
  margin: 0 0 0 20px;
}

.lbl-radio input {
  display: none;
}

.lbl-radio input:checked + span::after {
  opacity: 1;
}

.lbl-radio span {
  position: absolute;
  top: -1.5px;
  left: 0;
}

.lbl-radio span::before,
.lbl-radio span::after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  width: 16px;
}

.lbl-radio span::before {
  border: solid 1px #ccc;
}

.lbl-radio span::after {
  position: absolute;
  top: 0;

  background: #000;
  height: 10px;
  margin: 3px;
  opacity: 0;
  width: 10px;
}

select {
  position: relative;

  border: solid 1px #ccc;
  border-radius: 0;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  height: 34px;
  line-height: 1.4;
  padding: 0 28px 0 10px;
  width: 100%;
}

:placeholder-shown {
  color: #888;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

:-moz-placeholder {
  color: #888;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
  opacity: 1;
}

::-moz-placeholder {
  color: #888;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

.form-btn {
  margin: 50px 0 0;
}

.form-btn-link {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
  word-spacing: -1em;
}

.form-btn-link li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0 10px;
  vertical-align: top;
  word-spacing: normal;
}

.form-btn-link li .btn-go {
  width: 300px;
}

.mail-box {
  border: solid 1px #ccc;
  margin: 20px 0 0;
  padding: 23px 30px 30px;
  width: 523px;
}

.mail-box-block + .mail-box-block {
  margin: 28px 0 0;
}

.mail-box-h {
  font-size: 13px;
  margin: 0 0 10px;
}

.mail-box-h-text {
  display: inline-block;
  margin: 0 4px 0 0;
  vertical-align: middle;
}

.mail-box .form-select {
  width: 400px;
}

.mail-box .form-select + .form-select {
  margin: 15px 0 0;
}

/********************
#	入力エラー時
# *******************/
.err-block {
  background: #ffe2e2;
  display: inline-block;
  margin: 13px 0 0;
  padding: 9.5px 12px;
}

.err-block p {
  color: #ee3543;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.err-inp input,
.err-inp select {
  border: solid 1px #ee3543;
}

.err-inp-text {
  color: #ee3543;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin: 0 0 0 14px;
}

.err-inp .mail-box select {
  border: solid 1px #ccc;
}

/********************
#	入力情報確認
# *******************/
.acc-form .form-tbl.form-tbl-confirm tr,
.my-form .form-tbl.form-tbl-confirm tr,
.mag-form .form-tbl.form-tbl-confirm tr {
  font-size: 13px;
}

.acc-form .form-tbl.form-tbl-confirm tr th,
.my-form .form-tbl.form-tbl-confirm tr th,
.mag-form .form-tbl.form-tbl-confirm tr th {
  padding: 0 10px 0 20px;
  vertical-align: middle;
  width: 260px;
}

.acc-form .form-tbl.form-tbl-confirm tr td,
.my-form .form-tbl.form-tbl-confirm tr td,
.mag-form .form-tbl.form-tbl-confirm tr td {
  padding: 12px 20px;
}

/********************
#	入力情報完了
# *******************/
.comp {
  padding: 27px 0 0;
  text-align: center;
}

.comp-h {
  margin: 0 0 37px;
}

.comp-text {
  letter-spacing: 0.06em;
  margin: 0 0 70px;
}

.comp-btn {
  margin: 0 auto;
}

/********************
#	モーダル
# *******************/
.my-modal {
  position: relative;

  background: #fff;
}

.my-modal-inner {
  padding: 93px 0 104px;
}

.my-modal-text {
  margin: 0 0 53px;
  text-align: center;
}

.my-modal-links {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
  word-spacing: -1em;
}

.my-modal-links-item {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0 10px;
  vertical-align: top;
  width: 300px;
  word-spacing: normal;
}

.my-modal-links-item button,
.my-modal-links-item a {
  display: block;
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}

.my-modal-links-item button {
  background: #000;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.my-modal-links-item button:hover {
  opacity: 0.6;
}

.my-modal-links-item a {
  border: solid 1px #000;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.my-modal-links-item a:hover {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

/* # =================================================================
 #	ページネーション
 # ================================================================= */
.pagenation ul {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
  word-spacing: -1em;
}

.pagenation ul li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  padding: 0 17.5px;
  vertical-align: middle;
  word-spacing: normal;
}

.pagenation ul li a {
  font-size: 13px;
}

.pagenation ul li.page-current a {
  color: #888;
}

.pagenation ul li.pagenation-arrow a {
  position: relative;

  background: #000;
  display: block;
  height: 30px;
  width: 30px;
}

.pagenation ul li.pagenation-arrow a::after {
  position: absolute;
  top: 50%;
  right: 10px;

  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  content: '';
  display: block;
  height: 10px;
  margin: -7.07px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.pagenation ul li.pagenation-arrow a::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  margin: auto;
}

.pagenation ul li.pagenation-arrow.page-prev {
  padding: 0 10px 0 0;
}

.pagenation ul li.pagenation-arrow.page-prev a::after {
  margin: auto auto auto 12px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.pagenation ul li.pagenation-arrow.page-next {
  padding: 0 0 0 10px;
}

.pagenation ul li.pagenation-arrow.page-next a::after {
  margin: auto 12px auto auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* # =================================================================
 #	メインビュー
 # ================================================================= */
.mainview-inner img {
  height: auto;
  width: 100%;
}

/* # =================================================================
 #	カルーセル
 # ================================================================= */
.c-slider-item a {
  display: block;
  height: 280px;
  width: 380px;
}

@media only screen and (max-height: 799px) {
  .c-slider-item a {
    height: 224px;
    width: 304px;
  }
}

.c-slider-item a img {
  height: auto;
  width: 100%;
}

/* # =================================================================
 #	新商品
 # ================================================================= */
.newitem-inner .title {
  margin: 0 auto 30px;
}

.newitem-body {
  margin: 0 auto 10px;
}

.n-tabs {
  margin: 0 auto 20px;
  width: 1110px;
}

@media only screen and (max-height: 799px) {
  .n-tabs {
    width: 100%;
  }
}

.n-tabs-list {
  position: relative;

  border-bottom: solid 1px #000;
}

.n-tabs-list-item {
  position: relative;

  cursor: pointer;
  float: left;
  height: 55px;
  text-align: center;
  width: 185px;
}

@media only screen and (max-height: 799px) {
  .n-tabs-list-item {
    width: 160px;
  }
}

.n-tabs-list-item span {
  display: inline-block;
  font-family: 'Cormorant Infant', serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 55px;
  padding: 0 0 0 63px;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.n-tabs-list-item:hover span {
  opacity: 0.6;
}

.n-tabs-list .n-bar {
  position: absolute;
  bottom: 0;
  left: 0;

  background: #000;
  display: block;
  height: 3px;
  width: 185px;
}

.tabs-poolside .n-tabs-list-item {
  width: 222px;
}

@media only screen and (max-height: 799px) {
  .tabs-poolside .n-tabs-list-item {
    width: 192px;
  }
}

.category {
  position: relative;
}

.category::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: '';
  display: block;
  margin: auto;
}

.category.cat-all::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 0;
  height: 53px;
  width: 53px;
}

.category.cat-pumps::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -106px -106px;
  height: 53px;
  width: 53px;
}

.category.cat-flat::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -212px -106px;
  height: 53px;
  width: 53px;
}

.category.cat-sandal::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -106px 0;
  height: 53px;
  width: 53px;
}

.category.cat-boots::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -159px -106px;
  height: 53px;
  width: 53px;
}

.category.cat-bag::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -159px 0;
  height: 53px;
  width: 53px;
}

.category.cat-umbrella::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 -53px;
  height: 53px;
  width: 53px;
}

.category.cat-wallet::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -53px 0;
  height: 53px;
  width: 53px;
}

.category.cat-other::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -53px -159px;
  height: 53px;
  width: 53px;
}

.category.cat-office::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -106px -159px;
  height: 53px;
  width: 53px;
}

.category.cat-casual::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -212px 0;
  height: 53px;
  width: 53px;
}

.category.cat-formal::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -212px -53px;
  height: 53px;
  width: 53px;
}

.category.cat-rain::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -53px -106px;
  height: 53px;
  width: 53px;
}

.category.cat-party::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -159px -53px;
  height: 53px;
  width: 53px;
}

.category.cat-bridal::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 -159px;
  height: 53px;
  width: 53px;
}

.category.cat-school::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -53px -53px;
  height: 53px;
  width: 53px;
}

.category.cat-recruit::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 -106px;
  height: 53px;
  width: 53px;
}

.category.cat-resort::before {
  background-image: url(../images/sprite/sprite.png);
  background-position: -106px -53px;
  height: 53px;
  width: 53px;
}

.n-contents-inner.hide {
  display: none;
}

.n-contents-more {
  margin: 10px auto 0;
}

/* # =================================================================
 #	ランンキング
 # ================================================================= */
.ranking {
  margin: 0 auto 60px;
}

.ranking-inner .title {
  margin: 0 auto 30px;
}

.ranking-block .pannel::after {
  position: absolute;
  top: 10px;
  left: 10px;

  border-radius: 50%;
  display: block;
  font-family: 'Cormorant Infant', serif;
  font-size: 30px;
  font-style: italic;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}

.ranking-block .pannel:nth-child(1)::after {
  border: solid 1px #b6964d;
  color: #b6964d;
  content: '1';
}

.ranking-block .pannel:nth-child(2)::after {
  border: solid 1px #aaa;
  color: #aaa;
  content: '2';
}

.ranking-block .pannel:nth-child(3)::after {
  border: solid 1px #9c5050;
  color: #9c5050;
  content: '3';
}

.ranking-block .pannel:nth-child(4)::after {
  border: solid 1px #555;
  color: #555;
  content: '4';
}

.ranking-block .pannel:nth-child(5)::after {
  border: solid 1px #555;
  color: #555;
  content: '5';
}

.ranking-area {
  margin: 0 0 20px;
}

.ranking-area-head {
  position: relative;

  float: left;
  height: 195px;
  width: 195px;
}

@media only screen and (max-height: 799px) {
  .ranking-area-head {
    height: 150px;
    width: 150px;
  }
}

.ranking-area-head img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.ranking-area-head.ranking-kanematsu {
  background: #ecf7e5;
}

.ranking-area-head.ranking-kanematsu img {
  height: 53px;
  margin: -26.5px 0 0 -62px;
  width: 124px;
}

.ranking-area-head.ranking-poolside {
  background: #fcfbd2;
}

.ranking-area-head.ranking-poolside img {
  height: 34px;
  margin: -17px 0 0 -52.5px;
  width: 105px;
}

.ranking-area-body {
  float: right;
}

.ranking-area-body .ranking-block .pannel {
  width: 195px;
}

@media only screen and (max-height: 799px) {
  .ranking-area-body .ranking-block .pannel {
    width: 160px;
  }
}

.ranking-area-body .ranking-block .pannel-img {
  height: 195px;
  width: 195px;
}

@media only screen and (max-height: 799px) {
  .ranking-area-body .ranking-block .pannel-img {
    height: auto;
    width: 100%;
  }
}

/* # =================================================================
 #	コレクション
 # ================================================================= */
.collection-inner .title {
  margin: 0 auto 4px;
}

.collection-inner-lead {
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 auto 28px;
  text-align: center;
}

.collection-inner-btn {
  margin: 12px auto 80px;
}

/* # =================================================================
 #	商品カテゴリ タブ
 # ================================================================= */
.items-tabs-list-item {
  position: relative;

  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc;
  float: left;
  margin: 0 0 0 5px;
  width: 220px;
}

.items-tabs-list-item:first-child {
  margin: 0;
}

.items-tabs-list-item:first-child .items-tabs-list-item-link {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
}

.items-tabs-list-item:nth-child(2) .items-tabs-list-item-link {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
}

.items-tabs-list-item.select::after {
  position: absolute;
  bottom: -1px;
  left: 0;

  background: rgba(255, 255, 255, 0);
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}

.items-tabs-list-item.items-tabs-all.select {
  background: #f5f5f5;
}

.items-tabs-list-item.items-tabs-all.select::after {
  background: #f5f5f5;
}

.items-tabs-list-item.items-tabs-kanematsu.select {
  background: #ecf7e5;
}

.items-tabs-list-item.items-tabs-kanematsu.select::after {
  background: #ecf7e5;
}

.items-tabs-list-item.items-tabs-poolside.select {
  background: #fcfbd2;
}

.items-tabs-list-item.items-tabs-poolside.select::after {
  background: #fcfbd2;
}

.items-tabs-list-item-link {
  cursor: pointer;
  display: block;
  font-family: 'Cormorant Infant', serif;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.items-contents {
  border: solid 1px #ccc;
}

.items-contents-inner {
  padding: 30px;
}

.items-contents-inner.hide {
  display: none;
}

.items-contents-inner.items-all {
  background: #f5f5f5;
}

.items-contents-inner.items-kanematsu {
  background: #ecf7e5;
}

.items-contents-inner.items-poolside {
  background: #fcfbd2;
}

.items-block {
  float: left;
  width: 558px;
}

@media only screen and (max-height: 799px) {
  .items-block {
    float: none;
    width: 100%;
  }
}

.items-block + .items-block {
  float: right;
}

@media only screen and (max-height: 799px) {
  .items-block + .items-block {
    float: none;
    margin: 30px 0 0;
  }
}

.items-block-head {
  margin: 0 0 16px;
  text-align: center;
}

.items-block-head-h {
  position: relative;

  display: inline-block;
  line-height: 1;
  padding: 0 30px;
}

.items-block-head-h::before {
  position: absolute;
  top: 50%;
  left: 0;

  background: #fff;
  content: '';
  display: block;
  height: 2px;
  margin: -1px 0 0;
  width: 100%;
  z-index: 1;
}

.items-block-head-h-text {
  position: relative;

  font-family: 'Cormorant Infant', serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.18em;
  z-index: 2;
}

.items-block-head-h-text span {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.12em;
  margin: 0 8px 0 0;
}

.items-block-list {
  border-top: dotted 1px #ccc;
}

.items-block-list-item {
  background: #000;
  display: table;
  float: left;
  height: 60px;
  width: 186px;
}

@media only screen and (max-height: 799px) {
  .items-block-list-item {
    width: 33%;
  }
}

@media only screen and (max-height: 799px) {
  .items-block-list-item:nth-child(3n) {
    width: 34%;
  }
}

.items-block-list-item:nth-child(3n+1) .items-block-list-item-link {
  border-left: dotted 1px #ccc;
}

.items-block-list-item-link {
  position: relative;

  background: #fff;
  border-bottom: dotted 1px #ccc;
  border-right: dotted 1px #ccc;
  display: table-cell;
  vertical-align: middle;
}

.items-block-list-item-link span {
  display: block;
  font-family: 'Cormorant Infant', serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 0 68px;
}

@media only screen and (max-height: 799px) {
  .items-block-list-item-link span {
    margin: 0 0 0 20px;
  }
}

.items-block-list-item-link span::before {
  left: 8px;
}

@media only screen and (max-height: 799px) {
  .items-block-list-item-link span br {
    display: none;
  }
}

.items-block-list-item-link:hover {
  opacity: 0.9;
}

.items-contents-btn {
  background: #000;
  margin: 20px auto 0;
  width: 530px;
}

.items-contents-btn-link {
  background: #fff;
  border: dotted 1px #ccc;
  display: block;
}

.items-contents-btn-link:hover {
  opacity: 0.9;
}

/* # =================================================================
 #	ニュース
 # ================================================================= */
.news-block-title {
  float: left;
  font-family: 'Cormorant Infant', serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  width: 285px;
}

@media only screen and (max-height: 799px) {
  .news-block-title {
    width: 228px;
  }
}

.news-block-contents {
  float: right;
  width: 915px;
}

@media only screen and (max-height: 799px) {
  .news-block-contents {
    width: 732px;
  }
}

.news-block-contents-btn {
  margin: 30px auto 0;
}

.news-block-contents-btn .link-btn {
  margin: 0 0 0 240px;
}

@media only screen and (max-height: 799px) {
  .news-block-contents-btn .link-btn {
    margin: 0 0 0 177px;
  }
}

.news-box {
  border-bottom: solid 1px #ccc;
  font-size: 0;
  letter-spacing: -0.4em;
  padding: 17px 0;
  word-spacing: -1em;
}

.news-box:first-child {
  padding: 0 0 17px;
}

.news-box:nth-child(n+6) {
  display: none;
}

.news-box dt {
  display: inline-block;
  font-family: 'Cormorant Infant', serif;
  font-size: 14px;
  font-size: 16px;
  letter-spacing: normal;
  letter-spacing: 0.06em;
  line-height: 1.6;
  vertical-align: top;
  width: 115px;
  word-spacing: normal;
}

.news-box dd {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.6;
  padding: 0 45px 0 0;
  vertical-align: top;
  width: 800px;
  word-spacing: normal;
}

.news-box dd a {
  font-size: 13px;
  letter-spacing: 0.06em;
}

/* # =================================================================
 #	コンセプト
 # ================================================================= */
.concept {
  margin: 0 auto;
}

.concept-inner {
  position: relative;
}

.concept-inner .title.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.concept-lead {
  margin: 20px 0 0;
  text-align: center;
}

.concept-block {
  display: table;
  height: 504px;
  width: 100%;
}

.concept-img {
  display: table-cell;
  width: 50%;
}

.concept-img img {
  height: auto;
  width: 100%;
}

.concept-info {
  position: relative;

  background: #ecf7e5;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.concept-info::before {
  position: absolute;
  top: 0;
  left: 0;

  background: #fff;
  content: '';
  display: block;
  height: 50px;
  width: 100%;
}

.concept-info-box {
  width: 100%;
}

.concept-info-box-text {
  margin: 0 0 40px;
  text-align: center;
}

.concept-info-box-logo {
  text-align: center;
}

.concept-info-box-logo img {
  height: 99px;
  width: auto;
}

.concept-kanematsu .concept-img {
  background: url(../images/kanematsu/img_concept.jpg) no-repeat bottom center;
  background-size: cover;
}

.concept-poolside .concept-img {
  background: url(../images/poolside/img_concept.jpg) no-repeat bottom center;
  background-size: cover;
}

.concept-poolside .concept-info {
  background: #fcfbd2;
}

.concept-poolside .concept-info-box-logo img {
  height: 66px;
  width: auto;
}

.concept-general {
  position: relative;

  background: #f5f5f5;
  padding: 70px 0;
  z-index: -2;
}

/* # =================================================================
 #	印刷用
 # ================================================================= */
@media print {
  header {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  footer {
    display: none;
  }
}

/* # =================================================================
 #	ヘッダー
 # ================================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;

  background: #fff;
  -webkit-transition: top 0.4s;
          transition: top 0.4s;
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .header {
    width: 1200px;
  }
}

.header.fixed {
  top: -112px;
}

.header-head {
  position: relative;

  padding: 20px 0 0;
}

.logo {
  position: absolute;
  top: 20px;
  left: 50%;

  display: inline-block;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.logo a {
  display: block;
}

.hdr-general {
  position: relative;
  top: inherit;
  left: inherit;
}

@media only screen and (max-height: 799px) {
  .hdr-general {
    padding: 0 0 30px;
  }
}

.hdr-general .header-inner {
  position: relative;
}

.hdr-general .hdr-logo ul {
  height: 125px;
}

@media only screen and (max-height: 799px) {
  .hdr-general .hdr-logo ul {
    height: 120px;
  }
}

.hdr-general .hdr-logo ul li.logo-kanematsu a img {
  height: 53px;
  width: 123px;
}

@media only screen and (max-height: 799px) {
  .hdr-general .hdr-logo ul li.logo-kanematsu a img {
    height: 42.4px;
    width: 98.4px;
  }
}

.hdr-general .hdr-logo ul li.logo-poolside {
  padding: 0 0 0 25px;
}

.hdr-general .hdr-logo ul li.logo-poolside a img {
  height: 39px;
  width: 123px;
}

@media only screen and (max-height: 799px) {
  .hdr-general .hdr-logo ul li.logo-poolside a img {
    height: 31.2px;
    width: 98.4px;
  }
}

.hdr-general .hdr-nav {
  display: table;
  float: right;
  height: 125px;
  margin: 0 228px 0 0;
}

@media only screen and (max-height: 799px) {
  .hdr-general .hdr-nav {
    height: 120px;
    margin: 0;
  }
}

.hdr-general .hdr-nav .g-nav {
  display: table-cell;
  vertical-align: middle;
}

.hdr-general .hdr-nav .g-nav-list-item {
  padding: 18px 0;
}

.hdr-general .hdr-nav .g-nav-list-item-link {
  margin: 0 14px;
}

.hdr-general .hdr-nav .hdr-search {
  top: 47.5px;
}

@media only screen and (max-height: 799px) {
  .hdr-general .hdr-nav .hdr-search {
    top: inherit;
    bottom: 0;
  }
}

.hdr-default .megamenu {
  top: 115px;
}

@media only screen and (max-height: 799px) {
  .hdr-default .megamenu {
    top: 90px;

    z-index: 1;
  }
}

.hdr-default .megamenu-inner::before {
  left: 470px;
}

@media only screen and (max-height: 799px) {
  .hdr-default .megamenu-inner::before {
    left: 578px;
  }
}

.header-block {
  position: relative;
}

.header-block-main {
  position: absolute;
  top: 50%;
  left: 50%;

  height: 301px;
  margin: -150.5px 0 0 -173px;
  width: 346px;
}

.header-block-main a {
  display: block;
}

.header-block-main a img {
  height: auto;
  width: 100%;
}

.header-block-list-item {
  float: left;
  height: 640px;
}

@media only screen and (max-height: 799px) {
  .header-block-list-item {
    height: 510px;
  }
}

.header-block-list-item a {
  position: relative;

  display: block;
  height: 100%;
  width: 100%;
}

.header-block-list-item a img {
  position: absolute;
  left: 50%;
}

.header-block-list-item:nth-child(1) {
  background: url(../images/hdr_kanematsu.jpg) no-repeat center center;
  background-size: cover;
  width: 34.375%;
}

.header-block-list-item:nth-child(1) a img {
  top: 233px;

  height: 82px;
  margin: 0 0 0 -93px;
  width: 186px;
}

@media only screen and (max-height: 799px) {
  .header-block-list-item:nth-child(1) a img {
    top: 186.4px;

    height: 65.6px;
    margin: 0 0 0 -74.4px;
    width: 148.8px;
  }
}

.header-block-list-item:nth-child(2) {
  background: rgba(252, 252, 251, 0.6);
  width: 31.25%;
}

.header-block-list-item:nth-child(2) a img {
  top: 50%;

  height: 301px;
  margin: -150.5px 0 0 -173px;
  width: 346px;
}

@media only screen and (max-height: 799px) {
  .header-block-list-item:nth-child(2) a img {
    height: 240.8px;
    margin: -120.4px 0 0 -138.4px;
    width: 276.8px;
  }
}

.header-block-list-item:nth-child(3) {
  background: url(../images/hdr_poolside.jpg) no-repeat center center;
  background-size: cover;
  width: 34.375%;
}

.header-block-list-item:nth-child(3) a img {
  top: 250px;

  height: 49px;
  margin: 0 0 0 -77.5px;
  width: 155px;
}

@media only screen and (max-height: 799px) {
  .header-block-list-item:nth-child(3) a img {
    top: 200px;

    height: 39.2px;
    margin: 0 0 0 -62px;
    width: 124px;
  }
}

.header-block .public-open .public-menu {
  position: absolute;
}

.header-sub {
  position: absolute;
  top: 20px;
  right: 0;

  width: 100%;
}

@media only screen and (max-width: 1400px) {
  .header-sub {
    margin: 0 100px;
    width: auto;
  }
}

.header-sub-list {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: right;
  word-spacing: -1em;
}

.header-sub-list-item.login-icon {
  padding: 0 0 0 18px;
}

.hdr-kanematsu .header-inner {
  border-bottom: solid 9px #daefcc;
}

.hdr-poolside .header-inner {
  border-bottom: solid 9px #f9f7b6;
}

.hdr-page .header-inner {
  border-bottom: solid 1px #ccc;
}

/* # =================================================================
 #	ブランド
 # ================================================================= */
.brand-area {
  float: left;
}

@media only screen and (max-width: 1200px) {
  .brand-area {
    margin: 0 0 0 10px;
  }
}

.brand-area ul {
  display: table;
  height: 92px;
}

.brand-area ul li {
  display: table-cell;
  vertical-align: middle;
}

.brand-area ul li a {
  display: block;
}

.brand-area ul li a img {
  opacity: 0.2;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  vertical-align: middle;
}

.brand-area ul li a:hover {
  opacity: 1;
}

.brand-area ul li a:hover img {
  opacity: 1;
}

.brand-area ul li.current a {
  pointer-events: none;
}

.brand-area ul li.current a img {
  opacity: 1;
}

.logo-poolside {
  padding: 0 0 0 30px;
}

/* # =================================================================
 #	ログイン
 # ================================================================= */
.login-area {
  float: right;
}

@media only screen and (max-width: 1400px) {
  .login-area {
    margin: 0 80px 0 0;
  }
}

.login-area-head {
  margin: 0 0 20px;
}

.login-area-head ul {
  font-size: 0;
  letter-spacing: -0.4em;
  padding: 8px 14px 0 0;
  text-align: right;
  word-spacing: -1em;
}

.login-area-body ul {
  font-size: 0;
  letter-spacing: -0.4em;
  word-spacing: -1em;
}

.login-icon {
  position: relative;

  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: middle;
  word-spacing: normal;
}

.login-icon:first-child {
  margin: 0 30px 0 0;
}

.login-icon span {
  position: absolute;
  top: -8px;
  right: -14px;

  background: #ff2458;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  height: 17px;
  letter-spacing: 0.08em;
  line-height: 17px;
  text-align: center;
  width: 17px;
}

.login-text {
  position: relative;

  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  padding: 0 15px 0 0;
  vertical-align: middle;
  word-spacing: normal;
}

.login-text:not(:first-child) {
  padding: 0 0 0 16px;
}

.login-text:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;

  background: #ccc;
  content: '';
  display: block;
  height: 100%;
  width: 1px;
}

.login-text a {
  display: block;
  font-family: Helvetica, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
}

/* # =================================================================
 #	グローバルナビエリア
 # ================================================================= */
.header-body-inner {
  position: relative;

  width: 100%;
}

.hdr-search {
  position: absolute;
  top: 13px;
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .hdr-search {
    right: 10px;
  }
}

.hdr-search dl {
  position: relative;

  background: #fff;
  height: 30px;
  width: 180px;
}

.hdr-search dl dt {
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  margin: 0 30px 0 0;
  padding: 0 10px;
}

.hdr-search dl dt input {
  background: none;
  border: none;
  height: 28px;
  letter-spacing: 0.05em;
  width: 100%;
}

.hdr-search dl dd {
  position: absolute;
  top: 0;
  right: 0;
}

.hdr-search dl dd button {
  background: #000;
  border: none;
  cursor: pointer;
  display: block;
  height: 31px;
  width: 31px;
}

.hdr-search dl dd button span {
  background-image: url(../images/sprite/sprite.png);
  background-position: -265px -103px;
  display: block;
  height: 13px;
  margin: 0 auto;
  width: 14px;
}

:placeholder-shown {
  color: #ccc;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  opacity: 1;
}

:-moz-placeholder {
  color: #ccc;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  opacity: 1;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  opacity: 1;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  opacity: 1;
}

/* # =================================================================
 #	グローバルナビ
 # ================================================================= */
.g-nav {
  text-align: center;
}

@media only screen and (max-height: 799px) {
  .g-nav {
    text-align: left;
  }
}

.g-nav-list {
  display: inline-block;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
  word-spacing: -1em;
}

.g-nav-list-item {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  padding: 18px 0 27px;
  word-spacing: normal;
}

.g-nav-list-item:first-child .g-nav-list-item-link::before {
  position: absolute;
  top: 0;
  left: -18.5px;

  border-right: dotted 1px #ccc;
  content: '';
  display: block;
  height: 100%;
  width: 1px;
}

.g-nav-list-item-link {
  position: relative;

  display: block;
  font-family: 'Cormorant Infant', serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0 18.5px;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
}

.g-nav-list-item-link:hover {
  color: #ac8833;
  opacity: 1;
}

.g-nav-list-item-link.open {
  color: #ac8833;
  opacity: 1;
}

.g-nav-list-item-link::after {
  position: absolute;
  top: 0;
  right: -18.5px;

  border-right: dotted 1px #ccc;
  content: '';
  display: block;
  height: 100%;
  width: 1px;
}

/* # =================================================================
 #	メガメニュー
 # ================================================================= */
.megamenu {
  position: absolute;
  top: 71px;
  left: 0;

  background: #f5f5f5;
  display: none;
  padding: 35px 40px 37px;
  width: 100%;
}

@media only screen and (max-height: 799px) {
  .megamenu {
    left: -120px;

    padding: 15px 40px 17px;
    width: 1200px;
  }
}

.megamenu-inner {
  position: relative;
}

.megamenu-inner::before {
  position: absolute;
  top: -55px;
  left: 420px;

  border-color: transparent transparent #f5f5f5 transparent;
  border-style: solid;
  border-width: 0 16px 20px 16px;
  content: '';
  height: 0;
  width: 0;
}

@media only screen and (max-height: 799px) {
  .megamenu-inner::before {
    top: -35px;
    left: 302px;
  }
}

.hdr-page .megamenu {
  top: 64px;
}

.mg-head {
  border-bottom: solid 1px #ccc;
  padding: 0 0 30px;
}

@media only screen and (max-height: 799px) {
  .mg-head {
    padding: 0 0 20px;
  }
}

.mg-body {
  padding: 25px 0 0;
}

@media only screen and (max-height: 799px) {
  .mg-body {
    padding: 15px 0 0;
  }
}

.mg {
  display: table;
  width: 100%;
}

.mg-block {
  border-left: dotted 1px #000;
  display: table-cell;
  padding: 0 35px;
  text-align: left;
}

.mg-block-h {
  color: #ac8833;
  font-family: Helvetica, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.mg-block-list-item {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.mg-block.m-category {
  border-left: none;
  padding: 0 10px 0 0;
  width: 144px;
}

.mg-block.m-color {
  width: 276px;
}

.mg-block.m-color .mg-block-list {
  margin: 5px 0 0;
  width: 206px;
}

.mg-block.m-color .mg-block-list-item {
  float: left;
  margin: 0 0 10px 10px;
}

.mg-block.m-color .mg-block-list-item:nth-child(6n+1) {
  margin: 0 0 10px;
}

.mg-block.m-size {
  width: 234px;
}

.mg-block.m-size .mg-block-list {
  float: left;
  width: 54px;
}

.mg-block.m-size .mg-block-list:nth-child(2) {
  text-align: center;
}

.mg-block.m-size .mg-block-list:nth-child(3) {
  text-align: right;
}

.mg-block.m-size .mg-block-list-item {
  font-family: Helvetica, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  letter-spacing: normal;
}

.mg-block.m-heel {
  padding: 0 10px 0 35px;
  width: 132px;
}

.mg-block.m-heel .mg-block-list-item {
  font-family: Helvetica, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  letter-spacing: normal;
}

.mg-block.m-price {
  padding: 0 0 0 35px;
}

.mg-block.m-price .mg-block-list {
  float: left;
  width: 145px;
}

.mg-block.m-price .mg-block-list-item {
  font-family: Helvetica, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  letter-spacing: normal;
}

.mg-block.m-feature {
  border-left: none;
  padding: 0 27px 0 0;
  width: 820px;
}

.mg-block.m-keyword {
  padding: 0 0 0 35px;
}

.mg-block.m-keyword .m-feature-block a {
  background: #fff;
  display: block;
}

.m-feature-block {
  margin: 8px 0 0;
}

.m-feature-pannel {
  float: left;
  width: 180px;
}

.m-feature-pannel + .m-feature-pannel {
  margin: 0 0 0 18px;
}

.m-feature-pannel-head a {
  background: #fff;
  display: block;
}

.m-feature-pannel-body .n-kanematsu {
  line-height: 1;
  margin: 12px 0 0;
}

.m-feature-pannel-body .n-poolside {
  line-height: 1;
  margin: 16px 0 0;
}

.m-feature-pannel-body h3 {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.04em;
}

/* # =================================================================
 #	共通メニュー
 # ================================================================= */
/* # =================================================================
 #	共通メニュー
 # ================================================================= */
.public-menu {
  position: absolute;
  top: 10px;
  right: 10px;

  background: #000;
  z-index: 30;
}

@media only screen and (max-width: 1400px) {
  .public-menu {
    position: absolute;
  }
}

.public-menu-btn {
  display: block;
  height: 50px;
  padding: 15px 13px;
  width: 50px;
}

.public-menu-btn:hover {
  opacity: 1;
}

.public-menu-btn.active .public-menu-btn-inner-bar:nth-of-type(1) {
  -webkit-transform: translateY(9.5px) rotate(-45deg);
      -ms-transform: translateY(9.5px) rotate(-45deg);
          transform: translateY(9.5px) rotate(-45deg);
}

.public-menu-btn.active .public-menu-btn-inner-bar:nth-of-type(2) {
  opacity: 0;
}

.public-menu-btn.active .public-menu-btn-inner-bar:nth-of-type(3) {
  -webkit-transform: translateY(-9.5px) rotate(45deg);
      -ms-transform: translateY(-9.5px) rotate(45deg);
          transform: translateY(-9.5px) rotate(45deg);
}

.public-menu-btn-inner {
  position: relative;

  display: block;
  height: 100%;
  width: 100%;
}

.public-menu-btn-inner-bar {
  position: absolute;
  left: 0;

  background: #fff;
  display: inline-block;
  height: 1px;
  width: 100%;
}

.public-menu-btn-inner-bar:nth-of-type(1) {
  top: 0;
}

.public-menu-btn-inner-bar:nth-of-type(2) {
  top: 9.5px;
}

.public-menu-btn-inner-bar:nth-of-type(3) {
  bottom: 0;
}

.public-nav {
  position: fixed;
  top: 0;
  right: 0;

  background: #fff;
  height: 100%;
  overflow-y: scroll;
  -webkit-transform: translateX(400px);
      -ms-transform: translateX(400px);
          transform: translateX(400px);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  width: 400px;
  z-index: 20;
}

.public-nav-inner {
  padding: 56px 40px 0;
}

.public-nav-inner-block {
  padding: 32px 0;
}

.public-nav-inner-block + .public-nav-inner-block {
  border-top: solid 1px #ccc;
}

.p-head .p-menu {
  line-height: 2.5;
}

.p-head .p-menu-item-link {
  font-size: 16px;
}

.p-body .p-menu {
  line-height: 2.3;
}

.p-body .p-menu-item-link {
  font-size: 13px;
}

.p-foot {
  padding: 22px 0;
}

.p-sub {
  border-bottom: dotted 1px #ccc;
  padding: 14px 0 22px;
}

.p-sub-head {
  padding: 0 0 16px;
}

.p-sub-head dfn {
  font-family: Helvetica, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.08em;
}

.p-sub-body {
  padding: 0 15px;
}

.p-sub-body + .p-sub-body {
  margin: 16px 0 0;
}

.p-sub-body-text.icon-sns::before {
  background-size: 20px auto;
  width: 20px;
}

/* # =================================================================
 #	フッター
 # ================================================================= */
.footer {
  position: relative;

  border-top: solid 1px #ccc;
}

.footer-inner {
  position: relative;
}

.footer-body {
  background: #f5f5f5;
  padding: 40px 0 0;
}

/* # =================================================================
 #	ページトップ
 # ================================================================= */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;

  height: 50px;
  width: 50px;
  z-index: 1;
}

.pagetop a {
  position: relative;

  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  width: 100%;
}

.pagetop a::after {
  position: absolute;
  top: 50%;
  left: 50%;

  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: '';
  display: block;
  height: 14px;
  margin: -2px 0 0 -7px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 14px;
}

/* # =================================================================
 #	チェックアイテム
 # ================================================================= */
.checkitem {
  padding: 20px 0;
}

.checkitem-h {
  font-family: 'Cormorant Infant', serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center;
}

.checkitem-slider-item-link {
  display: block;
  height: 150px;
  width: 150px;
}

.checkitem-slider-item-link img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .checkitem-slider .slick-prev {
    left: -20px;
  }
}

.checkitem-slider .slick-prev::before {
  height: 14px;
  margin: 0 auto;
  width: 14px;
}

.checkitem-slider .slick-next {
  right: -30px;
}

@media only screen and (max-width: 1200px) {
  .checkitem-slider .slick-next {
    right: -20px;
  }
}

.checkitem-slider .slick-next::before {
  height: 14px;
  width: 14px;
}

/* # =================================================================
 #	フッター バナーエリア
 # ================================================================= */
.footer-bnr {
  padding: 0 0 40px;
}

.bnr-box {
  position: relative;

  background: #000;
  float: left;
  margin: 0;
  width: 285px;
}

@media only screen and (max-height: 799px) {
  .bnr-box {
    width: 225px;
  }
}

.bnr-box + .bnr-box {
  margin: 0 0 0 20px;
}

.bnr-box-link img {
  height: auto;
  width: 100%;
}

.bnr-box-link:hover {
  opacity: 0.9;
}

.bnr-box.bnr-box-secom {
  position: relative;
  top: -6.5px;

  background: none;
  font-size: 0;
  letter-spacing: -0.4em;
  word-spacing: -1em;
}

.bnr-box.bnr-box-secom form {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: middle;
  word-spacing: normal;
}

.bnr-box.bnr-box-secom p {
  display: inline-block;
  font-size: 14px;
  font-size: 10px;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 0 0 0 8px;
  vertical-align: middle;
  word-spacing: normal;
}

/* # =================================================================
 #	フッター ナビエリア
 # ================================================================= */
.footer-nav {
  margin: 0 0 40px;
}

.footer-nav-inner {
  display: table;
  width: 100%;
}

.ftr {
  display: table-cell;
  vertical-align: top;
}

.ftr-head {
  height: 82px;
  margin: 0 0 20px;
}

.ftr-body {
  margin: 0 0 22px;
}

.ftr-sc {
  border-right: solid 1px #ccc;
  width: 470px;
}

.ftr-sc img {
  height: 82px;
  width: auto;
}

.ftr-kanematsu {
  padding: 0 0 0 40px;
  width: 365px;
}

.ftr-kanematsu .ftr-head-img {
  padding: 11px 0;
}

.ftr-kanematsu .ftr-head-img img {
  height: 60px;
  width: auto;
}

.ftr-poolside {
  padding: 0 0 0 40px;
  width: 365px;
}

.ftr-poolside .ftr-head-img {
  padding: 23px 0 22px;
}

.ftr-poolside .ftr-head-img img {
  height: 37px;
  width: auto;
}

.ftr-nav {
  width: 100%;
}

.ftr-nav.col-half {
  float: left;
  width: 210px;
}

@media only screen and (max-height: 799px) {
  .ftr-nav.col-half {
    width: 180px;
  }
}

.ftr-nav-item-link {
  font-size: 12px;
  line-height: 1.8;
}

.ftr-nav-item-type {
  border-right: solid 1px #838383;
  display: inline;
  line-height: 1;
  margin: 0;
  padding: 0 6px 0 4px;
}

.ftr-nav-item-type:first-child {
  border-left: solid 1px #838383;
  margin: 0 0 0 6px;
}

.ftr-nav-item-type-link {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}

.ftr-sns-item {
  float: left;
  margin: 0 0 15px;
  width: 120px;
}

.ftr-sns-item:nth-child(3) {
  margin: 0;
}

.ftr-sns-item:nth-child(4) {
  margin: 0;
}

.ftr-sns-item::before {
  background-size: 20px auto;
  width: 20px;
}

.ftr-sns-item.icon-instagram a {
  display: inline-block;
  line-height: 1.4;
}

/* # =================================================================
 #	フッター コピーライトエリア
 # ================================================================= */
.footer-copyright {
  border-top: solid 1px #ccc;
  padding: 14px 0;
}

.footer-copyright strong {
  float: left;
  font-size: 12px;
  font-weight: normal;
}

.footer-copyright small {
  float: right;
  font-size: 12px;
  letter-spacing: 0.08em;
}
