@charset "UTF-8";
/*!
Theme Name: locobeemag2021
Theme URI: http://underscores.me/
Author: locobeemag2021
Author URI: -------
Description: locobeemag2021 Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*赤*/
/*青*/
/*緑*/
/*金*/
/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  backface-visibility: hidden;
}

/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only 
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}
html,
body {
  width: 100%;
  line-height: 1.6428571429;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0em;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.3666666667;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

aside {
  text-align: center;
}

a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Wrapper {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  #Wrapper {
    border: none;
  }
}

#Footer {
  margin-top: auto;
  height: 100%;
}

img.object_fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.equalspace-1em {
  letter-spacing: 1em;
  text-indent: 1em;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.youtube-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2.4285714286em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.5714285714em;
  }
}

h2 {
  font-size: 30px;
  font-size: 2.1428571429em;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.4285714286em;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.7142857143em;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.4285714286em;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.2857142857em;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.2857142857em;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  padding: 50px 10px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}

.comments-area {
  margin: 0 auto 60px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 12px 6px;
  font-weight: bold;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form #comment,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  max-width: 100%;
  padding: 5px;
  border: 2px solid #dbdbdb;
}

.comment-form #comment {
  height: 200px;
}
@media (max-width: 767px) {
  .comment-form #comment {
    height: 34.6666666667vw;
  }
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: monospace;
}

.form-submit {
  margin-bottom: 0;
}

/*.required {
	color: #c0392b;
}*/
.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

