@charset "UTF-8";
/************************** reset設定 **************************/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  left: 0;
  right: 0;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #333333;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333333;
  outline: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

img {
  border: 0;
  vertical-align: middle;
}
img:not([width]) {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

em,
i {
  font-style: normal;
}

select {
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
  border: 1px solid #EBEDED;
  padding: 10px 15px;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  outline: 0;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

@-ms-viewport {
  width: device-width;
}
.shiny a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.shiny a:before {
  display: block;
  position: absolute;
  z-index: 10;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: shiny 4s infinite linear 0s;
          animation: shiny 4s infinite linear 0s;
}

/*光の起点と終点の指定*/
@-webkit-keyframes shiny {
  0% {
    left: -100%;
  }
  20%, 100% {
    left: 100%;
  }
}
@keyframes shiny {
  0% {
    left: -100%;
  }
  20%, 100% {
    left: 100%;
  }
}
.alpha a img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.alpha a:hover img {
  opacity: 0.7;
}

.gbtn {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.gbtn a {
  display: block;
  background: #000000;
  padding: 12px 20px;
  color: #fff;
  position: relative;
}
.gbtn a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 17px;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 812px) {
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .mb1_sp {
    margin-bottom: 1px !important;
  }
  .mb2_sp {
    margin-bottom: 2px !important;
  }
  .mb3_sp {
    margin-bottom: 3px !important;
  }
  .mb4_sp {
    margin-bottom: 4px !important;
  }
  .mb5_sp {
    margin-bottom: 5px !important;
  }
  .mb6_sp {
    margin-bottom: 6px !important;
  }
  .mb7_sp {
    margin-bottom: 7px !important;
  }
  .mb8_sp {
    margin-bottom: 8px !important;
  }
  .mb9_sp {
    margin-bottom: 9px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .mb55_sp {
    margin-bottom: 55px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .mb65_sp {
    margin-bottom: 65px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .mb75_sp {
    margin-bottom: 75px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .mb85_sp {
    margin-bottom: 85px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .mb95_sp {
    margin-bottom: 95px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .mb105_sp {
    margin-bottom: 105px !important;
  }
  .mb110_sp {
    margin-bottom: 110px !important;
  }
  .mb115_sp {
    margin-bottom: 115px !important;
  }
  .mb120_sp {
    margin-bottom: 120px !important;
  }
  .mb125_sp {
    margin-bottom: 125px !important;
  }
  .mb130_sp {
    margin-bottom: 130px !important;
  }
  .mb135_sp {
    margin-bottom: 135px !important;
  }
  .mb140_sp {
    margin-bottom: 140px !important;
  }
  .mb145_sp {
    margin-bottom: 145px !important;
  }
  .mb150_sp {
    margin-bottom: 150px !important;
  }
  .mb155_sp {
    margin-bottom: 155px !important;
  }
  .mb160_sp {
    margin-bottom: 160px !important;
  }
  .mb165_sp {
    margin-bottom: 165px !important;
  }
  .mb170_sp {
    margin-bottom: 170px !important;
  }
  .mb175_sp {
    margin-bottom: 175px !important;
  }
  .mb180_sp {
    margin-bottom: 180px !important;
  }
  .mb185_sp {
    margin-bottom: 185px !important;
  }
  .mb190_sp {
    margin-bottom: 190px !important;
  }
  .mb195_sp {
    margin-bottom: 195px !important;
  }
  .mb200_sp {
    margin-bottom: 200px !important;
  }
}
#hd {
  height: 120px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  background: #fff;
}
#hd .logo {
  position: absolute;
  top: 15px;
  left: 40px;
  max-width: 275px;
  text-align: center;
  font-size: 16px;
}
#hd .gnav {
  position: absolute;
  left: 360px;
  bottom: 0;
}
#hd .gnav > ul {
  max-width: 1070px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hd .gnav > ul > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
#hd .gnav > ul > li:hover .nav_child {
  opacity: 1;
  pointer-events: all;
}
#hd .gnav > ul > li > a {
  display: block;
  padding: 15px 30px;
  position: relative;
}
#hd .gnav > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  background: #dddddd;
}
#hd .gnav > ul > li > a span {
  display: block;
  line-height: 1.3;
}
#hd .gnav > ul > li > a span.ja {
  font-size: 16px;
  font-weight: bold;
}
#hd .gnav > ul > li > a span.en {
  font-size: 14px;
  color: #999999;
  font-family: "Lato", sans-serif;
}
#hd .gnav > ul > li:last-child a::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 0;
  width: 1px;
  background: #dddddd;
}
#hd .gnav .nav_child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
#hd .gnav .nav_child .grandchild_list {
  display: none;
}
#hd .gnav .nav_child a {
  text-align: left;
  padding: 6px 12px;
  padding-right: 19px;
  border: 1px solid #dddddd;
  color: #fff;
  display: block;
  margin-bottom: -1px;
  line-height: 1.3;
  position: relative;
  background: #515151;
}
#hd .gnav .nav_child a span {
  display: block;
}
#hd .gnav .nav_child a span.en {
  font-size: 70%;
}
#hd .gnav .nav_child a::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#hd .h_search {
  position: absolute;
  right: 153px;
  bottom: 17px;
  max-width: 300px;
  width: 100%;
}
#hd .h_search .h_search_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hd .h_search .h_search_flex input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
  width: calc(100% - 34px);
  background: #f9f9f9;
  padding: 5px 10px;
  height: 32px;
  border: 1px solid #cccccc;
}
#hd .h_search .h_search_flex button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
  width: 32px;
  line-height: 32px;
  background: #515151;
}
#hd .h_search .h_search_flex button img {
  position: relative;
  top: -2px;
}
#hd .h_cart {
  width: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
#hd .h_cart a {
  display: block;
  height: 100%;
  background: #a32c25;
  color: #fff;
  text-align: center;
}
#hd .h_cart a > div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#hd .h_cart .img_icon {
  margin-bottom: 7px;
  display: block;
}
#hd .h_cart .img_icon .cart_badge {
  position: absolute;
  right: 6px;
  top: -10px;
  background: #000000;
  color: #fff;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}
#hd .sub_actions {
  position: absolute;
  right: 793px;
  top: 18px;
  letter-spacing: -0.5em;
}
#hd .sub_actions > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 28px;
}
#hd .sub_actions > li:last-child {
  margin-right: 0;
}
#hd .sub_actions > li img {
  margin-right: 11px;
}
#hd .h_tel {
  position: absolute;
  right: 380px;
  top: 20px;
  color: #2c2c2c;
  font-size: 14px;
}
#hd .h_tel > p {
  display: inline-block;
  vertical-align: middle;
}
#hd .h_tel > p:nth-child(2) {
  color: #555555;
}
#hd .h_tel > p.tel_txt {
  margin-right: 10px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
