@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

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

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

*::-moz-selection {
  color: white;
  background: #1b76ff;
}

*::selection {
  color: white;
  background: #1b76ff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-y: scroll;
  height: 100%;
  line-height: 1.6;
  font-size: 62.5%;
  letter-spacing: 0.0625em;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: #333333;
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

video {
  display: block;
}

button {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 0;
  cursor: pointer;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  outline: 0;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  outline: 0;
}

select {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

hr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

svg {
  display: block;
}

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

.dis_none {
  display: none !important;
}

.dis_block {
  display: block !important;
}

.sp_block {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp_block {
    display: none !important;
  }
}

.sp_item {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp_item {
    display: none;
  }
}

.pc_block {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_block {
    display: block !important;
  }
}

.font_en {
  font-family: 'Spartan', sans-serif;
}

.wrapper {
  min-height: 100%;
}

::-moz-selection {
  background: #ffff00;
  color: #1b76ff;
}

::selection {
  background: #ffff00;
  color: #1b76ff;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.headlineS {
  font-size: 16px;
}

.headlineM {
  font-size: 18px;
}

.headlineL {
  font-size: 22px;
}

.headlineXL {
  font-size: 26px;
}

.smallMeta {
  font-size: 12px;
  color: #888;
}

.lHeight160p {
  line-height: 160%;
}

.lHeight180p {
  line-height: 180%;
}

.lHeight200p {
  line-height: 200%;
}

.lHeight240p {
  line-height: 240%;
}

.lHeight280p {
  line-height: 280%;
}

.lHeight320p {
  line-height: 320%;
}

/* aタグ */
a {
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    color: #1b76ff;
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.6;
  }
}

.m0auto {
  margin-left: auto;
  margin-right: auto;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ma0 {
  margin: 0 !important;
}

.ma10 {
  margin: 10px !important;
}

.ma15 {
  margin: 15px !important;
}

.ma20 {
  margin: 20px !important;
}

.ma30 {
  margin: 30px !important;
}

.ma40 {
  margin: 40px !important;
}

.ma50 {
  margin: 50px !important;
}

.ma60 {
  margin: 60px !important;
}

.ma70 {
  margin: 70px !important;
}

.ma80 {
  margin: 80px !important;
}

.ma90 {
  margin: 90px !important;
}

.ma100 {
  margin: 100px !important;
}

.ma110 {
  margin: 110px !important;
}

.ma120 {
  margin: 120px !important;
}

.ma130 {
  margin: 130px !important;
}

.ma140 {
  margin: 140px !important;
}

.ma150 {
  margin: 150px !important;
}

.ma160 {
  margin: 160px !important;
}

.ma170 {
  margin: 170px !important;
}

.ma180 {
  margin: 180px !important;
}

.ma190 {
  margin: 190px !important;
}

.ma200 {
  margin: 200px !important;
}

.pd0 {
  padding: 0 !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd60 {
  padding: 60px !important;
}

.pd70 {
  padding: 70px !important;
}

.pd80 {
  padding: 80px !important;
}

.pd90 {
  padding: 90px !important;
}

.pd100 {
  padding: 100px !important;
}

.w100p {
  width: 100% !important;
}

.w95p {
  width: 95% !important;
}

.w90p {
  width: 90% !important;
}

.w85p {
  width: 85% !important;
}

.w80p {
  width: 80% !important;
}

.w75p {
  width: 75% !important;
}

.w70p {
  width: 70% !important;
}

.w65p {
  width: 65% !important;
}

.w60p {
  width: 60% !important;
}

.w55p {
  width: 55% !important;
}

.w50p {
  width: 50% !important;
}

.w45p {
  width: 45% !important;
}

.w40p {
  width: 40% !important;
}

.w35p {
  width: 35% !important;
}

.w30p {
  width: 30% !important;
}

.w25p {
  width: 25% !important;
}

.w20p {
  width: 20% !important;
}

.w15p {
  width: 15% !important;
}

.w10p {
  width: 10% !important;
}

.w5p {
  width: 5% !important;
}

.w0p {
  width: 0% !important;
}

.m0auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.w20 {
  width: 20px !important;
}

.w40 {
  width: 40px !important;
}

.w60 {
  width: 60px !important;
}

.w80 {
  width: 80px !important;
}

.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w180 {
  width: 180px !important;
}

.w200 {
  width: 200px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w260 {
  width: 260px !important;
}

.w270 {
  width: 270px !important;
}

.w280 {
  width: 280px !important;
}

.w290 {
  width: 290px !important;
}

.w300 {
  width: 300px !important;
}

.w320 {
  width: 320px !important;
}

.w330 {
  width: 330px !important;
}

.w340 {
  width: 340px !important;
}

.w360 {
  width: 360px !important;
}

.w375 {
  width: 375px !important;
}

.w380 {
  width: 380px !important;
}

.w400 {
  width: 400px !important;
}

.w420 {
  width: 420px !important;
}

.w440 {
  width: 440px !important;
}

.w455 {
  width: 455px !important;
}

.w460 {
  width: 460px !important;
}

.w480 {
  width: 480px !important;
}

.w500 {
  width: 500px !important;
}

.w520 {
  width: 520px !important;
}

.w540 {
  width: 540px !important;
}

.w560 {
  width: 560px !important;
}

.w580 {
  width: 580px !important;
}

.w600 {
  width: 600px !important;
}

.w620 {
  width: 620px !important;
}

.w640 {
  width: 640px !important;
}

.w660 {
  width: 660px !important;
}

.w680 {
  width: 680px !important;
}

.w700 {
  width: 700px !important;
}

.w720 {
  width: 720px !important;
}

.w740 {
  width: 740px !important;
}

.w760 {
  width: 760px !important;
}

.w780 {
  width: 780px !important;
}

.w800 {
  width: 800px !important;
}

.w820 {
  width: 820px !important;
}

.w840 {
  width: 840px !important;
}

.w860 {
  width: 860px !important;
}

.w880 {
  width: 880px !important;
}

.w900 {
  width: 900px !important;
}

.w920 {
  width: 920px !important;
}

.w940 {
  width: 940px !important;
}

.w960 {
  width: 960px !important;
}

.w980 {
  width: 980px !important;
}

.w1000 {
  width: 1000px !important;
}

.w1020 {
  width: 1020px !important;
}

.w1040 {
  width: 1040px !important;
}

.w1060 {
  width: 1060px !important;
}

.w1080 {
  width: 1080px !important;
}

.w1100 {
  width: 1100px !important;
}

.w445 {
  width: 445px !important;
}

.h20 {
  height: 20px !important;
}

.h40 {
  height: 40px !important;
}

.h60 {
  height: 60px !important;
}

.h80 {
  height: 80px !important;
}

.h100 {
  height: 100px !important;
}

.h120 {
  height: 120px !important;
}

.h140 {
  height: 140px !important;
}

.h160 {
  height: 160px !important;
}

.h180 {
  height: 180px !important;
}

.h200 {
  height: 200px !important;
}

.h220 {
  height: 220px !important;
}

.h240 {
  height: 240px !important;
}

.h260 {
  height: 260px !important;
}

.h280 {
  height: 280px !important;
}

.h290 {
  height: 290px !important;
}

.h300 {
  height: 300px !important;
}

.h320 {
  height: 320px !important;
}

.h340 {
  height: 340px !important;
}

.h360 {
  height: 360px !important;
}

.h380 {
  height: 380px !important;
}

.h400 {
  height: 400px !important;
}

.h420 {
  height: 420px !important;
}

.h440 {
  height: 440px !important;
}

.h460 {
  height: 460px !important;
}

.h480 {
  height: 480px !important;
}

.h500 {
  height: 500px !important;
}

.h520 {
  height: 520px !important;
}

.h540 {
  height: 540px !important;
}

.h560 {
  height: 560px !important;
}

.h580 {
  height: 580px !important;
}

.h600 {
  height: 600px !important;
}

.h620 {
  height: 620px !important;
}

.h640 {
  height: 640px !important;
}

.h660 {
  height: 660px !important;
}

.h680 {
  height: 680px !important;
}

.h700 {
  height: 700px !important;
}

.h720 {
  height: 720px !important;
}

.h740 {
  height: 740px !important;
}

.h760 {
  height: 760px !important;
}

.h780 {
  height: 780px !important;
}

.h800 {
  height: 800px !important;
}

.h820 {
  height: 820px !important;
}

.h840 {
  height: 840px !important;
}

.h860 {
  height: 860px !important;
}

.h880 {
  height: 880px !important;
}

.h900 {
  height: 900px !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #404bff;
  background: -webkit-gradient(linear, left top, right top, from(#404bff), color-stop(40%, #1b76ff), color-stop(70%, #4085ff), to(#91baff));
  background: -webkit-linear-gradient(left, #404bff 0%, #1b76ff 40%, #4085ff 70%, #91baff 100%);
  background: linear-gradient(to right, #404bff 0%, #1b76ff 40%, #4085ff 70%, #91baff 100%);
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader .load_logo {
  width: 120px;
}

/* 非表示 */
.is-hide {
  display: none;
}

#wrapper {
  position: relative;
  z-index: 1;
}

.flex_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex_row.col2 > * {
  width: 100%;
}

.flex_row.col3 > * {
  width: 100%;
}

.flex_cf {
  display: block;
}

@media screen and (min-width: 768px) {
  .flex_cf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-a-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_more {
  text-align: center;
}

.btn_more a {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 24px;
}

.btn_more a::before, .btn_more a::after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn_more a::before {
  border: #333 solid 1px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: 9px;
  right: 0px;
}

.btn_more a::after {
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16.5px;
  right: 7px;
  margin-left: -2.5px;
  margin-top: -1px;
}

.btn_more a:hover::before {
  border: #1b76ff solid 1px;
}

.btn_more a:hover::after {
  border-top: solid 1px #1b76ff;
  border-right: solid 1px #1b76ff;
}

.btn_base {
  width: 280px;
  margin: 0 auto;
}

.btn_base a {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  padding: 10px 0;
  border: #333333 solid 1px;
}

@media screen and (min-width: 768px) {
  .btn_base a {
    font-size: 2.4rem;
  }
  .btn_base a:hover {
    color: #ffffff;
    border: #1b76ff solid 1px;
    background: #1b76ff;
  }
}

.btn_base.btn_small {
  width: 200px;
}

.btn_base.btn_small a {
  font-size: 1.4rem;
  padding: 8px 0;
}

@media screen and (min-width: 768px) {
  .btn_base.btn_small a {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------
header
------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  z-index: 500;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  header {
    padding: 20px 40px;
  }
}

header .logo {
  -webkit-transition: .3s;
  transition: .3s;
  width: 50px;
}

@media screen and (min-width: 768px) {
  header .logo {
    width: 136px;
  }
}

header .navi .open_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navi .open_navi .soryo {
  display: none;
  font-weight: 700;
  font-size: 1.4rem;
  margin-right: 30px;
}

@media screen and (min-width: 768px) {
  header .navi .open_navi .soryo {
    display: block;
  }
}

header .navi .open_navi .main_navi_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navi .open_navi .main_navi_list .main_navi_item {
  width: 20px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
}

@media screen and (min-width: 768px) {
  header .navi .open_navi .main_navi_list .main_navi_item {
    width: 26px;
    height: 50px;
    margin-right: 40px;
  }
}

header .navi .open_navi .main_navi_list .main_navi_item.mypage {
  position: relative;
  cursor: pointer;
}

header .navi .open_navi .main_navi_list .main_navi_item.mypage::after {
  content: '';
  display: block;
  position: absolute;
  top: 46%;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #333333 transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  header .navi .open_navi .main_navi_list .main_navi_item.mypage::after,
  header .navi .open_navi .main_navi_list .main_navi_item.mypage img {
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .navi .open_navi .main_navi_list .main_navi_item.mypage:hover img {
    opacity: .6;
  }
  header .navi .open_navi .main_navi_list .main_navi_item.mypage:hover::after {
    top: 55%;
  }
}

header .navi .open_navi .main_navi_list .main_navi_item.mypage .sub_navi {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  width: 180px;
  padding: 20px;
  z-index: 100;
  background: #ffffff;
}

header .navi .open_navi .main_navi_list .main_navi_item.mypage .sub_navi li {
  text-align: center;
  padding: 5px;
  font-size: 1.4rem;
}

header .navi .open_navi .main_navi_list .main_navi_item.mypage .sub_navi li a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  header .navi .open_navi .main_navi_list .main_navi_item.mypage .sub_navi li a:hover {
    color: #1b76ff;
    text-decoration: none;
  }
}

header.header_sc {
  padding: 5px 15px;
  z-index: 500;
}

@media screen and (min-width: 768px) {
  header.header_sc {
    padding: 10px 40px;
  }
}

header.header_sc .logo {
  width: 40px;
}

@media screen and (min-width: 768px) {
  header.header_sc .logo {
    width: 100px;
  }
}

.searchBox {
  position: absolute;
  right: 0;
  top: 200px;
}

.l-drawer {
  position: relative;
  z-index: 1000;
}

.l-drawer__checkbox {
  display: none;
}

.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 46px;
  height: 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-drawer__icon {
    width: 56px;
    height: 60px;
  }
}

.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #000;
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
    width: 50px;
  }
}

.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  content: " ";
}

.l-drawer__icon-parts:before {
  top: 10px;
}

.l-drawer__icon-parts:after {
  top: -18px;
}

.l-drawer__menu {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-drawer__item {
  font-size: 2rem;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .l-drawer__item {
    font-size: 2.4rem;
    padding: 20px;
  }
}

.l-drawer__item.navi_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-drawer__item.navi_sns a {
  width: 24px;
  margin: 0 20px;
}

.l-drawer__icon {
  z-index: 4;
}

.l-drawer__menu {
  z-index: 3;
}

.l-drawer__overlay {
  z-index: 2;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
}

.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}

.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  -webkit-transition: all .7s;
  transition: all .7s;
}

#top_info {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  width: 100%;
  background: #ffff00;
  padding: 30px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #top_info {
    margin: 0 auto -80px;
    width: 520px;
    padding: 60px 0;
  }
}

#top_info h3 {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 10px;
}

#top_info h3 span {
  display: inline-block;
  background: #FFF;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  #top_info h3 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

#top_info .desc {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  #top_info .desc {
    font-size: 1.6rem;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 38%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagetop {
  position: fixed;
  right: 35px;
  bottom: 20px;
  z-index: 700;
  display: none;
  width: 40px;
  height: 40px;
}

.pagetop::before, .pagetop::after {
  content: '';
  display: block;
  position: absolute;
}

.pagetop::before {
  border: #333 solid 1px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: #ffffff;
}

.pagetop::after {
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
}

@media screen and (min-width: 768px) {
  .pagetop:hover::before {
    border: solid 1px #1b76ff;
  }
  .pagetop:hover::after {
    border-top: solid 1px #1b76ff;
    border-left: solid 1px #1b76ff;
  }
}

/* -------------------------------------------
footer
------------------------------------------- */
footer {
  width: 100%;
  z-index: 1;
  color: #FFF;
  background: #404bff;
  background: -webkit-gradient(linear, left top, right top, from(#404bff), color-stop(40%, #1b76ff), color-stop(70%, #4085ff), to(#91baff));
  background: -webkit-linear-gradient(left, #404bff 0%, #1b76ff 40%, #4085ff 70%, #91baff 100%);
  background: linear-gradient(to right, #404bff 0%, #1b76ff 40%, #4085ff 70%, #91baff 100%);
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  footer {
    padding-top: 120px;
  }
}

footer a:link {
  color: #FFF;
}

footer a:visited {
  color: #FFF;
}

@media screen and (min-width: 768px) {
  footer a:hover {
    color: #ffff00;
  }
}

.footer_top {
  text-align: left;
  padding-bottom: 60px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .footer_top {
    padding-bottom: 120px;
    font-size: 1.6rem;
  }
}

.footer_top .navi_sns {
  position: relative;
  padding: 10px 0;
  background: #ffffff;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: auto;
  right: auto;
  width: 200px;
}

@media screen and (min-width: 768px) {
  .footer_top .navi_sns {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

.footer_top .navi_sns a {
  width: 24px;
  margin: 0 20px;
}

.footer_top .foot_paypal {
  position: relative;
  margin: 40px auto 0;
  top: auto;
  right: auto;
}

.footer_top .foot_paypal img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer_top .foot_paypal {
    position: absolute;
    top: 80px;
    right: 0;
    margin: 0;
  }
}

.footer_top .footer_main_navi span {
  font-weight: 700;
  display: block;
}

.footer_top .footer_main_navi li {
  margin-bottom: 10px;
}

.footer_top .footer_main_navi .navi_pri {
  font-weight: 700;
}

.footer_top .footer_main_navi .navi_seco {
  padding-left: 1em;
}

.footer_top .footer_main_navi .navi_seco.navi_label a {
  padding-left: 1em;
  display: inline-block;
}

.footer_top .footer_main_navi .navi_seco.navi_label a::after {
  content: '/';
  display: inline-block;
  padding: 0 0 0 1em;
}

.footer_top .footer_main_navi .navi_seco.navi_label a:last-child::after {
  display: none;
  padding: 0;
}

.footer_top .footer_main_navi .navi_ter {
  padding-left: 2em;
}

.footer_top .footer_main_navi .navi_ter a {
  display: inline-block;
}

.footer_top .footer_main_navi .navi_ter a::after {
  content: '/';
  display: inline-block;
  padding: 0 20px;
}

.footer_top .footer_main_navi .navi_ter a:last-child::after {
  display: none;
  padding: 0;
}

.footer_top .footer_sub_navi {
  padding-top: 20px;
}

.footer_top .footer_sub_navi li {
  display: inline-block;
}

.footer_top .footer_sub_navi li a {
  font-size: 1.4rem;
}

.footer_top .footer_sub_navi li a::after {
  content: '/';
  display: inline-block;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .footer_top .footer_sub_navi li a {
    font-size: 1.6rem;
  }
}

.footer_top .footer_sub_navi li:last-child a::after {
  display: none;
  padding: 0;
}

.footer_bottom {
  padding: .7em 0;
  text-align: center;
  background: #1b76ff;
}

/* 20160201追加 */
.item-thumb {
  width: 210px;
  height: 280px;
}

span.business_days_exp_box {
  background: #37ffa3;
}

/* -------------------------------------------

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
contents
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

------------------------------------------- */
#main {
  padding-top: 60px;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #main {
    padding-top: 119px;
    margin-bottom: 120px;
  }
}

/* パンくずリスト ============================== */
.breadcrumbBox {
  font-size: 1.4rem;
  margin-bottom: 40px;
  position: relative;
  padding: 0 0 0 20px;
}

.breadcrumb {
  width: 100%;
  padding: 0 0 10px;
  margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 1180px;
  }
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  display: inline-block;
}

.breadcrumb li a::after {
  content: '';
  display: inline-block;
  margin: 0 15px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb li.end::after {
  display: none;
}

.breadcrumb li a:link {
  color: #666;
  text-decoration: underline;
}

.breadcrumb li a:visited {
  color: #666;
  text-decoration: underline;
}

.breadcrumb li a:hover {
  color: #1b76ff;
  text-decoration: none;
}

/* article
------------------------------------------- */
.inner {
  position: relative;
  max-width: 1180px;
  width: 92%;
  margin: 0 auto;
  text-align: left;
}

.txt h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .txt h3 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.desc {
  line-height: 2;
}

/* home
------------------------------------------- */
.marquee {
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #ffff00;
}

.marquee ul {
  padding: 0.3em;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.marquee ul li {
  display: inline;
  margin: 0 100px 0 0;
}

.marquee ul li a {
  display: inline;
}

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

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

#top_mv {
  position: relative;
  padding-top: 100px;
  margin-bottom: 100px;
}

#top_mv .inner {
  max-width: 92%;
}

#top_mv .inner .txt {
  position: relative;
  z-index: 10;
}

#top_mv .inner .txt .main_logo {
  width: 80px;
  margin: 0 40px 60px;
}

@media screen and (min-width: 768px) {
  #top_mv .inner .txt .main_logo {
    width: 148px;
    margin: 0 100px 100px;
  }
}

#top_mv .inner .txt h2 {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: .5em;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  #top_mv .inner .txt h2 {
    font-size: 4rem;
    padding-left: 80px;
  }
}

