@charset "UTF-8";
/* --------------------------------------------

FileName    :    style.css

-------------------------------------------- */
/*201001 terao追記*/
/************************** 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;
}

body {
  line-height: 1;
}

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

html {
  -ms-overflow-style: scrollbar;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  position: relative;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #353535;
}

a {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #353535;
  outline: 0;
}

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

button,
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  font-family: ten-mincho, serif;
}

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

img[src$=".svg"] {
  width: 100%;
}

p {
  line-height: 1.7;
}

@-ms-viewport {
  width: device-width;
}
body {
  left: 0;
  right: 0;
}

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

.global_btn {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.global_btn a {
  display: block;
  background: #333333;
  color: #fff;
  padding: 10px 15px;
  opacity: 1;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.global_btn a:hover {
  background: #707070;
}

.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: 767px) {
  .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: 72px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: background 0.8s ease-in-out;
  transition: background 0.8s ease-in-out;
}
#hd > h1 {
  position: absolute;
  left: 20px;
  bottom: 13px;
  line-height: 0;
}
#hd > h1 .logo_on {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
#hd .gnavi {
  position: absolute;
  right: 180px;
  bottom: 23px;
  letter-spacing: -0.5em;
}
#hd .gnavi li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 27px;
  font-size: 14px;
}
#hd .gnavi li:last-child {
  margin-right: 0;
}
#hd.search_on > h1 .logo_on, #hd.hd_bg > h1 .logo_on {
  opacity: 1;
}
#hd.hd_bg {
  background: #fff;
}
#hd .header_search {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  padding: 66px 15px 36px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  z-index: -1;
}
#hd .header_search .serach_input {
  max-width: 290px;
  margin: 0 auto;
}
#hd .header_search .serach_input input {
  border: 0;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: 15px;
  background: none;
  padding: 5px;
  border-radius: 0;
  width: 100%;
  outline: 0;
}
#hd .header_search .serach_submit {
  max-width: 90px;
  margin: 0 auto;
}
#hd .header_search .serach_submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  border-radius: 3px;
  outline: 0;
  border: 0;
  background: #000;
  padding: 6px 15px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#hd .header_search .serach_submit input:hover {
  opacity: 0.7;
}
#hd.search_on .header_search {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#hd .suv_nav {
  position: absolute;
  right: 23px;
  bottom: 23px;
  max-width: 135px;
  text-align: right;
  width: 100%;
}
#hd .suv_nav ul {
  letter-spacing: -0.4em;
}
#hd .suv_nav ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
  position: relative;
}
#hd .suv_nav ul li .cart_icon {
  position: absolute;
  right: -12px;
  top: -10px;
  font-size: 10px;
  color: #fff;
  background: #000;
  width: 17px;
  line-height: 17px;
  border-radius: 50%;
  text-align: center;
}
#hd .suv_nav ul li a {
  position: relative;
}
#hd .suv_nav ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #hd > h1 {
    max-width: 100px;
    bottom: 18px;
  }
  #hd .gnavi {
    display: none;
  }
  #hd .suv_nav {
    right: 60px;
  }
  #hd .suv_nav ul li:nth-child(2),
#hd .suv_nav ul li:nth-child(3) {
    display: none;
  }
}

#hd .btn_nav {
  display: none;
}

.btn_nav {
  position: absolute;
  right: 17px;
  top: 25px;
  display: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  z-index: 99999;
}

.btn_nav .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 10px;
}

.btn_nav hr {
  background: #202124;
  height: 1px;
  position: absolute;
  border: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: top 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s, -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, -webkit-transform 0.2s ease-in-out 0.3s;
  transition: top 0.2s ease-in-out 0s, -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;
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out 0.3s;
}

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

.btn_nav hr:nth-child(2) {
  top: 8px;
}

.btn_nav.opened .wrap {
  top: 3px;
}

.btn_nav.opened hr:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
}

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

.btn_nav.opened::after {
  opacity: 1;
}

.btn_nav.opened::before {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #hd .btn_nav {
    display: block;
  }
}
body.nav_open .logo_on {
  opacity: 1 !important;
}

#hd .gnavi_sp {
  display: none;
  background: #f6f8f9;
  padding: 93px 20px 30px;
  height: 100vh;
  font-size: 20px;
  overflow-y: scroll;
  position: relative;
}
#hd .gnavi_sp .icon_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 38px;
}
#hd .gnavi_sp .icon_nav li {
  margin-bottom: 20px;
}
#hd .gnavi_sp .icon_nav li:last-child {
  margin-bottom: 0;
}
#hd .gnavi_sp .icon_nav li span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
#hd .gnavi_sp .icon_nav li span._icon {
  margin-right: 16px;
}
#hd .gnavi_sp .cat_box {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #CBD0D3;
  margin-bottom: 28px;
}
#hd .gnavi_sp .cat_box h2 {
  font-size: 26px;
  margin-bottom: 28px;
}
#hd .gnavi_sp .cat_box ul li {
  margin-bottom: 25px;
}
#hd .gnavi_sp .cat_box ul li:last-child {
  margin-bottom: 0;
}
#hd .gnavi_sp .sns_box {
  text-align: center;
}
#hd .gnavi_sp .sns_box h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
#hd .gnavi_sp .sns_box ul {
  text-align: center;
  letter-spacing: -0.4em;
}
#hd .gnavi_sp .sns_box ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 20px;
}
#hd .gnavi_sp .sns_box ul li:last-child {
  margin-right: auto;
}
#hd .gnavi_sp .sns_box .head_contact {
  max-width: 300px;
  margin: 0 auto;
}
#hd .gnavi_sp .sns_box .head_contact a {
  display: block;
  color: #fff;
  padding: 20px 15px;
  background: #333333;
}

.page_top {
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 92;
}
.page_top .top_frame {
  position: absolute;
  top: 0;
  left: -50%;
  bottom: 0;
  -webkit-animation: 22s linear infinite rotation;
          animation: 22s linear infinite rotation;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
@media only screen and (max-width: 767px) {
  .page_top {
    max-width: 50px;
    right: 10px;
  }
  .page_top .top_frame {
    max-width: 50px;
  }
}

@-webkit-keyframes pagetop {
  0% {
    -webkit-transform: rotate(0) translateX(50%);
            transform: rotate(0) translateX(50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(50%);
            transform: rotate(360deg) translateX(50%);
  }
}

@keyframes pagetop {
  0% {
    -webkit-transform: rotate(0) translateX(50%);
            transform: rotate(0) translateX(50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(50%);
            transform: rotate(360deg) translateX(50%);
  }
}
.footer_img {
  padding-top: 22.5%;
  background: url("../images/common/footerimg.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .footer_img {
    background: url("../images/common/footerimg_sp.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 69.34%;
  }
}

#footer_wrap {
  position: relative;
}

#ft {
  background: #202124;
  color: #fff;
  padding: 40px 15px 22px;
}
#ft .ft_link {
  line-height: 1.2;
}
#ft .ft_link a {
  font-size: 14px;
  color: #CBD0D3;
}
#ft a {
  color: #fff;
}
#ft .copyright {
  font-size: 12px;
  color: #a6adb4;
}
#ft .contact_btn a {
  position: relative;
  display: block;
  opacity: 1;
}
#ft .contact_btn a > span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}
#ft .contact_btn a:hover > span:nth-child(2) {
  opacity: 1;
}
#ft .ft_inner {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ft .ft_inner > div h2 {
  font-size: 20px;
  margin-bottom: 23px;
}
#ft .ft_inner > div:nth-child(1) {
  width: 42.25%;
  margin-right: 3.45%;
}
#ft .ft_inner > div:nth-child(2) {
  width: 17.25%;
  margin-right: 7.91%;
}
#ft .ft_inner > div:nth-child(3) {
  width: 11.64%;
  margin-right: 7.15%;
}
#ft .ft_inner > div:nth-child(4) {
  width: 10.35%;
}
#ft .ft_inner .f_cat {
  letter-spacing: -0.5em;
}
#ft .ft_inner .f_cat > li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 20px;
}
#ft .ft_inner .f_cat > li:last-child {
  margin-right: 0;
}
#ft .ft_inner .f_sns {
  letter-spacing: -0.5em;
}
#ft .ft_inner .f_sns > li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 32px;
}
#ft .ft_inner .f_sns > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  #ft .ft_inner > div:nth-child(1) {
    margin-right: 25.45%;
  }
  #ft .ft_inner > div:nth-child(1),
#ft .ft_inner > div:nth-child(2) {
    margin-bottom: 45px;
  }
  #ft .ft_inner > div:nth-child(2) {
    width: 32.25%;
    margin-right: auto;
  }
  #ft .ft_inner > div:nth-child(3) {
    width: 80.64%;
  }
}
@media only screen and (max-width: 767px) {
  #ft .ft_link a {
    text-decoration: underline;
  }
  #ft .ft_inner {
    display: block;
  }
  #ft .ft_inner > div h2 {
    margin-bottom: 15px;
  }
  #ft .ft_inner > div {
    width: auto !important;
    margin-right: auto;
  }
  #ft .ft_inner > div:first-child {
    margin-right: auto;
    width: auto;
    margin-bottom: 25px;
  }
  #ft .ft_inner > div:nth-child(2) {
    display: none;
  }
  #ft .contact_btn {
    position: absolute;
    right: 0;
    bottom: 78px;
    max-width: 100px;
  }
}

.pankuzu {
  max-width: 1280px;
  margin: 15px auto 45px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 15px;
  font-size: 14px;
}
.pankuzu ul {
  letter-spacing: -0.5em;
}
.pankuzu li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.pankuzu li::after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
  color: #333333;
}
.pankuzu li a {
  color: #333333;
  opacity: 1;
}
.pankuzu li a:hover {
  opacity: 0.7;
}
.pankuzu li:last-child::after {
  content: none;
}
.pankuzu li:last-child a {
  color: #A6ADB4;
}

.ec-pager {
  text-align: center;
  letter-spacing: -0.5em;
}
.ec-pager > li {
  display: inline-block;
  font-size: 22px;
  margin-right: 15px;
  letter-spacing: normal;
}
.ec-pager > li.ec-pager__item--active a {
  color: #A6ADB4;
}
.ec-pager > li:last-child {
  margin-right: 0;
}
.ec-pager > li.ec-pagernext_item {
  margin-right: 80px;
}
.ec-pager > li.ec-pagerlast_item {
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .ec-pager > li {
    font-size: 17px;
  }
  .ec-pager > li.ec-pagernext_item {
    margin-right: 30px;
  }
  .ec-pager > li.ec-pagerlast_item {
    margin-left: 17px;
  }
}

.global_ttl {
  font-size: 50px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .global_ttl {
    font-size: 42px;
  }
}
/*201001 terao追記*/
.main {
  position: relative;
}
.main h2 {
  position: absolute;
  top: 50%;
  line-height: 1.1;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 100px;
  font-family: "EB Garamond", serif;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .main h2 {
    font-size: 8.34vw;
  }
}
@media only screen and (max-width: 767px) {
  .main h2 {
    font-size: 60px;
  }
}

