﻿

/*-----------------------------
インポート
-----------------------------*/

/*-----------------------------
設定
-----------------------------*/
* {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
/*
@font-face {
  font-family: "corpmarugo1_v1";
  src: url("fonts/corpmarugo1_v1.eot") format("embedded-opentype"), url("fonts/corpmarugo1_v1.ttf") format("truetype"), url("fonts/corpmarugo1_v1.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansJP1-Bold";
  src: url("fonts/SourceHanSansJP1-Bold.otf") format("opentype"), url("fonts/SourceHanSansJP1-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansJP1-Heavy";
  src: url("fonts/SourceHanSansJP1-Heavy.otf") format("opentype"), url("fonts/SourceHanSansJP1-Heavy.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansJP1-Medium";
  src: url("fonts/SourceHanSansJP1-Medium.otf") format("opentype"), url("fonts/SourceHanSansJP1-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansJP1-Regular";
  src: url("fonts/SourceHanSansJP1-Regular.otf") format("opentype"), url("fonts/SourceHanSansJP1-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "title";
  src: url("fonts/title.eot") format("embedded-opentype"), url("fonts/title.ttf") format("truetype"), url("fonts/title.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "number";
  src: url("fonts/number.eot") format("embedded-opentype"), url("fonts/number.ttf") format("truetype"), url("fonts/number.woff") format("woff");
  font-display: swap;
  unicode-range: U+0030-0039;
}
*/

/*-----------------------------
共通
-----------------------------*/

* {
  max-width: 100%;
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  transition: all .3s;
}

*::before,
*::after {
  box-sizing: border-box;
  display: inline-block;
}

html {
  font-size: 62.5%;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
input,
select,
textarea {
  color: #333333;
  font-family: "number","SourceHanSansJP1-Regular";
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.6;
}

body {
  overflow-x: hidden !important;
}

main {
  display: block;
  overflow-x: hidden;
}

img,
svg {
  height: auto;
  border: 0;
  display: block;
}

a {
  color: inherit;
  display: block;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}

table th {
  padding: 5px 10px;
  border: 1px solid #1598CE;
}

table td {
  padding: 5px 10px;
  border: 1px solid #1598CE;
}

table th {
  background-color: #8bcbe7;
  white-space: nowrap;
}

table td {
  background-color: #e7f4fa;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  line-height: 1.8;
}

textarea {
  resize: none;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, #dddddd 100%);
  border: 1px solid #a6a6a6;
  border-radius: 0px;
  cursor: pointer;
}

iframe,
video {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix::after {
  clear: both;
  content: '';
  display: block;
}

.fs0 {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.dib {
  display: inline-block;
  vertical-align: top;
}

.sp {
  display: none;
}

.minSp {
  display: none;
}

.inner {
  width: 1070px;
  margin: 0 auto;
}

.button {
  width: 420px;
  margin: 0 auto;
  background-color: #1598CE;
  border-radius: 35px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  line-height: 70px;
  position: relative;
  text-align: center;
}

.button:hover {
  opacity: .8;
}

.button::after {
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "→";
  font-size: 1.6rem;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.slick-track {
  max-width: none;
  transition: 0s;
}

.slick-slide {
   margin: 0 10px;
}

.slick-arrow {
  width: 25px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 1;
}

.slick-arrow::before {
  font-size: 1.2rem;
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  content: "<";
}

.slick-next {
  right: 0;
}

.slick-next::before {
  content: ">";
}

.keni-breadcrumb-list_inner {
  padding: 10px;
  background-color: #1598CE;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  white-space: nowrap;
}

.keni-breadcrumb-list_inner > li a {
  color: #FFE841;
  display: inline-block;
  text-decoration: underline;
}

.keni-breadcrumb-list_inner > li:not(:last-of-type)::after {
  margin: 0 5px;
  content: ">";
}

.keni-breadcrumb-list_inner > li:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
}

#column .inner {
  display: flex;
  justify-content: space-between;
}

#column .left {
  width: calc(100% - 340px);
}

#column .right {
  width: 300px;
  padding: 40px 25px;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

#column .right .widget h4 {
  background-color: #1598CE;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 44px;
  text-align: center;
}

#column .right .widget ul li {
  border-bottom: 1px solid #DDDDDD;
}

#column .right .widget ul a {
  padding: 7px 10px;
  color: #1598CE;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  position: relative;
}

#column .right .widget ul a::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