#hd .h_tel > p.tel_txt a {
  display: inline-block;
  font-size: 172%;
  line-height: 0.7;
}
#hd .contact_btn {
  position: absolute;
  right: 150px;
  top: 10px;
}
#hd .contact_btn a {
  display: block;
  background: #000000;
  color: #fff;
  padding: 8px 28px;
  font-weight: bold;
}
#hd .contact_btn a img {
  margin-right: 10px;
}
@media screen and (max-width: 1670px) {
  #hd .logo {
    left: 15px;
  }
  #hd .gnav {
    left: 310px;
  }
  #hd .gnav > ul > li > a {
    padding: 15px 30px;
  }
  #hd .h_search {
    max-width: 200px;
  }
}
@media screen and (max-width: 1550px) {
  #hd .logo {
    max-width: 210px;
    font-size: 13px;
    top: 26px;
  }
  #hd .gnav {
    left: 255px;
  }
  #hd .gnav > ul > li > a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1400px) {
  #hd .gnav > ul > li > a span.ja {
    font-size: 14px;
  }
  #hd .gnav > ul > li > a span.en {
    font-size: 12px;
  }
  #hd .gnav .nav_child {
    font-size: 12px;
  }
  #hd .gnav {
    left: 220px;
  }
  #hd .logo {
    max-width: 180px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  #hd {
    height: 75px;
    position: fixed;
  }
  #hd .logo {
    top: 6px;
    max-width: 165px;
    font-size: 10px;
  }
  #hd .h_cart {
    right: 75px;
    width: 75px;
    font-size: 11px;
  }
  #hd .h_cart .img_icon img {
    max-width: 30px;
  }
  #hd .h_cart .img_icon .cart_badge {
    width: 18px;
    line-height: 18px;
    right: 9px;
    top: -6px;
    font-size: 10px;
  }
  #hd .gnav,
  #hd .h_tel,
  #hd .sub_actions,
  #hd .contact_btn,
  #hd .h_search {
    display: none;
  }
}

.btn_nav {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  cursor: pointer;
  width: 75px;
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #000;
  color: #fff;
  display: none;
}
.btn_nav::before {
  content: "MENU";
  font-size: 11px;
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  bottom: 11px;
  right: 0;
}
.btn_nav > div {
  position: absolute;
  left: 17px;
  right: 17px;
  top: 16px;
}
@media screen and (max-width: 1300px) {
  .btn_nav {
    display: block;
  }
}

.btn_nav hr {
  background: #fff;
  height: 2px;
  position: absolute;
  border: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: 0;
  right: 0;
  opacity: 1;
  margin: 0 auto;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: top 0.2s ease-in-out 0.3s, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0.3s, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s, width 0.2s ease-in-out;
  transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.btn_nav.opened hr {
  -webkit-transition: top 0.2s ease-in-out 0s, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.3s;
  transition: top 0.2s ease-in-out 0s, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.3s;
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s, width 0.2s ease-in-out;
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.3s;
}

.btn_nav hr:nth-child(1) {
  top: 0px;
}

.btn_nav hr:nth-child(2) {
  top: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.btn_nav hr:nth-child(3) {
  top: 19px;
}

.btn_nav.opened hr:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
  right: -2px;
  width: 100%;
}

.btn_nav.opened hr:nth-child(2) {
  opacity: 0;
}

.btn_nav.opened hr:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
  right: -1px;
  width: 100%;
}

#hd .gnavi_sp {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0c0c0c;
  height: calc(100vh - 75px);
  z-index: 9;
  color: #fff;
}
#hd .gnavi_sp a {
  color: #fff;
}
#hd .gnavi_sp .gnavi_sp_inner {
  overflow-y: scroll;
  height: 100%;
  padding: 45px 20px 100px;
}
#hd .gnavi_sp .gnavi_sp_inner::-webkit-scrollbar {
  width: 10px;
}
#hd .gnavi_sp .gnavi_sp_inner::-webkit-scrollbar-track {
  background-color: #333;
}
#hd .gnavi_sp .gnavi_sp_inner::-webkit-scrollbar-thumb {
  background-color: #212020;
}
#hd .gnavi_sp .h_search_sp {
  width: 100%;
}
#hd .gnavi_sp .h_search_sp .h_search_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hd .gnavi_sp .h_search_sp .h_search_flex input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
  width: calc(100% - 34px);
  background: #f9f9f9;
  padding: 5px 10px;
  border: 1px solid #cccccc;
}
#hd .gnavi_sp .h_search_sp .h_search_flex button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
  width: 32px;
  line-height: 32px;
  background: #515151;
}
#hd .gnavi_sp .h_search_sp .h_search_flex button img {
  position: relative;
  top: -2px;
}
#hd .gnavi_sp .gnav_list {
  border-top: 1px solid #fff;
  font-size: 16px;
}
#hd .gnavi_sp .gnav_list .grandchild_list {
  display: none;
}
#hd .gnavi_sp .gnav_list .en {
  display: none;
}
#hd .gnavi_sp .gnav_list > li > a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 12px 0px;
  position: relative;
}
#hd .gnavi_sp .gnav_list > li > a:has(+ .cat_list)::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 45%;
  right: 10px;
}
#hd .gnavi_sp .gnav_list > li > a.active:has(+ .cat_list)::before {
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  right: 7px;
  top: 39%;
}
#hd .gnavi_sp .gnav_list > li > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hd .gnavi_sp .gnav_list .cat_list {
  display: none;
  border-bottom: 1px solid #fff;
}
#hd .gnavi_sp .gnav_list .cat_list > li {
  border-bottom: 1px dashed #fff;
}
#hd .gnavi_sp .gnav_list .cat_list > li:last-child {
  border-bottom: 0;
}
#hd .gnavi_sp .gnav_list .cat_list > li > a {
  display: block;
  padding: 12px 22px;
  position: relative;
}
#hd .gnavi_sp .gnav_list .cat_list > li > a:has(+ .nav_child)::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 45%;
  right: 10px;
}
#hd .gnavi_sp .gnav_list .cat_list > li > a.active:has(+ .nav_child)::before {
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  right: 7px;
  top: 39%;
}
#hd .gnavi_sp .gnav_list .cat_list > li > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hd .gnavi_sp .gnav_list .nav_child {
  display: none;
}
#hd .gnavi_sp .gnav_list .nav_child ul {
  font-size: 14px;
  border-top: 1px dashed #fff;
}
#hd .gnavi_sp .gnav_list .nav_child ul > li {
  border-bottom: 1px dashed #fff;
}
#hd .gnavi_sp .gnav_list .nav_child ul > li:last-child {
  border-bottom: 0;
}
#hd .gnavi_sp .gnav_list .nav_child ul > li > a {
  display: block;
  padding: 12px 22px;
  padding-left: 45px;
  position: relative;
}
#hd .gnavi_sp .gnav_list .nav_child ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hd .gnavi_sp .gnav_btnlist {
  text-align: center;
}
#hd .gnavi_sp .gnav_btnlist li {
  margin-bottom: 10px;
}
#hd .gnavi_sp .gnav_btnlist li:last-child {
  margin-bottom: 0;
}
#hd .gnavi_sp .gnav_btnlist li a {
  display: block;
  padding: 14px 15px;
  background: #fff;
  color: #333;
  border-radius: 5px;
}
#hd .gnavi_sp .gnav_btnlist li a img {
  margin-right: 7px;
}
#hd .gnavi_sp .h_tel_sp {
  font-size: 14px;
}
#hd .gnavi_sp .h_tel_sp > p.tel_txt {
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
#hd .gnavi_sp .h_tel_sp > p.tel_txt a {
  display: inline-block;
  font-size: 172%;
  line-height: 0.7;
}

