/* @font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
} */

:root {
  --swiper-theme-color: $themeColor
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block
}

body {
  line-height: 1
}

ol,ul {
  list-style: none
}

blockquote,q {
  quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none
}

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

/* @font-face {
  font-family: 'M PLUS 1p';
  src: url("../fonts/Mplus/MPLUS1p-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: 'M PLUS 1p';
  src: url("../fonts/Mplus/MPLUS1p-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: 'M PLUS 1p';
  src: url("../fonts/Mplus/MPLUS1p-Medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: 'M PLUS 1p';
  src: url("../fonts/Mplus/MPLUS1p-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'M PLUS 1p';
  src: url("../fonts/Mplus/MPLUS1p-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: 'M PLUS 1p';
  src: url("../fonts/Mplus/MPLUS1p-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: 'M PLUS 1p';
  src: url("../fonts/Mplus/MPLUS1p-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSans/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSans/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSans/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSans/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSans/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSans/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: 'YuGothic';
  src: url("../fonts/YuGothic/YuGothicBold.otf") format("truetype");
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: 'YuGothic';
  src: url("../fonts/YuGothic/YuGothicMedium.otf") format("truetype");
  font-weight: 400;
  font-style: normal
} */

html {
  font-size: 10px
}

body {
  color: #3a1407;
  font-family: Meiryo,-apple-system,blinkMacSystemFont,"Helvetica Neue","Segoe UI",YuGothicM,YuGothic,sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  line-height: normal
}

body.-fixed-body {
  position: fixed;
  width: 100%;
  height: 100%
}

div {
  word-break: break-all
}

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

h1,h2,h3 {
  font-feature-settings: 'palt';
  font-size: inherit;
  font-weight: inherit
}

a {
  color: #0092c9;
}

a:visited {
  color: #005a7d
}

strong,em,b {
  font-weight: bold
}

button {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  cursor: pointer
}

input[type='text'],input[type='email'],input[type='password'] {
  box-shadow: none;
  padding: 5px 10px
}

pre {
  position: relative;
  font-family: unset;
  margin: 2rem 0px 2rem;
  padding: 3rem 16px 2rem;
  color: #e3e3e3;
  background-color: #364549;
  overflow-x: scroll
}

pre:before {
  content: 'code';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  color: #eee;
  display: inline-block;
  background-color: #777;
  padding: 2px 4px;
  word-break: break-all
}

a:hover img {
  opacity: 0.85
}

@font-face {
  font-family: "icon-font";
  src: url("../fonts/icon-font.eot");
  src: url("../fonts/icon-font.eot?#iefix") format("eot"),url("../fonts/icon-font.woff") format("woff"),url("../fonts/icon-font.ttf") format("truetype"),url("../fonts/icon-font.svg#icon-font") format("svg");
  font-weight: normal;
  font-style: normal
}

.icon-font:before {
  display: inline-block;
  font-family: "icon-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-font-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%
}

.icon-font-2x {
  font-size: 2em
}

.icon-font-3x {
  font-size: 3em
}

.icon-font-4x {
  font-size: 4em
}

.icon-font-5x {
  font-size: 5em
}

.icon-font-fw {
  width: 1.2857142857142858em;
  text-align: center
}

.icon-font-sample:before {
  content: "\EA01"
}

.icon-font-search:before {
  content: "\EA02"
}

.icon-font-arrow-right:before {
  content: "\EA04"
}

.icon-font-minus:before {
  content: "\EA07"
}

.icon-font-plus:before {
  content: "\EA08"
}

.icon-font-home:before {
  content: "\EA09"
}

.icon-font-mail:before {
  content: "\EA0A"
}

.icon-font-map:before {
  content: "\EA0B"
}

.icon-font-pen:before {
  content: "\EA0C"
}

.icon-font-tel:before {
  content: "\EA0D"
}

.icon-font-triangle-left:before {
  content: "\EA10"
}

.icon-font-triangle-right:before {
  content: "\EA11"
}

.icon-font-place:before {
  content: "\EA12"
}

.icon-font-flag:before {
  content: "\EA13"
}

.icon-font-cros:before {
  content: "\EA14"
}

.l-main {
  margin-top: 60px
}

.l-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap
}

.l-contents {
  max-width: 100%;
  padding: 0 0 0 30px;
  -webkit-box-flex: 4;
  flex: 4
}

.l-content {
  width: 100%
}

.l-section {
  overflow: hidden
}

.l-section img {
  float: left;
  margin-right: 30px
}

.l-component-container {
  max-width: 1200px;
  padding: 5rem 0;
  margin: auto
}

.l-component-section {
  margin-bottom: 4rem;
  padding: 2rem 1.75rem
}

.l-component-section--full {
  padding: 2rem 0;
  margin-bottom: 4rem
}

.l-component-section--full .l-component-heading-lv3 {
  margin-right: 1.75rem;
  margin-left: 1.75rem
}

.l-component-example {
  margin: 0 0 4rem 0
}

.l-component-example:before,.l-component-example:after {
  content: '';
  display: table
}

.l-component-example:after {
  clear: both
}

.l-component-example {
  zoom:1}

.l-component-heading-lv1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 2rem;
  padding: 1rem 0;
  border-bottom: 3px solid #00adef
}

.l-component-heading-lv2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  padding: 1rem 2rem;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  background-color: #333
}

.l-component-heading-lv3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #364549;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd
}

.l-component-heading-lv3 small {
  font-size: 1.5rem;
  background: #eee;
  display: inline-block;
  color: #f11a4c;
  margin-left: 10px
}

.l-container {
  max-width: 1200px;
  margin: auto
}

.l-home__banner {
  display: block;
  margin-bottom: 55px
}

.l-home-tops {
  overflow: hidden;
  box-sizing: border-box;
  background-image: url("../images/home/tops_bg2.png");
  background-size: cover;
  background-repeat: repeat
}

.l-home-tops-head {
  background: none;
  border: none;
  color: #fff;
  font-family: "M PLUS 1p";
  font-size: 4rem;
  font-weight: bold;
  padding: 0
}

.l-home-tops-head:after {
  background: none
}

.l-home-tops-inner {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 80px 0 40px;
  box-sizing: border-box;
  text-align: center
}

.l-home-tops-menu {
  background: #c2eeff;
  width: calc( 100% - 20px);
  padding: 10px
}

.l-home-tops-menu-head {
  text-align: center;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2rem;
  color: #129bcf
}

.l-home-tops-menu-items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap
}

.l-home-tops-menu-item {
  border: solid 2px #00adef;
  width: calc( 33% - 24px);
  text-align: center;
  margin: 0 5px 5px;
  background: #fff;
  padding: 10px 5px
}

.l-home-tops-menu-item a {
  text-decoration: none;
  color: #000;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 1rem
}

.l-home-tops-menu-item img {
  display: block;
  margin: 0 auto 10px
}

.l-home-tops-reason {
  background-image: url("../images/home/tops_reason_bg.png");
  background-size: cover;
  background-repeat: repeat
}

.l-home-tops-reason-head {
  color: #fff;
  font-family: "M PLUS 1p";
  font-size: 3rem;
  font-weight: bold;
  padding: 0;
  text-align: center
}

.l-home-tops-reason-inner {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 80px 0 40px;
  box-sizing: border-box;
  text-align: center
}

.l-home-tops-reason__items {
  display: block
}

.l-home-tops-reason-item {
  position: relative;
  width: 90%;
  margin: 20px auto;
  padding: 5px;
  text-align: left;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-decoration: none;
  overflow: hidden
}

.l-home-tops-reason-item-head {
  background: none;
  font-size: 3rem;
  color: #fff;
  display: block
}

.l-home-tops-reason-item-head span {
  color: #000;
  font-size: 2.5rem;
  font-weight: normal;
  padding: 0 10px
}

.l-home-tops-reason-item .info {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  width: 100%
}

.l-home-tops-reason-item .info>span {
  display: block;
  margin: 10px 0;
  text-align: left;
  font-size: 1rem;
  font-weight: normal
}

.l-home-tops-reason-item .thumb {
  display: block;
  width: 100%;
  text-align: center
}

.l-home-tops-reason-item .thumb img {
  width: 100%;
  height: auto
}

.l-home-tops__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 46px 0 20px
}

.l-home-tops-item {
  position: relative;
  width: 226px;
  height: 365px;
  padding: 16px 10px 16px;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-decoration: none
}

.l-home-tops-item-head {
  background: none;
  top: -2.5rem;
  font-size: 3.5rem;
  left: 0;
  right: 0;
  color: #fff
}

.l-home-tops-item p {
  font-size: 2.5rem;
  font-weight: bold
}

.l-home-tops-item p span {
  display: block;
  margin: 20px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal
}

.l-home-tops__headline {
  width: 650px;
  margin: 0 auto 14px
}

.l-home-tops__text {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.01em
}

.l-home-tops__prefix {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 236px
}

.l-home-tops__suffix {
  position: absolute;
  right: 58px;
  bottom: 83px;
  height: 239px
}

.l-home-tops__labels {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 24px
}

.l-home-tops__label {
  width: 188px;
  height: 34px;
  margin: 0 7px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 1.6rem;
  padding: 4px 10px;
  text-align: center;
  color: #3a1407;
  border: 2px solid #3a1407;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff
}

.l-home-tops__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 10px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  text-align: center;
  color: #fff;
  background-color: #3a1407
}

.l-home-tops__bottom .-prefix {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 55px
}

.l-home-tops__bottom .-suffix {
  position: absolute;
  right: 33px;
  bottom: 0;
  height: 80px
}

.l-home-recommend h2 {
  background: #EF171E;
  color: #FFF235;
  text-align: center;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 3rem;
  position: relative;
  padding: 10px 0
}

.l-home-recommend h2 .-prefix {
  position: absolute;
  top: -10px;
  left: 20px
}

.l-home-recommend h2 .-suffix {
  position: absolute;
  top: -10px;
  right: 20px
}

.l-home-recommend-search__banner {
  margin: 10px 0 0
}

.l-home-recommend .c-navProduct ul li a {
  height: 100px
}

.l-home-recommend .c-navProduct ul li a .-arrow {
  display: block
}

.l-home-recommend .c-navProduct ul li a .-arrow .icon-font-triangle-bottom:before {
  content: "▼"
}

.l-home-ranking__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 17px 35px 12px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2.8rem;
  box-sizing: border-box;
  color: #fff
}

.l-home-ranking__headingTitle {
  position: relative
}

.l-home-ranking__headingTitle .-prefix {
  margin-right: 13px;
  width: 46px;
  height: 24px;
  vertical-align: baseline
}

.l-home-ranking__headingTitle .-suffix {
  position: absolute;
  top: -26px;
  margin-left: 20px
}

.l-home-ranking-area {
  padding: 20px 0 5px 0
}

.l-home-ranking-items {
  margin: 30px 0
}

.l-home-ranking-items .l-home-ranking-items-head {
  font-family: "M PLUS 1p";
  font-weight: 800;
  background: #EF171E;
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  position: relative
}

.l-home-ranking-items .p-product-list__item {
  width: calc(50% - 14px)
}

.l-home-ranking-items .p-product-list__content {
  margin-bottom: 0
}

.l-home-ranking-items .p-product-list__thumb {
  width: 33%
}

.l-home-ranking-items .p-product-list-info {
  width: calc( 67% - 20px);
  margin: 0 0 0 20px
}

.l-home-ranking-items .p-product-list-info__inner {
  position: relative;
  padding: 0 0 50px
}

.l-home-ranking-items .p-product-list__discount {
  top: 100px
}

.l-home-ranking-items .p-product-list-bottom__total {
  border-top: none;
  -webkit-box-pack: start;
  justify-content: flex-start
}

.l-home-ranking-items .p-product-list-bottom__total .-label {
  margin: 5px 0 0
}

.l-home-ranking-items .p-product-list-bottom__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e3f8ff;
  margin: 0;
  width: 60%;
  font-size: 1.5rem;
  text-align: center;
  color: #00adef;
  padding: 10px 20px
}

.l-home-ranking-items .p-product-list-bottom__btn span {
  vertical-align: middle;
  line-height: 1
}

.l-home-ranking-items .p-product-list__search {
  margin-bottom: 20px
}

.l-home-ranking-items .p-product-list__search a {
  text-align: center;
  display: block;
  width: 60%;
  background: #00adef;
  margin: 50px auto 0;
  padding: 20px;
  text-decoration: none;
  font-family: "icon-font";
  font-weight: 900;
  color: #ffffff;
  font-size: 3rem
}

.l-home-ranking-items .p-product-list__search a img {
  vertical-align: middle
}

.l-home-ranking-items .p-product-list__search a span {
  color: #FFF235
}

.l-home-ranking-items .p-product-list__action {
  margin-bottom: 50px
}

.l-home-ranking-items .p-product-list__action a {
  border: solid 1px #00adef;
  text-align: center;
  display: block;
  width: 40%;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  font-family: "icon-font";
  font-weight: 900;
  color: #00adef;
  font-size: 2rem
}

.l-home-ranking-items .p-product-list__action a:visited {
  color: #00adef
}

.l-home-ranking-items .p-product-list__action a:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-home-ranking-item {
  display: block;
  text-decoration: none;
  border: 2px solid #00adef;
  background-color: #fff
}

.l-home-ranking-item:hover {
  opacity: 0.75
}

.l-home-ranking-item.-bg {
  border-color: transparent;
  background-color: transparent
}

.l-home-ranking-item__bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 170px
}

.l-home-ranking-item__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 23px 20px
}

.l-home-ranking-item__logo {
  display: block;
  margin-bottom: 16px;
  max-height: 20px
}

.l-home-ranking-item__logo>img {
  height: 14px
}

.l-home-ranking-item__name {
  display: block;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #0096cf
}

.l-home-ranking-item__desc {
  display: block;
  font-size: 1.2rem;
  color: #616060
}

.l-home-ranking-item__thumb {
  position: relative;
  width: 120px
}

.l-home-ranking-item__thumb img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 120px
}

.l-home-ranking-item__thumb.-oblong img {
  top: -54px
}

.l-home-ranking-item__thumb .-discount {
  position: absolute;
  right: -20px;
  bottom: -128px;
  z-index: 2;
  width: 81px;
  height: 81px;
  padding-top: 17px;
  line-height: 1;
  font-family: "M PLUS 1p";
  font-weight: 800;
  text-align: center;
  color: #3a1407;
  background-image: url("../images/product/badge_sale.png");
  background-repeat: no-repeat
}

.l-home-ranking-item__thumb .-discount .-top {
  display: block;
  font-size: 0.9rem
}

.l-home-ranking-item__thumb .-discount .-num {
  font-size: 2.3rem
}

.l-home-ranking-item__thumb .-discount .-unit {
  font-size: 1.445rem;
  margin-left: -4px
}

.l-home-ranking-item__thumb .-discount .-bottom {
  display: block;
  font-size: 1.2rem
}

.l-home-ranking-item__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 37px;
  background-color: #0096cf
}

.l-home-ranking-item__label {
  position: relative;
  height: 46px;
  bottom: -2px;
  left: -5px;
  box-sizing: border-box;
  border-top: 2px solid #0096cf;
  border-bottom: 2px solid #0096cf;
  border-left: 2px solid #0096cf;
  font-family: "M PLUS 1p";
  font-weight: 800;
  letter-spacing: 0.01rem;
  margin-right: 12px;
  padding: 12px 3px 13px 5px;
  box-sizing: border-box;
  color: #0096cf;
  background-color: #fff
}

.l-home-ranking-item__label>span {
  margin-left: -3px
}

.l-home-ranking-item__label>span:first-child {
  margin-left: 0
}

.l-home-ranking-item__label:before,.l-home-ranking-item__label:after {
  content: '';
  position: absolute
}

.l-home-ranking-item__label:before {
  z-index: 2;
  top: 50%;
  right: -27px;
  margin-top: -21px;
  border: 21px solid transparent;
  border-left: 6px solid #fff
}

.l-home-ranking-item__label:after {
  z-index: 1;
  top: 50%;
  right: -31px;
  margin-top: -22px;
  border: 23px solid transparent;
  border-left: 8px solid #0096cf
}

.l-home-ranking-item__price {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  top: 6px;
  padding: 0 10px 0 0;
  font-size: 4.5rem;
  letter-spacing: 0.01rem
}

.l-home-ranking-item__price .-num,.l-home-ranking-item__price .-unit {
  position: relative;
  top: 0;
  font-family: "YuGothic";
  font-weight: bold;
  color: #fff100;
  -webkit-text-stroke: 1px #00adef;
  text-stroke: 1px #00adef;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #fff), color-stop(51%, #ff0), to(#ff0));
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #ff0 51%, #ff0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.l-home-ranking-item__price .-num {
  letter-spacing: 0.01rem
}

.l-home-ranking-item__price .-unit {
  font-size: 2.6rem
}

.l-home-ranking-item__price .-tax {
  -webkit-text-stroke: none;
  text-stroke: none;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #fff
}

.l-home-ranking__action {
  padding: 0 10px;
  text-align: center
}

.l-home-info-item {
  margin: 20px auto;
  padding: 20px;
  border: 3px solid #00adef;
  box-sizing: border-box;
  background-color: #fff;
  width: 900px
}

.l-home-info-item h3 {
  text-align: center;
  padding: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 800
}

.l-home-info-item p {
  text-align: center
}

.l-home-info-item span {
  color: #EF171E;
  font-size: 1.5rem;
  font-weight: 800
}

.l-home-campaign-item {
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  width: 900px
}

.l-home-campaign-item p {
  text-align: center
}

.l-home-info-search {
  width: 1200px;
  margin: 0 auto 74px
}

.l-home-info-search__heading {
  font-family: "M PLUS 1p";
  font-weight: 800;
  padding: 8px 10px 10px;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  background-color: #00adef
}

.l-home-info-search__heading img {
  vertical-align: bottom
}

.l-home-info-search__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 16px -9px
}

.l-home-info-search-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 143px;
  height: 235px;
  margin: 4.5px;
  padding: 16px 10px 16px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid silver;
  text-decoration: none
}

.l-home-info-search-item.-other {
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 10px
}

.l-home-info-search-item.-other:after {
  display: none
}

.l-home-info-search-item:hover {
  opacity: 0.85
}

.l-home-info-search-item:after {
  content: '';
  position: absolute;
  background: #c2eeff;
  left: auto;
  width: 120px;
  height: 120px;
  right: auto;
  z-index: 1;
  top: 33px;
  border-radius: 50%;
  bottom: 0;
  margin: auto
}

.l-home-info-search-item.-more {
  padding: 0;
  border: none
}

.l-home-info-search-item.-more:after {
  content: none
}

.l-home-info-search-item__name {
  z-index: 2;
  margin-bottom: 15px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1;
  color: #00adef;
  margin: 0
}

.l-home-info-search-item__thumb {
  margin-bottom: 11px;
  max-width: 100px;
  margin: auto
}

.l-home-info-search-item__thumb.-oblong {
  max-width: 60px
}

.l-home-info-search-item__thumb img {
  position: relative;
  z-index: 2
}

.l-home-info-search-item__label {
  z-index: 2;
  display: inline-block;
  max-width: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 2px 12px;
  color: #fff;
  background-color: #00adef
}

.l-home-info-search-item__price {
  z-index: 2;
  color: #00adef;
  white-space: nowrap
}

.l-home-info-search-item__price .-num {
  font-weight: bold;
  font-size: 1.3rem
}

.l-home-info-search-item__price .-unit {
  font-size: 1.3rem;
  margin-left: -4px
}

.l-home-info-search-item__price .-taxinc {
  display: block;
  font-size: 1.2rem
}

.l-home-info-search-item__price .-taxinc .-num {
  font-weight: bold;
  font-size: 1.1rem
}

.l-home-info-search-item__price .-taxinc .-unit {
  font-size: 1.2rem;
  margin-left: -4px
}

.l-home-info-search-item__ballon {
  position: absolute;
  bottom: 64px;
  right: -5px;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 0;
  width: 56px;
  height: 56px;
  line-height: 1;
  text-align: center;
  color: #00adef;
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  border: 3px solid #00adef;
  border-radius: 50%;
  box-sizing: border-box
}

.l-home-info-search-item__ballon:before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: -9px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #00adef;
  z-index: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.l-home-info-search-item__ballon:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: -9px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-left: 13px solid #fff;
  z-index: 1;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.l-home-info-search-item__ballon .-top,.l-home-info-search-item__ballon .-num,.l-home-info-search-item__ballon .-unit,.l-home-info-search-item__ballon .-bottom {
  position: relative;
  z-index: 2;
  font-family: "M PLUS 1p";
  font-weight: 800
}

.l-home-info-search-item__ballon .-top {
  display: block;
  font-size: 0.9rem
}

.l-home-info-search-item__ballon .-num {
  font-size: 1.6rem;
  margin-right: -6px;
  margin-left: 6px
}

.l-home-info-search-item__ballon .-unit {
  font-size: 1.2rem
}

.l-home-info-search-item__ballon .-bottom {
  display: block;
  font-size: 1rem
}

.l-home-info-search__action {
  text-align: center
}

.l-home-case {
  margin-bottom: 75px
}

.l-home-case__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 17px 0 17px 35px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-top: 10px solid #3a1407;
  background-color: #fff
}

.l-home-case__heading .-thumb {
  position: absolute;
  top: -30px;
  left: 10px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 2px solid #3a1407;
  box-sizing: border-box
}

.l-home-case__heading .-title {
  color: #3a1407;
  font-size: 4rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  margin-left: 110px
}

.l-home-case__heading .-sub {
  color: #3a1407;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 17px;
  margin-right: auto
}

.l-home-case-board {
  padding: 35px 43px 22px;
  background-color: #f5f5f5
}

.l-home-case-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px
}

.l-home-case-item {
  display: block;
  position: relative;
  width: calc(25% - 23px);
  margin: 0 11.5px 11.5px;
  text-decoration: none
}

.l-home-case-item__thumb {
  position: relative;
  width: 100%;
  padding-top: 133%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.l-home-case-item__thumb:before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 2px;
  right: 1px;
  width: 129px;
  height: 84px;
  background-image: url("../images/case/case_after.webp");
  background-repeat: no-repeat;
  background-size: cover
}

.l-home-case-item__thumb img {
  width: 100%
}

.l-home-case-item__label {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 3px 3px;
  box-sizing: border-box;
  color: #fff;
  background-color: #00adef
}

.l-home-case-item__name {
  display: inline-block;
  padding: 11px 0;
  color: #3a1407;
  text-decoration: underline
}

.l-home-case-item__name:visited {
  color: #391307
}

.l-home-case-item__store {
  display: block;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 0;
  font-size: 1.2rem;
  padding: 2px 20px;
  color: #fff;
  background-color: #a2a4a4
}

.l-home-case-steps {
  padding: 52px 62px;
  background-color: #ffffff;
  background-size: 7px 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56.25%, transparent), color-stop(56.25%, rgba(153,153,153,0.2)), color-stop(75%, rgba(153,153,153,0.2)), color-stop(75%, transparent)),-webkit-gradient(linear, left top, right top, color-stop(56.25%, transparent), color-stop(56.25%, rgba(153,153,153,0.2)), color-stop(75%, rgba(153,153,153,0.2)), color-stop(75%, transparent));
  background-image: linear-gradient(transparent 56.25%, rgba(153,153,153,0.2) 56.25%, rgba(153,153,153,0.2) 75%, transparent 75%),linear-gradient(90deg, transparent 56.25%, rgba(153,153,153,0.2) 56.25%, rgba(153,153,153,0.2) 75%, transparent 75%)
}

.l-home-case-steps__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  padding: 32px 56px 32px;
  color: #fff;
  background-color: #129bcf
}

.l-home-case-steps__heading:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 0;
  z-index: 1;
  border: 70px solid #00a0e9;
  border-left-color: transparent
}

.l-home-case-steps__heading .-title {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 3rem;
  line-height: 1.2;
  font-family: "M PLUS 1p";
  font-weight: 800
}

.l-home-case-steps__heading .-strong {
  display: block;
  font-size: 3.4rem
}

.l-home-case-steps__heading .-suffix {
  position: absolute;
  z-index: 2;
  right: -65px;
  bottom: -15px
}

.l-home-case-steps__heading .-sub {
  z-index: 2;
  font-size: 1.6rem
}

.l-home-case-steps__subText {
  font-size: 1.3rem;
  display: none
}

.l-home-case-steps-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 23px 30px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  background-color: #fff
}

.l-home-case-steps-item:last-child {
  margin-bottom: 23px
}

.l-home-case-steps-item:last-child .l-home-case-steps-item__number:after {
  content: none
}

.l-home-case-steps-item__number {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  padding: 19px 7px;
  line-height: 1;
  border-radius: 50%;
  font-size: 1.6rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #00adef
}

.l-home-case-steps-item__number .-num {
  font-size: 4rem
}

.l-home-case-steps-item__number:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 200%;
  background-color: #00adef
}

.l-home-case-steps-item__numberlong {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  padding: 19px 7px;
  line-height: 1;
  border-radius: 50%;
  font-size: 1.6rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #00adef
}

.l-home-case-steps-item__numberlong .-num {
  font-size: 4rem
}

.l-home-case-steps-item__numberlong:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 400%;
  background-color: #00adef
}

.l-home-case-steps-item__body {
  -webkit-box-flex: 6;
  flex: 6;
  margin-right: 15px
}

.l-home-case-steps-item__title {
  font-size: 2rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  line-height: 1;
  margin-bottom: 11px;
  letter-spacing: 0.01rem
}

.l-home-case-steps-item__desc {
  font-size: 1.6rem;
  line-height: 1.4
}

.l-home-case-steps-item__thumb {
  -webkit-box-flex: 2;
  flex: 2;
  width: 240px;
  text-align: right
}

.l-home-case__action {
  text-align: center
}

.l-home-media__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding: 23px 35px 23px 49px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2.8rem;
  box-sizing: border-box;
  color: #3a1407;
  border-bottom: 5px solid #ffd900;
  background-color: #fff100
}

.l-home-media__heading .-prefix {
  position: absolute;
  top: -15px;
  width: 97px;
  height: 97px;
  padding: 30px 0px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: baseline;
  background-color: #fff
}

.l-home-media__heading .-text {
  margin-left: 120px;
  color: #3a1407
}

.l-home-media-board {
  padding: 43px 90px 54px;
  background-color: #f7f5e7;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #f1eed7), color-stop(0.5, transparent), to(transparent));
  background-size: 25px
}

.l-home-media-board__heading {
  position: relative;
  font-size: 2rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  text-align: center;
  max-width: 480px;
  margin: 0 auto
}

.l-home-media-board__heading:before,.l-home-media-board__heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 69px;
  background-size: cover
}

.l-home-media-board__heading:before {
  left: -20px;
  background-image: url("../images/icon/line-left.png")
}

.l-home-media-board__heading:after {
  right: -20px;
  background-image: url("../images/icon/line-right.png")
}

.l-home-media-board__subheading {
  position: relative;
  font-size: 1.6rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  padding: 18px 10px 17px;
  letter-spacing: 0.01rem;
  color: #3a1407;
  background-color: #fff100
}

.l-home-media-board__subheading .-strong {
  position: relative
}

.l-home-media-board__subheading .-strong:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3a1407
}

.l-home-media-board__subheading .-suffix {
  position: absolute;
  bottom: 0;
  right: 80px;
  margin-left: 20px
}

.l-home-media__video {
  padding: 20px 40px 40px;
  max-width: 100%
}

.l-home-media__video video {
  width: 100%
}

.l-home-media-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

.l-home-media-item {
  width: calc(33.3333% - 20px);
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  text-decoration: none
}

.l-home-media-item__thumb {
  -webkit-box-flex: 1;
  flex: 1
}

.l-home-media-item__thumb img {
  width: 100%
}

.l-home-media-item__body {
  -webkit-box-flex: 2;
  flex: 2;
  padding: 10px 0
}

.l-home-media-item__date {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #3a1407
}

.l-home-media-item__title {
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: underline;
  color: #3a1407
}

.l-home-media-item__title:visited {
  color: #391307
}

.l-home-media__action {
  display: none
}

.l-home-news {
  padding: 54px 42px
}

.l-home-news__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2rem;
  box-sizing: border-box;
  color: #3a1407;
  border-bottom: 5px solid #3a1407;
  background-color: #fff
}

.l-home-news__heading .-prefix {
  padding-left: 3px
}

.l-home-news__heading .-text {
  margin-right: auto;
  margin-left: 10px;
  color: #3a1407
}

.l-home-news-items {
  padding-top: 13px
}

.l-home-news-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 17px 0;
  margin-bottom: 13px;
  border-bottom: 1px dotted #3a1407;
  box-sizing: border-box;
  font-size: 1.6rem
}

.l-home-news-item__left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.l-home-news-item__date {
  color: #00a0e9;
  margin-right: 10px
}

.l-home-news-item__group {
  -webkit-box-flex: 1;
  flex: 1;
  margin-right: 35px
}

.l-home-news-item__category {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  margin-right: 5px;
  padding: 2px 5px;
  text-align: center;
  color: #fff;
  background-color: #00a0e9
}

.l-home-news-item__store {
  font-size: 1.2rem;
  margin-right: 5px;
  padding: 2px 11px;
  color: #fff;
  background-color: #a2a4a4
}

.l-home-news-item__text {
  -webkit-box-flex: 2;
  flex: 2;
  color: #3a1407;
  text-decoration: underline
}

.l-home-news-item__text:visited {
  color: #391307
}

.l-home-pickup__heading {
  position: relative;
  text-align: center;
  margin-bottom: 3px;
  padding: 10px;
  color: #3a1407;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "M PLUS 1p";
  font-weight: 800
}

.l-home-pickup__heading .-text {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "M PLUS 1p";
  font-weight: 800
}

.l-home-pickup__heading .-prefix {
  position: absolute;
  top: -3px;
  right: 33%
}

.l-home-pickup-items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 -10px
}

.l-home-pickup-item {
  width: calc(33.333% - 10px);
  margin: 10px
}

.l-home-pickup-item__link {
  display: block
}

.l-home-pickup-item__link:hover {
  opacity: 0.7
}

.l-home-pickup-item__thumb {
  margin-bottom: 10px
}

.l-store h1 {
  color: #FFF235;
  text-align: center;
  background-color: #00adef;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2.4rem;
  padding: 12px 0;
  line-height: 1.4;
  box-sizing: border-box
}

.l-store h4 {
  color: #FFF235;
  text-align: center;
  background-color: #00adef;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2rem;
  padding: 12px 0;
  line-height: 1.4;
  box-sizing: border-box
}

.l-store-banner-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.l-store-banner-item {
  width: calc( 50% - 5px);
  display: block
}

.l-store-banner-item a {
  display: block
}

.l-store-banner-item__flyer {
  background: #FFEC00;
  color: #00adef;
  text-decoration: none;
  padding: 16px 16px 20px;
  position: relative
}

.l-store-banner-item__flyer:hover {
  color: #00adef
}

.l-store-banner-item__flyer:visited {
  color: #00adef
}

.l-store-banner-item__flyer p {
  text-align: center
}

.l-store-banner-item__flyer p span {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2
}

.l-store-banner-item__image {
  position: absolute;
  right: 10px;
  top: 5px
}

.l-store-banner-item__coupon {
  background: #EF171E;
  color: #FFEC00;
  text-decoration: none;
  padding: 16px 16px 20px;
  position: relative
}

.l-store-banner-item__coupon:hover {
  color: #FFEC00
}

.l-store-banner-item__coupon:visited {
  color: #FFEC00
}

.l-store-banner-item__coupon p {
  text-align: center
}

.l-store-banner-item__coupon p span {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2
}

.l-store-info {
  margin: 40px 0
}

.l-store-info .c-table {
  margin: 20px 0
}

.l-store-info .c-table tr {
  border: 1px solid #fff;
  background-color: #F9F7F7
}

.l-store-info .c-table tr th {
  padding: 15px;
  color: #3a1407;
  font-weight: 800;
  background-color: #F9F7F7;
  border-left: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.l-store-info .c-table tr td {
  padding: 15px;
  border-bottom: 2px solid #fff
}

.l-store-info .c-table tr td iframe {
  width: 100%;
  height: 300px
}

.l-store__reserve {
  text-align: center
}

.l-store__reserve a {
  display: inline-block;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5D08), to(#FF2708));
  background: linear-gradient(#FF5D08, #FF2708);
  padding: 10px 60px;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  position: relative
}

.l-store__reserve a img {
  vertical-align: middle
}

.l-store__reserve a:hover {
  color: #fff
}

.l-store__reserve a:visited {
  color: #fff
}

.l-store__reserve a:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  font-size: 1rem;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-store-recommend-list__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.l-store-recommend-list__items:after {
  display: block;
  content: '';
  width: calc( 33% - 6px)
}

.l-store-recommend-list__item {
  position: relative;
  display: block;
  border: solid 1px #A5A5A5;
  box-sizing: border-box;
  padding: 16px 16px 95px;
  width: calc( 33% - 6px);
  margin-top: 20px;
  text-decoration: none;
  color: #3a1407
}

.l-store-recommend-list__item:hover {
  color: #3a1407
}

.l-store-recommend-list__item:visited {
  color: #3a1407
}

.l-store-recommend-list__item:nth-child(n+7) {
  display: none
}

.l-store-recommend-list__top {
  position: relative
}

.l-store-recommend-list__top img {
  width: 30%
}

.l-store-recommend-list__thumb {
  text-align: center;
  height: 195px
}

.l-store-recommend-list__thumb .-product {
  max-height: 195px;
  max-width: 100%
}

.l-store-recommend-list__typeText {
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  line-height: 1
}

.l-store-recommend-list-info {
  margin: 20px 0 0
}

.l-store-recommend-list-info__label {
  text-align: center;
  font-weight: 800;
  min-height: 21px
}

.l-store-recommend-list-info__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center
}

.l-store-recommend-list-info__list li {
  display: inline-block;
  background: #e3f8ff;
  border-radius: 10px;
  padding: 2px 5px;
  margin: 5px;
  font-size: 1.2rem
}

.l-store-recommend-list-info__comment {
  font-size: 1.2rem;
  margin-bottom: 10px
}

.l-store-recommend-list-info__icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 10px 0
}

.l-store-recommend-list-bottom__total {
  position: absolute;
  bottom: 16px;
  width: calc( 100% - 32px);
  left: 16px;
  margin: 20px 0 0
}

.l-store-recommend-list-bottom__total .-label {
  color: #EF171E;
  font-size: 1.2rem
}

.l-store-recommend-list-bottom__total .-total {
  color: #EF171E;
  font-size: 2.4rem;
  text-align: right;
  font-weight: 800
}

.l-store-recommend-list-bottom__total .-total .-unit {
  font-size: 1.2rem;
  font-weight: 400
}

.l-store-recommend-list-bottom__total .-total .-tax {
  font-size: 1.2rem;
  font-weight: 400
}

.l-store-recommend-list-bottom__total .-total .-taxinc {
  font-weight: 400;
  display: block;
  font-size: 1.2rem;
  color: #3a1407
}

.l-store-recommend-list__search span {
  position: relative;
  display: block;
  max-width: 600px;
  margin: 20px auto;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: #00adef;
  font-size: 2rem;
  font-weight: 800;
  border: solid 1px #00adef;
  cursor: pointer
}