#column .right .widget ul a:hover {
  text-decoration: underline;
}

#column .right .widget ul img {
  width: 30px;
  margin-right: 5px;
}

#column .right > section:not(:first-of-type) {
  margin-top: 30px;
}

#column .right #search .searchform {
  position: relative;
}

#column .right #search input {
  padding: 5px 40px 5px 10px;
  border-radius: 22.5px;
  line-height: 33px;
}

#column .right #search input::-webkit-input-placeholder {
  color: #999;
}

#column .right #search input::-moz-placeholder {
  color: #999;
}

#column .right #search input:-moz-placeholder {
  color: #999;
}

#column .right #search input:-ms-input-placeholder {
  color: #999;
}

#column .right #search .btn-search {
  width: 20px;
  height: 20px;
  background: url("../image/icon_search.svg") transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

#column .right #search img {
  display: none;
}

#column .right #color {
  display: none;
}

#column .right #color ul img {
  border-radius: 50%;
}

.questionList label,
.questionList .tab {
  margin-left: 70px;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
}

.questionList label::before,
.questionList .tab::before {
  width: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.8rem;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: -70px;
  text-align: center;
}

.questionList label::-moz-selection,
.questionList .tab::-moz-selection {
  background-color: transparent;
}

.questionList label::selection,
.questionList .tab::selection {
  background-color: transparent;
}

.questionList label {
  margin-bottom: 10px;
  padding: 18px 50px 18px 20px;
  display: block;
  cursor: pointer;
}

.questionList label::before {
  background-color: #1598CE;
  content: "Q";
}

.questionList label::after {
  width: 11px;
  height: 11px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(135deg) translateY(100%);
}

.questionList label.open::after {
  right: 20px;
  transform: rotate(315deg) translateY(-40%);
}

.questionList .tab {
  margin-bottom: 30px;
  padding: 18px 20px;
  background-color: #F5F5F5;
}

.questionList .tab::before {
  background-color: #EF3574;
  content: "A";
}

.questionList .tab a {
  color: #1598CE;
  display: inline-block;
  text-decoration: underline;
}

.questionList .tab img {
  margin-top: 20px;
}

.questionList input[type="checkbox"],
.questionList .tab {
  display: none;
}

.questionList input[type="checkbox"]:checked ~ .tab {
  display: block;
}

/*-----------------------------
ヘッダー
-----------------------------*/

#loading {
  width: 100%;
  height: 100vh;
  background: #81ddff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#loading .sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

#loading .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

#loading .sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFE841;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

#loading .sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

#loading .sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

#loading .sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

#loading .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#loading .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#loading .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

#header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#header > .inner {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

#header .logo img {
  width: auto;
  height: 50px;
}

#header .h1 {
  margin-left: 10px;
  color: #999;
  font-size: 1.2rem;
  font-weight: normal;
}

#header .headerNav {
  margin-left: auto;
  display: flex;
  align-items: center;
}

#header .headerNav > li:not(:first-of-type) {
  margin-left: 10px;
}

#header .headerNav .delivery {
  padding: 0 20px;
  background-color: #1598CE;
  color: #fff;
  font-size: 1.2rem;
  display: none;
}

#header .headerNav .delivery span {
  color: #FFE841;
  font-size: 1.5em;
  line-height: 30px;
}

#header .headerNav .cart a {
  display: flex;
  align-items: center;
}

#header .headerNav .cart img {
  margin-right: 5px;
}

#header .headerNav ul li {
  line-height: 1;
}

#header .headerNav ul li:first-of-type {
  display: flex;
  align-items: center;
  font-size: 3.3rem;
  font-weight: bold;
}

#header .headerNav ul li:first-of-type img {
  width: auto;
  margin-right: 5px;
  height: 33px;
}

#header .headerNav ul li:last-of-type {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}

#header .headerNav a {
  padding: 0 30px;
  background-color: #1598CE;
  border-radius: 35px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 40px;
}

#header .headerNav a:hover {
  opacity: .8;
}

#header .gnav {
  background-color: #F5F5F5;
  border-top: 1px solid #DDDDDD;
}

#header .gnav .inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#header .gnav > ul {
  display: flex;
}

#header .gnav > ul > li {
  width: calc(100% / 5);
  position: relative;
}

#header .gnav > ul > li > a {
  line-height: 49px;
  font-size: 13px;
}

#header .gnav > ul > li > ul {
  width: 100%;
  background-color: #f5f5f5;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