#top_mv .inner .txt h1 {
  margin-bottom: 80px;
  font-size: 2rem;
  font-weight: 300;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  #top_mv .inner .txt h1 {
    font-size: 2.5rem;
    margin-bottom: 100px;
  }
}

#top_mv .inner .txt .desc {
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  #top_mv .inner .txt .desc {
    padding-left: 80px;
  }
}

#top_mv::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #404bff;
  background: -webkit-gradient(linear, left top, right top, from(#404bff), color-stop(40%, #1b76ff), color-stop(70%, #4085ff), to(#91baff));
  background: -webkit-linear-gradient(left, #404bff 0%, #1b76ff 40%, #4085ff 70%, #91baff 100%);
  background: linear-gradient(to right, #404bff 0%, #1b76ff 40%, #4085ff 70%, #91baff 100%);
  z-index: -1;
  height: 48%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #top_mv::after {
    height: 53%;
    width: 80%;
  }
}

#top_mv .slider {
  position: absolute;
  right: 0;
  top: -80px;
  width: 56%;
}

#top_mv .slider::before, #top_mv .slider::after {
  position: absolute;
  content: '';
  display: block;
}

#top_mv .slider::before {
  width: 50px;
  height: 50px;
  bottom: 25px;
  right: 0;
  background: #1b76ff;
  z-index: 10;
}