.page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  z-index: 999;
}
.page_top.scrolled {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .page_top {
    max-width: 40px;
  }
}

.footer_guide {
  padding: 70px 0;
  background: #eeeeee;
  margin-top: 110px;
  margin-bottom: -100px;
}
.footer_guide h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.footer_guide .guide_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_guide .guide_items .item {
  width: 31.67%;
}
.footer_guide .guide_items dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid #a32c25;
  margin-bottom: 15px;
  line-height: 1.2;
}
.footer_guide .guide_items dl .more_btn {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.footer_guide .guide_items dl .more_btn a {
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #2c2c2c;
  position: relative;
}
.footer_guide .guide_items dl .more_btn a::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  width: 6px;
  height: 6px;
}
.footer_guide .guide_items dl .guide2col {
  margin-bottom: 30px;
  text-align: center;
}
.footer_guide .guide_items dl .guide2col > li {
  width: 100%;
  background: #fff;
  padding: 8px 15px;
}
.footer_guide .guide_items dl .list_inblock {
  background: #ffffff;
  padding: 10px 15px;
  text-align: center;
}
.footer_guide .guide_items dl .list_inblock > ul {
  letter-spacing: -0.5em;
  text-align: center;
}
.footer_guide .guide_items dl .list_inblock > ul > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 10px;
}
.footer_guide .guide_items dl .list_inblock > ul > li:last-child {
  margin-right: 0;
}
.footer_guide .guide_items .mail_btn a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
  background: #a32c25;
  padding: 9px 10px;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.footer_guide .guide_items .mail_btn a::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 54%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 7px;
  height: 7px;
}
@media screen and (max-width: 960px) {
  .footer_guide .guide_items .item {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_guide {
    padding: 50px 0;
    margin-top: 70px;
    margin-bottom: -55px;
  }
  .footer_guide h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .footer_guide .guide_items {
    display: block;
  }
  .footer_guide .guide_items .item {
    width: auto;
  }
}

#ft {
  margin-top: 100px;
  padding: 40px 0 25px;
  border-top: 2px solid #dddddd;
}
#ft .ft_inner {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 15px;
}
#ft .logo {
  margin-bottom: 20px;
}
#ft .ft_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
#ft .ft_block > div:nth-child(1) {
  width: calc(100% - 450px);
}
#ft .ft_block > div:nth-child(2) {
  width: 410px;
}
#ft .ft_block .ft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ft .ft_block .ft_nav dl {
  width: 50%;
  padding-right: 10px;
}
#ft .ft_block .ft_nav dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}
#ft .ft_block .ft_nav dl dd {
  margin-bottom: 8px;
}
#ft .copyright {
  font-size: 12px;
  color: #999999;
}
@media only screen and (max-width: 767px) {
  #ft {
    padding: 25px 0 15px;
    margin-top: 55px;
  }
  #ft .logo {
    max-width: 170px;
    margin: 0 auto 15px;
  }
  #ft .ft_block {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  #ft .ft_block > div:nth-child(1) {
    width: auto;
  }
  #ft .ft_block > div:nth-child(2) {
    width: auto;
    display: none;
  }
  #ft .copyright {
    text-align: center;
    font-size: 10px;
  }
}

.main #main_slider {
  line-height: 0;
  position: relative;
  display: none;
}
.main #main_slider .slick-slide a {
  display: block;
  position: relative;
}
.main #main_slider .slick-slide a .slide_txt {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  font-size: 29px;
  line-height: 1.4;
}
.main #main_slider .slick-slide a .slide_txt > span {
  padding: 10px 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  color: #fff;
}
.main #main_slider .slick-slide a .slide_txt > span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 17px;
}
.main #main_slider.slick-initialized {
  display: block;
}
.main #main_slider img {
  width: 100%;
}
.main #main_slider .slick-slide:not(.slick-current) {
  position: relative;
}
.main #main_slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  width: calc(100% - 1200px);
}
.main #main_slider::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  width: calc(100% - 1200px);
}
.main #main_slider .slick-dots li {
  width: 12px;
  height: 12px;
}
.main #main_slider .slick-dots li button {
  background: #999999;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.main #main_slider .slick-dots li button,
