@charset "UTF-8";
/* argument */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

.ffRb {
  font-family: 'Roboto', sans-serif;
}

/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

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

nav ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

label,
select,
button {
  cursor: pointer;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  select::-ms-expand {
    display: none;
  }
}

@media screen\0 {
  select::-ms-expand {
    display: none;
  }
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: 0.3s;
}

@media (min-width: 768px) {
  a:hover {
    text-decoration: none;
    color: #aaa;
    opacity: 0.5;
  }
}

a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ffYG {
  font-family: "游ゴシック", "YuGothic", "Noto Sans JP", "ヒラギノゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffYM {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-----------------------------------------------------------
PAGE BOOT
------------------------------------------------------------*/
/* WordPress */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 90px;
  }
}

.wp-pagenavi span,
.wp-pagenavi a {
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  color: #4D4D4D;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.019em;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 767px) {

  .wp-pagenavi span,
  .wp-pagenavi a {
    line-height: 42px;
  }
}

@media only screen and (max-width: 350px) {

  .wp-pagenavi span,
  .wp-pagenavi a {
    line-height: 36px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span.current {
  width: 30px;
  height: 36px;
  position: relative;
}

@media only screen and (max-width: 767px) {

  .wp-pagenavi a,
  .wp-pagenavi span.current {
    width: 35px;
    height: 42px;
  }
}

@media only screen and (max-width: 350px) {

  .wp-pagenavi a,
  .wp-pagenavi span.current {
    width: 30px;
    height: 36px;
  }
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.current.previouspostslink,
.wp-pagenavi span.current.nextpostslink {
  background: url("../img/common/wp_prev.svg") center no-repeat !important;
  font-size: 0;
  border: 1px solid #000;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi span.current.previouspostslink:hover,
.wp-pagenavi span.current.nextpostslink:hover {
  opacity: 0.7;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.current.nextpostslink {
  background: url("../img/common/wp_next.svg") center no-repeat !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #000;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi .pages {
  margin-right: 15px;
  display: none;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック", "YuGothic", "Noto Sans JP", "ヒラギノゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 30px;
  letter-spacing: 0;
  height: 100%;
  word-break: break-word;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 27px;
  }
}

/*-----------------------------------------------------------
Container
------------------------------------------------------------*/
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.w840 {
  max-width: 880px;
}

.w900 {
  max-width: 940px;
}

.w940 {
  max-width: 980px;
}

.w1000 {
  max-width: 1040px;
}

.w1200 {
  max-width: 1240px;
}

/*-----------------------------------------------------------
common
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {

  .sp,
  .SP {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {

  .pc,
  .PC {
    display: none !important;
  }
}

.wcm {
  width: 1140px;
  margin: auto;
}

/*-----------------------------------------------------------
Some stuff from bootstrap
------------------------------------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: "height, visibility";
  -moz-transition-property: "height, visibility";
  -ms-transition-property: "height, visibility";
  -o-transition-property: "height, visibility";
  transition-property: "height, visibility";
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.modal .close:hover,
.modal .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-btn {
  margin: 20px 30px;
  width: 120px;
  padding: 5px 10px;
  border-radius: 25px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*-----------------------------------------------------------
Bread
------------------------------------------------------------*/
.box_breadcrumb {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .box_breadcrumb {
    border-bottom: 1px solid #E2E2E2;
    padding: 5px 0;
    margin-bottom: 36px;
  }
}

.breadcrumb {
  margin-bottom: 22px;
  max-height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin: 0;
  }
}

.breadcrumb li {
  display: inline;
  vertical-align: top;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  letter-spacing: 0.06em;
  position: relative;
  padding-right: 10px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .breadcrumb li {
    padding-right: 12px;
    margin-right: 7px;
  }
}

.breadcrumb li:nth-child(3) {
  width: calc(100% - 200px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 767px) {
  .breadcrumb li:nth-child(3) {
    width: calc(100% - 165px);
  }
}

.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb li:after {
  content: '>';
  width: 6px;
  height: 6px;
  display: inline;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  right: 0;
  color: #909090;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .breadcrumb li:after {
    top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .breadcrumb li:after {
    top: 2px;
  }
}

@media (max-width: 767px) {
  .breadcrumb li:after {
    margin: 0 1px 0 5px;
  }
}

@media only screen and (max-width: 350px) {
  .breadcrumb li:after {
    top: 1px;
  }
}

.breadcrumb li a {
  color: #909090 !important;
  display: inline;
  vertical-align: middle;
}

.breadcrumb li span {
  display: inline;
  position: relative;
  top: 2px;
}

@media (max-width: 767px) {
  .breadcrumb li span {
    top: 0;
  }
}

.breadcrumb li:last-child:after {
  content: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .breadcrumb li span {
    top: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0 20px 0 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 0 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 0 0;
}

a img.alignright {
  float: right;
  margin: 0 0 0 20px;
}

a img.alignnone {
  margin: 0 20px 0 0;
}

a img.alignleft {
  float: left;
  margin: 0 20px 0 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0 20px 0 0;
}

.wp-caption.alignleft {
  margin: 0 20px 0 0;
}

.wp-caption.alignright {
  margin: 0 0 0 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.leftCol {
  width: 70%;
  float: left;
}

.rightCol {
  width: 30%;
  float: right;
}

.cmsContent {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

.cmsContent ul,
.cmsContent ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.cmsContent ul[style*="list-style-type: circle;"] li {
  list-style-type: circle;
}

.cmsContent ul[style*="list-style-type: square;"] li {
  list-style-type: square;
}

.cmsContent ul li {
  list-style: disc;
}

.cmsContent ol[style*="list-style-type: lower-roman;"] li {
  list-style-type: lower-roman;
}

.cmsContent ol[style*="list-style-type: lower-alpha;"] li {
  list-style-type: lower-alpha;
}

.cmsContent ol[style*="list-style-type: lower-greek;"] li {
  list-style-type: lower-greek;
}

.cmsContent ol[style*="list-style-type: upper-alpha;"] li {
  list-style-type: upper-alpha;
}

.cmsContent ol[style*="list-style-type: upper-roman;"] li {
  list-style-type: upper-roman;
}

.cmsContent ol li {
  list-style-type: decimal;
}

.cmsContent p {
  margin-bottom: 30px;
}

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

@media (max-width: 767px) {
  .cmsContent p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}

.cmsContent iframe {
  max-width: 100% !important;
}

.cmsContent img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}

.pagingDt {
  position: relative;
  width: 80%;
  margin: 95px auto;
  font-size: 14px;
}

.pagingDt a {
  text-decoration: underline;
}

.pagingDt .prev {
  background: url(../../img/blog/ico_prev.png) no-repeat left center;
  width: 145px;
  float: left;
  padding-left: 20px;
}

.pagingDt .next {
  background: url(../../img/blog/ico_next.png) no-repeat right center;
  width: 145px;
  float: right;
  padding-right: 20px;
}

.pagingDt .list {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -54px;
  margin-top: -9px;
}

a.btn_cm,
.btn_cm {
  max-width: 284px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 14px 15px;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  a.btn_cm,
  .btn_cm {
    padding: 15px 15px 12px;
  }
}

@media (max-width: 767px) {

  a.btn_cm,
  .btn_cm {
    max-width: 284px;
  }
}

@media only screen and (min-width: 1025px) {

  a.btn_cm:hover,
  .btn_cm:hover {
    opacity: 1;
    background-color: #000;
    color: #fff;
  }
}

a.btn_cm__blue,
.btn_cm__blue {
  background: #00439B;
  color: #fff;
  border-color: #00439B;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {

  a.btn_cm__blue,
  .btn_cm__blue {
    letter-spacing: 0.08em;
  }
}

a.btn_cm__gray,
.btn_cm__gray {
  background: #A5A5A5;
  color: #fff;
  border-color: #A5A5A5;
  font-weight: bold;
}

a.btn_cm--orange,
.btn_cm--orange {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fff;
  background: #000 url("../img/common/ar_right.svg") center right 35px no-repeat;
  border-radius: 50px;
  border: none;
  padding: 24px 15px;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  a.btn_cm--orange,
  .btn_cm--orange {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {

  a.btn_cm--orange,
  .btn_cm--orange {
    background-position: center right 18px;
  }
}

@media only screen and (max-width: 350px) {

  a.btn_cm--orange,
  .btn_cm--orange {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1025px) {

  a.btn_cm--orange:hover,
  .btn_cm--orange:hover {
    background-color: #000;
  }
}

a.btn_cm--black,
.btn_cm--black {
  background: #000;
  color: #fff;
}

@media only screen and (min-width: 1025px) {

  a.btn_cm--black:hover,
  .btn_cm--black:hover {
    background: #fff;
    color: #000;
  }
}

a.btn_cm--gray,
.btn_cm--gray {
  background: #fff url("../img/common/ar_right_bl.svg") center right 35px no-repeat;
  color: #434343;
  border: 1px solid #434343;
}

@media only screen and (min-width: 1025px) {

  a.btn_cm--gray:hover,
  .btn_cm--gray:hover {
    background: #000 url("../img/common/ar_right.svg") center right 35px no-repeat;
    color: #fff;
  }
}

a.btn_cm--icoTab,
.btn_cm--icoTab {
  max-width: 321px;
}

@media (max-width: 767px) {

  a.btn_cm--icoTab,
  .btn_cm--icoTab {
    max-width: 100%;
  }
}

a.btn_cm--icoTab span,
.btn_cm--icoTab span {
  display: inline-block;
  position: relative;
  padding-right: 23px;
}

a.btn_cm--icoTab span:after,
.btn_cm--icoTab span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  background: url("../img/common/ico_tab_black.svg") center/100% no-repeat;
  width: 14px;
  height: 14px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  a.btn_cm--icoTab span:after,
  .btn_cm--icoTab span:after {
    width: 15px;
    height: 15px;
  }
}

@media only screen and (min-width: 1025px) {

  a.btn_cm--icoTab:hover span:after,
  .btn_cm--icoTab:hover span:after {
    background: url("../img/common/ico_tab.svg") center/100% no-repeat;
  }
}

.title_cm {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .title_cm {
    margin: 0 0 15px;
  }
}

.title_cm__en {
  font-size: 40px;
  font-size: 4rem;
  line-height: 45px;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  display: block;
}

@media (max-width: 767px) {
  .title_cm__en {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media (min-width: 768px) {
  .title_cm_jp {
    position: relative;
    top: -2px;
  }
}

.img_ef {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.imagetb {
  display: block;
  position: relative;
  overflow: hidden;
  background: center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.imagetb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  display: none;
}

.imagetb-398x252 {
  position: relative;
}

.imagetb-398x252:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 63.31658%;
}

.imagetb-398x252>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.imagetb-550x322 {
  position: relative;
}

.imagetb-550x322:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 58.54545%;
}

.imagetb-550x322>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.imagetb-294x210 {
  position: relative;
}

.imagetb-294x210:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 71.42857%;
}

.imagetb-294x210>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.imagetb-220x158 {
  position: relative;
}

.imagetb-220x158:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 71.81818%;
}

.imagetb-220x158>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hoverImg img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media only screen and (min-width: 1025px) {
  .hoverImg:hover {
    opacity: 1;
  }

  .hoverImg:hover .imagetb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .hoverImg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.line_rotate {
  position: relative;
  overflow: hidden;
}

/* .line_rotate:before {
  content: "";
  width: 1px;
  height: 360px;
  background: #808080;
  position: absolute;
  left: 255px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: top;
} */

@media (max-width: 767px) {
  .line_rotate:before {
    height: 155px;
    left: 109px;
  }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 0;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 12;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../img/common/ar_next.svg") center no-repeat;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.owl-carousel .owl-nav button.owl-prev:hover span,
.owl-carousel .owl-nav button.owl-next:hover span {
  background: url("../img/common/ar_next_w.svg") center no-repeat;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.owl-carousel .owl-nav button.owl-next span {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  vertical-align: bottom;
  line-height: 0;
}

.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #DBDBDB;
  margin: 0 10px;
}

.owl-carousel .owl-dots .owl-dot.active {
  width: 14px;
  height: 14px;
  background: #000;
}

.lbNew {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: none !important;
  max-width: 46px;
}

@media (max-width: 767px) {
  .lbNew {
    max-width: 30px;
  }
}

.title_subPage {
  text-align: center;
  padding: 17px 15px 7px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  letter-spacing: 0em;
  background: #D6D6D6;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .title_subPage {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 10px;
  }
}

.title_subPage span {
  display: inline-block;
  vertical-align: middle;
}

.title_subPage__en {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 37px;
  letter-spacing: 0.06em;
  padding-right: 16px;
  margin-right: 14px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .title_subPage__en {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 5px;
    padding-right: 8px;
  }
}

.title_subPage__en:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  background: #000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -3px;
}

@media only screen and (max-width: 767px) {
  .title_subPage__en:after {
    height: 14px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .title_subPage__ja {
    position: relative;
    top: -1px;
  }
}

.download_cm {
  padding: 103px 0 112px;
  text-align: center;
  border-top: 1px solid #E0E0E0;
  margin-top: 98px;
}

@media (max-width: 767px) {
  .download_cm {
    padding: 70px 0 70px;
  }
}

.download_cm .container {
  max-width: 868px;
}

@media (max-width: 767px) {
  .download_cm .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .download_cm .scrollBox {
    overflow-x: hidden;
    text-align: center;
  }
}

.download_cm__txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  margin-bottom: 30px;
}

.download_cm__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 -7px 44px;
}

@media (max-width: 767px) {
  .download_cm__content {
    width: 632px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

.download_cm__content li {
  padding: 0 7px;
  line-height: 0;
}

@media (max-width: 767px) {
  .download_cm__content li:first-child {
    margin-left: -37.333%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 350px) {
  .download_cm__content li:first-child {
    margin-left: -48.333%;
  }
}

.download_cm__content li .bImg {
  display: block;
  max-width: 233px;
  max-height: 131px;
  overflow: hidden;
}

.download_cm__content li .bImg img {
  height: 131px;
  width: 100%;
  object-fit: cover;
}

.download_cm__btn {
  padding: 0 42px;
}

@media (max-width: 767px) {
  .download_cm__btn {
    margin-top: 30px;
    padding: 0 20px;
  }
}

.download_cm__btn a.btn_cm {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fff;
  background: #FF3B00 url("../img/common/ar_right.svg") center right 35px no-repeat;
  border-radius: 50px;
  border: none;
  padding: 24px 15px;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .download_cm__btn a.btn_cm {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .download_cm__btn a.btn_cm {
    background-position: center right 18px;
  }
}

@media only screen and (max-width: 350px) {
  .download_cm__btn a.btn_cm {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1025px) {
  .download_cm__btn a.btn_cm:hover {
    background-color: #000;
  }
}

.txtCate_orange {
  display: inline-block;
  vertical-align: middle;
  color: #7030a0;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 21px;
  letter-spacing: 0.05em;
  border: 1px dotted #7030a0;
  min-width: 120px;
  text-align: center;
  padding: 2px 5px;
  margin: 0 2px 8px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .txtCate_orange {
    padding: 5px 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .txtCate_orange {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 21px;
    min-width: 0;
    padding: 2px 10px;
    margin-right: 3px;
  }
}

.js_bglazy {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.next-prev-box {
  max-width: 687px;
  margin: 102px auto 113px;
  padding: 0 20px;
}

.next-prev-box .lbl {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.next-prev-box .listcom {
  margin-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.next-prev-box .listcom li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.next-prev-box .listcom li:nth-child(odd) {
  padding-right: 30px;
}

.next-prev-box .listcom li:nth-child(even) {
  padding-left: 30px;
}

.next-prev-box .back-box {
  text-align: center;
  margin-top: 65px;
  font-size: 0;
}

.next-prev-box .back-box a {
  display: inline-block;
  max-width: 296px;
  width: 100%;
  border: 1px solid #000;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0.04em;
  border-radius: 25px;
  padding: 13px 0 12px;
}

.next-prev-box .back-box a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .next-prev-box .back-box a {
    padding-top: 15px;
    padding-bottom: 11px;
  }
}

@media (max-width: 767px) {
  .next-prev-box {
    margin: 55px auto 65px;
  }

  .next-prev-box .lbl {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .next-prev-box .listcom li {
    position: relative;
  }

  .next-prev-box .listcom li:nth-child(odd) {
    padding-right: 23px;
  }

  .next-prev-box .listcom li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 10px);
    top: 3px;
    right: 0;
    background: #E6E6E6;
  }

  .next-prev-box .listcom li:nth-child(even) {
    padding-left: 23px;
  }

  .next-prev-box .back-box {
    margin-top: 40px;
  }
}

.lineUp_cm {
  margin-bottom: 72px;
}

@media (max-width: 767px) {
  .lineUp_cm {
    margin-bottom: 65px;
  }
}

.lineUp_cm__title {
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 16px;
}

@media (max-width: 767px) {
  .lineUp_cm__title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 14px;
  }
}

.lineUp_cm__boxPrd {
  display: block;
  margin-bottom: 54px;
  background-clip: padding-box;
}

.lineUp_cm__boxPrd:before,
.lineUp_cm__boxPrd:after {
  content: " ";
  display: table;
}

.lineUp_cm__boxPrd:after {
  clear: both;
}

@media (max-width: 767px) {
  .lineUp_cm__boxPrd {
    margin-bottom: 30px;
  }
}

.lineUp_cm__boxPrd__item {
  width: 33.333%;
  float: left;
  text-align: center;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  text-align: center;
}

@media (min-width: 768px) {
  .lineUp_cm__boxPrd__item:nth-child(3n) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .lineUp_cm__boxPrd__item {
    width: 50%;
    border-color: #D6D6D6;
  }

  .lineUp_cm__boxPrd__item:nth-child(2n) {
    border-right: none;
  }
}

.lineUp_cm__boxPrd__item a {
  display: block;
  padding: 40px 50px 30px;
}

@media (max-width: 767px) {
  .lineUp_cm__boxPrd__item a {
    padding: 20px 20px 15px;
  }
}

.lineUp_cm__boxPrd__item .boxP {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  letter-spacing: 0em;
  max-height: 75px;
  overflow: hidden;
}

.lineUp_cm__boxPrd__item .img_ef {
  margin-bottom: 20px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 767px) {
  .lineUp_cm__boxPrd__item .img_ef {
    margin: 0 0 5px;
  }
}

.lineUp_cm__boxPrd__item a {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .lineUp_cm__boxPrd__item a:hover {
    opacity: 1;
  }

  .lineUp_cm__boxPrd__item a:hover .imagetb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.lineUp_cm__boxPrd__item .txtTitle {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 46px;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #7030a0;
  margin-bottom: 2px;
  display: block;
}

@media (max-width: 767px) {
  .lineUp_cm__boxPrd__item .txtTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
    margin-bottom: 3px;
  }
}

.lineUp_cm__boxPrd__item .txtCate {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #7030a0;
  margin-bottom: 17px;
  display: block;
}

@media (max-width: 767px) {
  .lineUp_cm__boxPrd__item .txtCate {
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 17px;
    margin-bottom: 0;
  }
}

.lineUp_cm__boxPrd__item .txtCate span {
  display: block;
}

@media (max-width: 767px) {
  .lineUp_cm__boxPrd__item .boxContent {
    background: #fff;
    display: block;
    position: relative;
    text-align: left;
  }
}

.lineUp_cm__boxPrd__item .linkR {
  display: none;
}

.lineUp_cm .boxBtn {
  text-align: center;
}

.singleLineup {
  margin-bottom: 92px;
}

@media (max-width: 767px) {
  .singleLineup {
    margin-bottom: 97px;
  }
}

.singleLineup .lineUp_cm__title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .singleLineup .lineUp_cm__title {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .singleLineup .boxBtn {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .singleLineup .container {
    padding: 0;
  }
}

.singleLineup .lineUp_cm__boxPrd {
  margin: 0 -16px;
}

@media (max-width: 767px) {
  .singleLineup .lineUp_cm__boxPrd {
    margin: 0 0 30px;
  }
}

@media (min-width: 768px) {
  .singleLineup .lineUp_cm__boxPrd__item {
    border: none;
    width: 25%;
    float: left;
  }

  .singleLineup .lineUp_cm__boxPrd__item a {
    padding: 0 16px 35px;
  }
}

.singleLineup .lineUp_cm__boxPrd__item .img_ef {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .singleLineup .lineUp_cm__boxPrd__item .txtTitle {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 35px;
  }
}

@media (min-width: 768px) {
  .singleLineup .lineUp_cm__boxPrd__item .txtCate {
    font-size: 10px;
    font-size: 1rem;
    line-height: 15px;
    margin: 0;
  }
}

.singleLineup .lineUp_cm__boxPrd__item .boxP {
  display: none;
}

.boxfixNews {
  position: fixed;
  bottom: 10px;
  right: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 270px;
}

.boxfixNews .icoClose {
  font-size: 0;
  position: absolute;
  top: 5px;
  right: 15px;
  width: 26px;
  height: 26px;
  background: url("../img/common/ico_close.svg") center no-repeat;
  z-index: 12;
}

.boxfixNews .icoClose:hover {
  background: url("../img/common/ico_close_hv.svg") center no-repeat;
}

.fixNews {
  padding: 40px 20px 20px;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .fixNews {
    padding: 35px 12px 10px;
  }
}

.fixNews:hover {
  opacity: 1;
}

.fixNews:hover .fixNews__title {
  text-decoration: underline;
}

.fixNews .txtCate {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #fff;
  background: #00439B;
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .fixNews .txtCate {
    padding: 5px 15px 0;
  }
}

@media (max-width: 767px) {
  .fixNews .txtCate {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
    padding-top: 3px;
    min-width: 120px;
  }
}

.fixNews__title {
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #00439B;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  line-height: 24px;
  max-height: 48px;
  text-align: justify;
  margin-right: -1.15em;
  padding-right: 1.15em;
  margin-right: 0;
}

.fixNews__title:before {
  content: '…';
  position: absolute;
  right: 0;
  bottom: 0;
}

.fixNews__title:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1.15em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .fixNews__title {
    text-justify: inter-cluster;
  }
}

@media (max-width: 767px) {
  .fixNews__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.02em;
    overflow: hidden;
    position: relative;
    line-height: 20px;
    max-height: 40px;
    text-align: justify;
    margin-right: -1.15em;
    padding-right: 1.15em;
    margin-right: 0;
  }

  .fixNews__title:before {
    content: '…';
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .fixNews__title:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1.15em;
    height: 1em;
    margin-top: 0.2em;
    background: #fff;
  }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active),
(max-width: 767px) and (-ms-high-contrast: none) {
  .fixNews__title {
    text-justify: inter-cluster;
  }
}

.fixNews__boxMeta span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  letter-spacing: 0em;
}

@media (max-width: 767px) {
  .fixNews__boxMeta span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 14px;
  }
}

.footer {
  position: relative;
}

.footer__contact {
  display: table;
  width: 100%;
  height: 510px;
  background: url("../img/top/bg_contact.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer__contact {
    height: 410px;
    padding: 0 30px;
  }
}

.footer__contact__inner {
  display: table-cell;
  vertical-align: middle;
}

.footer__contact__title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 70px;
  letter-spacing: 0.02em;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .footer__contact__title {
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 64px;
  }
}

.footer__contact a.btn_contact {
  color: #fff;
  position: relative;
  display: block;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  letter-spacing: 0.34em;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 35px;
}

@media only screen and (max-width: 767px) {
  .footer__contact a.btn_contact {
    line-height: 28px;
    letter-spacing: 0.28em;
    padding: 24px;
  }
}

@media only screen and (max-width: 320px) {
  .footer__contact a.btn_contact {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
}

.footer__contact a.btn_contact:after {
  content: "";
  width: 10px;
  height: 13px;
  background: url("../img/common/ar_w.svg") center/100% no-repeat;
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .footer__contact a.btn_contact:after {
    right: 15px;
  }
}

.footer__contact a.btn_contact:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

.footer__contact a.btn_contact:hover:after {
  background: url("../img/common/ar_bl.svg") center/100% no-repeat;
}

.footer__infor {
  position: relative;
}

.footer__infor:before,
.footer__infor:after {
  content: " ";
  display: table;
}

.footer__infor:after {
  clear: both;
}

.footer__infor__item {
  float: left;
  width: 50%;
  position: relative;
  padding: 114px 20px 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer__infor__item {
    padding: 68px 20px 35px;
  }
}

@media only screen and (max-width: 320px) {
  .footer__infor__item {
    width: 100%;
  }
}

.footer__infor__item:last-child {
  background: #F7F7F7;
}

.footer__infor__item:before {
  content: "";
  width: 1px;
  height: 360px;
  background: #808080;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 255px;
  transform-origin: top;
}

@media only screen and (max-width: 767px) {
  .footer__infor__item:before {
    height: 98px;
    left: 69px;
  }
}

.footer__infor__title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .footer__infor__title {
    line-height: 15px;
    margin-bottom: 18px;
  }
}

.footer__infor__title span {
  display: block;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .footer__infor__title span {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 45px;
  }
}

.footer__infor__txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .footer__infor__txt {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }

  .footer__infor__txt a {
    text-decoration: underline;
  }
}

.footer__infor__link {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-family: "Roboto", sans-serif;
  text-decoration: underline !important;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .footer__infor__link {
    text-align: left;
    display: block;
    line-height: 22px;
  }
}

.footer__nav {
  border-top: 1px solid #F7F7F7;
  padding: 80px 0;
  max-width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.footer__nav:before,
.footer__nav:after {
  content: " ";
  display: table;
}

.footer__nav:after {
  clear: both;
}

.footer__nav__col {
  width: 20%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 27px;
  letter-spacing: 0.02em;
}

.footer__nav__col h4 {
  margin-bottom: 5px;
}

.footer__nav__col h4.mb25 {
  margin-bottom: 20px;
}

.footer__nav__col ul li.linkContact {
  margin-bottom: 22px;
}

.footer__nav__col ul li.linkContact a.noLink {
  pointer-events: none;
}

.footer__nav__col ul li a.noLink {
  pointer-events: none;
}

.footer__nav__col ul li.icoTab a {
  background: url("../img/common/ico_tab_black.svg") right center/12px no-repeat;
  padding-right: 18px;
}

.footer__nav__col ul.mb40 {
  margin-bottom: 35px;
}

.footer__copyright {
  text-align: center;
  position: relative;
  padding: 50px 70px 35px;
}

@media only screen and (max-width: 767px) {
  .footer__copyright {
    text-align: left;
    padding: 20px;
    border-top: 1px solid #F7F7F7;
  }
}

.footer__copyright .img_footer {
  position: absolute;
  left: 70px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .footer__copyright .img_footer {
    position: relative;
    max-width: 196px;
    left: 0;
    margin-bottom: 10px;
    display: block;
  }
}

.footer__copyright .icoTab {
  background: url("../img/common/ico_tab_black.svg") right top 1px no-repeat;
  padding-right: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 8px;
  background-size: 9px;
}

.footer__copyright span {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  .footer__copyright span {
    text-align: left;
    display: block;
    line-height: 15px;
  }
}

.footer .footetTotop {
  position: absolute;
  right: 70px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .footer .footetTotop {
    right: 25px;
    bottom: 22px;
  }
}

.footer .btnBacTop {
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 4;
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer .btnBacTop {
    width: 32px;
    right: 22px;
    bottom: 22px;
  }
}

.header {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}

.header__corp {
  background: #00439B;
  color: #fff;
  position: relative;
  padding: 16px 0;
  height: 64px;
}

@media (max-width: 767px) {
  .header__corp {
    padding: 8px 0;
    height: 46px;
  }
}

.header__corp .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .header__corp .container {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 350px) {
  .header__corp .container {
    padding: 0 12px;
  }
}

.header__corp .logo a {
  display: inline-block;
}

@media (max-width: 767px) {
  .header__corp .logo a img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 350px) {
  .header__corp .logo a img {
    max-width: 98px;
  }
}

.header__corp .logo a:hover {
  opacity: 1;
}

.header__corp .logo .txt {
  display: inline-block;
  padding-left: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  letter-spacing: 0.04em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .header__corp .logo .txt {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 15px;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 350px) {
  .header__corp .logo .txt {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.header__corp__ico {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 15px;
  height: 15px;
}

@media only screen and (max-width: 350px) {
  .header__corp__ico {
    right: 12px;
  }
}

.header__corp__ico:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../img/common/ar_down.svg") center no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header__corp__ico.active:before {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}

@media (min-width: 768px) {
  .header__corp__right {
    display: block !important;
    top: -2px;
    position: relative;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .header__corp__right {
    top: 0;
  }
}

@media (max-width: 767px) {
  .header__corp__right {
    display: none;
    background: #00439B;
    position: absolute;
    top: 46px;
    right: 0;
    left: 0;
    padding: 10px 20px;
    margin: 0;
    z-index: 10000;
  }

  .header__corp__right:before,
  .header__corp__right:after {
    content: " ";
    display: table;
  }

  .header__corp__right:after {
    clear: both;
  }
}

.header__corp__right li {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  letter-spacing: 0em;
}

@media (max-width: 767px) {
  .header__corp__right li {
    display: block;
    width: 50%;
    float: left;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 15px;
    letter-spacing: 0em;
    font-weight: bold;
    padding-right: 5px;
  }

  .header__corp__right li:last-child {
    padding-right: 0;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 350px) {
  .header__corp__right li {
    font-size: 10px;
    font-size: 1rem;
  }
}

.header__corp__right a {
  padding: 0 20px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .header__corp__right a {
    padding: 8px 10px;
    background: #fff;
    color: #00439B;
    display: block;
    text-align: center;
    border-radius: 20px;
  }
}

.header__corp__right a span,
.header__corp__right a img {
  display: inline-block;
  vertical-align: middle;
}

.header__corp__right a img {
  margin-left: 2px;
}

.header__corp__right a.linkTab {
  padding-right: 0;
}

.header__corp__right a.linkTab:hover {
  opacity: 1;
}

.header__prd {
  padding: 14px 0 12px;
  position: fixed;
  background: #fff;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .header__prd {
    padding: 11px 0;
    height: 51px;
    top: 46px;
  }
}

.header__prd .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header__prd .logo {
  padding-right: 20px;
  position: relative;
  line-height: 0;
}

.header__prd .logo a {
  display: block;
}

@media (min-width: 768px) {
  .header__prd .logo a {
    position: relative;
    top: -3px;
  }
}

.header__prd .logo a img {
  height: 26px;
}

.header__prd .titleHead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  letter-spacing: 0.02em;
  font-weight: bold;
  padding-left: 15px;
  border-left: 1px solid #D3D3D3;
  position: relative;
  top: 2px;
}

.header__prd .layerMenu {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  letter-spacing: 0em;
  border-left: 1px solid #EDEDED;
  padding-left: 18px;
}

.header__prd .layerMenu .iconR {
  display: inline-block;
  background: url("../img/common/ar_r_bl.svg") right 2px center no-repeat;
  padding-right: 25px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .header__prd .layerMenu .iconR {
    background-size: 16px;
    background-position: top right;
  }
}

.header__prd .layerMenu .gNavi>li {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi>li {
    position: relative;
  }
}

@media (min-width: 768px) {
  .header__prd .layerMenu .gNavi>li.hasSub.active>a {
    color: #7030A0;
  }
}

.header__prd .layerMenu .gNavi>li.hasSub.active>a:before {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #EAEAEA transparent;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi>li.hasSub.active>a:before {
    display: none;
  }
}

.header__prd .layerMenu .gNavi>li>a {
  display: block;
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .header__prd .layerMenu .gNavi>li>a {
    margin: 5px;
  }
}

@media only screen and (min-width: 1025px) {
  .header__prd .layerMenu .gNavi>li>a:hover {
    color: #7030A0;
    opacity: 1;
  }
}

.header__prd .layerMenu .gNavi .navSub {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 52px;
  display: none;
  background: #EAEAEA;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub {
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub .container {
    padding: 0 0 15px;
  }
}

.header__prd .layerMenu .gNavi .navSub ul {
  padding: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 153px;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub ul {
    padding: 5px 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 0;
  }
}

.header__prd .layerMenu .gNavi .navSub ul li {
  text-align: left;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub ul li {
    width: 100%;
  }
}

.header__prd .layerMenu .gNavi .navSub ul li a {
  display: block;
  padding: 5px 19px;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub ul li a {
    font-weight: bold;
    padding: 8px 12px;
  }
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub ul li a .iconR {
    background: none;
    position: relative;
    padding-left: 12px;
    display: block;
  }

  .header__prd .layerMenu .gNavi .navSub ul li a .iconR:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0px;
  }
}

.header__prd .layerMenu .gNavi .navSub .closeSub {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  background: #999;
  color: #fff;
}

.header__prd .layerMenu .gNavi .navSub--faq ul {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 30px 0 50px;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub--faq ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.header__prd .layerMenu .gNavi .navSub--faq ul li {
  width: 33.333%;
  padding: 0 32px;
}

@media only screen and (max-width: 1024px) {
  .header__prd .layerMenu .gNavi .navSub--faq ul li {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub--faq ul li {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}

.header__prd .layerMenu .gNavi .navSub--faq ul li a {
  padding: 18px 0;
  border-bottom: 1px solid #CCC;
  font-weight: normal;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub--faq ul li a {
    border: none;
    font-weight: bold;
    padding: 8px 12px;
  }
}

.header__prd .layerMenu .gNavi .navSub--faq ul li a .iconR {
  display: block;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub--faq ul li a .iconR {
    background: none;
    position: relative;
    padding-left: 12px;
    display: block;
  }

  .header__prd .layerMenu .gNavi .navSub--faq ul li a .iconR:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0px;
  }
}

.header__prd .layerMenu .gNavi .navSub.singleLineup {
  padding: 36px 0 20px;
  margin: 0;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub.singleLineup {
    padding: 0 7px;
  }
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .container {
  display: block;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub.singleLineup .container {
    padding-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd {
    margin: 0;
  }
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item {
  width: 20%;
  padding: 0 10px 25px;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item {
    width: 100%;
    padding: 0;
    border: none;
    padding: 0 0 18px;
    margin-bottom: 18px;
    border-bottom: 1px dotted #D0D0D0;
  }

  .header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .itemInner {
  background: #fff;
  padding: 15px 15px 20px;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .itemInner {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .img_ef {
    margin: 0;
    width: 130px;
  }
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .img_ef a {
  padding: 0;
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .linkTitle {
  padding: 0;
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .boxContent {
  text-align: left;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .boxContent {
    width: calc(100% - 130px);
    padding-left: 16px;
  }
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .txtTitle {
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .txtCate {
  font-weight: normal;
  margin-bottom: 9px;
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .boxAnchor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .boxAnchor a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 13px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border-right: 1px solid #BFBFBF;
  padding-right: 10px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .boxAnchor a {
    border: none;
    margin: 0;
    padding: 0 0 2px;
  }
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .boxAnchor a .iconR {
  background-size: 11px 11px;
  padding-right: 16px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .boxAnchor a .iconR {
    background-size: 10px 10px;
  }
}

.header__prd .layerMenu .gNavi .navSub.singleLineup .lineUp_cm__boxPrd__item .boxAnchor a:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.header__prd .layerMenu .close_layer {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header__prd .layerMenu {
    position: fixed;
    right: -100%;
    top: 96px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-align: left;
    background: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 16px;
    letter-spacing: 0.1em;
    padding: 0;
  }

  .header__prd .layerMenu .inLayer {
    position: relative;
    height: 90%;
    padding: 30px 20px 80px;
    overflow: auto;
  }

  .header__prd .layerMenu .gNavi {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header__prd .layerMenu .gNavi {
    border-bottom: 1px solid #D0D0D0;
  }
}

@media only screen and (max-width: 767px) {
  .header__prd .layerMenu .gNavi>li {
    display: block;
    width: 100%;
    font-weight: bold;
    border-top: 1px solid #D0D0D0;
    margin: 0;
  }

  .header__prd .layerMenu .gNavi>li>a {
    padding: 18px 0;
    margin: 0;
  }

  .header__prd .layerMenu .gNavi>li>a:before {
    display: block;
    right: 10px;
    margin-top: -4px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .header__prd .layerMenu .gNavi>li>a:hover:after {
    display: none;
  }

  .header__prd .layerMenu .gNavi>li.hasSub {
    position: relative;
  }

  .header__prd .layerMenu .gNavi>li.hasSub:after,
  .header__prd .layerMenu .gNavi>li.hasSub:before {
    content: "";
    background: #707070;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header__prd .layerMenu .gNavi>li.hasSub:after {
    width: 1px;
    height: 12px;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header__prd .layerMenu .gNavi>li.hasSub:before {
    width: 12px;
    height: 1px;
    top: 25px;
    right: 0;
  }

  .header__prd .layerMenu .gNavi>li.hasSub>a:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .header__prd .layerMenu .gNavi>li.hasSub>a>span {
    display: block;
    position: relative;
  }

  .header__prd .layerMenu .gNavi>li.hasSub.active {
    border-bottom: none;
  }

  .header__prd .layerMenu .gNavi>li.hasSub.active:after {
    height: 0;
  }

  .header__prd .layerMenu .gNavi>li.hasSub.active>a>span:after {
    height: 0;
  }

  .header__prd .layerMenu .gNavi .navSub {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: #fff;
  }

  .header__prd .layerMenu .close_layer {
    display: block;
    text-align: center;
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) {
  .header__prd .layerMenu {
    right: auto;
    top: auto;
  }
}

.header__prd .hamberger {
  position: relative;
  right: 0;
  top: 0;
  z-index: 1000;
  font-size: 0;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  padding: 8px 15px 7px;
  margin-right: 17px;
  padding-left: 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__prd .hamberger:hover {
    background: #00439B;
  }
}

@media only screen and (max-width: 767px) {
  .header__prd .hamberger {
    width: 51px;
    height: 51px;
    background: #fff;
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
}

.header__prd .hamberger .menu {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 29px;
  letter-spacing: 0.32em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .header__prd .hamberger .menu {
    color: #000;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 16px;
    letter-spacing: 0.04em;
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    padding-left: 3px;
  }
}

.header__prd .hamberger span {
  display: inline-block;
  width: 21px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 13px;
  left: 12px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media only screen and (max-width: 767px) {
  .header__prd .hamberger span {
    background: #000;
    height: 2px;
    left: 17px;
  }
}

.header__prd .hamberger span.ber {
  margin-bottom: 0;
  top: 26px;
}

@media only screen and (max-width: 767px) {
  .header__prd .hamberger span.ber {
    top: 22px;
  }
}

.header__prd .hamberger.active .menu {
  opacity: 0;
}

.header__prd .hamberger.active span {
  width: 23px;
  height: 1px;
}

.header__prd .hamberger.active .ham {
  -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
  -moz-transform: rotate(45deg) translateY(6px) translateX(6px);
  -ms-transform: rotate(45deg) translateY(6px) translateX(6px);
  -o-transform: rotate(45deg) translateY(6px) translateX(6px);
  transform: rotate(45deg) translateY(6px) translateX(6px);
}

.header__prd .hamberger.active .ber {
  -webkit-transform: rotate(-45deg) translateX(0px) translateY(-1px);
  -moz-transform: rotate(-45deg) translateX(0px) translateY(-1px);
  -ms-transform: rotate(-45deg) translateX(0px) translateY(-1px);
  -o-transform: rotate(-45deg) translateX(0px) translateY(-1px);
  transform: rotate(-45deg) translateX(0px) translateY(-1px);
}

.header__prd .hamberger.active .ger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header__prd .hamberger {
    display: block;
  }
}

@media (max-width: 767px) {
  .layerOn .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .layerOn .header__prd {
    top: 46px !important;
  }
}

.layerOn .layerMenu {
  right: 0;
}

@media (min-width: 768px) {
  .fixHeader {
    padding-top: 64px;
  }
}

@media (min-width: 768px) {
  .fixHeader .header__corp {
    -webkit-transform: translateY(-64px);
    -moz-transform: translateY(-64px);
    -ms-transform: translateY(-64px);
    -o-transform: translateY(-64px);
    transform: translateY(-64px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.fixHeader .header__prd {
  top: 0;
}

#wrap {
  margin-top: 54px;
}

@media (max-width: 767px) {
  #wrap {
    margin-top: 51px;
  }
}

.fixHeader #wrap {
  margin-top: 0;
}

.header-menu-btn {
  padding: 10px 20px;
}

.contact-btn {
  padding: 10px 20px;
  border-radius: 25px;
  background: #7030A0;
  margin-left: 30px;
  text-align: center;
  margin-right: 0;
  color: #fff;
  cursor: pointer;
}

.support-btn {
  margin-left: 100px;
}

.contact-btn a {
  color: #fff;
}

.contact-btn:hover {
  background: #fff;
  border: 1px solid #7030A0;
  color: #7030A0;
}

.contact-btn:hover a,
.contact-btn a:hover a {
  color: #7030A0;
}

.shopify-section-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.shopify-section .container {
  padding: 30px 0;
}


@media (max-width: 376px) {
  .shopify-section-wrapper {
    flex-direction: column;
    max-width: 280px;
    margin: 0 auto 40px;
  }

  .shopify-buy-frame {
    margin-bottom: 30px;
  }
}



/*-----------------------------------------------------------
SubNavi
------------------------------------------------------------*/

/*# sourceMappingURL=maps/style.min.css.map */

.tab_detail_wrap {
  display: none;
}

.tab_menu {
  cursor: pointer;
}

.tab_menu.active {
  display: block;
  cursor: pointer;
  font-weight: 700;
  color: #7030a0;
}

.tab_detail_wrap.show {
  display: block;
}

.contact-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content2 {
  background-color: #f4f4f4;
  margin: 20% auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  padding: 10px 0;
}

@keyframes modalopen {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.modal-header2 h1 {
  margin: 1rem 0;
  text-align: center;
}

.modal-header2 {
  padding: 3px 15px;
  /* display: flex;
  justify-content: space-between; */
  position: relative;
}

.modalClose {
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 10px;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body2 {
  color: black;
}

.modal-body2 .title_subPage {
  padding: 7px 15px 7px;
}

.modal-flex {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.modal-flex-support,
.modal-flex-contact {
  border: 1px solid #CCC;
  padding: 45px 10px;
  width: 49.2%;
  text-align: center;
}

.modal-flex-support a,
.modal-flex-contact a {
  color: #fff;
}

.modal-flex-support .contact-btn,
.modal-flex-contact .contact-btn {
  margin-left: 0;
}

.modal-flex-support p {
  margin-bottom: 20px;
}

.modal-flex-contact p {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .header__prd .layerMenu .gNavi>li>.shop-btn {
    padding: 5px 0;
  }

  #modalOpen {
    margin-top: 15px;
  }
}