.l-store-recommend-list__search span:after {
  position: absolute;
  content: '▼';
  font-family: "icon-font";
  font-weight: 900;
  font-size: 0.8rem;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-store-recommend-list__search span:hover {
  color: #00adef
}

.l-store-recommend-list__search span:visited {
  color: #00adef
}

.l-store-recommend-list__search-close span {
  position: relative;
  display: block;
  max-width: 600px;
  margin: 20px auto;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: #00adef;
  font-size: 2rem;
  font-weight: 800;
  border: solid 1px #00adef;
  cursor: pointer
}

.l-store-recommend-list__search-close span:after {
  position: absolute;
  content: '▲';
  font-family: "icon-font";
  font-weight: 900;
  font-size: 0.8rem;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-store-recommend-list__search-close span:hover {
  color: #00adef
}

.l-store-recommend-list__search-close span:visited {
  color: #00adef
}

.l-store-recommend-list__search-close .js-more-close {
  display: none
}

.l-store-voice {
  margin: 40px 0
}

.l-store-voice-list__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 20px 0
}

.l-store-voice-list__item {
  width: calc( 50% - 5px);
  border: solid 10px #F3F1DE;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 10px;
  text-decoration: none;
  color: #3a1407
}

.l-store-voice-list__item:hover {
  color: #3a1407
}

.l-store-voice-list__item:visited {
  color: #3a1407
}

.l-store-voice-list__item:nth-child(n+5) {
  display: none
}

.l-store-voice-list__content {
  display: -webkit-box;
  display: flex;
  position: relative
}

.l-store-voice-list__thumb {
  display: table-cell;
  width: 185px;
  vertical-align: middle
}

.l-store-voice-list-info {
  width: 215px;
  margin-left: 10px
}

.l-store-voice-list-info__label {
  font-size: 1.2rem;
  margin: 5px 0
}

.l-store-voice-list-info__title {
  font-size: 1.2rem;
  background: #E8E8E8;
  border: solid 10px #E8E8E8;
  padding: 0px;
  font-weight: 800;
  height: 18px;
  overflow: hidden
}

.l-store-voice-list-info__comment {
  margin: 5px 0;
  font-size: 1.2rem;
  height: 36px
}

.l-store-voice-list-bottom__button {
  margin-top: 20px;
  text-align: right
}

.l-store-voice-list-bottom__button .-label {
  display: inline-block;
  background: #3A1407;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 2px 10px
}

.l-store-voice-list__search span {
  position: relative;
  display: block;
  max-width: 600px;
  margin: 20px auto;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: #00adef;
  font-size: 2rem;
  font-weight: 800;
  border: solid 1px #00adef;
  cursor: pointer
}

.l-store-voice-list__search span:after {
  position: absolute;
  content: '▼';
  font-family: "icon-font";
  font-weight: 900;
  font-size: 0.8rem;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-store-voice-list__search span:hover {
  color: #00adef
}

.l-store-voice-list__search span:visited {
  color: #00adef
}

.l-store-voice-list__search-close span {
  position: relative;
  display: block;
  max-width: 600px;
  margin: 20px auto;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: #00adef;
  font-size: 2rem;
  font-weight: 800;
  border: solid 1px #00adef;
  cursor: pointer
}

.l-store-voice-list__search-close span:after {
  position: absolute;
  content: '▲';
  font-family: "icon-font";
  font-weight: 900;
  font-size: 0.8rem;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-store-voice-list__search-close span:hover {
  color: #00adef
}

.l-store-voice-list__search-close span:visited {
  color: #00adef
}

.l-store-voice-list__search-close .js-more-close-limit {
  display: none
}

.l-store-staff-message__comment {
  margin: 20px 0;
  border: solid 2px #00adef;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.l-store-staff-message__thumb img {
  max-width: 240px;
  height: auto
}

.-message-info {
  width: 600px;
  margin-left: 20px
}

.l-store-staff-message-info__label {
  font-size: 1.6rem;
  color: #00adef;
  font-weight: 800
}

.l-store-staff-message-info__comment {
  margin-top: 20px
}

.l-store-staff-list {
  margin: 20px 0
}

.l-store-staff-list h5 {
  background: #e3f8ff;
  text-align: center;
  font-weight: 800;
  font-size: 1.6rem;
  padding: 10px
}

.l-store-staff-list__items {
  margin: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap
}

.l-store-staff-list__items:before {
  display: block;
  content: '';
  width: calc( 25% - 5px);
  -webkit-box-ordinal-group: 2;
  order: 1
}

.l-store-staff-list__items:after {
  display: block;
  content: '';
  width: calc( 25% - 5px)
}

.l-store-staff-list__item {
  width: calc( 25% - 5px);
  margin: 10px 0 0
}



.l-store-staff-list__thumb {
  position: relative
}

.l-store-staff-list__thumb .-product {
  border-radius: 120px;
  max-width: 220px;
  max-height: 220px;
  min-width: 220px
}

.l-store-staff-list__search span {
  position: relative;
  display: block;
  max-width: 232px;
  margin: 20px auto;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: #00adef;
  background: #e3f8ff;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 30px;
  cursor: pointer
}

.l-store-staff-list__search span:after {
  position: absolute;
  content: '+';
  font-family: "icon-font";
  font-weight: 900;
  font-size: 0.8rem;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-store-staff-list__search span:hover {
  color: #00adef
}

.l-store-staff-list__search span:visited {
  color: #00adef
}

.l-store-staff-list__search-close span {
  position: relative;
  display: block;
  max-width: 232px;
  margin: 20px auto;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: #00adef;
  background: #e3f8ff;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 30px;
  cursor: pointer
}

.l-store-staff-list__search-close span:after {
  position: absolute;
  content: '-';
  font-family: "icon-font";
  font-weight: 900;
  font-size: 0.8rem;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-store-staff-list__search-close span:hover {
  color: #00adef
}

.l-store-staff-list__search-close span:visited {
  color: #00adef
}

.l-store-staff-list__search-close .js-more-close {
  display: none
}

.l-store-c-btn-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: -5px;
  margin-left: -5px
}

.l-store-c-btn-list-space {
  margin: 40px 0
}

.l-store-c-btn-list a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  border: solid 2px #707070;
  font-size: 1.8rem;
  color: #3a1407;
  text-decoration: none
}

.l-store-c-btn-list a img {
  vertical-align: middle
}

.l-store-c-btn-list a:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-size: 1rem;
  font-weight: 900;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-breadclumbs {
  margin-bottom: 20px
}

.c-breadclumbs a,.c-breadclumbs span {
  font-size: 1.4rem
}

.c-breadclumbs a {
  position: relative;
  color: #3a1407;
  margin-right: 20px
}

.c-breadclumbs a:after {
  content: '\003e';
  position: absolute;
  margin-left: 6px;
  font-size: 1.6rem
}

.c-breadclumbs a:visited {
  color: #230c04
}

.c-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer
}

.c-btn:visited {
  color: #fff
}

.c-btn:disabled {
  background-color: #ccc;
  color: #999
}

.c-btn>.icon-font:before {
  vertical-align: text-top
}

.c-btn>.icon-right {
  float: right;
  margin-left: 0
}

.c-btn>img {
  width: 44px;
  vertical-align: middle;
  margin: 0 15px 0 0
}

.c-btn-primary {
  background-color: #0081b2;
  border: 2px solid #0081b2
}

.c-btn-primary:hover:not(:disabled) {
  background-color: #006f99;
  border-color: #006f99
}

.c-btn-secondary {
  box-shadow: 0 0 0 3px #6ebc00 inset;
  background: -webkit-gradient(linear, left top, left bottom, from(#aae400), color-stop(25%, #4fcb00), color-stop(50%, #4fcb00), to(#aae400));
  background: linear-gradient(180deg, #aae400 0%, #4fcb00 25%, #4fcb00 50%, #aae400 100%)
}

.c-btn-secondary:hover:not(:disabled) {
  background: -webkit-gradient(linear, left top, left bottom, from(#9fd500), color-stop(25%, #49bc00), color-stop(50%, #49bc00), to(#9fd500));
  background: linear-gradient(180deg, #9fd500 0%, #49bc00 25%, #49bc00 50%, #9fd500 100%)
}

.c-btn-secondary>img {
  width: 24px;
  vertical-align: middle
}

.c-btn-secondary>.icon-font:not(.icon-right) {
  margin-left: 30px
}

.c-btn-secondary>.icon-font:not(.icon-right):before {
  vertical-align: text-top
}

.c-btn-success {
  box-shadow: 0 0 0 2px #00b900 inset;
  background: -webkit-gradient(linear, left top, left bottom, from(#aae400), to(#4fcb00));
  background: linear-gradient(180deg, #aae400 0%, #4fcb00 100%)
}

.c-btn-success:hover:not(:disabled) {
  background: -webkit-gradient(linear, left top, left bottom, from(#9fd500), to(#49bc00));
  background: linear-gradient(180deg, #9fd500 0%, #49bc00 100%)
}

.c-btn-success>img {
  width: 24px;
  vertical-align: middle
}

.c-btn-info {
  position: relative;
  box-shadow: 0 0 0 2px #ef9a14 inset;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe748), color-stop(45%, #ffb368), to(#ff8309));
  background: linear-gradient(180deg, #ffe748 0%, #ffb368 45%, #ff8309 100%)
}

.c-btn-info:visited {
  color: #fff
}

.c-btn-info:hover:not(:disabled) {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8b700), color-stop(45%, #f88800), to(#f98600));
  background: linear-gradient(180deg, #f8b700 0%, #f88800 45%, #f98600 100%)
}

.c-btn-info>img {
  width: 44px;
  vertical-align: middle
}

.c-btn-info>.icon-font:not(.icon-right) {
  line-height: 0.5;
  margin-left: 30px
}

.c-btn-info>.icon-font:not(.icon-right):before {
  vertical-align: text-top
}

.c-btn-info>.icon-font {
  display: none
}

.c-btn-info:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff
}

.c-btn-link {
  position: relative;
  padding-right: 65px !important;
  padding-left: 65px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307
}

.c-btn-link:visited {
  color: #391307
}

.c-btn-link:hover:not(:disabled) {
  background-color: #f2f2f2
}

.c-btn-link:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-btn-link.c-btn-sm {
  padding-right: 15px;
  padding-left: 15px
}

.c-btn-exLink {
  position: relative;
  box-shadow: 0 0 0 2px #d8d8d8 inset;
  box-sizing: border-box;
  color: #3a1407;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(45%, #fcfcfc), to(#ced2cd));
  background: linear-gradient(180deg, #fff 0%, #fcfcfc 45%, #ced2cd 100%)
}

.c-btn-exLink:visited {
  color: #3a1407
}

.c-btn-exLink:hover:not(:disabled) {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(45%, #f4f4f4), to(#c6cbc5));
  background: linear-gradient(180deg, #f7f7f7 0%, #f4f4f4 45%, #c6cbc5 100%)
}

.c-btn-exLink:after {
  position: absolute;
  content: '\EA14';
  font-family: "icon-font";
  font-weight: 900;
  right: 13px;
  bottom: 13px
}

.c-btn-inspection {
  box-shadow: 0 0 0 2px #000070 inset;
  background: -webkit-gradient(linear, left top, left bottom, from(#0000B0), color-stop(45%, #000090), to(#000070));
  background: linear-gradient(180deg, #0000B0 0%, #000090 45%, #000070 100%)
}

.c-btn-inspection:visited {
  color: #fff
}

.c-btn-inspection:hover:not(:disabled) {
  background: -webkit-gradient(linear, left top, left bottom, from(#0000e1), color-stop(45%, #0000c1), to(#0000a1));
  background: linear-gradient(180deg, #0000e1 0%, #0000c1 45%, #0000a1 100%)
}

.c-btn-inspection>img {
  width: 44px;
  vertical-align: middle
}

.c-btn-inspection>.icon-font:not(.icon-right) {
  margin-left: 30px
}

.c-btn-inspection>.icon-font:not(.icon-right):before {
  vertical-align: text-top
}

.c-btn-block {
  width: 100%;
  max-width: 100%;
  margin: auto
}

.c-btn-lg {
  height: 82px;
  padding: 23px;
  font-size: 2.4rem;
  line-height: 1.5;
  max-width: 630px
}

.c-btn-md {
  height: 60px;
  padding: 18px;
  max-width: 484px;
  font-size: 1.8rem
}

.c-btn-sm {
  min-width: 180px;
  height: 40px;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.4
}

.c-btn-st {
  height: 82px;
  padding: 23px;
  font-size: 2.4rem;
  line-height: 1.5;
  max-width: 630px
}

.c-btn-left {
  text-align: left;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-left: 18px !important
}

.c-btn-right {
  text-align: right;
  -webkit-box-pack: end;
  justify-content: flex-end
}

.c-btn-line {
  -webkit-box-pack: left;
  justify-content: left;
  text-align: left;
  font-size: 1.5rem
}

.c-btn-line>img {
  width: 22px
}

.c-btn-line>img.pre-view {
  display: none
}

.c-btn.-tel {
  box-shadow: 0 0 0 2px #0081b2 inset;
  background: #00adef
}

.c-btn.-tel:hover:not(:disabled) {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a2e0), color-stop(45%, #00a2e0), to(#00a2e0));
  background: linear-gradient(180deg, #00a2e0 0%, #00a2e0 45%, #00a2e0 100%);
  border-color: #006f99
}

.c-btn.-web {
  box-shadow: 0 0 0 2px #6ebc00 inset;
  background: #7dd500
}

.c-btn.-web:hover:not(:disabled) {
  background: -webkit-gradient(linear, left top, left bottom, from(#74c600), color-stop(45%, #74c600), to(#74c600));
  background: linear-gradient(180deg, #74c600 0%, #74c600 45%, #74c600 100%);
  border-color: #5fa300
}

.c-btn.-mail {
  box-shadow: 0 0 0 2px #ef7a00 inset;
  background: #ffa10d
}

.c-btn.-mail:hover:not(:disabled) {
  background: -webkit-gradient(linear, left top, left bottom, from(#fd9b00), color-stop(45%, #fd9b00), to(#fd9b00));
  background: linear-gradient(180deg, #fd9b00 0%, #fd9b00 45%, #fd9b00 100%);
  border-color: #d66d00
}

.c-btn-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  margin-right: -10px;
  margin-left: -10px
}

.c-btn-group>.c-btn {
  margin-right: 10px;
  margin-left: 10px
}

.c-btn-group>.c-btn.c-btn-line-lg {
  text-align: center;
  font-size: 2.5rem
}

.c-btn-group>.c-btn.c-btn-line-lg>img {
  width: 30px
}

.c-btn-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.c-btn-list-space {
  margin: 60px 0
}

.c-btn-list>.c-btn {
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px
}

.c-btn-list>.c-btn img {
  width: auto;
  height: 18px
}

.c-btn-fixed-right {
  position: fixed;
  z-index: 3;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-btn-vertical {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 70px;
  height: 260px;
  font-size: 2.4rem;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  text-decoration: none
}

.c-btn-vertical:visited {
  color: #fff
}

.c-btn-vertical.-first {
  background: linear-gradient(-45deg, #12ace7 0%, #12a0d6 30%, #1689b5 97%)
}

.c-btn-vertical.-second {
  font-size: 2rem;
  background: linear-gradient(-45deg, #ffbc0f 0%, #ffbc0f 47%, #ff860f 75%)
}

.c-btn-vertical img {
  margin-bottom: 10px
}

.c-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative
}

.c-checkbox input[type='checkbox'] {
  position: absolute;
  height: 0;
  opacity: 0;
  width: 0px
}

.c-checkbox input[type='checkbox']:checked+.c-checkbox__input {
  background-color: #00a0e9;
  border-color: #00a0e9
}

.c-checkbox__input {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  position: relative;
  margin-right: 6px;
  margin-bottom: 2px;
  vertical-align: middle
}

.c-checkbox__input:before,.c-checkbox__input:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 999px
}

.c-checkbox__input:before {
  width: 8px;
  left: calc(50% - 8px);
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c-checkbox__input:after {
  width: 12px;
  left: calc(50% - 4px);
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c-checkbox-list__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  margin-bottom: 15px
}

.c-checkbox-list__item {
  padding: 8px 24px 8px 0
}

input[type='text'],input[type='email'],input[type='password'],input[type='tel'],input[type='number'],textarea {
  width: 100%;
  height: 40px;
  border-radius: 0;
  border: solid 1px #a5a5a5;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 5px 15px;
  box-sizing: border-box
}

input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b0b0b0;
  line-height: 1.4
}

input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='number']::-moz-placeholder, textarea::-moz-placeholder {
  color: #b0b0b0;
  line-height: 1.4
}

input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b0b0b0;
  line-height: 1.4
}

input[type='text']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='number']::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #b0b0b0;
  line-height: 1.4
}

input[type='text']::placeholder,input[type='email']::placeholder,input[type='password']::placeholder,input[type='tel']::placeholder,input[type='number']::placeholder,textarea::placeholder {
  color: #b0b0b0;
  line-height: 1.4
}

input[type='text'].-error,input[type='email'].-error,input[type='password'].-error,input[type='tel'].-error,input[type='number'].-error,textarea.-error {
  border: solid 1px #f11a4c;
  background-color: #fde4ea
}

textarea {
  height: 200px
}

.c-form-group {
  margin-bottom: 20px
}

.c-form-group:last-child {
  margin-bottom: 0
}

.c-form-inline .c-form-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.c-form-inline .c-form-group label {
  margin-right: 10px
}

.wp-block h1.rich-text,h1:not([class]),h1[class^='has-text-align-'] {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 37px;
  padding: 27.5px 12.5px 23.5px 45px;
  line-height: 1.4;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2.4rem;
  box-sizing: border-box;
  color: #fff;
  background-color: #00adef;
  border-bottom: 2px solid #0081b2
}

.wp-block h1.rich-text:before,h1:not([class]):before,h1[class^='has-text-align-']:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  left: 20px;
  bottom: 0;
  width: 4px;
  height: 30px;
  margin: auto;
  background-color: #fff
}

.wp-block h1.rich-text .-label,h1:not([class]) .-label,h1[class^='has-text-align-'] .-label {
  padding: 3px 3px;
  min-width: 80px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-left: auto;
  box-sizing: border-box;
  background-color: #0081b2
}

.wp-block h2.rich-text,h2:not([class]),h2[class^='has-text-align-'] {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 23px 130px 19px 20px;
  line-height: 1.4;
  font-family: "YuGothic";
  font-size: 2.15rem;
  font-weight: bold;
  box-sizing: border-box;
  color: #3a1407;
  border-bottom: 2px solid #0081b2;
  background-color: #fff;
  background: repeating-linear-gradient(135deg, #f0fbff, #f0fbff 5px, #fff 10px, #fff 15px)
}

.wp-block h2.rich-text:after,h2:not([class]):after,h2[class^='has-text-align-']:after {
  content: '';
  position: absolute;
  right: 23px;
  bottom: 10px;
  width: 87px;
  height: 81px;
  margin: auto;
  background-image: url("../images/heading/store_s_ilust_01.webp");
  background-size: 87px 81px;
  background-repeat: no-repeat
}

.wp-block h3.rich-text,h3:not([class]),h3[class^='has-text-align-'] {
  width: 100%;
  margin-bottom: 25px;
  padding: 19px 22px 17px 22px;
  line-height: 1.4;
  font-family: "YuGothic";
  font-size: 1.75rem;
  font-weight: bold;
  box-sizing: border-box;
  color: #391307;
  background-color: #e3f8ff
}

.wp-block h4.rich-text,h4:not([class]),h4[class^='has-text-align-'] {
  width: 100%;
  padding: 5px 14px 5px 14px;
  line-height: 1.4;
  font-family: "YuGothic";
  font-size: 2rem;
  font-weight: bold;
  box-sizing: border-box;
  color: #391307;
  background-color: #fff;
  border-left: 10px solid #00a0e9
}

.wp-block h5.rich-text,h5:not([class]),h5[class^='has-text-align-'] {
  padding: 16px 10px 18px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "YuGothic";
  text-align: center;
  color: #00adef;
  border: 2px solid #00adef
}

.wp-block h6.rich-text,h6:not([class]),h6[class^='has-text-align-'] {
  margin-bottom: 30px;
  padding: 16px 10px 18px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "YuGothic";
  text-align: center;
  color: #fff;
  background-color: #00adef
}

.c-heading-lv2 {
  margin-bottom: 30px;
  padding: 20px 10px 20px 35px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "YuGothic";
  text-align: left;
  line-height: 1;
  color: #fff;
  background-color: #00a0e9
}

.c-heading-primary {
  padding: 16px 10px 15px 10px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 4.2rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #00a0e9;
  border-bottom: 3px solid #0081b2
}

.c-heading-primary:before {
  content: none
}

.c-heading-info {
  padding: 21px 10px 17px 10px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #ffa10d;
  border-bottom: 3px solid #ef7a00
}

.c-heading-info:before {
  content: none
}

.c-heading-warning {
  position: relative;
  padding: 13px 10px 13px 120px;
  font-size: 3rem;
  line-height: 1.4;
  text-align: left;
  color: #3a1407;
  background: none;
  background-color: #e8e8e8;
  border: 1px solid #d8d8d8
}

.c-heading-warning:after {
  content: none
}

.c-heading-warning:before {
  content: '';
  position: absolute;
  left: 23px;
  bottom: 10px;
  width: 81px;
  height: 71px;
  margin: auto;
  background-image: url("../images/heading/icon_warning.png");
  background-size: 81px 71px;
  background-repeat: no-repeat
}

.c-heading-point {
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 25px
}

.c-heading-point.-primary {
  background-color: #f0fbff
}

.c-heading-point.-danger {
  background-color: #fff0f9
}

.c-heading-point-group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}

.c-heading-point__header {
  width: 100%;
  padding: 16px 10px 19px 10px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  box-sizing: border-box;
  text-align: center;
  color: #fff
}

.-primary .c-heading-point__header {
  background-color: #00adef
}

.-danger .c-heading-point__header {
  background-color: #e61673
}

.c-heading-point__content {
  padding: 25px 18px;
  font-size: 1.6rem;
  color: #3a1407
}

.c-heading-point__content ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  list-style-type: disc;
  padding-left: 40px
}

.c-heading-point__content ul li {
  margin-top: auto;
  list-style-type: disc
}

.c-input-group {
  display: -webkit-box;
  display: flex
}

.c-input-group__btn {
  -webkit-box-flex: 0;
  flex: none;
  border-radius: 0;
  padding: 5px;
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
  width: 40px;
  box-sizing: border-box;
  height: 40px
}

.c-input-group input {
  border: solid 1px #4d4d4d;
  border-radius: 0;
  line-height: 1.4
}

.wp-block ol.rich-text,ol:not([class]) {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block ol.rich-text li:not([class]),ol:not([class]) li:not([class]) {
  color: #3a1407;
  font-family: "YuGothic";
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #0081b2
}

.wp-block ol.rich-text li:not([class]):before,ol:not([class]) li:not([class]):before {
  counter-increment: number 1;
  counter-reset: cnt;
  content: counter(number, decimal-leading-zero);
  color: #0081b2;
  font-family: "YuGothic";
  font-size: 3rem;
  margin-right: 8px
}

.wp-block ol.rich-text li:not([class]) ol:not([class]),ol:not([class]) li:not([class]) ol:not([class]) {
  counter-reset: cnt;
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 0
}

.c-list {
  box-sizing: border-box
}

.c-list__label {
  position: relative;
  padding: 11.5px 12px 9px 14px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  color: #0081b2;
  background-color: #f0fbff;
  border: 1px solid #0081b2;
  text-decoration: none
}

.c-list__item {
  margin-bottom: 40px
}

.c-list__item.-open {
  opacity: 1;
  visibility: visible
}

.c-list-child__item a {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding: 15px 22px 15px 20px;
  font-size: 1.4rem;
  color: #3a1407;
  background-color: #fff;
  cursor: pointer
}

.c-list-child__item a .-name {
  margin-right: auto;
  font-size: 1.5rem
}

.c-list-child__item a:hover {
  background: #effbff
}

.c-list-links {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.c-list-links a {
  position: relative;
  display: inline-block;
  padding: 15px 22px 15px 20px;
  font-size: 1.4rem;
  color: #3a1407;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer
}

.c-list-links a:nth-child(3n) {
  margin-right: 0;
  margin-left: auto
}

.c-list-links a:hover {
  background: #effbff
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100vh
}

.c-modal__overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.8)
}

.c-modal__content {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  width: 95%;
  padding: 0;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.c-modal__header {
  position: relative;
  padding: 10px;
  background-color: #0096cf
}

.c-modal__title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem
}

.c-modal__close {
  position: absolute;
  top: 6px;
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px;
  box-sizing: border-box;
  color: #0096cf;
  background-color: #fff;
  cursor: pointer
}

.c-modal__close .-close:before,.c-modal__close .-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 15px;
  background-color: #0888ba
}

.c-modal__close .-close:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.c-modal__close .-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c-modal__body {
  padding: 10px
}

.c-modal__footer {
  padding: 0
}

.c-navList {
  width: 100%;
  border: 1px solid #00adef;
  box-sizing: border-box
}

.c-navList__label {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 12.5px 12.5px 12.5px 25px;
  width: 100%;
  font-size: 1.7rem;
  box-sizing: border-box;
  color: #fff;
  background-color: #00adef;
  text-decoration: none;
  cursor: pointer
}

.c-navList__label .-icon {
  width: 27px;
  height: 27px;
  margin-right: 5px;
  padding: 3px 5px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #f0fbff
}

.c-navList__label .-icon img {
  vertical-align: middle
}

.c-navList__label .-arrow {
  width: 20px;
  height: 20px;
  margin-left: auto;
  padding: 4px 6px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #0096cf
}

.c-navList__label .-arrow .icon-font:before {
  line-height: 1.3
}

.c-navList__label .-toggle {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  color: #00adef;
  background-color: #fff;
  border: none;
  cursor: pointer
}

.c-navList__label .-toggle:before,.c-navList__label .-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 10px;
  background-color: #00adef
}

.c-navList__label .-toggle:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-navList__item.-open {
  opacity: 1;
  visibility: visible
}

.c-navList__item .-in_link {
  text-align: center
}

.c-navList__item .-in_link a {
  display: inline-block;
  padding: 10px 20px
}

.c-navList__item .-in_link a.area_move, .c-navList__item .-in_link a.ap_area_move {
  color: #2c2c2c
}

.c-navList-child__item {
  list-style: none
}

.c-navList-child__item>a,.c-navList-child__item .-link {
  position: relative;
  display: -webkit-box;
  display: flex;
  font-size: 1.5rem;
  color: #00adef;
  background-color: #fff;
  padding: 12.5px 12.5px 12.5px 25px;
  border-top: 1px solid #00adef;
  text-decoration: none;
  cursor: pointer
}

.c-navList-child__item>a:before,.c-navList-child__item .-link:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  left: 12.5px;
  bottom: 0;
  width: 3px;
  height: 15px;
  margin: auto;
  background-color: #00adef
}

.c-navList-child__item>a .-name,.c-navList-child__item .-link .-name {
  margin-right: auto;
  font-size: 1.5rem
}

.c-navList-child__item>a .-arrow,.c-navList-child__item .-link .-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  padding: 4px 6px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #00adef
}

.c-navList-child__item>a .-arrow .icon-font:before,.c-navList-child__item .-link .-arrow .icon-font:before {
  line-height: 1.3
}

.c-navList-child__item>a:hover,.c-navList-child__item .-link:hover {
  background: #effbff
}

.c-navList-child__item>a .-toggle,.c-navList-child__item .-link .-toggle {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  color: #fff;
  background-color: #00adef;
  border: none;
  cursor: pointer
}

.c-navList-child__item>a .-toggle:before,.c-navList-child__item>a .-toggle:after,.c-navList-child__item .-link .-toggle:before,.c-navList-child__item .-link .-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 10px;
  background-color: #fff
}

.c-navList-child__item>a .-toggle:after,.c-navList-child__item .-link .-toggle:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-navList-grandchild {
  padding: 16px 0;
  border-bottom: 1px solid #00adef
}

.c-navList-grandchild__items {
  padding: 12px;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.c-navList-grandchild__items a {
  margin: 0 10px 10px;
  display: inline-block;
  color: #3a1407
}

.c-navList-grandchild__items.child2 .__list {
  width: calc( 50% - 50px)
}

.c-navList-grandchild__items.child3 .__list {
  width: calc( 33% - 50px)
}

.c-navList-grandchild__items.child4 .__list {
  width: calc( 25% - 50px)
}

.c-navList-grandchild__items.child5 .__list {
  width: calc( 25% - 50px)
}

.c-navList-grandchild__items.child6 .__list {
  width: calc( 25% - 50px)
}

.c-navList-grandchild__items.child7 .__list {
  width: calc( 25% - 50px)
}

.c-navList-grandchild__list {
  margin-right: 50px;
  width: 20%
}

.c-navList-grandchild__list .strlist {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.c-navList-grandchild__list .strlist dt {
  width: 30px
}

.c-navList-grandchild__list .strlist dd {
  width: calc( 100% - 30px)
}

.c-navList-grandchild__list:last-child {
  margin-right: 0
}

.c-navSubList {
  border-top: 1px solid #00adef;
  border-right: 1px solid #00adef;
  border-left: 1px solid #00adef;
  border-bottom: 0;
  box-sizing: border-box;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 68px
}

.c-navSubList__label {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 12.5px 12.5px 12.5px 17px;
  width: 100%;
  font-size: 1.7rem;
  box-sizing: border-box;
  color: #fff;
  background-color: #00adef;
  text-decoration: none
}

.c-navSubList__item.-open {
  opacity: 1;
  visibility: visible
}

.c-navSubList-child__item a {
  position: relative;
  display: -webkit-box;
  display: flex;
  font-size: 1.5rem;
  color: #00adef;
  background-color: #fff;
  padding: 12.5px 52px 12.5px 22px;
  border-bottom: 1px solid #00adef;
  text-decoration: none
}

.c-navSubList-child__item a .-name {
  margin-right: auto;
  font-size: 1.5rem
}

.c-navSubList-child__item a:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00adef;
  font-size: 1.15rem
}

.c-navSubList-child__item a:hover {
  background: #effbff
}

.c-navProduct {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box
}

.c-navProduct ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.c-navProduct ul li {
  -webkit-box-flex: 1;
  flex: 1;
  border-right: 1px solid #fff
}

.c-navProduct ul li:last-child {
  border-right: none
}

.c-navProduct ul li:last-child a:before {
  content: none
}

.c-navProduct ul li.-current a {
  background-color: #d1d6db
}

.c-navProduct ul li a {
  position: relative;
  display: block;
  height: 80px;
  padding: 10px 5px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #0081b2;
  text-decoration: none
}

.c-navProduct ul li a:hover {
  background: rgba(0,129,178,0.8)
}

.c-navProduct ul li a .-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 40px
}

.c-navProduct ul li a .-icon img {
  height: 30px;
  width: auto
}

.c-navProduct ul li a .-name {
  color: #fff;
  font-size: 1.1rem
}

.c-navProduct ul li a .-recommend {
  position: absolute;
  top: -3px;
  left: 9px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 1rem;
  color: #0081b2;
  text-align: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding: 10px 0 0;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff
}

.c-navProduct ul li a .-arrow {
  display: none
}

.c-navProduct ul li a .-arrow .icon-font-triangle-bottom:before {
  color: #FFF235
}

.c-navNum__items {
  display: -webkit-box;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  flex-wrap: wrap
}

.c-navNum__item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  flex-basis: calc(33.333% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 25px 15px 60px 15px;
  text-align: center;
  font-family: "M PLUS 1p";
  font-weight: 800;
  box-sizing: border-box;
  color: #fff;
  background-color: #0081b2;
  border-radius: 10px;
  text-decoration: none
}

.c-navNum__item.-last {
  margin-left: auto;
  margin-right: 10%;
  padding: 0 50px 0 0;
  text-align: center;
  background-color: transparent
}

.c-navNum__item.-last img {
  width: 100%;
  max-width: 288px
}

.c-navNum__item.-last::after {
  content: none
}

.c-navNum__item.-last:hover:not(:disabled) {
  background-color: transparent
}

.c-navNum__item:visited {
  color: #fff
}

.c-navNum__item:hover:not(:disabled) {
  background-color: #006f99
}

.c-navNum__item:after {
  content: '';
  position: absolute;
  border-top: 10px solid #fff;
  border-right: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid transparent;
  left: 50%;
  bottom: 7px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.c-navNum__item .-num {
  display: block;
  font-size: 2rem;
  margin-bottom: 8px
}

.c-navNum__item .-title {
  font-size: 2.5rem
}

.c-navLink__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}

.c-navLink__item {
  position: relative;
  flex-basis: calc(50% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 40px 5px;
  text-align: center;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 4.5rem;
  box-sizing: border-box;
  color: #fff;
  background-color: #0081b2;
  border-radius: 20px;
  text-decoration: none
}

.c-navLink__item:visited {
  color: #fff
}

.c-navLink__item:hover:not(:disabled) {
  background-color: #006f99
}

.c-navLink__item:after {
  content: '';
  position: absolute;
  border-top: 13px solid #fff;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.p-sitemap {
  min-width: 1300px
}

.p-sitemap-nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.p-sitemap-nav>ul {
  width: 33.333%;
  margin-right: 0;
  margin-bottom: 40px
}

.p-sitemap-nav>ul:last-child {
  margin-right: 10px
}

.p-sitemap-nav__item {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px
}

.p-sitemap-nav__item:before {
  content: '\003e';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  margin-top: -2px
}

.p-sitemap-nav__childItem {
  position: relative;
  padding-left: 28px;
  margin-bottom: 7px
}

.p-sitemap-nav__childItem:before {
  content: '∟';
  position: absolute;
  top: 0;
  left: 13px
}

.p-sitemap-nav a {
  color: #3a1407
}

.p-sitemap-nav a:visited {
  color: #000
}

.c-pagination {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: inline-flex;
  list-style-type: none;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 40px 0;
  max-width: 100%;
  width: 100%;
  color: #0da4ea
}

.c-pagination a {
  display: inline-block;
  min-width: 44px;
  height: 44px;
  margin: 0 5px;
  line-height: 1.4;
  font-family: "YuGothic";
  font-size: 2rem;
  text-align: center;
  padding: 6px 4.5px 7px 6.5px;
  color: #0da4ea;
  border: 2px solid #0da4ea;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none
}

.c-pagination a:visited {
  color: #0da4ea;
  border-color: #0da4ea
}

.c-pagination a.-active {
  background-color: #e3f8ff
}

.c-pagination a.-prev {
  color: #fff;
  background-color: #0da4ea
}

.c-pagination a.-next {
  color: #fff;
  background-color: #0da4ea
}

.mwform-radio-field input[type='radio'],.c-radio input[type='radio'] {
  display: none
}

.mwform-radio-field input[type='radio']+.mwform-radio-field-text,.c-radio input[type='radio']+.mwform-radio-field-text,.mwform-radio-field input[type='radio']+label,.c-radio input[type='radio']+label {
  cursor: pointer;
  vertical-align: sub;
  font-size: 1.6rem
}

.mwform-radio-field input[type='radio']+.mwform-radio-field-text:before,.c-radio input[type='radio']+.mwform-radio-field-text:before,.mwform-radio-field input[type='radio']+label:before,.c-radio input[type='radio']+label:before {
  content: '';
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #3a1407;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out
}

.mwform-radio-field input:checked[type='radio']+.mwform-radio-field-text:before,.c-radio input:checked[type='radio']+.mwform-radio-field-text:before,.mwform-radio-field input:checked[type='radio']+label:before,.c-radio input:checked[type='radio']+label:before {
  width: 16px;
  height: 16px;
  background-color: #3a1407;
  box-shadow: inset 0 0 0 3px #fff
}

.mwform-radio-field input:focus[type='radio']+label:before,.c-radio input:focus[type='radio']+label:before {
  outline: none
}

.mwform-radio-field input:disabled[type='radio']+label:before,.c-radio input:disabled[type='radio']+label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf
}

.mwform-radio-field input[type='radio']+label:empty:before,.c-radio input[type='radio']+label:empty:before {
  margin-right: 0
}

.c-radio-group .c-radio {
  margin-bottom: 7px
}

.c-space {
  margin-bottom: 10rem
}

.c-space.-small {
  margin-bottom: 4rem
}

.c-space.-xsmall {
  margin-bottom: 2rem
}

.c-suggest {
  position: relative
}

.c-suggest__items {
  position: absolute;
  z-index: 2;
  min-width: 300px;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  border-radius: 6px
}

.c-suggest__items li {
  cursor: pointer;
  padding: 10px
}

.c-suggest__items li:hover {
  background-color: #eee
}

.c-suggest__items li+li {
  border-top: solid 1px rgba(0,0,0,0.1)
}

.c-table.th-v td:first-child,.c-table tr th {
  width: 30%;
  padding: 25px 20px;
  color: #0da4ea;
  box-sizing: border-box;
  background-color: #f0fbff;
  border-left: 1px solid #0da4ea
}

.c-table {
  border-collapse: collapse;
  width: 100%
}

.c-table table {
  width: 100%
}

.c-table.th-v td {
  border-right: 1px solid #d8d8d8
}

.c-table.th-v td:last-child {
  border-right: none
}

.c-table.th-h thead tr {
  border: 1px solid #0da4ea;
  border-bottom: 0
}

.c-table.th-h thead th,.c-table.th-h thead td {
  width: auto;
  border-bottom: 1px solid #0da4ea
}

.c-table.th-h tbody tr {
  border: 1px solid transparent
}

.c-table.th-h tbody td {
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8
}

.c-table .-border-right {
  border-right: 1px solid #d8d8d8
}

.c-table tr {
  font-family: "YuGothic";
  font-size: 1.6rem;
  text-align: left;
  border: 2px solid #0da4ea;
  box-sizing: border-box;
  background-color: #fff
}

.c-table tr th {
  min-width: 95px
}

.c-table tr td {
  padding: 25px 10px 25px 20px;
  color: #3a1407;
  vertical-align: middle
}

.c-table tr td p {
  margin-bottom: 20px
}

.c-table tr td p:last-child {
  margin-bottom: 0
}

.c-tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -3.5px;
  margin-left: -3.5px;
  box-sizing: border-box
}

.c-tab {
  width: calc(25% - 7px);
  margin-right: 3.5px;
  margin-bottom: 8px;
  margin-left: 3.5px;
  color: #00a0e9;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
  padding: 20px 5px;
  border: 3px solid #00a0e9;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  text-decoration: none
}

.c-tab:visited {
  color: #00a0e9;
  border-color: #00a0e9
}

.c-tab.-active {
  color: #b0b0b0;
  border-color: #b0b0b0
}

.c-tab.-active:visited {
  color: #b0b0b0
}

.js-tab-panel {
  display: none
}

.js-tab-panel.-show {
  display: block
}

.js-tabarea-panel {
  display: none
}

.js-tabarea-panel.-show {
  display: block
}

.c-tags {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-left: -3px;
  box-sizing: border-box
}

.c-tag {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 6px;
  margin-left: 3px;
  color: #fff;
  font-family: "YuGothic";
  font-size: 1.8rem;
  text-align: left;
  padding: 6.5px 15px;
  border: 1px solid #00a0e9;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #00a0e9;
  text-decoration: none
}

.c-tag:visited {
  color: #fff;
  border-color: #00a0e9
}

.p-about-tops {
  margin-top: 15px;
  margin-bottom: 30px
}

.p-about-tops figure {
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d8d8d8
}

.p-about-map {
  margin: 40px 0
}

.p-about-map iframe {
  width: 100%;
  height: 400px
}

.p-about__aboutLink {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap
}

.p-about__aboutLink li {
  width: calc( 33% - 10px);
  text-align: center;
  margin: 0 5px 10px
}

.p-about__aboutLink li a {
  display: block;
  background: #0081B2;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0 0
}

.p-about__aboutLink li a .-arrow {
  display: block
}

.p-about__aboutLink li a .-arrow .icon-font-triangle-bottom:before {
  content: "▼";
  color: #FFF235
}

.js-accordion .js-accordion__item.-open .js-accordion__toggle>.-toggle:before {
  content: none
}

.js-accordion .js-accordion-child__item.-open .js-accordion-child__toggle>.-toggle:before {
  content: none
}

.js-accordion .js-accordion-grandchild__item.-open .js-accordion-grandchild__toggle>.-toggle:before {
  content: none
}

.p-area {
  margin-top: 100px;
  padding: 70px 50px;
  background: repeating-linear-gradient(135deg, #f0fbff, #f0fbff 5px, #fff 5px, #fff 10px)
}

.p-explore-field .p-area {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px
}

.p-area-heading {
  position: relative;
  width: 340px;
  margin: 0 auto
}

.p-area-heading__prefix {
  position: absolute;
  top: -85px;
  left: 10px;
  width: 100px
}

.p-area-heading__title {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2.25rem;
  color: #3a1407;
  letter-spacing: 0.01em;
  border-bottom: dotted 2px #3a1407
}

.p-area-heading__title .-uppercase {
  position: relative;
  font-size: 3.75rem;
  letter-spacing: 0.01em
}

.p-area-heading__title .-strong {
  position: relative
}

.p-area-heading__title .-strong:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background-color: #00adef
}

.p-area-heading__suffix {
  position: absolute;
  z-index: 1;
  top: -25px;
  right: 0;
  width: 70px;
  height: 75px
}

.p-area-nav {
  margin-top: 24px;
  margin-bottom: 40px
}

.p-area-nav ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0 -10px
}

.p-area-nav ul li {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px
}

.p-area-nav ul li a {
  display: block;
  width: 195px;
  height: 65px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2.3rem;
  text-align: center;
  color: #3a1407;
  padding: 12px 5px;
  border: 3px solid #00adef;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #fff
}

.p-area-nav ul li a:before,.p-area-nav ul li a:after {
  content: '';
  position: absolute;
  right: 10px;
  background-color: #00adef
}

.p-area-nav ul li a:hover {
  background: #effbff
}

.p-area-nav ul li a .icon-font {
  color: #00adef;
  vertical-align: middle
}

.p-area-list {
  margin-top: 20px
}

.p-area-list__label {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-family: "M PLUS 1p";
  font-weight: 800;
  padding: 10px 10px 10px 33px;
  margin-bottom: 14px;
  width: 100%;
  height: 51px;
  font-size: 1.8rem;
  box-sizing: border-box;
  color: #fff;
  background-color: #00adef;
  cursor: pointer;
  white-space: nowrap
}

.p-area-list__label:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  width: 3px;
  height: 25px;
  background-color: #fff
}

.p-area-list__label .-toggle {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  border: 3px solid #0888ba;
  background-color: #fff;
  cursor: pointer
}

.p-area-list__label .-toggle:before,.p-area-list__label .-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 14px;
  background-color: #0888ba
}

.p-area-list__label .-toggle:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.p-area-list__group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 44px
}

.p-area-list__group:after {
  content: '';
  display: block;
  width: 32%
}

.p-area-list__group__prefecture {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 44px;
  width: 100%
}

.p-area-list__group__prefecture:after {
  content: '';
  display: block;
  width: 32%
}

.p-area-list__group__prefecture h4 {
  text-align: left
}

.p-area-list__card {
  position: relative;
  display: block;
  width: 32%;
  height: 150px;
  margin-bottom: 15px;
  padding: 22px 14px;
  box-sizing: border-box;
  border: 1px solid #0096cf;
  background-color: #fff;
  text-decoration: none
}

.p-area-list__card:hover {
  background: #effbff
}

.p-area-list__card .-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #00adef;
  text-decoration: underline
}

.p-area-list__card p {
  color: #3a1407
}

.p-area-list__card .-next-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  padding: 5px 8px;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #0096cf
}

.p-area-list__card:not(a):hover {
  background-color: #fff
}

.p-area-list__card:not(a) .-title {
  color: #3a1407;
  text-decoration: none
}

.p-area-list__card:not(a) .-next-arrow {
  display: none
}

.p-area-list__card_area {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 49%;
  height: 150px;
  margin-bottom: 15px;
  padding: 22px 14px;
  box-sizing: border-box;
  border: 1px solid #0096cf;
  background-color: #fff;
  text-decoration: none
}

.p-area-list__card_area:hover {
  background: #effbff
}

.p-area-list__card_area .-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #00adef;
  text-decoration: underline;
  background: #ffffff;
  text-align: left;
  font-size: inherit;
  padding: 0
}

.p-area-list__card_area p {
  color: #3a1407
}

.p-area-list__card_area .-next-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  padding: 5px 8px;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #0096cf
}

.p-area-list__card_area:not(a):hover {
  background-color: #fff
}

.p-area-list__card_area:not(a) .-title {
  color: #3a1407;
  text-decoration: none
}

.p-area-list__card_area:not(a) .-next-arrow {
  display: none
}

.p-banner {
  width: 100%;
  margin: 60px auto 20px
}

.p-banner__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.p-banner__item {
  margin-bottom: 30px
}

.p-banner__item img {
  width: 100%
}

.p-banner__item.-half {
  width: calc(33% - 20px)
}

.p-banner__item.-full {
  width: 100%
}

.p-blog-section {
  margin-bottom: 60px
}

.p-blog-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 25px 34px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  border-top: 10px solid #0081b2;
  background-color: #f0fbff;
  text-decoration: none
}

.p-blog-item:last-child {
  margin-bottom: 0
}

.p-blog-item:hover {
  opacity: 0.75
}

.p-blog-item.-inactive:hover {
  opacity: 1
}

.p-blog-item.-inactive:after {
  content: none
}

.p-blog-item.-inactive .p-blog-item__link {
  display: none
}

.p-blog-item.-inactive .p-blog-item__link:after {
  content: none
}

.p-blog-item__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-blog-item__link:after {
  content: '\EA11';
  position: absolute;
  z-index: 2;
  font-family: "icon-font";
  font-weight: 900;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  padding: 8px 10px;
  font-size: 1.35rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #00a0e9
}

.p-blog-item__inner {
  position: relative
}

.p-blog-item__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 17px 0;
  border-bottom: 1px solid #0081b2
}

.p-blog-item__date {
  color: #3a1407;
  font-size: 2.5rem;
  margin-right: 19px
}

.p-blog-item__category {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 45px;
  box-sizing: border-box;
  color: #fff;
  background-color: #0081b2
}

.p-blog-item__store {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 45px;
  box-sizing: border-box;
  color: #fff;
  background-color: #a2a4a4
}

.p-blog-item__title {
  margin: 19px 0 40px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #3a1407
}

.p-blog-item__body {
  color: #3a1407;
  font-size: 1.6rem;
  padding: 29px 25px;
  border: 1px solid #0081b2;
  background-color: #fff
}

.p-blog-item__body p {
  margin-bottom: 20px
}

.p-blog-item__body img {
  margin-bottom: 20px
}

.p-blog-item__body a {
  position: relative;
  z-index: 2
}

.p-blog-item__action {
  margin: 50px auto 20px;
  text-align: center
}

.p-case-section {
  margin-bottom: 85px
}

.p-case-section__heading {
  position: relative;
  font-family: "YuGothic";
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  max-width: 520px;
  margin: 64px auto 24px
}

.p-case-section__heading:before,.p-case-section__heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
  background-size: cover
}

.p-case-section__heading:before {
  top: 0;
  left: -120px;
  width: 147px;
  height: 98px;
  background-image: url("../images/case/heading_prefix.webp")
}

.p-case-section__heading:after {
  top: 0;
  right: -100px;
  width: 128px;
  height: 62px;
  background-image: url("../images/case/heading_suffix.webp")
}

.p-case-section__heading .-strong {
  color: #ffa10d
}

.p-case__content {
  margin-top: 40px
}

.p-case__item {
  position: relative;
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
  padding: 33px 25px 45px;
  border: 4px solid #00a0e9;
  color: #3a1407;
  box-sizing: border-box;
  text-decoration: none
}

.p-case__item:after {
  content: '\EA11';
  position: absolute;
  font-family: "icon-font";
  font-weight: 900;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 38px;
  padding: 11px;
  font-size: 1.75rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #00a0e9
}

.p-case__item:hover {
  opacity: 0.75
}

.p-case__item:hover img {
  opacity: 1
}

.p-case__left {
  flex-basis: 55%;
  margin-right: 25px
}

.p-case__right {
  flex-basis: 45%
}

.p-case__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 15px;
  color: #3a1407;
  border-bottom: 1px solid #d8d8d8
}

.p-case__desc {
  font-size: 1.8rem;
  color: #00a0e9;
  text-decoration: none;
}
.p-case__desc:hover {
  opacity: .7;
}

.p-case__img {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 30px
}

.p-case__img:hover {
  opacity: 1
}

.p-case__img.-large .-before {
  width: calc(50% - 30px);
  padding-top: 63%
}

.p-case__img.-large .-before:before {
  width: 286px;
  height: 185px;
  bottom: 8px
}

.p-case__img.-large .-before:after {
  right: -72px;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #00a0e9
}

.p-case__img.-large .-after {
  width: calc(50% - 30px);
  padding-top: 63%
}

.p-case__img.-large .-after:before {
  width: 286px;
  height: 185px;
  bottom: 8px
}

.p-case__img .-before {
  position: relative;
  width: calc(50% - 15px);
  padding-top: 62%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.p-case__img .-before:before {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 2px;
  width: 65%;
  height: 32%;
  background-image: url("../images/case/case_before.webp");
  background-repeat: no-repeat;
  background-size: cover
}

.p-case__img .-before:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #00a0e9
}

.p-case__img .-after {
  position: relative;
  width: calc(50% - 15px);
  margin-left: 15px;
  padding-top: 62%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.p-case__img .-after:before {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 2px;
  width: 65%;
  height: 32%;
  background-image: url("../images/case/case_after.webp");
  background-repeat: no-repeat;
  background-size: cover
}

.p-case__img .-after:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid #00a0e9
}

.p-case__img img {
  width: 100%
}

.p-case-voice__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}

.p-case-voice__item {
  position: relative;
  width: calc(50% - 24px);
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 50px;
  padding: 47px 25px 56px;
  color: #3a1407;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #f1eed7
}

.p-case-voice__item:hover {
  opacity: 0.75
}

.p-case-voice__item:after {
  content: '\EA11';
  position: absolute;
  font-family: "icon-font";
  font-weight: 900;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 38px;
  padding: 11px;
  font-size: 1.75rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #00a0e9
}

.p-case-voice__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px
}

.p-case-voice__label {
  width: 100%;
  margin-bottom: 20px;
  padding: 18px 10px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  color: #0081b2;
  border: 3px solid #00a0e9;
  background-color: #fff
}

.p-case-voice__desc {
  font-size: 1.8rem;
  color: #00a0e9
}

.p-case-voice__img {
  display: -webkit-box;
  display: flex
}

.p-case-voice__img img {
  width: 100%
}

.p-case-voice__img .-text {
  display: none
}

.p-contact__tops {
  margin-bottom: 40px
}

.p-contact__tops img {
  width: 100%
}

.p-contact__message {
  margin-top: 30px;
  padding: 45px 40px;
  background: repeating-linear-gradient(135deg, #f0fbff, #f0fbff 2px, #fff 2px, #fff 5px);
  border: 2px solid #00adef
}

.p-contact__message p {
  margin-bottom: 15px;
  font-size: 1.6rem
}

.p-contact__content {
  margin-bottom: 72px;
  padding: 40px;
  background-color: #f0fbff
}

.mw_wp_form .p-contact__content .-confirm-show {
  display: none
}

.mw_wp_form_confirm .p-contact__content .-confirm-show {
  display: block
}

.mw_wp_form_confirm .p-contact__content .-confirm-hide {
  display: none
}

.p-contact__content .error {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px
}

.p-contact__headline {
  margin-bottom: 20px;
  text-align: center;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
  color: #005c7f
}

.p-contact__board {
  padding: 40px;
  background-color: #fff
}

.p-contact-form__tr {
  display: -webkit-box;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #fff
}

.p-contact-form__tr:last-child {
  border-bottom: none
}

.p-contact-form__th {
  width: 240px;
  padding: 23px 12px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #005c7f
}

.p-contact-form__th .-required {
  color: #ffe600
}

.p-contact-form__td {
  width: calc(100% - 240px);
  padding: 20px 20px;
  box-sizing: border-box;
  background-color: #eee
}

.p-contact-form__td .c-form-control {
  border: 1px solid transparent;
  border-radius: 0
}

.p-contact-form__td .-text {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 1.4rem;
  line-height: 1.4
}

.p-contact-form__td .-danger {
  display: block;
  color: #e6162b
}

.p-contact-form__img {
  padding: 25px 5px;
  text-align: center;
  border: 2px solid #d8d8d8;
  background-color: #fff
}

.p-contact-form-box {
  display: -webkit-box;
  display: flex;
  margin-top: 10px;
  margin-right: -10px;
  margin-left: -10px
}

.p-contact-form-box__img {
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px
}

.p-contact-form-box__img figure {
  padding-top: 87%;
  background-size: contain;
  background-repeat: no-repeat
}

.p-contact-form-box__img .-name {
  display: block;
  padding: 7px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #707070
}

.p-contact-form-file input[type='file'] {
  margin-top: 5px;
  margin-bottom: 20px
}

.p-contact-form__submit {
  margin-top: 40px;
  text-align: center
}

.p-contact-form__submit .c-btn {
  margin-bottom: 20px
}

.p-inspection__tops {
  margin-bottom: 40px
}

.p-inspection__tops img.-mainvisual {
  width: 70%;
  display: block;
  margin: 0 auto 30px
}

.p-inspection__tops .no_hours {
  border: solid 3px #E45E72;
  padding: 20px;
  margin-bottom: 20px
}

.p-inspection__tops .no_hours p {
  color: #E45E72;
  font-weight: bold;
  font-size: 1.7rem
}

.p-inspection__tops .no_hours .caution {
  display: block;
  text-align: center;
  color: #FFF235;
  font-weight: bold;
  background: #E45E72;
  font-size: 1.7rem;
  padding: 8px
}

.p-inspection__tops-sougou {
  text-align: center
}

.p-inspection__tops-sougou a {
  display: block;
  padding: 20px 0 0;
  text-align: center;
  color: #3a1407;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: top
}

.p-inspection__tops-sougou a img {
  width: 30px;
  vertical-align: middle
}

.p-inspection__tops p {
  text-align: center;
  font-size: 1.6rem
}

.p-inspection__tops span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin: 10px 0
}

.p-inspection__tops span.mark {
  display: inline;
  background: #FFF235;
  font-size: 1.6rem
}

.p-inspection__tops img {
  width: 100%
}

.p-inspection__info {
  background: #EBE7E5
}

.p-inspection__info p {
  display: block;
  text-align: center;
  padding: 22px 0 0;
  font-weight: bold
}

.p-inspection__info__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.p-inspection__info__item {
  display: block;
  background: #fff;
  width: calc( 50% - 40px);
  margin: 10px;
  padding: 10px
}

.p-inspection__info__item p {
  color: #3a1407;
  padding: 0
}

.p-inspection__info__item p.title_long {
  padding-bottom: 1.68rem
}

.p-inspection__info__item a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #00adef;
  font-weight: bold;
  line-height: 1
}

.p-inspection__info__item a img {
  width: 20px;
  vertical-align: middle
}

.p-inspection__info__after {
  padding: 10px
}

.p-inspection__info__after p {
  color: #fff100;
  font-size: 1.8rem;
  background: #005c7f;
  padding: 10px
}

.p-inspection__info__after a {
  display: block;
  padding: 20px 0 0;
  text-align: center;
  color: #3a1407;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold
}

.p-inspection__info__after a img {
  width: 30px;
  vertical-align: middle
}

.p-inspection__info .caution {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #3a1407;
  font-size: 1.7rem;
  padding: 8px;
  margin: 0 10px
}

.p-inspection__info .p-inspection__tops-sougou {
  padding-bottom: 20px
}

.p-inspection__content_title {
  background: #3a1407;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  padding: 10px
}

.p-inspection__content_status {
  text-align: center;
  padding: 20px
}

.p-inspection__content_status p {
  font-size: 2rem
}

.p-inspection__content__item .title {
  color: #fff;
  font-size: 2rem;
  background: #005c7f;
  padding: 5px
}

.p-inspection__content__item .title.title_check .require {
  display: inline-block;
  padding: 3px 5px;
  background: #f11a4c;
  color: #fff100;
  line-height: 1;
  font-size: 1rem;
  margin: 0 10px 0 0;
  font-weight: normal;
  vertical-align: middle
}

.p-inspection__content__item .itemchoice {
  display: block;
  border: solid 1px #00adef;
  border-radius: 5px;
  background: #f0fbff;
  padding: 20px;
  width: 100%;
  font-size: 2rem
}

.p-inspection__content__itemchoices {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 20px 0;
  text-align: center
}

.p-inspection__content_itemchoice_items {
  background: #fff;
  overflow: hidden;
  text-align: left
}

.p-inspection__content_itemchoice_items>span {
  display: inline-block;
  padding: 10px
}

.p-inspection__content__parts {
  margin: 22px 0
}

.p-inspection__content__parts dt {
  display: block;
  font-weight: bold;
  margin-bottom: 10px
}

.p-inspection__content__parts dt .require {
  display: inline-block;
  padding: 3px 5px;
  background: #f11a4c;
  color: #fff100;
  line-height: 1;
  font-size: 1rem;
  margin: 0 10px 0 0;
  font-weight: normal;
  vertical-align: middle
}

.p-inspection__content__parts dt .norequire {
  display: inline-block;
  padding: 3px 5px;
  background: #e3f8ff;
  line-height: 1;
  font-size: 1rem;
  margin: 0 10px 0 0;
  font-weight: normal;
  vertical-align: middle
}

.p-inspection__content__parts dt .info {
  font-weight: normal
}

.p-inspection__content__parts dd {
  display: block
}

.p-inspection__content__parts dd input[type=text] {
  width: 50%;
  margin-bottom: 10px
}

.p-inspection__content__parts dd input[type=text].p-postal-code {
  width: 20%
}

.p-inspection__content__parts dd.hope_date_val {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.p-inspection__content__parts dd.hope_date_val>span {
  display: block;
  width: 20%;
  margin-right: 20px
}

.p-inspection__content__parts dd.hope_date_val>span label {
  display: block;
  border: solid 1px #00adef;
  border-radius: 5px;
  background: #fff;
  padding: 10px 20px
}

.p-inspection__content__parts dd.hope_date_val>span label.disabled {
  background: #EEEEEE
}

.p-inspection__content .caution {
  display: block;
  border: solid 1px #f11a4c;
  padding: 10px;
  color: #f11a4c;
  width: 100%;
  margin: 10px 0;
  background: #ffcccc
}

.p-inspection__content .check_caution {
  color: #f11a4c
}

.p-inspection__content .readonly {
  background: #EEEEEE
}

.p-inspection__content .disabled {
  background: #EEEEEE
}

.p-inspection__content .checked {
  background: #EEEEEE
}

.p-inspection__content__thanks {
  background: #f0fbff;
  text-align: center;
  padding: 30px 0
}

.p-inspection__content__thanks__item {
  padding: 0 0 20px
}

.p-inspection__content__thanks__item dt {
  font-weight: bold;
  font-size: 1.5rem
}

.p-inspection__content__thanks__item dd {
  padding: 10px 0 0;
  font-size: 2rem
}

.p-inspection__content__thanks .thanks_info span {
  display: block;
  margin: 20px 0
}

.mw_wp_form .p-inspection__content .-confirm-show {
  display: none
}

.mw_wp_form_confirm .p-inspection__content .-confirm-show {
  display: block
}

.mw_wp_form_confirm .p-inspection__content .-confirm-hide {
  display: none
}

.p-inspection__content .error {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px
}

.p-inspection-form__submit {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 30px 0 50px
}

.p-inspection-form__submit button {
  display: block;
  border-radius: 5px;
  border: solid 1px #00adef;
  width: 30%;
  padding: 20px 0;
  margin: 0 20px 0;
  font-size: 2rem
}

.p-inspection-form__submit button.return-btn {
  background: #fff;
  color: #00adef
}

.p-inspection-form__submit button.submit-btn {
  background: #0081b2;
  color: #fff
}

.p-inspection__sns {
  margin: 50px 0;
  text-align: center
}

.p-inspection__sns_title {
  color: #00B900;
  font-size: 28px;
  font-weight: bold
}

.p-inspection__sns__content {
  border: solid 5px #00B900;
  padding: 0 0px 0px 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.p-inspection__sns__content img {
  display: block;
  margin: 0
}

.p-inspection__sns__info {
  text-align: left;
  padding: 32px 0
}

.p-inspection__sns__info_title {
  font-size: 2.5rem
}

.p-inspection__sns__info span {
  font-size: 1.5rem
}

.p-inspection__sns .sp_line img {
  display: inline
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0
}

.p-editor {
  margin-bottom: 6rem
}

.p-editor h1,.p-editor h2,.p-editor h3,.p-editor h4,.p-editor h5,.p-editor h6 {
  margin-bottom: 2rem
}

.p-editor h2 {
  margin-top: 5rem
}

.p-editor p {
  margin-bottom: 1rem
}

.p-editor p+h3,.p-editor p+h4,.p-editor p+h5,.p-editor p+h6 {
  margin-top: 4rem
}

.p-editor ul,.p-editor ol {
  margin-bottom: 2rem
}

.p-editor ul.search_result li {
  font-size: 120%;
  margin-bottom: 1rem
}

.p-editor .c-btn {
  margin-bottom: 2rem
}

.p-editor table {
  margin-top: 1rem;
  margin-bottom: 3rem
}

.p-editor .wp-block-image {
  margin-bottom: 5rem
}

.p-editor .wp-block-gallery .blocks-gallery-item figure {
  -webkit-box-align: start;
  align-items: flex-start
}

.p-editor .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto
}

.p-editor em {
  font-style: italic
}

.p-exploreList-section {
  margin-bottom: 80px
}

.p-exploreList-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  border: 1px solid #0096cf;
  text-decoration: none
}

.p-exploreList-item:last-child {
  margin-bottom: 0
}

.p-exploreList-item:hover:not(.-noLink) {
  opacity: 0.75
}

.p-exploreList-item__img {
  min-width: 36%;
  padding-top: 24%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.p-exploreList-item__body {
  margin-top: 10px;
  margin-left: 20px
}

.p-exploreList-item__body a {
  position: relative;
  z-index: 2
}

.p-exploreList-item__title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 4px
}

.p-exploreList-item__text {
  font-size: 1.4rem
}

.p-exploreList-item__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-exploreList-item__link:after {
  content: '\EA11';
  position: absolute;
  z-index: 2;
  font-family: "icon-font";
  font-weight: 900;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  padding: 8px 10px;
  font-size: 1.35rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #00a0e9
}

.p-exploreList-item__link:not(a):after {
  content: none
}

.p-explore-tops {
  position: relative;
  margin-bottom: 80px
}

.p-explore-tops__head {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 30px 50px;
  box-sizing: border-box;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 50px
}

.p-explore-tops .-text {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto
}

.p-explore-tops .-suffix {
  position: absolute;
  right: 20px;
  top: auto;
  width: 60px
}

.p-explore-section {
  margin-top: 40px;
  margin-bottom: 80px
}

.p-explore-field {
  margin-top: 30px
}

.p-explore-field__headline {
  margin-bottom: 7px;
  padding: 18px 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #0081b2;
  background-color: #c2eeff
}

.p-explore-field__actions {
  margin-top: 34px;
  text-align: center
}

.p-explore-type-section {
  margin-bottom: 80px
}

.p-explore-tabs {
  display: -webkit-box;
  display: flex;
  border-bottom: 2px solid #0081b2
}

.p-explore-tabs__tab {
  -webkit-box-flex: 1;
  flex: 1;
  display: block;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1;
  padding: 22.5px 5px;
  text-align: center;
  text-decoration: none;
  border-top: 2px solid #0081b2;
  border-right: 2px solid #0081b2;
  border-left: 2px solid #0081b2;
  box-sizing: border-box;
  color: #0081b2;
  background-color: #fff
}

.p-explore-tabs__tab .-on {
  display: none;
  vertical-align: sub
}

.p-explore-tabs__tab .-off {
  display: inline-block;
  vertical-align: sub
}

.p-explore-tabs__tab.-active {
  color: #fff;
  background-color: #0081b2
}

.p-explore-tabs__tab.-active .-on {
  display: inline-block
}

.p-explore-tabs__tab.-active .-off {
  display: none
}

.p-explore-tabs__tab:first-child {
  margin-right: 5px
}

.p-explore-tabs__tab:last-child {
  margin-left: 5px
}

.p-explore-tabs-content__nav {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #0081b2
}

.p-explore-tabs-content__nav a {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1;
  margin: 0 12px;
  padding: 15px 5px 25px 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #0081b2;
  background-color: #fff
}

.p-explore-tabs-content__nav a:after {
  content: '';
  position: absolute;
  border-top: 10px solid #0081b2;
  border-right: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid transparent;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.p-flow-items {
  margin-bottom: 55px;
  padding: 37px 40px 42px;
  background-color: #f5f5f5
}

.p-flow-item {
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 40px;
  background-color: #fff
}

.p-flow-item:last-child {
  margin-bottom: 0
}

.p-flow-item:last-child:after {
  content: none
}

.p-flow-item:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 88px;
  height: 57px;
  background-image: url("../images/flow/step_arrow.png");
  background-repeat: no-repeat;
  background-size: cover
}

.p-flow-item__header {
  position: relative;
  padding: 24px 52px 24px 142px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  color: #3a1407;
  background-color: #d9f5ff;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #b3ebff), color-stop(0.5, transparent), to(transparent));
  background-size: 7px
}

.p-flow-item__header .-prefix {
  position: absolute;
  top: -12px;
  left: 20px;
  width: 105px;
  height: 105px
}

.p-flow-item__body {
  display: -webkit-box;
  display: flex;
  padding: 40px 40px 10px 40px
}

.p-flow-item__body p {
  margin-bottom: 20px
}

.p-flow-item__body .-left {
  margin-right: 35px
}

.p-flow-item__img {
  flex-basis: 40%
}

.p-flow-item__text {
  -webkit-box-flex: 60%;
  flex: 60%;
  font-size: 1.6rem
}

.p-flow-item__action {
  text-align: center
}

.p-guide {
  position: relative;
  margin: 0 50px;
  padding: 10px 35px 35px 35px;
  border: 5px solid #c2eeff
}

.p-guide .c-btn.-kyutouki {
  display: none
}

.p-guide--fast .p-guide {
  border: none
}

.p-guide--fast .p-guide__heading {
  display: none
}

.p-guide--fast .p-guide__heading--fast {
  display: block
}

.p-guide--kyutouki .p-guide {
  border: none
}

.p-guide--kyutouki .p-guide__heading--kyutouki {
  display: block
}

.p-guide--kyutouki .c-btn.-kyutouki {
  display: -webkit-box;
  display: flex;
  white-space: nowrap
}

.p-guide--kyutouki .p-guide-bottom {
  display: block
}

.p-guide--bg {
  background: repeating-linear-gradient(135deg, #f0fbff, #f0fbff 3px, #fff 3px, #fff 7px)
}

.p-guide--block {
  padding: 0
}

.p-guide__heading {
  position: relative;
  overflow: hidden;
  font-size: 3.2rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
  padding: 30px 0 20px 0;
  text-align: center;
  color: #0096cf
}

.p-guide__heading .-under {
  display: inline-block;
  line-height: 0.7;
  border-bottom: 9px solid #fff100
}

.p-guide__heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 85px;
  height: 80px;
  background-size: cover;
  background-image: url("../images/guide/guide_human.webp")
}

.p-guide__heading--fast {
  display: none;
  padding: 0 40px 15px;
  text-align: center
}

.p-guide__heading--kyutouki {
  display: none;
  padding: 0 5px 0;
  margin: 0 auto -12px auto;
  text-align: center
}

.p-guide__box {
  margin-bottom: 15px;
  padding: 20px 20px 25px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 3px solid #0096cf;
  background-color: #fff
}

.p-guide__text {
  font-size: 1.9rem;
  font-weight: 400;
  color: #3a1407;
  text-align: center
}

.p-guide__text img {
  width: 16px;
  vertical-align: middle
}

.p-guide__text a {
  color: #3a1407;
  text-decoration: none
}

.p-guide__text--hours {
  display: block;
  color: #0096cf;
  font-size: 1.9rem
}

.p-guide__tel {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 3.15rem;
  letter-spacing: 0.01rem;
  font-weight: bold;
  -webkit-text-stroke: 3px #0096cf;
  text-stroke: 3px #0096cf
}

.p-guide__tel .-icon {
  width: 37px;
  vertical-align: initial
}

.p-guide__tel .-phone {
  line-height: 1;
  margin-left: 10px;
  text-decoration: none
}

.p-guide__tel .-phone img {
  width: 265px
}

.p-guide__area {
  border: 2px solid #b4e8fe;
  margin: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e3f8ff), to(#b4e8fe));
  background: linear-gradient(#e3f8ff, #b4e8fe);
  font-size: 1.3rem;
  text-align: center
}

.p-guide__area--text {
  display: block
}

.p-guide__area--tel {
  display: block
}

.p-guide__area--tel img {
  width: 20px;
  vartical-align: middle
}

.p-guide__area--tel a {
  color: #0096cf;
  font-size: 1.3rem;
  font-weight: 900;
  text-decoration: none;
  margin-left: 10px
}

.p-guide__label {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding: 3px 10px;
  color: #fff;
  background-color: #0096cf
}

.p-guide__action {
  text-align: center;
  margin-bottom: 12px
}

.p-guide-bottom {
  display: none;
  margin-top: 12px
}

.p-guide-bottom p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #3a1407;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px
}

.p-guide-bottom__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}

.p-guide-bottom__image {
  flex-basis: 50%;
  max-width: 270px;
  margin-right: 25px
}

.p-guide-bottom__message {
  flex-basis: 50%;
  position: relative;
  max-width: 313px;
  padding: 17px 85px 10px 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
  border: 1px solid #3a1407;
  border-radius: 20px;
  background-color: #fff
}

.p-guide-bottom__message:after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 20px;
  width: 72px;
  height: 58px;
  margin: auto;
  background-image: url("../images/guide/faceboy.png");
  background-size: 72px 58px;
  background-repeat: no-repeat
}

.p-guide-inspection {
  margin: 30px 0;
  text-align: center
}

.p-header {
  min-width: 1300px;
  padding: 136px 0 0
}

.p-header-wrapper {
  width: 100%;
  background: #ffffff;
  border-top: 12px solid #00adef;
  position: fixed;
  z-index: 3;
  top: 0
}

.p-header-inner {
  position: relative;
  width: 1160px;
  margin: auto;
  background-color: #fff
}

.p-header-headline {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 124px;
  padding: 11px 0 11px;
  box-sizing: border-box;
  width: 1160px
}

.p-header-headline__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 15px;
  margin-left: -20px
}

.p-header-headline__logo a {
  text-decoration: none
}

.p-header-headline__store {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-left: 5px;
  margin-right: 10px;
  padding: 3px 3px;
  box-sizing: border-box;
  color: #fff;
  background-color: #00adef;
  text-decoration: none
}

.p-header-headline__store:visited {
  color: #fff
}

.p-header-headline__area {
  display: block;
  margin-right: 20px
}

.p-header-headline__contact {
  margin-right: 70px
}

.p-header-headline__contact.-store {
  margin-right: 210px
}

.p-header-headline__estimate {
  position: absolute;
  top: -12px;
  right: -70px
}

.p-header-headline__reserve {
  position: absolute;
  top: -12px;
  right: 70px
}

.p-header-nav {
  position: relative;
  border-top: 1px solid #00adef
}

.p-header-nav__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.p-header-nav__item {
  -webkit-box-flex: 1;
  flex: 1;
  border-right: 1px solid #d8d8d8;
  box-sizing: border-box
}

.p-header-nav__item.-first {
  -webkit-box-flex: 0;
  flex: none;
  border-right: none
}

.p-header-nav__item.-first a {
  width: 60px;
  height: 60px;
  padding: 17px;
  text-align: center;
  background-color: #00adef
}

.p-header-nav__item>a {
  display: block;
  height: 60px;
  padding: 20px;
  font-size: 1.4rem;
  color: #080201;
  border-bottom: 7px solid transparent;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none
}

.p-header-nav__item>a.-current {
  color: #ffa10d;
  border-bottom: 7px solid #ffa10d
}

.p-header-nav-child {
  position: absolute;
  left: 60px;
  z-index: 10;
  width: 1100px;
  min-height: 141px;
  padding: 32px 39px;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #ffa10d
}

.p-header-nav-child__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px
}