.main #main_slider .slick-dots li button:before {
  opacity: 1;
  content: "";
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 0;
}
.main #main_slider .slick-dots li.slick-active button,
.main #main_slider .slick-dots li button:hover {
  background: #000000;
}
.main #main_slider .slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 1200px);
  height: 120px;
  pointer-events: none;
  z-index: 999;
  opacity: 1;
}
.main #main_slider .slick-prev:hover::before {
  opacity: 0.5;
}
.main #main_slider .slick-prev:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 100%;
  pointer-events: all;
  background: url("https://www.alps-paint.shop/html/template/alps/assets/images/prev.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.main #main_slider .slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: calc(100% - 1200px);
  height: 120px;
  pointer-events: none;
  z-index: 999;
  opacity: 1;
}
.main #main_slider .slick-next:hover::before {
  opacity: 0.5;
}
.main #main_slider .slick-next:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 100%;
  pointer-events: all;
  background: url("https://www.alps-paint.shop/html/template/alps/assets/images/next.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 1401px) {
  .main .slider-area {
    overflow: hidden;
  }
  .main .slick-slide {
    max-width: 1200px;
    width: 100% !important;
  }
  .main .slick-current {
    max-width: 1200px;
    width: 100% !important;
    margin: auto;
  }
}
@media screen and (max-width: 1400px) {
  .main #main_slider::before,
  .main #main_slider::after {
    -webkit-transform: none;
            transform: none;
    width: 80px;
  }
  .main #main_slider .slick-next,
  .main #main_slider .slick-prev {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .main #main_slider::before,
  .main #main_slider::after {
    content: none;
  }
  .main #main_slider .slick-slide a .slide_txt {
    font-size: 18px;
    padding: 10px 30px;
  }
}