#header .gnav > ul > li > ul > li {
  border-top: 1px solid #ddd;
}

#header .gnav > ul > li > ul a {
  padding: 0 10px;
  font-size: 1.4rem;
  justify-content: flex-start;
}

#header .gnav > ul > li > ul img {
  width: 30px;
}

#header .gnav > ul .spMenu > a img,
#header .gnav > ul .spMenu > a svg {
  width: auto;
  height: 20px;
}

#header .gnav > ul .spMenu.open > a {
  background-color: #1598CE;
  color: #fff;
}

#header .gnav > ul .spMenu.open svg * {
  fill: #fff;
}

#header .gnav > ul > li.menu {
  position: relative;
}

#header .gnav > ul > li.menu::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

#header .gnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 49px;
}

#header .gnav a:hover {
  background-color: #ddd;
}

#header .gnav img,
#header .gnav svg {
  margin-right: 5px;
}

#header.scroll > .inner {
  padding: 10px 0;
}

#header.scroll .logo img {
  height: 30px;
}

#header.scroll h1 {
  line-height: 15px;
}

#header.scroll .headerNav .delivery {
  padding: 0 10px;
  display: block;
}

#header.scroll .headerNav ul li:first-of-type {
  font-size: 3rem;
}

#header.scroll .headerNav ul li:first-of-type img {
  height: 30px;
}

#header.scroll .headerNav ul li:last-of-type {
  display: none;
}

#header.scroll .headerNav a {
  padding: 0 15px;
  line-height: 30px;
}

#header.scroll .gnav > ul > li > a {
  line-height: 39px;
}

/*-----------------------------
フッター
-----------------------------*/

#footer {
  background-color: #333;
  color: #fff;
}

#footer > .inner {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

#footer .left {
  width: 290px;
  margin-right: 70px;
}

#footer .left .logo {
  margin-bottom: 30px;
}

#footer .left .tel {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 3.6rem;
}

#footer .left .tel img {
  width: auto;
  height: 36px;
  margin-right: 10px;
}

#footer .left .tel span {
  font-weight: bold;
  line-height: 1;
}

#footer .left ul:not(.snsList) {
  margin-bottom: 20px;
  color: #ddd;
  font-size: 1.8rem;
}

#footer .left ul:not(.snsList) li {
  line-height: 1.8;
}

#footer .left .button {
  margin-bottom: 40px;
}

#footer .left .snsList {
  display: flex;
}

#footer .left .snsList li:not(:first-of-type) {
  margin-left: 40px;
}

#footer .left .snsList a:hover {
  opacity: .7;
}

#footer .right {
  width: calc(100% - 360px);
  display: flex;
  justify-content: space-between;
}

#footer .right > * {
  width: calc((100% - 30px * 2) / 3);
}

#footer .right > div section:not(:first-of-type) {
  margin-top: 20px;
}

#footer .right h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-weight: normal;
}

#footer .right ul li:not(:first-of-type) {
  margin-top: 5px;
}

#footer .right a {
  color: #ddd;
  font-size: 1.3rem;
}

#footer .right a:hover {
  text-decoration: underline;
}

#footer .spMenu {
  padding: 30px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}

#footer .spMenu ul li:not(:first-of-type) {
  margin-top: 30px;
}

#footer #pageTop {
  width: 50px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: none;
  font-size: 1.4rem;
  line-height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  transition: 0s;
}

#footer .copyright {
  padding-bottom: 20px;
  font-size: 1.3rem;
  text-align: center;
}

/*-----------------------------
フロントページ
-----------------------------*/

.inner {
  width: 1200px;
}

.contents {
  margin-top: 130px;
}

h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 60px;
  text-align: center;
}

.content {
  padding: 40px 0;
}

.content h3 {
  margin-bottom: 20px;
  color: #1598CE;
  font-size: 3.2rem;
  text-align: center;
}

.content h3 span {
  background-image: linear-gradient(180deg, transparent 74%, #FFE841 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content h3 + p {
  margin-bottom: 20px;
  text-align: center;
}

#sec1 {
  height: 420px;
  background: url("../image/img_main.jpg") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec2 {
  padding: 10px 0;
  background-color: #1598CE;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

#sec2 .delivery {
  padding: 5px 10px;
  background-color: #fff;
  color: #1598CE;
  font-size: 1.8rem;
  display: inline-block;
}

#sec2 .day {
  color: #FFE841;
  font-size: 1.5555em;
}