.top_pickup {
  margin-bottom: -95px;
  position: relative;
  z-index: 9;
}
.top_pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_pickup ul > li {
  width: 31.04%;
}
.top_pickup ul > li .title_box {
  position: absolute;
  top: 51.34%;
  left: 0;
  right: 0;
  text-align: center;
}
.top_pickup ul > li .title_box h2 {
  font-size: 32px;
  color: #fff;
  position: relative;
  z-index: 9;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  padding-bottom: 13%;
  line-height: 1.1;
}
.top_pickup ul > li .title_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55.56%;
  padding-top: 55.56%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.top_pickup ul > li .title_box::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/topic_arrow.png") no-repeat center center;
  width: 32px;
  height: 14px;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.top_pickup ul > li a {
  display: block;
  position: relative;
  opacity: 1;
}
.top_pickup ul > li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.top_pickup ul > li a p img {
  width: 100%;
}
.top_pickup ul > li a:hover .title_box h2 {
  color: #000000;
}
.top_pickup ul > li a:hover .title_box::before {
  opacity: 1;
}
.top_pickup ul > li a:hover .title_box::after {
  opacity: 1;
}
.top_pickup ul > li a:hover::before {
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  .top_pickup ul > li .title_box h2 {
    font-size: 2.67vw;
  }
}
@media only screen and (max-width: 767px) {
  .top_pickup {
    margin-bottom: 80px;
  }
  .top_pickup ul {
    display: block;
  }
  .top_pickup ul > li {
    width: auto;
    margin-bottom: 20px;
  }
  .top_pickup ul > li:last-child {
    margin-bottom: 0;
  }
  .top_pickup ul > li a:before {
    display: none;
  }
  .top_pickup ul > li .title_box {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top_pickup ul > li .title_box h2 {
    font-size: 50px;
    padding-bottom: 0;
    color: #fff !important;
  }
  .top_pickup ul > li .title_box:before,
.top_pickup ul > li .title_box:after {
    display: none;
  }
}

.top_profile {
  position: relative;
  background: #ebeded;
  padding: 200px 15px 140px;
}
.top_profile .under_wrap {
  position: relative;
  z-index: 9;
}
.top_profile .profile_txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  -webkit-transform: translateY(-13%);
          transform: translateY(-13%);
  width: 3.875%;
  max-width: 62px;
}
.top_profile .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #333333;
}
.top_profile .box01 > div:nth-child(1) {
  width: 25.87%;
}
.top_profile .box01 > div:nth-child(2) {
  width: 65.52%;
}
.top_profile .box01 > div:nth-child(2) > p:first-of-type {
  line-height: 1.3;
}
.top_profile .box01 h2 {
  font-size: 30px;
  font-family: "EB Garamond", serif;
  line-height: 1.1;
  margin-bottom: 20px;
}
.top_profile .box01 h3 {
  font-size: 50px;
  font-family: "EB Garamond", serif;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .top_profile .box01 {
    font-size: 16px;
  }
  .top_profile .box01 h2 {
    font-size: 24px;
  }
  .top_profile .box01 h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top_profile {
    padding: 80px 15px 80px;
  }
  .top_profile .box01 {
    display: block;
  }
  .top_profile .box01 > div:first-child {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .top_profile .box01 > div:nth-child(2) {
    width: auto;
  }
  .top_profile .profile_txt {
    width: 29.87%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.top_news dl {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #343638;
}
.top_news dl:first-child {
  border-top: 1px solid #343638;
}
.top_news dl dt {
  width: 208px;
  font-size: 14px;
  margin-top: 5px;
  padding-left: 18px;
  letter-spacing: -0.05em;
}
.top_news dl dt > span {
  display: inline-block;
  letter-spacing: normal;
}
.top_news dl dt > span:first-child {
  color: #a6adb4;
  margin-right: 47px;
}
.top_news dl dd {
  width: calc(100% - 208px);
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .top_news dl {
    padding: 20px;
  }
  .top_news dl {
    display: block;
  }
  .top_news dl dt {
    width: auto;
    margin-top: 0;
    margin-bottom: 6px;
    padding-left: 0;
  }
  .top_news dl dd {
    width: auto;
  }
}

.top_art {
  position: relative;
  padding-bottom: 230px;
}
.top_art .under_wrap {
  position: relative;
  z-index: 9;
}
.top_art h2 {
  font-size: 150px;
  line-height: 1;
  font-family: "EB Garamond", serif;
  color: #333333;
  margin-bottom: 120px;
}
.top_art .art_txt {
  position: absolute;
  bottom: 25px;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  width: 56.94%;
  -webkit-animation: 22s linear infinite rotation;
          animation: 22s linear infinite rotation;
}
@media screen and (max-width: 1200px) {
  .top_art h2 {
    font-size: 12.5vw;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .top_art {
    padding-bottom: 90px;
  }
  .top_art .art_txt {
    bottom: auto;
    top: 0;
    width: 185%;
  }
  .top_art h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 550px) {
  .top_art .top_art .global_btn {
    max-width: 300px;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0) translateX(50%);
            transform: rotate(0) translateX(50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(50%);
            transform: rotate(360deg) translateX(50%);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0) translateX(50%);
            transform: rotate(0) translateX(50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(50%);
            transform: rotate(360deg) translateX(50%);
  }
}
@-webkit-keyframes rotation_sp {
  0% {
    -webkit-transform: rotate(0) translateX(121%);
            transform: rotate(0) translateX(121%);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(121%);
            transform: rotate(360deg) translateX(121%);
  }
}
@keyframes rotation_sp {
  0% {
    -webkit-transform: rotate(0) translateX(121%);
            transform: rotate(0) translateX(121%);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(121%);
            transform: rotate(360deg) translateX(121%);
  }
}
.top_video {
  position: relative;
  padding: 136px 15px 115px;
  background: url("../images/video_bg.jpg") repeat;
  color: #fff;
}
.top_video h2 {
  font-size: 120px;
  text-align: center;
  font-family: "EB Garamond", serif;
  margin-bottom: 70px;
  line-height: 1.1;
}
.top_video h2 + p {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
.top_video #slider_wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.top_video #slider_wrap .video_slider {
  display: none;
}
.top_video #slider_wrap .video_slider.slick-initialized {
  display: block;
}
.top_video #slider_wrap .video_slider a {
  font-size: 20px;
  display: block;
  background: #ffffff;
  opacity: 1;
  position: relative;
  padding: 40px 30px;
  text-align: center;
}
.top_video #slider_wrap .video_slider a .ff-container.ff-loading-icon:before {
  display: none;
}
.top_video #slider_wrap .video_slider a .hover_on {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30.77%;
  max-width: 147px;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 8;
  pointer-events: none;
}
.top_video #slider_wrap .video_slider a h3 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.top_video #slider_wrap .video_slider a .img {
  margin-bottom: 35px;
  position: relative;
  line-height: 0;
}
.top_video #slider_wrap .video_slider a .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 8;
  pointer-events: none;
}
.top_video #slider_wrap .video_slider a .img img {
  width: 100%;
}
.top_video #slider_wrap .video_slider a:hover .hover_on {
  opacity: 1;
}
.top_video #slider_wrap .video_slider a:hover .img::before {
  opacity: 1;
}
.top_video #slider_wrap .video_slider li {
  padding: 0 40px;
}
.top_video #slider_wrap .slick-list {
  padding: 0 30% !important;
}
.top_video .bg_repeat {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  bottom: 0;
  width: 200vw;
  -webkit-animation: loop 65s linear infinite forwards;
          animation: loop 65s linear infinite forwards;
  background: url("../images/video_bottombg.png") repeat-x;
  background-size: contain;
}
.top_video .bg_repeat div {
  width: 100vw;
  padding-top: 1.09375%;
  float: left;
}
@media screen and (max-width: 1200px) {
  .top_video h2 {
    font-size: 10vw;
  }
  .top_video #slider_wrap .video_slider a h3 {
    font-size: 3.2vw;
  }
  .top_video #slider_wrap .video_slider a .img {
    margin-bottom: 20px;
  }
  .top_video #slider_wrap .video_slider a {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top_video {
    padding: 100px 15px 115px;
  }
  .top_video h2 {
    margin-bottom: 25px;
  }
  .top_video #slider_wrap .video_slider {
    display: block;
  }
  .top_video #slider_wrap .video_slider li {
    margin-bottom: 20px;
  }
  .top_video #slider_wrap .video_slider li:last-child {
    margin-bottom: 0;
  }
  .top_video #slider_wrap .video_slider li:not(:nth-child(-n+3)) {
    display: none;
  }
  .top_video .global_btn {
    max-width: 300px;
  }
  .top_video .bg_repeat div {
    padding-top: 3.5%;
  }
  .top_video #slider_wrap .video_slider a h3 {
    font-size: 35px;
    margin-bottom: 35px;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_fashion {
  position: relative;
  padding: 135px 0 200px;
}
.top_fashion .under_wrap {
  position: relative;
  z-index: 9;
}
.top_fashion #fashion_slider {
  position: relative;
  z-index: 9;
}
.top_fashion .fashion_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top_fashion .fashion_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.top_fashion h2 {
  text-align: center;
  font-size: 150px;
  font-family: "EB Garamond", serif;
  line-height: 1.1;
}
.top_fashion #fashion_slider .fashion_list {
  display: none;
  padding-left: 9%;
}
.top_fashion #fashion_slider .fashion_list.slick-initialized {
  display: block;
}
.top_fashion #fashion_slider .fashion_list a {
  display: block;
  position: relative;
}
.top_fashion #fashion_slider .fashion_list a .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  color: #000000;
}
.top_fashion #fashion_slider .fashion_list a img {
  width: 100%;
}
.top_fashion #fashion_slider .fashion_list .ttl_color a .title {
  color: #fff;
}
.top_fashion #fashion_slider .fashion_list li {
  padding: 0 40px;
}
.top_fashion #fashion_slider .slick-list {
  overflow: visible;
  padding-right: 64.9% !important;
}
.top_fashion #fashion_slider .bar_wrap {
  max-width: 1280px;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_fashion #fashion_slider .bar_wrap #slider_bar {
  height: 1px;
  width: 100%;
  background: #A6ADB4;
  position: relative;
  overflow: hidden;
}
.top_fashion #fashion_slider .bar_wrap #slider_bar > p {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 0;
  z-index: 9;
  height: 1px;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.top_fashion #fashion_slider .bar_wrap > p:first-of-type {
  padding-right: 75px;
  width: 8em;
}
.top_fashion #fashion_slider .bar_wrap > p:last-of-type {
  width: 8em;
  padding-left: 75px;
}
.top_fashion #fashion_slider .bar_wrap .slick_next,
.top_fashion #fashion_slider .bar_wrap .slick_prev {
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.top_fashion #fashion_slider .bar_wrap .slick_next:hover,
.top_fashion #fashion_slider .bar_wrap .slick_prev:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .top_fashion h2 {
    font-size: 10vw;
  }
  .top_fashion #fashion_slider .fashion_list a .title {
    font-size: 4.16vw;
  }
}
@media only screen and (max-width: 767px) {
  .top_fashion {
    padding: 105px 0 100px;
  }
  .top_fashion #fashion_slider .slick-list {
    margin-left: -48%;
  }
  .top_fashion #fashion_slider .fashion_list a .title {
    font-size: 50px;
  }
  .top_fashion #fashion_slider .fashion_list li {
    padding: 0 20px;
  }
  .top_fashion #fashion_slider .fashion_list {
    padding-left: 0;
  }
  .top_fashion #fashion_slider .bar_wrap > p:first-of-type {
    padding-right: 11px;
  }
  .top_fashion #fashion_slider .bar_wrap > p:last-of-type {
    padding-left: 11px;
  }
}