.p-header-nav-child__item {
  position: relative;
  padding-left: 12px;
  margin-right: 30px;
  margin-bottom: 10px
}

.p-header-nav-child__item:before {
  content: '\003e';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  margin-top: -2px
}

.p-header-nav-child__item a {
  color: #3a1407
}

.p-header-nav-child__item a:visited {
  color: #000
}

.p-header-sp {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 7px 3px 7px 10px;
  background-color: #fff;
  border-top: 5px solid #00adef
}

.p-header-sp__logo {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 15px
}

.p-header-sp__logo a {
  display: inline-block;
  text-decoration: none
}

.p-header-sp__logo .-logo {
  width: 100px
}

.p-header-sp__logo .-ballon {
  width: 55px;
  margin-left: 5px
}

.p-header-sp-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px
}

.p-header-sp-nav__item {
  margin-right: 5px
}

.p-header-sp-nav__item a {
  display: block;
  color: #fff;
  width: 55px;
  height: 50px;
  padding: 3px 0 6px;
  font-size: 1rem;
  box-sizing: border-box;
  text-decoration: none;
  letter-spacing: 0.01rem;
  text-align: center
}

.p-header-sp-nav__item a .-text {
  white-space: nowrap
}

.p-header-sp-nav__item a .-icon {
  display: block;
  margin-top: 2px
}

.p-header-sp-nav__item.-search a {
  background-color: #7dd500;
  border-bottom: 2px solid #6ebc00
}

.p-header-sp-nav__item.-search a .-icon img {
  width: 18px
}

.p-header-sp-nav__item.-contact a {
  background-color: #ffa10d;
  border-bottom: 2px solid #ef7a00
}

.p-header-sp-nav__item.-contact a .-icon img {
  width: 26px
}

.p-header-sp-nav__item.-reserve a {
  background-color: #ff331a;
  border-bottom: 2px solid #c52815
}

.p-header-sp-nav__item.-reserve a .-icon img {
  width: 22px
}

.p-header-sp-nav__item.-menu a {
  position: relative;
  background-color: #00adef;
  border-bottom: 2px solid #0888ba
}

.p-header-sp-nav__item.-menu a span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s
}

.p-header-sp-nav__item.-menu a span:nth-child(1) {
  top: 12px
}

.p-header-sp-nav__item.-menu a span:nth-child(2) {
  top: 50%;
  margin-top: -1px
}

.p-header-sp-nav__item.-menu a span:nth-child(3) {
  bottom: 12px
}

.p-header-sp-nav__item.-menu a.-open span:nth-child(2) {
  opacity: 0
}

.p-header-sp-nav__item.-menu a.-open span:nth-child(1),.p-header-sp-nav__item.-menu a.-open span:nth-child(3) {
  width: 31px
}

.p-header-sp-nav__item.-menu a.-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 23px
}

.p-header-sp-nav__item.-menu a.-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 23px
}

.p-header-sp-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 20px 20px 100px 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 40px;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s
}

.p-header-sp-menu.-open {
  opacity: 1;
  visibility: visible
}

.p-header-sp-menu__label {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: -1px;
  width: 100%;
  height: 51px;
  font-size: 1.6rem;
  box-sizing: border-box;
  color: #3a1407 !important;
  background-color: #fff;
  border-top: 2px solid #00adef;
  text-decoration: none;
  cursor: pointer
}

.p-header-sp-menu__label .-icon {
  width: 27px;
  height: 27px;
  margin-right: 5px;
  padding: 3px 5px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #f0fbff
}

.p-header-sp-menu__label .-icon img {
  vertical-align: middle
}

.p-header-sp-menu__label .-arrow {
  width: 20px;
  height: 20px;
  margin-left: auto;
  padding: 4px 6px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #0096cf
}

.p-header-sp-menu__label .-arrow .icon-font:before {
  line-height: 1.3
}

.p-header-sp-menu__label .-toggle {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  color: #fff;
  background-color: #0096cf;
  border: none;
  cursor: pointer
}

.p-header-sp-menu__label .-toggle:before,.p-header-sp-menu__label .-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 10px;
  background-color: #fff
}

.p-header-sp-menu__label .-toggle:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.p-header-sp-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 72px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s
}

.p-header-sp-menu__overlay.-open {
  opacity: 1;
  visibility: visible
}

.p-header-sp-menu__footer {
  padding: 20px 0
}

.p-header-sp-menu__links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-around;
  padding: 10px
}

.p-header-sp-menu__links a {
  position: relative;
  color: #fff;
  padding-left: 10px
}

.p-header-sp-menu__links a:before {
  content: '\003e';
  position: absolute;
  top: 50%;
  left: -3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1
}

.p-footer {
  min-width: 1300px
}

.p-footer__staffs img {
  width: 100%
}

.p-footer__content {
  padding: 38px 0 57px 0;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 100px
}

.p-footer-board {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 3px;
  border-color: #0888ba;
  background-color: #fff;
  padding: 40px
}

.p-footer-board__left {
  padding-right: 15px
}

.p-footer-nav {
  display: -webkit-box;
  display: flex;
  margin-top: 42px
}

.p-footer-nav>ul {
  margin-right: 67px
}

.p-footer-nav>ul:last-child {
  margin-right: 10px
}

.p-footer-nav__item {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px
}

.p-footer-nav__item:before {
  content: '\003e';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  margin-top: -2px
}

.p-footer-nav__childItem {
  position: relative;
  padding-left: 28px;
  margin-bottom: 7px
}

.p-footer-nav__childItem:before {
  content: '∟';
  position: absolute;
  top: 0;
  left: 13px
}

.p-footer-nav a {
  color: #3a1407
}

.p-footer-nav a:visited {
  color: #000
}

.p-footer__pageTop {
  margin-bottom: 19px;
  color: #fff
}

.p-footer__pageTop a {
  color: #fff
}

.p-footer__contact {
  padding: 33px 52px 28px 36px;
  background-color: #f0fbff
}

.p-footer__contactLinks {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 30px 0 30px 20px
}

.p-footer__copylight {
  padding: 26px 15px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #0888ba;
  text-align: center
}

.p-footer--sp {
  margin-top: 40px;
  display: none
}

.p-footer--sp__content {
  padding: 30px 20px;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 50px
}

.p-footer--sp__banners {
  margin-bottom: 14px
}

.p-footer--sp__banners.-two {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.p-footer--sp__banners.-two>.-banner {
  -webkit-box-flex: 1;
  flex: 1
}

.p-footer--sp__banners.-two>.-banner:first-child {
  margin-right: 8px
}

.p-footer--sp__banners.-two>.-banner:last-child {
  margin-left: 8px
}

.p-footer--sp .-banner {
  position: relative;
  display: block;
  padding: 22px 14px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #0096cf;
  background-color: #fff;
  text-decoration: none;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 1.25rem
}

.p-footer--sp .-banner.-info {
  color: #ef7a00;
  border: 1px solid #ef7a00
}

.p-footer--sp .-banner.-info .-next-arrow {
  background-color: #ef7a00
}

.p-footer--sp .-banner.-info:hover {
  background: #fff7ef
}

.p-footer--sp .-banner.-primary {
  padding: 24px 5px;
  color: #0096cf;
  border: 1px solid #0096cf;
  background-color: #ffffff;
  background-size: 7px 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56.25%, transparent), color-stop(56.25%, rgba(153,153,153,0.2)), color-stop(75%, rgba(153,153,153,0.2)), color-stop(75%, transparent)),-webkit-gradient(linear, left top, right top, color-stop(56.25%, transparent), color-stop(56.25%, rgba(153,153,153,0.2)), color-stop(75%, rgba(153,153,153,0.2)), color-stop(75%, transparent));
  background-image: linear-gradient(transparent 56.25%, rgba(153,153,153,0.2) 56.25%, rgba(153,153,153,0.2) 75%, transparent 75%),linear-gradient(90deg, transparent 56.25%, rgba(153,153,153,0.2) 56.25%, rgba(153,153,153,0.2) 75%, transparent 75%)
}

.p-footer--sp .-banner.-primary .-next-arrow {
  width: 15px;
  height: 15px;
  padding: 3px 5px;
  background-color: #0096cf
}

.p-footer--sp .-banner.-primary:hover {
  background: #effbff
}

.p-footer--sp .-banner.-dark {
  padding: 24px 5px;
  color: #2c2c2c;
  border: 1px solid #2c2c2c
}

.p-footer--sp .-banner.-dark .-next-arrow {
  width: 15px;
  height: 15px;
  padding: 3px 5px;
  background-color: #2c2c2c
}

.p-footer--sp .-banner.-dark:hover {
  background: #ebebeb
}

.p-footer--sp .-banner .-next-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  padding: 6px 7px;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #0096cf
}

.p-footer--sp-nav {
  margin-top: 15px;
  margin-bottom: 20px
}

.p-footer--sp-nav ul {
  padding: 0
}

.p-footer--sp-nav ul li {
  margin-bottom: 1px
}

.p-footer--sp-nav ul li:last-child {
  margin-bottom: 0
}

.p-footer--sp-nav ul li a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 10px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #2c2c2c;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none
}

.p-footer--sp-nav ul li a .-icon {
  width: 27px;
  height: 27px;
  margin-right: 5px;
  padding: 3px 5px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #f0fbff
}

.p-footer--sp-nav ul li a .-icon img {
  vertical-align: middle
}

.p-footer--sp-nav ul li a .-next-arrow {
  width: 20px;
  height: 20px;
  margin-left: auto;
  padding: 4px 6px;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #0096cf
}

.p-footer--sp-nav ul li a:hover {
  background: #effbff
}

.ap-area-footer--sp__items{
  margin-bottom: 20px;
}
.ap-area-footer--sp__item a{
color: #fff;
}

.p-footer--sp__links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto
}

.p-footer--sp__links a {
  color: #fff;
  margin: 0 30px
}

.p-hero {
  overflow: hidden;
  min-width: 1300px;
  padding: 30px 0 10px;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 100px
}

.p-hero__heading {
  padding: 2px 5px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  color: #00a0e9;
  background-color: #e3f8ff
}

.p-hero__board {
  width: 100%;
  height: 300px;
  padding: 38px 0 57px 0;
  box-sizing: border-box;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 100px
}

.p-hero-search {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
  box-sizing: border-box
}

.p-hero-search__heading {
  position: relative;
  max-width: 340px;
  margin: 0 auto
}

.p-hero-search__prefix {
  position: absolute;
  top: auto;
  left: -28px;
  width: 65px
}

.p-hero-search__title {
  position: relative;
  font-family: "M PLUS 1p";
  font-weight: 800;
  z-index: 2;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 5px
}

.p-hero-search__labels {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 25px
}

.p-hero-search__labels .-label {
  width: 60px;
  text-align: center;
  margin: 0 3px;
  padding: 1px 1px;
  color: #fff;
  font-size: 1.4rem;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #fff
}

.p-hero-search__suffix {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -23px;
  width: 100px
}