#sec3 {
  background-color: #F5F5F5;
}

#sec3 .bannerList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec3 .bannerList li {
  width: calc((100% - 40px * 3) / 4);
  font-size: 1.2rem;
}

#sec3 .bannerList a:hover {
  opacity: .7;
}

#sec3 .bannerList img {
  margin-top: 20px;
  margin-bottom: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#sec5 .orderFlow {
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sec5 .orderFlow li {
  width: calc((100% - 20px * 3) / 4);
  padding: 25px 15px 20px;
  border: 1px solid #1598CE;
  counter-increment: number;
  position: relative;
}

#sec5 .orderFlow li::before {
  width: 40px;
  background-color: #1598CE;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  font-size: 2.2rem;
  line-height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: center;
}

#sec5 .orderFlow img {
  width: auto;
  height: 110px;
  margin: 0 auto 15px;
}

#sec5 .orderFlow h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  color: #1598CE;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}

#sec5 .orderFlow p {
  font-size: 1.3rem;
}

#sec6 label {
  width: calc(100% / 4);
  margin-bottom: 20px;
  background-color: #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #1598CE;
  cursor: pointer;
  float: left;
  line-height: 60px;
  text-align: center;
}

#sec6 input[type="radio"] {
  display: none;
}

#sec6 .recommendList {
  height: 0;
  clear: both;
  counter-reset: number;
  display: flex;
  overflow: hidden;
}

#sec6 .recommendList .post {
  width: 272px;
  position: relative;
}

#sec6 .recommendList .post:not(:first-of-type) {
  margin-left: 22px;
}

#sec6 .recommendList a {
  position: relative;
}

#sec6 .recommendList a:hover {
  opacity: .7;
}

#sec6 .recommendList figure {
  padding-top: 50px;
  position: relative;
}

#sec6 .recommendList img {
  margin: 0 auto 10px;
}

#sec6 .recommendList .band {
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

#sec6 .recommendList .band .title {
  display: block;
}

#sec6 .recommendList .sizeColor {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
}

#sec6 .recommendList .size {
  margin-right: 5px;
  background-color: #333;
}

#sec6 .recommendList .color {
  background-color: #1598CE;
  right: 0;
}

#sec6 .recommendList .colorNum {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
}

#sec6 .recommendList h4 {
  font-size: 1.6rem;
}

#sec6 .recommendList .infoList li {
  margin-top: 10px;
}

#sec6 .recommendList .productNo {
  color: #999999;
  font-size: 1.1rem;
}

#sec6 .recommendList .excerpt {
  font-size: 1.3rem;
}

#sec6 .recommendList .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec6 .recommendList .plainPrice {
  padding: 3px 10px;
  background-color: #EEEEEE;
  color: #1598CE;
}

#sec6 .recommendList .plainPrice * {
  line-height: 1;
}

#sec6 .recommendList .plainPrice .num {
  color: #EF3574;
  font-size: 2.4rem;
}

#sec6 .recommendList .plainPrice .yen {
  font-size: 0.58em;
}

#sec6 .recommendList .printPrice {
  font-size: 1.2rem;
}

#sec6 .recommendList .printPrice .num {
  font-size: 1.16666em;
}

#sec6 .recommendList .kome {
  color: #999999;
  font-size: 1.2rem;
}

#sec6 .recommendList .rank {
  position: absolute;
  top: 0;
  left: 0;
}

#sec6 #rankingTab1:checked ~ label[for="rankingTab1"] {
  background-color: #fff;
  border: 1px solid #1598CE;
  border-bottom-color: #fff;
}

#sec6 #rankingTab1:checked ~ .content1 {
  height: auto;
}

#sec6 #rankingTab2:checked ~ label[for="rankingTab2"] {
  background-color: #fff;
  border: 1px solid #1598CE;
  border-bottom-color: #fff;
}

#sec6 #rankingTab2:checked ~ .content2 {
  height: auto;
}

#sec6 #rankingTab3:checked ~ label[for="rankingTab3"] {
  background-color: #fff;
  border: 1px solid #1598CE;
  border-bottom-color: #fff;
}

#sec6 #rankingTab3:checked ~ .content3 {
  height: auto;
}

#sec6 #rankingTab4:checked ~ label[for="rankingTab4"] {
  background-color: #fff;
  border: 1px solid #1598CE;
  border-bottom-color: #fff;
}