.top_product.top_product_border {
  padding-top: 55px;
  border-top: 1px solid #dddddd;
}
.top_product h2 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 40px;
}
.top_product .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.32%;
}
.top_product .items.items3col {
  gap: 2.495%;
}
.top_product .items.items3col .item {
  width: 31.67%;
}
.top_product .items .item {
  width: 48.34%;
  margin-bottom: 55px;
}
.top_product .items .img {
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
}
.top_product .items .img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.top_product .items .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.top_product .items .price {
  color: #a32c25;
  font-size: 36px;
  font-weight: bold;
  text-align: right;
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
  line-height: 1.1;
  word-break: break-all;
}
.top_product .items .price > span {
  font-size: 12px;
  color: #333333;
  line-height: 1;
  display: inline-block;
}
.top_product .items .code_txt {
  margin-bottom: 6px;
}
.top_product .items .block2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_product .items .block2col > div:nth-child(1) {
  width: 58.63%;
}
.top_product .items .block2col > div:nth-child(2) {
  width: 34.49%;
}
.top_product .items .sub_block {
  margin-bottom: 25px;
  border: 1px solid #dddddd;
}
.top_product .items .sub_block h4 {
  font-weight: bold;
  padding: 10px 16px;
  background: #eeeeee;
}
.top_product .items .sub_block h4 > span {
  font-size: 87.5%;
}
.top_product .items .sub_block .sub_block_inner {
  font-size: 14px;
  padding: 12px 16px;
}
.top_product .items .sub_block .sub_block_inner > ul > li {
  position: relative;
  padding-left: 11px;
}
.top_product .items .sub_block .sub_block_inner > ul > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #3c3c3c;
  position: absolute;
  left: 0;
  top: 8px;
}
.top_product .items .detail_link {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.top_product .items .detail_link a {
  display: block;
  background: #000000;
  padding: 12px 20px;
  color: #fff;
  position: relative;
}
.top_product .items .detail_link a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 17px;
}
@media screen and (max-width: 960px) {
  .top_product.top_product_border {
    padding-top: 25px;
  }
  .top_product h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .top_product .items .block2col {
    display: block;
  }
  .top_product .items .block2col > div:nth-child(1) {
    width: auto;
  }
  .top_product .items .block2col > div:nth-child(2) {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .top_product .items,
  .top_product .items.items3col {
    display: block;
  }
  .top_product .items .item,
  .top_product .items.items3col .item {
    width: auto;
  }
  .top_product .items .ttl {
    font-size: 18px;
  }
  .top_product .items .price {
    font-size: 25px;
  }
}

.top_corporate {
  padding: 100px 0;
  background: url("https://www.alps-paint.shop/html/template/alps/assets/images/corporate_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}
.top_corporate h2 {
  font-size: 40px;
  font-weight: bold;
}
.top_corporate .morebtn {
  max-width: 270px;
  text-align: center;
  background: #fff;
  font-weight: bold;
}
.top_corporate .morebtn a {
  display: block;
  padding: 18px 15px;
  position: relative;
}
.top_corporate .morebtn a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .top_corporate {
    padding: 40px 0;
  }
  .top_corporate h2 {
    font-size: 25px;
  }
  .top_corporate .morebtn {
    max-width: 230px;
    font-size: 14px;
  }
}

.top_news .news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_news .news_flex > div:nth-child(1) {
  width: 165px;
}
.top_news .news_flex > div:nth-child(2) {
  width: calc(100% - 203px);
}
.top_news h2 {
  font-size: 30px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.top_news .morebtn a {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #000000;
  font-weight: bold;
  padding: 10px 16px;
  text-align: center;
  position: relative;
}
.top_news .morebtn a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 17px;
}
.top_news .news_block {
  border: 1px solid #dddddd;
}
.top_news .news_block dl {
  border-bottom: 1px solid #dddddd;
}
.top_news .news_block dl:last-child {
  border-bottom: 0;
}
.top_news .news_block dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 0;
  background: #f8f8f8;
}
.top_news .news_block dl dt {
  width: 113px;
  padding-left: 25px;
  font-family: "Lato", sans-serif;
}
.top_news .news_block dl dd {
  width: calc(100% - 140px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .top_news h2 {
    font-size: 24px;
  }
  .top_news .news_flex {
    display: block;
  }
  .top_news .news_flex > div:nth-child(1) {
    width: auto;
  }
  .top_news .news_flex > div:nth-child(2) {
    width: auto;
  }
  .top_news .morebtn {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .top_news .news_block dl a {
    display: block;
    padding: 10px 10px;
  }
  .top_news .news_block dl dt {
    width: auto;
    padding-left: 0;
  }
  .top_news .news_block dl dd {
    width: auto;
    padding-right: 0;
  }
}

.main_under {
  position: relative;
}
.main_under .main_ttl {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_under .main_ttl h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 500;
}
.main_under .main_ttl p {
  color: #a32c25;
  font-size: 18px;
}
.main_under .img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.28;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 960px) {
  .main_under .main_ttl h2 {
    font-size: 25px;
  }
  .main_under .main_ttl p {
    font-size: 14px;
  }
  .main_under .img img {
    aspect-ratio: 1/0.6;
  }
}

.pankuzu {
  max-width: 1200px;
  margin: 20px auto 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 15px;
  letter-spacing: -0.5em;
  font-size: 14px;
}
.pankuzu ul {
  margin-bottom: 5px;
}
.pankuzu ul:last-child {
  margin-bottom: 0;
}
.pankuzu li {
  display: inline-block;
  letter-spacing: normal;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #dddddd;
}
.pankuzu li:last-child {
  border-right: 0;
}
.pankuzu li:last-child a {
  pointer-events: none;
  text-decoration: none;
}
.pankuzu a {
  text-decoration: underline;
}
.pankuzu a:hover {
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .pankuzu {
    font-size: 12px;
    margin-bottom: 25px;
  }
}

.items_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.495%;
}
.items_blocks .item {
  width: 31.67%;
  margin-bottom: 55px;
}
.items_blocks .img {
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
}
.items_blocks .img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.items_blocks .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.items_blocks .price {
  font-size: 12px;
  color: #333333;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 15px;
}
.items_blocks .price > span:nth-child(1) {
  color: #a32c25;
  font-size: 36px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
  word-break: break-all;
  display: inline-block;
}
.items_blocks .price > span:nth-child(2) {
  display: inline-block;
}
.items_blocks .code_txt {
  margin-bottom: 6px;
}
.items_blocks .sub_block {
  margin-bottom: 25px;
  border: 1px solid #dddddd;
}
.items_blocks .sub_block h4 {
  font-weight: bold;
  padding: 10px 16px;
  background: #eeeeee;
}
.items_blocks .sub_block h4 > span {
  font-size: 87.5%;
}
.items_blocks .sub_block .sub_block_inner {
  font-size: 14px;
  padding: 12px 16px;
}
.items_blocks .sub_block .sub_block_inner > ul > li {
  position: relative;
  padding-left: 11px;
}
.items_blocks .sub_block .sub_block_inner > ul > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #3c3c3c;
  position: absolute;
  left: 0;
  top: 8px;
}
.items_blocks .ec-select select {
  width: 100%;
}
.items_blocks .cart_link {
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}
.items_blocks .cart_link button {
  display: block;
  background: #a32c25;
  padding: 12px 20px;
  color: #fff;
  width: 100%;
  border: 0;
  outline: 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.items_blocks .cart_link button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.items_blocks .cart_link button:hover {
  opacity: 0.8;
}
.items_blocks .cart_link button img {
  max-width: 29px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1100px) {
  .items_blocks .items {
    gap: 3.32%;
  }
  .items_blocks .item {
    width: 48.34%;
  }
}
@media only screen and (max-width: 767px) {
  .items_blocks {
    display: block;
  }
  .items_blocks .item {
    width: auto;
  }
  .items_blocks .ttl {
    font-size: 18px;
  }
  .items_blocks .price > span:nth-child(1) {
    font-size: 25px;
  }
}

.under_ttl {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .under_ttl {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.form-action-btn {
  max-width: 350px;
  margin: 0 auto;
}
.form-action-btn.form-action-btn-back a::before,
.form-action-btn.form-action-btn-back button::before {
  right: auto;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.form-action-btn a,
.form-action-btn button {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 19px 10px;
  background: #000000;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.form-action-btn a:hover,
.form-action-btn button:hover {
  opacity: 0.7;
}
.form-action-btn a::before,
.form-action-btn button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.red_color {
  color: #a32c25;
}

.hide_input {
  display: none !important;
}

.under_news .news_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  border-top: 1px solid #ccc;
}
.under_news .news_dl dl > dt,
.under_news .news_dl dl > dd {
  padding: 15px 10px;
}
.under_news .news_dl dl > dt {
  width: 120px;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.under_news .news_dl dl > dd {
  width: calc(100% - 120px);
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .under_news .news_dl dl {
    display: block;
  }
  .under_news .news_dl dl > dt {
    width: auto;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .under_news .news_dl dl > dd {
    width: auto;
    padding-top: 5px;
  }
}

.news_detail .news_ttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.news_detail .news_ttl p {
  line-height: 1.2;
  color: #000;
}
.news_detail .news_ttl h3 {
  font-size: 20px;
  font-weight: bold;
}
.news_detail .news_link a {
  word-wrap: break-word;
  text-decoration: underline;
}
.news_detail .news_link a:hover {
  text-decoration: none;
}
.news_detail .back_btn {
  max-width: 240px;
  margin: 0 auto;
}
.news_detail .back_btn a {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #000000;
  font-weight: bold;
  padding: 10px 16px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news_detail .news_ttl h3 {
    font-size: 18px;
  }
}

.product_detail_sec1 .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_detail_sec1 .item_box .f_left {
  width: 50%;
}
.product_detail_sec1 .item_box .f_right {
  width: 45%;
}
.product_detail_sec1 .item_box .f_right h2 {
  font-size: 32px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #000000;
  font-weight: bold;
  color: #333333;
}
.product_detail_sec1 .item_box .f_right .regular_price {
  font-size: 11px;
}
.product_detail_sec1 .item_box .f_right .regular_price > span {
  font-size: 16px;
  font-weight: bold;
}
.product_detail_sec1 .item_box .f_right .price {
  color: #333333;
}
.product_detail_sec1 .item_box .f_right .price > span {
  font-size: 66px;
  line-height: 0.9;
  font-weight: bold;
  color: #a32c25;
}
.product_detail_sec1 .item_box .tag_list {
  letter-spacing: -0.5em;
}
.product_detail_sec1 .item_box .tag_list p {
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 120px;
  text-align: center;
  letter-spacing: normal;
  background: #ccc;
  border-radius: 4px;
  color: #fff;
  padding: 5px 7px;
}
.product_detail_sec1 .item_box #item_slider_list {
  display: none;
  margin-bottom: 10px !important;
}
.product_detail_sec1 .item_box #item_slider_list.slick-initialized {
  display: block;
}
.product_detail_sec1 .item_box #item_slider_list li {
  position: relative;
}
.product_detail_sec1 .item_box #item_slider_list li img {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #eeeeee;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.product_detail_sec1 .item_box #slider_thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.495%;
}
.product_detail_sec1 .item_box #slider_thumb_list li {
  width: 31.67%;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  margin-bottom: 2.5%;
  border: 1px solid #eeeeee;
  opacity: 0.6;
}
.product_detail_sec1 .item_box #slider_thumb_list li.active {
  opacity: 1;
}
.product_detail_sec1 .item_box #slider_thumb_list li img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product_detail_sec1 .item_box #slider_thumb_list li:hover {
  opacity: 0.7;
}
.product_detail_sec1 .dl_number {
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_detail_sec1 .dl_number input {
  display: inline-block;
  max-width: 80px;
  background: #f9f9f9;
  padding: 13px 10px;
}
.product_detail_sec1 .dl_number input::-webkit-outer-spin-button, .product_detail_sec1 .dl_number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.product_detail_sec1 .dl_number .arrow_list {
  display: inline-block;
  line-height: 0.8;
  vertical-align: middle;
  margin-left: 10px;
}
.product_detail_sec1 .dl_number .arrow_list > li {
  cursor: pointer;
}
.product_detail_sec1 .dl_number .arrow_list > li:hover {
  opacity: 0.7;
}
.product_detail_sec1 .dl_number .arrow_list > li:first-child {
  margin-bottom: 8px;
}
.product_detail_sec1 .favorite_btn,
.product_detail_sec1 .cart_btn {
  max-width: 350px;
  margin: 0 auto;
}
.product_detail_sec1 .favorite_btn > button,
.product_detail_sec1 .cart_btn > button {
  display: block;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 500;
  position: relative;
  color: #ffffff;
  background: #a32c25;
  padding: 19px 15px;
  font-size: 16px;
  border: 0;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.product_detail_sec1 .favorite_btn > button:disabled,
.product_detail_sec1 .cart_btn > button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.product_detail_sec1 .favorite_btn > button:hover,
.product_detail_sec1 .cart_btn > button:hover {
  opacity: 0.8;
}
.product_detail_sec1 .favorite_btn > button img,
.product_detail_sec1 .cart_btn > button img {
  max-width: 29px;
  margin-right: 10px;
}
.product_detail_sec1 .favorite_btn > button {
  background: #000;
}
.product_detail_sec1 .sub_block {
  margin-top: 15px;
  margin-bottom: 25px;
  border: 1px solid #dddddd;
}
.product_detail_sec1 .sub_block h4 {
  font-weight: bold;
  padding: 10px 16px;
  background: #eeeeee;
}
.product_detail_sec1 .sub_block h4 > span {
  font-size: 87.5%;
}
.product_detail_sec1 .sub_block .sub_block_inner {
  font-size: 14px;
  padding: 12px 16px;
}
.product_detail_sec1 .sub_block .sub_block_inner > ul > li {
  position: relative;
  padding-left: 11px;
}
.product_detail_sec1 .sub_block .sub_block_inner > ul > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #3c3c3c;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 1200px) {
  .product_detail_sec1 .item_box .f_right h2 {
    font-size: 26px;
  }
  .product_detail_sec1 .item_box .f_right .price > span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product_detail_sec1 .item_box .f_right h2 {
    font-size: 22px;
  }
  .product_detail_sec1 .item_box {
    display: block;
  }
  .product_detail_sec1 .item_box .f_left {
    width: auto;
    margin-bottom: 30px;
  }
  .product_detail_sec1 .item_box .f_right {
    width: auto;
  }
}

.product_detail_sec2 h2 {
  font-size: 38px;
  padding-left: 25px;
  border-left: 8px solid #a32c25;
  font-weight: bold;
  margin-bottom: 40px;
}
.product_detail_sec2 .feature_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.495%;
}
.product_detail_sec2 .feature_block ul > li {
  width: 31.67%;
}
.product_detail_sec2 .feature_block ul .img {
  margin-bottom: 15px;
}
.product_detail_sec2 .feature_block ul .img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 1/1;
}
.product_detail_sec2 .specification_block .table_wrap > table {
  width: 100%;
  border-top: 1px solid #dddddd;
}
.product_detail_sec2 .specification_block .table_wrap th,
.product_detail_sec2 .specification_block .table_wrap td {
  padding: 15px 20px;
  border-bottom: 1px solid #dddddd;
}
.product_detail_sec2 .specification_block .table_wrap th {
  background: #eeeeee;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .product_detail_sec2 h2 {
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 25px;
    border-left-width: 5px;
  }
  .product_detail_sec2 .feature_block ul {
    display: block;
  }
  .product_detail_sec2 .feature_block ul > li {
    width: auto;
    margin-bottom: 20px;
  }
  .product_detail_sec2 .feature_block ul > li:last-child {
    margin-bottom: 0;
  }
  .product_detail_sec2 .specification_block .table_wrap {
    width: auto;
  }
  .product_detail_sec2 .specification_block .table_wrap table,
  .product_detail_sec2 .specification_block .table_wrap tr,
  .product_detail_sec2 .specification_block .table_wrap th,
  .product_detail_sec2 .specification_block .table_wrap td,
  .product_detail_sec2 .specification_block .table_wrap tbody {
    display: block;
    width: 100%;
  }
  .product_detail_sec2 .specification_block .table_wrap th,
  .product_detail_sec2 .specification_block .table_wrap td {
    padding: 10px 10px;
  }
}