.single-comments__user {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: normal;
  align-content: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-comments__user {
    margin-bottom: 6.6666666667vw;
  }
}
.single-comments__userImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .single-comments__userImg {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 4vw;
  }
}
.single-comments__userName {
  font-size: 19px;
  font-size: 1.3571428571em;
  line-height: 1;
}
@media (max-width: 767px) {
  .single-comments__userName {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.single-comments__comment label {
  font-size: 13px;
  font-size: 0.9285714286em;
  display: block;
  line-height: 1;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .single-comments__comment label {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-bottom: 4vw;
  }
}
.single-comments .form-submit {
  position: relative;
  display: block;
  text-align: center;
  width: 166px;
  background: #FFE200;
  margin-left: auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-comments .form-submit {
    width: 45.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.single-comments .form-submit:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "";
  width: 8px;
  height: 18px;
  background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-white.svg) no-repeat center right/cover;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-comments .form-submit:before {
    width: 1.8666666667vw;
    height: 4.2666666667vw;
  }
}
.single-comments .form-submit .submit {
  font-size: 14px;
  font-size: 1em;
  display: block;
  text-align: center;
  width: 100%;
  padding: 9px 0 10px;
  color: white;
  line-height: 1.3571428571;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-comments .form-submit .submit {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 3.0666666667vw 0;
  }
}
.single-comments__list {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .single-comments__list {
    margin-top: 13.3333333333vw;
  }
}
.single-comments__item {
  position: relative;
  margin-bottom: 108px;
}
@media (max-width: 767px) {
  .single-comments__item {
    margin-bottom: 20.9333333333vw;
  }
}
.single-comments__itemInner {
  height: 211px;
  padding: 30px 30px 40px;
  border: 2px solid #dbdbdb;
  transition: height 0.4s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-comments__itemInner {
    height: 39.7333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
  }
}
.single-comments__item:last-of-type {
  margin-bottom: 0;
}
.single-comments__item .rep-count {
  font-size: 16px;
  font-size: 1.1428571429em;
  line-height: 1;
  color: #767676;
  position: absolute;
  top: 46px;
  right: 30px;
  z-index: 0;
}
@media (max-width: 767px) {
  .single-comments__item .rep-count {
    font-size: 15px;
    font-size: 4vw;
    top: 8.8vw;
    right: 5.3333333333vw;
  }
}
.single-comments__item > .comment:not(.depth-1) .single-comments__reply {
  display: none;
}
.single-comments__item .comment-respond {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .single-comments__item .comment-respond {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 83.4666666667vw;
    margin-top: 9.8666666667vw;
  }
}
.single-comments__item .single-comments__item {
  border: none;
  padding: 0;
  padding-top: 40px;
  margin-bottom: 0;
}
.single-comments__item .single-comments__item.depth-2 {
  border-top: 2px solid #dbdbdb;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .single-comments__item .single-comments__item.depth-2 {
    margin-top: 4.5333333333vw;
  }
}
.single-comments__item .single-comments__item:nth-of-type(n + 3) {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .single-comments__item .single-comments__item:nth-of-type(n + 3) {
    margin-left: 10.6666666667vw;
  }
}
.single-comments__item .single-comments__item:nth-of-type(n + 3) .comment {
  padding: 0;
}
.single-comments__item .single-comments__item > .comment {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .single-comments__item .single-comments__item > .comment {
    padding-left: 10.6666666667vw;
  }
}
.single-comments__item .comment-respond small {
  display: none;
}
.single-comments__author {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: normal;
  align-content: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .single-comments__author {
    margin-bottom: 2.6666666667vw;
  }
}
.single-comments__authorImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .single-comments__authorImg {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 4vw;
  }
}
.single-comments__authorName {
  font-size: 19px;
  font-size: 1.3571428571em;
  line-height: 1;
}
@media (max-width: 767px) {
  .single-comments__authorName {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.single-comments__date {
  font-size: 17px;
  font-size: 1.2142857143em;
  color: #767676;
  line-height: 1;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .single-comments__date {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 1.8666666667vw;
  }
}
.single-comments__txt {
  font-size: 15px;
  font-size: 1.0714285714em;
  min-height: 6.2em;
  line-height: 2.0666666667;
  word-break: break-word;
}
@media (max-width: 767px) {
  .single-comments__txt {
    font-size: 15px;
    font-size: 4vw;
    line-height: 2.0666666667;
  }
}
.single-comments__reply {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .single-comments__reply {
    margin-top: 8.5333333333vw;
  }
}
.single-comments__reply.none {
  display: none;
}
.single-comments__reply a.comment-reply-link {
  font-size: 14px;
  font-size: 1em;
  display: block;
  width: 166px;
  padding: 12px 0;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #FFE200;
  color: white;
}
@media (max-width: 767px) {
  .single-comments__reply a.comment-reply-link {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 46vw;
    padding: 3.7333333333vw 0;
  }
}
.single-comments__cancelBtn {
  font-size: 14px;
  font-size: 1em;
  display: block;
  width: 166px;
  padding: 12px 0;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #FFE200;
  color: white;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-comments__cancelBtn {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 46vw;
    padding: 3.7333333333vw 0;
  }
}
.single-comments__toggle {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 40px;
}
.single-comments__toggle:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  width: 22px;
  height: 18px;
  background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/arw_down-comment.svg) no-repeat center bottom/cover;
  transition: 0.4s;
}
.single-comments__toggle.active:before {
  transform: translateX(-50%) rotateX(180deg);
}
.single-comments__editsWrap {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .single-comments__editsWrap {
    margin-top: 4.5333333333vw;
  }
}
.single-comments__editForm .edit_comment_cont {
  max-width: 100%;
  width: 100%;
  height: 200px;
  padding: 5px;
  border: 2px solid #dbdbdb;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-comments__editForm .edit_comment_cont {
    height: 34.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.single-comments__editBtns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: normal;
  align-content: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.single-comments .comment-edit__btn {
  font-size: 12px;
  font-size: 0.8571428571em;
  display: block;
  width: 100px;
  padding: 10px 0 9px;
  border: #FFE200 solid 1px;
  border-radius: 16px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-comments .comment-edit__btn {
    width: 26.1333333333vw;
    padding: 2.9333333333vw 0;
    border-width: 0.5333333333vw;
    border-radius: 4.6666666667vw;
  }
}
.single-comments .comment-edit__btn.submit {
  background: #FFE200;
  color: white;
}
.single-comments .comment-edit__btn.delete {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .single-comments .comment-edit__btn.delete {
    margin-left: 1.3333333333vw;
  }
}

.editor-content h1 {
  font-size: 36px;
  font-size: 2.5714285714em;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editor-content h1 {
    font-size: 25px;
    font-size: 6.6666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h2 {
  font-size: 30px;
  font-size: 2.1428571429em;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editor-content h2 {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h3 {
  font-size: 28px;
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editor-content h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h4 {
  font-size: 24px;
  font-size: 1.7142857143em;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h4 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.editor-content h5 {
  font-size: 22px;
  font-size: 1.5714285714em;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h5 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.editor-content h6 {
  font-size: 20px;
  font-size: 1.4285714286em;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h6 {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.editor-content p {
  font-size: 18px;
  font-size: 1.2857142857em;
}
@media (max-width: 767px) {
  .editor-content p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.editor-content table {
  width: 100%;
  border: 1px solid #eee;
}
.editor-content table tr th,
.editor-content table tr td {
  padding: 0.5em;
  border: 1px solid #eee;
}
.editor-content table tr th {
  background: white;
  width: 24%;
  max-width: 240px;
  color: red;
}
.editor-content ul, .editor-content ul li {
  list-style: disc;
  margin-left: 10px;
}
.editor-content ol, .editor-content ol li {
  list-style: decimal;
  margin-left: 10px;
}
.editor-content a {
  color: blue;
  text-decoration: underline;
}
.editor-content blockquote {
  background: #eee;
  padding: 20px;
  border-radius: 0 30px 30px 0;
  border-left: 5px solid black;
}
@media (max-width: 767px) {
  .editor-content blockquote {
    padding: 2.6666666667vw;
    border-radius: 0 4vw 4vw 0;
  }
}
.editor-content blockquote cite {
  text-align: right;
  margin-top: 20px;
  display: block;
}
.editor-content pre {
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em;
}

/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  width: 100%;
  height: 100%;
  margin-top: 180px;
}
@media (max-width: 1024px) {
  .common-main {
    margin-top: 202px;
  }
}
@media (max-width: 767px) {
  .common-main {
    padding: 0 4.2666666667vw;
    margin-top: 29.0666666667vw;
  }
}

.common-ttl {
  font-size: 25px;
  font-size: 1.7857142857em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #ffffff;
  width: 27.2490221643%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 2.2164276402% 2.6075619296%;
  margin-left: 1.5645371578%;
}
@media (min-width: 1281px) {
  .common-ttl {
    font-size: 25px;
    width: 209px;
    padding: 17px 20px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 1135px) {
  .common-ttl {
    font-size: 25px;
    width: 209px;
    padding: 17px 20px;
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .common-ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    width: 46vw;
    padding: 4vw 4.5333333333vw;
  }
}
.common-ttl:lang(en) {
  width: 29.7262059974%;
}
@media (min-width: 1281px) {
  .common-ttl:lang(en) {
    width: 228px;
  }
}
@media screen and (max-width: 1135px) {
  .common-ttl:lang(en) {
    width: 228px;
  }
}
@media (max-width: 767px) {
  .common-ttl:lang(en) {
    width: 49.0666666667vw;
  }
}
.common-ttl:before {
  transform: skewX(-19deg);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFE200;
}

.popup-update {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
}

.popup-update.is-visible {
  visibility: visible;
}

.popup-update-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.popup-update.is-visible .popup-update-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.popup-update-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 400px;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .popup-update-wrapper {
    width: 80vw;
  }
}

.popup-update-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.popup-update.is-visible .popup-update-transition {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.popup-update-content {
  padding: 0px;
  background-color: #fff100;
}

.popup-update__img-title {
  display: block;
  margin: 0px auto;
  max-width: 100%;
}
.popup-update__title {
  text-align: center;
  margin-top: 24px;
}
.popup-update__btnBlock {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.popup-update__btn {
  background-color: #1a1a1a !important;
  color: #fff !important;
}
.popup-update__btn::before {
  display: none;
}
.popup-update__link {
  display: flex;
  opacity: 1 !important;
}

/* layout > header
============================================================================== */
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.common-header {
  background: #fff100;
  width: 100%;
  height: 180px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 1s;
  padding: 0 55px;
}
@media (max-width: 1110px) {
  .common-header {
    height: 195px;
  }
}
@media (max-width: 1024px) {
  .common-header {
    height: 202px;
  }
}
@media (max-width: 767px) {
  .common-header {
    height: 29.0666666667vw;
    padding: 0;
  }
}
.common-header.hide {
  transform: translateY(-98px);
}
@media (max-width: 767px) {
  .common-header.hide {
    transform: translateY(-18.2vw);
  }
}
.common-header__container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .common-header__container {
    max-width: 738px;
  }
}
@media (max-width: 767px) {
  .common-header__container {
    max-width: 100%;
  }
}
.common-header__high {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 17px 0 31px;
}
@media (max-width: 767px) {
  .common-header__high {
    width: 92vw;
    padding: 3.4666666667vw 0 2.8vw;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.common-header__catchphrase {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .common-header__catchphrase {
    font-size: 10px;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}
.common-header__logo {
  width: 187px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .common-header__logo {
    width: 30.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
.common-header__logo img {
  width: 100%;
}
.common-header__right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: start;
  align-items: start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-top: 23px;
}
@media (max-width: 767px) {
  .common-header__right {
    position: relative;
    width: 7.6vw;
    display: block;
    padding-top: 0;
  }
}
.common-header__search {
  width: 154px;
}
.common-header__search-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.common-header__search-form #search-box {
  width: 114px !important;
  height: 35px;
  border: none;
}
.common-header__search-form #search-box::placeholder {
  font-size: 12px;
  color: #767676 !important;
}
@media (max-width: 767px) {
  .common-header__search-form #search-box::placeholder {
    font-size: 14px;
    font-size: 3.7333333333vw;
    color: #1a1a1a !important;
  }
}
.common-header__search-btn {
  width: 40px;
  height: 35px;
  background: #ffffff;
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .common-header__search-btn {
    width: 5.7333333333vw;
    height: 6.1333333333vw;
    background: #fff100;
    position: absolute;
    top: 5.3333333333vw;
    left: 4.6666666667vw;
  }
}
.common-header__search-btn:hover {
  background-color: #8D8500;
}
.common-header__search-btn:hover .active {
  opacity: 1;
}
.common-header__search-btn:hover .normal {
  opacity: 0;
}
.common-header__search-btn img {
  width: 14px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .common-header__search-btn img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}
.common-header__search-btn img.normal {
  opacity: 1;
  transition: 0.5s;
}
.common-header__search-btn img.active {
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .common-header__search.first .common-header__search-form {
    height: 11.0666666667vw;
  }
}
@media (max-width: 767px) {
  .common-header__search.first #search-box {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 0vw !important;
    height: 11.6vw;
    padding: 0;
    position: absolute;
    top: -0.2666666667vw;
    left: -84.4vw;
    transition: 0.5s ease-in-out;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .common-header__search.first #search-box.active {
    width: 82.2666666667vw !important;
    padding: 3.4666666667vw 4vw;
  }
}

@media (max-width: 767px) {
  .common-header__search.first .common-header__search-btn {
    width: 5.7333333333vw;
    height: 6.1333333333vw;
    opacity: 0;
    display: none;
    position: relative;
    top: 2.2666666667vw;
    left: 1.8666666667vw;
    background: url(img/common/icn_search-black.svg) no-repeat;
    transition: opacity 0.5s;
  }
}
@media (max-width: 767px) {
  .common-header__search.first .common-header__search-btn:hover .normal {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .common-header__search.first .common-header__search-img {
    display: block;
    position: absolute;
    top: 2.2666666667vw;
    left: 1.8666666667vw;
  }
}
@media (max-width: 767px) {
  .common-header__search.second {
    width: 100%;
    height: 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  .common-header__search.second .common-header__search-form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .common-header__search.second #search-box {
    width: 100% !important;
    height: 100%;
    display: block;
    color: #000000;
  }
}
@media (max-width: 767px) {
  .common-header__search.second #search-box::placeholder {
    font-size: 13px;
    font-size: 3.4666666667vw;
    color: #767676 !important;
  }
}
@media (max-width: 767px) {
  .common-header__search.second .common-header__search-btn {
    width: 12vw;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .common-header__search.second .common-header__search-btn img {
    width: 4.2666666667vw;
    height: 4.5333333333vw;
    top: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  .common-header__search.second .common-header__search-img {
    display: none;
  }
}
.common-header__btn {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 18px;
}
.common-header__btn .common-header__triangle {
  width: 10px;
}
.common-header__btn .common-header__triangle img {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition: 0.5s;
  vertical-align: revert;
  width: 100%;
}
.common-header__btn.open .common-header__triangle img {
  transform: rotate(180deg);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition: 0.5s;
}
.common-header__btn__triangle {
  width: 10px;
  height: 19px;
}
.common-header__btn__triangle img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.common-header__btn-high {
  color: #1a1a1a;
  position: relative;
  background-color: #ffffff;
  background: linear-gradient(63deg, transparent 8px, #ffffff 8px), linear-gradient(118deg, transparent 8px, #ffffff 8px), linear-gradient(242deg, transparent 8px, #ffffff 8px), linear-gradient(298deg, transparent 8px, #ffffff 8px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 3;
  transition: 0.5s;
  cursor: pointer;
}
.common-header__btn-low {
  width: 124px;
  position: absolute;
  top: 57px;
  z-index: 2;
  display: none;
}
.common-header__main {
  width: 101px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 7px 0 7px 2px;
}
.common-header__main > a {
  margin: 0 auto;
}
.common-header__main > .common-header__main-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.common-header__sub-list {
  color: #ffffff;
  background-color: #8D8500;
}
.common-header__sub-list:hover {
  background: #D1CE98;
}
@media (max-width: 1024px) {
  .common-header__sub-list:hover {
    background-color: #8D8500;
  }
}
.common-header__sub-list:first-of-type {
  padding-top: 17px;
}
.common-header__sub-list:not(:first-of-type) {
  border-top: solid 2px #ffffff;
}
.common-header__sub-list > a {
  display: block;
  padding: 14px 0 13px 20px;
}
@media (max-width: 767px) {
  .common-header__low {
    background: #ffffff;
    padding-top: 0.8vw;
  }
}
.common-header .common-header__btn.lang {
  width: 124px;
}
.common-header .common-header__btn.lang img {
  width: 18px;
  margin-right: 6px;
}
.common-header .common-header__btn.login {
  width: 108px;
}
.common-header .common-header__btn.login .common-header__main {
  width: 108px;
  padding: 0 0 0 2px;
}
.common-header .common-header__btn.login .common-header__main > a {
  display: block;
  padding: 7px 25px 8px;
}
.common-header .common-header__btn.login .common-header__main > a:lang(vi) {
  padding: 7px 15px 8px;
}
.common-header .common-header__btn.logged_in {
  width: 168px;
}
.common-header .common-header__btn.logged_in .common-header__main {
  width: 141px;
}
.common-header .common-header__btn.logged_in .common-header__main-list {
  width: 126px;
  text-align: center;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.common-header .common-header__btn.logged_in .common-header__btn-low {
  width: 168px;
}
.common-header .common-header__btn.logged_in .common-header__sub-list > a {
  padding-left: 45px;
}
.common-header .common-header__btn.logged_in .mypage a {
  position: relative;
}
.common-header .common-header__btn.logged_in .mypage a::before {
  content: "";
  background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_heart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
}
.common-header .common-header__btn.logged_in .register:lang(vi) {
  padding: 4px 0;
}
.common-header .common-header__btn.logged_in .register a {
  position: relative;
}
.common-header .common-header__btn.logged_in .register a::before {
  content: "";
  background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_human.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
}
.common-header .common-header__btn.logged_in .logout a {
  position: relative;
}
.common-header .common-header__btn.logged_in .logout a::before {
  content: "";
  background-image: url("img/common/icn_arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%) rotate(-90deg);
  right: 11px;
}
.common-header__menu {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1110px) {
  .common-header__menu {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .common-header__menu {
    font-size: 2.9333333333vw;
  }
}
.common-header__menu-list {
  background: #fff100;
  width: 142px;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1110px) {
  .common-header__menu-list {
    width: 84px;
    height: 77px;
    padding-bottom: 13px;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list {
    height: 64px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .common-header__menu-list {
    font-size: 11px;
    font-size: 2.9333333333vw;
    width: 36vw !important;
    height: 10.8vw;
  }
  .common-header__menu-list a {
    width: 36.2666666667vw;
  }
}
@media (max-width: 767px) {
  .common-header__menu-list:first-of-type {
    background: #ffffff;
    border: solid 0.6666666667vw #fff100;
  }
}
.common-header__menu-list:first-of-type a {
  padding: 2.5333333333vw 0;
}
@media (max-width: 767px) {
  .common-header__menu-list:not(:last-of-type) {
    margin-right: 0.9066666667vw;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list:hover .common-header__sub-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list.username > a {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .common-header__menu-list.username > a span {
    width: 22.2666666667vw;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list.japan-tips > a {
    pointer-events: none;
  }
}
@media (max-width: 1110px) {
  .common-header__menu-list.japan-tips > a span {
    margin-top: 3px;
    width: 91px;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list.japan-tips > a span {
    width: auto;
  }
}
@media (max-width: 767px) {
  .common-header__menu-list.japan-tips > a span {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list.spot > a {
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list.food > a {
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list.shopping > a {
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list.workers > a {
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list.student > a {
    pointer-events: none;
  }
}
.common-header__menu-list > a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1110px) {
  .common-header__menu-list > a {
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .common-header__menu-list > a {
    display: block;
    text-align: center;
    padding: 3.2vw 0;
    justify-content: center;
  }
}
@media (max-width: 1110px) {
  .common-header__menu-list > a img {
    width: 30px;
  }
}
.common-header__menu-list > a span {
  margin-left: 6px;
  line-height: 1.5;
}
@media (max-width: 1110px) {
  .common-header__menu-list > a span {
    margin-left: 0;
    text-align: center;
  }
}
.common-header__menu-list.now {
  position: relative;
}
.common-header__menu-list.now:before {
  content: "";
  width: 100%;
  height: 6px;
  background: #8D8500;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media (max-width: 1110px) {
  .common-header__menu-list.now:before {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .common-header__menu-list.now:before {
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .common-header__menu-list.now:before {
    height: 1.3333333333vw;
    bottom: 0;
  }
}
.common-header__sub-menu {
  width: 173px;
  position: absolute;
  top: 62px;
  left: -15px;
  display: none;
  z-index: １;
}
@media (max-width: 1110px) {
  .common-header__sub-menu {
    width: 128px;
    top: 77px;
    left: -23px;
  }
}
@media (max-width: 1024px) {
  .common-header__sub-menu {
    top: 84px;
  }
}
@media (max-width: 767px) {
  .common-header__sub-menu {
    width: 100%;
    top: 11.0666666667vw;
    left: 0;
  }
}
.common-header__sub-menu .cat-item {
  background: #FFFBB8;
  text-align: center;
}
.common-header__sub-menu .cat-item:not(:nth-of-type(2)) {
  border-top: solid 3px #fff;
}
@media (max-width: 1024px) {
  .common-header__sub-menu .cat-item:not(:nth-of-type(2)) {
    border-top: none;
  }
}
@media (max-width: 1024px) {
  .common-header__sub-menu .cat-item:not(:first-of-type) {
    border-top: solid 3px #fff;
  }
}
@media (max-width: 767px) {
  .common-header__sub-menu .cat-item:not(:first-of-type) {
    border-top: solid 0.8vw #fff;
  }
}
.common-header__sub-menu .cat-item a {
  display: block;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .common-header__sub-menu .cat-item a {
    padding: 4.6666666667vw 0;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu {
    width: 36.2666666667vw;
    top: 10vw;
    left: -0.6666666667vw;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item a {
    line-height: 1;
    padding: 4.4vw 0 5.2vw 10vw;
    position: relative;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item:first-of-type a {
    padding: 5.3333333333vw 0 4.2666666667vw 10vw;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item:first-of-type a:before {
    content: '';
    background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_heart-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 2.8vw;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item:nth-of-type(2) a:before {
    content: '';
    background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_human-black.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.4vw;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item:last-of-type a:before {
    content: '';
    background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.1333333333vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.5333333333vw;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item:lang(vi):first-of-type a {
    padding: 5.3333333333vw 0 4.2666666667vw 8.1333333333vw;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item:lang(vi):first-of-type a:before {
    content: '';
    background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_heart-black.svg");
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 2.8vw;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item:lang(vi):nth-of-type(2) a {
    padding: 2.6666666667vw 0 2.5333333333vw 8.1333333333vw;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item:lang(vi):nth-of-type(2) a:before {
    content: '';
    background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_human-black.svg");
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.4vw;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item:lang(vi):last-of-type a {
    padding: 4.4vw 0 5.2vw 8.1333333333vw;
  }
}
@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu .cat-item:lang(vi):last-of-type a:before {
    content: '';
    background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.1333333333vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.5333333333vw;
  }
}
.common-header .slick-list {
  overflow: visible;
}
.common-header .slick-prev {
  left: 0;
}
.common-header .slick-next {
  right: 0;
}
.common-header .slick-next, .common-header .slick-prev {
  width: 4.1333333333vw;
  height: 100%;
  z-index: 20;
}
@media (max-width: 767px) {
  .common-header .slick-prev:before,
  .common-header .slick-next:before {
    font-size: 0;
    width: 2.4vw;
    height: 5.7333333333vw;
    position: absolute;
    background: no-repeat;
    background-size: contain;
    top: 2.5333333333vw;
  }
}
@media (max-width: 767px) {
  .common-header .slick-prev:before {
    background-image: url("img/common/icn_arrow-left.svg");
    left: 1.7333333333vw;
  }
}
@media (max-width: 767px) {
  .common-header .slick-next:before {
    background-image: url("img/common/icn_arrow-right.svg");
    right: 1.7333333333vw;
  }
}
@media (max-width: 767px) {
  .common-header__hamburger {
    width: 7.6vw;
    height: 5.7333333333vw;
    position: relative;
    top: 2.2666666667vw;
  }
}
@media (max-width: 767px) {
  .common-header__hamburger-bar {
    width: 100%;
    height: 0.6666666667vw;
    background: #1a1a1a;
    position: absolute;
  }
}
.common-header__hamburger-bar:first-of-type {
  top: 0;
}
@media (max-width: 767px) {
  .common-header__hamburger-bar:nth-of-type(2) {
    top: 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .common-header__hamburger-bar:nth-of-type(3) {
    top: 5.6vw;
  }
}
@media (max-width: 767px) {
  .common-header__cross {
    width: 9.4666666667vw;
    height: 7.2vw;
    position: fixed;
    top: 4.6666666667vw;
    left: 2.9333333333vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .common-header__cross span {
    width: 100%;
    height: 0.6666666667vw;
    background: #ffffff;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .common-header__cross span:first-of-type {
    top: 46%;
    transform: rotate(45deg) translateY(-50%);
  }
  .common-header__cross span:last-of-type {
    bottom: 51%;
    transform: rotate(-45deg) translateY(50%);
  }
}
@media (max-width: 767px) {
  .common-header__full {
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.95);
    color: #ffffff;
    line-height: 1;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 20;
    overflow-y: scroll;
    transition: 0.5s ease-in-out;
  }
}
.common-header__full.open {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .common-header__full-container {
    width: 65.3333333333vw;
    margin: 0 auto;
    padding: 12vw 0 8.5333333333vw;
  }
}
@media (max-width: 767px) {
  .common-header__item {
    font-size: 15px;
    font-size: 4vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: solid 3px #404040;
    padding: 5.3333333333vw 0;
  }
}
@media (max-width: 767px) {
  .common-header__item:first-of-type {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .common-header__item:last-of-type {
    padding: 4.6666666667vw 0 9.3333333333vw;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .common-header__item.link {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .common-header__item.link a {
    width: 100%;
    padding: 5.3333333333vw 0;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .common-header__item a {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .common-header__item .cat-item, .common-header__item .cat-item-none {
    padding: 6.6666666667vw 0 0;
  }
}
.common-header__item .cat-item a, .common-header__item .cat-item-none a {
  display: block;
}
@media (max-width: 767px) {
  .common-header__item.login .common-header__item-inner {
    width: 64.4vw;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .common-header__item.logged_in .common-header__item-inner span {
    width: 53.6vw;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .common-header__item.logged_in .common-header__sub-items {
    width: auto;
    margin-left: 11.8666666667vw;
  }
}
@media (max-width: 767px) {
  .common-header__item.logged_in .cat-item {
    padding-top: 8.1333333333vw;
  }
}
.common-header__item.logged_in .cat-item.mypage {
  position: relative;
}
@media (max-width: 767px) {
  .common-header__item.logged_in .cat-item.mypage:before {
    content: "";
    background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_heart.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.4666666667vw;
    height: 5.4666666667vw;
    position: absolute;
    bottom: -0.8vw;
    left: -7.8666666667vw;
  }
}
.common-header__item.logged_in .cat-item.register {
  position: relative;
}
@media (max-width: 767px) {
  .common-header__item.logged_in .cat-item.register:before {
    content: "";
    background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_human.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.4666666667vw;
    height: 5.4666666667vw;
    position: absolute;
    bottom: -0.8vw;
    left: -7.8666666667vw;
  }
}
@media (max-width: 767px) {
  .common-header__item-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.common-header__item-inner.lang {
  width: 100%;
}
@media (max-width: 767px) {
  .common-header__item-left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .common-header__item.current .common-header__item-inner {
    color: #FFE200;
  }
}
@media (max-width: 767px) {
  .common-header__item.open .common-header__item-img img {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .common-header__item-img {
    width: 4vw;
    height: 2.6666666667vw;
    position: relative;
  }
}
@media (max-width: 767px) {
  .common-header__item-img img {
    position: absolute;
    top: 0.2666666667vw;
    left: 0.2666666667vw;
  }
}
@media (max-width: 767px) {
  .common-header__sub-items {
    display: none;
    width: 57.3333333333vw;
    margin: 0 auto;
  }
}
.common-header__sub-items.lang {
  width: 48.8vw;
}
@media (max-width: 767px) {
  .common-header__sub-items.lang .common-header__sub-item {
    padding-top: 6vw;
  }
}
.common-header__sub-item > a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .common-header__img.lang {
    width: 5.4666666667vw;
    margin-right: 2.4vw;
  }
}

/*  layout > footer
============================================================================================================ */
.common-footer__wrap.nav .common-footer__sub-list .cat-item, .common-footer__wrap.info .common-footer__item {
  position: relative;
  margin-left: 1.5em;
}
.common-footer__wrap.nav .common-footer__sub-list .cat-item::before, .common-footer__wrap.info .common-footer__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.75em;
  width: 1px;
  height: 13px;
  background: #1a1a1a;
}
@media (max-width: 767px) {
  .common-footer__wrap.nav .common-footer__sub-list .cat-item::before, .common-footer__wrap.info .common-footer__item::before {
    width: 0.2666666667vw;
    height: 3.4666666667vw;
  }
}
.common-footer__wrap.nav .common-footer__sub-list .cat-item:first-of-type, .common-footer__wrap.info .common-footer__item:first-of-type {
  margin-left: 0;
}
.common-footer__wrap.nav .common-footer__sub-list .cat-item:first-of-type::before, .common-footer__wrap.info .common-footer__item:first-of-type::before {
  content: none;
}

.common-footer {
  font-size: 13px;
  font-size: 0.9285714286em;
  background: #fff100;
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .common-footer {
    font-size: 15px;
    font-size: 4vw;
    padding-top: 0;
    padding-bottom: 32vw;
  }
}
.common-footer__wrap {
  max-width: 744px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .common-footer__wrap {
    max-width: none;
  }
}
.common-footer__logo a {
  display: block;
}
.common-footer__wrap.nav {
  max-width: none;
  width: auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .common-footer__wrap.nav {
    width: 100%;
    padding-bottom: 0vw;
    margin-bottom: 8vw;
    border-bottom: 0.8vw solid #ffffff;
  }
}
.common-footer__wrap.nav .common-footer__nav {
  position: relative;
  padding-top: 263px;
}
@media (max-width: 767px) {
  .common-footer__wrap.nav .common-footer__nav {
    padding-top: 0;
    position: static;
  }
}
.common-footer__wrap.nav .common-footer__list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #1a1a1a;
}
@media (max-width: 767px) {
  .common-footer__wrap.nav .common-footer__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-bottom: none;
    position: static;
    transform: none;
    left: 0;
    padding-bottom: 0;
  }
}
.common-footer__wrap.nav .common-footer__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .common-footer__wrap.nav .common-footer__item {
    width: 50%;
    margin-bottom: 0;
    border-top: 0.8vw solid #ffffff;
    text-align: center;
  }
}
.common-footer__wrap.nav .common-footer__item > a {
  font-weight: bold;
  margin-right: 15px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .common-footer__wrap.nav .common-footer__item > a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
@media (max-width: 767px) {
  .common-footer__wrap.nav .common-footer__item:nth-of-type(odd) {
    border-right: 0.8vw solid #ffffff;
  }
}
.common-footer__wrap.nav .common-footer__item:last-of-type {
  margin-bottom: 0;
}
.common-footer__wrap.nav .common-footer__sub-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .common-footer__wrap.nav .common-footer__sub-list {
    display: none;
  }
}
.common-footer__wrap.nav .common-footer__sub-list .cat-item {
  white-space: nowrap;
}
.common-footer__wrap.nav .common-footer__sub-list .cat-item-none {
  display: none;
}
.common-footer__wrap.info {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .common-footer__wrap.info {
    padding-bottom: 8vw;
    padding-top: 0;
  }
}
.common-footer__wrap.info .common-footer__logo {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .common-footer__wrap.info .common-footer__logo {
    width: 32vw;
    padding-bottom: 8vw;
  }
}
.common-footer__wrap.info .common-footer__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.common-footer__wrap.sns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .common-footer__wrap.sns {
    padding-bottom: 8vw;
  }
}
.common-footer__wrap.sns .common-footer__item {
  width: 43px;
}
@media (max-width: 767px) {
  .common-footer__wrap.sns .common-footer__item {
    width: 13.0666666667vw;
  }
}
.common-footer__wrap.copyright {
  text-align: center;
}
@media (max-width: 767px) {
  .common-footer__wrap.copyright .common-footer__copyright {
    font-size: 15px;
    font-size: 4vw;
  }
}

.common-pagetop {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  bottom: 96px;
  right: 20px;
}
@media (max-width: 767px) {
  .common-pagetop {
    bottom: 53.3333333333vw;
    right: 2.6666666667vw;
  }
}
.common-pagetop__wrap {
  position: relative;
  width: 50px;
}
@media (max-width: 767px) {
  .common-pagetop__wrap {
    width: 13.3333333333vw;
    height: 11.8666666667vw;
  }
}

.fixed-btn {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.fixed-btn.view {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.common-footerAside {
  display: none;
}
@media (max-width: 767px) {
  .common-footerAside {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
  }
}

.fb_dialog_content iframe {
  transform: scale(0.75) !important;
  margin: 0 2px 0 0 !important;
  z-index: 8 !important;
}
@media (max-width: 767px) {
  .fb_dialog_content iframe {
    transform: scale(0.8) !important;
    bottom: 33.3333333333vw !important;
    right: 0.6666666667vw !important;
  }
}

/*  layout > top > recommend
============================================================================================================ */
.top-recommend {
  width: 100%;
  margin: 0 auto 7.8125%;
  padding: 0 4.296875%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .top-recommend {
    width: 1170px;
    padding: 0;
    margin: 0 auto 100px;
  }
}
@media (max-width: 767px) {
  .top-recommend {
    width: 91.4666666667vw;
    padding: 0;
    margin-bottom: 16vw;
  }
}
.top-recommend-item {
  color: #ffffff;
  width: 32.8205128205%;
  height: 20.32vw;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item {
    width: 384px;
    height: 260px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item {
    width: 43.8666666667vw;
    height: 34.6666666667vw;
  }
}
.top-recommend-item:nth-of-type(n+3) {
  margin-top: 0.6837606838%;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item:nth-of-type(n+3) {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:nth-of-type(n+2) {
    margin-top: 3.7333333333vw;
  }
}
.top-recommend-item form {
  width: 100%;
  height: 100%;
}
.top-recommend-item__cat {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding: 2.8645833333% 5.2083333333%;
  position: absolute;
  background: #FFE200;
  z-index: 5;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item__cat {
    padding: 11px 20px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item__cat {
    font-size: 11px;
    font-size: 2.9333333333vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.top-recommend-item__cat:hover {
  background: #8D8500;
  opacity: 1;
}
@media (max-width: 1024px) {
  .top-recommend-item__cat:hover {
    background: #FFE200;
  }
}
.top-recommend-item__link {
  display: block;
  width: 100%;
  height: 100%;
}
.top-recommend-item__link:hover .top-recommend-item__txt {
  height: calc(1.6em * 2.9);
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .top-recommend-item__link:hover .top-recommend-item__txt {
    height: 0;
    margin-top: 0;
  }
}
.top-recommend-item__thumb {
  width: 100%;
  height: 100%;
}
.top-recommend-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-recommend-item__thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.3), rgba(26, 26, 26, 0));
  position: absolute;
  top: 0;
  left: 0;
}
.top-recommend-item__inner {
  width: 89.5833333333%;
  position: absolute;
  left: 5.2083333333%;
  bottom: 4.6153846154%;
  z-index: 3;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item__inner {
    width: 344px;
    left: 20px;
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item__inner {
    width: 38.5333333333vw;
    left: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.top-recommend-item__date {
  font-size: 13px;
  font-size: 0.9285714286em;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item__date {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item__date {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.top-recommend-item__ttl {
  font-size: 20px;
  font-size: 1.4285714286em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
  margin-top: 1.1627906977%;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item__ttl {
    font-size: 20px;
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item__ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 制限したい行数が3の場合 */
    overflow: hidden;
  }
}
.top-recommend-item__txt {
  font-size: 10px;
  font-size: 0.7142857143em;
  height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
  transition: 0.6s;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item__txt {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item__txt {
    display: none;
  }
}
.top-recommend-item:nth-of-type(-n+2) {
  width: 49.6581196581%;
  height: 22.19vw;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item:nth-of-type(-n+2) {
    width: 581px;
    height: 284px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:nth-of-type(-n+2) {
    width: 43.8666666667vw;
    height: 34.6666666667vw;
  }
}
.top-recommend-item:nth-of-type(-n+2) .top-recommend-item__inner {
  width: 93.1153184165%;
  bottom: 4.9295774648%;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item:nth-of-type(-n+2) .top-recommend-item__inner {
    width: 541px;
    bottom: 14px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:nth-of-type(-n+2) .top-recommend-item__inner {
    width: 38.5333333333vw;
    left: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.top-recommend-item:nth-of-type(-n+2) .top-recommend-item__cat {
  padding: 1.8932874355% 3.4423407917%;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item:nth-of-type(-n+2) .top-recommend-item__cat {
    padding: 11px 20px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:nth-of-type(-n+2) .top-recommend-item__cat {
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.top-recommend-item:nth-of-type(-n+2) .top-recommend-item__link:hover .top-recommend-item__txt {
  height: calc(1.6em * 2.9);
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .top-recommend-item:nth-of-type(-n+2) .top-recommend-item__link:hover .top-recommend-item__txt {
    height: 0;
    margin-top: 0;
  }
}
.top-recommend-item:nth-of-type(-n+2) .top-recommend-item__date {
  font-size: 16px;
  font-size: 1.1428571429em;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item:nth-of-type(-n+2) .top-recommend-item__date {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:nth-of-type(-n+2) .top-recommend-item__date {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.top-recommend-item:nth-of-type(-n+2) .top-recommend-item__ttl {
  font-size: 24px;
  font-size: 1.7142857143em;
  margin-top: 1.1090573013%;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item:nth-of-type(-n+2) .top-recommend-item__ttl {
    font-size: 24px;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:nth-of-type(-n+2) .top-recommend-item__ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.35;
    margin-top: 1.0666666667vw;
  }
}
.top-recommend-item:nth-of-type(-n+2) .top-recommend-item__txt {
  font-size: 14px;
  font-size: 1em;
  height: 0;
}
@media screen and (min-width: 1281px) {
  .top-recommend-item:nth-of-type(-n+2) .top-recommend-item__txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:first-of-type {
    width: 91.4666666667vw;
    height: 53.0666666667vw;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:first-of-type .top-recommend-item__inner {
    width: 86.1333333333vw;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:first-of-type .top-recommend-item__cat {
    font-size: 13px;
    font-size: 3.4666666667vw;
    padding: 2.5333333333vw 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:first-of-type .top-recommend-item__date {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-left: 0.4vw;
  }
}
@media (max-width: 767px) {
  .top-recommend-item:first-of-type .top-recommend-item__ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.35;
    margin-top: 1.2vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 制限したい行数が3の場合 */
    overflow: hidden;
  }
}

/*  layout > top > category
============================================================================================================ */
.top-cat {
  width: 100%;
  margin: 0 auto 15.6453715776%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1281px) {
  .top-cat {
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat {
    width: 767px;
    margin: 0 auto 120px;
  }
}
@media (max-width: 767px) {
  .top-cat {
    width: 91.4666666667vw;
    flex-direction: column-reverse;
    margin-bottom: 16.6666666667vw;
  }
}
.top-cat__column {
  padding-top: 1.3037809648%;
}
@media (min-width: 1281px) {
  .top-cat__column {
    padding: 10px;
  }
}
.top-cat__column:lang(vi) {
  padding: 0;
}
@media screen and (max-width: 1135px) {
  .top-cat__column {
    padding-top: 0;
  }
}
.top-cat__wrap.ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: normal;
  align-content: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 4.4328552803%;
}
@media (min-width: 1281px) {
  .top-cat__wrap.ttl {
    margin-bottom: 31px;
  }
}
.top-cat__wrap.ttl:lang(ja) {
  margin-bottom: 5.6062581486%;
}
@media (min-width: 1281px) {
  .top-cat__wrap.ttl:lang(ja) {
    margin-bottom: 43px;
  }
}
.top-cat__wrap.ttl:lang(en) {
  margin-bottom: 5.2151238592%;
}
@media (min-width: 1281px) {
  .top-cat__wrap.ttl:lang(en) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .top-cat__wrap.ttl {
    margin-bottom: 6.6666666667vw;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .top-cat__wrap _:lang(x) + _:-webkit-full-screen-document:lang(ja), .top-cat__wrap .top-cat__ttl:lang(ja) {
    padding: 6.4vw;
  }
}
@media (max-width: 767px) {
  .top-cat__wrap _:lang(x) + _:-webkit-full-screen-document:nth-of-type(-n+4):lang(ja), .top-cat__wrap .top-cat__ttl:nth-of-type(-n+4):lang(ja) {
    padding: 0 5.6vw;
  }
}
.top-cat__ttl {
  position: relative;
  font-size: 15px;
  font-size: 1.0714285714em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  color: #FFE200;
  vertical-align: middle;
  padding: 0 3.8200782269%;
  z-index: 2;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 1281px) {
  .top-cat__ttl {
    font-size: 15px;
    padding: 0 29.3px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__ttl {
    font-size: 15px;
    padding: 0 29.3px;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl {
    font-size: 13px;
    font-size: 3.4666666667vw;
    padding: 0 8.88vw;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl:nth-of-type(4):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl:nth-of-type(-n+4) {
    padding: 0 4.8vw;
    margin-bottom: 9.0666666667vw;
  }
}
.top-cat__ttl:lang(en) {
  padding: 0 2.6075619296%;
}
@media (min-width: 1281px) {
  .top-cat__ttl:lang(en) {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__ttl:lang(en) {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl:lang(en) {
    padding: 0 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl:lang(en):nth-of-type(-n+4) {
    padding: 0 4.8vw;
    margin-bottom: 7.7333333333vw;
  }
}
.top-cat__ttl:lang(vi) {
  padding: 0 1.6949152542%;
}
@media (min-width: 1281px) {
  .top-cat__ttl:lang(vi) {
    padding: 0 14.9px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__ttl:lang(vi) {
    padding: 0 14.9px;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl:lang(vi) {
    padding: 0 1.3333333333vw;
  }
}
.top-cat__ttl:lang(vi):nth-of-type(2) {
  white-space: normal;
}
.top-cat__ttl:lang(vi):nth-of-type(4) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-cat__ttl:lang(vi):nth-of-type(4):before {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl:lang(vi):nth-of-type(-n+3) {
    padding: 0 4vw;
    margin-bottom: 8vw;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl:lang(vi):nth-of-type(3):before {
    display: none;
  }
}
.top-cat__ttl.active {
  position: relative;
  color: #ffffff;
  z-index: 3;
}
.top-cat__ttl.active:after {
  content: "";
  width: 102%;
  height: 3.282vw;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: -1.0752688172%;
  background: #FFE200;
  z-index: -2;
}
@media (min-width: 1281px) {
  .top-cat__ttl.active:after {
    height: 42px;
    left: -1px;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl.active:after {
    height: 9.0666666667vw;
    left: -0.2666666667vw;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl.active:after:lang(vi) {
    transform: translateY(50%);
  }
}
.top-cat__ttl:not(:last-of-type):before {
  content: "";
  width: 0.7142857143%;
  height: 3.125vw;
  background: #DBDBDB;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -2;
}
@media (min-width: 1281px) {
  .top-cat__ttl:not(:last-of-type):before {
    width: 1px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top-cat__ttl:not(:last-of-type):before {
    width: 0.2666666667vw;
    height: 4.8vw;
  }
}
.top-cat__list {
  position: relative;
  height: 38.36vw;
  margin-bottom: 7.1707953064%;
}
@media (min-width: 1281px) {
  .top-cat__list {
    height: 491px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__list {
    height: 491px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .top-cat__list {
    height: 244.1333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.top-cat__item {
  width: 50.0651890482%;
}
@media (min-width: 1281px) {
  .top-cat__item {
    width: 384px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item {
    width: 384px;
  }
}
@media (max-width: 767px) {
  .top-cat__item {
    width: 100%;
  }
}
.top-cat__item-thumb {
  width: 35.0877192982%;
  height: 7.82vw;
  display: block;
}
@media (min-width: 1281px) {
  .top-cat__item-thumb {
    width: 120px;
    height: 100px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item-thumb {
    width: 120px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .top-cat__item-thumb {
    width: 29.6vw;
    height: 23.0666666667vw;
  }
}
.top-cat__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-cat__item-detail {
  width: 61.9883040936%;
  margin-top: 1.1695906433%;
}
@media (min-width: 1281px) {
  .top-cat__item-detail {
    width: 212px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item-detail {
    width: 212px;
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .top-cat__item-detail {
    width: 58.5333333333vw;
    margin-top: 0;
  }
}
.top-cat__item-date {
  font-size: 11px;
  font-size: 0.7857142857em;
  color: #767676;
  display: block;
}
@media (min-width: 1281px) {
  .top-cat__item-date {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .top-cat__item-date {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.top-cat__item-ttl {
  font-size: 14px;
  font-size: 1em;
  margin-top: 4.7169811321%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
@media (min-width: 1281px) {
  .top-cat__item-ttl {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item-ttl {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .top-cat__item-ttl {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 1.8666666667vw;
  }
}
.top-cat__item-txt {
  font-size: 14px;
  font-size: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
@media (min-width: 1281px) {
  .top-cat__item-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item-txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-cat__item-txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.top-cat__item-btn.btn-more01 {
  font-size: 14px;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 43.2291666667%;
  display: block;
  padding: 1.5625% 0;
  margin-top: 5.46875%;
  text-align: center;
  position: relative;
  border: solid 2px #FFE200;
}
@media (min-width: 1281px) {
  .top-cat__item-btn.btn-more01 {
    font-size: 14px;
    width: 166px;
    padding: 6px 0;
    margin-top: 21px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item-btn.btn-more01 {
    font-size: 14px;
    width: 166px;
    padding: 6px 0;
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .top-cat__item-btn.btn-more01 {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 43.3333333333vw;
    padding: 2.5333333333vw 0;
    margin-top: 5.0666666667vw;
    border: solid 0.5333333333vw #FFE200;
  }
}
.top-cat__item-btn.btn-more01:hover {
  color: white;
  background: #FFE200;
  opacity: 1;
}
@media screen and (max-width: 1135px) {
  .top-cat__item-btn.btn-more01:hover {
    color: #1a1a1a;
    background: #ffffff;
  }
}
.top-cat__item-btn.btn-more01:hover:before {
  background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-white.svg);
  opacity: 1;
}
@media screen and (max-width: 1135px) {
  .top-cat__item-btn.btn-more01:hover:before {
    background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-yellow.svg);
  }
}
.top-cat__item-btn.btn-more01:before {
  content: '';
  background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.2289156627%;
  height: 51.2820512821%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.0120481928%;
}
@media (min-width: 1281px) {
  .top-cat__item-btn.btn-more01:before {
    width: 12px;
    height: 20px;
    right: 5px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item-btn.btn-more01:before {
    width: 12px;
    height: 20px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .top-cat__item-btn.btn-more01:before {
    width: 2.5333333333vw;
    height: 4.6666666667vw;
    right: 2.6666666667vw;
  }
}
.top-cat__item-btn.btn-more02 {
  margin-left: 29.4654498044%;
}
@media (min-width: 1281px) {
  .top-cat__item-btn.btn-more02 {
    margin-left: 226px;
  }
}
@media screen and (max-width: 1175px) {
  .top-cat__item-btn.btn-more02 {
    margin-left: 226px;
  }
}
@media (max-width: 767px) {
  .top-cat__item-btn.btn-more02 {
    margin: 0 auto;
  }
}
.top-cat__item:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .top-cat__item:first-of-type {
    position: static;
    margin-bottom: 10.6666666667vw;
  }
}
.top-cat__item:first-of-type .top-cat__item-thumb {
  width: 100%;
  height: 20vw;
}
@media (min-width: 1281px) {
  .top-cat__item:first-of-type .top-cat__item-thumb {
    height: 256px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item:first-of-type .top-cat__item-thumb {
    height: 256px;
  }
}
@media (max-width: 767px) {
  .top-cat__item:first-of-type .top-cat__item-thumb {
    height: 60.9333333333vw;
  }
}
.top-cat__item:first-of-type .top-cat__item-detail {
  width: 100%;
  margin-top: 3.125%;
}
@media (min-width: 1281px) {
  .top-cat__item:first-of-type .top-cat__item-detail {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item:first-of-type .top-cat__item-detail {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .top-cat__item:first-of-type .top-cat__item-detail {
    margin-top: 3.2vw;
  }
}
.top-cat__item:first-of-type .top-cat__item-date {
  font-size: 15px;
  font-size: 1.0714285714em;
}
@media (min-width: 1281px) {
  .top-cat__item:first-of-type .top-cat__item-date {
    font-size: 15px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item:first-of-type .top-cat__item-date {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .top-cat__item:first-of-type .top-cat__item-date {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.top-cat__item:first-of-type .top-cat__item-ttl {
  font-size: 20px;
  font-size: 1.4285714286em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  margin-top: 1.8229166667%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
@media (min-width: 1281px) {
  .top-cat__item:first-of-type .top-cat__item-ttl {
    font-size: 20px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item:first-of-type .top-cat__item-ttl {
    font-size: 20px;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .top-cat__item:first-of-type .top-cat__item-ttl {
    font-size: 17.5px;
    font-size: 4.6666666667vw;
    margin-top: 2.4vw;
  }
}
.top-cat__item:first-of-type .top-cat__item-txt {
  margin-top: 1.8229166667%;
}
@media (min-width: 1281px) {
  .top-cat__item:first-of-type .top-cat__item-txt {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item:first-of-type .top-cat__item-txt {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .top-cat__item:first-of-type .top-cat__item-txt {
    line-height: 1.64;
    margin-top: 2.6666666667vw;
  }
}
.top-cat__item:not(:first-of-type) {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 44.5893089961%;
  margin-left: auto;
}
@media (min-width: 1281px) {
  .top-cat__item:not(:first-of-type) {
    width: 342px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item:not(:first-of-type) {
    width: 342px;
  }
}
@media (max-width: 767px) {
  .top-cat__item:not(:first-of-type) {
    width: 100%;
  }
}
.top-cat__item:not(:first-of-type) form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.top-cat__item:nth-of-type(n+3) {
  margin-top: 3.7809647979%;
}
@media (min-width: 1281px) {
  .top-cat__item:nth-of-type(n+3) {
    margin-top: 29px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__item:nth-of-type(n+3) {
    margin-top: 29px;
  }
}
@media (max-width: 767px) {
  .top-cat__item:nth-of-type(n+3) {
    margin-top: 6.6666666667vw;
  }
}
.top-cat__ad {
  width: 672px;
  margin: 102px auto 106px;
}
@media (max-width: 767px) {
  .top-cat__ad {
    width: 100%;
    margin: 16vw auto 0;
  }
}
.top-cat__signup {
  width: 57.6271186441%;
  margin: 0 auto;
}
@media (min-width: 1281px) {
  .top-cat__signup {
    width: 442px;
  }
}
@media screen and (max-width: 1135px) {
  .top-cat__signup {
    width: 442px;
  }
}
@media (max-width: 767px) {
  .top-cat__signup {
    width: 91.4666666667vw;
    margin-bottom: 18vw;
  }
}
.top-cat__signup-link {
  display: block;
}
.top-cat__signup-link img {
  width: 100%;
}

/*  layout > top > new
============================================================================================================ */
.top-new {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1135px) {
  .top-new {
    width: 764px;
  }
}
@media (max-width: 767px) {
  .top-new {
    width: 91.4666666667vw;
  }
}
.top-new .common-ttl {
  width: 27.2490221643%;
}
@media (min-width: 1281px) {
  .top-new .common-ttl {
    width: 209px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new .common-ttl {
    width: 209px;
  }
}
@media (max-width: 767px) {
  .top-new .common-ttl {
    width: 46vw;
  }
}
.top-new .common-ttl:lang(en) {
  width: 29.7262059974%;
}
@media (min-width: 1281px) {
  .top-new .common-ttl:lang(en) {
    width: 228px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new .common-ttl:lang(en) {
    width: 228px;
  }
}
@media (max-width: 767px) {
  .top-new .common-ttl:lang(en) {
    width: 49.0666666667vw;
  }
}
.top-new__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 3.9113428944% 0 10.4302477184%;
}
@media (min-width: 1281px) {
  .top-new__list {
    margin: 30px 0 80px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new__list {
    margin: 30px 0 80px;
  }
}
@media (max-width: 767px) {
  .top-new__list {
    margin: 8vw 0 10.6666666667vw;
  }
}
.top-new__item {
  width: 48.2398956975%;
  position: relative;
}
@media (min-width: 1281px) {
  .top-new__item {
    width: 370px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new__item {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .top-new__item {
    width: 100%;
  }
}
.top-new__item:not(:nth-of-type(-n+2)) {
  margin-top: 7.8226857888%;
}
@media (min-width: 1281px) {
  .top-new__item:not(:nth-of-type(-n+2)) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new__item:not(:nth-of-type(-n+2)) {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .top-new__item:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .top-new__item:not(:first-of-type) {
    margin-top: 13.3333333333vw;
  }
}
.top-new__item-cat {
  font-size: 15px;
  font-size: 1.0714285714em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #FFE200;
  padding: 1.6216216216% 5.4054054054%;
  z-index: 1;
}
@media (min-width: 1281px) {
  .top-new__item-cat {
    font-size: 15px;
    padding: 6px 20px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new__item-cat {
    font-size: 15px;
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  .top-new__item-cat {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 1.8666666667vw 4vw;
  }
}
.top-new__item-cat:hover {
  background: #8D8500;
  opacity: 1;
}
@media (max-width: 1024px) {
  .top-new__item-cat:hover {
    background: #FFE200;
  }
}
.top-new__item-thumb {
  display: block;
  height: 19.532vw;
}
@media (min-width: 1281px) {
  .top-new__item-thumb {
    height: 250px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new__item-thumb {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .top-new__item-thumb {
    height: 60.9333333333vw;
  }
}
.top-new__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-new__item-low {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 17.97vw;
}
@media (min-width: 1281px) {
  .top-new__item-low {
    height: 230px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new__item-low {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .top-new__item-low {
    height: 60.2666666667vw;
  }
}
.top-new__item-date {
  font-size: 15px;
  font-size: 1.0714285714em;
  color: #767676;
  display: block;
  margin-top: 2.972972973%;
}
@media (min-width: 1281px) {
  .top-new__item-date {
    font-size: 15px;
    margin-top: 11px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new__item-date {
    font-size: 15px;
    margin-top: 11px;
  }
}
@media (max-width: 767px) {
  .top-new__item-date {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-top: 3.3333333333vw;
  }
}
.top-new__item-ttl {
  display: block;
  font-size: 20px;
  font-size: 1.4285714286em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  margin-top: 2.1621621622%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
@media (min-width: 1281px) {
  .top-new__item-ttl {
    font-size: 20px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new__item-ttl {
    font-size: 20px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .top-new__item-ttl {
    font-size: 17.5px;
    font-size: 4.6666666667vw;
    margin-top: 2.4vw;
  }
}
.top-new__item-txt {
  font-size: 14px;
  font-size: 1em;
  margin-top: 1.6216216216%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
@media (min-width: 1281px) {
  .top-new__item-txt {
    font-size: 14px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new__item-txt {
    font-size: 14px;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .top-new__item-txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.64;
    margin-top: 2.6666666667vw;
  }
}
.top-new__inner {
  font-size: 14px;
  font-size: 1em;
  line-height: 2.3;
  margin-top: 5.6062581486%;
}
@media (min-width: 1281px) {
  .top-new__inner {
    font-size: 14px;
    margin-top: 43px;
  }
}
@media screen and (max-width: 1135px) {
  .top-new__inner {
    font-size: 14px;
    margin-top: 43px;
  }
}
@media (max-width: 767px) {
  .top-new__inner {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.67;
    margin-top: 11.4666666667vw;
  }
}
.top-new__btn.btn-more02 {
  margin-left: 29.7262059974%;
}
@media (min-width: 1281px) {
  .top-new__btn.btn-more02 {
    margin-left: 228px;
  }
}
@media screen and (max-width: 1175px) {
  .top-new__btn.btn-more02 {
    margin-left: 228px;
  }
}
@media (max-width: 767px) {
  .top-new__btn.btn-more02 {
    margin: 0 auto;
  }
}

/* layout > archives
============================================================================================================ */
.common-archives {
  max-width: 1232px;
  margin: 0 auto;
}
.common-archives__wrap {
  margin-bottom: 100px;
}
.common-archives__inner {
  width: 696px;
  margin-left: auto;
  line-height: 1;
}
@media screen and (max-width: 1135px) {
  .common-archives__inner {
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .common-archives__inner {
    width: 91.4666666667vw;
  }
}

.common-archives__inner.page-info {
  padding: 0 !important;
  color: #1a1a1a;
}
.common-archives__inner.page-info .common-archives__ttl {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .common-archives__inner.page-info .common-archives__ttl {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
.common-archives__inner.page-info .common-archives__txt {
  font-size: 15px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .common-archives__inner.page-info .common-archives__txt {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 4.6666666667vw;
  }
}
.common-archives__inner.article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 30px 0 70px auto;
}
@media screen and (max-width: 1135px) {
  .common-archives__inner.article {
    margin: 30px auto 70px;
  }
}
@media (max-width: 767px) {
  .common-archives__inner.article {
    margin: 8.6666666667vw auto;
  }
}
.common-archives__inner.vi-txt .common-archives__txt {
  font-size: 14px;
  line-height: 2.3;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .common-archives__inner.vi-txt .common-archives__txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.7;
    margin-top: 1.3333333333vw;
  }
}

.common-single {
  width: 696px;
  margin-left: auto;
}
@media screen and (max-width: 1135px) {
  .common-single {
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .common-single {
    width: 91.4666666667vw;
  }
}

.common-single__container {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .common-single__container {
    margin-bottom: 13.3333333333vw;
  }
}
.common-single__container.page-info {
  padding: 0 !important;
}
.common-single__cat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.common-single__cat-list {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .common-single__cat-list {
    font-size: 8.5px;
    font-size: 2.2666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.common-single__cat-list:not(:last-of-type) {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .common-single__cat-list:not(:last-of-type) {
    margin-right: 2.4vw;
  }
}
.common-single__cat-link {
  display: block;
  background: #FFE200;
  padding: 2px 8px;
}
@media (max-width: 767px) {
  .common-single__cat-link {
    padding: 1.0666666667vw 1.8666666667vw;
  }
}
.common-single__ttl {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .common-single__ttl {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.65;
    margin-top: 2.6666666667vw;
  }
}
.common-single__subTtl {
  font-size: 22px;
  font-size: 1.5714285714em;
  font-weight: 400;
  color: #767676;
}
@media (max-width: 767px) {
  .common-single__subTtl {
    font-size: 15px;
    font-size: 4vw;
  }
}
.common-single__author {
  font-size: 17px;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
  border-bottom: solid 1px #1a1a1a;
}
@media (max-width: 767px) {
  .common-single__author {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 4.4vw;
  }
}
.common-single__low {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .common-single__low {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 5.4666666667vw;
  }
}
.common-single__left {
  font-size: 17px;
  line-height: 1.3;
  color: #767676;
}
@media (max-width: 767px) {
  .common-single__left {
    font-size: 15px;
    font-size: 4vw;
  }
}
.common-single__right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .common-single__right {
    justify-content: flex-start;
    margin-top: 5.3333333333vw;
  }
}
.common-single__right img {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .common-single__right img {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.common-single__favorite .wpfp-img {
  position: absolute;
  opacity: 0;
}
.common-single__favorite .wpfp-link {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  border: solid 2px #FFE200;
  border-radius: 19px;
  display: block;
  padding: 10px 18px 10px 46px;
  position: relative;
}
@media (max-width: 767px) {
  .common-single__favorite .wpfp-link {
    font-size: 13px;
    font-size: 3.4666666667vw;
    border: solid 0.5333333333vw #FFE200;
    border-radius: 5.3333333333vw;
    padding: 3.2vw 6.4vw 3.2vw 13.8666666667vw;
    margin-right: 5.3333333333vw;
  }
}
.common-single__favorite .wpfp-link:before {
  content: "";
  background-image: url("https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_heart-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
}
@media (max-width: 767px) {
  .common-single__favorite .wpfp-link:before {
    width: 5.3333333333vw;
    height: 4.9333333333vw;
    left: 6.6666666667vw;
  }
}
.common-single__favorite .wpfp-link.remove {
  color: #ffffff;
  background: #FFE200;
}
.common-single__favorite .wpfp-link.remove:before {
  background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/page/icn_heart-white.svg);
}
.common-single__icn {
  display: block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .common-single__icn.twitter {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .common-single__icn.facebook {
    margin-left: 4vw;
  }
}
@media (max-width: 767px) {
  .common-single__ad01 {
    margin-bottom: 13.3333333333vw;
  }
}

.editor-content {
  width: 696px;
}
@media (max-width: 767px) {
  .editor-content {
    width: 91.4666666667vw;
  }
}
.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
  margin: 0 0 1.61em;
}
.editor-content h2 {
  font-size: 18px;
  padding: 11px 0 10px 16px;
  margin-left: -4px;
  margin-bottom: 29px;
  position: relative;
  border-left: solid 6px #FFE200;
}
@media (max-width: 767px) {
  .editor-content h2 {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 2.4vw 0 2.2666666667vw 3.3333333333vw;
    border-left: solid 1.6vw #FFE200;
    margin-left: -0.8vw;
    margin-bottom: 7.0666666667vw;
  }
}
.editor-content h3 {
  font-size: 23px;
}
.editor-content h4 {
  font-size: 17px;
}
.editor-content h5 {
  font-size: 13px;
}
.editor-content h6 {
  font-size: 12px;
}
.editor-content p {
  font-size: 15px;
  line-height: 2.1;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .editor-content p {
    font-size: 15px;
    font-size: 4vw;
    line-height: 2.18;
  }
}

.common-comment {
  width: 696px;
  margin: 92px 0 0 auto;
}
@media screen and (max-width: 1135px) {
  .common-comment {
    margin: 92px auto 0;
  }
}
@media (max-width: 767px) {
  .common-comment {
    width: 91.4666666667vw;
    margin-top: 17.8666666667vw;
  }
}
.common-comment .common-ttl {
  font-size: 25px;
  width: 160px;
  padding: 17px 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .common-comment .common-ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    width: 35.3333333333vw;
    padding: 4vw 2vw 4.1333333333vw;
    margin-bottom: 8vw;
  }
}

.common-related {
  width: 696px;
  margin: 67px 0 0 auto;
}
@media screen and (max-width: 1135px) {
  .common-related {
    margin: 67px auto 0;
  }
}
@media (max-width: 767px) {
  .common-related {
    width: 91.4666666667vw;
    margin-top: 11.7333333333vw;
  }
}
.common-related .common-ttl {
  font-size: 16px;
  width: 103px;
  padding: 6px 15px;
}
@media (max-width: 767px) {
  .common-related .common-ttl {
    font-size: 18px;
    font-size: 4.8vw;
    width: 30vw;
    padding: 2.1333333333vw 2vw;
  }
}
.common-related .common-ttl:lang(en) {
  width: 160px;
}
@media (max-width: 767px) {
  .common-related .common-ttl:lang(en) {
    width: 42.6666666667vw;
  }
}
.common-related .common-ttl:lang(vi) {
  width: 170px;
}
@media (max-width: 767px) {
  .common-related .common-ttl:lang(vi) {
    width: 46vw;
  }
}
.common-related__ad {
  margin: 15px 0 34px;
}
@media (max-width: 767px) {
  .common-related__ad {
    margin: 4vw 0 6.9333333333vw;
  }
}
.common-related__back {
  background: #2c2f34;
  width: 100%;
  height: 397px;
}
.common-related__tag {
  font-size: 11px;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.common-related__tag-ttl {
  background: #2c2f34;
  color: #ffffff;
  padding: 4px 8px;
}
@media (max-width: 767px) {
  .common-related__tag-ttl {
    font-size: 11.5px;
    font-size: 3.0666666667vw;
    padding: 1.3333333333vw 2vw;
  }
}
.common-related__tag-icn {
  width: 11px;
  height: 9px;
  display: inline-block;
}
@media (max-width: 767px) {
  .common-related__tag-icn {
    width: 2.6666666667vw;
    height: 2.4vw;
  }
}
.common-related__tag-icn svg {
  width: 100%;
  height: 100%;
  display: block;
  font-size: inherit;
}
.common-related__tag a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.03);
  color: #2c2f34;
  padding: 4px 5px;
}
@media (max-width: 767px) {
  .common-related__tag a {
    font-size: 11.5px;
    font-size: 3.0666666667vw;
    padding: 1.0666666667vw 1.6vw;
  }
}
.common-related__tag a:hover {
  color: #eebb1c;
}
.common-related__tag-ttl, .common-related__tag a {
  margin: 5px 6px 0 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 92vw;
  }
}

.common-1columns {
  max-width: 644px;
  width: 100%;
  margin: 0 auto 100px;
}
@media (max-width: 1024px) {
  .common-1columns {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .common-1columns {
    max-width: 92vw;
    margin-bottom: 19.3333333333vw;
  }
}

/* layout > post
============================================================================================================ */
.common-post {
  width: 336px;
  position: relative;
}
@media (max-width: 767px) {
  .common-post {
    width: 100%;
  }
}
.common-post:nth-of-type(n+3) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .common-post:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .common-post:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
}
.common-post__inner {
  width: 296px;
  color: #ffffff;
  position: absolute;
  bottom: 14px;
  left: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .common-post__inner {
    width: 86.1333333333vw;
    bottom: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
.common-post__link {
  display: block;
  width: 100%;
}
.common-post__link:hover .common-post__txt {
  height: calc(1.6em * 2.9);
  margin-top: 6px;
}
.common-post__thumb {
  height: 280px;
  position: relative;
}
@media (max-width: 767px) {
  .common-post__thumb {
    height: 60.9333333333vw;
  }
}
.common-post__thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.3), rgba(26, 26, 26, 0));
}
.common-post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-post__date {
  font-size: 16px;
}
@media (max-width: 767px) {
  .common-post__date {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-left: 0.4vw;
  }
}
.common-post__ttl {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
@media (max-width: 767px) {
  .common-post__ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.37;
    margin-top: 1.8666666667vw;
  }
}
.common-post__txt {
  font-size: 14px;
  line-height: 1.6;
  height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .common-post__txt {
    display: none;
  }
}

.common-post-aside {
  width: 336px;
  height: 280px;
  margin-top: 24px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .common-post-aside {
    width: 100%;
    height: 60.9333333333vw;
    margin-top: 5.3333333333vw;
    margin-right: 0;
  }
}
.common-post-aside .test-aside {
  height: 100%;
}
.common-post-aside img {
  width: 100%;
  height: 100%;
}

/* layout > search
============================================================================================================ */
.common-search {
  max-width: 1232px;
  margin: 0 auto;
}
.common-search__wrap {
  margin-bottom: 100px;
}
.common-search__inner {
  width: 696px;
  margin-left: auto;
  line-height: 1;
}
@media screen and (max-width: 1135px) {
  .common-search__inner {
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .common-search__inner {
    width: 91.4666666667vw;
  }
}

.common-search__inner.page-info {
  color: #1a1a1a;
}
.common-search__inner.page-info .common-search__ttl {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .common-search__inner.page-info .common-search__ttl {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
@media (max-width: 767px) {
  .common-search__inner.page-info .common-search__ttl:lang(vi) {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.common-search__inner.page-info .common-search__txt {
  font-size: 15px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .common-search__inner.page-info .common-search__txt {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 4.6666666667vw;
  }
}
.common-search__inner.article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 30px 0 70px auto;
}
@media screen and (max-width: 1135px) {
  .common-search__inner.article {
    margin: 30px auto 70px;
  }
}
@media (max-width: 767px) {
  .common-search__inner.article {
    margin: 8.6666666667vw auto;
  }
}
.common-search__inner.vi-txt .common-search__txt {
  font-size: 14px;
  line-height: 2.3;
}
@media (max-width: 767px) {
  .common-search__inner.vi-txt .common-search__txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}

/*  layout > sidebar
============================================================================================================ */
.common-2columns {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0 55px;
}
@media (min-width: 1281px) {
  .common-2columns {
    width: 1280px;
  }
}
@media screen and (max-width: 1135px) {
  .common-2columns {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .common-2columns {
    width: 100%;
    padding: 0;
  }
}

.common-main-cont {
  width: 65.5555555556%;
  margin-right: 4.9572649573%;
  margin-bottom: 7.8632478632%;
}
@media (min-width: 1281px) {
  .common-main-cont {
    width: 767px;
    margin-right: 58px;
    margin-bottom: 92px;
  }
}
@media screen and (max-width: 1135px) {
  .common-main-cont {
    width: 100%;
    margin-right: 0;
    margin-bottom: 92px;
  }
}
@media (max-width: 767px) {
  .common-main-cont {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16vw;
  }
}

.common-sidebar {
  min-width: 345px;
}
@media screen and (max-width: 1135px) {
  .common-sidebar {
    min-width: auto;
    width: 767px;
    margin: 0 auto 120px;
  }
}
@media (max-width: 767px) {
  .common-sidebar {
    width: 100%;
    margin: 0 auto 19.3333333333vw;
  }
}
.common-sidebar__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .common-sidebar__item {
    margin-top: 6.6666666667vw;
  }
}
@media (max-width: 767px) {
  .common-sidebar__item:nth-of-type(1) {
    margin-top: 8vw;
  }
}
.common-sidebar__item form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.common-sidebar__articleImg {
  width: 120px;
  height: 100px;
  margin-right: 10px;
}
@media screen and (max-width: 1135px) {
  .common-sidebar__articleImg {
    width: 35%;
    height: 100%;
    margin-right: 3%;
  }
}
@media (max-width: 767px) {
  .common-sidebar__articleImg {
    width: 29.6vw;
    height: 28.5333333333vw;
    margin-right: 3.3333333333vw;
  }
}
.common-sidebar__articleInner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc(345px - 120px - 10px );
  height: 100px;
}
@media screen and (max-width: 1135px) {
  .common-sidebar__articleInner {
    width: calc(100% - 35% - 3%);
    height: 150px;
  }
}
@media (max-width: 767px) {
  .common-sidebar__articleInner {
    width: calc(100% - 29.6vw - 3.3333333333vw );
    height: auto;
  }
}
.common-sidebar__articleInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 767px) {
  .common-sidebar__articleInfo {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.common-sidebar__articleCat {
  font-size: 11px;
  font-size: 0.7857142857em;
  font-weight: bold;
  background: #FFE200;
  color: #ffffff;
  padding: 6px 8px;
  line-height: 1;
}
@media screen and (max-width: 1135px) {
  .common-sidebar__articleCat {
    font-size: 15px;
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .common-sidebar__articleCat {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 2.5333333333vw 3.8666666667vw;
  }
}
.common-sidebar__articleCat:hover {
  opacity: 1;
  background: #8D8500;
}
.common-sidebar__articleDate {
  font-size: 11px;
  font-size: 0.7857142857em;
  line-height: 1;
  color: #767676;
}
@media screen and (max-width: 1135px) {
  .common-sidebar__articleDate {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .common-sidebar__articleDate {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-top: 3.2vw;
  }
}
@media (max-width: 767px) {
  .common-sidebar__articleDate:lang(vi) {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.common-sidebar__articleTtl {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .common-sidebar__articleTtl {
    margin-top: 2.8vw;
  }
}
.common-sidebar__articleTtl a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  font-size: 1em;
  text-align: left;
}
@media (max-width: 1024px) {
  .common-sidebar__articleTtl a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .common-sidebar__articleTtl a {
    font-size: 15px;
    font-size: 4vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
  }
}
.common-sidebar__articleTtl a:lang(vi) {
  text-align: left;
}
.common-sidebar__wrap.article {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .common-sidebar__wrap.article {
    margin-bottom: 0;
  }
}
.common-sidebar__wrap.article .common-sidebar__ttl {
  font-size: 13px;
  font-size: 0.9285714286em;
  width: 166px;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background: #ffffff;
  color: #FFE200;
  position: relative;
}
@media (max-width: 767px) {
  .common-sidebar__wrap.article .common-sidebar__ttl {
    font-size: 13px;
    font-size: 3.4666666667vw;
    width: 43.8666666667vw;
    padding-top: 0;
    padding-bottom: 0;
    height: 11.2vw;
    line-height: 11.2vw;
  }
}
.common-sidebar__wrap.article .common-sidebar__ttl.active {
  background: #FFE200;
  color: #ffffff;
}
.common-sidebar__wrap.article .common-sidebar__ttl.active::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 39px;
  top: -1px;
  z-index: 1;
}
@media (max-width: 767px) {
  .common-sidebar__wrap.article .common-sidebar__ttl.active::before {
    width: 3.7333333333vw;
    height: 11.2vw;
    top: 0;
  }
}
.common-sidebar__wrap.article .common-sidebar__ttl.active.popular::before {
  content: "";
  right: -14px;
  border-style: solid;
  border-width: 39px 14px 0 0;
  border-color: #FFE200 transparent transparent transparent;
}
@media (max-width: 767px) {
  .common-sidebar__wrap.article .common-sidebar__ttl.active.popular::before {
    right: -3.7333333333vw;
    border-style: solid;
    border-width: 11.2vw 3.7333333333vw 0 0;
    border-color: #FFE200 transparent transparent transparent;
  }
}
.common-sidebar__wrap.article .common-sidebar__ttl.active.recent::before {
  content: "";
  left: -14px;
  border-style: solid;
  border-width: 0 0 39px 14px;
  border-color: transparent transparent #FFE200 transparent;
}
@media (max-width: 767px) {
  .common-sidebar__wrap.article .common-sidebar__ttl.active.recent::before {
    left: -3.7333333333vw;
    border-style: solid;
    border-width: 0 0 11.2vw 3.7333333333vw;
    border-color: transparent transparent #FFE200 transparent;
  }
}
.common-sidebar__wrap.article .common-sidebar__inner.ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  border: 2px solid #FFE200;
}
@media screen and (max-width: 1135px) {
  .common-sidebar__wrap.article .common-sidebar__inner.ttl {
    width: 345px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .common-sidebar__wrap.article .common-sidebar__inner.ttl {
    width: 100%;
    border: 0.5333333333vw solid #FFE200;
  }
}
.common-sidebar__wrap.advertisement01 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .common-sidebar__wrap.advertisement01 {
    margin-bottom: 0;
    margin-top: 16vw;
  }
}

/*  layout > keyvisual
============================================================================================================ */
/*  layout > registration > form
============================================================================================================ */
.common-registration-form__intro {
  font-size: 14px;
  font-size: 1em;
  margin-bottom: 40px;
  line-height: 2.2857142857;
}
@media (max-width: 767px) {
  .common-registration-form__intro {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.0714285714;
    margin-bottom: 11.0666666667vw;
  }
}
.common-registration-form__formWrap {
  padding: 30px 30px 50px;
}
.common-registration-form__formWrap.bg_yellow {
  background-color: #FFFBB2;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap {
    padding: 6.6666666667vw 4vw 13.3333333333vw;
  }
}
.common-registration-form__note {
  font-size: 11px;
  font-size: 0.7857142857em;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .common-registration-form__note {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 6.5333333333vw;
  }
}
.common-registration-form__bottom {
  font-size: 14px;
  font-size: 1em;
  margin-top: 70px;
  padding: 30px;
  border: 1px solid #1a1a1a;
}
@media (max-width: 767px) {
  .common-registration-form__bottom {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 13.3333333333vw;
    padding: 8vw 6.6666666667vw;
    border: 0.2666666667vw solid #1a1a1a;
  }
}
.common-registration-form__bottomTxt {
  font-size: 14px;
  font-size: 1em;
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  .common-registration-form__bottomTxt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
.common-registration-form__bottomTxt:last-of-type {
  margin-bottom: 0;
}

.common-registration-form.registration .form__row.agree {
  margin-top: 57px;
}
@media (max-width: 767px) {
  .common-registration-form.registration .form__row.agree {
    margin-top: 11vw;
    padding: 6vw 7.06667vw;
  }
}
.common-registration-form.registration .form__btn {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .common-registration-form.registration .form__btn {
    margin-top: 13.3333333333vw;
  }
}
.common-registration-form.registration .form__btn .btn__form--wrap-back {
  padding: 0;
}
@media (max-width: 767px) {
  .common-registration-form.registration .form__btn .btn__form--wrap-back {
    margin-top: 8vw;
  }
}
.common-registration-form.registration .form__btn .btn__form--wrap-back a {
  display: block;
  padding: 13px 0;
}
@media (max-width: 767px) {
  .common-registration-form.registration .form__btn .btn__form--wrap-back a {
    padding: 3.7333333333vw 0;
  }
}
.common-registration-form.registration .form__btn .btn__form--wrap-submit {
  width: auto;
  padding: 0;
}
.common-registration-form.registration .form__btn .btn__form--wrap-submit input {
  width: 246px;
  padding: 13px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .common-registration-form.registration .form__btn .btn__form--wrap-submit input {
    width: 64.8vw;
    padding: 3.7333333333vw 0;
  }
}

.common-registration-confirm.registration.confirm .common-registration-confirm__intro {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .common-registration-confirm.registration.confirm .common-registration-confirm__intro {
    line-height: 2.0714285714;
    padding-bottom: 6vw;
  }
}
.common-registration-confirm.registration.confirm .form__btn {
  margin-top: 67px;
}

.g-recaptcha > div {
  margin-right: auto;
  margin-left: auto;
}

.public-style {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/*  layout > registration > confirm
============================================================================================================ */
.common-registration-confirm__intro {
  font-size: 14px;
  font-size: 1em;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .common-registration-confirm__intro {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}

body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form,
body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form {
  text-align: center;
}
@media (max-width: 767px) {
  body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form,
  body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form {
    text-align: left;
  }
}
body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form .form__col.checkbox,
body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form .form__col.radio,
body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form .form__col.checkbox,
body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form .form__col.radio {
  line-height: 34px !important;
}
body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm,
body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm {
  display: inline-block;
  text-align: left;
}
body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row,
body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row,
  body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row {
    margin-bottom: 6.6666666667vw;
  }
}
body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row .form__col.select-date span::before,
body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row .form__col.select-date span::before {
  display: none;
}
body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row .form__col.select-date .w-82::before,
body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row .form__col.select-date .w-82::before {
  display: none;
}
body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row .form__col.select-date .w-99::before,
body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row .form__col.select-date .w-99::before {
  display: none;
}
body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row.confirmpassword,
body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm .form__row.confirmpassword {
  display: none;
}
body.confirm .common-registration-confirm.registration .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm + .form__row.agree,
body.confirm .page-registration.my_page .mw_wp_form_confirm.mw_wp_form_preview form .form__confirm + .form__row.agree {
  display: none !important;
}
body.confirm .common-registration-confirm.registration .form__btn,
body.confirm .page-registration.my_page .form__btn {
  margin-top: 75px;
}
@media (max-width: 767px) {
  body.confirm .common-registration-confirm.registration .form__btn,
  body.confirm .page-registration.my_page .form__btn {
    margin-top: 13.3333333333vw !important;
  }
}
body.confirm .common-registration-confirm.registration .form__btn .btn-olive01,
body.confirm .page-registration.my_page .form__btn .btn-olive01 {
  width: auto !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  body.confirm .common-registration-confirm.registration .form__btn .btn-olive01.btn__form--wrap-back,
  body.confirm .page-registration.my_page .form__btn .btn-olive01.btn__form--wrap-back {
    margin-top: 8vw;
  }
}
body.confirm .common-registration-confirm.registration .form__btn .btn-olive01 input,
body.confirm .page-registration.my_page .form__btn .btn-olive01 input {
  width: 246px !important;
  padding: 13px 0 !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.confirm .common-registration-confirm.registration .form__btn .btn-olive01 input,
  body.confirm .page-registration.my_page .form__btn .btn-olive01 input {
    width: 64.8vw !important;
    padding: 3.8666666667vw 0 !important;
  }
}

@media (max-width: 767px) {
  body.confirm.registration-child .form__btn {
    margin-top: 11vw !important;
  }
}
@media (max-width: 767px) {
  body.confirm.registration-child .common-registration-confirm__intro {
    margin-bottom: 2vw !important;
  }
}

.common-registration-confirm.confirm .form__btn .btn__form--wrap-submit {
  width: auto;
  padding: 0;
}
.common-registration-confirm.confirm .form__btn .btn__form--wrap-submit input {
  width: 246px;
  padding: 13px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .common-registration-confirm.confirm .form__btn .btn__form--wrap-submit input {
    width: 64.8vw;
    padding: 3.7333333333vw 0;
  }
}

/*  layout > registration > done
============================================================================================================ */
.page-registration-done {
  width: 420px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-registration-done {
    width: 78.4vw;
  }
}
.page-registration-done__img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .page-registration-done__img {
    margin-bottom: 8vw;
  }
}
.page-registration-done__txt {
  font-size: 14px;
  font-size: 1em;
  text-align: justify;
  margin-bottom: 70px;
  line-height: 2.2857142857;
}
@media (max-width: 767px) {
  .page-registration-done__txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 14vw;
    line-height: 2.0714285714;
  }
}
.page-registration-done__btn-wrap {
  text-align: center;
}
.page-registration-done__btn {
  width: 246px;
}
@media (max-width: 767px) {
  .page-registration-done__btn {
    width: 64.8vw;
  }
}
.page-registration-done.provisionalRegistration .page-registration-done__img {
  width: 70px;
}
@media (max-width: 767px) {
  .page-registration-done.provisionalRegistration .page-registration-done__img {
    width: 20.2666666667vw;
  }
}
.page-registration-done.registration .page-registration-done__img {
  width: 132px;
}
@media (max-width: 767px) {
  .page-registration-done.registration .page-registration-done__img {
    width: 27.0666666667vw;
  }
}

/*  layout > registration > provisional_registration
============================================================================================================ */
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration {
    width: 92vw;
  }
}
.common-registration-form.provisionalRegistration .common-registration-form__formWrap {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .common-registration-form__formWrap {
    padding-bottom: 13.3333333333vw;
  }
}
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .form__row .form__col:first-of-type {
    margin-bottom: 1.3333333333vw;
  }
}
.common-registration-form.provisionalRegistration .g-recaptcha {
  width: 304px;
  margin: 38px auto 0;
}
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .g-recaptcha {
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 380px) {
  .common-registration-form.provisionalRegistration .g-recaptcha {
    position: relative;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
  }
}
.common-registration-form.provisionalRegistration .form__btn {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .form__btn {
    margin-top: 13.3333333333vw;
  }
}
.common-registration-form.provisionalRegistration .form__btn .btn-olive01.back {
  padding: 0;
}
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .form__btn .btn-olive01.back {
    margin-top: 8vw;
  }
}
.common-registration-form.provisionalRegistration .form__btn .btn-olive01.back a {
  display: block;
  padding: 13px 0;
}
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .form__btn .btn-olive01.back a {
    padding: 3.8666666667vw 0;
  }
}
.common-registration-form.provisionalRegistration .form__btn .btn-olive01.submit {
  width: auto;
  padding: 0;
}
.common-registration-form.provisionalRegistration .form__btn .btn-olive01.submit input {
  width: 246px;
  padding: 13px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .form__btn .btn-olive01.submit input {
    width: 64.8vw;
    padding: 3.8666666667vw 0;
  }
}
.common-registration-form.provisionalRegistration .public-style {
  margin-top: 70px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .public-style {
    margin-top: 13.3333333333vw !important;
  }
}
.common-registration-form.provisionalRegistration .common-registration-form__bottom {
  padding: 20px 29px;
}
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .common-registration-form__bottom {
    padding: 5.6vw 6.2666666667vw;
  }
}
.common-registration-form.provisionalRegistration .common-registration-form__bottomTxt {
  line-height: 2.3;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .common-registration-form__bottomTxt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.1;
    margin-bottom: 3.6vw;
  }
}
.common-registration-form.provisionalRegistration .common-registration-form__bottomTxt:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body.done.provisional_registration-child .mod-progressBar {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.done.provisional_registration-child .common-pageTtl {
    padding-top: 9vw !important;
  }
}

.page-mypage {
  margin-top: -28px;
}
@media (max-width: 767px) {
  .page-mypage {
    margin-top: -1.6vw;
  }
}
.page-mypage__info {
  width: 470px;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .page-mypage__info {
    width: 91.4666666667vw;
    margin-bottom: 28.5333333333vw;
    justify-content: flex-start;
    position: relative;
  }
}
.page-mypage__left {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-mypage__left {
    width: 28vw;
    height: 28vw;
    margin-right: 5.3333333333vw;
  }
}
.page-mypage__left img {
  width: 100%;
  object-fit: cover;
}
.page-mypage__nickname {
  font-size: 26px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .page-mypage__nickname {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.page-mypage__edit.btn-more01 {
  font-size: 14px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  width: 270px;
  display: block;
  padding: 11px 0;
  margin-top: 20px;
  position: relative;
  border: solid 2px #FFE200;
}
@media (max-width: 767px) {
  .page-mypage__edit.btn-more01 {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 65.6vw;
    padding: 3.6vw 0;
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18.2666666667vw;
    border: solid 0.5333333333vw #FFE200;
  }
}
.page-mypage__edit.btn-more01:before {
  content: '';
  background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .page-mypage__edit.btn-more01:before {
    width: 2.5333333333vw;
    height: 4.6666666667vw;
    right: 2.6666666667vw;
  }
}
.page-mypage__btn-border {
  border-bottom: solid 3px #FFE200;
  position: relative;
}
@media (max-width: 767px) {
  .page-mypage__btn-border {
    width: 100vw;
    left: -4.2666666667vw;
    border-bottom: solid 4px #FFE200;
  }
}
.page-mypage__btn-area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 756px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .page-mypage__btn-area {
    width: 100%;
  }
}
.page-mypage__btn {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1a1a1a;
  background: #FFE200;
  width: 250px;
  padding: 11px 0 13px;
  display: block;
  border: solid #FFE200;
  border-width: 3px 3px 0px 3px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-mypage__btn {
    font-size: 11px;
    font-size: 2.9333333333vw;
    width: 32.5333333333vw;
    padding: 4.8vw 0 6.1333333333vw;
    border-width: 4px 4px 0 4px;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.page-mypage__btn:not(:last-of-type) {
  margin-right: 3px;
}
@media (max-width: 767px) {
  .page-mypage__btn:not(:last-of-type) {
    margin-right: 1.2vw;
  }
}
.page-mypage__btn.is-active {
  background: #ffffff;
  position: relative;
}
.page-mypage__btn.is-active:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #ffffff;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media (max-width: 767px) {
  .page-mypage__btn.is-active:before {
    height: 5px;
    bottom: -5px;
  }
}
.page-mypage__btn:lang(vi):last-of-type {
  line-height: 1.3;
  padding: 6px 0 4px;
}
@media (max-width: 767px) {
  .page-mypage__btn:lang(vi):last-of-type {
    padding: 4vw 0 2.9333333333vw;
  }
}
.page-mypage__panel-area {
  margin: 22px 0 100px;
}
@media (max-width: 767px) {
  .page-mypage__panel-area {
    margin: 5.3333333333vw 0 19.3333333333vw;
  }
}
.page-mypage__number {
  font-size: 26px;
  font-size: 1.8571428571em;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1281px) {
  .page-mypage__number {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .page-mypage__number {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.page-mypage__number span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFE200;
}
.page-mypage__article {
  width: 90.46875%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 1.71875% auto 6.09375%;
}
@media (min-width: 1281px) {
  .page-mypage__article {
    width: 1158px;
    margin: 22px auto 78px;
  }
}
@media (max-width: 767px) {
  .page-mypage__article {
    width: 100%;
    margin: 5.3333333333vw auto 10vw;
  }
}
.page-mypage__item {
  width: 31.9516407599%;
  position: relative;
}
@media (min-width: 1281px) {
  .page-mypage__item {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.page-mypage__item:not(:nth-of-type(3n)) {
  margin-right: 2.0725388601%;
}
@media (min-width: 1281px) {
  .page-mypage__item:not(:nth-of-type(3n)) {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
.page-mypage__item:not(:nth-of-type(-n+3)) {
  margin-top: 5.6131260794%;
}
@media (min-width: 1281px) {
  .page-mypage__item:not(:nth-of-type(-n+3)) {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item:not(:nth-of-type(-n+3)) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-mypage__item:not(:first-of-type) {
    margin-top: 6.6666666667vw;
  }
}
.page-mypage__item-cat {
  font-size: 15px;
  font-size: 1.0714285714em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #FFE200;
  padding: 1.6216216216% 5.4054054054%;
  z-index: 1;
}
@media (min-width: 1281px) {
  .page-mypage__item-cat {
    font-size: 15px;
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item-cat {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 1.2vw 4vw;
    left: 32.9333333333vw;
  }
}
.page-mypage__item-cat:hover {
  background: #8D8500;
  opacity: 1;
}
@media (max-width: 1024px) {
  .page-mypage__item-cat:hover {
    background: #FFE200;
  }
}
.page-mypage__item-heart .wpfp-img {
  position: absolute;
  opacity: 0;
  z-index: 3;
}
.page-mypage__item-heart .wpfp-link {
  width: 10%;
  height: 8.7058823529%;
  background: #ffffff;
  border: solid 2px #FFE200;
  position: absolute;
  top: 2.3529411765%;
  right: 2.7027027027%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -1000px;
  z-index: 1;
}
@media (min-width: 1281px) {
  .page-mypage__item-heart .wpfp-link {
    width: 37px;
    height: 37px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item-heart .wpfp-link {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border: solid 0.4vw #FFE200;
    top: 0;
    right: 0;
  }
}
.page-mypage__item-heart .wpfp-link:before {
  content: '';
  background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/page/icn_heart-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 51.5151515152%;
  height: 51.5151515152%;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1281px) {
  .page-mypage__item-heart .wpfp-link:before {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item-heart .wpfp-link:before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.page-mypage__item-heart .wpfp-link.remove {
  color: #ffffff;
  background: #FFE200;
}
.page-mypage__item-heart .wpfp-link.remove:before {
  background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/page/icn_heart-white.svg);
}
.page-mypage__item-heart .wpfp-link:hover {
  opacity: 1;
}
.page-mypage__item-thumb {
  display: block;
  height: 19.532vw;
}
@media (min-width: 1281px) {
  .page-mypage__item-thumb {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item-thumb {
    width: 29.6vw;
    height: 28.5333333333vw;
    margin-right: 3.3333333333vw;
  }
}
.page-mypage__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-mypage__item-inner {
  margin-top: 3.2432432432%;
}
@media (min-width: 1281px) {
  .page-mypage__item-inner {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item-inner {
    width: 58.5333333333vw;
    margin-top: 7.4666666667vw;
  }
}
.page-mypage__item-date {
  font-size: 15px;
  font-size: 1.0714285714em;
  color: #767676;
  display: block;
  margin-top: 2.972972973%;
}
@media (min-width: 1281px) {
  .page-mypage__item-date {
    font-size: 15px;
    margin-top: 11px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item-date {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-top: 0;
  }
}
.page-mypage__item-ttl {
  display: block;
  font-size: 20px;
  font-size: 1.4285714286em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  margin-top: 2.1621621622%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
@media (min-width: 1281px) {
  .page-mypage__item-ttl {
    font-size: 20px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item-ttl {
    font-size: 15px;
    font-size: 4vw;
    font-weight: 400;
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 制限したい行数が3の場合 */
  }
}
.page-mypage__item-txt {
  font-size: 14px;
  font-size: 1em;
  margin-top: 1.6216216216%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
@media (min-width: 1281px) {
  .page-mypage__item-txt {
    font-size: 14px;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .page-mypage__item-txt {
    display: none;
  }
}
.page-mypage .btn__square.btn-more02 {
  width: 25.46875%;
  padding: 1.40625% 0;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 1281px) {
  .page-mypage .btn__square.btn-more02 {
    width: 326px;
    padding: 18px 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-mypage .btn__square.btn-more02 {
    font-size: 15px;
    font-size: 4vw;
    width: 64.8vw;
    padding: 4.6666666667vw 0;
    margin: 0 auto;
  }
}
.page-mypage .btn__square.btn-more02:before {
  transform: rotate(90deg);
  top: 30%;
  right: 5.5214723926%;
}
@media (min-width: 1281px) {
  .page-mypage .btn__square.btn-more02:before {
    right: 18px;
  }
}
@media (max-width: 767px) {
  .page-mypage .btn__square.btn-more02:before {
    right: 6.6666666667vw;
  }
}
.page-mypage .infinite-scroll-last {
  font-size: 14px;
  font-size: 1em;
  margin-bottom: 5.859375%;
}
@media (min-width: 1281px) {
  .page-mypage .infinite-scroll-last {
    font-size: 14px;
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .page-mypage .infinite-scroll-last {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 19.3333333333vw;
  }
}

.not_found_posts {
  width: 505px;
  text-align: center;
  margin: 0 auto 188px;
}
@media (max-width: 767px) {
  .not_found_posts {
    width: 78.4vw;
    margin: 0 auto 49.3333333333vw;
  }
}
.not_found_posts-number {
  font-size: 26px;
  font-size: 1.8571428571em;
  font-weight: 400;
}
@media (min-width: 1281px) {
  .not_found_posts-number {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .not_found_posts-number {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.not_found_posts-number span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFE200;
}
.not_found_posts-img {
  width: 132px;
  margin: 86px auto 0;
}
@media (max-width: 767px) {
  .not_found_posts-img {
    width: 27.0666666667vw;
    margin-top: 20vw;
  }
}
.not_found_posts-img img {
  width: 100%;
}
.not_found_posts-txt {
  line-height: 2.2;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .not_found_posts-txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.1;
    text-align: left;
    margin-top: 9.3333333333vw;
  }
}

.wp-pagenavi-feed, .wp-pagenavi-favorite, .wp-pagenavi-recommendation {
  display: none;
}

.common-registration-form__formWrap.my_page {
  padding: 49px 30px !important;
  margin-bottom: 26px !important;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page {
    margin-bottom: 5.3333333333vw !important;
    padding: 10vw 4vw !important;
    margin-bottom: 9vw !important;
  }
}
.common-registration-form__formWrap.my_page .form__row.profile-img-row {
  margin-bottom: 42px !important;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page .form__row.profile-img-row {
    margin-bottom: 5vw !important;
  }
}
.common-registration-form__formWrap.my_page .form__row.profile-img-row .form__col:first-of-type {
  width: 161px !important;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page .form__row.profile-img-row .form__col:first-of-type {
    width: 100% !important;
  }
}
.common-registration-form__formWrap.my_page .form__row.profile-img-row .form__col.profile-img {
  margin-top: 10px !important;
}
.common-registration-form__formWrap.my_page .form__row.profile-img-row .avatar-img__input {
  padding-top: 11px !important;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page .form__col.profile-img {
    margin-top: 4.8vw;
  }
}
.common-registration-form__formWrap.my_page .avatar-img {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page .avatar-img {
    width: 28vw;
    height: 28vw;
  }
}
.common-registration-form__formWrap.my_page .avatar-img__info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
  font-size: 1em;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page .avatar-img__info {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.common-registration-form__formWrap.my_page .avatar-img__input {
  width: calc(100% - 150px - 21px);
  margin-left: 21px;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page .avatar-img__input {
    width: calc(100% - 28vw - 5.0666666667vw);
    margin-left: 5.0666666667vw;
  }
}
.common-registration-form__formWrap.my_page .avatar-img__input label {
  position: relative;
  width: 166px;
  height: 38px;
  display: block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page .avatar-img__input label {
    width: 50.6666666667vw;
    height: 11.2vw;
  }
}
.common-registration-form__formWrap.my_page .avatar-img__input label:hover .avatar-img__file {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: 0.2s;
  background: #FFE200;
  border: 2px solid #8D8500;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page .avatar-img__input label:hover .avatar-img__file {
    background: #ffffff;
    border: 2px solid #DBDBDB;
  }
}
.common-registration-form__formWrap.my_page .avatar-img__input label .mwform-file-delete {
  display: none !important;
}
.common-registration-form__formWrap.my_page .avatar-img__input input[type="file"] {
  display: none;
  /*         opacity: 0;
          position: absolute;
          top: 0;
          width: $file-btn-width;
          height: $file-btn-height;
          line-height: $file-btn-height;
          @include mq_sp {
            width: $file-btn-width-sp;
            height: $file-btn-height-sp;
            line-height: $file-btn-height-sp;
          } */
}
.common-registration-form__formWrap.my_page .avatar-img__input .mwform-file-delete {
  opacity: 0;
}
.common-registration-form__formWrap.my_page .avatar-img__file {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: 0.2s;
  width: 166px;
  height: 38px;
  line-height: 36px;
  background: #ffffff;
  border: 2px solid #DBDBDB;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page .avatar-img__file {
    width: 50.6666666667vw;
    height: 11.2vw;
    line-height: 10.6666666667vw;
    border: 0.5333333333vw solid #DBDBDB;
  }
}
.common-registration-form__formWrap.my_page .form__btn {
  margin-top: 50px !important;
}
@media (max-width: 767px) {
  .common-registration-form__formWrap.my_page .form__btn {
    margin-top: 11vw !important;
  }
}

#remove_form {
  text-align: right;
  width: 100%;
  margin: 0 auto 100px;
  color: #767676;
  padding-right: 45px;
  position: relative;
  margin-top: 26px !important;
}
@media (max-width: 1024px) {
  #remove_form {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  #remove_form {
    max-width: 92vw;
    margin-bottom: 20vw;
    padding-right: 10vw;
  }
}
#remove_form::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 15px;
  right: 30px;
  background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-gray.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  #remove_form::before {
    width: 1.8666666667vw;
    height: 4.2666666667vw;
    right: 4vw;
  }
}
#remove_form input[type="submit"] {
  cursor: pointer;
}
#remove_form input[type="submit"]:hover {
  opacity: 0.7;
}

body.edit.my_page-child .page-info {
  padding-bottom: 33px !important;
}

body.my_page .mw_wp_form, body.my_page-en .mw_wp_form, body.my_page-vi .mw_wp_form {
  display: none;
}

body.confirm:not(.done) .page-info.common-page__inner {
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  body.confirm:not(.done) .page-info.common-page__inner {
    padding-bottom: 5.3333333333vw;
  }
}
body.confirm .page-registration.my_page .form__col.profile-img .avatar-img {
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  width: 90px;
  height: 90px;
}
@media (max-width: 767px) {
  body.confirm .page-registration.my_page .form__col.profile-img .avatar-img {
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
}
body.confirm .page-registration.my_page .form__col.profile-img .avatar-img__input {
  display: none;
}
body.confirm .page-registration.my_page .form__row.profile-img-row {
  margin-bottom: 26px !important;
}
@media (max-width: 767px) {
  body.confirm .page-registration.my_page .form__row.profile-img-row {
    margin-bottom: 6.6666666667vw !important;
  }
}
body.confirm .page-registration.my_page .form__row.profile-img-row .form__col:first-of-type {
  line-height: 1;
}
body.confirm .page-registration.my_page .form__btn {
  margin-top: 76px;
}

body.edit .page-registration.my_page .form__btn .btn-olive01.back {
  padding: 0;
}
@media (max-width: 767px) {
  body.edit .page-registration.my_page .form__btn .btn-olive01.back {
    margin-top: 8vw;
  }
}
body.edit .page-registration.my_page .form__btn .btn-olive01.back a {
  display: block;
  padding: 13px 0;
}
@media (max-width: 767px) {
  body.edit .page-registration.my_page .form__btn .btn-olive01.back a {
    padding: 3.7333333333vw 0;
  }
}
body.edit .page-registration.my_page .form__btn .btn-olive01.submit {
  width: auto;
  padding: 0;
}
body.edit .page-registration.my_page .form__btn .btn-olive01.submit input {
  width: 246px;
  padding: 13px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.edit .page-registration.my_page .form__btn .btn-olive01.submit input {
    width: 64.8vw;
    padding: 3.7333333333vw 0;
  }
}
body.edit .page-registration.my_page .form__btn .btn-olive01.submit input:lang(en) {
  line-height: 1.3;
  white-space: normal;
  padding: 6px 45px;
}
@media (max-width: 767px) {
  body.edit .page-registration.my_page .form__btn .btn-olive01.submit input:lang(en) {
    padding: 1.2vw 12vw 1.3333333333vw;
  }
}
body.edit .page-registration.my_page .form__btn .btn-olive01.submit input:lang(vi) {
  line-height: 1.3;
  white-space: normal;
  padding: 6px 60px;
}
@media (max-width: 767px) {
  body.edit .page-registration.my_page .form__btn .btn-olive01.submit input:lang(vi) {
    padding: 1.2vw 12.6666666667vw 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  body.edit .page-registration.my_page .form__btn .btn__form--wrap-back {
    margin-top: 8vw;
  }
}

.login_failed {
  font-size: 15px;
  color: #D10000;
  margin: 0 auto 6px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .login_failed {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 1.4666666667vw;
  }
}

.page-login {
  width: 644px;
  padding: 60px 0;
  margin: 0 auto 100px;
  background: #FFFBB2;
}
@media (max-width: 767px) {
  .page-login {
    width: 92vw;
    padding: 6.6666666667vw 0 13.3333333333vw;
    margin-bottom: 19.3333333333vw;
  }
}

#loginform {
  width: 584px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #loginform {
    width: 84vw;
  }
}
#loginform .input {
  width: 411px;
}
@media (max-width: 767px) {
  #loginform .input {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}

.login .page-info {
  padding-bottom: 40px !important;
}
.login-username {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .login-username {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .login-username label {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.login-password {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .login-password {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 7.3333333333vw;
  }
}
@media (max-width: 767px) {
  .login-password label {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.forget-pass {
  font-size: 14px;
  display: block;
  color: #3372FF;
  padding-left: 173px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .forget-pass {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding-left: 0;
    margin-top: 2vw;
    text-align: center;
  }
}

.form__btn {
  width: 552px;
  margin: 56px auto 0;
  justify-content: space-between !important;
}
@media (max-width: 767px) {
  .form__btn {
    width: 64.8vw;
    margin: 13.3333333333vw auto 0;
    flex-direction: column-reverse !important;
  }
}
.form__btn .btn-olive01 {
  width: 246px;
}
@media (max-width: 767px) {
  .form__btn .btn-olive01 {
    width: 100%;
    padding: 3.7333333333vw 0;
  }
}
@media (max-width: 767px) {
  .form__btn .btn-olive01:before {
    width: 2.9333333333vw;
    height: 5.3333333333vw;
  }
}
.form__btn .btn-olive01.login-submit {
  width: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .form__btn .btn-olive01.login-submit {
    margin-bottom: 8.2666666667vw;
  }
}
.form__btn .btn-olive01.login-submit input {
  width: 246px;
  padding: 13px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form__btn .btn-olive01.login-submit input {
    width: 64.8vw;
    padding: 3.7333333333vw 0;
  }
}

.public-style .my_fb_link {
  font-size: 15px;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 326px;
  padding: 14px 0 14px 30px;
  background: #ffffff;
  border: solid 1px #DBDBDB;
  border-radius: 25px;
  position: relative;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .public-style .my_fb_link {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    width: 84vw;
    padding: 3.8666666667vw 0 3.8666666667vw 6.1333333333vw;
    border: solid 0.4vw #DBDBDB;
    border-radius: 6.5333333333vw;
  }
}
.public-style .my_fb_link:hover span,
.public-style .my_fb_link:hover img {
  opacity: 0.7;
}
.public-style .my_fb_link i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .public-style .my_fb_link i {
    width: 4.8vw;
    margin-right: 3.0666666667vw;
  }
}
@media (max-width: 767px) {
  .public-style .my_fb_link i img {
    width: 4.4vw;
    height: 4.4vw;
  }
}
.public-style .my_fb_link i:lang(en) {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .public-style .my_fb_link i:lang(en) {
    margin-right: 7.3333333333vw;
  }
}
.public-style .my_fb_link i:lang(vi) {
  margin-right: 23px;
}
@media (max-width: 767px) {
  .public-style .my_fb_link i:lang(vi) {
    margin-right: 4.8vw;
  }
}
.public-style .my_fb_link_facebook {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .public-style .my_fb_link_facebook {
    margin-top: 8vw;
  }
}

#wpg-login {
  margin: 60px 0;
}
@media (max-width: 767px) {
  #wpg-login {
    margin: 13.8666666667vw 0 13.3333333333vw;
  }
}

.login-unregistered {
  width: 326px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .login-unregistered {
    width: 78.6666666667vw;
    margin-top: 13.8666666667vw;
  }
}
.login-unregistered .btn-olive01 {
  width: 100%;
}
.login-unregistered .btn-olive01:lang(en) {
  font-size: 12px;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .login-unregistered .btn-olive01:lang(en) {
    font-size: 11px;
    font-size: 2.9333333333vw;
    padding: 2.8vw 0;
  }
}
.login-unregistered .btn-olive01:lang(vi) {
  font-size: 12px;
}
@media (max-width: 767px) {
  .login-unregistered .btn-olive01:lang(vi) {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media (max-width: 767px) {
  .login-unregistered .btn-olive01:before {
    width: 2.9333333333vw;
    height: 5.3333333333vw;
  }
}

.page-login__bnr {
  width: 326px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .page-login__bnr {
    width: 78.6666666667vw;
    margin-top: 8vw;
  }
}

.page-reset-done {
  width: 420px;
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .page-reset-done {
    width: 78.4vw;
    margin-bottom: 19.3333333333vw;
  }
}
.page-reset-done__img {
  width: 70px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-reset-done__img {
    width: 20.2666666667vw;
  }
}
.page-reset-done__img img {
  width: 100%;
}
.page-reset-done__txt {
  font-size: 14px;
  line-height: 2.3;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .page-reset-done__txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.1;
    margin-top: 8.4vw;
  }
}
.page-reset-done__btn {
  width: 246px;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .page-reset-done__btn {
    width: 64.8vw;
    margin-top: 13.3333333333vw;
  }
}

body.done .common-main .page-info.common-page__inner {
  margin-top: 69px;
}
@media (max-width: 767px) {
  body.done .common-main .page-info.common-page__inner {
    margin-top: 6.6666666667vw;
    margin-bottom: 9.7333333333vw;
  }
}
body.done .common-main .page-info.common-page__inner .common-pageTtl {
  padding-top: 0;
}

body.lost_password .page-info {
  padding-bottom: 27px !important;
}

.page-lost__txt {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-lost__txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.page-lost__form {
  background: #FFFBB2;
  padding: 30px 30px 50px;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .page-lost__form {
    padding: 7.4666666667vw 4vw 13.3333333333vw;
    margin-top: 12vw;
  }
}
.page-lost__mandatory {
  font-size: 11px;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-lost__mandatory {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 7.4666666667vw;
  }
}
@media (max-width: 767px) {
  .page-lost .form__col input {
    margin-top: 1.2vw;
  }
}
.page-lost .form__btn {
  justify-content: flex-end !important;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-lost .form__btn {
    margin-top: 10.6666666667vw;
  }
}
.page-lost .form__btn .btn-olive01.back {
  display: none;
}
.page-lost .form__btn .btn-olive01.submit {
  width: auto;
  padding: 0;
}
.page-lost .form__btn .btn-olive01.submit input {
  width: 246px;
  padding: 13px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-lost .form__btn .btn-olive01.submit input {
    width: 64.8vw;
    padding: 3.7333333333vw 0;
  }
}

.reset_password .lost_password, .reset_password-en .lost_password, .reset_password-vi .lost_password {
  background-color: #FFFBB2;
  padding: 30px 30px 50px 30px;
}
@media (max-width: 767px) {
  .reset_password .description, .reset_password-en .description, .reset_password-vi .description {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.reset_password .form__btn, .reset_password-en .form__btn, .reset_password-vi .form__btn {
  width: 552px;
  margin-top: 42px;
  justify-content: flex-end !important;
}
@media (max-width: 767px) and (max-width: 767px) {
  .reset_password .form__btn, .reset_password-en .form__btn, .reset_password-vi .form__btn {
    width: 64.8vw;
    justify-content: center !important;
  }
}

.reset_password .btn-olive01, .reset_password-en .btn-olive01, .reset_password-vi .btn-olive01 {
  width: auto !important;
  padding: 0 !important;
}
.reset_password .btn-olive01 input, .reset_password-en .btn-olive01 input, .reset_password-vi .btn-olive01 input {
  width: 246px !important;
  padding: 13px 0 !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .reset_password .btn-olive01 input, .reset_password-en .btn-olive01 input, .reset_password-vi .btn-olive01 input {
    width: 64.8vw !important;
    padding: 3.7333333333vw 0 !important;
  }
}

.page-404 {
  text-align: center;
  line-height: 1.6;
  margin: 80px 0 150px;
}
@media (max-width: 767px) {
  .page-404 {
    margin: 6.6666666667vw 0 34.6666666667vw;
  }
}
.page-404 h2 {
  font-size: 250px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-404 h2 {
    font-size: 80px;
    font-size: 21.3333333333vw;
  }
}
.page-404 h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .page-404 h3 {
    font-size: 28px;
    font-size: 7.4666666667vw;
    letter-spacing: -0.03em;
  }
}
.page-404 p {
  margin: 20px auto 50px;
}
@media (max-width: 767px) {
  .page-404 p {
    margin: 5.3333333333vw 0 13.3333333333vw;
  }
}
.page-404__btn {
  margin: 0 auto;
}

/* module
============================================================================ */
/*  module > pagettl
============================================================================================================ */
body:not(.done) .page-info {
  padding-top: 37px;
  padding-bottom: 47px;
}
@media (max-width: 767px) {
  body:not(.done) .page-info {
    padding-top: 5.7333333333vw;
    padding-bottom: 7vw;
  }
}
body:not(.done) .page-info.common-page__inner {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 128px;
  padding-left: 128px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  body:not(.done) .page-info.common-page__inner {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
body:not(.done) .page-info .common-pageTtl {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  font-size: 1.8571428571em;
  margin-top: -8px;
}
@media (max-width: 767px) {
  body:not(.done) .page-info .common-pageTtl {
    font-size: 25px;
    font-size: 6.6666666667vw;
    margin-top: -1.0666666667vw;
  }
}

body.done .page-info .mod-breadcrumbs {
  display: none;
}
body.done .page-info.common-page__inner {
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  body.done .page-info.common-page__inner {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
body.done .page-info.common-page__inner .common-pageTtl {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  font-size: 1.8571428571em;
  text-align: center;
  padding-top: 41px;
}
@media (max-width: 767px) {
  body.done .page-info.common-page__inner .common-pageTtl {
    font-size: 25px;
    font-size: 6.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}

.mod-progressBar {
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .mod-progressBar {
    margin-top: 5.5vw;
  }
}
.mod-progressBar__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 1;
  width: 390px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mod-progressBar__list {
    width: 73.3333333333vw;
  }
}
.mod-progressBar__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 348px;
  height: 5px;
  background-color: #EDEDED;
}
@media (max-width: 767px) {
  .mod-progressBar__list::before {
    height: 0.6666666667vw;
    width: 63.2vw;
  }
}
.mod-progressBar__item {
  text-align: center;
  z-index: 2;
  position: relative;
}
.mod-progressBar__item.stepNumber03 {
  padding-right: 0;
}
.mod-progressBar__item .mod-progressBar__step-label {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  font-size: 1.2142857143em;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .mod-progressBar__item .mod-progressBar__step-label {
    font-size: 15.5px;
    font-size: 4.1333333333vw;
    margin-bottom: 1.4666666667vw;
  }
}
.mod-progressBar__item .mod-progressBar__step-number {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  font-size: 1.2142857143em;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #FFFBB2;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .mod-progressBar__item .mod-progressBar__step-number {
    font-size: 16px;
    font-size: 4.2666666667vw;
    width: 8.8vw;
    height: 8.8vw;
    line-height: 8.8vw;
  }
}
.mod-progressBar__item .mod-progressBar__step-txt {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  font-size: 0.9285714286em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  margin-top: 11px;
  bottom: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mod-progressBar__item .mod-progressBar__step-txt {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 3.7333333333vw;
  }
}
.mod-progressBar__item.active .mod-progressBar__step-label {
  display: inline-block;
}
.mod-progressBar__item.active .mod-progressBar__step-number {
  font-size: 26px;
  font-size: 1.8571428571em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff100;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .mod-progressBar__item.active .mod-progressBar__step-number {
    font-size: 23px;
    font-size: 6.1333333333vw;
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    line-height: 12.5333333333vw;
    margin-bottom: 8.1333333333vw;
  }
}
.mod-progressBar__item.active .mod-progressBar__step-txt {
  display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  width: 100%;
  padding: 5px 7px;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  vertical-align: bottom;
}
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="password"]:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
  color: #aaa;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    border: 0.2666666667vw solid #DBDBDB;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
  height: 34px;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  select {
    height: 8vw;
  }
}

select {
  height: 34px;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
  position: relative;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 767px) {
  select {
    height: 8vw;
  }
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.form__col.select-date span:not(.error) {
  display: inline-block;
  position: relative;
  margin-right: 17px;
}
@media (max-width: 767px) {
  .form__col.select-date span:not(.error) {
    margin-right: 4vw;
  }
}
@media (max-width: 767px) {
  .form__col.select-date span:not(.error):lang(ja) {
    margin-right: 0;
  }
}
.form__col.select-date span:not(.error):lang(en) {
  margin-right: 0;
}
.form__col.select-date span:not(.error):lang(vi) {
  margin-right: 0;
}
.form__col.select-date span:not(.error)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #8D8500 transparent transparent transparent;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .form__col.select-date span:not(.error)::before {
    border-width: 2.5333333333vw 1.9333333333vw 0 1.9333333333vw;
  }
}
.form__col.select-date span:not(.error).w-82::before {
  content: "";
  left: 57px;
}
@media (max-width: 767px) {
  .form__col.select-date span:not(.error).w-82::before {
    left: 14vw;
  }
}
.form__col.select-date span:not(.error).w-99::before {
  content: "";
  left: 74px;
}
@media (max-width: 767px) {
  .form__col.select-date span:not(.error).w-99::before {
    left: 18.6666666667vw;
  }
}
.form__col.select-date span:not(.error).w-206::before {
  content: "";
  left: 186px;
}
@media (max-width: 767px) {
  .form__col.select-date span:not(.error).w-206::before {
    left: 35.2vw;
  }
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.form__col.radio,
.form__col.checkbox {
  height: 34px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .form__col.radio,
  .form__col.checkbox {
    height: 8vw;
    line-height: 8vw;
  }
}
.form__col.radio .horizontal-item + .horizontal-item,
.form__col.checkbox .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .mwform-radio-field {
    margin-right: 6.6666666667vw;
  }
}
.mwform-radio-field > label {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .mwform-radio-field > label {
    padding-left: 2.6666666667vw;
  }
}

input[type="radio"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 100%;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  left: -10px;
}
@media (max-width: 767px) {
  input[type="radio"] {
    width: 4vw;
    left: -2.6666666667vw;
  }
}
input[type="radio"] + .mwform-radio-field-text:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  position: relative;
  background: white;
  border-radius: 100%;
  border: 1px solid #DBDBDB;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
@media (max-width: 767px) {
  input[type="radio"] + .mwform-radio-field-text:before {
    width: 4vw;
    height: 4vw;
    left: -2.6666666667vw;
  }
}
input[type="radio"]:checked + .mwform-radio-field-text:before {
  background-color: #8D8500;
  box-shadow: inset 0 0 0 2px #ffffff;
}
input[type="radio"]:focus + .mwform-radio-field-text:before {
  outline: none;
  border-color: #8D8500;
}
input[type="radio"] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

.mwform-checkbox-field {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .mwform-checkbox-field {
    margin-right: 6.6666666667vw;
  }
}
.mwform-checkbox-field > label {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .mwform-checkbox-field > label {
    padding-left: 2.6666666667vw;
  }
}

input[type="checkbox"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 100%;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  left: -10px;
}
@media (max-width: 767px) {
  input[type="checkbox"] {
    width: 4vw;
    left: -2.6666666667vw;
  }
}
input[type="checkbox"] + .mwform-checkbox-field-text:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  position: relative;
  background: white;
  border: 1px solid #DBDBDB;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
@media (max-width: 767px) {
  input[type="checkbox"] + .mwform-checkbox-field-text:before {
    width: 4vw;
    height: 4vw;
    left: -2.6666666667vw;
  }
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  left: calc(14px / 3);
  transform: rotate(45deg);
  height: 14px;
  width: 7px;
  border-right: 3px solid #8D8500;
  border-bottom: 3px solid #8D8500;
}
@media (max-width: 767px) {
  input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
    height: 3.7333333333vw;
    width: 1.8666666667vw;
    left: calc(4vw / 3);
    border-right: 0.8vw solid #8D8500;
    border-bottom: 0.8vw solid #8D8500;
  }
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text:before {
  outline: none;
  border-color: #8D8500;
}
input[type="checkbox"] + .mwform-checkbox-field-text:empty:before {
  margin-right: 0;
}

.form__row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .form__row {
    flex-direction: column;
    margin-bottom: 8vw;
  }
}
.form__row:last-of-type {
  margin-bottom: 0;
}
.form__row .form__col {
  font-size: 14px;
  font-size: 1em;
  line-height: 34px;
}
@media (max-width: 767px) {
  .form__row .form__col {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
.form__row .form__col:first-of-type {
  width: 173px;
  height: 34px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .form__row .form__col:first-of-type {
    width: 100%;
    height: 8vw;
    line-height: 8vw;
  }
}
.form__row .form__col:last-of-type {
  width: calc(100% - 173px);
}
@media (max-width: 767px) {
  .form__row .form__col:last-of-type {
    width: 100%;
  }
}
.form__row .form__col.multiple-lines {
  height: auto;
}
.form__row .form__col.multiple-lines.radio, .form__row .form__col.multiple-lines.checkbox {
  line-height: 41px;
}
@media (max-width: 767px) {
  .form__row .form__col.multiple-lines.radio, .form__row .form__col.multiple-lines.checkbox {
    line-height: 10.6666666667vw;
  }
}
.form__row .form__error .error:nth-of-type(2) {
  display: none;
}
.form__row .error {
  display: block;
  height: 34px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .form__row .error {
    height: 8vw;
    line-height: 8vw;
  }
}
.form__row.agree {
  font-size: 15px;
  font-size: 1.0714285714em;
  padding: 38px 0;
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
  width: 444px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  display: block !important;
}
@media (max-width: 767px) {
  .form__row.agree {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 8vw 7.0666666667vw;
    border: 0.2666666667vw solid #1a1a1a;
    width: 100%;
  }
}
.form__row.agree .form-agree__txt {
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767px) {
  .form__row.agree .form-agree__txt {
    white-space: normal;
    line-height: 2.0714285714;
  }
}
.form__row.agree .form-agree__txt a {
  color: #3372FF;
}
.form__row.agree .form__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .form__row.agree .form__wrap {
    justify-content: flex-start;
  }
}
.form__row.agree .form__error {
  text-align: center;
}
.form__row.agree .mwform-checkbox-field {
  display: inline-block;
  margin-right: 14px;
  width: 16px;
}
@media (max-width: 767px) {
  .form__row.agree .mwform-checkbox-field {
    margin-right: 5.3333333333vw;
    width: 5.0666666667vw;
  }
}
.form__row.agree .mwform-checkbox-field > label {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  padding-left: 0;
}
.form__row.agree .mwform-checkbox-field > label .mwform-checkbox-field-text {
  width: 0;
}
.form__row.agree input[type="checkbox"] {
  width: 16px;
  left: 0;
}
@media (max-width: 767px) {
  .form__row.agree input[type="checkbox"] {
    width: 5.0666666667vw;
  }
}
.form__row.agree input[type="checkbox"] + .mwform-checkbox-field-text:before {
  content: '';
  left: 0;
  border: 1px solid #1a1a1a;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .form__row.agree input[type="checkbox"] + .mwform-checkbox-field-text:before {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.form__row.agree input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  content: '';
  top: 16%;
  border-right: 3px solid #1a1a1a;
  border-bottom: 3px solid #1a1a1a;
}
@media (max-width: 767px) {
  .form__row.agree input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
    top: -5%;
    height: 4.5333333333vw;
    width: 2.4vw;
    border-right: 0.8vw solid #1a1a1a;
    border-bottom: 0.8vw solid #1a1a1a;
  }
}
.form__row.agree input[type="checkbox"]:checked + .mwform-checkbox-field-text:before {
  outline: none;
  border-color: #1a1a1a;
}
.form__row .profile-img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.form__row .w-82 select {
  width: 82px;
}
@media (max-width: 767px) {
  .form__row .w-82 select {
    width: 20vw;
  }
}
.form__row .w-99 select {
  width: 99px;
}
@media (max-width: 767px) {
  .form__row .w-99 select {
    width: 24.6666666667vw;
  }
}
.form__row .w-206 select {
  width: 206px;
}
@media (max-width: 767px) {
  .form__row .w-206 select {
    width: 42vw;
  }
}
.form__row.formTxt.errorstyle input,
.form__row.formTxt.errorstyle select {
  border: 1px solid #D10000 !important;
}
@media (max-width: 767px) {
  .form__row.formTxt.errorstyle input,
  .form__row.formTxt.errorstyle select {
    border: 0.4vw solid #D10000 !important;
  }
}

.form__btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .form__btn {
    flex-direction: column;
  }
}

.form__registration .form__row {
  margin-left: -13px;
  margin-right: -13px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.form__registration .form__column {
  padding: 0px 13px;
}
.form__registration .form__group {
  width: 100%;
  height: unset;
}
@media (max-width: 767px) {
  .form__registration .form__group {
    font-size: 14px;
    line-height: 1.64;
  }
}
@media (max-width: 1024px) {
  .form__registration .form__group .mwform-radio-field {
    margin-right: 16px;
  }
}
@media (max-width: 930px) {
  .form__registration .form__group .mwform-radio-field {
    margin-right: 12px;
  }
}
@media (max-width: 1024px) {
  .form__registration .form__group .mwform-radio-field + .horizontal-item {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .form__registration .form__select select {
    line-height: 1.64 !important;
  }
}
.form__registration input,
.form__registration select {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #CECDCD;
  line-height: 1.5 !important;
}
.form__registration .form__col--12 {
  width: 100%;
}
.form__registration .form__col--6 {
  width: 50%;
}
@media (max-width: 768px) {
  .form__registration .form__col--6 {
    width: 100%;
  }
}
.form__registration .form__label {
  font-size: 16px;
  margin-bottom: 12px;
  display: inline-block;
}
@media (max-width: 767px) {
  .form__registration .form__label {
    font-size: 14px;
  }
}
.form__registration .form__label--required {
  position: relative;
}
.form__registration .form__label--required::after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.56836 8.24999L1.56836 7.22726L7.65927 1.02272L8.65927 2.04544L2.56836 8.24999ZM7.65927 8.24999L1.56836 2.04544L2.56836 1.02272L8.65927 7.22726L7.65927 8.24999ZM0.818359 4.5909C0.818359 4.3409 0.892223 4.13067 1.03995 3.96022C1.18768 3.78976 1.40927 3.70454 1.70472 3.70454C2.01154 3.70454 2.23881 3.78976 2.38654 3.96022C2.53806 4.13067 2.61381 4.3409 2.61381 4.5909C2.61381 4.82953 2.53806 5.03029 2.38654 5.19317C2.23881 5.35226 2.01154 5.43181 1.70472 5.43181C1.40927 5.43181 1.18768 5.35226 1.03995 5.19317C0.892223 5.03029 0.818359 4.82953 0.818359 4.5909ZM4.15927 8.02272C4.15927 7.78408 4.23313 7.58143 4.38086 7.41476C4.52859 7.24431 4.75018 7.15908 5.04563 7.15908C5.34109 7.15908 5.56647 7.24431 5.72177 7.41476C5.87707 7.58143 5.95472 7.78408 5.95472 8.02272C5.95472 8.26135 5.87707 8.4659 5.72177 8.63635C5.56647 8.80302 5.34109 8.88635 5.04563 8.88635C4.75018 8.88635 4.52859 8.80302 4.38086 8.63635C4.23313 8.4659 4.15927 8.26135 4.15927 8.02272ZM4.15927 1.24999C4.15927 1.01135 4.23313 0.808701 4.38086 0.642035C4.52859 0.47158 4.75018 0.386353 5.04563 0.386353C5.34109 0.386353 5.56647 0.47158 5.72177 0.642035C5.87707 0.808701 5.95472 1.01135 5.95472 1.24999C5.95472 1.48863 5.87707 1.69317 5.72177 1.86363C5.56647 2.03029 5.34109 2.11363 5.04563 2.11363C4.75018 2.11363 4.52859 2.03029 4.38086 1.86363C4.23313 1.69317 4.15927 1.48863 4.15927 1.24999ZM7.47745 4.5909C7.47745 4.3409 7.5551 4.13067 7.7104 3.96022C7.86571 3.78976 8.09109 3.70454 8.38654 3.70454C8.682 3.70454 8.90737 3.78976 9.06268 3.96022C9.21798 4.13067 9.29563 4.3409 9.29563 4.5909C9.29563 4.82953 9.21798 5.03029 9.06268 5.19317C8.90737 5.35226 8.682 5.43181 8.38654 5.43181C8.09109 5.43181 7.86571 5.35226 7.7104 5.19317C7.5551 5.03029 7.47745 4.82953 7.47745 4.5909Z' fill='%23FD3232'/%3E%3C/svg%3E%0A");
  color: #FD3232;
  position: absolute;
  right: 0px;
  top: -2px;
  transform: translateX(100%);
}
.form__registration .form__date {
  position: relative;
}
.form__registration .form__dateIcon {
  position: absolute;
  right: 6px;
  top: 7px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2V6' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 2V6' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 10H21' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form__registration .form__title {
  position: relative;
  padding-bottom: 8px;
  padding-left: 12px;
  display: inline-block;
  margin-bottom: 24px;
  font-size: 16px;
}
.form__registration .form__title::before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.56812 8.24999L1.56812 7.22726L7.65902 1.02272L8.65902 2.04544L2.56812 8.24999ZM7.65902 8.24999L1.56812 2.04544L2.56812 1.02272L8.65902 7.22726L7.65902 8.24999ZM0.818115 4.5909C0.818115 4.3409 0.891979 4.13067 1.03971 3.96022C1.18743 3.78976 1.40902 3.70454 1.70448 3.70454C2.0113 3.70454 2.23857 3.78976 2.3863 3.96022C2.53781 4.13067 2.61357 4.3409 2.61357 4.5909C2.61357 4.82953 2.53781 5.03029 2.3863 5.19317C2.23857 5.35226 2.0113 5.43181 1.70448 5.43181C1.40902 5.43181 1.18743 5.35226 1.03971 5.19317C0.891979 5.03029 0.818115 4.82953 0.818115 4.5909ZM4.15902 8.02272C4.15902 7.78408 4.23289 7.58143 4.38062 7.41476C4.52834 7.24431 4.74993 7.15908 5.04539 7.15908C5.34084 7.15908 5.56622 7.24431 5.72152 7.41476C5.87683 7.58143 5.95448 7.78408 5.95448 8.02272C5.95448 8.26135 5.87683 8.4659 5.72152 8.63635C5.56622 8.80302 5.34084 8.88635 5.04539 8.88635C4.74993 8.88635 4.52834 8.80302 4.38062 8.63635C4.23289 8.4659 4.15902 8.26135 4.15902 8.02272ZM4.15902 1.24999C4.15902 1.01135 4.23289 0.808701 4.38062 0.642035C4.52834 0.47158 4.74993 0.386353 5.04539 0.386353C5.34084 0.386353 5.56622 0.47158 5.72152 0.642035C5.87683 0.808701 5.95448 1.01135 5.95448 1.24999C5.95448 1.48863 5.87683 1.69317 5.72152 1.86363C5.56622 2.03029 5.34084 2.11363 5.04539 2.11363C4.74993 2.11363 4.52834 2.03029 4.38062 1.86363C4.23289 1.69317 4.15902 1.48863 4.15902 1.24999ZM7.47721 4.5909C7.47721 4.3409 7.55486 4.13067 7.71016 3.96022C7.86546 3.78976 8.09084 3.70454 8.3863 3.70454C8.68175 3.70454 8.90713 3.78976 9.06243 3.96022C9.21774 4.13067 9.29539 4.3409 9.29539 4.5909C9.29539 4.82953 9.21774 5.03029 9.06243 5.19317C8.90713 5.35226 8.68175 5.43181 8.3863 5.43181C8.09084 5.43181 7.86546 5.35226 7.71016 5.19317C7.55486 5.03029 7.47721 4.82953 7.47721 4.5909Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 16px;
}
.form__registration .form__title::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 1px;
  background-color: #1A1A1A;
}
.form__registration input[type="checkbox"] + .mwform-checkbox-field-text:before {
  top: 12px;
}
@media (max-width: 767px) {
  .form__registration input[type="checkbox"] + .mwform-checkbox-field-text:before {
    top: 50%;
  }
}
.form__registration input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  top: 6%;
}
.form__registration .form__group--jobNotify {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 180px;
}
@media (max-width: 767px) {
  .form__registration .form__group--jobNotify {
    column-gap: normal;
    justify-content: space-around;
  }
}
.form__registration .form__group--jobNotify .mwform-radio-field {
  margin: 0px !important;
}
.form__registration .errorstyle input,
.form__registration .errorstyle select {
  border: 1px solid #D10000 !important;
}
.form__registration .errorstyle .form__agree .mwform-checkbox-field-text::before {
  border: 1px solid #D10000 !important;
}
.form__registration .errorstyle .mwform-radio-field .mwform-radio-field-text::before {
  border: 1px solid #D10000 !important;
}
.form__registration .form__select {
  position: relative;
}
.form__registration .form__select::after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 6px;
  top: 8px;
}
.form__registration .form__agree {
  display: flex;
}
.form__registration .form__agree .mwform-checkbox-field {
  margin-right: 0px !important;
}
.form__registration .form__agree a {
  text-decoration: underline;
}
.form__registration .form__checkbox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}
.form__registration .form__checkbox .mwform-checkbox-field {
  width: 33.3333%;
  margin-right: 0px;
  margin-left: 0px !important;
}
@media (max-width: 768px) {
  .form__registration .form__checkbox .mwform-checkbox-field {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .form__registration .form__checkbox .mwform-checkbox-field {
    font-size: 14px;
    width: 100%;
  }
}
.form__registration .form__checkbox .error {
  width: 100%;
}
.form__registration .d-none {
  display: none !important;
}
@media (max-width: 768px) {
  .form__registration .form__col--mb {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form__registration .form__col--mb {
    margin-bottom: 8vw;
  }
}
@media (max-width: 767px) {
  .form__registration .mwform-radio-field {
    font-size: 14px;
    margin-right: 4.6666666667vw;
  }
}
.form__registration .error {
  line-height: 1.6;
}
.form__registration #user_city_error {
  color: #D10000 !important;
}
.form__registration .profile-img-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.g-recaptcha {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .form__registrationWrap .form__btn .btn-olive01.back {
    margin-top: 8vw;
  }
}
.form__registrationWrap .form__confirm {
  display: block !important;
}
.form__registrationWrap .form__confirm .form__select::after {
  display: none !important;
}
.form__registrationWrap .form__confirm .form__dateIcon {
  display: none !important;
}
.form__registrationWrap .form__confirm .form__cityWish--null,
.form__registrationWrap .form__confirm .form__city--null {
  display: none !important;
}
.form__registrationWrap .form__confirm .form__label--required::after {
  display: none !important;
}
.form__registrationWrap .form__confirm .form__label {
  font-weight: 700 !important;
}
.form__registrationWrap .form__confirm .form__agree {
  display: none !important;
}
.form__registrationWrap .form__confirm .profile-img-row {
  padding: 0px 13px !important;
}
.form__registrationWrap .form__confirm .form__row--agree {
  display: none !important;
}
.form__registrationWrap .form__confirm .form_user_city {
  display: none !important;
}
.form__registrationWrap .form__confirm #user_city_error {
  display: none !important;
}
.form__registrationWrap--confirm {
  background-color: #FFFBB2 !important;
  padding: 50px;
}
@media (max-width: 767px) {
  .form__registrationWrap--confirm {
    padding: 24px 16px;
  }
}

.errorstyle #user_city_error {
  display: none !important;
}

/* module > btn
============================================================================ */
.btn-more01 {
  font-size: 14px;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 166px;
  display: block;
  padding: 6px 0;
  text-align: center;
  position: relative;
  border: solid 2px #FFE200;
}
@media (max-width: 767px) {
  .btn-more01 {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 43.3333333333vw;
    padding: 2.5333333333vw 0;
    border: solid 0.5333333333vw #FFE200;
  }
}
.btn-more01:hover {
  color: white;
  background: #FFE200;
  opacity: 1;
}
@media screen and (max-width: 1175px) {
  .btn-more01:hover {
    color: #1a1a1a;
    background: #ffffff;
  }
}
.btn-more01:hover:before {
  background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-white.svg);
  opacity: 1;
}
@media screen and (max-width: 1175px) {
  .btn-more01:hover:before {
    background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-yellow.svg);
  }
}
.btn-more01:before {
  content: '';
  background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
@media (max-width: 767px) {
  .btn-more01:before {
    width: 2.5333333333vw;
    height: 4.6666666667vw;
    right: 2.6666666667vw;
  }
}

.btn-more02 {
  font-size: 15px;
  font-size: 1.0714285714em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #ffffff;
  display: block;
  text-align: center;
  width: 326px;
  background: #FFE200;
  padding: 18px 0;
  position: relative;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .btn-more02 {
    font-size: 15px;
    font-size: 4vw;
    width: 64.8vw;
    padding: 4.6666666667vw 0;
  }
}
.btn-more02:before {
  content: "";
  background-image: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
@media (max-width: 767px) {
  .btn-more02:before {
    width: 3.0666666667vw;
    height: 5.6vw;
    right: 4vw;
  }
}
.btn-more02:hover {
  background: #8D8500;
  opacity: 1;
}
@media screen and (max-width: 1175px) {
  .btn-more02:hover {
    background: #FFE200;
  }
}

.btn-olive01 {
  font-size: 15px;
  font-size: 1.0714285714em;
  font-weight: bold;
  color: #ffffff;
  background-color: #8D8500;
  display: inline-block;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
}
@media (max-width: 767px) {
  .btn-olive01 {
    font-size: 15px;
    font-size: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.btn-olive01:hover {
  background-color: #FFE200;
}
@media (max-width: 768px) {
  .btn-olive01:hover {
    background-color: #8D8500;
  }
}

.btn-arw__r::before, .btn-arw__l::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 20px;
}

.btn-arw__r::before {
  right: 15px;
  background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-white.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .btn-arw__r::before {
    right: 4.2666666667vw;
  }
}
.btn-arw__l::before {
  background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-left-white.svg) no-repeat 0 0;
  background-size: contain;
  left: 15px;
}
@media (max-width: 767px) {
  .btn-arw__l::before {
    left: 4.2666666667vw;
  }
}

/*  module > breadcrumbs
============================================================================================================ */
.mod-breadcrumbs {
  font-size: 13px;
  color: #767676;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .mod-breadcrumbs {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}

[data-scroll] {
  transition: 1s;
}

[data-scroll="in"] {
  opacity: 1;
}

/*  module > common-top-aside
============================================================================================================ */
.common-top-aside {
  margin-top: 70px;
  margin-bottom: 65px;
  text-align: center;
}
@media (max-width: 767px) {
  .common-top-aside {
    margin-top: 9.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}

/* module > pagenavi
============================================================================== */
.mod-pagenavi .page-numbers {
  font-size: 13px;
  font-size: 0.9285714286em;
  margin-right: 7px;
  display: inline-block;
  border: solid 1px #DBDBDB;
  height: 38px;
  line-height: 37px;
  text-align: center;
  color: #1a1a1a;
  background: #ffffff;
}
@media (max-width: 767px) {
  .mod-pagenavi .page-numbers {
    font-size: 12px;
    font-size: 3.2vw;
    height: 9.2vw;
    line-height: 9.2vw;
    border: solid 0.2666666667vw #DBDBDB;
    margin-right: 1.8666666667vw;
    margin-top: 3.2vw;
  }
}

.mod-pagenavi {
  width: 100%;
  max-width: 696px;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 1175px) {
  .mod-pagenavi {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .mod-pagenavi {
    max-width: none;
    margin-top: -3.2vw;
  }
}
@media (max-width: 767px) {
  .mod-pagenavi .ja .page-numbers:nth-child(6) {
    margin-right: 13vw;
  }
}
@media (max-width: 320px) {
  .mod-pagenavi .ja .page-numbers:nth-child(6) {
    margin-right: 11vw;
  }
}
@media (max-width: 767px) {
  .mod-pagenavi .en .page-numbers:nth-child(6) {
    margin-right: 13vw;
  }
}
@media (max-width: 320px) {
  .mod-pagenavi .en .page-numbers:nth-child(6) {
    margin-right: 11vw;
  }
}
@media (max-width: 767px) {
  .mod-pagenavi .vi .page-numbers:nth-child(6) {
    margin-right: 8.2666666667vw;
  }
}
@media (max-width: 320px) {
  .mod-pagenavi .vi .page-numbers:nth-child(6) {
    margin-right: 6vw;
  }
}
.mod-pagenavi a {
  width: 41px;
}
@media (max-width: 767px) {
  .mod-pagenavi a {
    width: 8.9333333333vw;
  }
}
.mod-pagenavi a:hover {
  background: #8D8500;
  color: #ffffff;
  border: solid 1px #8D8500;
  opacity: 1;
}
@media (max-width: 767px) {
  .mod-pagenavi a:hover {
    background: #ffffff;
    color: #1a1a1a;
    border: solid 0.2666666667vw #DBDBDB;
  }
}
.mod-pagenavi .prev,
.mod-pagenavi .next {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .mod-pagenavi .prev,
  .mod-pagenavi .next {
    padding-left: 3.6vw;
    padding-right: 3.6vw;
  }
}
.mod-pagenavi .prev span,
.mod-pagenavi .next span {
  display: inline-block;
  position: relative;
}
.mod-pagenavi .prev span {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .mod-pagenavi .prev span {
    padding-left: 3.6vw;
  }
}
.mod-pagenavi .prev span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-left-black.svg) no-repeat 0 0;
  background-size: contain;
  width: 6px;
  height: 12px;
  left: 0;
}
@media (max-width: 767px) {
  .mod-pagenavi .prev span::before {
    width: 1.6vw;
    height: 3.2vw;
  }
}
.mod-pagenavi .prev:hover span::before {
  background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-left-white.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .mod-pagenavi .prev:hover span::before {
    background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-left-black.svg) no-repeat 0 0;
  }
}
.mod-pagenavi .next span {
  padding-right: 16px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .mod-pagenavi .next span {
    padding-right: 3.6vw;
  }
}
.mod-pagenavi .next span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-black.svg) no-repeat 0 0;
  background-size: contain;
  width: 6px;
  height: 12px;
  right: 0;
}
@media (max-width: 767px) {
  .mod-pagenavi .next span::before {
    width: 1.6vw;
    height: 3.2vw;
  }
}
.mod-pagenavi .next:hover span::before {
  background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-white.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .mod-pagenavi .next:hover span::before {
    background: url(https://locobee.com/mag/wp-content/themes/locobeemag2021/img/common/icn_arrow-right-black.svg) no-repeat 0 0;
  }
}
.mod-pagenavi .dots {
  width: 41px;
}
@media (max-width: 767px) {
  .mod-pagenavi .dots {
    width: 8.9333333333vw;
  }
}
.mod-pagenavi .current {
  width: 41px;
  background: #FFE200;
  color: #ffffff;
  border: solid 1px #FFE200;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mod-pagenavi .current {
    width: 8.9333333333vw;
    border: solid 0.2666666667vw #FFE200;
  }
}
.mod-pagenavi__inner {
  display: inline-block;
}
.mod-pagenavi__box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: right;
  justify-content: right;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.ja {
  /*   @include mq_sp {
      &.nav-1{
        justify-content: center;
        .page-numbers:nth-child(6){
          margin-right: 0;
        }
      }
      &.nav-3{
        .page-numbers:nth-child(6){
          margin-right: size_sp(14);
        }
        .page-numbers:nth-child(7){
          margin-right: size_sp(62);
        }
      }
    } */
}
@media (max-width: 767px) {
  .ja.nav-1, .ja.nav-last {
    justify-content: center;
  }
  .ja.nav-1 .page-numbers:nth-child(6), .ja.nav-last .page-numbers:nth-child(6) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .en.nav-1, .en.nav-last {
    justify-content: center;
  }
  .en.nav-1 .page-numbers:nth-child(6), .en.nav-last .page-numbers:nth-child(6) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .vi.nav-1, .vi.nav-last {
    justify-content: center;
  }
  .vi.nav-1 .page-numbers:nth-child(6), .vi.nav-last .page-numbers:nth-child(6) {
    margin-right: 0;
  }
}

/* module > btn
============================================================================ */
.scroller-status {
  display: none;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .scroller-status {
    margin-top: 8vw;
  }
}

.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #fff100;
  border-left: 4px solid #FFE200;
  border-radius: 50%;
  height: 48px;
  margin: 0 auto 75px;
  width: 48px;
}

@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.infinite-scroll-last,
.infinite-scroll-error {
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .infinite-scroll-last,
  .infinite-scroll-error {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

/* module > membership-popup
============================================================================ */
.membership-popup {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: normal;
  align-items: normal;
  -webkit-align-content: normal;
  align-content: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 990px;
  background: #fff100;
  position: fixed;
  top: 267px;
  left: 0;
  z-index: 5;
  transform: translateX(-120%);
  transition: 0.7s;
}
@media (max-width: 767px) {
  .membership-popup {
    flex-wrap: wrap;
    width: 72vw;
    top: 39.7333333333vw;
  }
}
.membership-popup.is-active {
  transform: translateX(0);
}
.membership-popup__close {
  position: absolute;
  top: -30px;
  right: -34px;
  z-index: 1;
  width: 68px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .membership-popup__close {
    width: 13.3333333333vw;
    top: -5.8666666667vw;
    right: -6.6666666667vw;
  }
}
.membership-popup__bnr {
  width: 460px;
}
@media (max-width: 767px) {
  .membership-popup__bnr {
    width: 100%;
  }
}
.membership-popup__main {
  width: 530px;
  padding-top: 22px;
  padding-bottom: 16px;
  background: white;
  border: 11px solid #fff100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .membership-popup__main {
    width: 100%;
    padding-top: 3.8666666667vw;
    padding-bottom: 2.5333333333vw;
    border-width: 1.4666666667vw;
    row-gap: 0px;
  }
}
.membership-popup__signup {
  width: 442px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .membership-popup__signup {
    width: 54.6666666667vw;
  }
}
.membership-popup .public-style#wpg-login {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .membership-popup .public-style#wpg-login {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: normal;
    align-items: normal;
    -webkit-align-content: normal;
    align-content: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 25.6vw;
    margin: 4vw auto 4vw;
  }
}
@media (max-width: 767px) {
  .membership-popup .public-style#wpg-login .my_fb_link {
    position: relative;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .membership-popup .public-style#wpg-login .my_fb_link i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.4vw;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .membership-popup .public-style#wpg-login .my_fb_link i img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .membership-popup .public-style#wpg-login .my_fb_link span {
    display: none;
  }
}
.membership-popup .public-style#wpg-login .my_fb_link_facebook {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .membership-popup .public-style#wpg-login .my_fb_link_facebook {
    margin-top: 0;
  }
}
.membership-popup__bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: normal;
  align-items: normal;
  -webkit-align-content: normal;
  align-content: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  font-size: 15px;
  font-size: 1.0714285714em;
  padding-left: 19px;
  padding-right: 14px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .membership-popup__bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: normal;
    align-content: normal;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.membership-popup__none {
  position: relative;
}
@media (max-width: 767px) {
  .membership-popup__none {
    margin-top: 4vw;
  }
}
.membership-popup__none label {
  position: relative;
  cursor: pointer;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .membership-popup__none label {
    padding-left: 6.6666666667vw;
  }
}
.membership-popup__none label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  .membership-popup__none label:before {
    width: 4vw;
    height: 4vw;
  }
}
.membership-popup__none input[type="checkbox"]:checked + label:before {
  background: #FFE200;
}
.membership-popup__login {
  position: relative;
  padding-right: 23px;
}
@media (max-width: 767px) {
  .membership-popup__login {
    padding-right: 7.6vw;
  }
}
.membership-popup__login:after {
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-left: 5px;
  background: url(img/common/arw_popup.svg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .membership-popup__login:after {
    width: 5.8666666667vw;
    height: 4.9333333333vw;
  }
}