.p-hero-search__action {
  text-align: center
}

.p-hero-emergency_link {
  width: 30%;
  margin: 20px auto;
  padding: 10px;
  box-sizing: border-box;
  background-color: #EF171E;
  text-align: center;
  border-radius: 20px;
  font-size: 1.5rem;
  cursor: pointer
}

.p-hero-emergency_link a,.p-hero-emergency_link a:hover {
  color: #fff;
  text-decoration: none
}

.p-hero-emergency_link:hover {
  background: #ff9999
}

.p-hero-emergency-notice {
  margin: 0 auto 40px;
  padding: 20px;
  border: 3px solid #00adef;
  box-sizing: border-box;
  background-color: #fff;
  width: 900px
}

.p-hero-emergency-notice h3,.p-hero-emergency-notice h4 {
  margin-bottom: 20px
}

.p-hero-emergency-notice p {
  margin-bottom: 20px
}

.p-hero-emergency-notice p:last-child {
  margin-bottom: 0
}

.p-news-section {
  margin-bottom: 60px
}

.p-news-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  background-color: #f0fbff;
  text-decoration: none
}

.p-news-item:last-child {
  margin-bottom: 0
}

.p-news-item:hover {
  opacity: 0.75
}

.p-news-item.-media {
  background-color: #f3f1de
}

.p-news-item.-media .p-news-item__inner {
  border: 1px solid transparent
}

.p-news-item.-inactive:hover {
  opacity: 1
}

.p-news-item.-inactive .p-news-item__link {
  display: none
}

.p-news-item.-inactive .p-news-item__link:after {
  content: none
}

.p-news-item__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-news-item__link:after {
  content: '\EA11';
  position: absolute;
  z-index: 2;
  font-family: "icon-font";
  font-weight: 900;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  padding: 8px 10px;
  font-size: 1.35rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #00a0e9
}

.p-news-item__inner {
  padding: 19px 36px;
  border: 1px solid #0081b2;
  background-color: #fff
}

.p-news-item__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 17px 0;
  border-bottom: 1px solid #0081b2
}

.p-news-item__date {
  color: #3a1407;
  font-size: 2.5rem;
  margin-right: 19px
}

.p-news-item__category {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 45px;
  box-sizing: border-box;
  color: #fff;
  background-color: #0081b2
}

.p-news-item__category.-media {
  color: #391307;
  background-color: #fff100
}

.p-news-item__store {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 45px;
  box-sizing: border-box;
  color: #fff;
  background-color: #a2a4a4
}

.p-news-item__body {
  color: #3a1407;
  font-size: 1.6rem
}

.p-news-item__body h4 {
  margin-bottom: 30px
}

.p-news-item__body .wp-block-image figure {
  max-width: 100%
}

.p-news-item__action {
  margin: 50px auto 20px;
  text-align: center
}

.p-partnership__tops {
  margin-bottom: 40px
}

.p-partnership__tops img {
  width: 100%
}

.p-partnership__message {
  position: relative;
  margin: 120px 50px 80px;
  padding: 45px 40px;
  background: repeating-linear-gradient(135deg, #f0fbff, #f0fbff 2px, #fff 2px, #fff 5px);
  border: 2px solid #00adef
}

.p-partnership__message p {
  margin-bottom: 10px;
  font-size: 1.6rem
}

.p-partnership__message .-tel {
  display: inline-block;
  font-size: 4.6rem;
  margin-bottom: 20px
}

.p-partnership__message .-suffix {
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-partnership__message .-suffix img {
  width: 122px
}

.p-partnership-section {
  margin-top: 80px
}

.p-partnership-list-item {
  display: -webkit-box;
  display: flex;
  margin-top: 40px;
  margin-bottom: 80px
}

.p-partnership-list-item__left {
  -webkit-box-flex: 1;
  flex: 1
}

.p-partnership-list-item__left p {
  font-size: 1.6rem;
  margin-bottom: 20px
}

.p-partnership-list-item__title {
  color: #3a1407;
  font-family: "YuGothic";
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #0081b2
}

.p-partnership-list-item__title .-number {
  color: #0081b2;
  font-family: "YuGothic";
  font-size: 3rem;
  margin-right: 8px
}

.p-partnership-list-item__img figure {
  width: 350px;
  margin-left: 30px;
  padding-top: 44%;
  background-size: cover;
  background-repeat: no-repeat
}

.p-partnership-flow-list {
  margin-bottom: 80px
}

.p-partnership-flow-list-item {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding: 23px;
  border: 1px solid #b0b0b0;
  background-color: #fff
}

.p-partnership-flow-list-item:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -25px;
  left: 50%;
  width: 13px;
  height: 25px;
  background-color: #00a0e9;
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

.p-partnership-flow-list-item:last-child:after {
  content: none
}

.p-partnership-flow-list-item__title {
  margin-bottom: 10px;
  color: #0081b2;
  font-size: 2rem
}

.p-partnership-flow-bottom {
  position: relative;
  margin-bottom: 80px
}

.p-partnership-flow-bottom__img {
  display: -webkit-box;
  display: flex
}

.p-partnership-flow-bottom__img figure {
  width: 100%;
  padding-top: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.p-partnership-flow-bottom__action {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 12.5px;
  box-sizing: border-box;
  text-align: center
}

.p-product-page__tops {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 263px;
  margin-bottom: 33px;
  padding: 65px 70px;
  box-sizing: border-box;
  background-image: url("../images/product/index/tops_bg.png");
  background-size: cover
}

.p-product-page__tops.-line2 br {
  display: inline-block
}

.p-product-page__tops .-prefix {
  position: absolute;
  left: 45px;
  bottom: 0;
  width: 113px
}

.p-product-page__tops .-suffix {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 170px
}

.p-product-page__tops .-suffix.-oblong {
  width: 130px
}

.p-product-page__tops .-recommend {
  position: absolute;
  left: 121px;
  top: 20px;
  width: 73px
}

.p-product-page__tops .-title {
  padding: 20px;
  text-align: center;
  font-size: 7.5rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0
}

.p-product-page__tops .-other {
  top: 0;
  bottom: 0;
  margin: auto
}

.p-product-page__heading01 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em
}

.p-product-page__heading01:before,.p-product-page__heading01:after {
  content: '';
  position: absolute;
  bottom: 20px;
  margin: auto;
  width: 20px;
  height: 35px;
  background-size: cover
}

.p-product-page__heading01:before {
  left: -40px;
  background-image: url("../images/icon/line-left.png")
}

.p-product-page__heading01:after {
  right: -40px;
  background-image: url("../images/icon/line-right.png")
}

.p-product-page-new__tops {
  width: 100%;
  margin-bottom: 33px;
  padding: 10px;
  box-sizing: border-box;
  background: #00a0e8;
}

.p-product-page-new__tops.-line2 br {
  display: inline-block
}

.p-product-page-new__tops .-prefix {
  width: 21%
}

.p-product-page-new__tops .p-swiperNav:hover {
  opacity: 1
}

.p-product-page-new__tops .p-swiperNav.-product-page {
  background: #ffffff;
  padding: 40px 5px;
  border: solid 1px #00a0e8
}

.p-product-page-new__tops .p-swiperNav--prev.-product-page {
  border-radius: 0 5px 5px 0;
  border-left: none
}

.p-product-page-new__tops .p-swiperNav--prev.-product-page .icon-font-triangle-left:before {
  color: #00a0e8
}

.p-product-page-new__tops .p-swiperNav--next.-product-page {
  border-radius: 5px 0 0 5px;
  border-right: none
}

.p-product-page-new__tops .p-swiperNav--next.-product-page .icon-font-triangle-right:before {
  color: #00a0e8
}

.p-product-page-new__tops .-suffix {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 170px
}

.p-product-page-new__tops .-suffix.-oblong {
  width: 130px
}

.p-product-page-new__tops .-recommend {
  position: absolute;
  left: 121px;
  top: 20px;
  width: 73px
}

.p-product-page-new__tops .-title {
  padding: 10px 10px 0;
  text-align: left;
  font-size: 4.5rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0
}

.p-product-page-new__tops .-other {
  top: 0;
  bottom: 0;
  margin: auto
}

.p-product-page-new__tops__list {
  position: absolute;
  top: 30px;
  right: 25px;
  display: -webkit-box;
  display: flex;
  width: 75%
}

.p-product-page-new__tops__list-item {
  margin: 0 5px
}

.p-product-page-new__tops__list-item-detail {
  position: relative;
  background: #fff;
  display: block;
  padding: 13px 10px;
  text-decoration: none;
  color: #666666;
  font-size: 1rem
}

.p-product-page-new__tops__list-item-detail .-item-image {
  max-height: 60px;
  max-width: 120px;
  margin-top: 36px
}

.p-product-page-new__tops__list-item-detail .item_detail {
  display: block;
  min-height: 60px
}

.p-product-page-new__tops__list-item-detail .-price {
  position: relative;
  display: block;
  border: solid 1px #DEDEDE;
  padding: 5px;
  margin-bottom: 10px
}

.p-product-page-new__tops__list-item-detail .-price span {
  font-size: 1.2rem;
  line-height: 1
}

.p-product-page-new__tops__list-item-detail .-price span span {
  font-size: 1rem
}

.p-product-page-new__tops__list-item-detail .-price .-price-base {
  font-size: 1.7rem
}

.p-product-page-new__tops__list-item-detail .-price:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00a0e8;
  bottom: -10px;
  left: calc( 50% - 7px)
}

.p-product-page-new__tops__list-item-detail .-tokka {
  display: block;
  background: #FFF100;
  font-size: 1rem;
  padding: 5px 10px
}

.p-product-page-new__tops__list-item-detail .-tokka .-tokka-str {
  color: #FF3F3F;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1
}

.p-product-page-new__tops__list-item-detail .-tokka .-price-base {
  color: #FF3F3F;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  vertical-align: top
}

.p-product-page-new__tops__list-item-detail .-tokka-total {
  text-align: center
}

.p-product-page-new__tops__list-item-detail .-tokka-total span {
  display: block
}

.p-product-page-new__tops__list-item-detail .-tokka-total-price {
  font-weight: bold;
  color: #FF3F3F;
  font-size: 3rem;
  line-height: 1
}

.p-product-page-new__tops__list-item-detail .-tokka-total-price span {
  font-size: 1.2rem;
  display: inline
}

.p-product-page-new__tops__list-item-detail .-value {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center
}

.p-product-page-new__tops__list-item-detail .-value img {
  height: 14px;
  width: auto;
  margin-bottom: 0
}

.p-product-page-new__tops__list-item-detail .-value--wari {
  background: #FF3F3F;
  border-radius: 50px;
  width: 100px;
  height: 80px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0
}

.p-product-page-new__tops__list-item-detail .-value--wari span {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block
}

.p-product-page-new__tops__list-item-detail .-value--wari span span {
  font-size: 1.5rem
}

.p-product-page-new__tops__list-item-detail .-value--wari .--off {
  font-size: 1.5rem;
  display: block
}

.p-product-page-new__tops__list-item-detail:visited {
  color: #666666
}

.p-product-page-new_swiper {
  width: 100%;
  overflow: hidden
}

.p-product-page-new_swiper .swiper-slide {
  width: 50%;
  margin: 0 5%
}

.p-product-page-new__tops.-conro .-title span {
  font-size: 2rem
}

.p-product-page-new__tops.-range_hood .-title span {
  font-size: 2.8rem
}

.p-product-page-new__tops.-ecocute .-title span {
  font-size: 2rem
}

.p-product-top-search__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  font-weight: bold
}

.p-product-top-search__title__name {
  color: #fff100
}

.p-product-top-search__items {
  margin: 20px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.p-product-top-search__items h4 {
  background-color: #fff100;
  padding: 14px;
  width: 100%
}

.p-product-top-search__item {
  padding: 20px 20px 0 0
}

.p-product-top-search__item img {
  margin-bottom: 10px
}

.p-product-top-search__item__house {
  margin-top: 5px
}

.p-product-top-search__item.-place {
  width: 22%
}

.p-product-top-search__button {
  text-align: center;
  margin-top: 50px
}

.p-product-top-search__detail {
  margin: 80px 0 30px;
  border: solid 4px #00a0e8;
  display: -webkit-box;
  display: flex;
  position: relative;
  height: 73px;
  padding: 18px
}

.p-product-top-search__detail .-image {
  position: relative;
  bottom: 0;
  height: 188%;
  top: -86%
}

.p-product-top-search__detail p {
  padding: 0 10px;
  font-size: 1.7rem
}

.p-product-top-search__detail a {
  display: block;
  box-shadow: 0 0 0 2px #00adef inset;
  background: -webkit-gradient(linear, left top, left bottom, from(#3ac0f3), to(#00adef));
  background: linear-gradient(180deg, #3ac0f3 0%, #00adef 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 25px 20px
}

.p-product-top-search__detail a span {
  vertical-align: middle;
  margin: 0 0 0 10px
}

.p-product-top-exchange_time {
  margin-top: 65px;
  text-align: center
}

.p-product-top-exchange_time__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  font-weight: bold
}

.p-product-top-exchange_time__title__name {
  color: #fff100
}

.p-product-top-exchange_time p {
  text-align: center;
  margin: 20px 0
}

.p-product-top-exchange_time__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 30px !important;
  padding-left: 30px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(65% - 10px);
  margin: 30px auto;
  height: 60px;
  padding: 18px;
  font-size: 1.8rem
}

.p-product-top-exchange_time__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-exchange_time__value {
  margin-top: 60px
}

.p-product-top-exchange_time__value__title {
  font-size: 4rem;
  color: #00a0e9;
  font-weight: bold
}

.p-product-top-exchange_time__value p {
  text-align: center
}

.p-product-top-exchange_time__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.p-product-top-exchange_time__item {
  width: 49%;
  margin-bottom: 30px
}

.p-product-top-exchange_time__item__title {
  background: #00a0e9;
  font-size: 2.2rem;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  margin-bottom: 10px
}

.p-product-top-recommend_point {
  margin-top: 65px;
  text-align: center
}

.p-product-top-recommend_point__title {
  font-size: 4rem;
  color: #00a0e9;
  font-weight: bold
}

.p-product-top-recommend_point__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  align-items: top
}

.p-product-top-recommend_point__item {
  width: 30%
}

.p-product-top-recommend_point__item h4 {
  background: #00a0e9;
  color: #fff;
  line-height: 1.2;
  font-size: 1.8rem;
  padding: 5px 0
}

.p-product-top-recommend_point__item h4 span {
  font-size: 1.6rem
}

.p-product-top-recommend_point__item ul {
  min-height: 150px
}

.p-product-top-recommend_point__item ul li {
  text-align: left;
  margin: 10px 0;
  padding-left: 30px;
  position: relative
}

.p-product-top-recommend_point__item ul li:before {
  position: absolute;
  left: 0;
  border-radius: 20px;
  background: #00a0e9;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block
}

.p-product-top-recommend_point__item ul li:nth-child(1)::before {
  content: '1'
}

.p-product-top-recommend_point__item ul li:nth-child(2)::before {
  content: '2'
}

.p-product-top-recommend_point__item ul li:nth-child(3)::before {
  content: '3'
}

.p-product-top-recommend_point__item ul li:nth-child(4)::before {
  content: '4'
}

.p-product-top-recommend_point__item ul li:nth-child(5)::before {
  content: '5'
}

.p-product-top-recommend_point__button {
  display: block;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 65px !important;
  padding-left: 65px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(65% - 10px);
  margin: 30px auto 0;
  height: 60px;
  padding: 18px;
  font-size: 1.8rem
}

.p-product-top-recommend_point__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-recommend_point__button:visited {
  color: #391307
}

.p-product-top-inspection {
  margin: 50px 0 0;
  text-align: center
}

.p-product-top-bottom {
  box-sizing: border-box;
  border: solid 2px #00a0e8;
  width: 710px;
  margin: 10px auto;
  padding: 20px 10px 10px;
  text-align: center;
  font-size: 1.5rem
}

.p-product-top-bottom p {
  margin-bottom: 20px;
  text-align: left
}

.p-product-top-bottom a {
  margin: 20px auto 0
}

.p-product-top-bottom_range_hood__box {
  float: left;
  width: 55%;
  margin-left: 30px
}

.p-product-top-bottom_range_hood__message {
  position: relative;
  padding: 17px 15px 10px 85px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
  border: 1px solid #3a1407;
  border-radius: 20px;
  background-color: #fff;
  margin-right: 25px;
  text-align: left
}

.p-product-top-bottom_range_hood__message:after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 20px;
  width: 72px;
  height: 58px;
  margin: auto;
  background-image: url(../images/guide/faceboy.png);
  background-size: 72px 58px;
  background-repeat: no-repeat
}

.p-product-top-bottom_ecocute__box {
  float: left;
  width: 55%;
  margin-left: 30px
}

.p-product-top-bottom_ecocute__message {
  position: relative;
  padding: 17px 15px 10px 85px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
  border: 1px solid #3a1407;
  border-radius: 20px;
  background-color: #fff;
  margin-right: 25px;
  text-align: left
}

.p-product-top-bottom_ecocute__message:after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 20px;
  width: 72px;
  height: 58px;
  margin: auto;
  background-image: url(../images/guide/faceboy.png);
  background-size: 72px 58px;
  background-repeat: no-repeat
}

.p-product-bottom__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}

.p-product-bottom__message {
  flex-basis: 40%;
  position: relative;
  max-width: 313px;
  padding: 17px 15px 10px 85px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
  border: 1px solid #3a1407;
  border-radius: 20px;
  background-color: #fff;
  margin-right: 25px;
  text-align: left
}

.p-product-bottom__message:after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 20px;
  width: 72px;
  height: 58px;
  margin: auto;
  background-image: url(../images/guide/faceboy.png);
  background-size: 72px 58px;
  background-repeat: no-repeat
}

.p-product-bottom__image {
  flex-basis: 50%;
  max-width: 270px
}

.p-product-top-ranking {
  margin: 50px 0
}

.p-product-top-ranking__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 30px !important;
  padding-left: 30px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(50% - 10px);
  margin: 30px auto;
  height: 60px;
  padding: 18px;
  max-width: 484px;
  font-size: 1.8rem
}

.p-product-top-ranking__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-shape {
  background: url("../images/product/bg_searchvalue.png");
  padding-bottom: 30px
}

.p-product-top-shape__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  font-weight: bold
}

.p-product-top-shape__title__name {
  color: #fff100
}

.p-product-top-shape p {
  margin: 30px 40px
}

.p-product-top-shape__items {
  margin: 30px 40px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.p-product-top-shape__items__title {
  color: #00a0e9;
  border-bottom: solid 1px #00a0e9;
  font-weight: bold;
  font-size: 2rem;
  width: 100%
}

.p-product-top-shape__item {
  padding: 10px 40px 10px 0;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative
}

.p-product-top-shape__item:before {
  background: #00a0e9;
  border-radius: 20px;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  padding: 0 8px;
  margin: 0 10px 0 0
}

.p-product-top-shape__item:nth-child(2):before {
  content: "1"
}

.p-product-top-shape__item:nth-child(3):before {
  content: "2"
}

.p-product-top-shape__item:nth-child(4):before {
  content: "3"
}

.p-product-top-shape__item:nth-child(5):before {
  content: "4"
}

.p-product-top-shape__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 30px !important;
  padding-left: 30px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(70% - 10px);
  margin: 30px auto;
  height: 60px;
  padding: 18px;
  max-width: 650px;
  font-size: 1.8rem
}

.p-product-top-shape__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-shape__button:visited {
  color: inherit
}

.p-product-top-type {
  background: url("../images/product/bg_searchvalue.png");
  margin: 60px 0 30px;
  padding: 0 0 30px;
  position: relative
}

.p-product-top-type p {
  margin: 30px 40px;
  line-height: 1.8
}

.p-product-top-type.-dishwasher p {
  margin: 10px 40px 30px;
  font-size: 1.8rem;
  line-height: 2
}

.p-product-top-type__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  font-weight: bold;
  width: 100%
}

.p-product-top-type__title__name {
  color: #fff100
}

.p-product-top-type__items {
  margin: 20px 40px 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.p-product-top-type__item {
  position: relative;
  padding: 20px 0 0 20px;
  width: 33%;
  box-sizing: border-box
}

.p-product-top-type__item:before {
  content: '●';
  font-family: "icon-font";
  position: absolute;
  left: 0;
  color: #00a0e8;
  font-size: 20px;
  top: 14px
}

.p-product-top-type__item img {
  margin-bottom: 10px
}

.p-product-top-type__lists {
  margin: 30px 40px
}

.p-product-top-type__lists li {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0;
  padding: 0 0 0 40px;
  position: relative
}

.p-product-top-type__lists li:before {
  content: url("../images/product/range_hood/icon_check.png");
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0
}

.p-product-top-type-img.-ecocute {
  display: inline-block;
  margin: 80px 50px
}

.p-product-top-type__detail__title {
  margin: 20px 20px 0;
  font-size: 2.5rem;
  font-weight: bold
}

.p-product-top-type__detaillists {
  display: inline-block;
  margin: 30px 40px
}

.p-product-top-type__detaillists.-dishwasher {
  margin: 20px 40px
}

.p-product-top-type__detaillists dt {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 40px
}

.p-product-top-type__detaillists dt:before {
  content: '●';
  color: #00a0e8;
  font-size: 4rem;
  vertical-align: middle;
  position: absolute;
  display: block;
  top: -12px;
  left: -10px
}

.p-product-top-type__detaillists.-dishwasher dt {
  margin: 0 0 10px;
  text-decoration: underline;
  font-size: 1.6rem
}

.p-product-top-type__detaillists dd {
  padding: 0 0 0 40px;
  font-size: 1.8rem;
  margin: 0 0 20px 0
}

.p-product-top-type__detaillists li {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0;
  padding: 0 0 0 40px;
  position: relative
}

.p-product-top-type__detaillists li:before {
  content: url("../images/product/range_hood/icon_check.png");
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0
}

.p-product-top-type__button {
  display: block;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 65px !important;
  padding-left: 65px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(65% - 10px);
  margin: 30px auto 0;
  height: 60px;
  padding: 18px;
  font-size: 1.8rem
}

.p-product-top-type__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-type__button:visited {
  color: #391307
}

.p-product-top-type.-toilet .p-product-top-type__item {
  width: 50%
}

.p-product-top-type.-toilet .p-product-top-type__item:before {
  content: none
}

.p-product-top-type.-toilet .p-product-top-type__item__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 14px 0;
  font-size: 2.3rem;
  font-weight: bold
}

.p-product-top-change_and_reform {
  margin: 60px 0 0
}

.p-product-top-change_and_reform p {
  margin: 30px 0;
  text-align: center
}

.p-product-top-change_and_reform__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  font-weight: bold
}

.p-product-top-change_and_reform__title__name {
  color: #fff100
}

.p-product-top-change_and_reform__button {
  display: block;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 65px !important;
  padding-left: 65px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(75% - 10px);
  margin: 30px auto 0;
  height: 60px;
  padding: 18px;
  font-size: 1.8rem
}

.p-product-top-change_and_reform__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-change_and_reform__button:visited {
  color: #391307
}

.p-product-top-ecojozu {
  margin: 50px 0
}

.p-product-top-ecojozu p {
  margin: 30px 40px
}

.p-product-top-ecojozu__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  position: relative
}

.p-product-top-ecojozu__title__name {
  color: #fff100
}

.p-product-top-ecojozu__title img {
  position: absolute;
  left: 40px;
  top: -16px
}

.p-product-top-ecojozu__button {
  display: block;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 65px !important;
  padding-left: 65px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(60% - 10px);
  margin: 30px auto 0;
  height: 60px;
  padding: 18px;
  font-size: 1.8rem
}

.p-product-top-ecojozu__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-flow {
  margin: 40px 0
}

.p-product-top-flow__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  font-weight: bold
}

.p-product-top-flow__title__name {
  color: #fff100
}

.p-product-top-flow__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 10px 0
}

.p-product-top-flow__item {
  box-sizing: border-box;
  width: 24%;
  border: solid 1px #ccc;
  padding: 10px 10px 10px 15px
}

.p-product-top-flow__item__number {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  background: #00a0e8;
  border-radius: 5rem;
  text-align: center;
  width: 6.4rem;
  height: 5.4rem;
  padding: 1rem 0 0;
  font-weight: bold;
  margin: 0 auto 10px
}

.p-product-top-flow__item h4 {
  font-size: 1.6rem;
  border: none;
  text-align: center;
  padding: 0 0 10px
}

.p-product-top-flow__item img {
  margin: 0 auto
}

.p-product-top-flow__item p {
  font-size: 1.3rem
}

.p-product-top-arekore {
  margin: 44px 0;
  border: solid 4px #00a0e9;
  background: url(../images/product/arekore_back.png) repeat
}

.p-product-top-arekore__title {
  margin: 16px 16px 20px 48px;
  position: relative
}

.p-product-top-arekore__title a {
  position: absolute;
  right: 16px;
  top: 16px;
  background: #3A1407;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 16px 100px;
  text-align: center;
  font-size: 2rem
}

.p-product-top-arekore__title a:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-arekore__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
  -webkit-box-align: end;
  align-items: flex-end
}

.p-product-top-arekore__item {
  width: 30%;
  position: relative;
  text-align: center
}

.p-product-top-arekore__item p {
  padding: 20px 0 0;
  color: #00a0e9;
  font-size: 2.5rem;
  font-weight: bold
}

.p-product-top-arekore__item p span {
  font-size: 2rem;
  display: block
}

.p-product-top-case {
  margin: 50px 0
}

.p-product-top-case__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  font-weight: bold
}

.p-product-top-case__title__name {
  color: #fff100
}

.p-product-top-case__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 20px 0
}

.p-product-top-case__item {
  box-sizing: border-box;
  width: 32%;
  text-align: center;
  border: solid 1px #b0b0b0
}

.p-product-top-case__item a img {
  width: auto;
  height: 200px
}

.p-product-top-case__item__number {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  background: #00a0e8;
  border-radius: 5rem;
  text-align: center;
  width: 6.4rem;
  height: 5.4rem;
  padding: 1rem 0 0;
  font-weight: bold;
  margin: 0 auto 10px
}

.p-product-top-case__item h4 {
  font-size: 1.4rem;
  border: none;
  text-align: center;
  background: none
}

.p-product-top-case__item__label {
  margin-top: 10px;
  background: #dddddd;
  padding: 10px
}

.p-product-top-case__item__label>p {
  overflow: hidden;
  max-height: 18px;
  line-height: 18px
}

.p-product-top-case__item__name {
  background: #00a0e8;
  color: #ffffff
}

.p-product-top-case__item__comment {
  text-align: left;
  padding: 5px
}

.p-product-top-case__item:nth-child(4) {
  display: none
}

.p-product-top-case__info {
  margin-top: 10px
}

.p-product-top-case__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap
}

.p-product-top-case__button {
  display: block;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 65px !important;
  padding-left: 65px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(50% - 10px);
  margin: 30px auto 0;
  height: 60px;
  padding: 18px;
  font-size: 1.8rem
}

.p-product-top-case__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-case__button:hover {
  color: #391307
}

.p-product-top-voice {
  margin: 50px 0
}

.p-product-top-voice__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  position: relative
}

.p-product-top-voice__title__name {
  color: #fff100
}

.p-product-top-voice__title .-voice_image {
  position: absolute;
  right: 30px;
  bottom: 0px
}

.p-product-top-voice__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 20px 0
}

.p-product-top-voice__item {
  box-sizing: border-box;
  width: 32%;
  text-align: center
}

.p-product-top-voice__item a img {
  width: 100%
}

.p-product-top-voice__item__number {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  background: #00a0e8;
  border-radius: 5rem;
  text-align: center;
  width: 6.4rem;
  height: 5.4rem;
  padding: 1rem 0 0;
  font-weight: bold;
  margin: 0 auto 10px
}

.p-product-top-voice__item h4 {
  font-size: 1.4rem;
  border: none;
  text-align: center;
  background: none
}

.p-product-top-voice__item__label {
  background: #dddddd;
  padding: 10px
}

.p-product-top-voice__item__name {
  background: #00a0e8;
  color: #ffffff
}

.p-product-top-voice__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap
}

.p-product-top-voice__button {
  display: block;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 65px !important;
  padding-left: 65px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(55% - 10px);
  margin: 30px auto 0;
  height: 60px;
  padding: 18px;
  font-size: 1.8rem
}

.p-product-top-voice__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-question {
  margin: 50px 0
}

.p-product-top-question__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  position: relative
}

.p-product-top-question__title__name {
  color: #fff100
}

.p-product-top-question__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 20px 0
}

.p-product-top-question__item__question {
  border: solid 2px #00a0e8;
  box-sizing: border-box;
  text-align: left;
  margin-left: 30px;
  width: 100%;
  padding: 30px 50px;
  color: #00a0e8;
  font-size: 2.2rem;
  position: relative
}

.p-product-top-question__item__question:after {
  content: 'Q';
  font-size: 2.4rem;
  display: block;
  position: absolute;
  left: -3rem;
  width: 3.5rem;
  border-radius: 5rem;
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  background: #00a0e8;
  top: 19px
}

.p-product-top-question__item__answer {
  border: solid 2px #e61772;
  box-sizing: border-box;
  text-align: left;
  margin: 20px 0 20px 30px;
  width: 100%;
  padding: 30px 50px;
  position: relative
}

.p-product-top-question__item__answer:after {
  content: 'A';
  font-size: 2.4rem;
  display: block;
  position: absolute;
  left: -3rem;
  width: 3.5rem;
  border-radius: 5rem;
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  background: #e61772;
  top: 19px
}

.p-product-top-question__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap
}

.p-product-top-question__button {
  display: block;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 65px !important;
  padding-left: 65px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(50% - 10px);
  margin: 30px auto 0;
  height: 60px;
  padding: 18px;
  font-size: 1.8rem
}

.p-product-top-question__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-question__button .-question_image {
  position: absolute;
  left: 10px;
  bottom: 1px
}

.p-product-top-tips {
  margin: 50px 0
}

.p-product-top-tips__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  position: relative
}

.p-product-top-tips__title__name {
  color: #fff100
}

.p-product-top-tips__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-box-align: end;
  align-items: flex-end;
  margin: 20px 0
}

.p-product-top-tips__item {
  box-sizing: border-box;
  width: 32%;
  text-align: center
}

.p-product-top-tips__item:nth-child(n+2) {
  border-top: none
}

.p-product-top-tips__item a {
  text-decoration: none
}

.p-product-top-tips__item a img {
  height: 80%
}

.p-product-top-tips__item a span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin: 20px 0 0
}

.p-product-top-tips__item a:after {
  position: relative;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 1rem;
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem
}

.p-product-top-tips__item.-conro a:after {
  content: none
}

.p-product-top-tips__item.-conro a span {
  position: relative
}

.p-product-top-tips__item.-conro a span:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem
}

.p-product-top-tips__button {
  display: block;
  max-width: 100%;
  height: 60px;
  padding: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: "YuGothic";
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 65px !important;
  padding-left: 65px !important;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  color: #391307;
  width: calc(50% - 10px);
  margin: 30px auto 0;
  height: 60px;
  padding: 18px;
  font-size: 1.8rem
}

.p-product-top-tips__button:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-product-top-tips__button .-question_image {
  position: absolute;
  left: 10px;
  bottom: 1px
}

.p-product-top-area {
  margin: 50px 0
}

.p-product-top-area__title {
  background: #00a0e8;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  font-size: 2.5rem;
  position: relative;
  margin: 0 0 20px;
  font-weight: bold
}

.p-product-top-area__title__name {
  color: #fff100
}

.p-product-reason {
  margin-bottom: 80px
}

.p-product-reason__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.p-product-reason__item {
  width: calc(50% - 25px);
  margin-bottom: 60px
}

.p-product-reason__title {
  font-size: 1.6rem;
  padding: 3px 0;
  text-align: center;
  letter-spacing: 0.01rem
}

.p-product-reason__action {
  text-align: center
}

.p-product-reason_new {
  margin-bottom: 80px
}

.p-product-reason_new h2 {
  margin: 0;
  padding: 0
}

.p-product-reason_new__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 20px 0
}

.p-product-reason_new__item {
  margin: 10px 0 0
}

.p-product-recommend {
  margin: 50px 50px 80px 50px
}

.p-product-recommend-area {
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #fffae7
}

.p-product-recommend-item {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #fff
}

.p-product-recommend-item:hover {
  opacity: 0.75
}

.p-product-recommend-item__bg {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 340px
}

.p-product-recommend-item__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 50px 40px 67px 25px;
  height: 259px;
  box-sizing: border-box
}

.p-product-recommend-item__logo {
  display: block;
  margin-bottom: 16px
}

.p-product-recommend-item__logo>img {
  height: 28px
}

.p-product-recommend-item__name {
  display: block;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  color: #0096cf
}

.p-product-recommend-item__desc {
  display: block;
  font-size: 1.5rem;
  color: #616060
}

.p-product-recommend-item__text {
  -webkit-box-flex: 1;
  flex: 1
}

.p-product-recommend-item__thumb {
  position: relative;
  width: 120px;
  margin-top: 20px
}

.p-product-recommend-item__thumb img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 120px
}

.p-product-recommend-item__thumb.-oblong img {
  top: -30px
}

.p-product-recommend-item__thumb .-discount {
  position: absolute;
  right: -30px;
  bottom: -230px;
  z-index: 2;
  width: 120px;
  height: 120px;
  padding-top: 28px;
  line-height: 1;
  font-family: "M PLUS 1p";
  font-weight: 800;
  text-align: center;
  color: #3a1407;
  background-image: url("../images/product/badge_sale.png");
  background-repeat: no-repeat;
  background-size: contain
}

.p-product-recommend-item__thumb .-discount .-top {
  display: block;
  font-size: 1.4rem
}

.p-product-recommend-item__thumb .-discount .-num {
  font-size: 3.6rem
}

.p-product-recommend-item__thumb .-discount .-unit {
  font-size: 2.2rem;
  margin-left: -4px
}

.p-product-recommend-item__thumb .-discount .-bottom {
  display: block;
  font-size: 2rem
}

.p-product-recommend-item__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  height: 80px;
  background-color: #0096cf
}

.p-product-recommend-item__label {
  position: relative;
  width: 141px;
  height: 90px;
  bottom: 5px;
  left: 0;
  box-sizing: border-box;
  border-top: 2px solid #0096cf;
  border-bottom: 2px solid #0096cf;
  border-left: 2px solid #0096cf;
  font-family: "M PLUS 1p";
  font-weight: 800;
  letter-spacing: 0.01rem;
  font-size: 1.8rem;
  line-height: 3.5;
  margin-right: 22px;
  padding: 12px 3px 13px 7px;
  box-sizing: border-box;
  color: #0096cf;
  background-color: #fff
}

.p-product-recommend-item__label>span {
  margin-left: -3px
}

.p-product-recommend-item__label>span:first-child {
  margin-left: 0
}

.p-product-recommend-item__label:before,.p-product-recommend-item__label:after {
  content: '';
  position: absolute
}

.p-product-recommend-item__label:before {
  z-index: 2;
  top: 50%;
  right: -57px;
  margin-top: -46px;
  border: 44px solid transparent;
  border-left: 13px solid #fff
}

.p-product-recommend-item__label:after {
  z-index: 1;
  top: 50%;
  right: -65px;
  margin-top: -46px;
  border: 46px solid transparent;
  border-left: 19px solid #0096cf;
  z-index: 1
}

.p-product-recommend-item__price {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  font-size: 4.5rem;
  letter-spacing: 0.01rem
}

.p-product-recommend-item__price .-num,.p-product-recommend-item__price .-unit {
  position: relative;
  top: 0;
  font-family: "YuGothic";
  font-weight: bold;
  color: #fff100;
  -webkit-text-stroke: 1px #00adef;
  text-stroke: 1px #00adef;
  color: #fff100;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #fff), color-stop(51%, #ff0), to(#ff0));
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #ff0 51%, #ff0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.p-product-recommend-item__price .-num {
  letter-spacing: 0.01rem
}

.p-product-recommend-item__price .-unit {
  font-size: 2.6rem
}

.p-product-recommend-item__price .-tax {
  -webkit-text-stroke: none;
  text-stroke: none;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #fff
}

.p-product-recommend-2nd-item {
  display: block
}

.p-product-recommend-2nd-item__bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 145px
}

.p-product-recommend-2nd-item:hover {
  opacity: 0.75
}

.p-product-section>h1 {
  margin-bottom: 0
}

.p-product-section__heading {
  margin-bottom: 37px;
  padding: 7px 25px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2.8rem;
  color: #fff;
  background-color: #50c0f3
}

.p-product-section__content {
  padding: 25px 12.5px;
  background-color: #f0fbff
}

.p-product-section__action {
  padding-top: 25px;
  text-align: center
}

.p-product-panels {
  padding: 50px 0
}

.p-product-panels__heading {
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 10px;
  padding: 15px;
  color: #fff;
  background-color: #0081b2
}

.p-product-maker {
  margin-bottom: 50px
}

.p-product-maker-section {
  margin-top: 50px
}

.p-product-list {
  margin-bottom: 30px
}

.p-product-list:last-child {
  margin-bottom: 0
}

.p-product-list>h4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1
}

.p-product-list__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-right: -7px;
  margin-left: -7px
}

.p-product-list__item {
  position: relative;
  width: calc(33.3333% - 14px);
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 14px;
  padding: 10px;
  color: #3a1407;
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
  text-decoration: none
}

.p-product-list__item:last-child {
  margin-right: 0
}

.p-product-list__item[href]:hover {
  opacity: 0.75
}

.p-product-list__logo {
  width: 100px;
  margin-bottom: 10px
}

.p-product-list__logo-si {
  position: absolute
}

.p-product-list__typeText {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3a1407
}

.p-product-list__content {
  display: -webkit-box;
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px
}

.p-product-list__thumb {
  position: relative;
  text-align: center;
  width: 50%
}

.p-product-list__thumb.-other {
  min-height: 160px
}

.p-product-list__discount {
  position: absolute;
  display: block;
  right: 3px;
  bottom: 10px;
  width: 70px;
  height: 70px;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #ff0000
}

.p-product-list__discount .-num {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1
}

.p-product-list__discount .-unit {
  margin-left: -5px;
  font-size: 1.4rem;
  font-weight: bold
}

.p-product-list__discount .-off {
  display: block;
  margin-top: 3px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold
}

.p-product-list__discount b {
  display: block;
  line-height: 1;
  font-size: 1rem;
  margin-bottom: 3px
}

.p-product-list-info__inner {
  padding: 0 0 0 5px;
  background-color: transparent
}

.p-product-list-info__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 3px 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #00a0e9
}

.p-product-list-info__list li {
  position: relative;
  font-size: 1rem;
  padding-left: 15px;
  margin-bottom: 12px;
  color: #3a1407;
  line-height: 1.4
}

.p-product-list-info__list li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #00a0e9
}

.p-product-list-bottom {
  margin-top: 0
}

.p-product-list-bottom__body {
  padding: 15px 7px 12px 7px;
  border-top: 5px solid #00adef;
  border-right: 5px solid #00adef;
  border-bottom: 5px solid #00adef;
  border-left: 5px solid #00adef;
  box-sizing: border-box
}

.p-product-list-bottom__price li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #3a1407
}

.p-product-list-bottom__total {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  padding: 20px 0 10px;
  font-size: 1.3rem;
  border-top: 3px solid #00a0e9;
  color: #00a0e9
}

.p-product-list-bottom__total .-label {
  font-weight: bold
}

.p-product-list-bottom__total .-total {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1
}

.p-product-list-bottom__total .-unit {
  font-size: 1.3rem
}