#top_mv .slider::after {
  width: 40px;
  height: 20px;
  bottom: 15px;
  right: -20px;
  background: #ffff00;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  #top_mv .slider {
    width: 680px;
  }
  #top_mv .slider::before, #top_mv .slider::after {
    position: absolute;
    content: '';
    display: block;
  }
  #top_mv .slider::before {
    width: 160px;
    height: 160px;
    bottom: 80px;
    right: 0;
  }
  #top_mv .slider::after {
    width: 160px;
    height: 100px;
    bottom: 30px;
    right: -80px;
  }
}

#top_new_item,
#top_season_item,
#top_blog {
  position: relative;
  z-index: 100;
  padding: 40px 0 1px;
}

@media screen and (min-width: 768px) {
  #top_new_item,
  #top_season_item,
  #top_blog {
    padding: 80px 0 1px;
  }
}

#top_new_item .inner > h3,
#top_season_item .inner > h3,
#top_blog .inner > h3 {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 30px;
}

#top_new_item .inner > h3 span,
#top_season_item .inner > h3 span,
#top_blog .inner > h3 span {
  display: inline-block;
  background: #FFF;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  #top_new_item .inner > h3,
  #top_season_item .inner > h3,
  #top_blog .inner > h3 {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
}

#top_new_item .inner .item_list,
#top_season_item .inner .item_list,
#top_blog .inner .item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top_new_item .inner .item_box,
#top_season_item .inner .item_box,
#top_blog .inner .item_box {
  width: 45%;
  margin: 0 2.5% 40px;
}

