@charset "UTF-8";

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

/*-----------------------------
設定
-----------------------------*/

@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: 0;
  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 {
  outline: none;
}

.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("images/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;
}

.inner {
  width: 1200px;
}

.contents {
  margin-top: 130px;
}

.content {
  padding: 40px 0;
}

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

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

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

.content h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  color: #1598CE;
  font-size: 2.4rem;
}

.content h3 {
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 6px solid;
  color: #1598CE;
  font-size: 1.8rem;
}

.content > section {
  margin-top: 60px;
}

.content > section > p,
.content > section > img {
  margin-top: 20px;
}

.content > section > section {
  margin-top: 30px;
}

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

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

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

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

.wearList img {
  width: 100%;
}

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

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

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

#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;
}

#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;
}

/*-----------------------------
プライバシーポリシー
-----------------------------*/

.content h1 + p {
  text-align: left;
}

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

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

@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;
  }

  .contents {
    margin-top: 103px;
  }

  .content {
    padding: 20px 0;
  }

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

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

  .content h2 {
    font-size: 2rem;
  }

  .content > section {
    margin-top: 40px;
  }

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

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

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

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

  .wearList li:not(:nth-of-type(-n+2)) {
    margin-top: 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: 9px 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 5px;
  }

  #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;
  }
}

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

  .button::after {
    display: none;
  }

  .content h3 {
    font-size: 1.6rem;
  }

  #header .h1 {
    display: none;
  }

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