.p-product-list-bottom__total .-taxinc {
  display: block;
  font-size: 1.3rem
}

.p-product-list-bottom__total .-tax {
  font-size: 1.3rem
}

.p-product-list-else {
  margin-top: 10px;
  color: #3a1407;
  font-size: 1.2rem
}

.p-product-list-point {
  border: 1px solid #a5a5a5;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem
}

.p-product-list-point .-title {
  font-size: 1.4rem
}

.p-product-explore__tops {
  position: relative;
  margin-bottom: 80px
}

.p-product-explore__topsHead {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 30px 50px;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 50px
}

.p-product-explore__heading {
  font-size: 7.1rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.08rem
}

.p-product-explore__heading .-strong {
  color: #fff100;
  margin-left: -6px
}

.p-product-explore__heading .-prefix {
  width: 43px;
  vertical-align: baseline;
  margin-bottom: 4px
}

.p-product-explore__desc {
  font-size: 2rem;
  color: #fff;
  padding-left: 60px
}

.p-product-explore__right {
  position: relative;
  margin-left: auto
}

.p-product-explore__right .-suffix {
  position: absolute;
  bottom: 0;
  width: 125px
}

.p-product-explore__right .-suffix2 {
  margin-left: 80px
}

.p-product-explore__topsUnder {
  display: -webkit-box;
  display: flex
}

.p-product-explore__topsUnder .-img {
  width: 50%;
  padding-top: 23.3%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.p-product-explore__action {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 12.5px;
  box-sizing: border-box;
  text-align: center
}

.p-product-explore-section {
  margin: 60px 0 20px
}

.p-product-explore-box {
  margin-bottom: 30px;
  padding: 35px 32px;
  border: 3px solid #00a0e9
}

.p-product-explore-box__heading {
  margin-bottom: 26px;
  padding: 0 0 25px 0;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 3px solid #00a0e9
}

.p-product-explore-box__body {
  display: -webkit-box;
  display: flex
}

.p-product-explore-box__text {
  margin-right: 30px
}

.p-product-explore-box__img {
  margin-right: 10px
}

.p-product-explore-box__desc {
  font-size: 1.6rem;
  margin-bottom: 36px
}

.p-product-explore-box__sub {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 5px
}

.p-product-explore-box__link {
  font-size: 1.8rem;
  color: #3a1407
}

.p-product-explore-box__link:visited {
  color: #391307
}

.p-product-ranking-section {
  text-align: center;
  margin-bottom: 53px;
  padding: 30px 50px 47px;
  background-image: url("../images/product/ranking/ranking_bg.png");
  background-size: cover;
  background-position: top
}

.p-product-ranking__heading {
  position: relative;
  display: inline-block;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 4.6rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: #3a1407 0 3px 18px
}

.p-product-ranking__heading:before,.p-product-ranking__heading:after {
  content: '';
  position: absolute;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 57px;
  height: 106px
}

.p-product-ranking__heading:before {
  left: -75px;
  background-image: url("../images/product/ranking/ranking_title_wing_l.png")
}

.p-product-ranking__heading:after {
  right: -68px;
  background-image: url("../images/product/ranking/ranking_title_wing_r.png")
}

.p-product-ranking__heading .-crown {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.p-product-ranking-panel {
  padding: 30px;
  background-color: #fff
}

.p-product-ranking-panel__desc {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px
}

.p-product-ranking-list__items {
  margin-top: 50px;
  margin-bottom: 100px
}

.p-product-ranking-list__item {
  margin-bottom: 54px;
  padding: 44px 50px;
  box-sizing: border-box;
  background-color: #fffae7
}

.p-product-ranking-list__inner {
  position: relative;
  padding: 20px 50px 55px;
  background-color: #fff
}

.p-product-ranking-list__top {
  display: -webkit-box;
  display: flex
}

.p-product-ranking-list__top .-rank {
  margin-right: 30px;
  margin-bottom: 20px
}

.p-product-ranking-list__top .-rankLower {
  margin-right: 30px;
  margin-left: 30px;
  width: 155px;
  padding: 15px 25px;
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  box-sizing: border-box;
  color: #3a1407;
  background-color: #fffae7;
  border: 1px solid #3a1407
}

.p-product-ranking-list__top .-rankLower .-unit {
  font-size: 3rem
}

.p-product-ranking-list__body {
  display: -webkit-box;
  display: flex
}

.p-product-ranking-list__body .-product {
  margin-right: 40px
}

.p-product-ranking-list__name {
  font-size: 2rem;
  margin-top: 10px
}

.p-product-ranking-list__name .-logo {
  margin-bottom: 15px
}

.p-product-ranking-list__pickup {
  position: relative;
  margin: 30px 0;
  padding: 42px 22px 25px 22px;
  border: 1px solid #707070
}

.p-product-ranking-list__pickup .-label {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 348px
}

.p-product-ranking-list__price .-label {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #00adef
}

.p-product-ranking-list__price .-price {
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  background-color: #f5f5f5
}

.p-product-ranking-list__price .-num {
  font-size: 2.6rem;
  font-weight: bold;
  color: #de3535
}

.p-product-ranking-list-bottom {
  margin-top: 40px
}

.p-product-ranking-list-bottom__title {
  position: relative;
  padding: 13.5px 0;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  background-color: #fa0;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #ffb726), color-stop(0.5, transparent), to(transparent));
  background-size: 20px
}

.p-product-ranking-list-bottom__title .-strong {
  font-size: 3.6rem
}

.p-product-ranking-list-bottom__title .-suffix {
  position: absolute;
  right: 10px;
  bottom: 0
}

.p-product-ranking-list-bottom__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 12px 7px 12px 7px;
  border-right: 5px solid #fa0;
  border-bottom: 5px solid #fa0;
  border-left: 5px solid #fa0;
  box-sizing: border-box
}

.p-product-ranking-list-bottom__discount {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 15px;
  padding: 0 15px;
  height: 84px;
  box-sizing: border-box;
  color: #fff;
  background-color: #00adef
}

.p-product-ranking-list-bottom__discount .-strong {
  font-family: "Noto Sans JP";
  font-size: 6.1rem;
  margin-right: 3px
}

.p-product-ranking-list-bottom__discount .-label {
  display: block;
  font-size: 1.6rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  text-align: center;
  width: 64px;
  margin: 0 auto -4px;
  padding: 0 5px;
  border: 1px solid #fff;
  box-sizing: border-box
}

.p-product-ranking-list-bottom__discount .-unit {
  font-size: 2.7rem;
  font-family: "Noto Sans JP";
  font-weight: bold
}

.p-product-ranking-list-bottom__price {
  font-family: "Noto Sans JP";
  font-size: 7rem;
  color: #de3535
}

.p-product-ranking-list-bottom__price .-unit {
  font-size: 4rem;
  letter-spacing: 0.01rem;
  white-space: nowrap
}

.p-product-ranking-list-bottom__price .-tax {
  font-size: 2.6rem;
  margin-left: -12px;
  letter-spacing: 0.01rem;
  white-space: nowrap
}

.p-product-ranking-list-bottom__price .-work-fee {
  color: #3a1407;
  font-size: 2rem;
  text-align: right
}

.p-product-ranking-list__action {
  position: absolute;
  bottom: -25px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%
}

.p-product-detail {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.p-product-detail__top {
  -webkit-box-ordinal-group: 2;
  order: 1;
  margin-top: 40px;
  margin-bottom: 30px;
  flex-basis: 100%
}

.p-product-detail__logo {
  width: 200px;
  padding-top: 50px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat
}

.p-product-detail__logo-si {
  width: 140px;
  height: 33px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat
}

.p-product-detail__desc {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 1.6rem
}

.p-product-detail__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 40px
}

.p-product-detail__left {
  -webkit-box-ordinal-group: 4;
  order: 3;
  width: 480px
}

.p-product-detail__tags {
  -webkit-box-ordinal-group: 5;
  order: 4;
  margin: 64px 0;
  flex-wrap: wrap;
  flex-basis: 52%
}

.p-product-detail__tags .c-tag {
  align-self: flex-start
}

.p-product-detail__right {
  -webkit-box-ordinal-group: 4;
  order: 3;
  margin-right: 0;
  margin-left: 30px;
  width: 43%
}

.p-product-detail__prices {
  -webkit-box-ordinal-group: 7;
  order: 6;
  flex-basis: 44%;
  margin-left: auto
}

.p-product-detail__thumb {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 90%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.p-product-detail__discount {
  position: absolute;
  display: block;
  top: 100px;
  right: 10px;
  bottom: 10px;
  width: 120px;
  height: 120px;
  padding: 20px 5px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #ff0000
}

.p-product-detail__discount .-num {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 4.6rem;
  font-weight: bold;
  margin-bottom: 4px
}

.p-product-detail__discount .-unit {
  font-size: 1.7rem;
  font-weight: bold
}

.p-product-detail__discount b {
  display: block
}

.p-product-detail-spec {
  font-size: 1.6rem
}

.p-product-detail-spec .-label {
  padding: 2px;
  text-align: center;
  color: #3a1407;
  background-color: #e3f8ff
}

.p-product-detail-spec .-value {
  padding: 14px 0
}

.p-product-detail__price {
  margin-top: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #3a1407
}

.p-product-detail__price li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px
}

.p-product-detail__price li:last-child {
  margin-bottom: 0
}

.p-product-detail__price li .-value {
  text-align: right
}

.p-product-detail__total {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px 0 10px;
  font-size: 1.6rem;
  color: #3a1407
}

.p-product-detail__total .-label {
  font-weight: bold
}

.p-product-detail__total .-total {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1
}

.p-product-detail__total .-unit {
  font-size: 1.6rem
}

.p-product-detail__total .-taxinc {
  display: block;
  font-size: 1.6rem
}

.p-product-detail__total .-tax {
  font-size: 1.6 rem
}

.p-product-detail-bottom {
  -webkit-box-ordinal-group: 8;
  order: 7;
  width: 100%;
  position: relative;
  margin-top: 20px
}

.p-product-detail-bottom:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: -25px;
  left: 0;
  margin: auto;
  border-top: 35px solid #0081b2;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent
}

.p-product-detail-bottom__title {
  position: relative;
  padding: 14px 0;
  text-align: center;
  color: #fff;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 40px
}

.p-product-detail-bottom__title .-strong {
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 3.9rem;
  line-height: 1.3
}

.p-product-detail-bottom__title .-suffix {
  position: absolute;
  right: 10px;
  bottom: 0
}

.p-product-detail-bottom__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 35px 34px 30px 34px;
  border-right: 5px solid #00adef;
  border-bottom: 5px solid #00adef;
  border-left: 5px solid #00adef;
  box-sizing: border-box
}

.p-product-detail-bottom__else {
  margin: 20px;
  font-size: 1.6rem
}

.p-product-detail-bottom__price {
  flex-basis: 55%
}

.p-product-detail-bottom__price li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 1.6rem;
  margin-bottom: 10px
}

.p-product-detail-bottom__price li .-value {
  margin-left: auto
}

.p-product-detail-bottom__total {
  flex-basis: 45%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-left: 30px;
  padding: 0 0 10px 30px;
  border-left: 3px solid #00a0e9;
  color: #00a0e9
}

.p-product-detail-bottom__total .-label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 3px;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  background-color: #0da4ea
}

.p-product-detail-bottom__total .-total {
  font-size: 4.7rem;
  font-weight: bold;
  line-height: 1
}

.p-product-detail-bottom__total .-unit {
  font-size: 2.6rem
}

.p-product-detail-bottom__total .-tax {
  font-size: 2.6rem
}

.p-product-detail-section {
  margin-top: 100px;
  margin-bottom: 30px
}

.p-product-detail__action {
  -webkit-box-ordinal-group: 9;
  order: 8;
  width: 100%;
  margin-top: 30px;
  text-align: center
}

.p-product-detail__article {
  display: -webkit-box;
  display: flex
}

.p-product-detail__article .-text {
  flex-basis: 50%;
  margin-bottom: 30px
}

.p-product-detail__article .-img {
  flex-basis: 50%;
  margin-left: 20px
}

.p-product-detail-feature__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 57px
}

.p-product-detail-feature__item {
  width: calc(50% - 1px);
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #d8d8d8;
  box-sizing: border-box
}

.p-product-detail-feature__item .-title {
  margin-bottom: 18px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #00a0e9
}

.p-product-detail-feature__item p {
  font-size: 1.6rem
}

.p-product-detail-feature__item:first-child {
  padding-top: 0;
  border-top: 0
}

.p-product-detail-feature__item:nth-child(2) {
  padding-top: 0;
  border-top: 0
}

.p-product-detail-feature__item:nth-child(odd) {
  padding-right: 45px;
  border-right: 1px solid #d8d8d8
}

.p-product-detail-feature__item:nth-child(even) {
  padding-left: 45px
}

.p-product-related-links a {
  display: block;
  margin-bottom: 7px
}

.p-product-explore-toiletList-group {
  margin-bottom: 60px
}

.p-product-explore-toiletList-group:last-child {
  margin-bottom: 0
}

.p-product-explore-toiletList-group__title {
  text-align: center;
  margin-bottom: 20px
}

.p-product-explore-toiletList-group__title img {
  max-height: 58px
}

.p-product-explore-toiletList-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.p-product-explore-toiletList-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 25px 35px 25px 35px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #707070 inset;
  box-sizing: border-box;
  color: #391307;
  text-decoration: none
}

.p-product-explore-toiletList-item:visited {
  color: #391307
}

.p-product-explore-toiletList-item:hover:not(:disabled) {
  background-color: #f2f2f2
}

.p-product-explore-toiletList-item:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  font-size: 1.2rem;
  right: 10px;
  bottom: 14px
}

.p-product-explore-toiletList-item__thumb {
  margin-right: 30px
}

.p-product-explore-toiletList-item__title {
  font-size: 2.6rem;
  font-weight: bold
}

.p-product-explore-toiletList-item__desc {
  font-size: 1.6rem
}

.p-product-detail-variationList-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.p-product-detail-variationList-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  position: relative;
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 25px 35px 25px 35px;
  background-color: #fff;
  box-sizing: border-box;
  color: #391307
}

.p-product-detail-variationList-item__thumb {
  width: 42px;
  margin-right: 30px
}

.p-product-detail-variationList-item__text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 16px
}

.p-product-banner {
  margin-top: 30px;
  margin-bottom: 30px
}

.p-productOldList-section {
  margin-top: 80px;
  margin-bottom: 40px
}

.p-productOldList-section .-text {
  font-size: 1.6rem
}

.p-productOldList-section .-text p {
  margin-bottom: 20px
}

.p-productOldList-form {
  padding: 30px
}

.p-productOldList-item {
  margin-bottom: 60px
}

.p-productOldList-item__logo {
  margin-bottom: 20px
}

.p-productOldList-item__logo.-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1
}

.p-productOldList-item__logo img {
  max-width: 160px
}

.p-productOldList-item__action {
  text-align: center
}

.p-productLogoNav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  border-top: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5
}

.p-productLogoNav__item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 33.333%;
  height: 67px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center
}

.p-productLogoNav__item img {
  width: 150px
}

.p-productLogoNav__item:after {
  position: absolute;
  content: '\EA11';
  font-family: "icon-font";
  font-weight: 900;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #d8d8d8;
  font-size: 1.15rem
}

.p-productLogoNav__item:hover {
  opacity: 0.75
}

.p-qa {
  padding-left: 25px
}

.p-qa-item {
  position: relative;
  padding: 30px 45px 30px 50px
}

.p-qa-item.-question {
  border: 3px solid #00adef;
  margin-bottom: 15px
}

.p-qa-item.-question .p-qa-item__icon {
  background-color: #00adef
}

.p-qa-item.-question .p-qa-item__text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00adef
}

.p-qa-item.-answer {
  border: 3px solid #e61673;
  margin-bottom: 50px
}

.p-qa-item.-answer .p-qa-item__icon {
  color: #fff;
  background-color: #e61673
}

.p-qa-item.-answer .p-qa-item__text {
  font-size: 1.6rem;
  color: #3a1407
}

.p-qa-item__icon {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 20px;
  left: -30px;
  padding: 5px 5px 4px 7px;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 2.5rem;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid transparent
}

.p-qa-item__text {
  line-height: 1.4
}

.p-reason-page__tops {
  position: relative
}

.p-reason-page__tops .-prefix {
  position: absolute;
  left: 35px;
  bottom: -19px;
  height: 160px
}

.p-reason-page__tops .-suffix {
  position: absolute;
  right: 0;
  bottom: -50px;
  height: 199px
}

.p-reason-page__tops .-title {
  padding: 20px;
  text-align: center;
  font-size: 2.9rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 35px
}

.p-reason-page__tops .-main {
  width: 100%
}

.p-reason-page__features {
  padding: 67px 0 20px
}

.p-reason-page__features ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-flow: wrap
}

.p-reason-page__features ul li {
  position: relative;
  flex-basis: 33%;
  text-align: center;
  margin-bottom: 56px
}

.p-reason-page__features ul li h4 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  margin-bottom: 15px
}

.p-reason-page__features ul li .-thumb {
  position: relative;
  display: inline-block;
  width: 270px;
  border: 4px solid #129bcf;
  border-radius: 35px;
  box-sizing: border-box
}

.p-reason-page__features ul li .-thumb:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: -45px;
  left: 0;
  margin: auto;
  border-top: 15px solid #0081b2;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent
}

.p-reason__banner {
  display: block
}

.p-reason__right {
  -webkit-box-flex: 0.5;
  flex: 0.5;
  position: relative;
  z-index: 1
}

.p-reason__right .-main {
  position: absolute;
  z-index: 2;
  left: -70px;
  top: -100px
}

.p-reason__right .-top,.p-reason__right .-bottom {
  position: absolute;
  bottom: -180px;
  right: 0
}

.p-reason__right .-top {
  top: -195px;
  right: 30px;
  z-index: 1
}

.p-reason__right .-bottom {
  bottom: -190px;
  z-index: 3
}

.p-reason__btn {
  display: block;
  width: 130px;
  height: 130px;
  padding: 34px 10px;
  border-radius: 50%;
  text-align: center;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 1.6rem;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  border: 4px solid #ef9a14;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbe08), color-stop(45%, #ff9008), to(#ff8e09));
  background: linear-gradient(180deg, #ffbe08 0%, #ff9008 45%, #ff8e09 100%)
}

.p-reason__btn:visited {
  color: #fff
}

.p-reason__btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8b700), color-stop(45%, #f88800), to(#f98600));
  background: linear-gradient(180deg, #f8b700 0%, #f88800 45%, #f98600 100%)
}

.p-reason__btn.-md {
  padding: 34px 5px
}

.p-reason__btn.-sm {
  font-size: 1.3rem;
  padding: 40px 0px;
  letter-spacing: 0.01rem
}

.p-reason__btnArrow {
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px auto 0;
  padding: 4px 0px 4px 4px;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff
}

.p-reason__btnArrow>.icon-font {
  color: #ffa10d
}

.p-reason__action {
  position: relative;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 100px
}

.p-reason-blue {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 6px;
  padding: 50px 40px 115px;
  background-image: url("../images/reason/content/bg_wave_1.webp");
  background-size: contain;
  background-repeat: repeat;
  background-position: bottom
}

.p-reason-blue__heading {
  font-size: 4.2rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 24px;
  letter-spacing: 0.3rem
}

.p-reason-blue__heading .-strong {
  color: #fff100
}

.p-reason-blue__sub {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff
}

.p-reason-blue__desc {
  font-size: 1.6rem;
  color: #fff;
  font-family: "YuGothic";
  max-width: 460px;
  margin-bottom: 44px;
  letter-spacing: 0.01rem
}

.p-reason-blue__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 30px -4px 0 -4px
}

.p-reason-blue__box>img {
  margin: 0 4px
}

.p-reason-white {
  position: relative;
  z-index: 1;
  padding: 100px 40px 40px;
  top: -60px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../images/reason/content/bg_wave_2.webp");
  background-size: contain;
  background-position: top center
}

.p-reason-white.-last {
  top: -180px;
  padding: 60px 40px 0;
  margin-bottom: -110px
}

.p-reason-white-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative
}

.p-reason-white-container.-first {
  margin-top: 40px
}

.p-reason-white__heading {
  font-size: 4.2rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 23px
}

.p-reason-white__heading .-under {
  display: inline-block;
  line-height: 0.7;
  border-bottom: 9px solid #fff100
}

.p-reason-white__body {
  margin-bottom: 82px
}

.p-reason-white__left {
  z-index: 1;
  width: 65%;
  margin-right: 45px
}

.p-reason-white__right {
  position: relative;
  z-index: 1;
  width: 50%;
  top: -60px
}

.p-reason-white__right.-first {
  top: -80px
}

.p-reason-white__right .-bottom {
  position: absolute;
  bottom: -21px;
  right: 0
}

.p-reason-white__sub {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 800;
  box-sizing: border-box;
  background-color: #f0fbff;
  border-top: 2px solid #3a1407;
  border-bottom: 2px solid #3a1407;
  margin-bottom: 18px;
  padding: 6px 8px 5px 8px
}

.p-reason-white__desc {
  font-size: 1.6rem;
  margin-bottom: 25px;
  letter-spacing: 0.01rem
}

.p-reason-white__box {
  margin: 30px -4px 0 -4px;
  padding: 21px 16px 26px 23px;
  font-size: 1.4rem;
  font-weight: 800;
  border: 3px solid #00adef;
  background-color: #fff
}

.p-reason-white__box a {
  color: #00adef
}

.p-reason-white__box a:visited {
  color: #00adef
}

.p-reason-white__images img {
  width: 100%
}

.p-reason-bluewave {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 85px 40px 85px;
  margin-top: 0px;
  top: -125px;
  background-image: url("../images/reason/content/bg_wave_3.webp");
  background-size: cover;
  background-position: top
}

.p-reason-bluewave__heading {
  font-size: 3.8rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 23px;
  letter-spacing: 0.08rem
}

.p-reason-bluewave__heading .-strong {
  color: #fff100
}

.p-reason-bluewave__right {
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 20px
}

.p-sidebar {
  width: 260px
}

.p-sidebar-list li {
  margin-bottom: 20px
}

.p-sidebar-list li a {
  display: block;
  width: 100%
}

.p-sidebar-list li.inspection {
  text-align: center;
  font-size: 1.3rem
}

.p-sidebar-list li.construct {
  border: solid 4px #2896E1;
  text-align: center;
  font-size: 2rem
}

.p-sidebar-list li.construct a,.p-sidebar-list li.construct a:visited {
  text-decoration: none;
  color: #000
}

.p-sidebar-list .construct-num {
  text-align: center;
  font-size: 4rem;
  color: #00adef
}

.p-sidebar-list .construct-num span {
  font-size: 2rem
}

.p-sidebar-list .construct-btn {
  background: #e3f8ff;
  margin: 10px auto;
  width: 60%;
  font-size: 1.5rem;
  text-align: center;
  color: #00adef;
  padding: 10px 20px
}

.p-sidebar-list .construct-btn span {
  vertical-align: bottom
}

.p-sidebar-list li.voice {
  border: solid 4px #FFA10D;
  text-align: center;
  font-size: 2rem
}

.p-sidebar-list li.voice a,.p-sidebar-list li.voice a:visited {
  text-decoration: none;
  color: #000
}

.p-sidebar-list .voice-num {
  text-align: center;
  font-size: 4rem;
  color: #FFA10D
}

.p-sidebar-list .voice-num span {
  font-size: 2rem
}

.p-sidebar-list .voice-btn {
  background: #FFE0AF;
  margin: 10px auto;
  width: 60%;
  font-size: 1.5rem;
  text-align: center;
  color: #FFA10D;
  padding: 10px 20px
}

.p-sidebar-list .voice-btn span {
  vertical-align: bottom
}

.p-sidebar-list li.normalmenu a {
  border: solid 1px #00adef;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 10px 0;
  padding: 10px 0;
  color: #00adef
}

.p-sidebar-list li.normalmenu a:visited {
  color: #00adef
}

.p-sidebar-list li.normalmenu a.recruit {
  border: none;
  background: #e3f8ff;
  font-weight: bold;
  font-size: 1.5rem
}

.p-sidebar-list li.normalmenu a.recruit span {
  font-size: 1.2rem;
  display: block
}

.p-sidebar-nav {
  background-color: #b4e8fe;
  margin-bottom: 20px
}

.p-sidebar-nav.-secondary {
  background-color: #e9ffc9
}

.p-sidebar-nav__title {
  text-align: center;
  padding: 16.5px 0;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 50px
}

.-secondary .p-sidebar-nav__title {
  background-color: #7dd500;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #aae400), color-stop(0.5, transparent), to(transparent))
}

.p-sidebar-nav__svg {
  font-family: "M PLUS 1p";
  font-weight: 800;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  text-align: center
}

.p-sidebar-nav__svg svg {
  display: inline-block;
  height: auto;
  overflow: visible
}

.p-sidebar-nav__svg .foreground {
  fill: #fff
}

.p-sidebar-nav__svg .foreground _:-ms-lang(x)::backdrop,.p-sidebar-nav__svg .foreground {
  transform: translateY(5px)
}

.p-sidebar-nav__svg .background {
  stroke: #0888ba;
  stroke-width: 8;
  stroke-linejoin: round
}

.p-sidebar-nav__svg .background _:-ms-lang(x)::backdrop,.p-sidebar-nav__svg .background {
  transform: translateY(5px)
}

.-secondary .p-sidebar-nav__svg .foreground {
  fill: #fff
}

.-secondary .p-sidebar-nav__svg .background {
  stroke: #5fb700
}

.p-sidebar-nav__items {
  padding: 10px
}

.p-sidebar-nav__item {
  margin-bottom: 10px
}

.p-sidebar-nav__item:last-child {
  margin-bottom: 0
}

.p-sidebar-nav__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 40px;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #2c2c2c;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none
}

.p-sidebar-nav__link:visited {
  color: #2c2c2c
}

.p-sidebar-nav__link:before {
  content: '\0025A0';
  position: absolute;
  left: 18px;
  top: 10px;
  color: #00adef
}

.-secondary .p-sidebar-nav__link:before {
  color: #7dd500
}

.p-sidebar-nav__link:after {
  content: '\0025B6';
  position: absolute;
  right: 10px;
  top: 10px;
  color: #00adef
}

.-secondary .p-sidebar-nav__link:after {
  color: #7dd500
}

.p-sidebar-nav__link:hover {
  background: #effbff
}

.-secondary .p-sidebar-nav__link:hover {
  background: #eeffd5
}

.p-store-search {
  padding: 56px 0;
  background-color: #fff
}

.p-store-search__board {
  width: 100%;
  height: 300px;
  padding: 38px 0 57px 0;
  box-sizing: border-box;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 100px
}

.p-store-search-heading {
  position: relative;
  width: 440px;
  margin: 0 auto;
  text-align: center
}

.p-store-search-heading__ballon {
  position: absolute;
  top: -77px;
  left: -57px;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 20px 5px;
  width: 90px;
  height: 90px;
  line-height: 1.2;
  text-align: center;
  color: #3a1407;
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff100;
  border-radius: 50%;
  box-sizing: border-box
}

.p-store-search-heading__ballon:before {
  content: '';
  position: absolute;
  bottom: 9px;
  right: -17px;
  margin-top: -15px;
  border: 11px solid transparent;
  border-left: 20px solid #fff100;
  z-index: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}

.p-store-search-heading__ballon .-uppercase {
  font-size: 3.2rem;
  font-weight: bold;
  margin-left: 8px
}

.p-store-search-heading__prefix {
  position: absolute;
  top: -7px;
  left: -180px;
  width: 150px
}

.p-store-search-heading__title {
  font-family: "M PLUS 1p";
  font-weight: 800;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 10px
}

.p-store-search-heading__sub {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 7px
}

.p-store-search-heading__labels {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}

.p-store-search-heading__labels .-label {
  width: 90px;
  height: 30px;
  text-align: center;
  margin: 0 3px;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  box-sizing: border-box;
  border: 1px solid #fff
}

.p-store-search-heading__suffix {
  position: absolute;
  top: -15px;
  right: -125px;
  width: 120px;
  height: 126px
}

.p-store-search-heading__action {
  text-align: center;
  margin-top: 22px
}

.p-store-search-heading__action__labels {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

.p-store-search-heading__action__labels .-label {
  width: 90px;
  height: 30px;
  text-align: center;
  margin: 0 3px;
  padding: 2px 10px;
  color: #0081b2;
  font-size: 1.8rem;
  line-height: 1.4;
  box-sizing: border-box;
  border: 1px solid #0081b2
}

.swiper-container {
  width: 600px;
  height: 230px
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50%;
  background: #e8e8e8
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0096cf
}

.p-swiperNav {
  position: absolute;
  z-index: 1;
  padding: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer
}

.p-swiperNav.-hero {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 5px solid #0888ba;
  background-color: #fff
}

.p-swiperNav.-hero .icon-font {
  color: #0888ba;
  font-size: 2.5rem
}

.p-swiperNav.-hero.p-swiperNav--prev {
  left: 85px
}

.p-swiperNav.-hero.p-swiperNav--next {
  right: 85px
}

.p-swiperNav.-ranking {
  top: 40%
}

.p-swiperNav.-ranking.p-swiperNav--prev {
  width: 13px;
  height: 40px
}

.p-swiperNav.-ranking.p-swiperNav--prev:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 13px solid #0096cf
}

.p-swiperNav.-ranking.p-swiperNav--next {
  width: 13px;
  height: 40px
}

.p-swiperNav.-ranking.p-swiperNav--next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 13px solid #0096cf
}

.p-swiperNav.-defaultArrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #00a0e9;
  border-radius: 50%
}

.p-swiperNav.-defaultArrow.p-swiperNav--prev {
  width: 30px;
  height: 30px;
  left: 20px
}

.p-swiper-productDetail-top .p-swiperNav.-defaultArrow.p-swiperNav--prev {
  left: 0
}

.p-swiperNav.-defaultArrow.p-swiperNav--prev:before {
  content: '';
  position: absolute;
  top: 8.5px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #fff
}

.p-swiperNav.-defaultArrow.p-swiperNav--next {
  width: 30px;
  height: 30px;
  right: 20px
}

.p-swiper-productDetail-top .p-swiperNav.-defaultArrow.p-swiperNav--next {
  right: 0
}

.p-swiperNav.-defaultArrow.p-swiperNav--next:before {
  content: '';
  position: absolute;
  top: 8.5px;
  left: 11px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff
}

.p-swiperNav--prev {
  left: 0
}

.p-swiperNav--next {
  right: 0
}

.p-swiperNav.swiper-button-disabled {
  opacity: 0.3
}

.p-swiper-hero {
  width: 100%;
  max-width: 1640px;
  height: 100%;
  margin: 0 auto 20px
}

.p-swiper-hero .l-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 1240px;
  height: 100%;
  margin: auto;
  padding: 0
}

.p-swiper-hero .-main01 {
  position: relative
}

.p-swiper-hero .-main01__area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 587px;
  height: 463px
}

.p-swiper-hero .-main01__numbers {
  position: absolute;
  display: block;
  top: 51px;
  right: 0;
  left: -14px;
  width: 70px;
  height: 30px;
  margin: auto;
  font-family: "M PLUS 1p";
  font-weight: 800;
  font-size: 22px;
  color: #0096cf;
  letter-spacing: 0.4em
}

.p-swiper-hero .swiper-slide {
  width: 866px
}

.p-swiper-hero .swiper-pagination {
  display: none;
  position: relative;
  text-align: center;
  margin-top: -3px;
  padding: 6px 5px 3px;
  line-height: 1.2;
  background-color: #fff
}

.p-swiper-store {
  width: 100%;
  max-width: 910px;
  height: 100%;
  margin: 0 auto 20px
}

.p-swiper-store .l-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 910px;
  height: 100%;
  margin: auto;
  padding: 0
}

.p-swiper-store .swiper-slide {
  width: 550px
}

.p-swiper-store .swiper-pagination {
  display: none;
  position: relative;
  text-align: center;
  margin-top: -3px;
  padding: 6px 5px 3px;
  line-height: 1.2;
  background-color: #fff
}

.p-swiper-ranking {
  width: 100%;
  max-width: 900px;
  height: 250px;
  margin: 0 auto 20px;
  padding: 35px 35px;
  box-sizing: border-box
}

.p-swiper-recommend {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 20px;
  padding: 35px 35px;
  box-sizing: border-box
}

.p-swiper-recommend-2nd {
  width: 100%;
  max-width: 520px;
  height: 210px;
  margin: 0 auto 20px;
  padding: 35px 35px;
  box-sizing: border-box
}

.p-swiper-productDetail-top {
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  box-sizing: border-box;
  height: 340px
}

.p-swiper-productDetail-thumbs {
  width: 100%;
  height: 15%;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px 0
}

.p-swiper-productDetail-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
  border: 1px solid #d8d8d8;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.p-swiper-productDetail-thumbs .swiper-slide-thumb-active {
  opacity: 1
}

.p-voice-section {
  margin-bottom: 85px
}

.p-voice-section__heading {
  position: relative;
  font-family: "YuGothic";
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  max-width: 600px;
  margin: 64px auto 12px
}

.p-voice-section__heading.-empty:before,.p-voice-section__heading.-empty:after {
  display: none
}

.p-voice-section__heading:before,.p-voice-section__heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
  background-size: cover
}

.p-voice-section__heading:before {
  top: 0;
  left: -60px;
  width: 41px;
  height: 36px;
  background-image: url("../images/voice/heading_prefix.webp")
}

.p-voice-section__heading:after {
  top: 0;
  right: -60px;
  width: 43px;
  height: 36px;
  background-image: url("../images/voice/heading_suffix.webp")
}

.p-voice-section__heading .-strong {
  color: #ffa10d
}

.p-voice-items {
  margin-top: 50px;
  margin-bottom: 15px
}

.p-voice-item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 54px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #f3f1de;
  text-decoration: none
}

.p-voice-item:last-child {
  margin-bottom: 0
}

.p-voice-item:hover {
  opacity: 0.75
}

.p-voice-item.-inactive:hover {
  opacity: 1
}

.p-voice-item.-inactive .p-voice-item__link {
  display: none
}

.p-voice-item.-inactive .p-voice-item__link:after {
  content: none
}

.p-voice-item__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-voice-item__link:after {
  content: '\EA11';
  position: absolute;
  z-index: 2;
  font-family: "icon-font";
  font-weight: 900;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
  padding: 8px 10px;
  font-size: 1.35rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #00a0e9
}

.p-voice-item__inner {
  background-color: #fff
}

.p-voice-item__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 47px 30px 47px
}

.p-voice-item__img {
  width: 100%
}

.p-voice-item__img img {
  width: 100%
}

.p-voice-item__label {
  padding: 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background-color: #00adef
}

.p-voice-item__content {
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 20px;
  color: #3a1407
}

.p-voice-item__subtitle {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 12px
}

.p-voice-item__title {
  margin-bottom: 14px;
  padding: 15px 17px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3a1407;
  border-top: 1px solid #0081b2;
  background-color: #e8e8e8
}

.p-voice-item__desc {
  font-size: 1.6rem;
  line-height: 1.4
}

.p-voice-item__links {
  position: relative;
  z-index: 2;
  margin-top: 20px
}

.p-voice-item__links a {
  text-decoration: underline;
  color: #00adef
}

.p-voice-item__links a:visited {
  color: #00adef
}

.p-voice-item__action {
  text-align: center;
  margin-top: -10px;
  padding: 0 0 30px 0
}

.p-staff {
  margin-top: 40px;
  margin-bottom: 40px
}

.p-staff__intro .--title {
  font-size: 3rem;
  font-weight: bold
}

.p-staff__intro .--text {
  font-size: 2.4rem;
  margin-top: 10px
}

.p-staff__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px
}

.p-staff__item {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px
}

.p-staff__item .--photo {
  width: 100%;
  padding-top: 82.783882784%;
  background-size: cover;
  background-position: center;
  border: solid 2px #00a0e9;
  box-sizing: border-box
}

.p-staff__item .--name {
  color: #00a0e9;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 4px
}

.p-staff__item .--position {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 6px
}

.p-staff__item .--comment {
  font-size: 1.6rem;
  margin-top: 12px
}

.p-column-section {
  margin-bottom: 60px
}

.p-column-section-information {
  margin-bottom: 30px
}

.p-column-section-list__item {
  background-color: #e3f8ff;
  color: #0da4ea;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 24px 0
}

.p-column-section-list__label {
  background-color: #e3f8ff;
  color: #0da4ea;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 24px 0
}

.p-column-section-list-child__items {
  overflow: hidden
}

.p-column-section-list-child__item {
  width: 23%;
  border: solid 3px #0da4ea;
  border-radius: 10px;
  margin: 1%;
  padding: 25px 0;
  background: #fff;
  float: left
}

.p-column-section-list-child__item a {
  text-decoration: none;
  color: #0da4ea
}

.p-column-section-list-child__item a:hover {
  color: #0da4ea
}

.p-column-section-list-child__item a:visited {
  color: #0da4ea
}

.p-column-section-list-child__item.-current {
  color: #b0b0b0;
  border: solid 3px #b0b0b0
}

.p-column-section-list-child__item.-current a {
  color: #b0b0b0
}

.p-column-items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 30px 0
}

.p-column-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  border: solid 2px #0da4ea;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-decoration: none
}

.p-column-item:last-child {
  margin-bottom: 0
}

.p-column-item:hover {
  opacity: 0.75
}

.p-column-item.-media {
  width: 49%
}

.p-column-item.-media .p-column-item__inner {
  border: 1px solid transparent
}

.p-column-item.-inactive:hover {
  opacity: 1
}

.p-column-item.-inactive .p-column-item__link {
  display: none
}

.p-column-item.-inactive .p-column-item__link:after {
  content: none
}

.p-column-item__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-column-item__inner {
  background-color: #fff
}

.p-column-item__header {
  text-align: center;
  color: #0da4ea;
  padding: 17px 0;
  font-size: 2rem
}

.p-column-item__category {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 45px;
  box-sizing: border-box;
  color: #fff;
  background-color: #0081b2
}

.p-column-item__category.-media {
  color: #391307;
  background-color: #fff100
}

.p-column-item__body {
  color: #3a1407;
  font-size: 1.6rem;
  overflow: hidden
}

.p-column-item__body h4 {
  margin-bottom: 30px
}

.p-column-item__body p {
  width: 70%;
  float: left
}

.p-column-item__body img {
  width: 30%;
  float: right
}

.p-column-item__body-link {
  display: block;
  clear: both;
  width: 30%;
  margin: 10px auto;
  border: solid 1px #0da4ea;
  color: #0da4ea;
  text-align: center;
  padding: 13px 0
}

.p-column-item__action {
  margin: 50px auto 20px;
  text-align: center
}

.p-column-detail__body {
  margin: 0px 135px
}

.p-column-detail__action {
  margin: 50px auto 20px;
  text-align: center
}

.p-column-more-list {
  margin: 50px 0
}

.p-column-more-list__label {
  text-align: center;
  color: #0da4ea;
  font-weight: bold;
  font-size: 2rem;
  padding: 10px 0;
  border-bottom: solid 1px #0da4ea
}

.p-column-more-list-child__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 10px 0
}

.p-column-more-list-child__item {
  width: 48%;
  background: #f0fbff;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 5px 0
}

.p-column-more-list-child__item a {
  text-decoration: none
}

.p-column-more-list__btn {
  display: block;
  background: #0da4ea;
  color: #fff;
  padding: 5px 0;
  margin: 0 auto;
  width: 20%;
  text-align: center;
  text-decoration: none;
  border-radius: 15px
}

.p-column-more-list__btn:hover {
  color: #fff
}