#top_new_item .inner .item_box a .img,
#top_season_item .inner .item_box a .img,
#top_blog .inner .item_box a .img {
  position: relative;
  margin-bottom: 15px;
}

#top_new_item .inner .item_box a .img figcaption,
#top_season_item .inner .item_box a .img figcaption,
#top_blog .inner .item_box a .img figcaption {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: #333333;
  padding: 2px 5px;
  font-size: 1.3rem;
  font-weight: 700;
}

#top_new_item .inner .item_box a .ttl,
#top_season_item .inner .item_box a .ttl,
#top_blog .inner .item_box a .ttl {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

#top_new_item .inner .item_box a .price,
#top_season_item .inner .item_box a .price,
#top_blog .inner .item_box a .price {
  font-size: 1.3rem;
}

#top_new_item .inner .item_box:nth-child(2n),
#top_season_item .inner .item_box:nth-child(2n),
#top_blog .inner .item_box:nth-child(2n) {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  #top_new_item .inner .item_box,
  #top_season_item .inner .item_box,
  #top_blog .inner .item_box {
    width: 22%;
    margin: 0 1.5% 80px;
  }
  #top_new_item .inner .item_box a .img,
  #top_season_item .inner .item_box a .img,
  #top_blog .inner .item_box a .img {
    margin-bottom: 15px;
  }
  #top_new_item .inner .item_box a .ttl,
  #top_season_item .inner .item_box a .ttl,
  #top_blog .inner .item_box a .ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #top_new_item .inner .item_box a .price,
  #top_season_item .inner .item_box a .price,
  #top_blog .inner .item_box a .price {
    font-size: 1.4rem;
  }
}

#top_new_item .btn_more,
#top_season_item .btn_more,
#top_blog .btn_more {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #top_new_item .btn_more,
  #top_season_item .btn_more,
  #top_blog .btn_more {
    margin-bottom: 80px;
  }
}

#top_new_item {
  background: #f4ffa9;
}

#top_season_item {
  background: #dafff3;
}

.bnr_virtual a {
  max-width: 1180px;
  width: 92%;
  margin: 120px auto 40px;
}

#top_meaning {
  padding: 60px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#top_meaning .img {
  width: 110%;
  margin-left: -5%;
  position: relative;
  margin-bottom: 40px;
}

#top_meaning .img img {
  width: 90%;
  margin-left: 10%;
}

@media screen and (min-width: 768px) {
  #top_meaning .img img {
    width: 100%;
    margin-left: 0;
  }
}