.catblock_sec {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #dddddd;
}
.catblock_sec:not(:has(.cat_list > li)) {
  display: none;
}
.catblock_sec h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 45px;
}
.catblock_sec .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.catblock_sec .cat_list > li {
  width: 32.5%;
  margin-bottom: 15px;
}
.catblock_sec .cat_list > li a {
  display: block;
  border: 1px solid #2c2c2c;
  background: #fff;
  position: relative;
  padding: 10px 18px;
  padding-right: 35px;
  opacity: 1;
  -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catblock_sec .cat_list > li a:hover {
  background: #2c2c2c;
  color: #fff;
}
.catblock_sec .cat_list > li a:hover::before {
  border-color: #fff;
}
.catblock_sec .cat_list > li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .catblock_sec {
    margin-top: 50px;
    padding-top: 40px;
  }
  .catblock_sec h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .catblock_sec .cat_list {
    gap: 3%;
    margin-bottom: 30px;
  }
  .catblock_sec .cat_list > li {
    width: 48.5%;
    font-size: 13px;
    margin-bottom: 3%;
  }
}

.productlist_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 15px;
}
.productlist_layout aside {
  width: 200px;
}
.productlist_layout aside h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 1px solid #2c2c2c;
}
.productlist_layout aside .cat_list > li {
  border-bottom: 4px solid #fff;
}
.productlist_layout aside .cat_list > li > a {
  background: #f8f8f8;
  display: block;
  padding: 12px 10px;
  position: relative;
  opacity: 1;
  -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}