#sec6 #rankingTab4:checked ~ .content4 {
  height: auto;
}

#sec7 .examplesWrap {
  margin-bottom: 30px;
  transition: all 0s;
}

#sec7 .examplesWrap a:hover {
  opacity: .7;
}

#sec7 .examplesWrap figcaption {
  padding: 5px 10px;
  background-color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

#sec7 .button {
  width: 420px;
  margin: 0 auto;
  background-color: #1598CE;
  border-radius: 35px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  line-height: 70px;
  position: relative;
  text-align: center;
}

#sec7 .button:hover {
  opacity: .8;
}

#sec7 .button::after {
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "→";
  font-size: 1.6rem;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sec8 .wearList {
  display: flex;
  flex-wrap: wrap;
}

#sec8 .wearList li {
  width: calc((100% - 20px * 3) / 4);
}

#sec8 .wearList li:not(:nth-of-type(4n+1)) {
  margin-left: 20px;
}

#sec8 .wearList li:not(:nth-of-type(-n+4)) {
  margin-top: 20px;
}

#sec8 .wearList img {
  width: 100%;
}

#sec8 .wearList h4 {
  margin: 5px 0;
  font-size: 1.4rem;
  text-align: center;
}

#sec8 .wearList p {
  color: #999;
  font-size: 1.2rem;
}

#sec9 .printList {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sec9 .printList > li {
  width: calc((100% - 30px) / 2);
  padding: 20px;
  background-color: #F5F5F5;
}

#sec9 .printList > li:not(:nth-of-type(-n+2)) {
  margin-top: 30px;
}

#sec9 .printList a:hover {
  opacity: .7;
}

#sec9 .printList figure {
  display: flex;
  align-items: flex-start;
}

#sec9 .printList figcaption {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#sec9 .printList img {
  width: 80px;
  margin-right: 20px;
}

#sec9 .printList h4 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

#sec9 .printList .tagList li {
  background-color: #1598CE;
  border-radius: 15px;
  color: #FFE841;
  font-size: 1.3rem;
  line-height: 26px;
  text-align: center;
}

#sec9 .printList .tagList li:not(:first-of-type) {
  margin-top: 10px;
}

#sec10 {
  background-color: #f5f5f5;
}

#sec10 .postWrap {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

#sec10 .postWrap .post {
  width: calc((100% - 30px * 2) / 3);
}

#sec10 .postWrap .post:not(:nth-of-type(3n)) {
  margin-right: 30px;
}

#sec10 .postWrap .post:not(:nth-of-type(-n+3)) {
  margin-top: 30px;
}

#sec10 .postWrap a {
  position: relative;
}

#sec10 .postWrap a .thumb {
  overflow: hidden;
  position: relative;
}

#sec10 .postWrap a .thumb::after {
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#sec10 .postWrap a:hover .thumb::after {
  opacity: .25;
}

#sec10 .postWrap a:hover img {
  transform: scale(1.2);
}

#sec10 .postWrap a:hover .title {
  color: #FB6363;
}

#sec10 .postWrap .new {
  width: 75px;
  background-color: #ffed00;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: -8px;
  left: -8px;
}

#sec10 .postWrap .new::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 2.5px solid #b4a700;
  border-right: 4px solid #b4a700;
  border-bottom: 2.5px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}

#sec10 .postWrap .thumb {
  margin-bottom: 10px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}

#sec10 .postWrap time {
  margin-bottom: 5px;
  color: #777;
  display: block;
  font-size: 1.4rem;
}

#sec10 .postWrap .title {
  height: 75px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#sec10 .postWrap .post-categories li {
  display: inline-block;
}

#sec10 .postWrap .post-categories a {
  padding: 5px 10px;
  background-color: #00a3df;
  color: #fff;
  font-size: 1.4rem;
}

#sec10 .postWrap .post-categories a:hover {
  background-color: #FB6363;
}

#sec10 .button {
  width: 420px;
  margin: 0 auto;
  background-color: #1598CE;
  border-radius: 35px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  line-height: 70px;
  position: relative;
  text-align: center;
}

#sec10 .button:hover {
  opacity: .8;
}

#sec10 .button::after {
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "→";
  font-size: 1.6rem;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sec11 .snsList {
  width: 890px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

#sec11 .snsList li a {
  border-radius: 10px;
  font-size: 2.4rem;
  line-height: 90px;
  position: relative;
}