#top_meaning .img::after {
  position: absolute;
  content: '';
  display: block;
  width: 160px;
  height: 160px;
  bottom: -40px;
  left: -40px;
  z-index: -1;
  background: #404bff;
  background: -webkit-gradient(linear, left top, right top, from(#404bff), color-stop(40%, #1b76ff), color-stop(70%, #4085ff), to(#91baff));
  background: -webkit-linear-gradient(left, #404bff 0%, #1b76ff 40%, #4085ff 70%, #91baff 100%);
  background: linear-gradient(to right, #404bff 0%, #1b76ff 40%, #4085ff 70%, #91baff 100%);
}

#top_meaning .txt {
  width: 100%;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  #top_meaning {
    padding: 120px 0;
  }
  #top_meaning .img {
    width: 50%;
    margin-left: 0;
  }
  #top_meaning .txt {
    width: 46%;
    padding-top: 120px;
    margin-left: 0;
  }
}

#top_try-on {
  text-align: center;
}

#top_try-on h3 {
  font-size: 2.6rem;
  margin-bottom: 60px;
  padding-top: 40px;
  background: url(../images/ico_tryon.svg) no-repeat center 0/62px auto;
}

@media screen and (min-width: 768px) {
  #top_try-on h3 {
    font-size: 3.2rem;
  }
}

#top_try-on .intro dt {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}

#top_try-on figure {
  margin-bottom: 40px;
}

#banner {
  padding: 60px 0 20px;
}

@media screen and (min-width: 768px) {
  #banner {
    padding: 120px 0 80px;
  }
}

#banner .bnr {
  margin: 0 auto 40px;
  text-align: center;
}

#banner .bnr img {
  display: inline;
}

#top_blog {
  background: #dcf6ff;
  padding: 40px 0 1px;
}

@media screen and (min-width: 768px) {
  #top_blog {
    padding: 80px 0 1px;
  }
}

#top_blog .btn_more {
  margin-top: 30px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #top_blog .btn_more {
    margin-top: 60px;
  }
}

#top_blog .blog_list {
  display: blok;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  #top_blog .blog_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#top_blog .blog_list .blog_box {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #top_blog .blog_list .blog_box {
    width: 34%;
  }
  #top_blog .blog_list .blog_box:first-child {
    width: 60%;
  }
}

#top_blog .blog_list .blog_box a figure {
  position: relative;
  margin-bottom: 15px;
  height: auto;
}

#top_blog .blog_list .blog_box a figure img {
  height: auto;
}

#top_blog .blog_list .blog_box a figure figcaption {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  background: #ffffff;
  color: #333333;
  padding: 2px 5px;
  font-size: 1.4rem;
}

#top_intention {
  padding: 60px 0 0;
  position: relative;
}

#top_intention .img {
  margin-bottom: 20px;
}

#top_intention .txt {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#top_intention .txt .desc {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  #top_intention {
    padding: 120px 0 0;
  }
  #top_intention .img {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 0;
    margin-right: 5%;
    width: 48%;
  }
  #top_intention .txt .desc {
    font-size: 1.6rem;
  }
}

/* カレンダー */
.usces_calendar {
  margin-left: 32px;
}

#wp-calendar {
  width: 180px;
  height: auto;
  padding: 0px;
  background-color: #333;
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
}

#wp-calendar caption {
  padding: 3px 0px;
  font-weight: bold;
  color: #1b76ff;
  text-align: left;
}

#wp-calendar th,
#wp-calendar td {
  padding: 5px;
  border: 1px solid #FFF;
}

#wp-calendar th {
  background-color: #1b76ff;
  color: #FFF;
}

#wp-calendar td {
  background-color: #f6f6f6;
}

h3 .holiday {
  background-color: #37ffa3;
  color: #000;
  margin-left: 20px;
  padding: 3px;
  font-size: 1.2rem;
  font-weight: normal;
}

/* -------------------------------------------
store
------------------------------------------- */
#item_archive {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#item_archive .item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#item_archive .item_box {
  width: 45%;
  margin: 0 2.5% 30px;
}

#item_archive .item_box a .item_thumb {
  position: relative;
  margin-bottom: 15px;
}

#item_archive .item_box a .item_thumb figcaption {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: #333333;
  padding: 2px 5px;
  font-size: 1.3rem;
  font-weight: 700;
}

#item_archive .item_box a .ttl {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

#item_archive .item_box a .price {
  font-size: 1.3rem;
}

#item_archive .item_box a .price span {
  display: block;
}

#item_archive .item_box a .price i {
  font-style: normal;
}

@media screen and (min-width: 768px) {
  #item_archive .item_box {
    width: 28.333333%;
    margin: 0 2.5% 50px;
  }
  #item_archive .item_box a .img {
    margin-bottom: 15px;
  }
  #item_archive .item_box a .ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #item_archive .item_box a .price {
    font-size: 1.4rem;
  }
  #item_archive .item_box a .price span {
    display: inline-block;
  }
}

.inner_flex {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.inner_flex .main_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inner_flex .sidebar {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .inner_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .inner_flex .main_content {
    width: 100%;
  }
  .inner_flex .sidebar {
    width: 240px;
  }
}

#main {
  width: 100%;
}

.mainSingle {
  width: 100%;
}

.sidebar {
  width: 100%;
  padding-top: 80px;
  margin-right: 0;
}

.sidebar .menu_list,
.sidebar .menu_list_line,
.sidebar .menu_list_sub {
  margin-bottom: 30px;
}

.sidebar .menu_list .menu_item,
.sidebar .menu_list_line .menu_item,
.sidebar .menu_list_sub .menu_item {
  margin-bottom: 10px;
}

.sidebar .menu_list .menu_item span,
.sidebar .menu_list_line .menu_item span,
.sidebar .menu_list_sub .menu_item span {
  font-size: 1.3rem;
  font-weight: 700;
}

.sidebar .menu_list .menu_item a,
.sidebar .menu_list_line .menu_item a,
.sidebar .menu_list_sub .menu_item a {
  font-size: 1.4rem;
}

.sidebar .menu_list .menu_item.menu_ttl,
.sidebar .menu_list_line .menu_item.menu_ttl,
.sidebar .menu_list_sub .menu_item.menu_ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.sidebar .menu_list .menu_item.menu_ttl span,
.sidebar .menu_list_line .menu_item.menu_ttl span,
.sidebar .menu_list_sub .menu_item.menu_ttl span {
  font-size: 1.6rem;
}

.sidebar .menu_list .menu_ter,
.sidebar .menu_list_line .menu_ter,
.sidebar .menu_list_sub .menu_ter {
  display: inline-block;
  margin-bottom: 10px;
}