.productlist_layout aside .cat_list > li > a.active, .productlist_layout aside .cat_list > li > a:hover {
  background: #2c2c2c;
  color: #fff;
}
.productlist_layout aside .cat_list > li > a.active::before, .productlist_layout aside .cat_list > li > a:hover::before {
  border-color: #fff;
}
.productlist_layout aside .cat_list > li > a.active::before {
  -webkit-transform: rotate(-135deg) translateY(-50%) !important;
          transform: rotate(-135deg) translateY(-50%) !important;
  right: 12px !important;
  top: 39% !important;
}
.productlist_layout aside .cat_list > li > a:has(+ .childlist)::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 45%;
  right: 16px;
}
.productlist_layout aside .cat_list > li > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.productlist_layout aside .cat_list .childlist {
  display: none;
}
.productlist_layout aside .cat_list .childlist > li a {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  position: relative;
  opacity: 1;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.productlist_layout aside .cat_list .childlist > li a:hover {
  color: #a32c25;
}
.productlist_layout aside .cat_list .childlist > li a:hover::before {
  border-color: #a32c25;
}
.productlist_layout aside .cat_list .childlist > li a::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.productlist_layout > div {
  width: calc(100% - 240px) !important;
}
@media screen and (max-width: 960px) {
  .productlist_layout {
    display: block !important;
  }
  .productlist_layout > div {
    width: auto !important;
    margin-bottom: 55px;
  }
  .productlist_layout aside {
    width: auto;
  }
}

.productlist_sec .cat_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.productlist_sec .cat_nav > li {
  width: 32.5%;
  margin-bottom: 15px;
}
.productlist_sec .cat_nav > li a {
  display: block;
  border: 1px solid #2c2c2c;
  background: #fff;
  position: relative;
  padding: 10px 18px;
  padding-right: 35px;
  opacity: 1;
  -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productlist_sec .cat_nav > li a:hover {
  background: #2c2c2c;
  color: #fff;
}
.productlist_sec .cat_nav > li a:hover::before {
  border-color: #fff;
}
.productlist_sec .cat_nav > li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .productlist_sec .cat_nav {
    gap: 3%;
    margin-bottom: 30px;
  }
  .productlist_sec .cat_nav > li {
    width: 48.5%;
    font-size: 13px;
    margin-bottom: 3%;
  }
}

.cat_pagesec {
  margin-bottom: 170px;
}
.cat_pagesec .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 85.42%;
  margin-bottom: 125px;
}
.cat_pagesec .items .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
.cat_pagesec .items .item:nth-child(2n) > div:nth-child(2) {
  padding: 50px 65px;
  padding-right: 160px;
  margin-right: -12.19%;
  margin-left: 0;
}
.cat_pagesec .items .item:last-child {
  margin-bottom: 0;
}
.cat_pagesec .items .item > div:nth-child(1) {
  width: 58.54%;
  position: relative;
  z-index: 9;
}
.cat_pagesec .items .item > div:nth-child(2) {
  width: 46.35%;
  margin-left: -12.19%;
  margin-bottom: -60px;
  background: #f8f8f8;
  padding: 50px 65px;
  padding-left: 160px;
  line-height: 1.9;
}
@media screen and (max-width: 1270px) {
  .cat_pagesec .items .item {
    width: auto;
  }
  .cat_pagesec .items .item > div:nth-child(2) {
    padding: 30px 20px;
    padding-left: 90px;
  }
  .cat_pagesec .items .item:nth-child(2n) > div:nth-child(2) {
    padding: 30px 20px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 960px) {
  .cat_pagesec {
    margin-bottom: 60px;
  }
  .cat_pagesec .items .item {
    display: block;
    margin-bottom: 50px;
  }
  .cat_pagesec .items .item > div:nth-child(2) {
    width: auto !important;
    padding: 30px 20px !important;
    margin: 0 auto !important;
  }
  .cat_pagesec .items .item > div:nth-child(1) {
    width: auto !important;
  }
}
.company_sec .table_wrap > table {
  width: 100%;
  border-top: 1px solid #dddddd;
}
.company_sec .table_wrap th,
.company_sec .table_wrap td {
  padding: 15px 20px;
  border-bottom: 1px solid #dddddd;
}
.company_sec .table_wrap th {
  width: 200px;
  background: #eeeeee;
  font-weight: bold;
}
.company_sec .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 52.09%;
  position: relative;
}
.company_sec .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .company_sec .table_wrap table,
  .company_sec .table_wrap tr,
  .company_sec .table_wrap th,
  .company_sec .table_wrap td,
  .company_sec .table_wrap tbody {
    display: block;
    width: 100%;
  }
  .company_sec .table_wrap th,
  .company_sec .table_wrap td {
    padding: 10px 10px;
  }
}

.privacy_sec .privacy_dl_block dl {
  margin-bottom: 45px;
}
.privacy_sec .privacy_dl_block dl:last-child {
  margin-bottom: 0;
}
.privacy_sec .privacy_dl_block dl dt {
  font-size: 20px;
  color: #a32c25;
  margin-bottom: 10px;
}
.privacy_sec .privacy_dl_block dl dd .indent_list > li {
  text-indent: -3.3em;
  padding-left: 3.3em;
  margin-bottom: 7px;
}
.privacy_sec .privacy_dl_block dl dd .indent_list > li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .privacy_sec .privacy_dl_block dl dt {
    font-size: 18px;
  }
}

