@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.4;
  color: #1b1b1b;
  height: auto !important;
  overflow: hidden;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

img {
  vertical-align: middle;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */
* {
  box-sizing: border-box;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%;
  }
  .span_1 {
    width: 8.3333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}
/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
.container {
  padding: 0 10px;
}

.container img {
  max-width: 100%;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col {
  float: none;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .col {
    float: left;
  }
  .reverse > .col {
    float: right;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  .reverse > .col:last-child,
  :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  .col.offset_1 {
    margin-left: 8.3333333333%;
  }
  .gutters .col.offset_1 {
    margin-left: 10.5%;
  }
  .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .gutters .col.offset_2 {
    margin-left: 19%;
  }
  .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .gutters .col.offset_3 {
    margin-left: 27.5%;
  }
  .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .gutters .col.offset_4 {
    margin-left: 36%;
  }
  .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .gutters .col.offset_5 {
    margin-left: 44.5%;
  }
  .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .gutters .col.offset_6 {
    margin-left: 53%;
  }
  .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .gutters .col.offset_7 {
    margin-left: 61.5%;
  }
  .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .gutters .col.offset_8 {
    margin-left: 70%;
  }
  .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .gutters .col.offset_9 {
    margin-left: 78.5%;
  }
  .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .gutters .col.offset_10 {
    margin-left: 87%;
  }
  .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .gutters .col.offset_11 {
    margin-left: 95.5%;
  }
  .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
  :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }
  .reverse > .col.break {
    margin-left: 0;
  }
  .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }
  .col.break ~ .col {
    margin-top: 2%;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}
header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #000;
  color: #1b1b1b;
}

body.home.scrollTop header {
  box-shadow: none;
}

header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}
header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}

header .title a {
  display: inline-block;
}

header .title img,
header .title object {
  pointer-events: none;
  width: 177px;
  height: 45px;
}

@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 85px;
    height: 21.61017px;
    min-height: 45px;
  }
}
header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b3b3b3;
}

@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}
header .global_nav > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 135, 221, 0.9);
}

header .global_nav > ul > li a:hover {
  color: #fff;
}

header .global_nav > ul > li a:active {
  background: #0087DD;
  color: #fff;
}

header .global_nav > ul > li > a {
  background: rgba(0, 135, 221, 0.9);
}

header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}

header .global_nav .menu_icon a:after,
header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #1b1b1b;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

header .global_nav .menu_icon a:before {
  top: 0;
}

header .global_nav .menu_icon a:after {
  bottom: 0;
}

header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #1b1b1b;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  background: #1b1b1b;
}

header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  -webkit-transform: translate(0, 50%) rotate(-45deg);
  transform: translate(0, 50%) rotate(-45deg);
  background: #1b1b1b;
}