.p-column-more-list__btn:visited {
  color: #fff
}

.u-opacity {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s
}

.u-opacity:hover {
  opacity: 0.7;
  text-decoration: none
}

.u-relative {
  position: relative
}

.u-link-arrow,.u-link-arrow-right {
  position: relative;
  margin-left: 10px
}

.u-link-arrow:before,.u-link-arrow-right:before {
  content: '\003e';
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  margin-top: -2px
}

.u-link-arrow-right {
  margin-right: 10px
}

.u-link-arrow-right:before {
  right: -10px;
  left: auto
}

.u-align-center {
  text-align: center
}

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

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

.wp-block-image .alignleft {
  float: left;
  max-width: 35%;
  margin-right: 20px
}

.wp-block-image .alignright {
  float: right;
  max-width: 35%;
  margin-left: 20px
}

.wp-block-media-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}

.wp-block-media-text.has-media-on-the-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse
}

.wp-block-media-text.has-media-on-the-right .editor-inner-blocks,.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0
}

.wp-block-media-text.is-vertically-aligned-top {
  -webkit-box-align: start;
  align-items: flex-start
}

.wp-block-media-text.is-vertically-aligned-center {
  -webkit-box-align: center;
  align-items: center
}

.wp-block-media-text.is-vertically-aligned-bottom {
  -webkit-box-align: end;
  align-items: flex-end
}

.wp-block-media-text__media {
  -webkit-box-flex: 1;
  flex: 1;
  width: 100%;
  margin: 0 30px
}

.wp-block-media-text__content {
  -webkit-box-flex: 2;
  flex: 2
}

@media only screen and (min-width: 769px) {
  .l-container {
      width:1200px;
      padding-left: 20px;
      padding-right: 20px
  }

  .l-home-news-item__group {
      min-width: 130px
  }

  .c-list {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap
  }

  .c-list.-col2 {
      margin-right: -20px;
      margin-left: -20px
  }

  .c-list.-col2 .c-list__item {
      width: calc(50% - 40px);
      margin-right: 20px;
      margin-left: 20px
  }

  .c-list.-col3 {
      margin-right: -20px;
      margin-left: -20px
  }

  .c-list.-col3 .c-list__item {
      width: calc(33.3333% - 40px);
      margin-right: 20px;
      margin-left: 20px
  }

  .c-list.-horizontal.-right {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
      justify-content: flex-end
  }

  .c-list.-horizontal .c-list-child__items {
      display: -webkit-box;
      display: flex
  }

  .c-list.-horizontal .c-list-child__item a {
      position: relative;
      display: -webkit-box;
      display: flex;
      padding: 12.5px 22px 12.5px 20px
  }

  .c-list-child__item a:before {
      position: absolute;
      content: '>';
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }

  .c-list-links a {
      width: calc(100% / 3)
  }

  .c-list-links a:before {
      position: absolute;
      content: '>';
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }

  .p-explore-tops__head {
      height: 110px;
  }

  .p-guide__tel {
      margin-bottom: 12px;
  }

  .p-guide__label {
      display: none;
  }

  .p-header-nav-child {
      display: none;
  }

  .p-partnership__message p br {
      display: none;
  }

  .p-product-list__logo-si {
      top: 12px;
      right: 10px;
      width: 100px;
  }

  .p-product-explore__topsHead {
      min-height: 280px;
  }

  .p-product-ranking-list__content {
      -webkit-box-flex: 1;
      flex: 1;
  }

  .p-product-detail__top {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: end;
      align-items: flex-end;
  }

  .p-product-detail__logo-si {
      margin-left: 30px
  }

  .p-product-detail__desc {
      margin-bottom: 60px
  }

  .p-reason__left {
      -webkit-box-flex: 1;
      flex: 1;
      z-index: 1
  }

  .p-swiper-hero {
      overflow: visible
  }

  .p-voice-item__img {
      width: 330px
  }

  .p-staff__intro {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center
  }

  .p-staff__intro .--col: last-child {
      -webkit-box-flex:0;
      flex: 0 0 210px;
      margin-left: 50px;
      margin-right: 50px
  }

  .p-staff__item {
      width: calc((100% / 3) - 40px)
  }

  .u-sp {
      display: none
  }
}

@media only screen and (min-width: 1440px) {
  .p-swiperNav.-hero.p-swiperNav--prev {
      left:0;
      padding: 10px 15px 10px 10px
  }

  .p-swiperNav.-hero.p-swiperNav--next {
      right: 0;
      padding: 10px 10px 10px 15px
  }

  .p-swiperNav.-ranking.p-swiperNav--prev {
      left: 0
  }

  .p-swiperNav.-ranking.p-swiperNav--next {
      right: 0
  }

  .p-swiper-hero .-main01__numbers {
      top: 20.5%;
      font-size: 24px
  }
}