.form_table {
  margin-bottom: 50px;
}
.form_table > table {
  width: 100%;
  border-top: 1px solid #dddddd;
}
.form_table > table th,
.form_table > table td {
  padding: 23px 20px;
  border-bottom: 1px solid #dddddd;
}
.form_table > table th {
  width: 260px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background: #eeeeee;
  position: relative;
}
.form_table > table td {
  font-size: 16px;
}
.form_table > table tr.require th::before {
  content: "必須";
  background: #ad0306;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 5px 14px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form_table > table tr.align_top th::before {
  top: 26px;
  -webkit-transform: none;
          transform: none;
}
.form_table > table tr.align_top th,
.form_table > table tr.align_top td {
  vertical-align: top;
}
.form_table > table .ec-halfInput input[type=text],
.form_table > table .ec-telInput input[type=tel],
.form_table > table .ec-input-mb0 input {
  margin-bottom: 0 !important;
}
.form_table > table input {
  font-size: 16px;
}
.form_table > table .ec-select select {
  max-width: 230px;
  width: 100%;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://www.alps-paint.shop/html/template/alps/assets/images/contact/arrow.svg") no-repeat center right 5px;
  background-color: #ffffff;
}
.form_table > table .ec-select select::-ms-expand {
  display: none;
}
.form_table > table .ec-input input,
.form_table > table .ec-birth input,
.form_table > table .ec-select input,
.form_table > table .ec-halfInput input,
.form_table > table .ec-numberInput input,
.form_table > table .ec-zipInput input,
.form_table > table .ec-telInput input,
.form_table > table .ec-select select,
.form_table > table .ec-input textarea {
  background-color: #f7f7f7;
}
.form_table > table .ec-telInput input,
.form_table > table .ec-input input[type=email] {
  max-width: 400px;
}
.form_table > table .ec-input {
  max-width: 700px;
}
.form_table > table .help_iconlink {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -7px;
}
.form_table > table .help_iconlink a {
  color: #777777;
  font-size: 14px;
  font-weight: bold;
}
.form_table > table .help_iconlink img {
  width: 18px;
}
.form_table > table .ec-halfInput {
  max-width: 415px;
}
.form_table > table .ec-halfInput > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_table > table .ec-halfInput > ul > li {
  width: 48%;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_table > table .ec-halfInput > ul > li > span {
  width: 50px;
}
.form_table > table .ec-halfInput input[type=text] {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form_table > table,
  .form_table > table th,
  .form_table > table td,
  .form_table > table tbody,
  .form_table > table tr {
    width: auto;
    display: block;
  }
  .form_table > table tr.align_top th::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form_table > table th {
    padding: 11px 15px;
    text-align: left;
    font-size: 16px;
  }
  .form_table > table td {
    padding: 11px 15px;
  }
  .form_table > table .ec-input input,
  .form_table > table .ec-birth input,
  .form_table > table .ec-select input,
  .form_table > table .ec-halfInput input,
  .form_table > table .ec-numberInput input,
  .form_table > table .ec-zipInput input,
  .form_table > table .ec-telInput input {
    height: 40px;
  }
}

.tradelaw_sec .table_wrap > table {
  width: 100%;
  border-top: 1px solid #dddddd;
}
.tradelaw_sec .table_wrap th,
.tradelaw_sec .table_wrap td {
  padding: 15px 20px;
  border-bottom: 1px solid #dddddd;
}
.tradelaw_sec .table_wrap th {
  width: 270px;
  background: #eeeeee;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .tradelaw_sec .table_wrap table,
  .tradelaw_sec .table_wrap tr,
  .tradelaw_sec .table_wrap th,
  .tradelaw_sec .table_wrap td,
  .tradelaw_sec .table_wrap tbody {
    display: block;
    width: 100%;
  }
  .tradelaw_sec .table_wrap th,
  .tradelaw_sec .table_wrap td {
    padding: 10px 10px;
  }
}

.guide_sec .guide_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guide_sec .guide_nav > li {
  width: 19%;
  margin-bottom: 10px;
}
.guide_sec .guide_nav > li a {
  padding: 10px 10px;
  padding-right: 25px;
  border: 1px solid #000;
  position: relative;
  line-height: 1.2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide_sec .guide_nav > li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.guide_sec h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}
.guide_sec .step_items .item {
  margin-bottom: 30px;
}
.guide_sec .step_items .item:last-child {
  margin-bottom: 0;
}
.guide_sec .step_items .item .note {
  text-indent: -4em;
  padding-left: 4em;
}
.guide_sec .step_items h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.guide_sec .transfer_block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guide_sec .transfer_block dl dt {
  width: 130px;
}
.guide_sec .transfer_block dl dd {
  width: calc(100% - 130px);
}
.guide_sec .transfer_block .table_wrap > table {
  width: 100%;
}
.guide_sec .transfer_block .table_wrap th,
.guide_sec .transfer_block .table_wrap td {
  padding: 10px 15px;
  border: 1px solid #000;
}
.guide_sec .transfer_block .table_wrap th {
  vertical-align: middle;
  width: 200px;
  text-align: center;
  font-weight: bold;
}
.guide_sec .circle_list > li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.guide_sec .circle_list > li:last-child {
  margin-bottom: 0;
}
.guide_sec .circle_list > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
}
.guide_sec .address_table > table {
  width: 100%;
}
.guide_sec .address_table th,
.guide_sec .address_table td {
  padding: 10px 15px;
  border: 1px solid #000;
}
.guide_sec .address_table th {
  vertical-align: middle;
  width: 200px;
  text-align: center;
  font-weight: bold;
}
.guide_sec .delivery_table {
  background: none !important;
}
.guide_sec .delivery_table > table {
  width: 100%;
  border-top: 1px solid #dddddd;
}
.guide_sec .delivery_table thead {
  text-align: center;
}
.guide_sec .delivery_table th,
.guide_sec .delivery_table td {
  padding: 15px 10px;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
}
.guide_sec .delivery_table th {
  width: 180px;
  background: #eeeeee;
  font-weight: bold;
}
.guide_sec .delivery_table td {
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .guide_sec .delivery_table {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .guide_sec .delivery_table th {
    white-space: normal;
    min-width: 180px;
  }
  .guide_sec .guide_nav > li {
    width: 32.5%;
  }
}
@media only screen and (max-width: 767px) {
  .guide_sec .guide_nav {
    gap: 3%;
  }
  .guide_sec .guide_nav > li {
    width: 48.5%;
  }
  .guide_sec h3 {
    font-size: 20px;
  }
  .guide_sec .step_items h4 {
    font-size: 17px;
  }
  .guide_sec .transfer_block dl {
    display: block;
  }
  .guide_sec .transfer_block dl dt {
    width: auto;
    margin-bottom: 15px;
  }
  .guide_sec .transfer_block dl dd {
    width: auto;
  }
  .guide_sec .transfer_block .table_wrap th,
  .guide_sec .address_table th {
    width: 125px;
  }
}

@media screen and (max-width: 960px) {
  .vpc960 {
    display: none;
  }
}
@media not screen, screen and (min-width: 961px) {
  .vsp960 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vpc767 {
    display: none;
  }
}
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .vpc480 {
    display: none;
  }
}
@media not screen, screen and (min-width: 481px) {
  .vsp480 {
    display: none;
  }
}
/* =======================================

    共通 要素

======================================= */
#wrap {
  overflow: hidden;
}

#contents {
  position: relative;
  z-index: 99;
  display: block;
}
@media screen and (max-width: 1300px) {
  #contents {
    padding-top: 85px;
  }
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.tel-disable {
  pointer-events: none;
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .ta_lsp {
    text-align: left;
  }
}
.under_wrap {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.fs20 {
  font-size: 20px;
}

.fs18 {
  font-size: 18px;
}

.fs14 {
  font-size: 14px;
}

.fs13 {
  font-size: 13px;
}

.no_link {
  pointer-events: none;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.anker_link {
  margin-top: -25px;
  padding-top: 25px;
}
@media screen and (max-width: 1300px) {
  .anker_link {
    margin-top: -90px;
    padding-top: 90px;
  }
}