header .global_nav .menu_icon a.close:not(.fix) span {
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

header .global_nav > ul {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  visibility: hidden;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

header.menu_open .global_nav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 768px) {
  body.home {
    padding-top: 0 !important;
  }
  body.home header {
    position: absolute;
  }
  body.scrollTop.home header {
    background: transparent;
  }
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 120px;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
    width: 177px;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding: 0 0 15px;
    vertical-align: bottom;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    -webkit-transform: none;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li:not(:first-child) > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #1b1b1b;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #1b1b1b;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  header .global_nav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}
@media (min-width: 768px) {
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #0087DD;
    color: #0087DD;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  header .global_nav > ul > li > a > span,
  header .global_nav > ul > li > a > br {
    display: none;
  }
}
.hdr_info_wrap {
  display: none;
}

@media (min-width: 768px) {
  .hdr_info_wrap {
    display: block;
  }
}
.hdr_info_wrap .hdr_info {
  position: absolute;
  right: 10px;
  top: 35px;
  right: 3%;
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(0, 135, 221, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
}

@media screen and (min-width: 768px) {
  footer.high .pagetop {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*font*/
/*フォントサイズrem指定用のデフォルト設定*/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

/*全ページ共通*/
body {
  position: relative;
  height: 100vh;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
#background_video {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#background_video video {
  position: absolute;
  z-index: -1 !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}

/*@media (max-width: 767px) {
  #background_video {
    display: none;
  }
}*/
/*ボタン*/
a {
  color: #1b1b1b;
}

a.btn {
  text-decoration: none;
  margin: auto;
  text-align: center;
  background: #000;
  color: #fff;
  width: 80%;
  max-width: 228px;
  padding: 0.34em 0.6em;
  border: solid 1px #000;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s;
}

a.btn span {
  color: #fff;
  font-size: 2.5rem;
  transition: 0.2s;
}

@media (max-width: 767px) {
  a.btn span {
    font-size: 1.8rem;
  }
}
a.btn:hover {
  background: #fff;
  color: #1b1b1b;
}

a.btn:hover span {
  color: #000;
}

a.btn.ghost {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
}

a.anc_link {
  display: table;
  margin: 5% auto 0;
  text-decoration: none;
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  padding-bottom: 26px;
}

@media (max-width: 767px) {
  a.anc_link {
    font-size: 1.8rem;
  }
}
a.anc_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto 0 auto;
  font-weight: bold;
  width: 16px;
  height: 16px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.2s;
}

a.anc_link:hover:after {
  margin-bottom: -5px;
}

a.dl {
  position: relative;
  display: block;
}

a.dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
  height: 32px;
  background: url(/wp-content/uploads/download.png) no-repeat;
  background-size: 29px 32px;
  transition: 0.2s;
}

@media (max-width: 767px) {
  a.dl:after {
    width: 15px;
    height: 17px;
    background: url(/wp-content/uploads/download.png) no-repeat;
    background-size: 15px 17px;
  }
}
a.dl:hover:after {
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

a.btn3 {
  display: block;
  position: relative;
  text-decoration: none;
  margin: auto;
  text-align: center;
  background: linear-gradient(to right, #d70a84 0%, #52127f 100%);
  border-width: 0;
  color: #fff;
  width: 100%;
  max-width: 330px;
  height: 77px;
  border-radius: 34px;
  transition: 0.2s;
}

@media (min-width: 768px) {
  a.btn3 {
    margin: 0 auto auto 0;
  }
}
@media (max-width: 767px) {
  a.btn3 {
    height: 46px;
    max-width: 280px;
  }
}
a.btn3 span {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3.3rem;
}

@media (max-width: 767px) {
  a.btn3 span {
    font-size: 1.8rem;
  }
}
a.btn3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 25px;
  height: 21px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/wp-content/uploads/ar.png) no-repeat;
  background-size: 25px 21px;
  transition: 0.2s;
}

@media (max-width: 767px) {
  a.btn3:after {
    width: 15px;
    height: 13px;
    background-size: 15px 13px;
  }
}
a.btn3:hover:after {
  right: 3%;
}

/*下層ページ共通*/
body:not(.home) {
  margin: 0;
  font-size: 2rem;
  line-height: 1.8;
}

@media (max-width: 1023px) {
  body:not(.home) header .title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  body:not(.home) {
    font-size: 1.6rem;
  }
}
body:not(.home) p.s {
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  body:not(.home) p.s {
    font-size: 1.2rem;
  }
}
body:not(.home) p.m {
  font-size: 2.5rem;
  line-height: 1.84;
}

@media (max-width: 1024px) {
  body:not(.home) p.m {
    font-size: 1.6rem;
  }
}
body:not(.home) p.l {
  font-size: 2.9rem;
  line-height: 2.03448;
}

@media (max-width: 767px) {
  body:not(.home) p.l {
    font-size: 1.6rem;
  }
}
body:not(.home) p.ll {
  font-size: 3.3rem;
  line-height: 1.78788;
}

@media (max-width: 767px) {
  body:not(.home) p.ll {
    font-size: 1.8rem;
  }
}
body:not(.home) main section {
  padding: 13.75% 0;
}

@media (min-width: 768px) {
  body:not(.home) main section {
    padding: 13.75% 0;
  }
}
.text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .pc-text-right {
    text-align: right;
  }
}
.text-left {
  text-align: left;
}

@media (min-width: 768px) {
  .pc-text-left {
    text-align: left;
  }
}
/*header*/
header .container .row {
  width: 100%;
}

header .title {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  header .row {
    vertical-align: middle;
  }
  header .title {
    margin: 0 auto;
    display: table;
    width: auto;
    padding: 37.5px 0;
  }
}
body.home header,
body header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media (max-width: 767px) {
  header .title img,
  header .title object {
    height: auto !important;
    min-height: auto !important;
  }
  header {
    padding: 20px 0;
  }
}
header .container .row {
  position: relative;
  z-index: 9999;
}

.h_btn {
  position: absolute;
  top: 50%;
  right: 104px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  color: #1b1b1b;
  box-shadow: 0 0 10px transparent;
  text-align: center;
  padding: 0.12em 0.96em;
  border-radius: 17.5px;
  text-decoration: none;
  font-size: 20.83px;
  transition: 0.2s;
  z-index: 999;
}

.h_btn:hover {
  background: transparent;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .h_btn {
    font-size: 1rem;
    right: 70px;
  }
}
/*ナビ*/
.nav {
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 20px;
  overflow-y: scroll;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 999px) {
  .nav {
    padding: 40px 20px;
  }
}
.nav .nav_menu_ul {
  max-width: 1200px;
  width: 100%;
  margin: 100px auto;
  padding: 0;
}

@media (max-width: 999px) {
  .nav .nav_menu_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nav .nav_menu_ul .nav_menu_li {
  margin-bottom: 4%;
  display: block;
}

@media (max-width: 999px) {
  .nav .nav_menu_ul .nav_menu_li {
    margin-bottom: 8%;
  }
}
.nav .nav_menu_ul .nav_menu_li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 47px;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
  transition: 0.2s;
}

@media (max-width: 999px) {
  .nav .nav_menu_ul .nav_menu_li a {
    font-size: 16px;
  }
}
.nav .nav_menu_ul .nav_menu_li a span {
  display: block;
  text-align: right;
}

@media (max-width: 999px) {
  .nav .nav_menu_ul .nav_menu_li a span {
    text-align: left;
  }
}
.nav .nav_menu_ul .nav_menu_li a:hover {
  color: #c01f7f;
}

.nav .nav_menu_ul .nav_menu_li.has_sub_ttl {
  line-height: 1.4;
}

.nav .nav_menu_ul .nav_menu_li.has_sub_ttl a {
  font-size: 12.5rem;
}

.nav .nav_menu_ul .nav_menu_li.has_sub_ttl a span {
  font-size: 2.5rem;
}

@media (max-width: 999px) {
  .nav .nav_menu_ul .nav_menu_li.has_sub_ttl a {
    font-size: 2.4rem;
  }
  .nav .nav_menu_ul .nav_menu_li.has_sub_ttl a span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1000px) {
  .nav .nav_menu_ul .nav_menu_li.has_sub_ttl.right {
    text-align: right;
  }
}
.nav.panelactive {
  opacity: 1;
  pointer-events: fill;
  z-index: 800;
}

header .container {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: auto;
}

header .container .row {
  margin: auto;
  width: 100%;
}

.openbtn {
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 25px;
  pointer-events: painted;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  width: 30px;
}

.openbtn span:nth-of-type(1) {
  top: 0;
}

.openbtn span:nth-of-type(2) {
  top: 11px;
}

.openbtn span:nth-of-type(3) {
  top: 22px;
}

.openbtn.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (min-width: 768px) {
  section.concept_sec_01,
  section.product_sec_01,
  section.stylinggear_sec_01,
  section.dryer_sec_01,
  section.straight_sec_01,
  section.curl_sec_01,
  section.dryerrp_sec_01,
  section.forprofessional_sec_00 {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  section.concept_sec_01,
  section.product_sec_01,
  section.stylinggear_sec_01,
  section.dryer_sec_01,
  section.straight_sec_01,
  section.curl_sec_01,
  section.dryerrp_sec_01,
  section.forprofessional_sec_00 {
    margin-top: 68px;
  }
}
@media (min-width: 768px) {
  body.scrollTop.home header {
    background: rgba(0, 0, 0, 0.8);
  }
}
/*footer*/
footer {
  background: #000;
  padding: 140px 0 116px;
}

@media (max-width: 767px) {
  footer {
    padding: 80px 0;
  }
}
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
  font-size: 2.2rem;
}

@media (max-width: 1000px) {
  .footer_nav {
    font-size: 1.6rem;
  }
}
.footer_nav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.footer_nav li {
  display: inline-block;
  list-style: none;
  margin: 0;
}

@media (min-width: 768px) {
  .footer_nav li {
    padding: 0 1.1em;
  }
  .footer_nav li:first-child {
    padding-left: 0;
  }
  .footer_nav li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer_nav li {
    display: block;
    padding: 0.4em 0.5em;
    text-align: center;
  }
}
.footer_nav li a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.footer_nav li a:hover {
  color: #fff;
}

.footer_info_section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .footer_info_section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer_info_section .row .ttl {
  margin: 0 auto auto 0;
}

@media (max-width: 767px) {
  .footer_info_section .row .ttl {
    margin: 0 auto;
  }
}
.footer_info_section .row .ttl figure img {
  width: 287px;
}

@media (max-width: 767px) {
  .footer_info_section .row .ttl figure img {
    max-width: 287px;
    width: 80%;
  }
}
.footer_info_section .row .sns {
  margin: 0 0 auto auto;
}

@media (max-width: 767px) {
  .footer_info_section .row .sns {
    margin: 10% auto 0;
  }
}
.footer_info_section .row .sns ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_info_section .row .sns ul li a img {
  height: 40px;
  width: auto;
}

@media (max-width: 767px) {
  .footer_info_section .row .sns ul li a img {
    height: 30px;
  }
}
.footer_info_section .row .sns ul li:nth-child(2) {
  margin: 0 50px;
}

@media (max-width: 767px) {
  .footer_info_section .row .sns ul li:nth-child(2) {
    margin: 0 25px;
  }
}
.footer_copyright_wrap p {
  margin-top: 90px;
  color: #fff;
}

@media (min-width: 768px) {
  .footer_copyright_wrap p {
    font-size: 1.6rem;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer_copyright_wrap p {
    margin-top: 3em;
    text-align: center;
    font-size: 1.2rem;
  }
}
/*トップページ*/
body.home header {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 100;
}

body.home header .title img,
body.home header .title object {
  visibility: hidden;
}

main section {
  position: relative;
  z-index: 0;
}

main section .container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.top_bnr {
  width: 80%;
  text-align: center;
  margin: -120px auto 120px auto;
}

@media (max-width: 1280px) {
  .top_bnr {
    width: 90%;
    margin: -80px auto 80px auto;
  }
}
@media (max-width: 1023px) {
  .top_bnr {
    margin: -60px auto 40px auto;
  }
}
@media (max-width: 768px) {
  .top_bnr {
    margin: -40px auto 40px auto;
  }
}
.top_bnr a {
  width: 100%;
}

.top_bnr a:hover {
  opacity: 0.8;
}

.top_bnr img {
  width: 100%;
  height: auto;
}

.top_sec_00 {
  position: relative;
}

.top_sec_00 .container {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .top_sec_00 video {
    width: auto;
    height: 50vh;
  }
}
.top_sec_00 .top_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  max-width: 1199px;
  max-height: 308px;
  z-index: 0;
}

@media (max-width: 1023px) {
  .top_sec_00 .top_logo {
    width: 60%;
    height: auto;
  }
}
.top_sec_01 {
  padding: 14.375% 0 0 0;
}

.top_sec_01 .container {
  max-width: 1280px;
}

.top_sec_01 .col {
  position: relative;
}

@media (min-width: 768px) {
  .top_sec_01 h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.top_sec_01 h2 img {
  position: relative;
  width: 100%;
  max-width: 955px;
  height: auto;
  z-index: 0;
}

@media (max-width: 1024px) {
  .top_sec_01 h2 img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .top_sec_01 h2 img {
    width: 100%;
  }
}
.top_sec_01 .txt_area {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .top_sec_01 .txt_area {
    display: table;
    width: 45.5%;
    margin: 26% 10px auto auto;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .top_sec_01 .txt_area {
    width: 53.5%;
  }
}
@media (max-width: 767px) {
  .top_sec_01 .txt_area {
    margin: 0 auto;
    display: table;
  }
}
.top_sec_01 h3 {
  font-size: 4.583rem;
  letter-spacing: 0.4em;
  line-height: 1.55556;
  margin-bottom: 0.6em;
}

@media (max-width: 1023px) {
  .top_sec_01 h3 {
    font-size: 2.583rem;
  }
}
.top_sec_01 p {
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  margin: 0;
}

@media (max-width: 1023px) {
  .top_sec_01 p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.top_sec_01 p strong {
  font-size: 3.75rem;
}

@media (max-width: 767px) {
  .top_sec_01 p strong {
    font-size: 2.75rem;
  }
}
@media (max-width: 767px) {
  .top_sec_01 p br {
    display: none;
  }
}
.top_sec_01 p + p {
  margin-top: 2em;
}

.top_sec_02 {
  padding: 9.4% 0;
}

.top_sec_02 .container {
  max-width: 1220px;
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .top_sec_02 .container {
    padding: 0 10px;
  }
}
.top_sec_02 h2 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .top_sec_02 h2 {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .top_sec_02 .col:not(:last-child) {
    margin-bottom: 0;
  }
}
.top_sec_02 .col a {
  position: relative;
  display: block;
  max-width: 400px;
  height: 100%;
  margin: auto;
  overflow: hidden;
  outline: solid 1px #fff;
}

@media (max-width: 767px) {
  .top_sec_02 .col a {
    max-width: none;
  }
}
.top_sec_02 .col a figure img {
  visibility: hidden;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
  transition: 0.2s ease;
}

@media (max-width: 767px) {
  .top_sec_02 .col a figure img {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 60vh;
  }
}
.top_sec_02 .col a:hover figure img {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.top_sec_02 .col:nth-child(1) a {
  background: url(/wp-content/uploads/top_img005.jpg) no-repeat center/cover;
}

.top_sec_02 .col:nth-child(2) a {
  background: url(/wp-content/uploads/top_img007.jpg) no-repeat center/cover;
}

.top_sec_02 .col:nth-child(3) a {
  background: url(/wp-content/uploads/top_img009.jpg) no-repeat center/cover;
}

.top_sec_03 {
  padding: 0 0 9.4% 0;
}

.top_sec_03 a {
  border: solid 1px #000;
  color: #000;
  display: block;
  max-width: 570px;
  width: 100%;
  height: auto;
  margin: 0 auto auto 0;
  text-decoration: none;
}

@media (max-width: 767px) {
  .top_sec_03 a {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .top_sec_03 a div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 40px;
  }
}
@media (max-width: 767px) {
  .top_sec_03 a div {
    display: block;
    margin: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.top_sec_03 a div p {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.28;
  margin: 0 8rem 0 0;
}

@media (max-width: 767px) {
  .top_sec_03 a div p {
    font-size: 3rem;
    margin: 0;
  }
}
.top_sec_03 a div span {
  font-size: 2.5rem;
  line-height: 1em;
  transition: 0.2s;
  font-weight: bold;
}

@media (max-width: 767px) {
  .top_sec_03 a div span {
    font-size: 1.8rem;
    display: block;
    text-align: right;
  }
}
.top_sec_03 a:hover div span {
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .top_sec_04 .col.ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top_sec_04 .col.ttl h2 {
    margin: auto;
  }
}
.top_sec_04 .col.content {
  border: solid 1px #000;
  padding: 1.6em 1.2em;
}

.top_sec_04 .col.content dl {
  margin: 0 auto 40px;
  overflow-y: scroll;
}

@media (min-width: 768px) {
  .top_sec_04 .col.content dl {
    min-height: 120px;
    max-height: 570px;
  }
}
.top_sec_04 .col.content dl dt,
.top_sec_04 .col.content dl dd {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .top_sec_04 .col.content dl dt,
  .top_sec_04 .col.content dl dd {
    font-size: 1.8rem;
  }
}
.top_sec_04 .col.content dl dt {
  margin-bottom: 0.2em;
}

.top_sec_04 .col.content dl dd {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .top_sec_04 .col.content dl {
    height: auto;
    overflow-y: scroll;
  }
}
.top_sec_04 p.btm_btn {
  text-align: right;
}

.top_sec_04 p.btm_btn a {
  text-decoration: none;
  color: #000;
  font-size: 2.5rem;
  line-height: 1em;
  transition: 0.2s;
  font-weight: bold;
}

@media (max-width: 767px) {
  .top_sec_04 p.btm_btn a {
    font-size: 1.8rem;
  }
}
.top_sec_04 p.btm_btn a:hover {
  letter-spacing: 0.1em;
}

main section:last-child {
  padding-bottom: 444px;
}

@media (max-width: 767px) {
  main section:last-child {
    padding-bottom: 24vh;
  }
}
/*Concept*/
.concept_sec_01 {
  padding: 13.854% 10px 11.04%;
}

@media (min-width: 768px) {
  .concept_sec_02 {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .concept_sec_02 h2 {
    width: 70%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .concept_sec_02 .box {
    width: 90%;
    max-width: 990px;
    float: none;
    margin: 4% 0 auto auto;
  }
}
@media (max-width: 1023px) {
  .concept_sec_02 .box {
    margin: auto;
    max-width: none;
  }
}
.concept_sec_02 h3 {
  font-size: 4.5rem;
  margin: 0 0 0.6em 0;
}

@media (max-width: 767px) {
  .concept_sec_02 h3 {
    font-size: 2.4rem;
  }
}
.concept_sec_02 p strong {
  font-size: 3.75rem;
}

@media (max-width: 767px) {
  .concept_sec_02 p strong {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .concept_sec_03 {
    padding: 355px 10px 340px;
  }
}
.concept_sec_03 h2 {
  margin-bottom: 14.66%;
}

@media (max-width: 767px) {
  .concept_sec_03 h2 {
    width: 70%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .concept_sec_03 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .concept_sec_03 .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .concept_sec_03 .row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.concept_sec_03 .row .col {
  float: none;
  width: auto;
}

.concept_sec_03 .row:not(:last-child) {
  margin-bottom: 17.333%;
}

.concept_sec_03 h3 {
  margin: 0 0 8% 0;
}

@media (max-width: 767px) {
  .concept_sec_03 h3 {
    width: 70%;
    height: auto;
  }
}
.concept_sec_03 p strong {
  font-size: 3.75rem;
}

@media (max-width: 767px) {
  .concept_sec_03 p strong {
    font-size: 2rem;
  }
}
/*dryer*/
.dryer_sec_01 h2 {
  text-align: center;
  margin-bottom: 7.5%;
}

.dryer_sec_01 p {
  text-align: center;
  font-size: 3.3rem;
}

@media (max-width: 767px) {
  .dryer_sec_01 p {
    font-size: 2.2rem;
  }
}
.dryer_sec_02 {
  padding: 0 !important;
}

.dryer_sec_02 figure img {
  width: 100%;
  height: auto;
}

.dryer_sec_03 .container {
  padding: 0 10px;
}

.dryer_sec_03 h3 {
  margin-bottom: 7.5%;
}

.dryer_sec_03 h3 span {
  display: block;
  font-size: 1.9rem;
  margin-top: 1.6%;
}

.dryer_sec_03 p {
  font-size: 2.083rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .dryer_sec_03 p {
    font-size: 1.5rem;
  }
}
.dryer_sec_03 dl {
  margin: 8% auto;
  border: solid 2px #000;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 136px;
}

@media (max-width: 1023px) {
  .dryer_sec_03 dl {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
  }
}
.dryer_sec_03 dl dt {
  font-size: 2.083rem;
  width: 50%;
  text-align: center;
}

.dryer_sec_03 dl dd {
  width: 50%;
}

.dryer_sec_03 dl dd p {
  font-size: 1.34rem;
  line-height: 1;
  margin: 0;
}

.dryer_sec_03 dl dd .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.dryer_sec_03 dl dd .price .num {
  font-size: 3.348rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.dryer_sec_03 dl dd .price .num span {
  font-size: 1.9rem;
}

.dryer_sec_03 dl dd .price .num .tax {
  font-size: 0.894rem;
  position: absolute;
  top: 0;
  right: -1.2em;
}

.dryer_sec_03 dl dd .price .yen {
  font-size: 1.9rem;
  text-align: center;
  line-height: 1;
}

.dryer_sec_03 figure {
  margin-bottom: 8%;
}

@media (max-width: 767px) {
  .dryer_sec_03 figure img {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .dryer_sec_03 .col:not(:last-child) {
    margin-bottom: 13.75%;
  }
}
.dryer_sec_04,
.dryer_sec_05 {
  color: #fff;
}

.dryer_sec_04 .container,
.dryer_sec_05 .container {
  padding: 0 10px;
}

.dryer_sec_04 .row:not(:last-child),
.dryer_sec_05 .row:not(:last-child) {
  margin-bottom: 8%;
}

@media (min-width: 768px) {
  .dryer_sec_04 .col.img,
  .dryer_sec_05 .col.img {
    width: 27%;
  }
}
.dryer_sec_04 .col.img figure img,
.dryer_sec_05 .col.img figure img {
  max-width: 245px;
  width: 70%;
}

@media (min-width: 768px) {
  .dryer_sec_04 .col.txt,
  .dryer_sec_05 .col.txt {
    width: 73%;
  }
}
.dryer_sec_04 h2,
.dryer_sec_05 h2 {
  margin-bottom: 8%;
}

@media (max-width: 767px) {
  .dryer_sec_04 h2,
  .dryer_sec_05 h2 {
    width: 70%;
    height: auto;
  }
}
.dryer_sec_04 h2 span,
.dryer_sec_05 h2 span {
  display: block;
  font-size: 3rem;
  margin-top: 2%;
}

@media (max-width: 767px) {
  .dryer_sec_04 h2 span,
  .dryer_sec_05 h2 span {
    font-size: 2rem;
  }
}
.dryer_sec_04 h3,
.dryer_sec_05 h3 {
  margin-bottom: 7.5%;
  font-size: 4.167rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .dryer_sec_04 h3,
  .dryer_sec_05 h3 {
    font-size: 2rem;
  }
}
.dryer_sec_04 h3 span,
.dryer_sec_05 h3 span {
  display: block;
  font-size: 1.9rem;
  margin-top: 1.6%;
}

.dryer_sec_04 .txt h3,
.dryer_sec_05 .txt h3 {
  font-size: 5.833rem;
  margin: 0 0 0.4em 0;
}

@media (max-width: 767px) {
  .dryer_sec_04 .txt h3,
  .dryer_sec_05 .txt h3 {
    font-size: 2rem;
  }
}
.dryer_sec_04 .txt h3 span,
.dryer_sec_05 .txt h3 span {
  font-size: 5.833rem;
  display: inline-block;
}

@media (max-width: 767px) {
  .dryer_sec_04 .txt h3 span,
  .dryer_sec_05 .txt h3 span {
    font-size: 2rem;
    display: block;
  }
}
.dryer_sec_04 figure,
.dryer_sec_05 figure {
  margin: 8% auto;
}

@media (max-width: 767px) {
  .dryer_sec_04 figure img.sp-img1,
  .dryer_sec_05 figure img.sp-img1 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .dryer_sec_04 dl,
  .dryer_sec_05 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.dryer_sec_04 dl dt,
.dryer_sec_05 dl dt {
  font-weight: bold;
  width: 27.5%;
  max-width: 330px;
  font-size: 3.333rem;
}

@media (max-width: 1024px) {
  .dryer_sec_04 dl dt,
  .dryer_sec_05 dl dt {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
.dryer_sec_04 dl dd,
.dryer_sec_05 dl dd {
  padding: 0;
  margin: 0 0 0 1.5em;
}

.dryer_sec_04 dl dd ul,
.dryer_sec_05 dl dd ul {
  margin: 0;
  padding: 0;
}

.dryer_sec_04 dl dd ul li,
.dryer_sec_05 dl dd ul li {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
}

@media (max-width: 1024px) {
  .dryer_sec_04 dl dd ul li,
  .dryer_sec_05 dl dd ul li {
    font-size: 1.5rem;
  }
}
.dryer_sec_04 dl dd ul li:not(:last-child),
.dryer_sec_05 dl dd ul li:not(:last-child) {
  margin-bottom: 0.7em;
}

.dryer_sec_04 a.btn,
.dryer_sec_05 a.btn {
  font-size: 2.6rem;
  max-width: 360px;
  width: 100%;
  border-radius: 48px;
  padding: 0.36em 0.8em;
}

@media (max-width: 767px) {
  .dryer_sec_04 a.btn,
  .dryer_sec_05 a.btn {
    font-size: 1.5rem;
  }
}
.dryer_sec_04 {
  background: linear-gradient(to right, #351832 0%, #73134d 100%);
}

/*修正中1*/
.dryer_sec_04 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.dryer_sec_04 .flex:first-child {
  margin-bottom: 80px;
}

.dryer_sec_04 .flex .flex_box {
  width: 36%;
}

@media (max-width: 767px) {
  .dryer_sec_04 .flex {
    flex-direction: column;
    gap: 20px;
  }
  .dryer_sec_04 .flex .flex_box {
    width: 100%;
  }
  .dryer_sec_04 .flex:first-child {
    margin-bottom: 60px;
  }
  .dryer_sec_04 a.btn {
    max-width: 280px;
  }
}
.dryer_sec_05 {
  background: linear-gradient(to right, #014d37 0%, #126d72 100%);
}

.dryer_sec_06 {
  background: #fff;
}

.dryer_sec_06 .container {
  max-width: 1200px;
}

.dryer_sec_06 .col {
  position: relative;
}

.dryer_sec_06 .col a.btn {
  position: absolute;
  top: 64%;
  left: 0;
}

@media (max-width: 767px) {
  .dryer_sec_06 .col:not(:last-child) {
    margin-bottom: 16%;
  }
}
.dryer_sec_06 a.btn2 {
  max-width: 590px;
  width: 100%;
  border: solid 1px #000;
  position: relative;
  display: block;
  font-size: 4.2rem;
  text-decoration: none;
  margin: 8% auto 0;
  text-align: center;
  padding: 0.6em;
}

@media (max-width: 767px) {
  .dryer_sec_06 a.btn2 {
    font-size: 2.4rem;
    max-width: 300px;
  }
}
.dryer_sec_06 a.btn2:after {
  content: ">>";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s;
}

.dryer_sec_06 a.btn2:hover:after {
  right: 3%;
}

/*修正中2*/
.dryer_sec_06 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn5 {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #000;
  padding: 16px 0;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  border-radius: 54px;
  font-size: 18px;
  font-weight: bold;
  width: 31%;
}

.btn5 span {
  position: relative;
  z-index: 3;
  color: #1b1b1b;
}

.btn5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

@media (hover: hover) {
  .btn5:hover span {
    color: #fff;
  }
  .btn5:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media (max-width: 960px) {
  .dryer_sec_06 .flex {
    flex-direction: column;
    gap: 24px;
  }
  .dryer_sec_06 .flex .btn5 {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dryer_sec_06 .flex .btn5 {
    font-size: 14px;
  }
}
/*stylinggear*/
.stylinggear_sec_01 {
  padding: 0 !important;
}

.slider {
  padding: 0 !important;
  margin: auto !important;
  width: 100vw;
  max-width: 1920px;
  list-style-type: none;
  position: relative;
}

.slick-slider {
  width: 100%;
}

.slick-slider span img {
  width: 100vw;
  height: auto;
}

.slick-slider span img {
  position: relative;
  z-index: 1;
}

.slick-dots {
  position: absolute;
  left: 4%;
  bottom: 4%;
  list-style-type: none;
}

@media (max-width: 767px) {
  .slick-dots {
    left: 4%;
  }
}
.slick-dots li {
  display: inline;
}

.slick-dots li button {
  width: 17px;
  height: 17px;
  border: solid 2px #fff;
  background: transparent;
  border-radius: 8.5px;
  font-size: 0;
}

.slick-dots li:not(:first-child) {
  margin-left: 40px;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.stylinggear_sec_02,
.stylinggear_sec_05 {
  padding: 20% 0 !important;
  position: relative;
}

@media (max-width: 767px) {
  .stylinggear_sec_02,
  .stylinggear_sec_05 {
    padding: 8% 0 !important;
  }
}
@media (min-width: 768px) {
  .stylinggear_sec_02 .col,
  .stylinggear_sec_05 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .stylinggear_sec_02 .col figure,
  .stylinggear_sec_05 .col figure {
    display: none;
  }
  .stylinggear_sec_02:before,
  .stylinggear_sec_05:before {
    content: "";
    display: block;
    position: absolute;
    top: 14%;
    left: 0;
    width: 1049px;
    height: 863px;
    background: url(/wp-content/uploads/stylinggear_img002.png) no-repeat;
    background-size: 1049px 863px;
    z-index: 0;
  }
  .stylinggear_sec_05:before {
    background: url(/wp-content/uploads/stylinggear_img008.png) no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .stylinggear_sec_02:before,
  .stylinggear_sec_05:before {
    left: 0;
    width: 50%;
    background-size: 100%;
  }
}
.stylinggear_sec_02 .container,
.stylinggear_sec_03 .container,
.stylinggear_sec_04 .container,
.stylinggear_sec_05 .container {
  padding: 0;
}

.stylinggear_sec_02 .box,
.stylinggear_sec_03 .box,
.stylinggear_sec_04 .box,
.stylinggear_sec_05 .box {
  position: relative;
  width: 50%;
  max-width: 515px;
  padding: 0 10px;
  z-index: 10;
}

@media (max-width: 767px) {
  .stylinggear_sec_02 .box,
  .stylinggear_sec_03 .box,
  .stylinggear_sec_04 .box,
  .stylinggear_sec_05 .box {
    margin: 30px auto 0;
    padding: 0 10px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 1000px) {
  .stylinggear_sec_02 .box p.ll,
  .stylinggear_sec_03 .box p.ll,
  .stylinggear_sec_04 .box p.ll,
  .stylinggear_sec_05 .box p.ll {
    font-size: 1.8rem !important;
  }
}
.stylinggear_sec_03 {
  padding: 0 0 20% 0 !important;
  position: relative;
}

@media (max-width: 767px) {
  .stylinggear_sec_03 {
    padding: 8% 0 !important;
  }
}
@media (min-width: 768px) {
  .stylinggear_sec_03 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .stylinggear_sec_03 .col figure {
    display: none;
  }
  .stylinggear_sec_03 .col .box {
    margin-top: 6%;
  }
  .stylinggear_sec_03:before {
    content: "";
    display: block;
    position: absolute;
    top: -18%;
    right: 0;
    width: 950px;
    height: 1217px;
    background: url(/wp-content/uploads/250922_img008.png) no-repeat;
    background-size: 950px 1217px;
    z-index: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .stylinggear_sec_03:before {
    top: -10%;
    right: 0;
    width: 50%;
    background-size: 100%;
  }
}
.stylinggear_sec_04 {
  padding: 0 0 20% 0 !important;
  position: relative;
}

@media (max-width: 767px) {
  .stylinggear_sec_04 {
    padding: 8% 0 !important;
  }
}
@media (min-width: 768px) {
  .stylinggear_sec_04 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 1350px;
  }
  .stylinggear_sec_04 .col figure {
    display: none;
  }
  .stylinggear_sec_04 .col .box {
    margin-top: 9%;
  }
  .stylinggear_sec_04:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 994px;
    height: 1349px;
    background: url(/wp-content/uploads/stylinggear_img006.png) no-repeat;
    background-size: 994px 1349px;
    z-index: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .stylinggear_sec_04:before {
    left: 0;
    width: 50%;
    background-size: 100%;
  }
}
/*商品情報*/
.btn4 {
  display: block;
  text-decoration: none;
  font-size: 1.716rem;
  width: 146px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: solid 2px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  color: #fff;
  transition: 0.2s;
}

.btn4:hover {
  letter-spacing: 0.1em;
}

.product_sec_01 {
  background: url(/wp-content/uploads/product_bg01.jpg) no-repeat center/cover;
  padding: 0 !important;
  position: relative;
}

@media (max-width: 999px) {
  .product_sec_01 {
    height: 60vh;
  }
}
.product_sec_01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%;
  background: url(/wp-content/uploads/product_img001.png) no-repeat center/cover;
  z-index: 0;
}

@media (max-width: 767px) {
  .product_sec_01:before {
    background: url(/wp-content/uploads/product_img001.png) no-repeat left center/cover;
  }
}
.product_sec_01 .container {
  max-width: 1200px;
}

.product_sec_01 .col {
  position: relative;
}

@media (min-width: 768px) {
  .product_sec_01 .col {
    height: 1080px;
    padding: 30vh 0;
  }
}
@media (max-width: 999px) {
  .product_sec_01 .col {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
  }
}
.product_sec_01 .col h2 {
  position: relative;
  margin-bottom: 30px;
}

.product_sec_01 .col .box {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: auto;
  z-index: 0;
}

.product_sec_01 .col .box p,
.product_sec_01 .col .box a {
  position: relative;
  z-index: 2;
}

.product_sec_01 p {
  color: #fff;
  font-size: 2.5rem;
  margin: 0 0 1em 0;
}

@media (max-width: 767px) {
  .product_sec_01 p {
    font-size: 1.8rem;
  }
}
.product_sec_02 {
  background: url(/wp-content/uploads/product_bg02.jpg) no-repeat center/cover;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

@media (max-width: 999px) {
  .product_sec_02 {
    height: 60vh;
  }
}
.product_sec_02:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%;
  max-width: 1497px;
  max-height: 1167px;
  background: url(/wp-content/uploads/product_img002.png) no-repeat center/cover;
  background-size: auto 100%;
  z-index: 0;
}

.product_sec_02 .container {
  max-width: 1200px;
}

.product_sec_02 .col {
  position: relative;
}

@media (min-width: 1000px) {
  .product_sec_02 .col {
    height: 1080px;
    padding: 375px 0 0;
  }
}
@media (max-width: 999px) {
  .product_sec_02 .col {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
  }
}
.product_sec_02 .col h2 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.product_sec_02 .col .box {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: auto;
  z-index: 0;
}

.product_sec_02 .col .box p,
.product_sec_02 .col .box a {
  position: relative;
  z-index: 2;
}

.product_sec_02 p {
  color: #fff;
  font-size: 2.5rem;
  margin: 0 0 1em 0;
}

@media (max-width: 767px) {
  .product_sec_02 p {
    font-size: 1.8rem;
  }
}
.product_sec_03 {
  background: url(/wp-content/uploads/product_bg03.jpg) no-repeat center/cover;
  padding: 0 !important;
}

.product_sec_03 .container {
  max-width: 1200px;
}

.product_sec_03 .col {
  position: relative;
}

@media (min-width: 1000px) {
  .product_sec_03 .col {
    height: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 999px) {
  .product_sec_03 .col {
    height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product_sec_03 .col h2 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 1000px) {
  .product_sec_03 .col h2 {
    z-index: -1;
  }
}
.product_sec_03 .col .box {
  position: relative;
  max-width: 1031px;
  width: 100%;
  margin: auto;
  z-index: 0;
}

.product_sec_03 .col .box p,
.product_sec_03 .col .box a {
  position: relative;
  z-index: 2;
}

.product_sec_03 p {
  color: #fff;
  font-size: 2.5rem;
  margin: 0 0 1em 0;
}

@media (max-width: 767px) {
  .product_sec_03 p {
    font-size: 1.8rem;
  }
}
/*ドライヤーRp*/
.dryerrp_sec_01 {
  padding: 0 !important;
}

.dryerrp_sec_01 .container {
  max-width: none;
  padding: 0;
}

.dryerrp_sec_02,
.dryerrp_sec_03 {
  padding: 14.58333% 0 0 0 !important;
}

.dryerrp_sec_02 .container,
.dryerrp_sec_03 .container {
  max-width: 1220px;
  padding: 0 10px;
}

.dryerrp_sec_02 h2,
.dryerrp_sec_03 h2 {
  font-size: 12.5rem;
  line-height: 1.44;
  margin: 0 0 0.4em 0;
}

@media (max-width: 999px) {
  .dryerrp_sec_02 h2,
  .dryerrp_sec_03 h2 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .dryerrp_sec_02 h2,
  .dryerrp_sec_03 h2 {
    font-size: 3rem;
  }
}
@media (max-width: 999px) {
  .dryerrp_sec_02 p br {
    display: none;
  }
}
@media (min-width: 1000px) {
  .dryerrp_sec_03 h2 {
    font-size: 10rem;
  }
}
@media (max-width: 767px) {
  .dryerrp_sec_03 h2 {
    font-size: 2.5rem;
  }
}
.dryerrp_sec_04 h2 {
  text-align: center;
}

.dryerrp_sec_04 p {
  text-align: center;
}

.dryerrp_sec_04 dl.price {
  margin: 8% auto;
  border: solid 2px #000;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 515px;
  height: 136px;
}

@media (max-width: 1023px) {
  .dryerrp_sec_04 dl.price {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
  }
}
.dryerrp_sec_04 dl.price dt {
  font-size: 2.083rem;
  width: 50%;
  text-align: center;
}

.dryerrp_sec_04 dl.price dd {
  width: 50%;
}

.dryerrp_sec_04 dl.price dd p {
  font-size: 1.34rem;
  line-height: 1;
  margin: 0;
  text-align: left;
}

.dryerrp_sec_04 dl.price dd .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.dryerrp_sec_04 dl.price dd .price .num {
  font-size: 3.348rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.dryerrp_sec_04 dl.price dd .price .num span {
  font-size: 1.9rem;
}

.dryerrp_sec_04 dl.price dd .price .num .tax {
  font-size: 0.894rem;
  position: absolute;
  top: 0;
  right: -1.2em;
}

.dryerrp_sec_04 dl.price dd .price .yen {
  font-size: 1.9rem;
  text-align: center;
  line-height: 1;
}

.dryerrp_sec_04 .btn {
  margin-top: 8%;
}

.dryerrp_sec_05 {
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .dryerrp_sec_05 dl.spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.dryerrp_sec_05 dl.spec dt {
  font-weight: bold;
  width: 27.5%;
  max-width: 330px;
  font-size: 3.333rem;
}

@media (max-width: 1024px) {
  .dryerrp_sec_05 dl.spec dt {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
.dryerrp_sec_05 dl.spec dd {
  padding: 0;
  margin: 0 0 0 1.5em;
}

.dryerrp_sec_05 dl.spec dd ul {
  margin: 0;
  padding: 0;
}

.dryerrp_sec_05 dl.spec dd ul li {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
}

@media (max-width: 1024px) {
  .dryerrp_sec_05 dl.spec dd ul li {
    font-size: 1.5rem;
  }
}
.dryerrp_sec_05 dl.spec dd ul li:not(:last-child) {
  margin-bottom: 0.7em;
}

.dryerrp_sec_05 a.btn {
  font-size: 3.75rem;
  max-width: 390px;
  border-radius: 48px;
  padding: 0.36em 0.8em;
}

.dryerrp_sec_05 a.btn:hover::after {
  background: url(/wp-content/uploads/download_black.png) no-repeat;
}

@media (max-width: 1024px) {
  .dryerrp_sec_05 a.btn {
    font-size: 1.5rem;
  }
}
.dryerrp_sec_06 {
  padding-top: 0 !important;
}

.dryerrp_sec_06 p.lead {
  font-size: 7.5rem;
  line-height: normal;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 767px) {
  .dryerrp_sec_06 p.lead {
    font-size: 4rem;
  }
}
.dryerrp_sec_06 p.sub {
  font-size: 4.167rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 767px) {
  .dryerrp_sec_06 p.sub {
    font-size: 2.5rem;
  }
}
.dryerrp_sec_07,
.dryerrp_sec_08,
.dryerrp_sec_09 {
  padding-top: 0 !important;
}

.dryerrp_sec_07 .container,
.dryerrp_sec_08 .container,
.dryerrp_sec_09 .container {
  max-width: none;
}

.dryerrp_sec_07 .row,
.dryerrp_sec_08 .row,
.dryerrp_sec_09 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .dryerrp_sec_07 .row,
  .dryerrp_sec_08 .row,
  .dryerrp_sec_09 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dryerrp_sec_07 .row .img,
.dryerrp_sec_08 .row .img,
.dryerrp_sec_09 .row .img {
  width: 50%;
}

@media (max-width: 767px) {
  .dryerrp_sec_07 .row .img,
  .dryerrp_sec_08 .row .img,
  .dryerrp_sec_09 .row .img {
    width: 100%;
  }
}
.dryerrp_sec_07 .row .txt,
.dryerrp_sec_08 .row .txt,
.dryerrp_sec_09 .row .txt {
  width: 50%;
}

@media (max-width: 767px) {
  .dryerrp_sec_07 .row .txt,
  .dryerrp_sec_08 .row .txt,
  .dryerrp_sec_09 .row .txt {
    width: 100%;
  }
}
.dryerrp_sec_07 h2,
.dryerrp_sec_08 h2,
.dryerrp_sec_09 h2 {
  width: calc(100% - 20px);
  max-width: 1220px;
  font-size: 12.736rem;
  padding: 0;
  margin: 0 auto 2%;
  line-height: 1;
}

@media (max-width: 1023px) {
  .dryerrp_sec_07 h2,
  .dryerrp_sec_08 h2,
  .dryerrp_sec_09 h2 {
    font-size: 5rem;
    width: 100%;
  }
}
.dryerrp_sec_07 h2 {
  color: #e92955;
}

@media (min-width: 768px) {
  .dryerrp_sec_07 h2 {
    text-align: right;
  }
}
.dryerrp_sec_07 .txt {
  width: 100%;
  max-width: 600px;
  margin: 0 auto auto 0;
  padding-left: 2%;
}

@media (max-width: 767px) {
  .dryerrp_sec_07 .txt {
    margin: 4% auto 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .dryerrp_sec_08 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.dryerrp_sec_08 h2 {
  color: #0080c5;
}

.dryerrp_sec_08 .txt {
  width: 100%;
  max-width: 600px;
  margin: 0 0 auto auto;
  padding-right: 2%;
}

@media (max-width: 767px) {
  .dryerrp_sec_08 .txt {
    margin: 4% auto 0;
    padding: 0;
  }
}
.dryerrp_sec_09 h2 {
  color: #5e23c9;
}

@media (min-width: 768px) {
  .dryerrp_sec_09 h2 {
    text-align: right;
  }
}
.dryerrp_sec_09 .txt {
  width: 100%;
  max-width: 600px;
  margin: 0 auto auto 0;
  padding-left: 2%;
}

@media (max-width: 767px) {
  .dryerrp_sec_09 .txt {
    margin: 4% auto 0;
    padding: 0;
  }
}
.dryerrp_sec_09 .row:last-child {
  margin-top: 10%;
}

.dryerrp_sec_10 {
  padding-top: 0 !important;
}

/*ストレート*/
.straight_sec_01 h2 {
  text-align: center;
  margin-bottom: 7.5%;
}

.straight_sec_01 p {
  text-align: center;
  font-size: 3.3rem;
}

@media (max-width: 767px) {
  .straight_sec_01 p {
    font-size: 2.2rem;
  }
}
.straight_sec_02 {
  padding: 0 !important;
}

.straight_sec_02 figure img {
  width: 100%;
  height: auto;
}

.straight_sec_03 .container {
  padding: 0 10px;
}

.straight_sec_03 h3 {
  margin-bottom: 7.5%;
}

.straight_sec_03 h3 span {
  display: block;
  font-size: 1.6rem;
  margin-top: 1.6%;
}

@media (max-width: 1060px) {
  .straight_sec_03 h3 span {
    font-size: 1.4rem;
  }
}
@media (max-width: 920px) {
  .straight_sec_03 h3 span {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .straight_sec_03 h3 span {
    font-size: 1.4rem;
  }
}
.straight_sec_03 p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .straight_sec_03 p {
    font-size: 1.2rem;
  }
}
.straight_sec_03 dl {
  margin: 8% auto;
  border: solid 2px #000;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 136px;
}

@media (max-width: 1023px) {
  .straight_sec_03 dl {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
  }
}
.straight_sec_03 dl dt {
  font-size: 2.083rem;
  width: 50%;
  text-align: center;
}

.straight_sec_03 dl dd {
  width: 50%;
}
@media (max-width: 1023px) {
  .straight_sec_03 dl dd {
    width: auto;
  }
}

.straight_sec_03 dl dd p {
  font-size: 1.34rem;
  line-height: 1;
  margin: 0;
}

.straight_sec_03 dl dd .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.straight_sec_03 dl dd .price .num {
  font-size: 3.348rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.straight_sec_03 dl dd .price .num span {
  font-size: 1.9rem;
}

.straight_sec_03 dl dd .price .num .tax {
  font-size: 0.894rem;
  position: absolute;
  top: 0;
  right: -1.2em;
}

.straight_sec_03 dl dd .price .yen {
  font-size: 1.9rem;
  text-align: center;
  line-height: 1;
}

.straight_sec_03 figure {
  margin-bottom: 8%;
}

@media (max-width: 767px) {
  .straight_sec_03 figure img {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .straight_sec_03 .col:not(:last-child) {
    margin-bottom: 13.75%;
  }
}
.straight_sec_04,
.straight_sec_07,
.straight_sec_05 {
  color: #fff;
}

.straight_sec_04 .container,
.straight_sec_07 .container,
.straight_sec_05 .container {
  padding: 0 10px;
}

.straight_sec_04 .row:not(:last-child),
.straight_sec_07 .row:not(:last-child),
.straight_sec_05 .row:not(:last-child) {
  margin-bottom: 8%;
}

@media (min-width: 768px) {
  .straight_sec_04 .col.img,
  .straight_sec_07 .col.img,
  .straight_sec_05 .col.img {
    width: 27%;
  }
}
.straight_sec_04 .col.img figure img,
.straight_sec_07 .col.img figure img,
.straight_sec_05 .col.img figure img {
  max-width: 245px;
  width: 70%;
}

@media (min-width: 768px) {
  .straight_sec_04 .col.txt,
  .straight_sec_07 .col.txt,
  .straight_sec_05 .col.txt {
    width: 73%;
  }
}
.straight_sec_04 h2,
.straight_sec_07 h2,
.straight_sec_05 h2 {
  margin-bottom: 8%;
}

@media (max-width: 767px) {
  .straight_sec_04 h2,
  .straight_sec_07 h2,
  .straight_sec_05 h2 {
    width: 70%;
    height: auto;
  }
}
.straight_sec_04 h2 span,
.straight_sec_07 h2 span,
.straight_sec_05 h2 span {
  display: block;
  font-size: 3rem;
  margin-top: 2%;
}

@media (max-width: 767px) {
  .straight_sec_04 h2 span,
  .straight_sec_07 h2 span,
  .straight_sec_05 h2 span {
    font-size: 2rem;
  }
}
.straight_sec_04 h3,
.straight_sec_07 h3,
.straight_sec_05 h3 {
  margin-bottom: 7.5%;
  font-size: 4.167rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .straight_sec_04 h3,
  .straight_sec_07 h3,
  .straight_sec_05 h3 {
    font-size: 2rem;
  }
}
.straight_sec_04 h3 span,
.straight_sec_07 h3 span,
.straight_sec_05 h3 span {
  display: block;
  font-size: 1.9rem;
  margin-top: 1.6%;
}

.straight_sec_04 .txt h3,
.straight_sec_07 .txt h3,
.straight_sec_05 .txt h3 {
  font-size: 5.833rem;
  margin: 0 0 0.4em 0;
}

@media (max-width: 767px) {
  .straight_sec_04 .txt h3,
  .straight_sec_07 .txt h3,
  .straight_sec_05 .txt h3 {
    font-size: 2rem;
  }
}
.straight_sec_04 .txt h3 span,
.straight_sec_07 .txt h3 span,
.straight_sec_05 .txt h3 span {
  font-size: 5.833rem;
  display: inline-block;
}

@media (max-width: 767px) {
  .straight_sec_04 .txt h3 span,
  .straight_sec_07 .txt h3 span,
  .straight_sec_05 .txt h3 span {
    font-size: 2rem;
    display: block;
  }
}
.straight_sec_04 figure,
.straight_sec_07 figure,
.straight_sec_05 figure {
  margin: 8% auto;
}

@media (max-width: 767px) {
  .straight_sec_04 figure img.sp-img1,
  .straight_sec_07 figure img.sp-img1,
  .straight_sec_05 figure img.sp-img1 {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .straight_sec_04 dl,
  .straight_sec_07 dl,
  .straight_sec_05 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.straight_sec_04 dl dt,
.straight_sec_07 dl dt,
.straight_sec_05 dl dt {
  font-weight: bold;
  width: 27.5%;
  max-width: 330px;
  font-size: 3.333rem;
}

@media (max-width: 1024px) {
  .straight_sec_04 dl dt,
  .straight_sec_07 dl dt,
  .straight_sec_05 dl dt {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
.straight_sec_04 dl dd,
.straight_sec_07 dl dd,
.straight_sec_05 dl dd {
  padding: 0;
  margin: 0 0 0 1.5em;
}

.straight_sec_04 dl dd ul,
.straight_sec_07 dl dd ul,
.straight_sec_05 dl dd ul {
  margin: 0;
  padding: 0;
}

.straight_sec_04 dl dd ul li,
.straight_sec_07 dl dd ul li,
.straight_sec_05 dl dd ul li {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
}

@media (max-width: 1024px) {
  .straight_sec_04 dl dd ul li,
  .straight_sec_07 dl dd ul li,
  .straight_sec_05 dl dd ul li {
    font-size: 1.5rem;
  }
}
.straight_sec_04 dl dd ul li:not(:last-child),
.straight_sec_07 dl dd ul li:not(:last-child),
.straight_sec_05 dl dd ul li:not(:last-child) {
  margin-bottom: 0.7em;
}

.straight_sec_04 a.btn,
.straight_sec_07 a.btn,
.straight_sec_05 a.btn {
  font-size: 3.75rem;
  max-width: 390px;
  border-radius: 48px;
  padding: 0.36em 0.8em;
}

@media (max-width: 767px) {
  .straight_sec_04 a.btn,
  .straight_sec_07 a.btn,
  .straight_sec_05 a.btn {
    font-size: 1.5rem;
  }
}
.straight_sec_07 .max_500 {
  max-width: 490px;
  letter-spacing: 0.02em;
  text-align: justify;
}

.straight_sec_07 .max_500 span {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .straight_sec_07 .max_500 span {
    display: block;
  }
}

.straight_sec_07 .fs_sm {
  font-size: 1.4rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .straight_sec_07 .fs_sm {
    white-space: wrap;
  }
}
@media (max-width: 767px) {
  .straight_sec_07 .max_500 {
    max-width: 100%;
    margin-top: 9%;
  }
}
.straight_sec_04 {
  background: linear-gradient(to right, #6c2c13 0%, #7b5812 100%);
}

.straight_sec_05 {
  background: linear-gradient(to right, #012d35 0%, #086472 100%);
}

.straight_sec_07 {
  background: rgb(0, 0, 0);
}

.straight_sec_06 {
  background: #fff;
}

.straight_sec_06 .container {
  max-width: 1200px;
}

.straight_sec_06 .col {
  position: relative;
}

.straight_sec_06 .col a.btn {
  position: absolute;
  top: 64%;
  left: 0;
}

@media (max-width: 767px) {
  .straight_sec_06 .col:not(:last-child) {
    margin-bottom: 16%;
  }
}
.straight_sec_06 a.btn2 {
  max-width: 590px;
  width: 100%;
  border: solid 1px #000;
  position: relative;
  display: block;
  font-size: 4.2rem;
  text-decoration: none;
  margin: 8% auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .straight_sec_06 a.btn2 {
    font-size: 2.4rem;
    max-width: 300px;
  }
}
.straight_sec_06 a.btn2:after {
  content: ">>";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s;
}

.straight_sec_06 a.btn2:hover:after {
  right: 3%;
}

/*カール*/
.curl_sec_01 h2 {
  text-align: center;
  margin-bottom: 7.5%;
}

.curl_sec_01 p {
  text-align: center;
  font-size: 3.3rem;
}

@media (max-width: 767px) {
  .curl_sec_01 p {
    font-size: 2.2rem;
  }
}
.curl_sec_02 {
  padding: 0 !important;
}

.curl_sec_02 figure img {
  width: 100%;
  height: auto;
}

.curl_sec_03 .container {
  padding: 0 10px;
}

.curl_sec_03 h3 {
  margin-bottom: 7.5%;
}

.curl_sec_03 h3 span {
  display: block;
  font-size: 1.9rem;
  margin-top: 1.6%;
}

.curl_sec_03 p {
  font-size: 2.083rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .curl_sec_03 p {
    font-size: 1.5rem;
  }
}
.curl_sec_03 dl {
  margin: 16% auto;
  border: solid 2px #000;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 136px;
}

@media (max-width: 1023px) {
  .curl_sec_03 dl {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
  }
}
.curl_sec_03 dl dt {
  font-size: 2.083rem;
  width: 50%;
  text-align: center;
}

.curl_sec_03 dl dd {
  width: 50%;
}

.curl_sec_03 dl dd p {
  font-size: 1.34rem;
  line-height: 1;
  margin: 0;
}

.curl_sec_03 dl dd .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.curl_sec_03 dl dd .price .num {
  font-size: 3.348rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.curl_sec_03 dl dd .price .num span {
  font-size: 1.9rem;
}

.curl_sec_03 dl dd .price .num .tax {
  font-size: 0.894rem;
  position: absolute;
  top: 0;
  right: -1.2em;
}

.curl_sec_03 dl dd .price .yen {
  font-size: 1.9rem;
  text-align: center;
  line-height: 1;
}

.curl_sec_03 figure {
  margin-bottom: 16%;
}

@media (max-width: 767px) {
  .curl_sec_03 figure img {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .curl_sec_03 .col:not(:last-child) {
    margin-bottom: 13.75%;
  }
}
.curl_sec_03 p.ll {
  margin: 0;
}

.curl_sec_03 .btn {
  margin: 16% auto 0;
}

.curl_sec_04 {
  background: linear-gradient(to right, #723508 0%, #7c5813 100%);
  color: #fff;
}

.curl_sec_04 .container {
  padding: 0 10px;
}

.curl_sec_04 .row:not(:last-child) {
  margin-bottom: 8%;
}

@media (min-width: 768px) {
  .curl_sec_04 .col.img {
    width: 27%;
  }
}
.curl_sec_04 .col.img figure img {
  max-width: 245px;
  width: 70%;
}

@media (min-width: 768px) {
  .curl_sec_04 .col.txt {
    width: 73%;
  }
}
.curl_sec_04 h2 {
  margin-bottom: 8%;
}

@media (max-width: 767px) {
  .curl_sec_04 h2 {
    width: 70%;
    height: auto;
  }
}
.curl_sec_04 h2 span {
  display: block;
  font-size: 3rem;
  margin-top: 2%;
}

@media (max-width: 767px) {
  .curl_sec_04 h2 span {
    font-size: 2rem;
  }
}
.curl_sec_04 h3 {
  margin-bottom: 7.5%;
  font-size: 4.167rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .curl_sec_04 h3 {
    font-size: 2rem;
  }
}
.curl_sec_04 h3 span {
  display: block;
  font-size: 1.9rem;
  margin-top: 1.6%;
}

.curl_sec_04 .txt h3 {
  font-size: 5.833rem;
  margin: 0 0 0.4em 0;
}

@media (max-width: 767px) {
  .curl_sec_04 .txt h3 {
    font-size: 2rem;
  }
}
.curl_sec_04 .txt h3 span {
  font-size: 5.833rem;
  display: inline-block;
}

@media (max-width: 767px) {
  .curl_sec_04 .txt h3 span {
    font-size: 2rem;
    display: block;
  }
}
.curl_sec_04 figure {
  margin: 8% auto;
}

@media (max-width: 767px) {
  .curl_sec_04 figure img.sp-img1 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .curl_sec_04 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.curl_sec_04 dl dt {
  font-weight: bold;
  width: 27.5%;
  max-width: 330px;
  font-size: 3.333rem;
}

@media (max-width: 1024px) {
  .curl_sec_04 dl dt {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
.curl_sec_04 dl dd {
  padding: 0;
  margin: 0 0 0 1.5em;
}

.curl_sec_04 dl dd ul {
  margin: 0;
  padding: 0;
}

.curl_sec_04 dl dd ul li {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
}

@media (max-width: 1024px) {
  .curl_sec_04 dl dd ul li {
    font-size: 1.5rem;
  }
}
.curl_sec_04 dl dd ul li:not(:last-child) {
  margin-bottom: 0.7em;
}

.curl_sec_04 a.btn {
  font-size: 3.75rem;
  max-width: 390px;
  border-radius: 48px;
  padding: 0.36em 0.8em;
  width: 100%;
}

@media (max-width: 767px) {
  .curl_sec_04 a.btn {
    font-size: 1.5rem;
    max-width: 300px;
  }
}
.curl_sec_04 .row.w800 {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .curl_sec_04 .row.w800 .col {
    text-align: center;
  }
}
.curl_sec_05 {
  background: #fff;
}

.curl_sec_05 .container {
  max-width: 1200px;
}

.curl_sec_05 .col a.btn {
  margin-top: 16%;
}

@media (max-width: 767px) {
  .curl_sec_05 .col:not(:last-child) {
    margin-bottom: 16%;
  }
}
.curl_sec_05 a.btn2 {
  max-width: 590px;
  width: 100%;
  border: solid 1px #000;
  position: relative;
  display: block;
  font-size: 4.2rem;
  text-decoration: none;
  margin: 8% auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .curl_sec_05 a.btn2 {
    font-size: 2.4rem;
    max-width: 300px;
  }
}
.curl_sec_05 a.btn2:after {
  content: ">>";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s;
}

.curl_sec_05 a.btn2:hover:after {
  right: 3%;
}

@media (max-width: 767px) {
  .straight_sec_03 dl dt,
  .straight_sec_03 dl dd,
  .dryer_sec_03 dl dt,
  .dryer_sec_03 dl dd,
  .curl_sec_03 dl dt,
  .curl_sec_03 dl dd,
  .dryerrp_sec_04 dl dt,
  .dryerrp_sec_04 dl dd {
    width: 80%;
  }
  .straight_sec_03 dl dd,
  .dryer_sec_03 dl dd,
  .curl_sec_03 dl dd,
  .dryerrp_sec_04 dl dd {
    margin: auto;
  }
  .straight_sec_03 dl dd > p,
  .dryer_sec_03 dl dd > p,
  .curl_sec_03 dl dd > p,
  .dryerrp_sec_04 dl dd > p {
    text-align: center;
  }
  .straight_sec_03 dl dd .price,
  .dryer_sec_03 dl dd .price,
  .curl_sec_03 dl dd .price,
  .dryerrp_sec_04 dl dd .price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .straight_sec_03 dl dd .price .num,
  .dryer_sec_03 dl dd .price .num,
  .curl_sec_03 dl dd .price .num,
  .dryerrp_sec_04 dl dd .price .num {
    white-space: nowrap;
  }
  .dryer_sec_06 a.btn2 {
    font-size: 1.8rem;
  }
}
/*新着情報*/
.information_sec_00 {
  padding: 12.5% 0 0 !important;
}

.information_sec_00 .container {
  padding: 0 10px;
}

.information_sec_00 h2 {
  font-size: 10.4rem;
  text-align: center;
  padding: 0;
  margin: 0 auto 47px;
}

@media (max-width: 767px) {
  .information_sec_00 h2 {
    font-size: 40px;
    margin: 40px auto 40px;
  }
}
@media (min-width: 768px) {
  .information_sec_00 nav {
    background: #000;
    border-radius: 26px;
  }
}
.information_sec_00 nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .information_sec_00 nav ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 76px;
  }
}
@media (max-width: 767px) {
  .information_sec_00 nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.information_sec_00 nav ul li {
  list-style-type: none;
}

@media (max-width: 767px) {
  .information_sec_00 nav ul li {
    display: inline-block;
    margin: 0.2em;
    height: auto;
  }
}
.information_sec_00 nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .information_sec_00 nav ul li a {
    display: inline-block;
    background: #000;
    border-radius: 10px;
    padding: 10px;
  }
}
.information_sec_00 nav ul li a:hover {
  opacity: 0.8;
}

.information_sec_00 nav ul li .active {
  font-weight: bold;
}

@media (min-width: 768px) {
  .information_sec_00 nav ul li .active {
    font-size: 2.5rem;
  }
}
.information_sec_00 dl.information_list {
  max-width: 1095px;
  width: 100%;
  margin: 94px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767px) {
  .information_sec_00 dl.information_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px auto;
  }
}
.information_sec_00 dl.information_list dt {
  width: 37.26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .information_sec_00 dl.information_list dt {
    width: 100%;
  }
}
.information_sec_00 dl.information_list dt span.date {
  line-height: 57px;
  font-size: 2.917rem;
}

@media (max-width: 1000px) {
  .information_sec_00 dl.information_list dt span.date {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .information_sec_00 dl.information_list dt span.date {
    font-size: 1.6rem;
  }
}
.information_sec_00 dl.information_list dt span.category_tag {
  display: inline-block;
  background: #000;
  width: 234px;
  line-height: 57px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  margin-left: 7%;
}

@media (max-width: 1000px) {
  .information_sec_00 dl.information_list dt span.category_tag {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .information_sec_00 dl.information_list dt span.category_tag {
    font-size: 1.4rem;
    width: auto;
    padding: 0.5em;
    line-height: 1;
    font-size: 12px;
  }
}
.information_sec_00 dl.information_list dd {
  width: 55.74%;
  padding: 0.4em 0 0.4em;
  margin: 0;
  white-space: normal;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .information_sec_00 dl.information_list dd {
    width: 100%;
  }
}
.information_sec_00 dl.information_list dt + dd {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .information_sec_00 dl.information_list dt + dd {
    margin-bottom: 30px;
  }
}
.information_sec_00 dl.information_list .inform_msg {
  position: relative;
  left: 10px;
  font-size: 34px;
}

@media (max-width: 767px) {
  .information_sec_00 dl.information_list .inform_msg {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
section.pager_section {
  padding-top: 0 !important;
}

.pager .pagenation {
  text-align: center;
  margin: auto;
  padding: 0;
}

.pager .pagenation li {
  display: inline;
  margin: 0 6px;
  padding: 0;
  display: inline-block;
  background: transparent;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
  border-radius: 60px;
  list-style: none;
}

@media (max-width: 767px) {
  .pager .pagenation li {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.pager .pagenation li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
}

@media (max-width: 767px) {
  .pager .pagenation li a {
    font-size: 14px;
  }
}
.pager .pagenation li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagenation li a:hover,
.pager .pagenation li a.active {
  color: #fff;
  background: #231916;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .pager .pagenation li a:hover,
  .pager .pagenation li a.active {
    border-radius: 30px;
  }
}
@media (min-width: 767px) {
  .hand {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    right: 0%;
  }
}
/*dryerzero追記 20221018*/
.dryer_sec_03.zero h3 {
  margin-bottom: 4%;
}

.dryer_sec_04.zero {
  background: linear-gradient(to right, #000 0%, #666 100%);
}

.dryerzero-pe {
  display: flex;
  align-items: center;
  gap: 40px;
}

.dryerzero-pe h3 {
  margin: 0;
  width: 30%;
}

.dryerzero-pe p {
  font-size: 2.5rem;
  line-height: 1.4;
  width: 70%;
}

.dryerzero-pe span {
  font-size: 0.7em;
}

.dryerzero-pe + figure {
  margin: 5% auto 0;
}

.dryer_sec_04.zero .last {
  margin-bottom: 20%;
}

@media (max-width: 767px) {
  .dryerzero-pe {
    display: block;
    margin-top: 40px;
  }
  .dryerzero-pe h3 img {
    height: 40px;
  }
  .dryerzero-pe h3 {
    width: 100%;
  }
  .dryerzero-pe p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.84;
  }
}
/*英語ページ作成 20241015*/
.en_top .top_sec_01 h3 {
  letter-spacing: 0.075em;
}

body:not(.home).en_under .dryer_sec_04 a.btn,
body:not(.home).en_under .dryer_sec_05 a.btn,
body:not(.home).en_under .straight_sec_04 a.btn,
body:not(.home).en_under .straight_sec_05 a.btn,
body:not(.home).en_under .straight_sec_07 a.btn,
body:not(.home).en_under .curl_sec_04 a.btn,
body:not(.home).en_under .dryerrp_sec_05 a.btn {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body:not(.home).en_under .dryer_sec_04 a.btn,
  body:not(.home).en_under .dryer_sec_05 a.btn,
  body:not(.home).en_under .straight_sec_04 a.btn,
  body:not(.home).en_under .straight_sec_05 a.btn,
  body:not(.home).en_under .straight_sec_07 a.btn,
  body:not(.home).en_under .curl_sec_04 a.btn,
  body:not(.home).en_under .dryerrp_sec_05 a.btn {
    font-size: 1.5rem;
  }
}
body:not(.home).en_under .en_ll {
  line-height: 1.5;
}
body:not(.home).en_under .u_concept_h2_01 {
  text-align: center;
}
body:not(.home).en_under .dryerzero-pe.block_box {
  display: block;
}
@media (min-width: 768px) {
  body:not(.home).en_under .dryerzero-pe.block_box h3 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body:not(.home).en_under .dryerzero-pe.block_box p {
    width: 100%;
  }
}
body:not(.home).en_under .dryerzero-pe .u_zero_h3 {
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 53px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  body:not(.home).en_under .dryerzero-pe .u_zero_h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  body:not(.home).en_under .dryerzero-pe h3 {
    width: 40%;
  }
}
body:not(.home).en_under .dryerzero-pe h3 img {
  height: auto;
}
@media (min-width: 768px) {
  body:not(.home).en_under .dryerzero-pe p {
    width: 60%;
  }
}
@media (min-width: 768px) {
  body:not(.home).en_under .dryerzero-pe .dryerzero-pe_txt_large {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) {
  body:not(.home).en_under .dryerzero-pe h3 img {
    width: 100%;
  }
  body:not(.home).en_under .dryerzero-pe .u_zero_img01 img {
    max-width: 493px;
  }
  body:not(.home).en_under .dryerzero-pe .u_zero_img02 img {
    max-width: 1100px;
  }
  body:not(.home).en_under .dryerzero-pe .u_zero_img03 img {
    max-width: 456px;
  }
  body:not(.home).en_under .dryerzero-pe .u_zero_img04 img {
    max-width: 269px;
  }
  body:not(.home).en_under .dryerzero-pe .u_zero_img05 img {
    max-width: 276px;
  }
}
body:not(.home).en_under .dryer_sec_06 .col a.btn.zero_link {
  top: 76%;
}
body:not(.home).en_under .dryer_sec_06 .dryer_contact_img {
  max-width: 570px;
  margin: auto;
}

/*英語日本語切替リンク 20241022*/
header .ja_en_btn {
  position: absolute;
  top: 42%;
  line-height: 1;
  right: 328px;
}
@media (max-width: 767px) {
  header .ja_en_btn {
    top: 35%;
    right: 170px;
  }
}
@media (max-width: 600px) {
  header .ja_en_btn {
    top: 16%;
  }
}
header .ja_en_btn a {
  text-decoration: none;
}
header .ja_en_btn a:hover {
  text-decoration: underline;
}
header .ja_en_btn * {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  header .ja_en_btn * {
    font-size: 14px;
  }
}
header .ja_en_btn .ja_link_ac {
  text-decoration: underline;
}
header .ja_en_btn .en_link_ac {
  text-decoration: underline;
}

@media (max-width: 999px) and (min-width: 768px) {
  body:not(.home) .ja_en_btn {
    right: auto;
    left: 24px;
  }
}

.h_en_btn {
  border-radius: 50px;
  line-height: 1.4;
}
.h_en_btn .h_en_txt {
  display: block;
  font-size: 60%;
}

@media (min-width: 768px) {
  body:not(.home) .concept_keyword_ttl {
    font-size: 6.5rem;
  }
}
body:not(.home) .u_product_text {
  display: table;
  position: relative;
  z-index: 0;
  backdrop-filter: blur(10px);
  font-size: 3rem;
}
@media (max-width: 767px) {
  body:not(.home) .u_product_text {
    font-size: 2.2rem;
  }
}
body:not(.home) .u_product_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  mask-image: radial-gradient(circle, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: -1;
}
@media (min-width: 768px) {
  body:not(.home) .speci_list {
    gap: 50px;
  }
}

.header_en .title img {
  width: 166px;
  height: 48px;
}
@media (max-width: 767px) {
  .header_en .title img {
    width: 85px;
  }
}

.en_top .top_sec_00 .top_logo {
  max-width: 1400px;
  max-height: 230px;
  top: 47%;
}
@media (max-width: 1023px) {
  .en_top .top_sec_00 .top_logo {
    width: 80%;
    top: 50%;
  }
}

.en_under .zero_circle {
  max-width: 900px;
}
@media (min-width: 768px) {
  .en_under .dryer_03_flex {
    display: flex;
  }
  .en_under .dryer_03_flex .col {
    display: flex;
    flex-direction: column;
  }
  .en_under .dryer_03_flex .txt {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .en_under .dryer_airy_moist_link figure img {
    max-height: 729px;
  }
}
@media (min-width: 768px) {
  .en_under .straight_sec_06 .straight_iron_link figure img {
    max-height: 706px;
  }
  .en_under .straight_sec_06 .straight_iron_link .iron_link_left {
    left: 11%;
  }
}
@media (min-width: 768px) {
  .en_under .curl_iron_link figure img {
    max-height: 906px;
  }
}
@media (max-width: 767px) {
  .en_under .curl_iron_link figure img {
    max-width: 340px;
    width: 100%;
  }
}
.en_under .curl_sec_04_h2 img {
  max-width: 565px;
  width: 100%;
}/*# sourceMappingURL=main.css.map */