#sec11 .snsList li img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#sec11 .snsList .tw a {
  background-color: #1DA1F2;
}

#sec11 .snsList .fb a {
  background-color: #3C5A99;
}

#sec12 .inner,
#sec13 .inner {
  padding: 50px;
  border: 20px solid #eee;
}

#sec12 .button {
  margin-top: 50px;
}

#sec13 .paymentList dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  color: #1598CE;
  font-size: 2.4rem;
  font-weight: bold;
}

#sec13 .paymentList dt:not(:first-of-type) {
  margin-top: 30px;
}

#sec14 {
  background-color: #1598CE;
  color: #fff;
}

#sec14 .inner {
  padding: 60px;
}

@media all and (max-width: 1239px) {
  #column .inner {
    padding-right: 0 !important;
  }

  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media all and (max-width: 1229px) {
  #header > .inner,
  #footer > .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media all and (max-width: 1219px) {
  #header.scroll > .inner {
    padding: 10px;
  }
}

@media all and (max-width: 1110px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media all and (max-width: 959px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .keni-breadcrumb-list_inner {
    padding: 7px;
  }

  #column .inner {
    padding-right: 20px !important;
    display: block;
  }

  #column .left {
    width: 100%;
  }

  #column .right {
    display: none;
  }

  .questionList label,
  .questionList .tab {
    margin-left: 40px;
    font-size: 1.3rem;
  }

  .questionList label::before,
  .questionList .tab::before {
    width: 30px;
    font-size: 1.4rem;
    line-height: 30px;
    left: -40px;
  }

  .questionList label {
    padding: 10px 30px 10px 10px;
  }

  .questionList label::after {
    right: 5px;
  }

  .questionList label.open::after {
    right: 10px;
  }

  .questionList .tab {
    padding: 10px;
  }

  #header > .inner {
    padding: 10px;
  }

  #header .logo img {
    height: 28px !important;
  }

  #header .h1 {
    font-size: 1.1rem;
    line-height: 14px;
  }

  #header .headerNav .tel {
    display: none;
  }

  #header .headerNav a {
    padding: 0 12px !important;
    font-size: 1.1rem !important;
    line-height: 28px !important;
  }

  #header .gnav > ul > li {
    width: calc(100% / 4);
  }
  #header .gnav > ul > li > a {
    padding: 3px 0;
    font-size: 1rem;
    line-height: 1 !important;
  }

  #header .gnav > ul > li > ul {
    width: 100vw;
    max-width: none;
    padding: 15px;
    background-color: #1598CE;
    display: none;
    flex-wrap: wrap;
    position: fixed;
    top: 102px;
    left: 0;
  }

  #header .gnav > ul > li > ul > li {
    width: 50%;
  }

  #header .gnav > ul > li > ul > li:nth-of-type(even) {
    border-left: 1px solid #ddd;
  }

  #header .gnav > ul > li > ul > li.sns {
    width: 100%;
    margin-top: 15px;
    border: none;
  }

  #header .gnav > ul > li > ul > li.sns ul {
    display: flex;
    flex-wrap: wrap;
  }

  #header .gnav > ul > li > ul > li.sns li {
    width: calc(100% / 3);
    border-top: none;
  }

  #header .gnav > ul > li > ul > li.sns a {
    background-color: transparent;
  }

  #header .gnav > ul > li > ul > li.sns a::after {
    display: none;
  }

  #header .gnav > ul > li > ul > li.sns img {
    margin-bottom: 0;
  }

  #header .gnav > ul > li > ul a {
    background-color: #fff;
    color: #1598CE;
    font-size: 1.1rem;
    position: relative;
    text-align: left;
  }

  #header .gnav > ul > li > ul a::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
  }

  #header .gnav > ul .spMenu.open > ul {
    display: flex;
  }

  #header .gnav > ul > li:not(:first-of-type) {
    border-left: 1px solid #ddd;
  }

  #header .gnav > ul > li.menu::after {
    display: none;
  }

  #header .gnav a {
    display: block;
    text-align: center;
  }

  #header .gnav img,
  #header .gnav svg {
    margin: 0 auto 2px;
  }

  #header.scroll h1 {
    line-height: 14px;
  }

  #header.scroll .headerNav .delivery {
    display: none;
  }

  #footer > .inner {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  #footer .left {
    width: 100%;
    text-align: center;
  }

  #footer .left .logo {
    margin: 0 auto 15px;
  }

  #footer .left .tel {
    justify-content: center;
  }

  #footer .left .snsList {
    margin-bottom: 40px;
    justify-content: center;
  }

  #footer .right {
    display: none;
  }

  #footer #pageTop {
    bottom: 10px;
    right: 10px;
  }

  .contents {
    margin-top: 103px;
  }

  h2 {
    font-size: 2rem;
    line-height: inherit;
  }

  .content {
    padding: 20px 0;
  }

  .content h3 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }

  .content h3 + p {
    font-size: 1.4rem;
  }

  #sec1 {
    height: 220px;
  }

  #sec2 {
    font-size: 1.6rem;
  }

  #sec2 .delivery {
    font-size: 1.6rem;
  }

  #sec3 .bannerList li {
    width: calc((100% - 10px) / 2);
  }

  #sec3 .bannerList li:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }

  #sec5 .orderFlow li {
    width: calc((100% - 10px) / 2);
    padding: 20px 10px 15px;
  }

  #sec5 .orderFlow li::before {
    width: 30px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  #sec5 .orderFlow li:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }

  #sec5 .orderFlow img {
    margin: 0 auto 10px;
  }

  #sec5 .orderFlow h4 {
    font-size: 1.4rem;
  }

  #sec8 .wearList li {
    width: calc((100% - 10px) / 2);
  }

  #sec8 .wearList li:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }

  #sec8 .wearList li:not(:nth-of-type(-n+4)) {
    margin-top: 0;
  }

  #sec8 .wearList li:not(:nth-of-type(odd)) {
    margin-left: 10px;
  }

  #sec8 .wearList li:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }

  #sec9 .printList > li {
    width: calc((100% - 10px) / 2);
    padding: 10px;
  }

  #sec9 .printList > li:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }

  #sec9 .printList figure {
    display: block;
  }

  #sec9 .printList figcaption {
    width: 100%;
  }

  #sec9 .printList img {
    width: 100%;
    margin-bottom: 10px;
  }

  #sec9 .printList h4 {
    font-size: 1.4rem;
  }

  #sec10 .postWrap {
    margin-bottom: 40px;
  }

  #sec10 .postWrap .post {
    width: calc((100% - 20px) / 2);
  }

  #sec10 .postWrap .post:not(:nth-of-type(3n)) {
    margin-right: 0;
  }

  #sec10 .postWrap .post:not(:nth-of-type(-n+3)) {
    margin-top: 0;
  }

  #sec10 .postWrap .post:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }

  #sec10 .postWrap .post:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }

  #sec10 .postWrap .title {
    height: 78px;
    font-size: 1.6rem;
  }

  #sec11 .snsList {
    display: block;
    text-align: center;
  }

  #sec11 .snsList li:not(:first-of-type) {
    margin-top: 40px;
  }

  #sec12 .inner,
  #sec13 .inner {
    padding: 10px;
    border-width: 10px;
  }

  #sec13 .paymentList dt {
    font-size: 1.6rem;
  }

  #sec13 .paymentList dt:not(:first-of-type) {
    margin-top: 20px;
  }

  #sec13 .paymentList dd {
    font-size: 1.3rem;
  }

  #sec14 .inner {
    padding: 15px;
    font-size: 1.4rem;
  }
}

@media all and (max-width: 559px) {
  .minSp {
    display: block;
  }

  .button::after {
    display: none;
  }

  #header .h1 {
    display: none;
  }

  #footer #pageTop {
    width: 40px;
    line-height: 40px;
    bottom: 5px;
    right: 5px;
  }

  #sec6 label {
    font-size: 1rem;
    line-height: 44px;
  }

  #sec7 .button::after {
    display: none;
  }

  #sec9 .printList .tagList li {
    font-size: 1rem;
  }

  #sec10 .postWrap .new {
    width: 50px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  #sec10 .postWrap .thumb {
    margin-bottom: 5px;
  }

  #sec10 .postWrap time {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  #sec10 .postWrap .title {
    height: 66px;
    font-size: 1.4rem;
  }

  #sec10 .button::after {
    display: none;
  }

  #sec11 .snsList li a {
    font-size: 1.4rem;
    line-height: 55px;
  }

  #sec11 .snsList li img {
    width: 30px;
  }

  #sec11 .snsList li:not(:first-of-type) {
    margin-top: 20px;
  }

  #sec14 .inner {
    font-size: 1.1rem;
  }
}