.ec-cartRole .cart_btns {
  margin-left: auto;
  max-width: 300px;
}
.ec-cartRole .cart_btns > li {
  margin-bottom: 10px;
}
.ec-cartRole .cart_btns > li:last-child {
  margin-bottom: 0;
}
.ec-cartRole .cart_btns > li.cart_btn02 a {
  background: #fff;
  border: 2px solid #333333;
  color: #333333;
  font-size: 16px;
}
.ec-cartRole .cart_btns a {
  background: #333333;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.5em;
  display: block;
  text-align: center;
  font-weight: normal;
  padding: 15px 15px;
}
.ec-cartRole .cart_btns a > img,
.ec-cartRole .cart_btns a > span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.ec-cartRole .cart_btns a > img {
  margin-right: 12px;
}
.ec-cartRole .cart_btns img {
  width: auto;
}

.under_news .news_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #343638;
  line-height: 1.4;
}
.under_news .news_dl dl dt {
  width: 180px;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 14px;
  margin-top: 3px;
  color: #666666;
}
.under_news .news_dl dl dd {
  width: calc(100% - 180px);
  font-size: 18px;
}
.under_news .news_dl dl dt,
.under_news .news_dl dl dd {
  padding: 23px 10px 23px;
  border-bottom: 1px solid #343638;
}
.under_news .news_dl dl a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.under_news .news_dl dl a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .under_news .news_dl dl {
    display: block;
  }
  .under_news .news_dl dl dt,