.sidebar .menu_list .menu_ter a,
.sidebar .menu_list_line .menu_ter a,
.sidebar .menu_list_sub .menu_ter a {
  padding-left: 1em;
  font-size: 1.4rem;
  display: inline;
}

.sidebar .menu_list .menu_ter::after,
.sidebar .menu_list_line .menu_ter::after,
.sidebar .menu_list_sub .menu_ter::after {
  content: '/';
  display: inline-block;
  padding-left: 1em;
}

.sidebar .menu_list .menu_ter.menu_end::after,
.sidebar .menu_list_line .menu_ter.menu_end::after,
.sidebar .menu_list_sub .menu_ter.menu_end::after {
  display: none;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .sidebar .menu_list .menu_ter,
  .sidebar .menu_list_line .menu_ter,
  .sidebar .menu_list_sub .menu_ter {
    display: block;
  }
  .sidebar .menu_list .menu_ter a,
  .sidebar .menu_list_line .menu_ter a,
  .sidebar .menu_list_sub .menu_ter a {
    display: block;
  }
  .sidebar .menu_list .menu_ter::after,
  .sidebar .menu_list_line .menu_ter::after,
  .sidebar .menu_list_sub .menu_ter::after {
    display: none;
  }
}

.sidebar .searchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .searchbox .searchtext {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.sidebar .searchbox .submit_btn {
  padding: 4px 10px;
  color: #FFF;
  cursor: pointer;
  background: #1b76ff;
  font-weight: normal;
  font-size: 1.2rem;
  border: none;
  zoom: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 3px 3px 0;
}

@media screen and (min-width: 768px) {
  .sidebar {
    margin-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .single .sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .single .sidebar > * {
    width: 22%;
  }
}

/* アーカイブ -------------------------- */
.m-pagenation {
  border-top: #f1f1f1 solid 1px;
  padding-top: 40px;
  margin-top: 40px;
}

.m-pagenation .m-pagenation__body {
  text-align: center;
}

.m-pagenation .m-pagenation__body li {
  width: 36px;
  display: inline-block;
  margin: 0 10px;
}

.m-pagenation .m-pagenation__body li.-current {
  display: inline-block;
  padding: 5px 0;
  background: #ddd;
}

.m-pagenation .m-pagenation__body li a {
  color: #fff;
  background: #1b76ff;
  padding: 5px 0;
}

@media screen and (min-width: 768px) {
  .m-pagenation .m-pagenation__body li a:hover {
    color: #333333;
    background: #ffff00;
  }
}

/* メンバー・カート -------------------------- */
#customer-info,
#delivery-info,
#info-confirm,
#memberpages {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#memberinfo h3,
#cart h3,
#memberinfo h5,
#cart h5,
#customer-info h5 {
  font-size: 2rem;
  font-weight: 300;
  padding: 0;
  border-bottom: none;
  margin-bottom: 30px;
}

/* ログイン関係 ---------------------- */
.loginbox {
  margin: 0 auto;
  width: 100%;
  border: #CCC solid 1px;
  padding: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 200%;
}

.loginbox .loginmail,
.loginbox .loginpass {
  width: 340px;
  padding: 10px;
}

.loginbox .member_login_button {
  width: 240px;
  margin: 0 auto;
}

.loginbox .forgetmenot input {
  display: inline;
}

.loginbox .new-entry h2 {
  font-size: 1.4rem;
}

/*-------------------------------------------
================================= 
 詳細ページ 
=================================*/
.singleSection {
  margin-bottom: 50px;
}

#itempage .singleSection {
  display: block;
}

#itempage .singleSection .itemimg {
  width: 100%;
  margin-right: 0;
}

#itempage .singleSection .itemDetail {
  width: 100%;
}

#itempage .singleSection .itemDetail h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size: 2.4rem;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  #itempage .singleSection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #itempage .singleSection .itemimg {
    width: 45%;
    margin-right: 5%;
  }
  #itempage .singleSection .itemDetail {
    width: 50%;
  }
  #itempage .singleSection .itemDetail h1 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 3.6rem;
  }
}

.pagetitle,
.item_page_title,
.cart_page_title,
.member_page_title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .pagetitle,
  .item_page_title,
  .cart_page_title,
  .member_page_title {
    margin-bottom: 60px;
    font-size: 3.6rem;
  }
}

.newLavel {
  padding: 5px 10px;
  background: #333;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  margin-right: auto;
}

.detailLine {
  margin: 15px 0;
  border-top: #999 1px solid;
}

.priceBox {
  padding: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
}

.priceBox .headlineL {
  font-size: 1.8rem;
  font-weight: 300;
}

.colorBox {
  padding: 12px 0 0 15px;
}

.field_price span {
  color: #900;
}

.item_sku {
  padding: 20px 0;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item_sku .cartBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item_sku .skubutton {
  font-size: 1.4rem;
  padding: 10px 15px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .item_sku {
    padding: 20px;
  }
  .item_sku .skubutton {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}

.exp .ttl,
.topShop h3 {
  padding-top: 40px;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
  .exp .ttl,
  .topShop h3 {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
}

/* ソーシャルボタン */
.snsBox {
  padding: 15px 15px 10px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.snsBox li {
  margin-right: 20px;
}

/* サイズ */
.sizeTable {
  width: 100%;
  font-size: 1.4rem;
  margin: 5px 0 !important;
  text-align: center;
  border-top: #bbb solid 1px;
}

.sizeTable th,
.sizeTable td {
  padding: 5px;
}

.sizeTable thead th {
  width: 70px;
  background: #FFF;
  border: none;
  border-bottom: #bbb solid 1px;
}

.sizeTable thead td {
  background: #ededed;
  border: none;
  border-bottom: #bbb solid 1px;
}

.sizeTable tbody th {
  width: 50px;
  background: #FFF;
  border: none;
  border-bottom: #bbb solid 1px;
}

.sizeTable tbody td {
  background: #fafafa;
  border: none;
  border-bottom: #bbb solid 1px;
}

/* アイテム詳細 */
.itemStatus dt {
  width: 20%;
  display: inline-block;
}

.itemStatus dd {
  width: 78%;
  display: inline-block;
}

/* 関連商品 */
#itempage .assistance_item {
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
}

#itempage .assistance_item > h3 {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 2.2rem;
}

#itempage .assistance_item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

#itempage .assistance_item ul li {
  width: 47%;
  margin: 0 6% 030px 0;
}

#itempage .assistance_item ul li a {
  display: block;
}

