@charset "UTF-8";
/*!***************************************************************
 *  reset
 ****************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, 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, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  border: none;
}

/*!***************************************************************
 *  ベーススタイル
 ****************************************************************/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #333;
}

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

p:not(:last-child) {
  margin-bottom: 2em;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
}

a {
  color: #00e3ae;
  text-decoration: none;
}
a:hover {
  color: #31ffcf;
  text-decoration: underline;
}
a.disabled {
  color: #ccc;
}
a.disabled:hover {
  text-decoration: none;
}

label, input[type=radio], input[type=checkbox], input[type=file], select {
  cursor: pointer;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input, textarea {
  padding-left: 10px;
  padding-right: 10px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

pre {
  margin-bottom: 20px;
}

code {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
    font-size: 1.4rem;
  }
}
/*!***************************************************************
 *  ベーススタイル
 ****************************************************************/
.txt_grd {
  background: #00e3ae;
  background: -moz-linear-gradient(-45deg, #00e3ae 0%, #aae57a 100%);
  background: -webkit-linear-gradient(-45deg, #00e3ae 0%, #aae57a 100%);
  background: linear-gradient(135deg, #00e3ae 0%, #aae57a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e3ae', endColorstr='#aae57a',GradientType=0 );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.txt_grd_bg {
  background: #00e3ae;
  background: -moz-linear-gradient(-45deg, #00e3ae 0%, #aae57a 100%);
  background: -webkit-linear-gradient(-45deg, #00e3ae 0%, #aae57a 100%);
  background: linear-gradient(135deg, #00e3ae 0%, #aae57a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e3ae', endColorstr='#aae57a',GradientType=0 );
}

/*!***************************************************************
 *  見出し
 ****************************************************************/
/*!***************************************************************
 *  ボタンスタイル
 ****************************************************************/
.m-btn {
  text-align: center;
  display: block;
  background-color: black;
  color: #FFF;
  font-size: 1.4rem;
  border: 0;
  width: 200px;
  max-width: 100%;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
}
.m-btn:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
  display: inline-block;
}
.m-btn:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
  transition: opacity .2s linear;
}
.m-btn.btn-asahi {
  background-color: #003e81;
}
.m-btn.btn-primary {
  background-color: #00e3ae;
}
.m-btn.btn-secondary {
  background-color: #aae57a;
  color: #333;
}
.m-btn.btn-scene01 {
  background-color: #23b8bc;
}
.m-btn.btn-scene02 {
  background-color: #f5aa0a;
}
.m-btn.btn-women {
  background-color: #f51793;
}
.m-btn.btn-error {
  background-color: #C70000;
}
.m-btn.btn-accent {
  background-color: #d54762;
}
.m-btn.btn-base_bg {
  background-color: #f5f5f5;
  color: #333;
}
.m-btn.btn-base_font {
  background-color: #333;
}
.m-btn.btn-info {
  background-color: #70C1B3;
}
.m-btn.btn-white {
  background-color: white;
  color: #333;
}
.m-btn.btn-black {
  background-color: black;
}
.m-btn.btn-disabled {
  cursor: default;
  background-color: #d1d1d1;
  outline: none;
}
.m-btn.btn-disabled:hover {
  opacity: 1;
}
.m-btn.btn-ghost {
  background-color: transparent;
  border: 1px solid white;
  font-weight: normal;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 0px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.m-btn.btn-ghost:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.m-btn.btn-thin {
  padding: 4px 20px;
}
.m-btn.btn-img {
  padding: 0;
  border-radius: 0px;
  width: 100%;
  background: none;
}
.m-btn.btn-arrow {
  position: relative;
}
.m-btn.btn-arrow:after {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: .5em;
  content: '\f105';
  width: 10px;
  height: 14px;
  border-radius: 100%;
  font-weight: bold;
  margin-top: -7px;
}
.m-btn.btn-wide {
  width: 100%;
}
.m-btn.btn-flex {
  width: auto;
  display: inline-block;
}
.m-btn.btn-xl {
  font-size: 2.4rem;
  width: 400px;
  padding: 15px;
}
.m-btn.btn-l {
  font-size: 2rem;
  width: 300px;
  padding: 15px;
}
.m-btn.btn-m {
  font-size: 1.4rem;
  width: 150px;
  padding: 10px;
}
.m-btn.btn-s {
  font-size: 1.2rem;
  font-weight: normal;
  width: auto;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 0;
}

.btns {
  text-align: center;
}
.btns.txt_r {
  text-align: right;
}
.btns .m-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .btns .m-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
/*!***************************************************************
 *  タグタイル
 ****************************************************************/
.m-tag {
  text-align: center;
  display: inline-block;
  background-color: black;
  color: #FFF;
  font-size: 1rem;
  border: 0;
  max-width: 100%;
  padding: 2px 10px;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}
.m-tag:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.m-tag.tag-primary {
  background-color: #00e3ae;
}
.m-tag.tag-tag_type1 {
  background-color: #589b4d;
}
.m-tag.tag-tag_type2 {
  background-color: #629db0;
}
.m-tag.tag-tag_type3 {
  background-color: #d78858;
}
.m-tag.tag-error {
  background-color: #C70000;
}

/*------------------------------------------------------------
ページング
------------------------------------------------------------*/
.m-paging {
  margin-bottom: 60px;
}
.m-paging.paging-type-square ul {
  text-align: center;
}
.m-paging.paging-type-square ul li {
  border: 1px solid #00e3ae;
  display: inline-block;
  line-height: 0.6;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
.m-paging.paging-type-square ul li a {
  display: block;
  height: 100%;
  padding: 10px;
}
.m-paging.paging-type-square ul li a:hover {
  text-decoration: none;
  color: white;
  background: #31ffcf;
  transition: background 0.2s ,color 0.2s;
}
.m-paging.paging-type-square ul li.paging-active {
  background: #00e3ae;
  color: white;
  padding: 10px;
}
.m-paging.paging-type-circle ul {
  text-align: center;
}
.m-paging.paging-type-circle ul li {
  border: 1px solid #00e3ae;
  display: inline-block;
  line-height: 0.6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}
.m-paging.paging-type-circle ul li a {
  display: block;
  width: 30px;
  height: 30px;
}
.m-paging.paging-type-circle ul li a:hover {
  text-decoration: none;
  color: white;
  background: #31ffcf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: background 0.2s , color 0.2s;
}
.m-paging.paging-type-circle ul li a:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.m-paging.paging-type-circle ul li.paging-active {
  background: #00e3ae;
  color: white;
  width: 30px;
  height: 30px;
}
.m-paging.paging-type-circle ul li.paging-active:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*------------------------------------------------------------
ローカルナビ
------------------------------------------------------------*/
.m-local_nav {
  margin-bottom: 60px;
}
.m-local_nav header {
  display: inline-block;
  font-weight: bold;
}
.m-local_nav header:after {
  content: ":";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.m-local_nav ul {
  display: inline-block;
}
.m-local_nav ul li {
  display: inline-block;
}
.m-local_nav ul li:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/*!***************************************************************
 *  リスト
 ****************************************************************/
.m-list:not(:last-child) {
  margin-bottom: 60px;
}
.m-list.list-disc > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
.m-list.list-disc > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}
.m-list.list-disc.list-asahi li:after {
  background-color: #003e81;
}
.m-list.list-disc.list-primary li:after {
  background-color: #00e3ae;
}
.m-list.list-disc.list-secondary li:after {
  background-color: #aae57a;
}
.m-list.list-disc.list-scene01 li:after {
  background-color: #23b8bc;
}
.m-list.list-disc.list-scene02 li:after {
  background-color: #f5aa0a;
}
.m-list.list-disc.list-women li:after {
  background-color: #f51793;
}
.m-list.list-disc.list-error li:after {
  background-color: #C70000;
}
.m-list.list-disc.list-accent li:after {
  background-color: #d54762;
}
.m-list.list-disc.list-base_bg li:after {
  background-color: #f5f5f5;
}
.m-list.list-disc.list-base_font li:after {
  background-color: #333;
}
.m-list.list-disc.list-info li:after {
  background-color: #70C1B3;
}
.m-list.list-disc.list-white li:after {
  background-color: white;
}
.m-list.list-disc.list-black li:after {
  background-color: black;
}
.m-list.list-disc_small > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.m-list.list-disc_small > li:after {
  position: absolute;
  top: 0;
  left: .5em;
  content: '・';
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.m-list.list-disc_small.list-asahi li:after {
  color: #003e81;
}
.m-list.list-disc_small.list-primary li:after {
  color: #00e3ae;
}
.m-list.list-disc_small.list-secondary li:after {
  color: #aae57a;
}
.m-list.list-disc_small.list-scene01 li:after {
  color: #23b8bc;
}
.m-list.list-disc_small.list-scene02 li:after {
  color: #f5aa0a;
}
.m-list.list-disc_small.list-women li:after {
  color: #f51793;
}
.m-list.list-disc_small.list-error li:after {
  color: #C70000;
}
.m-list.list-disc_small.list-accent li:after {
  color: #d54762;
}
.m-list.list-disc_small.list-base_bg li:after {
  color: #f5f5f5;
}
.m-list.list-disc_small.list-base_font li:after {
  color: #333;
}
.m-list.list-disc_small.list-info li:after {
  color: #70C1B3;
}
.m-list.list-disc_small.list-white li:after {
  color: white;
}
.m-list.list-disc_small.list-black li:after {
  color: black;
}
.m-list.list-angle > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.m-list.list-angle > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-list.list-angle.list-asahi li:after {
  border-right-color: #003e81;
  border-bottom-color: #003e81;
}
.m-list.list-angle.list-primary li:after {
  border-right-color: #00e3ae;
  border-bottom-color: #00e3ae;
}
.m-list.list-angle.list-secondary li:after {
  border-right-color: #aae57a;
  border-bottom-color: #aae57a;
}
.m-list.list-angle.list-scene01 li:after {
  border-right-color: #23b8bc;
  border-bottom-color: #23b8bc;
}
.m-list.list-angle.list-scene02 li:after {
  border-right-color: #f5aa0a;
  border-bottom-color: #f5aa0a;
}
.m-list.list-angle.list-women li:after {
  border-right-color: #f51793;
  border-bottom-color: #f51793;
}
.m-list.list-angle.list-error li:after {
  border-right-color: #C70000;
  border-bottom-color: #C70000;
}
.m-list.list-angle.list-accent li:after {
  border-right-color: #d54762;
  border-bottom-color: #d54762;
}
.m-list.list-angle.list-base_bg li:after {
  border-right-color: #f5f5f5;
  border-bottom-color: #f5f5f5;
}
.m-list.list-angle.list-base_font li:after {
  border-right-color: #333;
  border-bottom-color: #333;
}
.m-list.list-angle.list-info li:after {
  border-right-color: #70C1B3;
  border-bottom-color: #70C1B3;
}
.m-list.list-angle.list-white li:after {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-angle.list-black li:after {
  border-right-color: black;
  border-bottom-color: black;
}
.m-list.list-arrow > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.m-list.list-arrow > li:after {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-list.list-arrow > li:before {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: -.025em;
  width: 8px;
  height: 1px;
  background-color: black;
}
.m-list.list-arrow.list-asahi li:after {
  border-right-color: #003e81;
  border-bottom-color: #003e81;
}
.m-list.list-arrow.list-asahi li:before {
  background-color: #003e81;
}
.m-list.list-arrow.list-primary li:after {
  border-right-color: #00e3ae;
  border-bottom-color: #00e3ae;
}
.m-list.list-arrow.list-primary li:before {
  background-color: #00e3ae;
}
.m-list.list-arrow.list-secondary li:after {
  border-right-color: #aae57a;
  border-bottom-color: #aae57a;
}
.m-list.list-arrow.list-secondary li:before {
  background-color: #aae57a;
}
.m-list.list-arrow.list-scene01 li:after {
  border-right-color: #23b8bc;
  border-bottom-color: #23b8bc;
}
.m-list.list-arrow.list-scene01 li:before {
  background-color: #23b8bc;
}
.m-list.list-arrow.list-scene02 li:after {
  border-right-color: #f5aa0a;
  border-bottom-color: #f5aa0a;
}
.m-list.list-arrow.list-scene02 li:before {
  background-color: #f5aa0a;
}
.m-list.list-arrow.list-women li:after {
  border-right-color: #f51793;
  border-bottom-color: #f51793;
}
.m-list.list-arrow.list-women li:before {
  background-color: #f51793;
}
.m-list.list-arrow.list-error li:after {
  border-right-color: #C70000;
  border-bottom-color: #C70000;
}
.m-list.list-arrow.list-error li:before {
  background-color: #C70000;
}
.m-list.list-arrow.list-accent li:after {
  border-right-color: #d54762;
  border-bottom-color: #d54762;
}
.m-list.list-arrow.list-accent li:before {
  background-color: #d54762;
}
.m-list.list-arrow.list-base_bg li:after {
  border-right-color: #f5f5f5;
  border-bottom-color: #f5f5f5;
}
.m-list.list-arrow.list-base_bg li:before {
  background-color: #f5f5f5;
}
.m-list.list-arrow.list-base_font li:after {
  border-right-color: #333;
  border-bottom-color: #333;
}
.m-list.list-arrow.list-base_font li:before {
  background-color: #333;
}
.m-list.list-arrow.list-info li:after {
  border-right-color: #70C1B3;
  border-bottom-color: #70C1B3;
}
.m-list.list-arrow.list-info li:before {
  background-color: #70C1B3;
}
.m-list.list-arrow.list-white li:after {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-arrow.list-white li:before {
  background-color: white;
}
.m-list.list-arrow.list-black li:after {
  border-right-color: black;
  border-bottom-color: black;
}
.m-list.list-arrow.list-black li:before {
  background-color: black;
}
.m-list.list-ad > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.m-list.list-ad > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .35em;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: black;
  border-radius: 100%;
}
.m-list.list-ad > li:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 2;
  top: .7em;
  left: .3em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-list.list-ad.list-asahi li:after {
  background-color: #003e81;
}
.m-list.list-ad.list-asahi li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-ad.list-primary li:after {
  background-color: #00e3ae;
}
.m-list.list-ad.list-primary li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-ad.list-secondary li:after {
  background-color: #aae57a;
}
.m-list.list-ad.list-secondary li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-ad.list-scene01 li:after {
  background-color: #23b8bc;
}
.m-list.list-ad.list-scene01 li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-ad.list-scene02 li:after {
  background-color: #f5aa0a;
}
.m-list.list-ad.list-scene02 li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-ad.list-women li:after {
  background-color: #f51793;
}
.m-list.list-ad.list-women li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-ad.list-error li:after {
  background-color: #C70000;
}
.m-list.list-ad.list-error li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-ad.list-accent li:after {
  background-color: #d54762;
}
.m-list.list-ad.list-accent li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-ad.list-base_bg li:after {
  background-color: #f5f5f5;
}
.m-list.list-ad.list-base_bg li:before {
  border-right-color: #333;
  border-bottom-color: #333;
}
.m-list.list-ad.list-base_font li:after {
  background-color: #333;
}
.m-list.list-ad.list-base_font li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-ad.list-info li:after {
  background-color: #70C1B3;
}
.m-list.list-ad.list-info li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-ad.list-white li:after {
  background-color: white;
}
.m-list.list-ad.list-white li:before {
  border-right-color: #333;
  border-bottom-color: #333;
}
.m-list.list-ad.list-black li:after {
  background-color: black;
}
.m-list.list-ad.list-black li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.m-list.list-line > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.m-list.list-line > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: black;
}
.m-list.list-line.list-asahi li:after {
  background-color: #003e81;
}
.m-list.list-line.list-primary li:after {
  background-color: #00e3ae;
}
.m-list.list-line.list-secondary li:after {
  background-color: #aae57a;
}
.m-list.list-line.list-scene01 li:after {
  background-color: #23b8bc;
}
.m-list.list-line.list-scene02 li:after {
  background-color: #f5aa0a;
}
.m-list.list-line.list-women li:after {
  background-color: #f51793;
}
.m-list.list-line.list-error li:after {
  background-color: #C70000;
}
.m-list.list-line.list-accent li:after {
  background-color: #d54762;
}
.m-list.list-line.list-base_bg li:after {
  background-color: #f5f5f5;
}
.m-list.list-line.list-base_font li:after {
  background-color: #333;
}
.m-list.list-line.list-info li:after {
  background-color: #70C1B3;
}
.m-list.list-line.list-white li:after {
  background-color: white;
}
.m-list.list-line.list-black li:after {
  background-color: black;
}
.m-list.list-inline > li {
  display: inline-block;
  margin-right: 10px;
}

/*!***************************************************************
 *  m-link_list
 ****************************************************************/
.m-link_list {
  position: relative;
}
.m-link_list li {
  margin-bottom: 10px;
}
.m-link_list li a {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  background: white;
  padding: 10px;
}
.m-link_list li a:after {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  float: right;
  padding-right: 10px;
}
.m-link_list li a:hover {
  background: #f5f5f5;
}
.m-link_list:not(:last-child) {
  margin-bottom: 60px;
}
.m-link_list.link_list-local a:after {
  content: "";
}

/*!***************************************************************
 *  box
 *  wide_box
 *  thumbnail
 *  panel
 ****************************************************************/
/***** boxモジュール *****/
.m-box {
  padding: 20px;
}
.m-box:not(:last-child) {
  margin-bottom: 60px;
}
.m-box.box-asahi {
  background: #003e81;
  color: white;
}
.m-box.box-primary {
  background: #00e3ae;
  color: white;
}
.m-box.box-secondary {
  background: #aae57a;
}
.m-box.box-scene01 {
  background: #23b8bc;
  color: white;
}
.m-box.box-scene02 {
  background: #f5aa0a;
  color: white;
}
.m-box.box-women {
  background: #f51793;
  color: white;
}
.m-box.box-error {
  background: #C70000;
  color: white;
}
.m-box.box-accent {
  background: #d54762;
  color: white;
}
.m-box.box-base_bg {
  background: #f5f5f5;
}
.m-box.box-base_font {
  background: #333;
  color: white;
}
.m-box.box-info {
  background: #70C1B3;
  color: white;
}
.m-box.box-white {
  background: white;
}
.m-box.box-black {
  background: black;
  color: white;
}
.m-box.box-p-10 {
  padding: 10px;
}
.m-box.box-p-30 {
  padding: 30px;
}
.m-box.box-p-50 {
  padding: 50px;
}
.m-box.box-border {
  border: 1px solid #ccc;
}
.m-box.box-border.box-asahi {
  border: 1px solid #001935;
}
.m-box.box-border.box-primary {
  border: 1px solid #009773;
}
.m-box.box-border.box-secondary {
  border: 1px solid #81d83a;
}
.m-box.box-border.box-scene01 {
  border: 1px solid #17797c;
}
.m-box.box-border.box-scene02 {
  border: 1px solid #ac7707;
}
.m-box.box-border.box-women {
  border: 1px solid #b8086a;
}
.m-box.box-border.box-error {
  border: 1px solid #7b0000;
}
.m-box.box-border.box-accent {
  border: 1px solid #a9273f;
}
.m-box.box-border.box-base_bg {
  border: 1px solid #cfcfcf;
}
.m-box.box-border.box-base_font {
  border: 1px solid #0d0d0d;
}
.m-box.box-border.box-info {
  border: 1px solid #459f90;
}
.m-box.box-border.box-white {
  border: 1px solid #d9d9d9;
}
.m-box.box-border.box-black {
  border: 1px solid black;
}
.m-box.box-radius {
  border-radius: 5px;
}
.m-box.box-thin {
  padding: 10px 20px;
}
.m-box.box-scroll {
  height: 300px;
  overflow: auto;
}
.m-box.box-scroll_l {
  height: 500px;
  overflow: auto;
}
.m-box.box-scroll_s {
  height: 150px;
  overflow: auto;
}
.m-box.box-note {
  padding: 10px;
  border: 1px solid #C70000;
}
.m-box.box-sideScroll {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .m-box.box-sideScroll {
    padding: 0 0 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m-box.box-sideScroll > * {
    min-width: 100%;
    width: 640px !important;
  }
}
/*!***************************************************************
 *  common_box
 ****************************************************************/
.m-common_box .common_box-header {
  margin-bottom: 10px;
}
.m-common_box .common_box-body {
  margin-bottom: 10px;
}
.m-common_box:not(:last-child) {
  margin-bottom: 60px;
}
.m-common_box.common_box-center {
  text-align: center;
}
.m-common_box.common_box-border {
  padding: 20px;
  border: 1px solid #ccc;
}

/*!***************************************************************
 *  table_box
 ****************************************************************/
.m-table_box {
  width: 100%;
  display: table;
}
.m-table_box .table_box-row {
  display: table-row;
  vertical-align: middle;
  text-align: left;
}
.m-table_box .table_box-row > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
  height: 100%;
}
.m-table_box .table_box-row.table_box-row-asahi {
  background: #003e81;
  color: white;
}
.m-table_box .table_box-row.table_box-row-primary {
  background: #00e3ae;
  color: white;
}
.m-table_box .table_box-row.table_box-row-secondary {
  background: #aae57a;
}
.m-table_box .table_box-row.table_box-row-scene01 {
  background: #23b8bc;
  color: white;
}
.m-table_box .table_box-row.table_box-row-scene02 {
  background: #f5aa0a;
  color: white;
}
.m-table_box .table_box-row.table_box-row-women {
  background: #f51793;
  color: white;
}
.m-table_box .table_box-row.table_box-row-error {
  background: #C70000;
  color: white;
}
.m-table_box .table_box-row.table_box-row-accent {
  background: #d54762;
  color: white;
}
.m-table_box .table_box-row.table_box-row-base_bg {
  background: #f5f5f5;
}
.m-table_box .table_box-row.table_box-row-base_font {
  background: #333;
  color: white;
}
.m-table_box .table_box-row.table_box-row-info {
  background: #70C1B3;
  color: white;
}
.m-table_box .table_box-row.table_box-row-white {
  background: white;
}
.m-table_box .table_box-row.table_box-row-black {
  background: black;
  color: white;
}
.m-table_box .table_box-header > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.m-table_box .table_box-footer > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.m-table_box:not(:last-child) {
  margin-bottom: 60px;
}
.m-table_box.table_box-center {
  text-align: center;
}
.m-table_box.table_box-border {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.m-table_box.table_box-border .table_box-row > * {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.m-table_box.table_box-3-7 .table_box-row > *:first-child {
  width: 30%;
}
.m-table_box.table_box-2-8 .table_box-row > *:first-child {
  width: 30%;
}

/*!***************************************************************
 *  background
 ****************************************************************/
.bg-color-light_gray {
  background: #f5f5f5;
}

.bg-color-primary {
  background: #00e3ae;
}

/*!***************************************************************
 *  thumbnail
 ****************************************************************/
.m-thumbnail {
  padding: 10px;
  border: 1px solid #ccc;
  position: relative;
}
.m-thumbnail .thumbnail-img {
  margin-bottom: 20px;
  text-align: center;
}
.m-thumbnail .thumbnail-img:last-child {
  margin-bottom: 0;
}
.m-thumbnail .thumbnail-img img {
  max-width: 100%;
  height: auto;
}
.m-thumbnail .thumbnail-caption {
  margin-top: 20px;
}
.m-thumbnail.thumbnail-no_border {
  padding: 0;
  border: none;
}
.m-thumbnail.thumbnail-under_border {
  border-bottom: 3px solid #00e3ae;
  padding-bottom: 30px;
}
.m-thumbnail.thumbnail-with_icon .thumbnail-icon {
  font-style: normal;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #00e3ae;
  top: -10px;
  left: 50%;
  color: white;
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.m-thumbnail.thumbnail-asahi {
  border-color: #003e81;
}
.m-thumbnail.thumbnail-primary {
  border-color: #00e3ae;
}
.m-thumbnail.thumbnail-secondary {
  border-color: #aae57a;
}
.m-thumbnail.thumbnail-scene01 {
  border-color: #23b8bc;
}
.m-thumbnail.thumbnail-scene02 {
  border-color: #f5aa0a;
}
.m-thumbnail.thumbnail-women {
  border-color: #f51793;
}
.m-thumbnail.thumbnail-error {
  border-color: #C70000;
}
.m-thumbnail.thumbnail-accent {
  border-color: #d54762;
}
.m-thumbnail.thumbnail-base_bg {
  border-color: #f5f5f5;
}
.m-thumbnail.thumbnail-base_font {
  border-color: #333;
}
.m-thumbnail.thumbnail-info {
  border-color: #70C1B3;
}
.m-thumbnail.thumbnail-white {
  border-color: white;
}
.m-thumbnail.thumbnail-black {
  border-color: black;
}

/*!***************************************************************
  *  panel
 ****************************************************************/
.m-panel {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.m-panel:not(:last-child) {
  margin-bottom: 60px;
}
.m-panel .panel-header {
  padding: 20px;
  background: black;
  color: white;
}
.m-panel .panel-body {
  margin: 20px;
}
.m-panel .panel-footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  margin-left: 20px;
  margin-right: 20px;
}
.m-panel.panel-thin .panel-header {
  padding: 10px 20px;
}
.m-panel.panel-thin .panel-body {
  margin: 10px 20px;
}
.m-panel.panel-thin .panel-footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin-left: 20px;
  margin-right: 20px;
}
.m-panel.panel-no_border {
  border: none;
}
.m-panel.panel-no_border .panel-header {
  border: none;
}
.m-panel.panel-no_border .panel-body {
  margin-left: 0;
  margin-right: 0;
  border: none;
}
.m-panel.panel-no_border .panel-footer {
  padding-top: 0;
  border: none;
  margin-left: 0;
  margin-right: 0;
}
.m-panel.panel-transparent .panel-header {
  color: white;
  background: transparent;
}
.m-panel.panel-transparent .panel-body {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
}
.m-panel.panel-no_radius {
  border-radius: 0px;
}
.m-panel.panel-asahi .panel-header {
  background: #003e81;
  color: white;
}
.m-panel.panel-primary .panel-header {
  background: #00e3ae;
  color: white;
}
.m-panel.panel-secondary .panel-header {
  background: #aae57a;
}
.m-panel.panel-scene01 .panel-header {
  background: #23b8bc;
  color: white;
}
.m-panel.panel-scene02 .panel-header {
  background: #f5aa0a;
  color: white;
}
.m-panel.panel-women .panel-header {
  background: #f51793;
  color: white;
}
.m-panel.panel-error .panel-header {
  background: #C70000;
  color: white;
}
.m-panel.panel-accent .panel-header {
  background: #d54762;
  color: white;
}
.m-panel.panel-base_bg .panel-header {
  background: #f5f5f5;
}
.m-panel.panel-base_font .panel-header {
  background: #333;
  color: white;
}
.m-panel.panel-info .panel-header {
  background: #70C1B3;
  color: white;
}
.m-panel.panel-white .panel-header {
  background: white;
}
.m-panel.panel-black .panel-header {
  background: black;
  color: white;
}

/*!***************************************************************
 *  m-card
 *  スキン
 *  card-no_border
 *  card-overlay
 *    - card-overlay-fit
 *  色展開
 ****************************************************************/
.m-card {
  position: relative;
  background: #f5f5f5;
}
.m-card:not(:last-child) {
  margin-bottom: 60px;
}
.m-card > a {
  display: block;
}
.m-card .card-img img {
  width: 100%;
  height: auto;
}
.m-card .card-header {
  padding: 20px 20px 0 20px;
}
.m-card .card-body {
  padding: 20px;
}
.m-card .card-footer {
  padding: 0 20px 20px 20px;
}
.m-card.card-no_border {
  background: transparent;
}
.m-card.card-no_border .card-img img {
  width: 100%;
  height: auto;
}
.m-card.card-no_border .card-header {
  padding: 10px 0 10px 0;
}
.m-card.card-no_border .card-header h1, .m-card.card-no_border .card-header h2, .m-card.card-no_border .card-header h3, .m-card.card-no_border .card-header h4, .m-card.card-no_border .card-header h5, .m-card.card-no_border .card-header h5 {
  font-weight: bold;
}
.m-card.card-no_border .card-body {
  padding: 0;
}
.m-card.card-no_border .card-footer {
  padding: 0 0 20px 0;
}
.m-card.card-no_border .card-footer-border {
  margin-top: 10px;
  padding: 10px 0 20px 0;
  border-top: 1px solid #ccc;
}
.m-card.card-overlay .m-tag {
  margin: 0;
}
.m-card.card-overlay .card-body {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}
.m-card.card-overlay .card-footer {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  background: #00e3ae;
  color: white;
}
.m-card.card-overlay.card-overlay-fit .card-overlay-fit-category span {
  float: right;
  font-size: 1.2rem;
}
.m-card.card-asahi {
  background-color: #003e81;
  color: white;
}
.m-card.card-primary {
  background-color: #00e3ae;
  color: white;
}
.m-card.card-secondary {
  background-color: #aae57a;
}
.m-card.card-scene01 {
  background-color: #23b8bc;
  color: white;
}
.m-card.card-scene02 {
  background-color: #f5aa0a;
  color: white;
}
.m-card.card-women {
  background-color: #f51793;
  color: white;
}
.m-card.card-error {
  background-color: #C70000;
  color: white;
}
.m-card.card-accent {
  background-color: #d54762;
  color: white;
}
.m-card.card-base_bg {
  background-color: #f5f5f5;
}
.m-card.card-base_font {
  background-color: #333;
  color: white;
}
.m-card.card-info {
  background-color: #70C1B3;
  color: white;
}
.m-card.card-white {
  background-color: white;
}
.m-card.card-black {
  background-color: black;
  color: white;
}

.m-horizontal_card {
  position: relative;
}
.m-horizontal_card:after {
  content: '';
  display: table;
  clear: both;
}
.m-horizontal_card .card-img {
  float: left;
  width: 50%;
}
.m-horizontal_card .card-img img {
  width: 100%;
  height: auto;
}
.m-horizontal_card .card-main {
  float: left;
  width: 50%;
  background: #f5f5f5;
}
.m-horizontal_card .card-main .card-header {
  padding: 20px 20px 0 20px;
}
.m-horizontal_card .card-main .card-body {
  padding: 20px;
}
.m-horizontal_card.horizontal_card-reverse .card-img {
  float: right;
}
.m-horizontal_card.vertical_card-asahi .card-main {
  background-color: #003e81;
  color: white;
}
.m-horizontal_card.vertical_card-primary .card-main {
  background-color: #00e3ae;
  color: white;
}
.m-horizontal_card.vertical_card-secondary .card-main {
  background-color: #aae57a;
}
.m-horizontal_card.vertical_card-scene01 .card-main {
  background-color: #23b8bc;
  color: white;
}
.m-horizontal_card.vertical_card-scene02 .card-main {
  background-color: #f5aa0a;
  color: white;
}
.m-horizontal_card.vertical_card-women .card-main {
  background-color: #f51793;
  color: white;
}
.m-horizontal_card.vertical_card-error .card-main {
  background-color: #C70000;
  color: white;
}
.m-horizontal_card.vertical_card-accent .card-main {
  background-color: #d54762;
  color: white;
}
.m-horizontal_card.vertical_card-base_bg .card-main {
  background-color: #f5f5f5;
}
.m-horizontal_card.vertical_card-base_font .card-main {
  background-color: #333;
  color: white;
}
.m-horizontal_card.vertical_card-info .card-main {
  background-color: #70C1B3;
  color: white;
}
.m-horizontal_card.vertical_card-white .card-main {
  background-color: white;
}
.m-horizontal_card.vertical_card-black .card-main {
  background-color: black;
  color: white;
}
.m-horizontal_card.horizontal_card-top .card-header {
  font-size: 2rem;
  color: #00e3ae;
}

/************************************************
	フォーム
************************************************/
.m-form-summary {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.m-form {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.m-form .form-wrapper {
  margin-left: 250px;
}
.m-form .form-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.m-form .form-wrapper.last {
  margin-bottom: 30px;
}
.m-form .form-header {
  width: 250px;
  float: left;
  position: relative;
  margin-left: -250px;
  padding: 20px 50px 20px 20px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: bold;
}
.m-form .form-content {
  width: 100%;
  margin-right: -250px;
  float: left;
  padding: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.m-form input[type=radio] {
  margin-top: -0.1em;
}
.m-form input[type=checkbox] {
  margin-top: 0.05em;
}
.m-form input[type=text], .m-form select {
  height: 35px;
}
.m-form.form-middle .form-wrapper {
  width: 100%;
  display: table;
  margin-left: 0;
}
.m-form.form-middle .form-header {
  float: none;
  display: table-cell;
  margin-left: 0;
  vertical-align: middle;
}
.m-form.form-middle .form-content {
  float: none;
  display: table-cell;
  margin-right: 0;
  vertical-align: middle;
  width: auto;
}
.m-form.form-striped .form-wrapper:nth-child(2n) {
  background: #f5f5f5;
}
.m-form.form-striped .form-wrapper:nth-child(2n) .form-header {
  background: #f5f5f5;
}
.m-form .form-require {
  font-size: smaller;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.m-form .form-require:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.m-form .form-require i {
  background: #C70000;
  padding: 2px 5px;
  line-height: 1.1;
  color: white;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .m-form {
    max-width: none;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .m-form .form-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-form .form-wrapper .m-box {
    margin-left: 10px;
    margin-right: 10px;
  }

  .m-form .form-wrapper, .m-form.form-middle .form-wrapper {
    margin-left: 0;
  }
  .m-form .form-header, .m-form.form-middle .form-header {
    width: 100%;
    display: block;
    float: none;
    margin-left: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .m-form .form-content, .m-form.form-middle .form-content {
    margin-right: 0;
    float: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
.m-table {
  background: white;
  border-collapse: collapse;
  font-size: 1.2rem;
  margin-bottom: 60px;
  width: 100%;
}
.m-table thead th {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 3px solid #dcdcdc;
  color: #00e3ae;
}
.m-table thead td {
  border-collapse: collapse;
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.m-table tbody th {
  width: 20%;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #dcdcdc;
  background: rgba(0, 227, 174, 0.1);
}
.m-table tbody td {
  border-collapse: collapse;
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.m-table tbody .table_caption_bottom {
  caption-side: bottom;
}
.m-table.table_striped tbody td {
  border-bottom: none;
}
.m-table.table_striped tbody th {
  border-bottom: none;
  background: none;
}
.m-table.table_striped tbody tr:nth-child(2n-1) {
  background: rgba(0, 227, 174, 0.1);
}
.m-table.table_middle th {
  vertical-align: middle;
}
.m-table.table_middle td {
  vertical-align: middle;
}
.m-table.table_comfortable th {
  padding: 20px;
}
.m-table.table_comfortable td {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .m-table {
    font-size: 1rem;
  }
  .m-table tbody td, .m-table tbody th {
    padding: 10px;
  }
  .m-table thead td, .m-table thead th {
    padding: 10px;
  }
  .m-table tfoot td, .m-table tfoot th {
    padding: 10px;
  }

  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    min-height: .01%;
    overflow-x: auto;
  }
  .table-responsive .m-table thead tr th, .table-responsive .m-table thead tr td, .table-responsive .m-table tbody tr th, .table-responsive .m-table tbody tr td, .table-responsive .m-table tfoot tr th, .table-responsive .m-table tfoot tr td {
    white-space: nowrap;
  }
}
/*!***************************************************************
 *  見出し
 ****************************************************************/
.ttl_02 {
  font-family: 'Josefin Sans';
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.0;
  margin-bottom: 60px;
  position: relative;
  white-space: nowrap;
}

.ttl_03_txt,
.ttl_03 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.ttl_03 {
  font-size: 2.4rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ttl_06 {
  font-size: 1.4rem;
  font-weight: bold;
}

.Concept .ttl_06 {
  font-weight: normal;
  font-size: 1.4rem;
  font-feature-settings: 'pkna';
}

.Stylebook .ttl_02 {
  text-align: left;
}
.Stylebook .ttl_03 {
  margin-top: 0;
}

.Lineup .ttl_02 {
  text-align: left;
  padding-left: 30px;
}
.Lineup .ttl_03_txt {
  line-height: 20px;
}

.ttl-asahi {
  color: #003e81;
}

.ttl-primary {
  color: #00e3ae;
}

.ttl-secondary {
  color: #aae57a;
}

.ttl-scene01 {
  color: #23b8bc;
}

.ttl-scene02 {
  color: #f5aa0a;
}

.ttl-women {
  color: #f51793;
}

.ttl-error {
  color: #C70000;
}

.ttl-accent {
  color: #d54762;
}

.ttl-base_bg {
  color: #f5f5f5;
}

.ttl-base_font {
  color: #333;
}

.ttl-info {
  color: #70C1B3;
}

.ttl-white {
  color: white;
}

.ttl-black {
  color: black;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  .ttl_02 {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }

  .Concept .ttl_02 {
    margin-top: 30px;
    padding-left: 0;
  }
  .Concept .ttl_02 img {
    width: 375px;
    height: auto;
  }
  .Concept .ttl_02 img.sp {
    display: inline-block !important;
  }

  .Stylebook .ttl_02 img {
    width: 200px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 4.0rem;
    margin-bottom: 30px;
    text-align: center !important;
  }

  .ttl_03 {
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .ttl_03_txt {
    font-size: 1.2rem;
    white-space: nowrap;
    letter-spacing: 0;
  }

  .Concept .ttl_02 {
    margin-bottom: 45px;
  }

  .Stylebook .ttl_03 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .Concept .ttl_02,
  .Lineup .ttl_02 {
    margin-top: 30px;
    padding-left: 0;
  }
  .Concept .ttl_02 img,
  .Lineup .ttl_02 img {
    width: 375px;
    height: auto;
  }
  .Concept .ttl_02 img.sp,
  .Lineup .ttl_02 img.sp {
    display: inline-block !important;
  }

  .Stylebook .ttl_02 img {
    width: 200px;
    height: auto;
  }
}
/*!***************************************************************
 *  m-btn
 ****************************************************************/
.m-btn {
  border-radius: 20px;
  border: 2px solid #333;
  color: #333;
  font-weight: bold;
  background-color: transparent;
  margin-top: 5px;
  padding: 5px 20px;
}
.m-btn.btn-detail:after {
  content: '';
  background: url(../images/icon_lineup_detail.png) center right no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.m-btn:hover {
  background: #333;
  opacity: 0.7;
  color: white;
  transition: all .2s linear;
}
.m-btn.btn-detail:hover::after {
  content: '';
  transition: all .2s linear;
  background: url(../images/icon_lineup_detail_on.png) center right no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

/*!***************************************************************
 *  m-tag
 ****************************************************************/
/*------------------------------------------------------------
ページング
------------------------------------------------------------*/
/*------------------------------------------------------------
ローカルナビ
------------------------------------------------------------*/
/*!***************************************************************
 *  リスト
 ****************************************************************/
/*!***************************************************************
 *  m-link_list
 ****************************************************************/
/*!***************************************************************
 *  box
****************************************************************/
.m-box.box-special {
  padding: 0;
  margin-bottom: 20px;
  margin-top: -40px;
  margin-right: -40px;
  margin-left: 40px;
}
.m-box.box-special.box-scene02 {
  margin-right: 40px;
  margin-left: -40px;
}

@media only screen and (max-width: 767px) {
  .m-box.box-special {
    margin: 30px 0;
  }
  .m-box.box-special.box-scene02 {
    margin: 30px 0;
  }
}
/*!***************************************************************
 *  common_box
 ****************************************************************/
.LifeStyle .m-common_box .common_box-header,
.Concept .m-common_box .common_box-header,
.Stylebook .m-common_box .common_box-header {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .m-common_box:not(:last-child) {
    margin-bottom: 45px;
  }
}
/*!***************************************************************
 *  table_box
 ****************************************************************/
/*!***************************************************************
 *  background
 ****************************************************************/
/*!***************************************************************
 *  thumbnail
 ****************************************************************/
/*!***************************************************************
  *  panel
 ****************************************************************/
/*!***************************************************************
 *  m-card
 ****************************************************************/
.m-card {
  background: none;
}
.m-card:not(:last-child) {
  margin-bottom: 0;
}
.m-card.item {
  margin-top: 24px;
}
.m-card.item .card-header {
  padding: 10px 0 0 0;
}
.m-card.item .item-img-area .item-img-list {
  display: none;
}
.m-card.item .item-img-area .current {
  display: block;
}
.m-card.item .item-img-area .current a:hover {
  opacity: 0.7;
  transition: all .2s linear;
}
.m-card.item .item-box-size-box {
  display: table;
  margin-bottom: 10px;
}
.m-card.item .item-box-size-box .item-size-ttl {
  vertical-align: middle;
  white-space: nowrap;
  display: table-cell;
  color: white;
  background-color: #333;
  padding: 2px 10px;
  font-size: 1.0rem;
  font-weight: bold;
}
.m-card.item .item-box-size-box .item-size-container {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.m-card.item .item-box-size-box .item-size {
  padding: 0 5px;
  font-weight: bold;
}
.m-card.item .item-box-size-box .item-size:last-of-type {
  padding-right: 0;
}
.m-card.item .item-new-price-box {
  margin-bottom: 10px;
}
.m-card.item .item-new-price-box .sale-icon {
  display: inline-block;
  color: white;
  padding: 2px 10px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2rem;
}
.m-card.item .item-new-price-box .item-new-price {
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.0;
}
.m-card.item .price {
  font-size: 1.6rem;
  margin-right: 5px;
}
.m-card.item .in-tax {
  font-size: 1.0rem;
  margin-left: 5px;
}
.m-card.item .item-old-price {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: line-through;
  margin-bottom: 0;
}
.m-card.item .item-img-top {
  position: relative;
}
.m-card.item .item-img-top > * {
  position: absolute;
  display: inline-block;
  bottom: 0;
}
.m-card.item .item-img-top > *.item-manufacture {
  padding: 5px 20px;
  left: 0;
}
.m-card.item .item-img-top > *.item-target {
  padding: 2px 10px;
  right: 0;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #333;
  color: white;
}
.m-card.item .item-description {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.m-card.item .pick-color {
  margin-top: 10px;
}
.m-card.item .pick-color .item-pick {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 2px;
  cursor: pointer;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent transparent transparent;
}
.m-card.item .pick-color .item-pick:nth-of-type(6n) {
  margin-right: 0;
}
.m-card.item .pick-color .item-pick.selected {
  outline: solid 3px #aae57a;
}
.m-card.item .card-body {
  padding: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .m-card.card-item_v .card-price {
    text-align: left;
  }
}

.item-m-2016 {
  cbackground-color: #333;
  background-color: #e6e6e6;
}

.item-t-men,
.item-t-unisex,
.item-t-women {
  /*color            : white;
  background-color : $base_font_color;*/
}

/*!***************************************************************
 *  m-horizontal_card
 ****************************************************************/
/************************************************
	フォーム
************************************************/
/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