@media only screen and (max-width: 768px) {
  body {
      font-size:1.2rem;
      min-width: 100% !important
  }

  input[type='text'],input[type='email'],input[type='password'] {
      font-size: 16px
  }

  .l-main {
      margin-top: 0
  }

  .l-contents {
      padding: 0;
      -webkit-box-flex: 1;
      flex: 1
  }

  .l-content {
      margin-top: 72px
  }

  .l-page {
      padding: 0 12.5px
  }

  .l-page__container {
      margin: 0 -12.5px
  }

  .l-component-example {
      margin-right: 1rem;
      margin-left: 1rem
  }

  .l-component-heading-lv2 {
      font-size: 1.8rem;
      margin-right: 1rem;
      margin-left: 1rem
  }

  .l-component-heading-lv3 {
      font-size: 1.8rem
  }

  .l-container {
      max-width: 100%
  }

  .l-home__banner {
      padding: 18px 10px 15px;
      margin: 0
  }

  .l-home-tops {
      margin-top: -45px;
      border-bottom: 0;
      background: none
  }

  .l-home-tops-inner {
      width: 100%;
      overflow: hidden;
      height: auto;
      padding: 35px 20px 0 20px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between
  }

  .l-home-tops-inner a {
      display: block;
      width: 400%
  }

  .l-home-tops-inner a img {
      width: 100%
  }

  .l-home-tops-reason-item .info>span {
      margin: 10px 10px 0 0;
      font-size: 1.5rem
  }

  .l-home-tops-reason-item .thumb {
      float: right;
      width: 30%
  }

  .l-home-tops__items {
      margin: 16px -5px 5px
  }

  .l-home-tops__headline {
      max-width: 340px
  }

  .l-home-tops__text {
      font-size: 1.3rem
  }

  .l-home-tops__labels {
      margin-bottom: 15px
  }

  .l-home-tops__label {
      width: auto;
      height: auto;
      font-size: 1.2rem;
      border-width: 1px;
      padding: 2px 5px;
      border-radius: 5px
  }

  .l-home-recommend {
      margin: 10px 0
  }

  .l-home-recommend h2 img {
      display: none
  }

  .l-home-recommend .c-navProduct ul {
      flex-wrap: wrap;
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
      flex-direction: unset;
      -webkit-box-pack: start;
      justify-content: flex-start;
      width: 100%
  }

  .l-home-recommend .c-navProduct ul li {
      -webkit-box-flex: 0;
      flex: none
  }

  .l-home-recommend .c-navProduct ul li a {
      display: block;
      height: auto;
      padding: 10px 0;
      text-align: center
  }

  .l-home-recommend .c-navProduct ul li a .-icon {
      display: block;
      width: 100%
  }

  .l-home-recommend .c-navProduct ul li a .-icon img {
      height: 40px
  }

  .l-home-recommend .c-navProduct ul li a .-name {
      font-size: 1rem
  }

  .l-home-recommend .c-navProduct ul li a .-arrow {
      background: none;
      margin: 0 auto
  }

  .l-home-recommend .c-navProduct ul li a:before {
      width: 0;
      height: 0
  }

  .l-home-recommend .c-navProduct ul li {
      width: calc( 25% - 2px);
      border: solid 1px #fff
  }

  .l-home-ranking__heading {
      font-size: 2rem
  }

  .l-home-ranking__headingTitle {
      width: 38%;
      left: 50%;
      -webkit-transform: translate(-50%);
      transform: translate(-50%)
  }

  .l-home-ranking__headingTitle .-prefix {
      margin-left: -65px
  }

  .l-home-ranking__headingTitle .-suffix {
      width: 63px;
      top: -3px
  }

  .l-home-ranking__heading .-more {
      display: none
  }

  .l-home-ranking-area {
      padding: 20px 0 20px 0
  }

  .l-home-ranking-items .p-product-list {
      padding: 0
  }

  .l-home-ranking-items .p-product-list__items {
      display: block;
      margin-top: 0
  }

  .l-home-ranking-items .p-product-list__item {
      width: 100%;
      border: none
  }

  .l-home-ranking-items .p-product-list__content {
      border-bottom: solid 1px #CCCCCC
  }

  .l-home-ranking-items .p-product-list__top {
      display: block
  }

  .l-home-ranking-items .p-product-list__typeText {
      margin: 0 0 10px
  }

  .l-home-ranking-items .p-product-list__logo {
      width: 20%;
      display: block
  }

  .l-home-ranking-items .p-product-list__discount {
      bottom: 25%;
      right: -10px
  }

  .l-home-ranking-items .p-product-list-bottom__btn {
      top: calc( 50% - 50px);
      color: #CCCCCC;
      background: none;
      width: auto;
      padding: 0 10px
  }

  .l-home-ranking-items .p-product-list__search a {
      width: 80%;
      font-size: 1.7rem
  }

  .l-home-ranking-items .p-product-list__action {
      margin-bottom: 0;
      position: absolute;
      right: 30px;
      top: 5px
  }

  .l-home-ranking-items .p-product-list__action a {
      border: solid 1px #fff;
      width: 100%;
      padding: 10px;
      color: #fff;
      font-size: 1rem;
      margin: 0
  }

  .l-home-ranking-items .p-product-list__action a:visited {
      color: #fff
  }

  .l-home-ranking-items .p-product-list__action a:after {
      right: 5px
  }

  .l-home-ranking-item__bg {
      padding-top: 207px
  }

  .l-home-ranking-item__body {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      text-align: center;
      padding: 10px 3px
  }

  .l-home-ranking-item__logo {
      margin-bottom: 8px
  }

  .l-home-ranking-item__name {
      font-size: 1.5rem;
      margin-bottom: 5px
  }

  .l-home-ranking-item__desc {
      font-size: 1rem
  }

  .l-home-ranking-item__text {
      margin: 0 auto
  }

  .l-home-ranking-item__thumb {
      width: 90px;
      height: 80px;
      margin: 5px auto
  }

  .l-home-ranking-item__thumb img {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 90px;
      margin: auto
  }

  .l-home-ranking-item__thumb.-oblong img {
      top: 0;
      width: 52px
  }

  .l-home-ranking-item__thumb .-discount {
      right: -40px;
      bottom: -15px
  }

  .l-home-ranking-item__bottom {
      height: 40px
  }

  .l-home-ranking-item__label {
      width: 46px;
      height: 42px;
      bottom: -2px;
      left: -2px;
      margin-right: 10px;
      padding: 0;
      text-align: center;
      font-size: 1rem;
      line-height: 1.2
  }

  .l-home-ranking-item__label>span {
      display: block;
      margin: 0;
      white-space: nowrap
  }

  .l-home-ranking-item__label:before {
      z-index: 2;
      top: 50%;
      right: -27px;
      margin-top: -20px;
      border: 19px solid transparent;
      border-left: 8px solid #fff
  }

  .l-home-ranking-item__label:after {
      z-index: 1;
      top: 50%;
      right: -33px;
      margin-top: -21px;
      border: 21px solid transparent;
      border-left: 12px solid #0096cf
  }

  .l-home-ranking-item__price {
      -webkit-box-flex: 2;
      flex: 2;
      top: -2px;
      font-size: 2.1rem;
      letter-spacing: 0.1rem;
      line-height: 1
  }

  .l-home-ranking-item__price .-num,.l-home-ranking-item__price .-unit {
      top: 0;
      font-family: "YuGothic"
  }

  .l-home-ranking-item__price .-unit {
      font-size: 1.2rem
  }

  .l-home-ranking-item__price .-tax {
      position: absolute;
      bottom: -3px;
      right: 3px;
      font-size: 0.8rem;
      letter-spacing: 0.01rem;
      font-weight: bold;
      color: #fff;
      white-space: nowrap;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl
  }

  .l-home-info-item {
      width: 95%;
      margin: 10px auto
  }

  .l-home-info-item p {
      text-align: left
  }

  .l-home-info-item span {
      display: block;
      text-align: center;
      margin: 10px 0
  }

  .l-home-campaign-item {
      width: 95%;
      margin: 10px auto
  }

  .l-home-info-search {
      width: calc( 100% - 28px);
      background-color: #ffffff;
      background-size: 7px 7px;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56.25%, transparent), color-stop(56.25%, rgba(153,153,153,0.2)), color-stop(75%, rgba(153,153,153,0.2)), color-stop(75%, transparent)),-webkit-gradient(linear, left top, right top, color-stop(56.25%, transparent), color-stop(56.25%, rgba(153,153,153,0.2)), color-stop(75%, rgba(153,153,153,0.2)), color-stop(75%, transparent));
      background-image: linear-gradient(transparent 56.25%, rgba(153,153,153,0.2) 56.25%, rgba(153,153,153,0.2) 75%, transparent 75%),linear-gradient(90deg, transparent 56.25%, rgba(153,153,153,0.2) 56.25%, rgba(153,153,153,0.2) 75%, transparent 75%);
      border: 4px solid #c2eeff;
      margin-bottom: 22px;
      padding: 15px 10px 25px;
      border-width: 3px
  }

  .l-home-info-search__heading img {
      width: 20px
  }

  .l-home-info-search__heading {
      font-size: 1.25rem
  }

  .l-home-info-search__items {
      margin: 16px -5px 5px
  }

  .l-home-info-search-item:after {
      width: 70px;
      height: 70px;
      top: 19px
  }

  .l-home-info-search-item {
      -webkit-box-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      align-items: center;
      width: calc(33.333% - 12px);
      height: auto;
      min-height: 140px;
      margin: 0 6px 15px 6px;
      padding: 10px 5px
  }

  .l-home-info-search-item.-more {
      width: calc(66.444% - 12px)
  }

  .l-home-info-search-item__name {
      font-size: 1.25rem;
      margin-bottom: 5px;
      max-width: 100%
  }

  .l-home-info-search-item__thumb img {
      width: 50%
  }

  .l-home-info-search-item__label {
      font-size: 0.9rem
  }

  .l-home-info-search-item__price .-num {
      font-size: 0.9rem;
      letter-spacing: 0.01rem
  }

  .l-home-info-search-item__price .-unit {
      font-size: 1rem
  }

  .l-home-info-search-item__price .-taxinc {
      font-size: 0.8rem;
      letter-spacing: 0.01rem
  }

  .l-home-info-search-item__price .-taxinc .-num {
      font-size: 0.8rem;
      letter-spacing: 0.01rem
  }

  .l-home-info-search-item__price .-taxinc .-unit {
      font-size: 1rem
  }

  .l-home-info-search-item__ballon {
      bottom: 30px;
      right: -23px;
      width: 44px;
      height: 44px;
      line-height: 0.8;
      padding: 6px 0
  }

  .l-home-info-search-item__ballon .-top {
      font-size: 0.8rem
  }

  .l-home-info-search-item__ballon .-num {
      font-size: 1.3rem;
      margin-left: 0
  }

  .l-home-info-search-item__ballon .-unit {
      font-size: 1rem
  }

  .l-home-info-search-item__ballon .-bottom {
      font-size: 0.8rem
  }

  .l-home-case {
      margin-bottom: 35px
  }

  .l-home-case-container {
      padding: 10px 10px;
      margin-bottom: 35px
  }

  .l-home-case__heading {
      font-size: 2rem;
      border-width: 5px;
      margin-bottom: 0
  }

  .l-home-case__heading .-thumb {
      top: -10px;
      left: 0px;
      width: 65px;
      height: 65px;
      border-width: 1px
  }

  .l-home-case__heading .-title {
      font-size: 2rem;
      margin-left: 40px
  }

  .l-home-case__heading .-sub {
      font-size: 1rem;
      margin-right: 0;
      margin-left: 3px
  }

  .l-home-case__heading .-more {
      display: none
  }

  .l-home-case-board {
      padding: 18px 10px
  }

  .l-home-case-items {
      margin: 0 -5px
  }

  .l-home-case-item {
      width: calc(33.333% - 10px);
      margin: 0 5px 5px
  }

  .l-home-case-item__thumb:before {
      bottom: 0px;
      right: 1px;
      width: 69%;
      height: 34%
  }

  .l-home-case-item__label {
      font-size: 1rem
  }

  .l-home-case-item__name {
      font-size: 1.2rem
  }

  .l-home-case-item__store {
      font-size: 1rem
  }

  .l-home-case-steps {
      background-color: #ffffff;
      background-size: 4px 4px;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56.25%, transparent), color-stop(56.25%, rgba(153,153,153,0.2)), color-stop(75%, rgba(153,153,153,0.2)), color-stop(75%, transparent)),-webkit-gradient(linear, left top, right top, color-stop(56.25%, transparent), color-stop(56.25%, rgba(153,153,153,0.2)), color-stop(75%, rgba(153,153,153,0.2)), color-stop(75%, transparent));
      background-image: linear-gradient(transparent 56.25%, rgba(153,153,153,0.2) 56.25%, rgba(153,153,153,0.2) 75%, transparent 75%),linear-gradient(90deg, transparent 56.25%, rgba(153,153,153,0.2) 56.25%, rgba(153,153,153,0.2) 75%, transparent 75%);
      padding: 22px 12px
  }

  .l-home-case-steps__heading {
      padding: 26px 12px 23.5px;
      -webkit-box-pack: center;
      justify-content: center
  }

  .l-home-case-steps__heading:after {
      border-width: 35px
  }

  .l-home-case-steps__heading .-title {
      font-size: 2rem
  }

  .l-home-case-steps__heading .-strong {
      display: inline;
      font-size: 2rem
  }

  .l-home-case-steps__heading .-suffix {
      right: -24px;
      width: 35px
  }

  .l-home-case-steps__heading .-suffix img {
      width: 35px
  }

  .l-home-case-steps__heading .-sub {
      display: none
  }

  .l-home-case-steps__subText {
      display: block;
      text-align: center;
      margin: 0 auto 20px
  }

  .l-home-case-steps-items {
      padding: 0 calc(21.5px - 12px)
  }

  .l-home-case-steps-item {
      -webkit-box-align: start;
      align-items: flex-start;
      margin-bottom: 15px;
      padding: 15px 15px
  }

  .l-home-case-steps-item__number:after {
      bottom: -100px;
      height: 210%
  }

  .l-home-case-steps-item__number {
      width: 50px;
      height: 50px;
      margin-right: 5px;
      padding: 12px 3px;
      font-size: 1rem
  }

  .l-home-case-steps-item__number .-num {
      font-size: 2rem
  }

  .l-home-case-steps-item__numberlong:after {
      height: 810%
  }

  .l-home-case-steps-item__numberlong {
      width: 50px;
      height: 50px;
      margin-right: 5px;
      padding: 12px 3px;
      font-size: 1rem
  }

  .l-home-case-steps-item__numberlong .-num {
      font-size: 2rem
  }

  .l-home-case-steps-item__body {
      margin-right: auto
  }

  .l-home-case-steps-item__title {
      font-size: 1.6rem;
      margin-top: 15px
  }

  .l-home-case-steps-item__desc {
      font-size: 1.3rem
  }

  .l-home-case-steps-item__desc .-phone {
      display: block
  }

  .l-home-case-steps-item__thumb {
      width: 70px;
      position: absolute;
      right: 16px;
      border: 1px solid #d8d8d8;
      top: -10px;
      padding: 2px;
      box-sizing: border-box
  }

  .l-home-media__heading {
      font-size: 2rem;
      padding: 16px 15px 16px 15px;
      text-align: center
  }

  .l-home-media__heading .-prefix {
      width: calc(97px / 2);
      height: calc(97px / 2);
      top: auto;
      left: 70px;
      padding: 13px 0
  }

  .l-home-media__heading .-prefix img {
      width: 20px
  }

  .l-home-media__heading .-more {
      display: none
  }

  .l-home-media-board {
      padding: 25px;
      background-size: 10px
  }

  .l-home-media-board__heading {
      font-size: 1.4rem
  }

  .l-home-media-board__heading:before,.l-home-media-board__heading:after {
      width: calc(40px / 2);
      height: calc(69px / 2);
      bottom: 7px
  }

  .l-home-media-board__heading:before {
      left: -7px
  }

  .l-home-media-board__heading:after {
      right: -7px
  }

  .l-home-media-board__subheading {
      font-size: 14px;
      text-align: left;
      padding: 18px 12px 17px
  }

  .l-home-media-board__subheading .-suffix {
      width: 50px;
      right: 0
  }

  .l-home-media__video {
      padding: 20px 0 20px
  }

  .l-home-media-items {
      margin: 0
  }

  .l-home-media-item {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      width: 100%;
      margin: 0 0 8px 0
  }

  .l-home-media-item__body {
      padding: 10px 15px
  }

  .l-home-media__action {
      display: block;
      padding: 10px 0 5px;
      margin: 0px -12px
  }

  .l-home-news {
      padding: 45px 12px
  }

  .l-home-news__heading {
      font-size: 1.5rem;
      padding: 12px 0 5px;
      border-width: 2px
  }

  .l-home-news__heading .-more {
      display: none
  }

  .l-home-news-items {
      margin-bottom: 20px
  }

  .l-home-news-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      align-items: flex-start;
      padding: 0 0 15px 0;
      font-size: 1.3rem
  }

  .l-home-news-item__text {
      padding: 10px 0 0 0
  }

  .l-home-pickup {
      padding: 0 20px;
      margin-bottom: 100px
  }

  .l-home-pickup__heading {
      padding: 15px 12px 15px
  }

  .l-home-pickup__heading .-text {
      margin-left: 50px
  }

  .l-home-pickup__heading .-prefix {
      left: 0;
      top: -8px;
      right: auto
  }

  .l-home-pickup__heading .-prefix>img {
      width: 50%
  }

  .l-home-pickup-items {
      display: block;
      width: 100%;
      margin: 0
  }

  .l-home-pickup-item {
      width: 100%;
      margin: 0 0 20px
  }

  .l-home-chirashi {
      padding: 20px
  }

  .l-home-chirashi img {
      width: 100%;
      height: auto
  }

  .l-homestore {
      margin-top: 72px
  }

  .l-store-banner-item {
      width: 100%;
      margin-bottom: 10px
  }

  .l-store-recommend-list__item {
      width: 100%
  }

  .l-store-voice-list__item {
      width: 100%
  }

  .l-store-voice-list__content {
      display: block;
      padding-top: 28px
  }

  .l-store-voice-list__thumb {
      width: 100%;
      display: block;
      text-align: center
  }

  .l-store-voice-list-info {
      width: 100%;
      margin-left: 0
  }

  .l-store-voice-list-info__label {
      position: absolute;
      top: 0
  }

  .l-store-voice-list-info__title {
      margin: 20px 0 0;
      padding: 5px
  }

  .l-store-staff-message__comment {
      flex-wrap: wrap
  }

  .l-store-staff-message__thumb {
      width: 100%;
      text-align: center
  }

  .l-store-staff-list__item {
      width: calc( 50% - 5px);
      text-align: center
  }

  .l-store-staff-list__thumb:before {
      content: "";
      display: block;
      padding-top: 100%
  }

  .l-store-staff-list__thumb .-product {
      max-width: 100%;
      max-height: auto;
      min-width: 100%;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      -o-object-fit: cover;
      object-fit: cover
  }

  .l-store-c-btn-list a {
      width: 100%
  }

  .c-breadclumbs {
      margin-bottom: 0;
      padding: 19px 13px 15px 13px
  }

  .c-breadclumbs a,.c-breadclumbs span {
      color: #a5a5a5
  }

  .c-breadclumbs a {
      color: #a5a5a5
  }

  .c-breadclumbs a:visited {
      color: #989898
  }

  .c-btn>img {
      width: 20px;
      margin: 0 7px 0 0;
      vertical-align: middle
  }

  .c-btn-secondary>img {
      width: 20px;
      vertical-align: middle
  }

  .c-btn-secondary>.icon-font:not(.icon-right) {
      display: none
  }

  .c-btn-success>img {
      width: 20px;
      vertical-align: middle
  }

  .c-btn-info>img {
      width: 20px;
      vertical-align: middle
  }

  .c-btn-info>.icon-font:not(.icon-right) {
      display: none
  }

  .c-btn-info:after {
      content: ''
  }

  .c-btn-link {
      padding-right: 27px !important;
      padding-left: 27px !important
  }

  .c-btn-link:after {
      right: 11.5px
  }

  .c-btn-inspection>img {
      width: 20px;
      vertical-align: middle
  }

  .c-btn-inspection>.icon-font:not(.icon-right) {
      display: none
  }

  .c-btn-lg {
      height: 60px;
      padding-top: 20px;
      padding-right: 5px;
      padding-bottom: 20px;
      padding-left: 5px;
      font-size: 1.5rem;
      line-height: 1.5;
      letter-spacing: 0.01rem
  }

  .c-btn-md {
      font-size: 1.5rem;
      line-height: 1.5;
      letter-spacing: 0.01rem
  }

  .c-btn-st {
      height: 50px;
      width: 50%;
      padding-top: 20px;
      padding-right: 5px;
      padding-bottom: 20px;
      padding-left: 5px;
      font-size: 1.5rem;
      line-height: 1.5;
      letter-spacing: 0.01rem
  }

  .c-btn-half {
      height: 50px;
      width: 50%
  }

  .c-btn-left {
      padding-left: 18px !important
  }

  .c-btn-line {
      font-size: 1.2rem
  }

  .c-btn-group {
      margin-bottom: 10px
  }

  .c-btn-group>.c-btn.c-btn-lg {
      font-size: 1.4rem
  }

  .c-btn-group>.c-btn.c-btn-md {
      font-size: 1.4rem
  }

  .c-btn-group>.c-btn.c-btn-st {
      font-size: 1.4rem
  }

  .c-btn-group>.c-btn.c-btn-half {
      font-size: 1.4rem
  }

  .c-btn-group>.c-btn.modal_group.c-btn-st {
      font-size: 1rem
  }

  .c-btn-group>.c-btn.modal_group.c-btn-half {
      font-size: 1rem
  }

  .c-btn-group>.c-btn.c-btn-line {
      text-align: center;
      margin-right: 5px;
      margin-left: 5px;
      font-size: 3vw;
      padding-left: 10px
  }

  .c-btn-list-space {
      margin: 40px 12.5px 20px
  }

  .c-btn-list>.c-btn {
      width: 100%
  }

  .c-checkbox {
      -webkit-box-align: start;
      align-items: flex-start;
      line-height: 1.8
  }

  .c-checkbox__input {
      width: 18px;
      height: 18px;
      min-width: 18px;
      min-height: 18px
  }

  .c-checkbox__input:before {
      width: 6px;
      left: calc(50% - 6px)
  }

  .c-checkbox__input:after {
      width: 10px;
      left: calc(50% - 3px)
  }

  .c-checkbox-list__items {
      padding: 0;
      margin-bottom: 30px
  }

  .c-checkbox-list__item {
      width: calc(50% - 26px);
      padding: 8px 12px;
      border-bottom: 1px solid #707070
  }

  .c-checkbox-list__item:first-child {
      border-top: 1px solid #707070
  }

  .c-checkbox-list__item:nth-child(2) {
      border-top: 1px solid #707070
  }

  .c-checkbox-list__item:nth-child(odd) {
      border-right: 1px solid #707070;
      border-left: 1px solid #707070
  }

  .c-checkbox-list__item:nth-child(even) {
      border-right: 1px solid #707070;
      border-left: 0
  }

  input[type='text'],input[type='email'],input[type='password'],input[type='tel'],input[type='number'],textarea {
      height: 50px;
      padding: 18px 15px;
      font-size: 1.6rem
  }

  textarea {
      height: 200px;
      padding: 18px 15px
  }

  .wp-block h1.rich-text,h1:not([class]),h1[class^='has-text-align-'] {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
      padding: 10.5px 12.5px 10.5px 22.5px
  }

  .wp-block h1.rich-text:before,h1:not([class]):before,h1[class^='has-text-align-']:before {
      left: 10px;
      width: 2px;
      height: 15px
  }

  .wp-block h2.rich-text,h2:not([class]),h2[class^='has-text-align-'] {
      font-size: 1.7rem;
      padding: 14.5px 70px 12px 12.5px
  }

  .wp-block h2.rich-text:after,h2:not([class]):after,h2[class^='has-text-align-']:after {
      right: 11.5px;
      bottom: 10px;
      width: 67px;
      height: 61px;
      background-size: 67px 61px
  }

  .wp-block h3.rich-text,h3:not([class]),h3[class^='has-text-align-'] {
      font-size: 1.6rem;
      margin-bottom: 15px;
      padding: 11.5px 11.5px 11.5px 11.5px
  }

  .wp-block h5.rich-text,h5:not([class]),h5[class^='has-text-align-'] {
      font-size: 1.4rem;
      line-height: 1.4;
      padding: 8px 11.5px 8px 11.5px
  }

  .wp-block h6.rich-text,h6:not([class]),h6[class^='has-text-align-'] {
      font-size: 1.4rem;
      line-height: 1.4;
      padding: 8px 11.5px 8px 11.5px
  }

  .c-heading-lv2 {
      font-size: 1.7rem;
      line-height: 1;
      margin-bottom: 15px;
      padding: 15px 24px 15px 24px
  }

  .c-heading-primary {
      font-size: 2.1rem;
      padding: 10px 11.5px 9px 11.5px
  }

  .c-heading-info {
      font-size: 1.6rem;
      padding: 10px 3.5px 9px 3.5px
  }

  .c-heading-warning {
      font-size: 1.6rem;
      padding: 14.5px 9px 12px 60px
  }

  .c-heading-warning:before {
      top: 7px;
      bottom: auto;
      left: 9px;
      width: 40px;
      height: 35px;
      background-size: 40px 35px
  }

  .c-heading-point {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px;
      margin-left: 0
  }

  .c-heading-point-group {
      margin-right: 0;
      margin-left: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column
  }

  .c-heading-point__header {
      padding: 7px 10px 7px 10px;
      font-size: 1.4rem
  }

  .c-heading-point__content {
      padding: 18px 10px;
      min-height: 60px;
      box-sizing: border-box
  }

  .c-input-group__btn {
      width: 50px;
      height: 50px
  }

  .wp-block ol.rich-text li:not([class]),ol:not([class]) li:not([class]) {
      font-size: 1.4rem
  }

  .wp-block ol.rich-text li:not([class]):before,ol:not([class]) li:not([class]):before {
      font-size: 1.9rem;
      margin-right: 2px
  }

  .c-list.-horizontal .c-list-child__items {
      border-top: 1px solid #a5a5a5
  }

  .c-list__label {
      text-align: left;
      font-size: 1.3rem
  }

  .c-list-child__items {
      border-top: 0;
      border-right: 1px solid #a5a5a5;
      border-left: 1px solid #a5a5a5;
      border-bottom: 0
  }

  .c-list-child__item a {
      padding: 12.5px 32.5px 12.5px 14px;
      font-size: 1.3rem;
      text-decoration: none;
      border-bottom: 1px solid #a5a5a5
  }

  .c-list-child__item a:after {
      position: absolute;
      content: '\EA11';
      font-family: "icon-font";
      font-weight: 900;
      top: 50%;
      right: 11.5px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #d8d8d8;
      font-size: 1.15rem
  }

  .c-list-links {
      margin-bottom: 20px;
      border-top: 1px solid #a5a5a5;
      border-right: 1px solid #a5a5a5;
      border-left: 1px solid #a5a5a5
  }

  .c-list-links a {
      width: 100%;
      margin: 0;
      padding: 12.5px 32.5px 12.5px 14px;
      font-size: 1.3rem;
      text-decoration: none;
      border-bottom: 1px solid #a5a5a5
  }

  .c-list-links a:after {
      position: absolute;
      content: '\EA11';
      font-family: "icon-font";
      font-weight: 900;
      top: 50%;
      right: 11.5px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #d8d8d8;
      font-size: 1.15rem
  }

  .c-modal__overlay {
      z-index: 4
  }

  .c-navList {
      border-right: none;
      border-left: none
  }

  .c-navList__item .-in_link {
      text-align: left
  }

  .c-navList__item .-in_link a {
      display: block
  }

  .c-navList-grandchild {
      padding: 12px;
      background-color: #f0fbff
  }

  .c-navList-grandchild__items {
      display: block
  }

  .c-navList-grandchild__list {
      margin-right: 0;
      min-width: 100%;
      max-width: 100%;
      width: 100%
  }

  .c-navList-grandchild__list .strlist dt {
      padding: 10px 5px
  }

  .c-navList-grandchild__list .strlist dd {
      width: calc( 100% - 40px)
  }

  .c-navList-grandchild__item {
      padding: 20px 0
  }

  .c-navList-grandchild__item a {
      padding: 10px 5px;
      margin-right: 10px
  }

  .c-navSubList {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 35px
  }

  .c-navSubList-child__item a {
      padding: 12.5px 32.5px 12.5px 22px
  }

  .c-navSubList-child__item a:after {
      right: 11.5px;
      font-size: 1.15rem
  }

  .c-navProduct {
      max-width: 100%;
      min-width: auto
  }

  .c-navProduct ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column
  }

  .c-navProduct ul li {
      width: 100%;
      border-right: none;
      margin-bottom: -1px
  }

  .c-navProduct ul li a {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      justify-content: space-between;
      width: 100%;
      height: auto;
      padding: 20px 20px
  }

  .c-navProduct ul li a:before {
      content: '';
      position: absolute;
      z-index: 1;
      right: 20px;
      bottom: 0;
      left: 20px;
      background-color: #fff;
      width: calc(100% - 40px);
      height: 3px
  }

  .c-navProduct ul li a .-icon {
      width: 22px;
      height: auto
  }

  .c-navProduct ul li a .-icon img {
      width: auto;
      height: auto
  }

  .c-navProduct ul li a .-name {
      margin-right: auto;
      font-size: 1.6rem
  }

  .c-navProduct ul li a .-recommend {
      display: none
  }

  .c-navProduct ul li a .-arrow {
      display: block;
      width: 20px;
      height: 20px;
      margin-left: auto;
      padding: 4px 6px;
      font-size: 1rem;
      line-height: 1;
      text-align: center;
      box-sizing: border-box;
      color: #0096cf;
      background-color: #fff
  }

  .c-navProduct ul li a .-arrow .icon-font:before {
      line-height: 1.3
  }

  .c-navProduct ul li a .-icon {
      margin-right: 10px
  }

  .c-navNum__item {
      flex-basis: calc(50% - 7px);
      margin-right: 3.5px;
      margin-left: 3.5px;
      margin-bottom: 7px;
      padding: 14px 15px 37px 15px;
      border-radius: 5px
  }

  .c-navNum__item.-last {
      margin-left: 0;
      margin-right: 0;
      padding: 0 10px
  }

  .c-navNum__item:after {
      border-top: 9px solid #fff;
      border-right: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid transparent;
      bottom: 0
  }

  .c-navNum__item .-num {
      font-size: 1.2rem;
      margin-bottom: 4px
  }

  .c-navNum__item .-title {
      font-size: 1.5rem;
      letter-spacing: 0.01rem
  }

  .c-navLink__items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column
  }

  .c-navLink__item {
      font-size: 3rem;
      border-radius: 30px;
      flex-basis: 100%;
      margin-bottom: 20px
  }

  .p-sitemap-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column
  }

  .p-sitemap-nav>ul {
      width: 100%
  }

  .p-sitemap-nav__item {
      font-size: 1.6rem
  }

  .p-sitemap-nav__childItem {
      font-size: 1.6rem
  }

  .c-pagination {
      margin: 15px 0
  }

  .c-pagination a {
      font-size: 1.55rem;
      line-height: 1.1;
      min-width: 35px;
      height: 35px;
      padding: 7px 3.5px 5px 6px
  }

  .c-pagination a.-prev {
      display: none
  }

  .c-pagination a.-next {
      display: none
  }

  .mwform-radio-field input[type='radio']+.mwform-radio-field-text,.c-radio input[type='radio']+.mwform-radio-field-text,.mwform-radio-field input[type='radio']+label,.c-radio input[type='radio']+label {
      font-size: 1.3rem
  }

  .c-radio-group .c-radio {
      margin-bottom: 12px
  }

  .c-table.th-v td:first-child,.c-table tr th {
      padding: 10px 10px
  }

  .c-table.-wide {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch
  }

  .c-table.-wide td {
      min-width: auto
  }

  .c-table tr {
      font-size: 1.2rem;
      border: 1px solid #0da4ea
  }

  .c-table tr th {
      min-width: 35px
  }

  .c-table tr td {
      min-width: 50px;
      padding: 10px 10px 10px 15px
  }

  .c-tab {
      width: calc(50% - 7px);
      font-size: 1.3rem;
      padding: 13.5px 5px;
      border: 1.5px solid #b0b0b0
  }

  .c-tag {
      font-size: 1.6rem;
      padding: 3px 15px
  }

  .p-about-section {
      padding: 12.5px
  }

  .p-about-map iframe {
      height: 280px
  }

  .p-about__aboutLink li {
      width: calc( 50% - 10px)
  }

  .p-about__aboutLink li p {
      display: none
  }

  .p-about__aboutLink li a {
      display: block;
      height: auto;
      padding: 10px 0;
      text-align: center;
      padding: 5px 0 0
  }

  .p-about__aboutLink li a .-icon {
      display: block;
      width: 100%
  }

  .p-about__aboutLink li a .-icon img {
      height: 40px
  }

  .p-about__aboutLink li a .-name {
      font-size: 1rem
  }

  .p-about__aboutLink li a .-arrow {
      background: none;
      margin: 0 auto
  }

  .p-about__aboutLink li a:before {
      width: 0;
      height: 0
  }

  .p-area {
      margin-top: 70px;
      padding: 50px 20px 5px
  }

  .p-area-heading {
      max-width: 100%
  }

  .p-area-nav {
      display: none
  }

  .p-area-list__card {
      width: 100%;
      padding: 15px 15px;
      height: auto;
      display: block
  }

  .p-area-list__card .-title {
      font-size: 1.6rem
  }

  .p-area-list__card p {
      font-size: 1.5rem
  }

  .p-area-list__card .p-exploreList-item__img {
      width: 100%
  }

  .p-area-list__card_area {
      width: 100%;
      padding: 15px 15px;
      height: auto;
      display: block
  }

  .p-area-list__card_area .-title {
      font-size: 1.6rem
  }

  .p-area-list__card_area p {
      font-size: 1.5rem
  }

  .p-area-list__card_area .p-exploreList-item__img {
      width: 100%
  }

  .p-banner {
      margin: 20px auto 20px
  }

  .p-banner__items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      padding: 0 25px
  }

  .p-banner__item.-half {
      width: 100%
  }

  .p-blog-section {
      padding: 12.5px
  }

  .p-blog-section-board {
      margin: 0 -12.5px
  }

  .p-blog-item {
      margin-bottom: 40px;
      padding: 19.5px;
      font-size: 1.3rem;
      border-top: 5px solid #0081b2
  }

  .p-blog-item__link:after {
      width: 20px;
      height: 20px;
      padding: 6px 7px;
      font-size: 1rem
  }

  .p-blog-item__header {
      padding: 7.5px 0;
      margin-bottom: 11px
  }

  .p-blog-item__date {
      font-size: 1.65rem
  }

  .p-blog-item__category {
      font-size: 1.3rem;
      padding: 5.5px 5px
  }

  .p-blog-item__store {
      font-size: 1.3rem;
      padding: 5.5px 5px
  }

  .p-blog-item__title {
      font-size: 1.7rem;
      margin: 9px 0 20px
  }

  .p-blog-item__body {
      font-size: 1.3rem;
      padding: 12.5px 12.5px 12.5px
  }

  .p-case-section {
      margin-bottom: 40px;
      padding: 12.5px
  }

  .p-case-section__heading {
      font-size: 1.6rem;
      margin: 34px auto 14px;
      padding: 0 66px
  }

  .p-case-section__heading:before {
      width: calc(147px / 2);
      height: calc(98px / 2);
      left: -5px
  }

  .p-case-section__heading:after {
      width: calc(128px / 2);
      height: calc(62px / 2);
      right: 0
  }

  .p-case__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 25px;
      padding: 20px 10px 30px;
      border: 2px solid #00a0e9
  }

  .p-case__item:after {
      width: 20px;
      height: 20px;
      padding: 6px 7px;
      font-size: 1rem
  }

  .p-case__left {
      margin-right: 0;
      margin-bottom: 10px
  }

  .p-case__title {
      font-size: 1.4rem;
      padding-bottom: 7.5px
  }

  .p-case__desc {
      font-size: 1.25rem;
      text-decoration: none;
  }

  .p-case__img {
      margin-top: 15px
  }

  .p-case__img.-large .-before {
      width: calc(50% - 15px);
      padding-top: 62%
  }

  .p-case__img.-large .-before:before {
      bottom: 2px;
      right: 2px;
      width: 69%;
      height: 34%
  }

  .p-case__img.-large .-before:after {
      right: -56px
  }

  .p-case__img.-large .-after {
      width: calc(50% - 15px);
      padding-top: 62%
  }

  .p-case__img.-large .-after:before {
      bottom: 2px;
      right: 2px;
      width: 69%;
      height: 34%
  }

  .p-case__img .-before:before {
      bottom: 1px;
      right: 1px;
      width: 70%;
      height: 34%
  }

  .p-case__img .-after:before {
      bottom: 2px;
      right: 3px;
      width: 69%;
      height: 34%
  }

  .p-case-voice__items {
      padding: 12px
  }

  .p-case-voice__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 25px;
      padding: 22.5px 12.5px 30px
  }

  .p-case-voice__item:last-child {
      margin-bottom: 0
  }

  .p-case-voice__item:after {
      width: 20px;
      height: 20px;
      padding: 5px 7px;
      font-size: 1rem
  }

  .p-case-voice__title {
      font-size: 1.6rem
  }

  .p-case-voice__desc {
      font-size: 1.25rem
  }

  .p-case-voice__img img {
      align-self: flex-start
  }

  .p-case-voice__img img {
      width: 50%
  }

  .p-case-voice__img .-text {
      margin-left: 15px;
      display: block
  }

  .p-contact__tops {
      margin-bottom: 26px;
      position: relative
  }

  .p-contact__tops-sougou {
      position: absolute;
      width: 70%;
      top: 25%;
      left: 15%
  }

  .p-contact__tops-kanto {
      position: absolute;
      width: 50%;
      top: 35%;
      left: 25%
  }

  .p-contact__tops-kansai {
      position: absolute;
      width: 50%;
      top: 47%;
      left: 25%
  }

  .p-contact__tops-tokai {
      position: absolute;
      width: 50%;
      top: 59%;
      left: 25%
  }

  .p-contact__tops-kyushu {
      position: absolute;
      width: 50%;
      top: 71%;
      left: 25%
  }

  .p-contact__message {
      margin: 10px;
      padding: 22.5px 20px
  }

  .p-contact__message p {
      font-size: 1.3rem
  }

  .p-contact__content {
      padding: 10px 10px 20px 10px;
      margin-bottom: 50px
  }

  .p-contact__headline {
      margin-bottom: 10px;
      font-size: 1.5rem
  }

  .p-contact__board {
      padding: 16px 15px
  }

  .p-contact-form__tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column
  }

  .p-contact-form__th {
      width: 100%;
      padding: 12px 12px;
      font-size: 1.3rem
  }

  .p-contact-form__td {
      width: 100%;
      padding: 17px 12px
  }

  .p-contact-form__td .-text {
      font-size: 1.3rem
  }

  .p-inspection__tops img.-mainvisual {
      width: 90%
  }

  .p-inspection__tops .no_hours p {
      font-size: 1.5rem
  }

  .p-inspection__tops {
      margin-bottom: 26px;
      position: relative
  }

  .p-inspection__tops-kanto {
      position: absolute;
      width: 50%;
      top: 35%;
      left: 25%
  }

  .p-inspection__tops-kansai {
      position: absolute;
      width: 50%;
      top: 47%;
      left: 25%
  }

  .p-inspection__tops-tokai {
      position: absolute;
      width: 50%;
      top: 59%;
      left: 25%
  }

  .p-inspection__tops-kyushu {
      position: absolute;
      width: 50%;
      top: 71%;
      left: 25%
  }

  .p-inspection__info p {
      font-size: 1.4rem
  }

  .p-inspection__info .caution {
      display: none
  }

  .p-inspection__content__item .itemchoice {
      font-size: 1.5rem;
      padding: 5px 0px;
      width: 100%;
      letter-spacing: 0.05rem;
      margin-bottom: 10px
  }

  .p-inspection__content__item .itemchoice input[type=radio] {
      vertical-align: -0.3rem
  }

  .p-inspection__content_itemchoice_items>span {
      display: block;
      padding: 2px 0 2px 2px;
      width: calc( 50% - 4px);
      float: left
  }

  .p-inspection__content_itemchoice_items>span label {
      display: -webkit-box;
      display: flex
  }

  .p-inspection__content__parts dd input[type=text] {
      width: 100%
  }

  .p-inspection__content__parts dd input[type=text].p-postal-code {
      width: 50%
  }

  .p-inspection__content__parts dd input[type=text].l_place {
      font-size: 1.2rem
  }

  .p-inspection__content__parts dd.hope_date_val {
      -webkit-box-pack: justify;
      justify-content: space-between
  }

  .p-inspection__content__parts dd.hope_date_val>span {
      width: calc( 50% - 10px);
      margin-right: 0;
      margin-bottom: 20px
  }

  .p-inspection__content {
      padding: 10px 10px 20px 10px;
      margin-bottom: 50px
  }

  .p-inspection-form__submit button {
      width: 50%
  }

  .p-inspection__sns__content {
      display: block;
      padding: 12px
  }

  .p-inspection__sns__content img.line_qr {
      display: none
  }

  .p-inspection__sns__info {
      padding: 0 0 22px
  }

  .p-inspection__sns__info span {
      padding: 12px 0 0;
      display: block
  }

  .p-inspection__sns .sp_line {
      display: block;
      margin: 10px 0;
      text-align: center
  }

  .p-exploreList-section {
      margin-bottom: 40px
  }

  .p-exploreList-section__headline {
      padding: 0 12.5px
  }

  .p-exploreList-field {
      padding: 0 12.5px
  }

  .p-exploreList-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      padding: 10px 10px 30px 10px;
      font-size: 1.3rem
  }

  .p-exploreList-item__img {
      width: 100%;
      padding-top: 65%
  }

  .p-exploreList-item__body {
      margin-left: 0
  }

  .p-exploreList-item__link:after {
      width: 20px;
      height: 20px;
      padding: 6px 7px;
      font-size: 1rem
  }

  .p-explore-tops {
      margin-bottom: 45px
  }

  .p-explore-tops__head {
      margin-top: -30px;
      padding: 15px 54px 15px 15px
  }

  .p-explore-tops .-text {
      font-size: 1.5rem;
      text-align: left
  }

  .p-explore-tops .-suffix {
      right: 15px;
      width: 45px
  }

  .p-explore-section {
      margin-bottom: 40px
  }

  .p-explore-section__headline {
      padding: 12.5px
  }

  .p-explore-section__headline h1 {
      margin-bottom: 0
  }

  .p-explore-field {
      margin-top: 0;
      padding: 0
  }

  .p-explore-field.-space {
      margin-top: 30px;
      padding: 0
  }

  .p-explore-field__actions {
      margin-top: 45px;
      padding: 0 40px
  }

  .p-explore-type-section {
      margin-bottom: 40px
  }

  .p-explore-type-section__headline {
      padding: 0 12.5px
  }

  .p-explore-type-field {
      padding: 0 12.5px
  }

  .p-explore-tabs {
      padding: 0 10px 0 10px
  }

  .p-explore-tabs__tab {
      font-size: 1.3rem;
      line-height: 2;
      padding: 9.5px 5px
  }

  .p-explore-tabs__tab .-on {
      width: 15px
  }

  .p-explore-tabs__tab .-off {
      width: 15px
  }

  .p-explore-tabs-content {
      padding: 0 10px 0 10px
  }

  .p-explore-tabs-content__nav {
      flex-wrap: wrap;
      margin-bottom: 20px;
      padding: 12.5px 7.5px 2.5px 7.5px
  }

  .p-explore-tabs-content__nav a {
      width: 35%;
      -webkit-box-flex: 1;
      flex: auto;
      padding: 7.5px 12.5px 17.5px 12.5px;
      margin: 0 7.5px 10px;
      font-size: 1.2rem
  }

  .p-explore-tabs-content__nav a:after {
      border-top: 9px solid #0081b2;
      border-right: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid transparent;
      bottom: -15px
  }

  .p-flow-section {
      padding: 12.5px
  }

  .p-flow-items {
      margin-right: -12.5px;
      margin-left: -12.5px;
      margin-bottom: 0;
      padding: 18px 20px 25px
  }

  .p-flow-item {
      margin-bottom: 35px;
      padding-bottom: 30px
  }

  .p-flow-item:after {
      bottom: -15px;
      width: 43.5px;
      height: 28.5px
  }

  .p-flow-item__header {
      font-size: 1.6rem;
      padding: 14px 52px 14px 72px
  }

  .p-flow-item__header .-prefix {
      top: -5px;
      left: 10px;
      width: 52.5px;
      height: 52.5px
  }

  .p-flow-item__body {
      display: block;
      padding: 20px 20px 10px 20px
  }

  .p-flow-item__body .-left {
      margin-right: 0;
      margin-bottom: 20px
  }

  .p-flow-item__img {
      overflow: hidden;
      height: 110px
  }

  .p-flow-item__img img {
      margin-top: -10px
  }

  .p-flow-item__text {
      font-size: 1.3rem
  }

  .p-flow-item__text .-phone {
      display: block
  }

  .p-flow-item__action {
      padding: 0 20px 0 20px
  }

  .p-guide {
      margin: 0;
      padding: 20px 10px;
      border: none
  }

  .p-guide--kyutouki {
      margin-top: 30px
  }

  .p-guide--bg {
      margin-bottom: 45px
  }

  .p-guide--block {
      margin: 0;
      padding: 0
  }

  .p-guide__heading {
      font-size: 6vw;
      padding: 5px 50px 5px 0
  }

  .p-guide__heading:after {
      bottom: 0;
      right: 0;
      width: 54.5px;
      height: 52px
  }

  .p-guide__heading--kyutouki {
      position: absolute;
      top: -10px;
      left: 50%;
      margin: 0px auto;
      padding: 0px 10px 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%)
  }

  .p-guide__heading--kyutouki img {
      max-width: 300px
  }

  .p-guide__box {
      padding: 5px 20px 5px 20px;
      margin-bottom: 5px
  }

  .p-guide__text {
      font-size: 3vw
  }

  .p-guide__text--hours {
      font-size: 1.6rem
  }

  .p-guide-bottom p {
      text-align: left
  }

  .p-guide-bottom p br {
      display: none
  }

  .p-guide-bottom__box {
      -webkit-box-pack: justify;
      justify-content: space-between
  }

  .p-guide-bottom__image {
      max-width: 166px;
      margin-right: 15px
  }

  .p-guide-bottom__message {
      max-width: 200px;
      padding: 8px 10px 10px 10px;
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 1.4;
      border-radius: 10px
  }

  .p-guide-bottom__message:after {
      right: -8px;
      bottom: -30px
  }

  .p-header {
      border-top: 12px solid #00adef;
      min-width: 100%;
      padding: 0
  }

  .p-header-headline__store {
      font-size: 1.2rem
  }

  .p-header-nav-child__items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      margin-bottom: 0;
      padding: 20px;
      background-color: #fff
  }

  .p-header-nav-child__item {
      padding: 0;
      margin: 0;
      border-top: 2px solid #00adef;
      border-right: 2px solid #00adef;
      border-left: 2px solid #00adef
  }

  .p-header-nav-child__item:last-child {
      border-bottom: 2px solid #00adef
  }

  .p-header-nav-child__item:before {
      padding: 18px 20px
  }

  .p-header-nav-child__item:before {
      margin-top: 0
  }

  .p-header-nav-child__item a {
      display: block;
      padding: 15px 10px 15px 35px;
      background: #fff
  }

  .p-header-sp__logo {
      margin-right: 3px
  }

  .p-header-sp-menu__overlay {
      z-index: 4
  }

  .footer_menu {
      position: fixed;
      bottom: 0;
      z-index: 3;
      display: -webkit-box;
      display: flex;
      width: 100%
  }

  .footer_menu a {
      width: 33.3333333%
  }

  .footer_menu a img {
      width: 100%
  }

  .p-footer {
      display: none;
      min-width: 100%
  }

  .p-footer--sp {
      display: block
  }

  .p-hero {
      min-width: 100%;
      padding: 0;
      background: none
  }

  .p-hero-emergency_link {
      width: 95%;
      margin: 10px auto;
      font-size: 1.2rem;
      border-radius: 30px
  }

  .p-hero-emergency-notice {
      width: 95%;
      margin: 10px auto
  }

  .p-news-section {
      padding: 12.5px
  }

  .p-news-section-board {
      margin: 0 -12.5px
  }

  .p-news-item {
      padding: 20.5px;
      font-size: 1.3rem
  }

  .p-news-item__link:after {
      width: 20px;
      height: 20px;
      padding: 6px 7px;
      font-size: 1rem
  }

  .p-news-item__inner {
      padding: 12.5px 12.5px 12.5px
  }

  .p-news-item__header {
      padding: 7.5px 0;
      margin-bottom: 11px
  }

  .p-news-item__date {
      font-size: 1.65rem
  }

  .p-news-item__category {
      font-size: 1.3rem;
      padding: 5.5px 5px
  }

  .p-news-item__store {
      font-size: 1.3rem;
      padding: 5.5px 5px
  }

  .p-news-item__body {
      font-size: 1.3rem
  }

  .p-partnership__tops {
      margin-bottom: 26px
  }

  .p-partnership__message {
      margin: 40px 0;
      padding: 22.5px 20px
  }

  .p-partnership__message p {
      font-size: 1.3rem
  }

  .p-partnership__message .-tel {
      font-size: 2.3rem
  }

  .p-partnership__message .-suffix {
      right: 20px
  }

  .p-partnership__message .-suffix img {
      width: 55px
  }

  .p-partnership-section {
      margin-top: 60px
  }

  .p-partnership-list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      margin-top: 20px;
      margin-bottom: 20px
  }

  .p-partnership-list-item__left p {
      font-size: 1.3rem
  }

  .p-partnership-list-item__title {
      font-size: 1.4rem
  }

  .p-partnership-list-item__title .-number {
      font-size: 1.9rem;
      margin-right: 2px
  }

  .p-partnership-list-item__img figure {
      width: 100%;
      padding-top: 40%;
      margin-left: 0
  }

  .p-partnership-flow-list {
      margin-bottom: 45px
  }

  .p-partnership-flow-list-item {
      padding: 16px 12.5px
  }

  .p-partnership-flow-list-item:after {
      width: 7px
  }

  .p-partnership-flow-bottom {
      margin: 0 -12.5px 70px
  }

  .p-partnership-flow-bottom__img figure {
      padding-top: 50%
  }

  .p-partnership-flow-bottom__action {
      padding: 12.5px 25px
  }

  .p-product-page__tops {
      height: calc(365px / 2);
      padding: 45px 40px 45px 25px
  }

  .p-product-page__tops .-prefix {
      left: 15px;
      bottom: -13px;
      width: calc(113px / 2)
  }

  .p-product-page__tops .-suffix.-oblong {
      width: 85px;
      bottom: 20px;
      right: 45px
  }

  .p-product-page__tops .-recommend {
      left: 12px;
      top: 10px;
      width: 41.5px
  }

  .p-product-page__tops .-title {
      padding: 0 70px 0 0;
      font-size: 4.2rem;
      text-align: left
  }

  .p-product-page__tops .-other {
      width: 80px
  }

  .p-product-page__heading01 {
      font-size: 1.4rem
  }

  .p-product-page__heading01:before,.p-product-page__heading01:after {
      width: calc(20px / 2);
      height: calc(35px / 2);
      bottom: 7px
  }

  .p-product-page__heading01:before {
      left: -7px
  }

  .p-product-page__heading01:after {
      right: -7px
  }

  .p-product-page-new__tops {
      height: auto;
      padding: 5px
  }

  .p-product-page-new__tops .-prefix {
      left: 15px;
      bottom: -13px;
      width: 113px;
      vertical-align: middle
  }

  .p-product-page-new__tops .-swiper-image {
      width: 100%
  }

  .p-product-page-new__tops .-suffix.-oblong {
      width: 85px;
      bottom: 20px;
      right: 45px
  }

  .p-product-page-new__tops .-recommend {
      left: 12px;
      top: 10px;
      width: 41.5px
  }

  .p-product-page-new__tops .-title {
      padding: 0;
      font-size: 3.2rem;
      text-align: left
  }

  .p-product-page-new__tops .-other {
      width: 80px
  }

  .p-product-page-new__tops__list-item-detail .-price span {
      font-size: 1rem
  }

  .p-product-page-new__tops__list-item-detail .-price .-price-base {
      font-size: 1.4rem
  }

  .p-product-page-new__tops.-conro .-title {
      display: -webkit-box;
      display: flex;
      font-size: 2.8rem
  }

  .p-product-page-new__tops.-conro .-title span {
      font-size: 2.8rem
  }

  .p-product-page-new__tops.-range_hood .-title {
      display: -webkit-box;
      display: flex;
      font-size: 2.8rem
  }

  .p-product-page-new__tops.-range_hood .-title span {
      font-size: 3.4rem
  }

  .p-product-page-new__tops.-ecocute .-title {
      display: -webkit-box;
      display: flex;
      font-size: 2.8rem
  }

  .p-product-page-new__tops.-ecocute .-title span {
      font-size: 2.8rem
  }

  .p-product-top-search {
      width: calc( 100% - 20px);
      margin: auto
  }

  .p-product-top-search__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-search__title .-title-icon {
      vertical-align: middle
  }

  .p-product-top-search__items h4 {
      font-size: 1.8rem;
      padding: 10px 14px;
      margin-bottom: 5px
  }

  .p-product-top-search__item:nth-child(2n+1) {
      border-left: none
  }

  .p-product-top-search__item:nth-child(n+4) {
      border-top: none
  }

  .p-product-top-search__item {
      box-sizing: border-box;
      padding: 10px;
      width: 50%
  }

  .p-product-top-search__item .c-checkbox {
      -webkit-box-align: center;
      align-items: center;
      font-size: 1.2rem
  }

  .p-product-top-search__item.-place {
      width: 50%
  }

  .p-product-top-search__item.-place:nth-child(2) {
      border-right: solid 1px #b0b0b0;
      border-bottom: solid 1px #b0b0b0
  }

  .p-product-top-search__item.-place:nth-child(3) {
      border-bottom: solid 1px #b0b0b0
  }

  .p-product-top-search__item.-place:nth-child(4) {
      border-right: solid 1px #b0b0b0
  }

  .p-product-top-search__item.-place .c-checkbox {
      -webkit-box-align: normal;
      align-items: normal;
      font-size: 1.4rem
  }

  .p-product-top-search__item.-place .c-checkbox__input {
      top: 2px
  }

  .p-product-top-search__detail {
      flex-wrap: wrap;
      height: auto;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center
  }

  .p-product-top-search__detail .-image {
      width: 40%
  }

  .p-product-top-search__detail p {
      width: 100%;
      font-size: 1.15rem
  }

  .p-product-top-search__detail a {
      height: 20px
  }

  .p-product-top-exchange_time {
      width: calc( 100% - 20px);
      margin: 30px auto
  }

  .p-product-top-exchange_time__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-exchange_time__title .-title-icon {
      vertical-align: middle
  }

  .p-product-top-exchange_time__button {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 14px 0;
      text-align: center;
      font-size: 1.5rem
  }

  .p-product-top-exchange_time__value__title {
      font-size: 7.5vw;
      margin-bottom: 20px
  }

  .p-product-top-exchange_time__value p {
      text-align: left;
      font-size: 1.35rem
  }

  .p-product-top-exchange_time__items {
      -webkit-box-pack: center;
      justify-content: center
  }

  .p-product-top-exchange_time__item {
      width: 80%
  }

  .p-product-top-recommend_point__title {
      font-size: 7.5vw;
      margin-bottom: 20px
  }

  .p-product-top-recommend_point__item {
      width: 90%;
      margin: 0 auto 20px
  }

  .p-product-top-recommend_point__item ul {
      min-height: auto
  }

  .p-product-top-recommend_point__item ul li {
      font-size: 1.6rem
  }

  .p-product-top-recommend_point__button {
      margin: 0 auto;
      padding-left: 35px !important;
      width: 90%;
      text-align: center;
      height: auto;
      font-size: 1.6rem
  }

  .p-product-top-inspection img {
      width: calc( 100% - 20px)
  }

  .p-product-top-bottom {
      width: calc( 100% - 20px)
  }

  .p-product-top-bottom_range_hood__message {
      max-width: 100%;
      width: 100%;
      margin-bottom: 5px
  }

  .p-product-top-bottom_range_hood__message:after {
      bottom: 0;
      top: 10px
  }

  .p-product-top-bottom_ecocute__message {
      max-width: 100%;
      width: 100%;
      margin-bottom: 5px
  }

  .p-product-top-bottom_ecocute__message:after {
      bottom: 0;
      top: 10px
  }

  .p-product-bottom__box {
      display: block
  }

  .p-product-bottom__message {
      max-width: 100%;
      width: 100%;
      margin-bottom: 5px
  }

  .p-product-bottom__message:after {
      bottom: 0;
      top: 10px
  }

  .p-product-bottom__image {
      max-width: 100%
  }

  .p-product-top-ranking {
      width: calc( 100% - 20px);
      margin: 10px auto
  }

  .p-product-top-ranking img {
      width: 100%
  }

  .p-product-top-ranking__button {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 21px 0;
      text-align: left;
      font-size: 1.5rem
  }

  .p-product-top-shape {
      width: calc( 100% - 20px);
      margin: 50px auto 0
  }

  .p-product-top-shape__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-shape p {
      margin: 20px
  }

  .p-product-top-shape__items {
      margin: 30px 20px
  }

  .p-product-top-shape__item {
      width: 50%;
      box-sizing: border-box;
      font-size: 1.4rem;
      padding: 10px 0 10px 40px
  }

  .p-product-top-shape__item.-long {
      width: 100%
  }

  .p-product-top-shape__item:before {
      position: absolute;
      top: 7px;
      left: 0
  }

  .p-product-top-shape__button {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 21px 0;
      text-align: left;
      font-size: 1.5rem;
      height: auto
  }

  .p-product-top-type {
      width: calc( 100% - 20px);
      margin: 50px auto 0
  }

  .p-product-top-type p {
      margin: 20px
  }

  .p-product-top-type.-dishwasher p {
      margin: 10px 20px 30px;
      font-size: 1.5rem;
      letter-spacing: 0
  }

  .p-product-top-type__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-type__title.-ih {
      font-size: 1.6rem;
      text-indent: 4rem
  }

  .p-product-top-type__items {
      margin: 20px 10px 30px
  }

  .p-product-top-type__item {
      width: 50%;
      font-size: 1.5rem
  }

  .p-product-top-type__lists {
      margin: 30px 20px
  }

  .p-product-top-type__lists li {
      font-size: 1.6rem
  }

  .p-product-top-type-img.-ecocute {
      position: absolute;
      top: -20px;
      margin: 0;
      width: 60px;
      left: 10px
  }

  .p-product-top-type__detail__title {
      margin: 20px 20px 0;
      font-size: 2.2rem
  }

  .p-product-top-type__detaillists {
      margin: 40px 20px
  }

  .p-product-top-type__detaillists.-dishwasher {
      margin: 20px 20px
  }

  .p-product-top-type__detaillists dt {
      font-size: 2rem
  }

  .p-product-top-type__detaillists dt:before {
      font-size: 3.8rem
  }

  .p-product-top-type__detaillists dd {
      padding: 10px 0 0 40px;
      font-size: 1.4rem
  }

  .p-product-top-type__detaillists li {
      font-size: 1.6rem
  }

  .p-product-top-type__button {
      padding-left: 35px !important;
      width: 90%;
      text-align: left;
      height: auto;
      font-size: 1.3rem
  }

  .p-product-top-type__button.-ih {
      font-size: 1.2rem
  }

  .p-product-top-type.-toilet .p-product-top-type__item {
      padding: 0;
      width: 100%
  }

  .p-product-top-change_and_reform p {
      margin: 20px 10px;
      text-align: left
  }

  .p-product-top-change_and_reform__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-change_and_reform__button {
      padding-left: 35px !important;
      width: 90%;
      text-align: center;
      height: auto;
      font-size: 1.3rem
  }

  .p-product-top-ecojozu {
      width: calc( 100% - 20px);
      margin: 50px auto 0
  }

  .p-product-top-ecojozu p {
      margin: 10px 0;
      font-size: 1.4rem;
      line-height: 1.8
  }

  .p-product-top-ecojozu__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-ecojozu__title img {
      width: 50px;
      left: 22px;
      top: -13px
  }

  .p-product-top-ecojozu__button {
      padding-left: 15px !important;
      padding-right: 10px !important;
      letter-spacing: 0;
      width: 100%;
      max-width: 100%;
      text-align: left;
      height: auto;
      font-size: 4vw
  }

  .p-product-top-flow {
      width: calc( 100% - 20px);
      margin: 50px auto 0
  }

  .p-product-top-flow__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-flow__items {
      display: block
  }

  .p-product-top-flow__item {
      width: 100%;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-align: center;
      align-items: center
  }

  .p-product-top-flow__item__number {
      margin: 0 0 10px;
      font-size: 2.5rem;
      width: 5.4rem;
      height: 4.4rem;
      padding: 0.8rem 0 0
  }

  .p-product-top-flow__item h4 {
      width: calc( 100% - 64px);
      text-align: left;
      font-size: 2rem;
      padding: 0 0 0 10px
  }

  .p-product-top-flow__item p {
      margin: 10px 0 0
  }

  .p-product-top-arekore {
      width: 90%;
      margin: 44px auto
  }

  .p-product-top-arekore__title {
      margin: 16px
  }

  .p-product-top-arekore__title img {
      width: 100%
  }

  .p-product-top-arekore__title a {
      display: none
  }

  .p-product-top-arekore__items {
      -webkit-box-align: start;
      align-items: flex-start
  }

  .p-product-top-arekore__item {
      margin-bottom: 30px
  }

  .p-product-top-arekore__item p {
      font-size: 1.2rem
  }

  .p-product-top-arekore__item p span {
      margin-bottom: 10px
  }

  .p-product-top-arekore>a {
      width: 85%;
      margin: 0 auto 5%;
      position: relative;
      background: #3A1407;
      color: #fff;
      display: block;
      text-decoration: none;
      padding: 16px;
      text-align: center;
      font-size: 2rem
  }

  .p-product-top-arekore>a:after {
      position: absolute;
      content: '\EA11';
      font-family: "icon-font";
      font-weight: 900;
      top: 50%;
      right: 28px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }

  .p-product-top-case {
      width: calc( 100% - 20px);
      margin: 30px auto 0
  }

  .p-product-top-case__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-case__item {
      box-sizing: border-box;
      width: 49%;
      margin-bottom: 20px
  }

  .p-product-top-case__item h4 {
      display: table-cell;
      height: 50px;
      vertical-align: middle;
      text-align: center;
      width: 500px
  }

  .p-product-top-case__item h4.__case {
      height: 70px
  }

  .p-product-top-case__item:nth-child(4) {
      display: block
  }

  .p-product-top-case__button {
      padding-left: 15px !important;
      padding-right: 10px !important;
      letter-spacing: 0;
      width: 100%;
      max-width: 100%;
      text-align: left;
      height: auto;
      margin: 0 auto 10px;
      font-size: 1.6rem
  }

  .p-product-top-voice {
      width: calc( 100% - 20px);
      margin: 20px auto 0
  }

  .p-product-top-voice__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-voice__title .-voice_image {
      right: 10px
  }

  .p-product-top-voice.-conro .p-product-top-voice__title {
      text-align: left;
      font-size: 1.8rem;
      padding: 10px 0 10px 10px
  }

  .p-product-top-voice__button {
      padding-left: 15px !important;
      padding-right: 10px !important;
      letter-spacing: 0;
      width: 100%;
      max-width: 100%;
      text-align: left;
      height: auto;
      margin: 0 auto 10px;
      font-size: 1.6rem
  }

  .p-product-top-question {
      width: calc( 100% - 20px);
      margin: 30px auto 0
  }

  .p-product-top-question__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-question__item__question {
      padding: 20px 30px;
      font-size: 1.8rem;
      font-weight: bold
  }

  .p-product-top-question__item__answer {
      padding: 20px 30px;
      font-size: 1.4rem
  }

  .p-product-top-question__button {
      padding-left: 80px !important;
      padding-right: 10px !important;
      letter-spacing: 0;
      width: 100%;
      max-width: 100%;
      text-align: left;
      height: auto;
      margin: 0 auto
  }

  .p-product-top-question__button .-question_image {
      width: 61px
  }

  .p-product-top-tips {
      width: calc( 100% - 20px);
      margin: 30px auto 0
  }

  .p-product-top-tips__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .p-product-top-tips__items {
      display: block
  }

  .p-product-top-tips__item {
      width: 100%;
      border: solid 1px #000000;
      padding: 10px;
      margin-bottom: 10px
  }

  .p-product-top-tips__item:nth-child(n+2) {
      border-top: solid 1px #000000
  }

  .p-product-top-tips__item a {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      justify-content: space-between
  }

  .p-product-top-tips__item a img {
      height: auto
  }

  .p-product-top-tips__item a span {
      margin: 0;
      position: absolute;
      left: 35%;
      font-size: 4vw
  }

  .p-product-top-tips__item.-conro a span:after {
      content: none
  }

  .p-product-top-tips__item.-conro a span {
      position: absolute
  }

  .p-product-top-tips__item.-conro a:after {
      position: relative;
      content: '\EA11';
      font-family: "icon-font";
      font-weight: 900;
      top: 1rem;
      right: -5px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 2rem
  }

  .p-product-top-area {
      width: calc( 100% - 20px);
      margin: 30px auto 0
  }

  .p-product-top-area__title {
      font-size: 2rem;
      padding: 10px 0
  }

  .l-contents>.p-product-reason {
      padding-left: 12.5px;
      padding-right: 12.5px
  }

  .p-product-reason {
      padding: 0;
      margin-top: 30px;
      margin-bottom: 50px
  }

  .p-product-reason__item {
      width: calc(50% - 10px);
      margin-bottom: 30px
  }

  .p-product-reason__title {
      font-size: 1.2rem;
      text-align: left
  }

  .p-product-reason_new {
      width: calc( 100% - 20px);
      margin: 30px auto 0
  }

  .p-product-reason_new h2 img {
      width: 100%
  }

  .p-product-reason_new__item {
      width: 100%
  }

  .p-product-reason_new__item img {
      width: 100%
  }

  .p-product-recommend {
      margin: 0
  }

  .p-product-recommend-area {
      padding: 20px 25px 20px 25px
  }

  .p-product-recommend-item__bg {
      background-size: contain;
      padding-top: 222px
  }

  .p-product-recommend-item__body {
      -webkit-box-align: center;
      align-items: center;
      padding: 10px 10px;
      height: 172px
  }

  .p-product-recommend-item__logo {
      margin-bottom: 8px
  }

  .p-product-recommend-item__name {
      font-size: 1.5rem;
      margin-bottom: 5px
  }

  .p-product-recommend-item__desc {
      font-size: 1rem
  }

  .p-product-recommend-item__text {
      margin: 0 auto
  }

  .p-product-recommend-item__thumb {
      width: 90px;
      height: 80px;
      margin: 5px auto
  }

  .p-product-recommend-item__thumb img {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 90px;
      margin: auto
  }

  .p-product-recommend-item__thumb.-oblong img {
      top: 0;
      width: 90px
  }

  .p-product-recommend-item__thumb .-discount {
      right: -13px;
      bottom: -80px;
      width: 100px;
      height: 100px;
      padding-top: 24px
  }

  .p-product-recommend-item__thumb .-discount .-top {
      font-size: 1.2rem
  }

  .p-product-recommend-item__thumb .-discount .-num {
      font-size: 2.8rem
  }

  .p-product-recommend-item__thumb .-discount .-unit {
      font-size: 1.6rem
  }

  .p-product-recommend-item__thumb .-discount .-bottom {
      font-size: 1.4rem
  }

  .p-product-recommend-item__bottom {
      height: 50px
  }

  .p-product-recommend-item__label {
      width: 87px;
      height: 60px;
      bottom: 5px;
      left: 0;
      margin-right: 20px;
      padding: 0;
      text-align: center;
      font-size: 1.2rem;
      line-height: 4.5
  }

  .p-product-recommend-item__label:before {
      z-index: 2;
      top: 50%;
      right: -42px;
      margin-top: -30px;
      border: 30px solid transparent;
      border-left: 13px solid #fff
  }

  .p-product-recommend-item__label:after {
      z-index: 1;
      top: 50%;
      right: -46px;
      margin-top: -28px;
      border: 30px solid transparent;
      border-left: 16px solid #0096cf
  }

  .p-product-recommend-item__price {
      -webkit-box-flex: 2;
      flex: 2;
      font-size: 3rem;
      letter-spacing: 0.1rem;
      line-height: 1
  }

  .p-product-recommend-item__price .-num,.p-product-recommend-item__price .-unit {
      top: 0;
      font-family: "YuGothic"
  }

  .p-product-recommend-item__price .-unit {
      font-size: 1.2rem
  }

  .p-product-recommend-item__price .-tax {
      margin-left: 5px;
      font-size: 0.8rem;
      letter-spacing: 0.01rem;
      font-weight: bold;
      color: #fff
  }

  .p-product-recommend-2nd-item__bg {
      padding-top: 100px
  }

  .p-product-section {
      padding: 12.5px;
      background-color: #f0fbff
  }

  .p-product-section>h1 {
      margin-bottom: 0
  }

  .p-product-section__heading {
      font-size: 1.4rem;
      margin-bottom: 1.5rem
  }

  .p-product-section__content {
      padding: 12.5px 0 0
  }

  .p-product-panels {
      padding: 40px 12.5px 0
  }

  .p-product-panels__heading {
      font-size: 1.6rem
  }

  .p-product-maker {
      margin-bottom: 30px
  }

  .p-product-maker__headline {
      padding: 0 12.5px
  }

  .p-product-maker .p-guide {
      margin-bottom: 30px
  }

  .p-product-list {
      padding: 12.5px;
      margin-bottom: 44px
  }

  .p-product-list__items {
      margin-right: 0;
      margin-left: 0
  }

  .p-product-list__item {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      padding: 15px 15px
  }

  .p-product-list__top {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center
  }

  .p-product-list__logo {
      width: 110px
  }

  .p-product-list__logo-si {
      top: 6px;
      right: 15px;
      width: 80px
  }

  .p-product-list__typeText {
      margin-left: 10px
  }

  .p-product-list__discount {
      width: 80px;
      height: 80px;
      padding: 12px 5px
  }

  .p-product-list__discount .-num {
      font-size: 3rem;
      margin-bottom: 0;
      margin-left: 3px
  }

  .p-product-list__discount .-unit {
      font-size: 1.4rem
  }

  .p-product-list__discount .-off {
      margin-top: 3px;
      font-size: 1.2rem
  }

  .p-product-list__discount b {
      font-size: 1.2rem
  }

  .p-product-list-info__inner {
      padding: 10px 0 0 10px;
      background-color: transparent
  }

  .p-product-list-info__label {
      padding: 2px 5px;
      margin-bottom: 10px;
      font-size: 1.1rem
  }

  .p-product-list-info__list li {
      margin-bottom: 5px
  }

  .p-product-list-bottom {
      margin-top: 10px
  }

  .p-product-list-bottom__body {
      padding: 15px 10px 10px 10px;
      border-top: 2.5px solid #00adef;
      border-right: 2.5px solid #00adef;
      border-bottom: 2.5px solid #00adef;
      border-left: 2.5px solid #00adef
  }

  .p-product-list-bottom__price li {
      font-size: 1.2rem
  }

  .p-product-list-bottom__total {
      border-top: 1.5px solid #00a0e9
  }

  .p-product-explore__topsHead {
      padding: 25px 20px
  }

  .p-product-explore__heading .-prefix {
      width: 27.5px;
      margin-bottom: 0
  }

  .p-product-explore__heading {
      font-size: 3.5rem;
      margin-top: 0
  }

  .p-product-explore__desc {
      font-size: 1.3rem;
      padding-left: 0;
      padding-right: 20px
  }

  .p-product-explore__right {
      margin-top: 5px
  }

  .p-product-explore__right .-suffix {
      width: 55px;
      bottom: -8px;
      left: -20px
  }

  .p-product-explore__right .-suffix2 {
      width: 70px;
      margin-left: 0
  }

  .p-product-explore-section {
      margin: 20px 0 20px;
      padding: 12.5px
  }

  .p-product-explore-box {
      padding: 20px 12.5px;
      margin-bottom: 20px;
      border: 1.5px solid #00a0e9
  }

  .p-product-explore-box__heading {
      margin-bottom: 12px;
      padding: 0 0 12px 0;
      font-size: 1.5rem;
      border-bottom: 1.5px solid #00a0e9
  }

  .p-product-explore-box__text {
      margin-right: 5px
  }

  .p-product-explore-box__img {
      width: 65px;
      height: 80px;
      margin-right: 3px
  }

  .p-product-explore-box__desc {
      font-size: 1.2rem
  }

  .p-product-explore-box__sub {
      font-size: 1.1rem
  }

  .p-product-explore-box__link {
      font-size: 1.15rem
  }

  .p-product-ranking__headline {
      padding: 0 12.5px
  }

  .p-product-ranking-section {
      padding: 24px;
      background-size: contain;
      background-image: url("../images/product/ranking/ranking_bg_sp.png")
  }

  .p-product-ranking__heading {
      margin-top: 34px;
      font-size: 2.95rem
  }

  .p-product-ranking__heading:before,.p-product-ranking__heading:after {
      width: calc(57px / 2);
      height: calc(106px / 2)
  }

  .p-product-ranking__heading:before {
      left: -45px;
      top: auto;
      bottom: 0
  }

  .p-product-ranking__heading:after {
      right: -45px;
      top: auto;
      bottom: 0
  }

  .p-product-ranking__heading .-crown {
      width: 36px;
      top: -35px
  }

  .p-product-ranking-panel {
      padding: 19px 10px
  }

  .p-product-ranking-panel__desc {
      font-size: 1.3rem;
      text-align: left
  }

  .p-product-ranking-list__items {
      margin-top: 30px;
      margin-bottom: 36px
  }

  .p-product-ranking-list__item {
      padding: 20px 11.5px 20px 11.5px;
      margin-bottom: 26.5px
  }

  .p-product-ranking-list__inner {
      padding: 10px 10px 27px 10px
  }

  .p-product-ranking-list__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column
  }

  .p-product-ranking-list__top .-rank {
      width: 125px;
      margin: -35px auto 0 auto
  }

  .p-product-ranking-list__top .-rankLower {
      width: auto;
      margin-top: -10px;
      margin-right: 0;
      margin-left: 0;
      padding: 10px;
      font-size: 3rem
  }

  .p-product-ranking-list__top .-rankLower .-unit {
      font-size: 2rem
  }

  .p-product-ranking-list__body .-product {
      max-width: 155px;
      margin: 0 auto
  }

  .p-product-ranking-list__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column
  }

  .p-product-ranking-list__thumbnail {
      text-align: center
  }

  .p-product-ranking-list__name {
      font-size: 1.5rem
  }

  .p-product-ranking-list__name .-logo {
      max-width: 100px;
      margin-bottom: 6px
  }

  .p-product-ranking-list__pickup {
      padding: 20px 12px 14px 12px
  }

  .p-product-ranking-list__pickup .-label {
      width: 240px
  }

  .p-product-ranking-list__price .-label {
      font-size: 1.3rem
  }

  .p-product-ranking-list__price .-price {
      font-size: 1.3rem
  }

  .p-product-ranking-list__price .-num {
      font-size: 2.1rem
  }

  .p-product-ranking-list-bottom__title {
      padding: 5px;
      background-size: 20px;
      font-size: 1.5rem
  }

  .p-product-ranking-list-bottom__title .-strong {
      display: block;
      margin-top: -5px;
      font-size: 2.5rem
  }

  .p-product-ranking-list-bottom__title .-suffix {
      width: 47px
  }

  .p-product-ranking-list-bottom__body {
      padding: 12px 0 12px 0;
      border-right: 2.5px solid #fa0;
      border-bottom: 2.5px solid #fa0;
      border-left: 2.5px solid #fa0
  }

  .p-product-ranking-list-bottom__discount {
      font-size: 3rem;
      width: auto;
      height: 42px;
      margin-right: 8px;
      padding: 0 3px
  }

  .p-product-ranking-list-bottom__discount .-strong {
      font-size: 2rem
  }

  .p-product-ranking-list-bottom__discount .-label {
      font-size: 0.8rem;
      width: 32px;
      margin: 4px 0 -16px 2px;
      padding: 0 2px;
      box-sizing: border-box
  }

  .p-product-ranking-list-bottom__discount .-unit {
      font-size: 1.2rem;
      margin: 0 0 0 -4px
  }

  .p-product-ranking-list-bottom__price {
      font-size: 3.5rem;
      letter-spacing: 0.01rem
  }

  .p-product-ranking-list-bottom__price .-unit {
      font-size: 2rem
  }

  .p-product-ranking-list-bottom__price .-tax {
      font-size: 1.1rem;
      margin-left: -4px
  }

  .p-product-ranking-list-bottom__price .-work-fee {
      font-size: 1.2rem
  }

  .p-product-ranking-list__action {
      position: relative;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      padding: 22.5px 0 0
  }

  .p-product-detail {
      padding: 25px
  }

  .p-product-detail__logo-si {
      margin-top: 12px
  }

  .p-product-detail__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      margin-top: 10px
  }

  .p-product-detail__left {
      width: 100%;
      margin-bottom: 20px
  }

  .p-product-detail__tags {
      -webkit-box-ordinal-group: 9;
      order: 8;
      flex-basis: 100%;
      margin: 20px 0 0
  }

  .p-product-detail__right {
      -webkit-box-ordinal-group: 8;
      order: 7;
      margin-top: 35px;
      margin-left: 0;
      width: 100%
  }

  .p-product-detail__prices {
      -webkit-box-ordinal-group: 6;
      order: 5;
      flex-basis: 100%
  }

  .p-product-detail-spec .-label {
      padding: 8px
  }

  .p-product-detail__price {
      border-top: 1.5px solid #3a1407;
      border-bottom: 1.5px solid #3a1407
  }

  .p-product-detail__price li {
      font-size: 1.3rem
  }

  .p-product-detail-bottom {
      -webkit-box-ordinal-group: 7;
      order: 6;
      margin-top: 40px
  }

  .p-product-detail-bottom:after {
      top: -25px;
      border-top: 15px solid #0081b2;
      border-right: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid transparent
  }

  .p-product-detail-bottom__title {
      padding: 10px 10px;
      background-size: 40px
  }

  .p-product-detail-bottom__title .-strong {
      font-size: 2rem
  }

  .p-product-detail-bottom__title .-suffix {
      width: 47px
  }

  .p-product-detail-bottom__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      padding: 25px 10px 12px 10px;
      border-right: 2.5px solid #00adef;
      border-bottom: 2.5px solid #00adef;
      border-left: 2.5px solid #00adef
  }

  .p-product-detail-bottom__else {
      margin: 10px;
      font-size: 1.3rem
  }

  .p-product-detail-bottom__price li {
      font-size: 1.3rem
  }

  .p-product-detail-bottom__total {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-box-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      justify-content: space-between;
      margin-top: 15px;
      margin-left: 0;
      padding: 20px 0 10px;
      font-size: 1.3rem;
      color: #00a0e9;
      border-left: 0;
      border-top: 1.5px solid #00a0e9
  }

  .p-product-detail-bottom__total .-label {
      display: inline-block;
      width: auto;
      margin: 0;
      font-size: 1.3rem;
      color: #00a0e9;
      background-color: transparent
  }

  .p-product-detail-bottom__total .-total {
      font-size: 2.4rem
  }

  .p-product-detail-bottom__total .-unit {
      font-size: 1.3rem
  }

  .p-product-detail-bottom__total .-tax {
      font-size: 1.3rem
  }

  .p-product-detail-section {
      margin-top: 25px;
      padding-right: 25px;
      padding-left: 25px
  }

  .p-product-detail__article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column
  }

  .p-product-detail__article .-text {
      font-size: 1.3rem
  }

  .p-product-detail__article .-img {
      flex-basis: auto;
      margin: 0
  }

  .p-product-detail-feature__items {
      margin-top: 20px
  }

  .p-product-detail-feature__item {
      padding-top: 15px;
      padding-bottom: 15px
  }

  .p-product-detail-feature__item .-title {
      font-size: 1.5rem;
      margin-bottom: 8px
  }

  .p-product-detail-feature__item p {
      font-size: 1.3rem
  }

  .p-product-detail-feature__item:nth-child(odd) {
      padding-right: 12px
  }

  .p-product-detail-feature__item:nth-child(even) {
      padding-left: 12px
  }

  .p-product-explore-toiletList-group {
      margin-bottom: 30px
  }

  .p-product-explore-toiletList-group__title {
      margin-bottom: 10px
  }

  .p-product-explore-toiletList-item {
      width: 100%;
      padding: 16px 25px 16px 25px
  }

  .p-product-explore-toiletList-item:after {
      right: 7.5px;
      bottom: 7.5px
  }

  .p-product-explore-toiletList-item__title {
      font-size: 1.5rem
  }

  .p-product-explore-toiletList-item__desc {
      font-size: 1.3rem
  }

  .p-product-detail-variationList-item {
      width: 100%;
      margin-bottom: 15px;
      padding: 0
  }

  .p-product-detail-variationList-item__thumb {
      margin-right: 15px
  }

  .p-product-detail-variationList-item__text {
      font-size: 1.4rem;
      margin-bottom: 4px
  }

  .p-product-banner {
      padding-left: 12.5px;
      padding-right: 12.5px;
      margin-top: 12px;
      margin-bottom: 12px
  }

  .p-productOldList-section .-text {
      font-size: 1.3rem;
      padding: 0 12.5px
  }

  .p-productOldList-form {
      padding: 0 12.5px
  }

  .p-productOldList-items {
      padding: 12.5px
  }

  .p-productOldList-item__logo img {
      max-width: 160px
  }

  .p-productLogoNav__item {
      width: 100%
  }

  .p-qa {
      padding: 0 12px 0 18px
  }

  .p-qa-item {
      padding: 22.5px 20px 22.5px 30px
  }

  .p-qa-item.-question {
      border: 1.5px solid #00adef
  }

  .p-qa-item.-question .p-qa-item__text {
      font-size: 1.5rem
  }

  .p-qa-item.-answer {
      border: 1.5px solid #e61673
  }

  .p-qa-item.-answer .p-qa-item__text {
      font-size: 1.3rem
  }

  .p-qa-item__icon {
      width: 35px;
      height: 35px;
      left: -20px;
      padding: 2px 5px 3px 7px;
      font-size: 1.65rem
  }

  .p-reason-page__tops .-prefix {
      left: 7px;
      bottom: -10px;
      height: 76px
  }

  .p-reason-page__tops .-suffix {
      bottom: -23px;
      height: 90px
  }

  .p-reason-page__tops .-title {
      margin-top: -1px;
      padding: 10px;
      font-size: 1.45rem
  }

  .p-reason-page__features {
      padding: 36px 12.5px 20px
  }

  .p-reason-page__features ul {
      -webkit-box-pack: space-evenly;
      justify-content: space-evenly
  }

  .p-reason-page__features ul li h4 {
      font-size: 1.15rem
  }

  .p-reason-page__features ul li .-thumb {
      width: 105px;
      height: 90px;
      border-radius: 20px
  }

  .p-reason-container {
      margin-bottom: -80px
  }

  .p-reason__right {
      padding-top: 20px;
      text-align: center
  }

  .p-reason__right .-main {
      position: inherit;
      top: auto;
      left: 0;
      width: 120px
  }

  .p-reason__right .-top,.p-reason__right .-bottom {
      position: inherit;
      bottom: 0;
      right: auto
  }

  .p-reason__right .-top {
      top: 10px;
      width: 75px
  }

  .p-reason__right .-bottom {
      bottom: auto;
      margin-top: 30px
  }

  .p-reason__btn {
      display: block;
      text-align: center;
      width: 100%;
      height: auto;
      padding: 4px 10px 10px;
      font-size: 1.4rem;
      border-radius: 0;
      border-width: 2px
  }

  .p-reason__btn.-md {
      padding: 4px 10px 10px
  }

  .p-reason__btn.-sm {
      padding: 4px 0px 10px;
      font-size: 1.5rem
  }

  .p-reason__btnArrow {
      display: inline-block;
      background-color: transparent
  }

  .p-reason__btnArrow>.icon-font {
      color: #fff
  }

  .p-reason__action {
      margin-bottom: 40px
  }

  .p-reason-blue {
      display: block;
      margin: 0;
      padding: 38px 20px 100px;
      background-image: url("../images/reason/content/bg_wave_1_sp.webp");
      background-size: cover;
      background-position: top
  }

  .p-reason-blue__heading {
      font-size: 2.8rem;
      text-align: center;
      letter-spacing: 0.1rem;
      margin-bottom: 5px
  }

  .p-reason-blue__sub {
      font-size: 1.5rem;
      text-align: center;
      line-height: 1.4;
      padding: 0 52px 10px
  }

  .p-reason-blue__content {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      flex-direction: column-reverse
  }

  .p-reason-blue__desc {
      font-size: 1.3rem;
      margin-bottom: 0
  }

  .p-reason-blue__box>img {
      width: calc(23.8% - 4px)
  }

  .p-reason-blue__box {
      margin: 0 -4px 10px -4px
  }

  .p-reason-white {
      padding: 20px 20px 70px;
      background-image: url("../images/reason/content/bg_wave_2_sp.webp");
      background-size: cover
  }

  .p-reason-white.-last {
      top: -150px;
      padding: 20px 20px 40px 20px;
      margin-bottom: -110px
  }

  .p-reason-white-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column
  }

  .p-reason-white__heading {
      font-size: 2.8rem;
      text-align: center
  }

  .p-reason-white__body {
      margin-bottom: 10px
  }

  .p-reason-white__left {
      width: 100%;
      margin: 0
  }

  .p-reason-white__right {
      width: 100%;
      top: 0;
      text-align: center
  }

  .p-reason-white__right.-first {
      top: 0;
      text-align: center;
      margin-bottom: 40px
  }

  .p-reason-white__right .-main {
      width: 180px;
      margin: 5px 0 20px
  }

  .p-reason-white__right .-bottom {
      position: inherit;
      bottom: 0;
      right: auto
  }

  .p-reason-white__sub {
      font-size: 1.45rem;
      text-align: center;
      padding: 11px 0 10px 0;
      border-width: 1px
  }

  .p-reason-white__content {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      flex-direction: column-reverse
  }

  .p-reason-white__desc {
      font-size: 1.3rem;
      margin-bottom: 5px
  }

  .p-reason-white__box {
      font-size: 1.2rem;
      font-weight: 100;
      border-width: 1px;
      margin: 0 0 15px 0
  }

  .p-reason-white__images {
      margin-bottom: 15px
  }

  .p-reason-bluewave {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      top: 0;
      margin-top: -90px;
      padding: 75px 20px 200px;
      background-image: url("../images/reason/content/bg_wave_3_sp.webp");
      background-size: cover
  }

  .p-reason-bluewave__heading {
      font-size: 2.4rem;
      text-align: center;
      margin-right: -10px;
      margin-left: -10px
  }

  .p-reason-bluewave__right {
      position: inherit;
      right: 0;
      margin: 0 auto
  }

  .p-sidebar {
      display: none
  }

  .p-swiperNav.-hero {
      display: none
  }

  .p-swiperNav.-defaultArrow.p-swiperNav--prev {
      left: 0
  }

  .p-swiperNav.-defaultArrow.p-swiperNav--next {
      right: 0
  }

  .p-swiperNav:hover {
      opacity: 0.3
  }

  .p-swiper-hero {
      max-width: 786px
  }

  .p-swiper-hero .swiper-pagination {
      display: block
  }

  .p-swiper-store {
      max-width: 786px
  }

  .p-swiper-store .swiper-pagination {
      display: block
  }

  .p-swiper-ranking {
      padding: 10px 15px;
      height: 250px
  }

  .p-swiper-recommend {
      padding: 10px 15px;
      height: 232px
  }

  .p-swiper-recommend-2nd {
      padding: 10px 15px;
      height: 105px
  }

  .p-swiper-productDetail-top {
      padding-left: 35px;
      padding-right: 35px
  }

  .p-swiper-productDetail-thumbs {
      height: 85px
  }

  .p-voice-section {
      margin-bottom: 40px;
      padding: 12.5px
  }

  .p-voice-section-board {
      margin: 0 -12.5px
  }

  .p-voice-section__heading {
      font-size: 1.6rem;
      margin: 34px 15px 14px;
      padding: 0
  }

  .p-voice-section__heading:before {
      width: calc(41px / 2);
      height: calc(36px / 2);
      left: -5px
  }

  .p-voice-section__heading:after {
      width: calc(43px / 2);
      height: calc(36px / 2);
      right: 0
  }

  .p-voice-items {
      margin-top: 30px;
      margin-bottom: 10px
  }

  .p-voice-item {
      padding: 22px 20px 33px 20px;
      margin-bottom: 26.5px
  }

  .p-voice-item__link:after {
      width: 20px;
      height: 20px;
      padding: 6px 7px;
      font-size: 1rem
  }

  .p-voice-item__body {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      flex-direction: column-reverse;
      padding: 22px 15px 22px 15px
  }

  .p-voice-item__content {
      margin-left: 0;
      margin-bottom: 20px
  }

  .p-staff {
      margin-top: 20px;
      margin-bottom: 20px
  }

  .p-staff__intro .--col: last-child {
      width:214px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 25px
  }

  .p-staff__intro .--title {
      font-size: 1.6rem
  }

  .p-staff__intro .--text {
      font-size: 1.2rem
  }

  .p-staff__items {
      margin-left: -10px;
      margin-right: -10px
  }

  .p-staff__item {
      margin-left: 10px;
      margin-right: 10px
  }

  .p-staff__item {
      width: calc((100% / 2) - 20px)
  }

  .p-staff__item .--name {
      font-size: 1.5rem
  }

  .p-staff__item .--position {
      font-size: 1.3rem;
      margin-top: 4px
  }

  .p-staff__item .--comment {
      font-size: 1.3rem;
      margin-top: 8px
  }

  .p-column-section {
      padding: 12.5px
  }

  .p-column-section-list-child__item {
      height: 4rem
  }

  .p-column-section-board {
      margin: 0 -12.5px
  }

  .p-column-item {
      padding: 20.5px;
      font-size: 1.3rem
  }

  .p-column-item.-media {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      padding: 15px 15px
  }

  .p-column-item__inner {
      padding: 12.5px 12.5px 12.5px
  }

  .p-column-item__header {
      padding: 7.5px 0;
      margin-bottom: 11px
  }

  .p-column-item__category {
      font-size: 1.3rem;
      padding: 5.5px 5px
  }

  .p-column-item__body {
      font-size: 1.3rem
  }

  .p-column-detail__body {
      margin: 0
  }

  .u-pc {
      display: none
  }

  .u-link-arrow:before,.u-link-arrow-right:before {
      margin-top: 0
  }

  .wp-block-media-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column
  }

  .wp-block-media-text.has-media-on-the-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      flex-direction: column-reverse
  }

  .wp-block-media-text__media {
      margin: 0
  }

  .wp-block-media-text__content {
      margin: 20px 0 20px 0
  }
}