#itempage .assistance_item ul li a img {
  margin: 0 auto;
}

#itempage .assistance_item ul li:nth-child(2n), #itempage .assistance_item ul li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  #itempage .assistance_item {
    padding: 40px;
  }
  #itempage .assistance_item h3 {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
  #itempage .assistance_item ul li {
    width: 22%;
    margin-right: 4%;
  }
  #itempage .assistance_item ul li a {
    display: block;
  }
  #itempage .assistance_item ul li a img {
    min-width: 150px;
  }
  #itempage .assistance_item ul li:nth-child(2n) {
    margin-right: 4%;
  }
  #itempage .assistance_item ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/*------------------------------------------- */
/* .flickSlider
--------------------------- */
.flickSlider2 {
  margin: 0;
  text-align: left;
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* .flickView
--------------------------- */
.flickSlider2 .flickView2 {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.flickSlider2 .flickView2 ul {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.flickSlider2 .flickView2 ul li {
  width: 100%;
  float: left;
  display: inline;
  overflow: hidden;
}

.flickSlider2 .flickView2 ul li img {
  width: 100%;
}

/* .flickThumb
--------------------------- */
.flickSlider2 .flickThumb2 ul {
  position: relative;
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flickSlider2 .flickThumb2 ul li {
  cursor: pointer;
  width: 16%;
  margin-right: 5%;
  margin-bottom: 20px;
}

.flickSlider2 .flickThumb2 ul li:nth-child(5n) {
  margin-right: 0;
}

.flickSlider2 .flickThumb2 ul li.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

/* sideNavi
------------------------- */
.flickSlider2 .btnPrev,
.flickSlider2 .btnNext {
  top: 0;
  width: 40px;
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.flickSlider2 .btnPrev {
  left: 5px;
  background: url(images/arrow_prev2.png) no-repeat center center;
}

.flickSlider2 .btnNext {
  right: 5px;
  background: url(images/arrow_next2.png) no-repeat center center;
}

/* =======================================
	ClearFixElements
======================================= */
/*-------------------------------------------
================================= 
固定ページ
=================================*/
.bBorder {
  border: none;
  border-bottom: #1b76ff solid 5px;
}

.pageDl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.pageDl dd {
  margin-bottom: 40px;
}

.pageDl dd h2 {
  font-weight: 300;
}

.pageDl dd h2 strong {
  font-weight: 300;
}

.entry section dl ol li {
  list-style: decimal;
  margin-left: 24px;
  line-height: 1.8em;
}

.grayBox {
  text-align: center;
  font-size: 1.6rem;
  background: #ededed;
  padding: 20px;
}

.inquiry_name,
.inquiry_mailaddress {
  width: 200px;
}

.inquiry_contents {
  width: 400px;
  height: 240px;
}

.donMain {
  width: 1180px;
  background: url(images/don_usao_top.jpg) no-repeat;
  border-top: #37ffa3 solid 3px;
}

.donMain ul li {
  float: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.donMain ul li:hover {
  float: left;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.guideList li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

/* -------------------------------------------
form
------------------------------------------- */
.text,
textarea,
.catbox table input {
  border: 1px solid #CCC;
  padding: 5px;
  color: #666;
  background: #fff;
  border-radius: 3px;
  zoom: 1;
}

input.quantity {
  width: 50px;
  border: 1px solid #CCC;
  padding: 5px;
  color: #666;
  background: #fff;
  border-radius: 3px;
  zoom: 1;
}

.skuquantity {
  width: 45px;
  border: 1px solid #CCC;
  padding: 10px;
  font-size: 1.6rem;
  color: #666;
  background: #fff;
  border-radius: 3px;
  zoom: 1;
  margin-right: 10px;
  text-align: center;
}

.notes {
  width: 500px;
  height: 260px;
}

.send {
  margin: 80px auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .send {
    margin: 80px auto;
  }
}

.send input,
.back_to_top_button a,
.member_login_button,
.skubutton {
  padding: 4px 10px;
  color: #333;
  cursor: pointer;
  background: none;
  border: #333 solid 1px;
  font-weight: normal;
  font-size: 2rem;
  zoom: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
}

.big_btn,
.send input {
  padding: 10px 20px;
}

.send input {
  display: inline-block;
  margin: 0 20px 20px;
}

.skubutton {
  color: #fff;
  background: #333;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 10px 30px;
  margin-left: 20px;
}

.zaiko_status {
  padding: 10px 30px;
  background: #ededed;
}

.submit_btn:hover,
.send input:hover,
.back_to_top_button a:hover,
.member_login_button:hover {
  color: #fff;
  background: #333;
}

.skubutton:hover {
  color: #fff;
  background: #1b76ff;
}

#purchase_form .send input {
  background: #FFF;
  padding: 10px 30px;
  border: 1px #1b76ff solid;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #1b76ff !important;
}

#purchase_form .send input:hover {
  border: 1px #900 solid;
  color: #900 !important;
  background: none;
}

.contact_caution {
  color: #C30D23;
}

.inquiry_table {
  width: 100%;
  display: block;
}

.inquiry_table tbody,
.inquiry_table tr,
.inquiry_table th,
.inquiry_table td {
  display: block;
  width: 100%;
}

.inquiry_table th {
  width: 100%;
  margin-bottom: 20px;
}

.inquiry_table td {
  margin-bottom: 40px;
}

.inquiry_table td input,
.inquiry_table td textarea {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .inquiry_table {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .inquiry_table tbody,
  .inquiry_table tr,
  .inquiry_table th,
  .inquiry_table td {
    display: block;
    width: 100%;
  }
  .inquiry_table th {
    width: 100%;
  }
  .inquiry_table td input,
  .inquiry_table td textarea {
    width: 100%;
  }
}

.contact_come {
  text-align: center;
}

.mw_wp_form_complete .contact_come {
  display: none;
}

/* table
--------------------------------------------- */
.bordered {
  width: 90%;
  margin: 0px auto 20px;
  border: #dedede solid 1px;
  border-top: #dedede solid 4px;
  border-right: none;
}

.bordered td,
.bordered th {
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  text-align: center;
  vertical-align: middle;
  background: #FFFFFF;
}

.text-left td {
  text-align: left;
  padding-left: 20px;
}

.bordered tr:hover td {
  background: #f3eee9;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.bordered th {
  background: #F7F7F7;
}

.bordered td {
  padding: 15px 10px;
}

.bordered ul {
  margin-bottom: 0;
}

.bordered ul li a:link {
  color: #FFF;
  text-decoration: none;
}

.bordered ul li a:visited {
  color: #FFF;
  text-decoration: none;
}

.bordered ul li a:hover {
  color: #CCC;
  text-decoration: none;
}

/* ---------------------------------
====================================
try on
====================================
--------------------------------- */
.try_mv {
  background: url(../images/try_mv_bg.jpg) no-repeat 0 0/contain;
  padding-left: 0;
  height: 300px;
  margin-bottom: 60px;
}

.try_mv .try_ttl_sub {
  padding-left: 54%;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 45%;
}

.try_mv .try_ttl {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 300;
}

.try_mv .try_ttl span {
  display: block;
  font-size: 3rem;
  letter-spacing: 6px;
}

.try_mv .try_lead {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .try_mv {
    padding-left: 54%;
    height: 600px;
    margin-bottom: 80px;
  }
  .try_mv .try_ttl_sub {
    padding-left: 0;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .try_mv .try_ttl {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .try_mv .try_ttl span {
    font-size: 5rem;
    letter-spacing: 8px;
  }
}

.try_step {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.try_step li {
  width: 100%;
  margin-bottom: 60px;
}

.try_step li .try_step_num {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.try_step li .try_step_ttl {
  text-align: center;
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.try_step li figure {
  margin-bottom: 20px;
}

.try_step li .try_step_desc {
  line-height: 2;
  text-align: center;
}

.try_step li .try_step_desc em {
  font-style: normal;
  padding: 5px;
  background: #ffff00;
}

@media screen and (min-width: 768px) {
  .try_step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .try_step li {
    width: 46%;
    margin-bottom: 80px;
  }
  .try_step li .try_step_ttl {
    font-weight: 300;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .try_step li figure {
    margin-bottom: 20px;
  }
}

.try_desc {
  text-align: center;
  margin-bottom: 40px;
}

/* ---------------------------------
====================================
衛生上の取り組み
====================================
--------------------------------- */
.hy_intro {
  font-size: 2rem;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 30px;
}

.hy_desc {
  line-height: 2.4;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 80px;
}

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

.hy_inner .hy_ttl {
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 6px;
  margin-bottom: 40px;
}

.hy_inner .hy_flex {
  display: block;
}

.hy_inner .hy_flex figure {
  width: 70%;
  margin: 0 auto 20px;
}

.hy_inner .hy_flex .txt {
  width: 100%;
}

.hy_inner .hy_flex .txt h4 {
  font-size: 1.7rem;
  margin-bottom: 20px;
  line-height: 2;
}

.hy_inner .hy_flex .txt p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .hy_intro {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
  .hy_desc {
    font-size: 2rem;
    margin-bottom: 120px;
  }
  .hy_inner .hy_ttl {
    font-size: 2rem;
    letter-spacing: 8px;
  }
  .hy_inner .hy_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hy_inner .hy_flex figure {
    width: 40%;
    margin: 0;
  }
  .hy_inner .hy_flex .txt {
    width: 50%;
  }
  .hy_inner .hy_flex .txt h4 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .hy_inner .hy_flex .txt p {
    font-size: 1.6rem;
  }
}

/* ---------------------------------
====================================
Blog
====================================
--------------------------------- */
.obj_fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}

.img .obj_fit {
  height: 180px;
}

@media screen and (min-width: 768px) {
  .img .obj_fit {
    height: 220px;
  }
}

#blog_archive {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #blog_archive {
    margin-bottom: 120px;
  }
}

#blog_archive .blog_list {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#blog_archive .blog_list .blog_box {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}

#blog_archive .blog_list .blog_box a figure {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}

#blog_archive .blog_list .blog_box a h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#blog_archive .blog_list .blog_box a h3 time {
  margin-right: 20px;
  display: block;
  padding: 5px;
  background: #ffff00;
  font-size: 1.2rem;
}

#blog_archive .blog_list .blog_box a h3 span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  #blog_archive .blog_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #blog_archive .blog_list .blog_box {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 80px;
  }
  #blog_archive .blog_list .blog_box:nth-child(2n) {
    margin-right: 0;
  }
  #blog_archive .blog_list .blog_box a figure {
    height: 220px;
  }
  #blog_archive .blog_list .blog_box a h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#blog_detail {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #blog_detail {
    margin-bottom: 120px;
  }
}

#blog_detail:after {
  content: "";
  display: block;
  clear: both;
}

#blog_detail .date {
  border-top: #eee solid 1px;
  padding-top: 20px;
  margin-bottom: 60px;
}

#blog_detail .post {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #blog_detail .post {
    margin-bottom: 120px;
  }
}