.under_news .news_dl dl dd {
    padding: 15px 10px;
  }
  .under_news .news_dl dl dt {
    width: auto;
    text-align: left;
    border-bottom: 0;
    padding-bottom: 2px;
  }
  .under_news .news_dl dl dd {
    width: auto;
    padding-top: 0;
  }
  .under_news .news_dl dl a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.news_detail .news_ttl {
  font-size: 14px;
  padding: 0 50px 25px;
  margin-bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #343638;
}
.news_detail .news_ttl p {
  line-height: 1.2;
  width: 130px;
  margin-top: 14px;
}
.news_detail .news_ttl h3 {
  width: calc(100% - 130px);
  font-size: 26px;
  line-height: 1.6;
}
.news_detail .news_content {
  font-size: 18px;
  padding: 0 50px;
}
@media screen and (max-width: 960px) {
  .news_detail .news_ttl {
    padding: 0 10px 17px;
    display: block;
  }
  .news_detail .news_ttl h3 {
    width: auto;
  }
  .news_detail .news_ttl p {
    width: auto;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .news_detail .news_content {
    padding: 0 10px;
  }
  .news_detail .news_content {
    line-height: 1.5;
  }
  .news_detail .news_content p {
    line-height: 1.8;
  }
  .news_detail .global_btn {
    width: 85%;
    margin: 0 auto;
  }
}

.under_tradelaw .tradelaw_table {
  font-size: 18px;
  width: 100%;
  border-top: 1px solid #343638;
}
.under_tradelaw .tradelaw_table th,
.under_tradelaw .tradelaw_table td {
  padding: 17px 15px;
  border-bottom: 1px solid #343638;
  line-height: 1.5;
}
.under_tradelaw .tradelaw_table th {
  width: 235px;
  text-align: left;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .under_tradelaw .tradelaw_table,
.under_tradelaw .tradelaw_table tr,
.under_tradelaw .tradelaw_table tbody,
.under_tradelaw .tradelaw_table th,
.under_tradelaw .tradelaw_table td {
    display: block;
    width: 100%;
  }
  .under_tradelaw .tradelaw_table th,
.under_tradelaw .tradelaw_table td {
    width: auto;
    padding: 7px 10px 12px;
  }
  .under_tradelaw .tradelaw_table th {
    padding-top: 12px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.ec-productRole .ec-productRole__description {
  font-size: 18px;
  color: #333333;
}
.ec-productRole .ec-productRole__description table {
  width: 100%;
  border-top: 1px dotted #333333;
}
.ec-productRole .ec-productRole__description table tr {
  border-bottom: 1px dotted #333333;
}
.ec-productRole .ec-productRole__description table th,
.ec-productRole .ec-productRole__description table td {
  font-weight: normal;
  text-align: left;
  padding: 5px 18px;
}
.ec-productRole .ec-productRole__description table th {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .ec-productRole .ec-productRole__description {
    font-size: 14px;
  }
  .ec-productRole .ec-productRole__description table th {
    width: 150px;
  }
  .ec-productRole .ec-productRole__description table th,
.ec-productRole .ec-productRole__description table td {
    padding: 5px 8px;
  }
}

.ec-productRole__btn.ec-productRole__btn_layout {
  max-width: 420px;
  width: auto;
  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;
}
.ec-productRole__btn.ec-productRole__btn_layout .ec-blockBtn--action {
  width: 83.34%;
}
.ec-productRole__btn.ec-productRole__btn_layout #favorite_btn {
  width: 11.91%;
}
.ec-productRole__btn.ec-productRole__btn_layout #favorite_btn a {
  display: block;
  position: relative;
  opacity: 1;
}
.ec-productRole__btn.ec-productRole__btn_layout #favorite_btn a .favorite_on {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.ec-productRole__btn.ec-productRole__btn_layout #favorite_btn a .favorite_on.favorite_onactice {
  opacity: 1;
}
.ec-productRole__btn.ec-productRole__btn_layout #favorite_btn a:hover .favorite_on {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .vpc1100 {
    display: none;
  }
}
@media not screen, screen and (min-width: 1101px) {
  .vsp1100 {
    display: none;
  }
}
@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: 900px) {
  .vpc900 {
    display: none;
  }
}
@media not screen, screen and (min-width: 901px) {
  .vsp900 {
    display: none;
  }
}
@media screen and (max-width: 812px) {
  .vpc812 {
    display: none;
  }
}
@media not screen, screen and (min-width: 813px) {
  .vsp812 {
    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: 640px) {
  .vpc640 {
    display: none;
  }
}
@media not screen, screen and (min-width: 641px) {
  .vsp640 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .vpc600 {
    display: none;
  }
}
@media not screen, screen and (min-width: 601px) {
  .vsp600 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .vpc480 {
    display: none;
  }
}
@media not screen, screen and (min-width: 481px) {
  .vsp480 {
    display: none;
  }
}
/* =======================================

    共通 要素

======================================= */
body {
  word-break: break-all;
}

#wrap {
  overflow: hidden;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 575px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 50;
}

#contents {
  display: block;
}

.ta_c {
  text-align: center;
}

.tel-disable {
  pointer-events: none;
}

.under_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 20px;
  text-align: center;
}
.item_list > li {
  width: 31.04%;
  margin-right: 3.44%;
}
.item_list > li:nth-child(3n) {
  margin-right: auto;
}
.item_list > li:not(:nth-child(-n+3)) {
  margin-top: 35px;
}
.item_list > li a {
  display: block;
}
.item_list > li a > p:first-child {
  margin-bottom: 20px;
}
.item_list > li a > p:nth-child(2) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .item_list > li a > p:first-child {
    margin-bottom: 12px;
  }
  .item_list > li a > p:nth-child(2) {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 550px) {
  .item_list {
    max-width: 360px;
    margin: 0 auto;
  }
  .item_list > li {
    width: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .item_list > li:last-child {
    margin-bottom: 0;
  }
}

#contents {
  margin-top: 100px;
}

#footer_wrap {
  margin-top: 80px;
}

.back_btn {
  display: block;
  text-align: center;
  padding: 7px 10px;
  font-size: 20px;
}

.back_btn span {
  padding-left: 25px;
  background: url("../images/common/back_arrow.png") no-repeat left center;
}