@media all and (-ms-high-contrast: none) {
  .l-wrap {
      margin-top: 60px
  }

  .l-home-ranking-item__price .-num,.l-home-ranking-item__price .-unit {
      background: none
  }
}

@media only screen and (max-width: 769px) and (max-width: 768px) {
  .l-home-tops-inner {
      overflow:hidden
  }

  .p-case__img.-large .-before {
      padding-top: 63%
  }

  .p-case__img.-large .-before:before {
      bottom: 6px;
      right: 6px;
      width: 65%;
      height: 32%
  }

  .p-case__img.-large .-after {
      padding-top: 63%
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .l-home-media-board__heading:before {
      background-image:url("../images/icon/line-left@2x.png")
  }

  .l-home-media-board__heading:after {
      background-image: url("../images/icon/line-right@2x.png")
  }

  .wp-block h2.rich-text:after,h2:not([class]):after,h2[class^='has-text-align-']:after {
      background-image: url("../images/heading/store_s_ilust_01@2x.webp")
  }

  .c-heading-warning:before {
      background-image: url("../images/heading/icon_warning@2x.png")
  }

  .p-case-section__heading:before {
      background-image: url("../images/case/heading_prefix@2x.webp")
  }

  .p-case-section__heading:after {
      background-image: url("../images/case/heading_suffix@2x.webp")
  }

  .p-flow-item:after {
      background-image: url("../images/flow/step_arrow@2x.png")
  }

  .p-guide__heading:after {
      background-image: url("../images/guide/guide_human@2x.webp")
  }

  .p-product-page__tops {
      background-image: url("../images/product/index/tops_bg@2x.png")
  }

  .p-product-page__heading01:before {
      background-image: url("../images/icon/line-left@2x.png")
  }

  .p-product-page__heading01:after {
      background-image: url("../images/icon/line-right@2x.png")
  }

  .p-product-ranking-section {
      background-image: url("../images/product/ranking/ranking_bg@2x.png")
  }

  .p-voice-section__heading:before {
      background-image: url("../images/voice/heading_prefix@2x.webp")
  }

  .p-voice-section__heading:after {
      background-image: url("../images/voice/heading_suffix@2x.webp")
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .p-product-ranking-section {
      background-image:url("../images/product/ranking/ranking_bg_sp@2x.png")
  }
}

.ap-product-page-new-box a {
  text-decoration: none;
  color: #3a1407;
}

.ap-product-page-new-box a:hover {
  opacity: 0.7;
}


.ap-product-page-new__tops.-conro .-title span {
  font-size: 2rem;
}

.ap-product-page-new__tops .-title {
  padding: 10px 10px 0;
  text-align: left;
  font-size: 3rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}

.ap-product-page-new__tops .-prefix {
  width: 21%;
}


.ap-product-page-new__tops__list-item {
  background-color: #fff;
  width: 200px;
}

.ap-product-detail__discount {
    width: 75px;
    height: 75px;
    padding: 10px 5px;
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.1;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ff0000;
    font-feature-settings: "palt";
    letter-spacing: 0;
    top: 15px;
    position: absolute;
    right: 5px;
}

.company-name-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
}

span.ap-off {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0;
}

span.ap-unit {
  font-weight: bold;
  font-size: 1.8rem;
}

span.ap-num {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-left: 2px;
}

.ap-price-item.-ap-price span,.special-price span {
  font-size: 0.8rem;
}

p.special-price {
  font-size: 2rem;
}

.price-off-fx {
  position: relative;
  margin-top: 0px;
  width: 100%;
}


.body-detail {
  font-size: 0.9rem;
  margin-top: 5px;
  text-align: center;
}


.ap-price-fx {
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
}

.retail-box {
  border: 1px solid #b0b0b0;
  margin-top: 10px;
}

p.ap-price-tex1 {
  font-size: 0.9rem;
}

p.retail-price-tex2 {
  font-size: 1.2rem;
}

span.tax-included {
  font-size: 0.6rem;
}

.ap-price-item.-ap-price {
  font-size: 1.6rem;
  font-weight: bold;
}

p.special-price-txt {
  color: #ff0000;
  font-weight: bold;
}

.ap-price-fx.pecial-box {
  border: 1px solid #fff000;
  background-color: #fff000;
  margin-top: 3px;
}
.pecial-box:nth-child(3){
  margin-top: 10px;
}

.ap-price-item.-ap-price.special-price-c {
  color: #ff0000;
}

p.add-up-txt {
  text-align: center;
  margin-top: 16px;
  font-size: 1.2rem;
}

p.add-up-price {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff0000;
  font-feature-settings: "palt";
}
p.add-up-price span{
  font-size: 1rem;
}

span.tax-included3 {
  font-size: 1.8rem;
}

.retail-box::after {
  content: "";
  background-color: #00a0e8;
  width: 20px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -16px;
  transform: translate(-50%);
  left: 50%;
}

.retail-box {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .ap-product-page-new__tops__list.u-pc {
      display: none;
  }

  .ap-product-page-new__tops .-title {
      font-size: 2.5rem;
      display: flex;
      align-items: center;
  }

  .ap-product-page-new__tops.-conro .-title {
      display: -webkit-box;
      display: flex;
      font-size: 2.8rem;
  }

  .ap-product-page-new__tops__list-item {
      width: 85%;
      margin: 0 auto;
  }


  .ap-product-page-new-box {
     
  }

  .ap-price-fx {
      justify-content: space-around;
  }

  .ap-product-detail-box {
      left: 45%;
  }


  .ap-product-page-new__tops .-prefix {
      width: 15%;
  }

  p.add-up-price {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      color: #ff0000;
  }

  .ap-price-item.-ap-price {
      font-size: 2rem!important;
  }

  .body-detail {
      line-height: 1.2;
      text-align: left;
  }

  p.special-price-txt {
      font-size: 1.5rem;
  }

  .p-product-page-new__tops__list-item.swiper-slide.ap-slide {
      margin: 0 0%!important;
  }
}

@media only screen and (max-width: 420px) {
  .p-product-page-new__tops__list-item.swiper-slide.ap-slide {
      width: 55%;
      margin: 0 5%!important;
  }

  .ap-product-page-new__tops .-prefix {
      width: 21%;
  }
}
/*kyuutouki*/
.ap-product-page-top-img{
  max-width: 100%;
  margin-bottom: 50px;
}
.-place .p-product-top-search__item {
  width: 22%;
}
.-place .p-product-top-search__item img {
  width: 80%;
}
.ap-product-page-new__tops__list {
  display: -webkit-box;
  width: 100%;
}
.ap-product-page-new-box {
 
}
.ap-product-page-new-left {
  width: 100%;
}
.ap-product-page-new-description-text{
  margin: 0;
  letter-spacing: 0.01rem;
  line-height: 1.6;
}
.ap-product-page-new__tops {
  width: 100%;
  margin-bottom: 33px;
  padding: 30px 15px;
  box-sizing: border-box;
  background: #00a0e8;
}
.ap-product-page-new__tops__list-item {
  background-color: #fff;
  width: 200px;
  margin: 4px;
  padding: 1%;
  box-sizing: border-box;
}
.p-product-top-search__item-old{
  width: 100%;
}
.p-product-top-search__item span{
  display:inline-block;
}
.ap-product-page-new__tops__list-item a {
  text-decoration: none;
  color: #3a1407;
}

.ap-product-page-new__tops__list-item a:hover {
  opacity: 0.7;
}

.ap-product-page-new__tops.-conro .-title span {
  font-size: 2rem;
}

.ap-product-page-new__tops .-title {
  padding: 10px 10px 20px;
  text-align: left;
  font-size: 3rem;
  font-family: "M PLUS 1p";
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}
.price-taxin{
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
p.special-price-taxin{
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
p.add-up-price-taxin{
  font-size: 1.25rem;
  font-weight: normal;
  color: #000;
}
.ap-product-detail-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
.price-off-fx-img{
  width: 55%;
  padding-top: 10%;
  min-height: 100px;
}
.ap-product-page-new-description{
  display: none;
}
/*under-nav*/  

.p-under-nav__items{
  border:1px solid #0da4ea;
  margin-bottom: 50px;
}
.p-under-nav__item:not(:last-child){
  border-right:1px solid #0da4ea;
}
.p-under-nav__item{
  background: #f0fbff;
  text-align: center;
  position: relative;
}
.p-under-nav__item a{
  display: inline-block;
  color: #0da4ea;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  padding: 13px 0;
  width: 100%;
  height: auto;
}
.p-under-nav__item::after{
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF235;
  opacity: 0;
}
.p-under-nav__item.active::after{
  opacity: 1;
}
.p-under-nav__item a:hover{
  opacity: .7;
}
/*store-top*/ 
.l-store-staff-list__thumb {
  text-align: center;
}
.l-store-staff-list__thumb p {
  font-size: 2rem;
  padding-top: 1rem;
}
.l-store-staff-list__item:nth-child(n+5) {
  display:block;
}
.l-store-voice-list__item:nth-child(n+5){
  display:block;
}
.l-store-voice-list__item:nth-child(n+9){
  display:none;
}
.l-store-voice-list__item-archive:nth-child(n+9){
  display: block;
}
.l-store-voice-list__search a {
  position: relative;
          display: block;
          max-width: 600px;
          margin: 20px auto;
          padding: 16px;
          text-align: center;
          text-decoration: none;
          color: #00adef;
          font-size: 2rem;
          font-weight: 800;
          border: solid 1px #00adef;
          cursor: pointer;
}
.l-store-voice-list__search a::after{
  position: absolute;
          content: '▼';
          font-family: "icon-font";
          font-weight: 900;
          font-size: 0.8rem;
          top: 50%;
          right: 8px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-store-staff-list__thumb{
  text-align: center;
}
.l-store-staff-list__thumb p{
  font-size: 1.5rem;
  background: #f0fbff;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 10px;
}
.p-case a{
  text-decoration: none;
}
/*store-top-blog-list*/
.ap-blog-items{
  padding-top: 30px;
}
.ap-blog-archive-item{
  padding: 10px 20px;

}
.ap-blog-archive-title{
  background: #f0fbff;
  font-size: 3rem;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.ap-blog-archive-title::after{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 80%;
  background: #00a0e8;
}
.ap-blog-archive-content{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.ap-blog-archive-left{
  width: 30%;
}
.ap-blog-archive-right{
  width: 60%;
  position: relative;
  padding: 10px 10px 120px;
  background: #fff;
  box-sizing: border-box;
}
.ap-blog-archive-text{
  font-size: 2rem;
}
.ap-blog-archive-more{
  background: #f0fbff;
  display: inline-block;
  position: absolute;
  padding: 10px 30px;
  bottom: 10px;
  right: 10px;
  border: 2px solid #00a0e8;
}
.ap-blog-archive-more a{
  font-size: 1.5rem;
  font-weight: 700;
}
.ap-blog-archive-img img{
  aspect-ratio: 1;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  /*under-nav*/  
  .p-under-nav__items{
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .p-under-nav__item{
    width: 50%;
  }
  .p-under-nav__item:not(:last-child) {
    border-right: none;
   }
   .p-under-nav__item:nth-child(2n) {
    border-left: 1px solid #0da4ea;
   }
   .p-under-nav__item:nth-child(-n+2) {
    border-bottom: 1px solid #0da4ea;
   }
   .p-header-nav__item{
    flex: none;
   }
   .p-under-nav__item a{
    height: 60px;
   }

   /*kyuutouki*/
   .ap-product-page-top-img{
    width: 100%;
    margin: 20px 0;
  }
   .ap-product-page-new__tops__list-item {
    width: 85%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    padding: 10px 5px;
   }
   .ap-product-page-new-box{

   }
   .ap-product-page-new-left {
    width: 100%;
   }
   .p-product-page-new_swiper{
    position: relative;
   }
   .p-product-page-new__tops .p-swiperNav.-product-page {
    padding: 40px 0;
   }
   .price-taxin{
    font-size: 1rem;
    font-weight: normal;
    color: #000;
  }
  p.special-price-taxin{
    font-size: 1rem;
    font-weight: normal;
    color: #000;
  }
  p.add-up-price-taxin{
    font-size: 1.25rem;
    font-weight: normal;
    color: #000;
  }
  .company-name-img{
    margin: 0 auto;
  }
  .price-off-fx-img{
    width: 80%;
    margin-top: 0;
    position: relative;
  }
  .price-off-fx{
    position: relative;
    margin-top: 0;
    width: 100%;
  }
  .ap-product-detail-box {
    top: 0;
    left: -30%;
  }
  /*store-top-blog-list*/
  .ap-blog-archive-title{
    font-size: 1.5rem;
  }
  .ap-blog-archive-text{
    font-size: 1rem;
  }
  .ap-blog-archive-content{
    display: block;
    margin-top: 30px;
  }
  .ap-blog-archive-left{
    width: 100%;
  }
  .ap-blog-archive-right{
    width: 100%;
    padding: 5px 5px 100px;
  }
  .ap-blog-archive-img img{
    width: 100%;
  }
  .ap-blog-archive-more{
    padding: 5px  5px;
  }
  .ap-blog-archive-more a{
    font-size: 1rem;
    font-weight: 700;
  }
}

/*nagoya-kyutouki*/
label {
  cursor: pointer;
}

.-place .p-product-top-search__item img {
  width: 80%;
}

.ap-product-page-new__tops__list-item {
  background-color: #fff;
  width: 200px;
}

.ap-product-page-new__tops__list {
  /* position: absolute;
	top: 52px;
	right: 0px; */
  display: -webkit-box;
  width: 100%;
}

.ap-product-page-new__tops {
  position: relative;
  width: 100%;
  margin-bottom: 33px;
  padding: 10px;
  box-sizing: border-box;
  background: #00a0e8;
  /* height: 710px; */
}

.ap-product-page-new__tops_title {
  height: fit-content;
}

.ap-product-page-new__tops__list-item {
  background-color: #fff;
  width: 200px;
  margin: 4px;
}

/* 給湯器を探す */
.p-product-explore__tops {
  position: relative;
  margin-bottom: 80px;
}

.p-product-explore__topsHead {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 30px 50px;
  background-color: #00adef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #3bc0f3), color-stop(0.5, transparent), to(transparent));
  background-size: 50px;
}

/* LINEで簡単見積もり */
.line {
  margin: 0 auto;
  width: 300px;
  position: relative;
}

.line .line-estimate {
  width: 100%;
  vertical-align: bottom;
}

.line .line-text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding-left: 40px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", sans-serif;
  text-decoration: none;
}


/* ---lp追加--- */
.ap-lp-top-banner {
  margin-top: -61px;
  position: relative;
}

.ap-lp-top-banner .ap-lp-top-banner-txt {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  font-size: max(2.78vw, 37px);
  font-weight: bold;
  text-shadow: 3px 3px 2px #fff, -3px -3px 2px #fff,
    -3px 3px 2px #fff, 3px -3px 2px #fff,
    3px 0px 2px #fff, -3px -0px 2px #fff,
    0px 3px 2px #fff, 0px -3px 2px #fff;
  display: inline;
  line-height: 1.3;
}

.ap-lp-top-banner .ap-lp-top-banner-txt p {
  background: linear-gradient(transparent 60%, #FFD439 60%);
  display: inline;
}

.ap-lp-top-banner .ap-lp-top-banner-txt p span {
  font-size: max(4.17vw, 60px);
  color: #42A0E9;
}

.ap-lp-top-banner,
.ap-lp-top-reason {
  min-width: 1300px
}

.ap-lp-top-reason .p-reason-blue {
  background: url(../images/nagoya-kyutouki/bg_wave_1.webp) no-repeat center top / cover;
}

.ap-lp-top-reason .p-reason-white {
  background: url(../images/nagoya-kyutouki/bg_wave_2.webp) no-repeat center top / cover;
  top: -90px;
  padding-bottom: 80px;
}

.ap-lp-top-reason .p-reason-bluewave {
  background: url(../images/nagoya-kyutouki/bg_wave_3.webp) no-repeat center top / cover;
  top: -180px;
  padding-bottom: 130px;
}

.ap-lp-top-reason .p-reason-white.-last {
  top: -275px;
  padding-top: 110px;
  margin-bottom: -330px;
}

.ap-lp-top-reason .ap-lp-heading {
  margin: 40px 0 60px;
  text-align: center;
  text-shadow: 3px 3px 2px #fff, -3px -3px 2px #fff,
    -3px 3px 2px #fff, 3px -3px 2px #fff,
    3px 0px 2px #fff, -3px -0px 2px #fff,
    0px 3px 2px #fff, 0px -3px 2px #fff;
}

.ap-lp-top-reason .ap-lp-heading p {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFD439 60%);
  display: inline;
}

.ap-lp-top-reason .ap-lp-heading p span {
  font-size: 49px;
  color: #42A0E9;
}

.ap-lp-top-reason .p-reason-container :where(.p-reason-blue, .p-reason-bluewave) {
  display: block;
}

.ap-lp-top-reason .p-reason-container .p-reason-blue {
  padding-top: 80px;
  padding-bottom: 150px;
}

.ap-lp-top-reason .p-reason-container .p-reason-section-in {
  display: flex;
  align-items: center;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
}

.ap-lp-top-reason .p-reason-container .p-reason-white-container {
  max-width: 910px;
  margin: 0 auto;
}

.ap-lp-top-reason .p-reason-container .p-reason-bluewave__right {
  top: -50px;
}

.ap-lp-top-search {
  width: 100%;
}

.ap-lp-top-search .p-product-explore__topsHead {
  padding: 10px 50px;
  min-height: 260px;
}

.ap-lp-top-search .p-product-explore__topsHead-in {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}

.ap-lp-top-search .p-product-explore__topsHead .p-product-explore__heading {
  font-size: 5rem;
}

.ap-lp-top-search .p-product-explore__topsHead .p-product-top-ranking__button {
  width: 100%;
  max-width: 360px;
  margin: 20px 0 0 60px;
}

.ap-lp-top-search .p-product-explore__topsUnder .-img {
  padding-top: 16%;
}

.ap-lp-top-search .p-product-explore__heading .-prefix {
  vertical-align: middle;
}

.l-contents.ap-lp-contents {
  margin-top: -40px;
  margin-bottom: 100px;
}

.l-contents.ap-lp-contents>h2 {
  margin-top: 40px;
}

.l-contents.ap-lp-contents h3 {
  margin-top: 30px;
}

.l-contents.ap-lp-contents>h4 {
  margin: 20px 0;
}

.l-contents.ap-lp-contents .p-product-top-tips h4 {
  margin: 20px 0;
}

.l-contents.ap-lp-contents .l-store-banner-item {
  margin-bottom: 40px;
}

.l-contents.ap-lp-contents .p-column-section {
  margin-top: 40px;
}

.p-column-section-list-child__items {
  display: flex;
  justify-content: center;
}

.l-contents.ap-lp-contents .p-exploreList-item__body>h4 {
  margin: 0 0 5px 0;
}

.ap-lp-area {
  font-size: 18px;
}


@media screen and (max-width: 768px) {
  .ap-lp-top-banner {
    margin-top: 0;
  }

  .ap-lp-top-banner .ap-lp-top-banner-txt {
    font-size: 4.8vw;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff,
      -1px 1px 0px #fff, 1px -1px 0px #fff,
      1px 0px 0px #fff, -1px 0px 0px #fff,
      0px 1px 0px #fff, 0px -1px 0px #fff;
  }

  .ap-lp-top-banner .ap-lp-top-banner-txt p span {
    font-size: 6.93vw;
  }

  .ap-lp-top-banner,
  .ap-lp-top-reason {
    min-width: auto;
  }

  .ap-lp-top-reason .l-page__container {
    margin: 0;
  }

  .ap-lp-top-reason .ap-lp-heading {
    margin: 20px 0;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff,
      -1px 1px 0px #fff, 1px -1px 0px #fff,
      1px 0px 0px #fff, -1px 0px 0px #fff,
      0px 1px 0px #fff, 0px -1px 0px #fff;
  }

  .ap-lp-top-reason .ap-lp-heading p {
    font-size: 4.27vw;
  }

  .ap-lp-top-reason .ap-lp-heading p span {
    font-size: 6.93vw;
  }

  .ap-lp-top-reason .p-reason-container .p-reason-section-in {
    display: block;
  }

  .ap-lp-top-reason .p-reason-blue {
    background-image: url(img/bg_wave_1_sp.webp);
  }

  .ap-lp-top-reason .p-reason-white {
    background-image: url(img/bg_wave_2_sp.webp);
  }

  .ap-lp-top-reason .p-reason-bluewave {
    background-image: url(img/bg_wave_3_sp.webp);
    top: -35px;
  }

  .ap-lp-top-reason .p-reason-white.-last {
    top: -120px;
    padding-top: 40px;
    margin-bottom: -120px;
  }

  .ap-lp-top-reason .p-reason-container .p-reason-white-container.-first {
    margin-top: 40px;
  }

  .ap-lp-top-reason .p-reason-container .p-reason-bluewave__right {
    top: 0;
  }

  .ap-lp-top-reason .p-reason-container .p-reason-blue {
    padding-top: 40px;
  }

  .ap-lp-top-search .p-product-explore__topsHead {
    padding: 10px 20px;
  }

  .ap-lp-top-search .p-product-explore__topsHead .p-product-explore__heading {
    font-size: 3rem;
  }

  .ap-lp-top-search .p-product-explore__topsHead .p-product-top-ranking__button {
    margin: 14px 0 0 0;
    width: 92%;
  }

  .ap-lp-top-search .p-product-explore__right .-suffix {
    bottom: 72px;
  }

  .ap-lp-top-search .p-product-explore__topsUnder .-img {
    padding-top: 40%;
  }

  .ap-product-page-new__tops__list-item {
    width: 100%;
  }

  .price-off-fx {
    width: 95%;
    margin: 0 auto;
  }
  .price-off-fx-img{
    width: 50%;
  }

  .ap-product-page-new-box {
    margin: 0 auto;
  }

  .l-contents.ap-lp-contents .p-product-page__heading01:before,
  .l-contents.ap-lp-contents .p-product-page__heading01:after {
    content: none;
  }

  .ap-lp-area {
    padding: 0 20px;
    font-size: 16px;
  }
.ap-price-fx.pecial-box{
  margin-top: 10px;
}
p.add-up-txt{
  margin-top: 5px;
  text-align: left;
}

}