#blog_detail .post h1 {
  font-size: 2.0em;
  padding-top: 1em;
  margin-bottom: 1em;
}

#blog_detail .post h2 {
  font-size: 1.5em;
  padding-top: 1em;
  margin-bottom: 1em;
}

#blog_detail .post h3 {
  font-size: 1.17em;
  padding-top: 1em;
  margin-bottom: 1em;
}

#blog_detail .post h4 {
  font-size: 1.0em;
  padding-top: 1em;
  margin-bottom: 1em;
}

#blog_detail .post h5 {
  font-size: 0.83em;
  padding-top: 1em;
  margin-bottom: 1em;
}

#blog_detail .post h6 {
  font-size: 0.67em;
  padding-top: 1em;
  margin-bottom: 1em;
}

#blog_detail .post p {
  padding-top: 1em;
  margin-bottom: 1em;
}

#blog_detail .post pre {
  display: block;
  font-family: Consolas, Monaco, monospace;
}

#blog_detail .post strong {
  font-weight: bold;
}

#blog_detail .post em {
  font-style: italic;
}

#blog_detail .post ul {
  list-style: outside disc;
  margin-left: 2em;
  padding-top: 1em;
  margin-bottom: 1em;
}

#blog_detail .post ol {
  list-style: outside decimal;
  padding-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}

#blog_detail .post blockquote {
  display: block;
  margin: 1em 40px;
  padding: 20px;
  background: #f1f1f1;
}

#blog_detail .post a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #blog_detail .post a:hover {
    text-decoration: none;
  }
}

#blog_detail .post del {
  text-decoration: line-through;
}

#blog_detail .post hr {
  display: block;
  border: none;
  border-bottom: #eeeeee 1px solid;
  padding: 40px 0;
}

#blog_detail .post .alignright {
  float: right;
  margin-left: 1em;
}

#blog_detail .post .alignleft {
  float: left;
  margin-right: 1em;
}

#blog_detail .post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
