@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;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  -webkit-backface-visibility: hidden;
          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: -webkit-box !important;
  display: -ms-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 320px) {
  .sp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .pctab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .pctab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 320px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

small {
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}

html,
body {
  width: 100%;
  line-height: 1.64286;
  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.26667vw;
    line-height: 1.36667;
  }
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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%;
  -o-object-fit: cover;
     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.42857em;
}

@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.57143em;
  }
}

h2 {
  font-size: 30px;
  font-size: 2.14286em;
}

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

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

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

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

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

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

.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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single-comments__user {
    margin-bottom: 6.66667vw;
  }
}

.single-comments__userImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .single-comments__userImg {
    width: 10.66667vw;
    height: 10.66667vw;
    margin-right: 4vw;
  }
}

.single-comments__userName {
  font-size: 19px;
  font-size: 1.35714em;
  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.92857em;
  display: block;
  line-height: 1;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .single-comments__comment label {
    font-size: 13px;
    font-size: 3.46667vw;
    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.73333vw;
    margin-top: 5.33333vw;
  }
}

.single-comments .form-submit:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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.86667vw;
    height: 4.26667vw;
  }
}

.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.35714;
  cursor: pointer;
}

@media (max-width: 767px) {
  .single-comments .form-submit .submit {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 3.06667vw 0;
  }
}

.single-comments__list {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .single-comments__list {
    margin-top: 13.33333vw;
  }
}

.single-comments__item {
  position: relative;
  margin-bottom: 108px;
}

@media (max-width: 767px) {
  .single-comments__item {
    margin-bottom: 20.93333vw;
  }
}

.single-comments__itemInner {
  height: 211px;
  padding: 30px 30px 40px;
  border: 2px solid #dbdbdb;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow: hidden;
}

@media (max-width: 767px) {
  .single-comments__itemInner {
    height: 39.73333vw;
    padding: 5.33333vw 5.33333vw 6.66667vw;
  }
}

.single-comments__item:last-of-type {
  margin-bottom: 0;
}

.single-comments__item .rep-count {
  font-size: 16px;
  font-size: 1.14286em;
  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.33333vw;
  }
}

.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%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 83.46667vw;
    margin-top: 9.86667vw;
  }
}

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

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

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

.single-comments__item .comment-respond small {
  display: none;
}

.single-comments__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .single-comments__author {
    margin-bottom: 2.66667vw;
  }
}

.single-comments__authorImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .single-comments__authorImg {
    width: 10.66667vw;
    height: 10.66667vw;
    margin-right: 4vw;
  }
}

.single-comments__authorName {
  font-size: 19px;
  font-size: 1.35714em;
  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.21429em;
  color: #767676;
  line-height: 1;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .single-comments__date {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 1.86667vw;
  }
}

.single-comments__txt {
  font-size: 15px;
  font-size: 1.07143em;
  min-height: 6.2em;
  line-height: 2.06667;
  word-break: break-word;
}

@media (max-width: 767px) {
  .single-comments__txt {
    font-size: 15px;
    font-size: 4vw;
    line-height: 2.06667;
  }
}

.single-comments__reply {
  margin-top: 52px;
}

@media (max-width: 767px) {
  .single-comments__reply {
    margin-top: 8.53333vw;
  }
}

.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.73333vw;
    width: 46vw;
    padding: 3.73333vw 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.73333vw;
    width: 46vw;
    padding: 3.73333vw 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%;
  -webkit-transform: translateX(-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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-comments__toggle.active:before {
  -webkit-transform: translateX(-50%) rotateX(180deg);
          transform: translateX(-50%) rotateX(180deg);
}

.single-comments__editsWrap {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .single-comments__editsWrap {
    margin-top: 4.53333vw;
  }
}

.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.66667vw;
    margin-bottom: 6.66667vw;
  }
}

.single-comments__editBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.single-comments .comment-edit__btn {
  font-size: 12px;
  font-size: 0.85714em;
  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.13333vw;
    padding: 2.93333vw 0;
    border-width: 0.53333vw;
    border-radius: 4.66667vw;
  }
}

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

.editor-content h1 {
  font-size: 36px;
  font-size: 2.57143em;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .editor-content h1 {
    font-size: 25px;
    font-size: 6.66667vw;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.editor-content h2 {
  font-size: 30px;
  font-size: 2.14286em;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .editor-content h2 {
    font-size: 22px;
    font-size: 5.86667vw;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.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.33333vw;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.editor-content h4 {
  font-size: 24px;
  font-size: 1.71429em;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .editor-content h4 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.editor-content h5 {
  font-size: 22px;
  font-size: 1.57143em;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .editor-content h5 {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.editor-content h6 {
  font-size: 20px;
  font-size: 1.42857em;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .editor-content h6 {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.editor-content p {
  font-size: 18px;
  font-size: 1.28571em;
}

@media (max-width: 767px) {
  .editor-content p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.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.66667vw;
    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.26667vw;
    margin-top: 29.06667vw;
  }
}

.common-ttl {
  font-size: 25px;
  font-size: 1.78571em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #ffffff;
  width: 27.24902%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 2.21643% 2.60756%;
  margin-left: 1.56454%;
}

@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.33333vw;
    width: 46vw;
    padding: 4vw 4.53333vw;
  }
}

.common-ttl:lang(en) {
  width: 29.72621%;
}

@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.06667vw;
  }
}

.common-ttl:before {
  -webkit-transform: skewX(-19deg);
          transform: skewX(-19deg);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFE200;
}

/* 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;
  -webkit-transition: 1s;
  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.06667vw;
    padding: 0;
  }
}

.common-header.hide {
  -webkit-transform: translateY(-98px);
          transform: translateY(-98px);
}

@media (max-width: 767px) {
  .common-header.hide {
    -webkit-transform: translateY(-18.2vw);
            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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 17px 0 31px;
}

@media (max-width: 767px) {
  .common-header__high {
    width: 92vw;
    padding: 3.46667vw 0 2.8vw;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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.66667vw;
    text-align: center;
  }
}

.common-header__logo {
  width: 187px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .common-header__logo {
    width: 30.66667vw;
    margin: 2.66667vw auto 0;
  }
}

.common-header__logo img {
  width: 100%;
}

.common-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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::-webkit-input-placeholder {
  font-size: 12px;
  color: #767676 !important;
}

.common-header__search-form #search-box:-ms-input-placeholder {
  font-size: 12px;
  color: #767676 !important;
}

.common-header__search-form #search-box::-ms-input-placeholder {
  font-size: 12px;
  color: #767676 !important;
}

.common-header__search-form #search-box::placeholder {
  font-size: 12px;
  color: #767676 !important;
}

@media (max-width: 767px) {
  .common-header__search-form #search-box::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 3.73333vw;
    color: #1a1a1a !important;
  }
  .common-header__search-form #search-box:-ms-input-placeholder {
    font-size: 14px;
    font-size: 3.73333vw;
    color: #1a1a1a !important;
  }
  .common-header__search-form #search-box::-ms-input-placeholder {
    font-size: 14px;
    font-size: 3.73333vw;
    color: #1a1a1a !important;
  }
  .common-header__search-form #search-box::placeholder {
    font-size: 14px;
    font-size: 3.73333vw;
    color: #1a1a1a !important;
  }
}

.common-header__search-btn {
  width: 40px;
  height: 35px;
  background: #ffffff;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .common-header__search-btn {
    width: 5.73333vw;
    height: 6.13333vw;
    background: #fff100;
    position: absolute;
    top: 5.33333vw;
    left: 4.66667vw;
  }
}

.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%;
  -webkit-transform: translate(-50%, -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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.common-header__search-btn img.active {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .common-header__search.first .common-header__search-form {
    height: 11.06667vw;
  }
}

@media (max-width: 767px) {
  .common-header__search.first #search-box {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 0vw !important;
    height: 11.6vw;
    padding: 0;
    position: absolute;
    top: -0.26667vw;
    left: -84.4vw;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .common-header__search.first #search-box.active {
    width: 82.26667vw !important;
    padding: 3.46667vw 4vw;
  }
}

@media (max-width: 767px) {
  .common-header__search.first .common-header__search-btn {
    width: 5.73333vw;
    height: 6.13333vw;
    opacity: 0;
    display: none;
    position: relative;
    top: 2.26667vw;
    left: 1.86667vw;
    background: url(img/common/icn_search-black.svg) no-repeat;
    -webkit-transition: opacity 0.5s;
    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.26667vw;
    left: 1.86667vw;
  }
}

@media (max-width: 767px) {
  .common-header__search.second {
    width: 100%;
    height: 10.66667vw;
  }
}

@media (max-width: 767px) {
  .common-header__search.second .common-header__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-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::-webkit-input-placeholder {
    font-size: 13px;
    font-size: 3.46667vw;
    color: #767676 !important;
  }
  .common-header__search.second #search-box:-ms-input-placeholder {
    font-size: 13px;
    font-size: 3.46667vw;
    color: #767676 !important;
  }
  .common-header__search.second #search-box::-ms-input-placeholder {
    font-size: 13px;
    font-size: 3.46667vw;
    color: #767676 !important;
  }
  .common-header__search.second #search-box::placeholder {
    font-size: 13px;
    font-size: 3.46667vw;
    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.26667vw;
    height: 4.53333vw;
    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 {
  -webkit-transform: rotate(180deg);
          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;
  -webkit-transition: 0.5s;
  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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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%;
  -webkit-transform: translateY(-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%;
  -webkit-transform: translateY(-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%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 11px;
}

.common-header__menu {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.93333vw;
  }
}

.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.93333vw;
    width: 36vw !important;
    height: 10.8vw;
  }
}

@media (max-width: 767px) {
  .common-header__menu-list:first-of-type {
    background: #ffffff;
    border: solid 0.66667vw #fff100;
  }
}

.common-header__menu-list:first-of-type a {
  padding: 2.53333vw 0;
}

@media (max-width: 767px) {
  .common-header__menu-list:not(:last-of-type) {
    margin-right: 0.90667vw;
  }
}

@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 {
    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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1110px) {
  .common-header__menu-list > a {
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .common-header__menu-list > a {
    display: block;
    text-align: center;
    padding: 3.2vw 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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.33333vw;
    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.06667vw;
    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.66667vw 0;
  }
}

@media (max-width: 767px) {
  .common-header .common-header__menu-list:first-of-type .common-header__sub-menu {
    width: 36.26667vw;
    top: 10vw;
    left: -0.66667vw;
  }
}

@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.33333vw 0 4.26667vw 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%;
    -webkit-transform: translateY(-50%);
            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%;
    -webkit-transform: translateY(-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.13333vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.53333vw;
  }
}

@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.33333vw 0 4.26667vw 8.13333vw;
  }
}

@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%;
    -webkit-transform: translateY(-50%);
            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.66667vw 0 2.53333vw 8.13333vw;
    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%;
    -webkit-transform: translateY(-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.13333vw;
  }
}

@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.13333vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.53333vw;
  }
}

.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.13333vw;
  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.73333vw;
    position: absolute;
    background: no-repeat;
    background-size: contain;
    top: 2.53333vw;
  }
}

@media (max-width: 767px) {
  .common-header .slick-prev:before {
    background-image: url("img/common/icn_arrow-left.svg");
    left: 1.73333vw;
  }
}

@media (max-width: 767px) {
  .common-header .slick-next:before {
    background-image: url("img/common/icn_arrow-right.svg");
    right: 1.73333vw;
  }
}

@media (max-width: 767px) {
  .common-header__hamburger {
    width: 7.6vw;
    height: 5.73333vw;
    position: relative;
    top: 2.26667vw;
  }
}

@media (max-width: 767px) {
  .common-header__hamburger-bar {
    width: 100%;
    height: 0.66667vw;
    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.66667vw;
  }
}

@media (max-width: 767px) {
  .common-header__hamburger-bar:nth-of-type(3) {
    top: 5.6vw;
  }
}

@media (max-width: 767px) {
  .common-header__cross {
    width: 9.46667vw;
    height: 7.2vw;
    position: fixed;
    top: 4.66667vw;
    left: 2.93333vw;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .common-header__cross span {
    width: 100%;
    height: 0.66667vw;
    background: #ffffff;
    position: absolute;
  }
}

@media (max-width: 767px) {
  .common-header__cross span:first-of-type {
    top: 46%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .common-header__cross span:last-of-type {
    bottom: 51%;
    -webkit-transform: rotate(-45deg) translateY(50%);
            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;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 20;
    overflow-y: scroll;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

.common-header__full.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 767px) {
  .common-header__full-container {
    width: 65.33333vw;
    margin: 0 auto;
    padding: 12vw 0 8.53333vw;
  }
}

@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.33333vw 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.66667vw 0 9.33333vw;
    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.33333vw 0;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .common-header__item a {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .common-header__item .cat-item {
    padding: 6.66667vw 0 0;
  }
}

.common-header__item .cat-item 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.86667vw;
  }
}

@media (max-width: 767px) {
  .common-header__item.logged_in .cat-item {
    padding-top: 8.13333vw;
  }
}

.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.46667vw;
    height: 5.46667vw;
    position: absolute;
    bottom: -0.8vw;
    left: -7.86667vw;
  }
}

.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.46667vw;
    height: 5.46667vw;
    position: absolute;
    bottom: -0.8vw;
    left: -7.86667vw;
  }
}

@media (max-width: 767px) {
  .common-header__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.common-header__item-inner.lang {
  width: 100%;
}

@media (max-width: 767px) {
  .common-header__item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-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 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .common-header__item-img {
    width: 4vw;
    height: 2.66667vw;
    position: relative;
  }
}

@media (max-width: 767px) {
  .common-header__item-img img {
    position: absolute;
    top: 0.26667vw;
    left: 0.26667vw;
  }
}

@media (max-width: 767px) {
  .common-header__sub-items {
    display: none;
    width: 57.33333vw;
    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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .common-header__img.lang {
    width: 5.46667vw;
    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%;
  -webkit-transform: translateY(-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.26667vw;
    height: 3.46667vw;
  }
}

.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.92857em;
  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%;
  -webkit-transform: translateX(-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-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: none;
    position: static;
    -webkit-transform: none;
            transform: none;
    left: 0;
    padding-bottom: 0;
  }
}

.common-footer__wrap.nav .common-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.common-footer__wrap.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.06667vw;
  }
}

.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.33333vw;
    right: 2.66667vw;
  }
}

.common-pagetop__wrap {
  position: relative;
  width: 50px;
}

@media (max-width: 767px) {
  .common-pagetop__wrap {
    width: 13.33333vw;
    height: 11.86667vw;
  }
}

.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 {
  -webkit-transform: scale(0.75) !important;
          transform: scale(0.75) !important;
  margin: 0 2px 0 0 !important;
  z-index: 8 !important;
}

@media (max-width: 767px) {
  .fb_dialog_content iframe {
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    bottom: 33.33333vw !important;
    right: 0.66667vw !important;
  }
}

/*  layout > top > recommend
============================================================================================================ */
.top-recommend {
  width: 100%;
  margin: 0 auto 7.8125%;
  padding: 0 4.29688%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.46667vw;
    padding: 0;
    margin-bottom: 16vw;
  }
}

.top-recommend-item {
  color: #ffffff;
  width: 32.82051%;
  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.86667vw;
    height: 34.66667vw;
  }
}

.top-recommend-item:nth-of-type(n+3) {
  margin-top: 0.68376%;
}

@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.73333vw;
  }
}

.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.86458% 5.20833%;
  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.93333vw;
    padding: 2.13333vw 2.66667vw;
  }
}

.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%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-recommend-item__thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, 0.3)), to(rgba(26, 26, 26, 0)));
  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.58333%;
  position: absolute;
  left: 5.20833%;
  bottom: 4.61538%;
  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.53333vw;
    left: 2.66667vw;
    bottom: 2.66667vw;
  }
}

.top-recommend-item__date {
  font-size: 13px;
  font-size: 0.92857em;
}

@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.42857em;
  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.16279%;
}

@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.73333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 制限したい行数が3の場合 */
    overflow: hidden;
  }
}

.top-recommend-item__txt {
  font-size: 10px;
  font-size: 0.71429em;
  height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
  -webkit-transition: 0.6s;
  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.65812%;
  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.86667vw;
    height: 34.66667vw;
  }
}

.top-recommend-item:nth-of-type(-n+2) .top-recommend-item__inner {
  width: 93.11532%;
  bottom: 4.92958%;
}

@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.53333vw;
    left: 2.66667vw;
    bottom: 2.66667vw;
  }
}

.top-recommend-item:nth-of-type(-n+2) .top-recommend-item__cat {
  padding: 1.89329% 3.44234%;
}

@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.13333vw 2.66667vw;
  }
}

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

@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.71429em;
  margin-top: 1.10906%;
}

@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.73333vw;
    line-height: 1.35;
    margin-top: 1.06667vw;
  }
}

.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.46667vw;
    height: 53.06667vw;
  }
}

@media (max-width: 767px) {
  .top-recommend-item:first-of-type .top-recommend-item__inner {
    width: 86.13333vw;
  }
}

@media (max-width: 767px) {
  .top-recommend-item:first-of-type .top-recommend-item__cat {
    font-size: 13px;
    font-size: 3.46667vw;
    padding: 2.53333vw 2.66667vw;
  }
}

@media (max-width: 767px) {
  .top-recommend-item:first-of-type .top-recommend-item__date {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-left: 0.4vw;
  }
}

@media (max-width: 767px) {
  .top-recommend-item:first-of-type .top-recommend-item__ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    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.64537%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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.46667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 16.66667vw;
  }
}

.top-cat__column {
  padding-top: 1.30378%;
}

@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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 4.43286%;
}

@media (min-width: 1281px) {
  .top-cat__wrap.ttl {
    margin-bottom: 31px;
  }
}

.top-cat__wrap.ttl:lang(ja) {
  margin-bottom: 5.60626%;
}

@media (min-width: 1281px) {
  .top-cat__wrap.ttl:lang(ja) {
    margin-bottom: 43px;
  }
}

.top-cat__wrap.ttl:lang(en) {
  margin-bottom: 5.21512%;
}

@media (min-width: 1281px) {
  .top-cat__wrap.ttl:lang(en) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .top-cat__wrap.ttl {
    margin-bottom: 6.66667vw;
    -ms-flex-wrap: wrap;
        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.07143em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  color: #FFE200;
  vertical-align: middle;
  padding: 0 3.82008%;
  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.46667vw;
    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 5.86667vw;
    margin-bottom: 9.06667vw;
  }
}

.top-cat__ttl:lang(en) {
  padding: 0 2.60756%;
}

@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.73333vw;
  }
}

@media (max-width: 767px) {
  .top-cat__ttl:lang(en):nth-of-type(-n+4) {
    padding: 0 4.8vw;
    margin-bottom: 7.73333vw;
  }
}

.top-cat__ttl:lang(vi) {
  padding: 0 1.69492%;
}

@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.33333vw;
  }
}

.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%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: -1.07527%;
  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.06667vw;
    left: -0.26667vw;
  }
}

@media (max-width: 767px) {
  .top-cat__ttl.active:after:lang(vi) {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.top-cat__ttl:not(:last-of-type):before {
  content: "";
  width: 0.71429%;
  height: 3.125vw;
  background: #DBDBDB;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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.26667vw;
    height: 4.8vw;
  }
}

.top-cat__list {
  position: relative;
  height: 38.36vw;
  margin-bottom: 7.1708%;
}

@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.13333vw;
    margin-bottom: 10.66667vw;
  }
}

.top-cat__item {
  width: 50.06519%;
}

@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.08772%;
  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.06667vw;
  }
}

.top-cat__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-cat__item-detail {
  width: 61.9883%;
  margin-top: 1.16959%;
}

@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.53333vw;
    margin-top: 0;
  }
}

.top-cat__item-date {
  font-size: 11px;
  font-size: 0.78571em;
  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.46667vw;
  }
}

.top-cat__item-ttl {
  font-size: 14px;
  font-size: 1em;
  margin-top: 4.71698%;
  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.86667vw;
  }
}

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

.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.22917%;
  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.73333vw;
    width: 43.33333vw;
    padding: 2.53333vw 0;
    margin-top: 5.06667vw;
    border: solid 0.53333vw #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.22892%;
  height: 51.28205%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.01205%;
}

@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.53333vw;
    height: 4.66667vw;
    right: 2.66667vw;
  }
}

.top-cat__item-btn.btn-more02 {
  margin-left: 29.46545%;
}

@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.66667vw;
  }
}

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

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

@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.46667vw;
  }
}

.top-cat__item:first-of-type .top-cat__item-ttl {
  font-size: 20px;
  font-size: 1.42857em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  margin-top: 1.82292%;
  -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.66667vw;
    margin-top: 2.4vw;
  }
}

.top-cat__item:first-of-type .top-cat__item-txt {
  margin-top: 1.82292%;
}

@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.66667vw;
  }
}

.top-cat__item:not(:first-of-type) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 44.58931%;
  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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.top-cat__item:nth-of-type(n+3) {
  margin-top: 3.78096%;
}

@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.66667vw;
  }
}

.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.62712%;
  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.46667vw;
    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.46667vw;
  }
}

.top-new .common-ttl {
  width: 27.24902%;
}

@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.72621%;
}

@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.06667vw;
  }
}

.top-new__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 3.91134% 0 10.43025%;
}

@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.66667vw;
  }
}

.top-new__item {
  width: 48.2399%;
  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.82269%;
}

@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.33333vw;
  }
}

.top-new__item-cat {
  font-size: 15px;
  font-size: 1.07143em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #FFE200;
  padding: 1.62162% 5.40541%;
  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.86667vw 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.93333vw;
  }
}

.top-new__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-new__item-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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.26667vw;
  }
}

.top-new__item-date {
  font-size: 15px;
  font-size: 1.07143em;
  color: #767676;
  display: block;
  margin-top: 2.97297%;
}

@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.46667vw;
    margin-top: 3.33333vw;
  }
}

.top-new__item-ttl {
  display: block;
  font-size: 20px;
  font-size: 1.42857em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  margin-top: 2.16216%;
  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.66667vw;
    margin-top: 2.4vw;
  }
}

.top-new__item-txt {
  font-size: 14px;
  font-size: 1em;
  margin-top: 1.62162%;
  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.73333vw;
    line-height: 1.64;
    margin-top: 2.66667vw;
  }
}

.top-new__inner {
  font-size: 14px;
  font-size: 1em;
  line-height: 2.3;
  margin-top: 5.60626%;
}

@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.73333vw;
    line-height: 1.67;
    margin-top: 11.46667vw;
  }
}

.top-new__btn.btn-more02 {
  margin-left: 29.72621%;
}

@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.46667vw;
  }
}

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

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

.common-archives__inner.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.66667vw 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.73333vw;
    line-height: 1.7;
    margin-top: 1.33333vw;
  }
}

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

.common-single__container {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .common-single__container {
    margin-bottom: 13.33333vw;
  }
}

.common-single__container.page-info {
  padding: 0 !important;
}

.common-single__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.26667vw;
    margin-top: 1.33333vw;
  }
}

.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.06667vw 1.86667vw;
  }
}

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

.common-single__subTtl {
  font-size: 22px;
  font-size: 1.57143em;
  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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .common-single__low {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.46667vw;
  }
}

.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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .common-single__right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 5.33333vw;
  }
}

.common-single__right img {
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .common-single__right img {
    width: 8.53333vw;
    height: 8.53333vw;
  }
}

.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.46667vw;
    border: solid 0.53333vw #FFE200;
    border-radius: 5.33333vw;
    padding: 3.2vw 6.4vw 3.2vw 13.86667vw;
    margin-right: 5.33333vw;
  }
}

.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
}

@media (max-width: 767px) {
  .common-single__favorite .wpfp-link:before {
    width: 5.33333vw;
    height: 4.93333vw;
    left: 6.66667vw;
  }
}

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

.editor-content {
  width: 696px;
}

@media (max-width: 767px) {
  .editor-content {
    width: 91.46667vw;
  }
}

.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.26667vw 3.33333vw;
    border-left: solid 1.6vw #FFE200;
    margin-left: -0.8vw;
    margin-bottom: 7.06667vw;
  }
}

.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.46667vw;
    margin-top: 17.86667vw;
  }
}

.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.33333vw;
    width: 35.33333vw;
    padding: 4vw 2vw 4.13333vw;
    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.46667vw;
    margin-top: 11.73333vw;
  }
}

.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.13333vw 2vw;
  }
}

.common-related .common-ttl:lang(en) {
  width: 160px;
}

@media (max-width: 767px) {
  .common-related .common-ttl:lang(en) {
    width: 42.66667vw;
  }
}

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

.common-related__back {
  background: #2c2f34;
  width: 100%;
  height: 397px;
}

.common-related__tag {
  font-size: 11px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.06667vw;
    padding: 1.33333vw 2vw;
  }
}

.common-related__tag-icn {
  width: 11px;
  height: 9px;
  display: inline-block;
}

@media (max-width: 767px) {
  .common-related__tag-icn {
    width: 2.66667vw;
    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.06667vw;
    padding: 1.06667vw 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.33333vw;
  }
}

/* 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.33333vw;
  }
}

.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.13333vw;
    bottom: 2.66667vw;
    left: 2.66667vw;
  }
}

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

.common-post__thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, 0.3)), to(rgba(26, 26, 26, 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%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-post__date {
  font-size: 16px;
}

@media (max-width: 767px) {
  .common-post__date {
    font-size: 13px;
    font-size: 3.46667vw;
    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.26667vw;
    line-height: 1.37;
    margin-top: 1.86667vw;
  }
}

.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;
  -webkit-transition: 0.6s;
  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.93333vw;
    margin-top: 5.33333vw;
    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.46667vw;
  }
}

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

@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.66667vw;
  }
}

.common-search__inner.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.66667vw 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.73333vw;
    line-height: 1.7;
  }
}

/*  layout > sidebar
============================================================================================================ */
.common-2columns {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .common-2columns {
    width: 100%;
    padding: 0;
  }
}

.common-main-cont {
  width: 65.55556%;
  margin-right: 4.95726%;
  margin-bottom: 7.86325%;
}

@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.33333vw;
  }
}

.common-sidebar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .common-sidebar__item {
    margin-top: 6.66667vw;
  }
}

@media (max-width: 767px) {
  .common-sidebar__item:nth-of-type(1) {
    margin-top: 8vw;
  }
}

.common-sidebar__item form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.53333vw;
    margin-right: 3.33333vw;
  }
}

.common-sidebar__articleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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.33333vw);
    height: auto;
  }
}

.common-sidebar__articleInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (max-width: 767px) {
  .common-sidebar__articleInfo {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.common-sidebar__articleCat {
  font-size: 11px;
  font-size: 0.78571em;
  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.53333vw 3.86667vw;
  }
}

.common-sidebar__articleCat:hover {
  opacity: 1;
  background: #8D8500;
}

.common-sidebar__articleDate {
  font-size: 11px;
  font-size: 0.78571em;
  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.46667vw;
    margin-top: 3.2vw;
  }
}

@media (max-width: 767px) {
  .common-sidebar__articleDate:lang(vi) {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.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.92857em;
  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.46667vw;
    width: 43.86667vw;
    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.73333vw;
    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.73333vw;
    border-style: solid;
    border-width: 11.2vw 3.73333vw 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.73333vw;
    border-style: solid;
    border-width: 0 0 11.2vw 3.73333vw;
    border-color: transparent transparent #FFE200 transparent;
  }
}

.common-sidebar__wrap.article .common-sidebar__inner.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.53333vw 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.28571;
}

@media (max-width: 767px) {
  .common-registration-form__intro {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
    margin-bottom: 11.06667vw;
  }
}

.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.66667vw 4vw 13.33333vw;
  }
}

.common-registration-form__note {
  font-size: 11px;
  font-size: 0.78571em;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .common-registration-form__note {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 6.53333vw;
  }
}

.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.73333vw;
    margin-top: 13.33333vw;
    padding: 8vw 6.66667vw;
    border: 0.26667vw 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.73333vw;
    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.33333vw;
  }
}

.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.73333vw 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.73333vw 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.07143;
    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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-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.73333vw;
    margin-bottom: 13.33333vw;
  }
}

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

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.33333vw !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.86667vw 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.73333vw 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.28571;
}

@media (max-width: 767px) {
  .page-registration-done__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 14vw;
    line-height: 2.07143;
  }
}

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

.page-registration-done.registration .page-registration-done__img {
  width: 132px;
}

@media (max-width: 767px) {
  .page-registration-done.registration .page-registration-done__img {
    width: 27.06667vw;
  }
}

/*  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.33333vw;
  }
}

@media (max-width: 767px) {
  .common-registration-form.provisionalRegistration .form__row .form__col:first-of-type {
    margin-bottom: 1.33333vw;
  }
}

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

@media (max-width: 380px) {
  .common-registration-form.provisionalRegistration .g-recaptcha {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.8);
            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.33333vw;
  }
}

.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.86667vw 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.86667vw 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.33333vw !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.26667vw;
  }
}

.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.73333vw;
    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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .page-mypage__info {
    width: 91.46667vw;
    margin-bottom: 28.53333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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.33333vw;
  }
}

.page-mypage__left img {
  width: 100%;
  -o-object-fit: cover;
     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.73333vw;
    width: 65.6vw;
    padding: 3.6vw 0;
    margin-top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -18.26667vw;
    border: solid 0.53333vw #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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .page-mypage__edit.btn-more01:before {
    width: 2.53333vw;
    height: 4.66667vw;
    right: 2.66667vw;
  }
}

.page-mypage__btn-border {
  border-bottom: solid 3px #FFE200;
  position: relative;
}

@media (max-width: 767px) {
  .page-mypage__btn-border {
    width: 100vw;
    left: -4.26667vw;
    border-bottom: solid 4px #FFE200;
  }
}

.page-mypage__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.93333vw;
    width: 32.53333vw;
    padding: 4.8vw 0 6.13333vw;
    border-width: 4px 4px 0 4px;
    border-radius: 2.66667vw 2.66667vw 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.93333vw;
  }
}

.page-mypage__panel-area {
  margin: 22px 0 100px;
}

@media (max-width: 767px) {
  .page-mypage__panel-area {
    margin: 5.33333vw 0 19.33333vw;
  }
}

.page-mypage__number {
  font-size: 26px;
  font-size: 1.85714em;
  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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.33333vw auto 10vw;
  }
}

.page-mypage__item {
  width: 31.95164%;
  position: relative;
}

@media (min-width: 1281px) {
  .page-mypage__item {
    width: 370px;
  }
}

@media (max-width: 767px) {
  .page-mypage__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page-mypage__item:not(:nth-of-type(3n)) {
  margin-right: 2.07254%;
}

@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.61313%;
}

@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.66667vw;
  }
}

.page-mypage__item-cat {
  font-size: 15px;
  font-size: 1.07143em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #FFE200;
  padding: 1.62162% 5.40541%;
  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.93333vw;
  }
}

.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.70588%;
  background: #ffffff;
  border: solid 2px #FFE200;
  position: absolute;
  top: 2.35294%;
  right: 2.7027%;
  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.66667vw;
    height: 6.66667vw;
    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.51515%;
  height: 51.51515%;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -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.46667vw;
    height: 3.46667vw;
  }
}

.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.53333vw;
    margin-right: 3.33333vw;
  }
}

.page-mypage__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-mypage__item-inner {
  margin-top: 3.24324%;
}

@media (min-width: 1281px) {
  .page-mypage__item-inner {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .page-mypage__item-inner {
    width: 58.53333vw;
    margin-top: 7.46667vw;
  }
}

.page-mypage__item-date {
  font-size: 15px;
  font-size: 1.07143em;
  color: #767676;
  display: block;
  margin-top: 2.97297%;
}

@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.46667vw;
    margin-top: 0;
  }
}

.page-mypage__item-ttl {
  display: block;
  font-size: 20px;
  font-size: 1.42857em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  margin-top: 2.16216%;
  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.62162%;
  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.66667vw 0;
    margin: 0 auto;
  }
}

.page-mypage .btn__square.btn-more02:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 30%;
  right: 5.52147%;
}

@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.66667vw;
  }
}

.page-mypage .infinite-scroll-last {
  font-size: 14px;
  font-size: 1em;
  margin-bottom: 5.85938%;
}

@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.33333vw;
  }
}

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

.not_found_posts-number {
  font-size: 26px;
  font-size: 1.85714em;
  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.06667vw;
    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.73333vw;
    line-height: 2.1;
    text-align: left;
    margin-top: 9.33333vw;
  }
}

.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.33333vw !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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.73333vw;
  }
}

.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.06667vw);
    margin-left: 5.06667vw;
  }
}

.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.66667vw;
    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.66667vw;
    height: 11.2vw;
    line-height: 10.66667vw;
    border: 0.53333vw 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;
  max-width: 644px;
  width: 100%;
  margin: 0 auto 100px;
  color: #767676;
  padding-right: 45px;
  position: relative;
}

@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%;
  -webkit-transform: translateY(-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.86667vw;
    height: 4.26667vw;
    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.33333vw;
  }
}

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.33333vw;
    height: 25.33333vw;
  }
}

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.66667vw !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.73333vw 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.73333vw 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.33333vw;
  }
}

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.66667vw 1.33333vw;
  }
}

@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.46667vw;
  }
}

.page-login {
  width: 644px;
  padding: 60px 0;
  margin: 0 auto 100px;
  background: #FFFBB2;
}

@media (max-width: 767px) {
  .page-login {
    width: 92vw;
    padding: 6.66667vw 0 13.33333vw;
    margin-bottom: 19.33333vw;
  }
}

#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.66667vw;
  }
}

.login .page-info {
  padding-bottom: 40px !important;
}

.login-username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .login-username {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .login-username label {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.login-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .login-password {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7.33333vw;
  }
}

@media (max-width: 767px) {
  .login-password label {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.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.73333vw;
    padding-left: 0;
    margin-top: 2vw;
    text-align: center;
  }
}

.form__btn {
  width: 552px;
  margin: 56px auto 0;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media (max-width: 767px) {
  .form__btn {
    width: 64.8vw;
    margin: 13.33333vw auto 0;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.form__btn .btn-olive01 {
  width: 246px;
}

@media (max-width: 767px) {
  .form__btn .btn-olive01 {
    width: 100%;
    padding: 3.73333vw 0;
  }
}

@media (max-width: 767px) {
  .form__btn .btn-olive01:before {
    width: 2.93333vw;
    height: 5.33333vw;
  }
}

.form__btn .btn-olive01.login-submit {
  width: auto;
  padding: 0;
}

@media (max-width: 767px) {
  .form__btn .btn-olive01.login-submit {
    margin-bottom: 8.26667vw;
  }
}

.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.73333vw 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.86667vw 0 3.86667vw 6.13333vw;
    border: solid 0.4vw #DBDBDB;
    border-radius: 6.53333vw;
  }
}

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

@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.33333vw;
  }
}

.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.86667vw 0 13.33333vw;
  }
}

.login-unregistered {
  width: 326px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .login-unregistered {
    width: 78.66667vw;
  }
}

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

@media (max-width: 767px) {
  .login-unregistered .btn-olive01:before {
    width: 2.93333vw;
    height: 5.33333vw;
  }
}

.page-login__bnr {
  width: 326px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .page-login__bnr {
    width: 78.66667vw;
    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.33333vw;
  }
}

.page-reset-done__img {
  width: 70px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-reset-done__img {
    width: 20.26667vw;
  }
}

.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.73333vw;
    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.33333vw;
  }
}

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.66667vw;
    margin-bottom: 9.73333vw;
  }
}

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

.page-lost__form {
  background: #FFFBB2;
  padding: 30px 30px 50px;
  margin-top: 44px;
}

@media (max-width: 767px) {
  .page-lost__form {
    padding: 7.46667vw 4vw 13.33333vw;
    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.73333vw;
    margin-bottom: 7.46667vw;
  }
}

@media (max-width: 767px) {
  .page-lost .form__col input {
    margin-top: 1.2vw;
  }
}

.page-lost .form__btn {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .page-lost .form__btn {
    margin-top: 10.66667vw;
  }
}

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

.reset_password .form__btn, .reset_password-en .form__btn, .reset_password-vi .form__btn {
  width: 552px;
  margin-top: 42px;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          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;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            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.73333vw 0 !important;
  }
}

.page-404 {
  text-align: center;
  line-height: 1.6;
  margin: 80px 0 150px;
}

@media (max-width: 767px) {
  .page-404 {
    margin: 6.66667vw 0 34.66667vw;
  }
}

.page-404 h2 {
  font-size: 250px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .page-404 h2 {
    font-size: 80px;
    font-size: 21.33333vw;
  }
}

.page-404 h3 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .page-404 h3 {
    font-size: 28px;
    font-size: 7.46667vw;
    letter-spacing: -0.03em;
  }
}

.page-404 p {
  margin: 20px auto 50px;
}

@media (max-width: 767px) {
  .page-404 p {
    margin: 5.33333vw 0 13.33333vw;
  }
}

.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.73333vw;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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.85714em;
  margin-top: -8px;
}

@media (max-width: 767px) {
  body:not(.done) .page-info .common-pageTtl {
    font-size: 25px;
    font-size: 6.66667vw;
    margin-top: -1.06667vw;
  }
}

body.done .page-info .mod-breadcrumbs {
  display: none;
}

body.done .page-info.common-page__inner {
  margin-top: 50px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (max-width: 767px) {
  body.done .page-info.common-page__inner {
    margin-top: 10.66667vw;
    margin-bottom: 10.66667vw;
  }
}

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.85714em;
  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.66667vw;
    padding-top: 10.66667vw;
  }
}

.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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1;
  width: 390px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .mod-progressBar__list {
    width: 73.33333vw;
  }
}

.mod-progressBar__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 348px;
  height: 5px;
  background-color: #EDEDED;
}

@media (max-width: 767px) {
  .mod-progressBar__list::before {
    height: 0.66667vw;
    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.21429em;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .mod-progressBar__item .mod-progressBar__step-label {
    font-size: 15.5px;
    font-size: 4.13333vw;
    margin-bottom: 1.46667vw;
  }
}

.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.21429em;
  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.26667vw;
    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.92857em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-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.73333vw;
  }
}

.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.85714em;
  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.13333vw;
    width: 12.53333vw;
    height: 12.53333vw;
    line-height: 12.53333vw;
    margin-bottom: 8.13333vw;
  }
}

.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;
  -webkit-box-sizing: border-box;
          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.26667vw 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;
  -webkit-box-sizing: border-box;
          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%;
  -webkit-transform: translateY(-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.53333vw 1.93333vw 0 1.93333vw;
  }
}

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

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

.mwform-radio-field > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .mwform-radio-field > label {
    padding-left: 2.66667vw;
  }
}

input[type="radio"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  cursor: pointer;
  left: -10px;
}

@media (max-width: 767px) {
  input[type="radio"] {
    width: 4vw;
    left: -2.66667vw;
  }
}

input[type="radio"] + .mwform-radio-field-text:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media (max-width: 767px) {
  input[type="radio"] + .mwform-radio-field-text:before {
    width: 4vw;
    height: 4vw;
    left: -2.66667vw;
  }
}

input[type="radio"]:checked + .mwform-radio-field-text:before {
  background-color: #8D8500;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          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.66667vw;
  }
}

.mwform-checkbox-field > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .mwform-checkbox-field > label {
    padding-left: 2.66667vw;
  }
}

input[type="checkbox"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  cursor: pointer;
  left: -10px;
}

@media (max-width: 767px) {
  input[type="checkbox"] {
    width: 4vw;
    left: -2.66667vw;
  }
}

input[type="checkbox"] + .mwform-checkbox-field-text:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media (max-width: 767px) {
  input[type="checkbox"] + .mwform-checkbox-field-text:before {
    width: 4vw;
    height: 4vw;
    left: -2.66667vw;
  }
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  left: calc(14px / 3);
  -webkit-transform: rotate(45deg);
          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.73333vw;
    width: 1.86667vw;
    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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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.73333vw;
    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.66667vw;
  }
}

.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.07143em;
  padding: 38px 0;
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
  width: 444px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block !important;
}

@media (max-width: 767px) {
  .form__row.agree {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 8vw 7.06667vw;
    border: 0.26667vw 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.07143;
  }
}

.form__row.agree .form-agree__txt a {
  color: #3372FF;
}

.form__row.agree .form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .form__row.agree .form__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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.33333vw;
    width: 5.06667vw;
  }
}

.form__row.agree .mwform-checkbox-field > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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.06667vw;
  }
}

.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.06667vw;
    height: 5.06667vw;
  }
}

.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.53333vw;
    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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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.66667vw;
  }
}

.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: 2px 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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* 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.73333vw;
    width: 43.33333vw;
    padding: 2.53333vw 0;
    border: solid 0.53333vw #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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}

@media (max-width: 767px) {
  .btn-more01:before {
    width: 2.53333vw;
    height: 4.66667vw;
    right: 2.66667vw;
  }
}

.btn-more02 {
  font-size: 15px;
  font-size: 1.07143em;
  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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media (max-width: 767px) {
  .btn-more02 {
    font-size: 15px;
    font-size: 4vw;
    width: 64.8vw;
    padding: 4.66667vw 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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}

@media (max-width: 767px) {
  .btn-more02:before {
    width: 3.06667vw;
    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.07143em;
  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%;
  -webkit-transform: translateY(-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.26667vw;
  }
}

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

/*  module > breadcrumbs
============================================================================================================ */
.mod-breadcrumbs {
  font-size: 13px;
  color: #767676;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .mod-breadcrumbs {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-bottom: 3.73333vw;
  }
}

[data-scroll] {
  -webkit-transition: 1s;
  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.33333vw;
    margin-bottom: 9.33333vw;
  }
}

/* module > pagenavi
============================================================================== */
.mod-pagenavi .page-numbers {
  font-size: 13px;
  font-size: 0.92857em;
  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.26667vw #DBDBDB;
    margin-right: 1.86667vw;
    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.26667vw;
  }
}

@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.93333vw;
  }
}

.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.26667vw #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%;
  -webkit-transform: translateY(-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%;
  -webkit-transform: translateY(-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.93333vw;
  }
}

.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.93333vw;
    border: solid 0.26667vw #FFE200;
  }
}

.mod-pagenavi__inner {
  display: inline-block;
}

.mod-pagenavi__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 {
  -webkit-animation: scroll-request 1.1s infinite linear;
          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;
}

@-webkit-keyframes scroll-request {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes scroll-request {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 990px;
  background: #fff100;
  position: fixed;
  top: 267px;
  left: 0;
  z-index: 5;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 767px) {
  .membership-popup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 72vw;
    top: 39.73333vw;
  }
}

.membership-popup.is-active {
  -webkit-transform: translateX(0);
          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.33333vw;
    top: -5.86667vw;
    right: -6.66667vw;
  }
}

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

@media (max-width: 767px) {
  .membership-popup__main {
    width: 100%;
    padding-top: 3.86667vw;
    padding-bottom: 2.53333vw;
    border-width: 1.46667vw;
  }
}

.membership-popup__signup {
  width: 442px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .membership-popup__signup {
    width: 54.66667vw;
  }
}

.membership-popup .public-style#wpg-login {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .membership-popup .public-style#wpg-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -ms-flex-line-pack: normal;
        align-content: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-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.66667vw;
    height: 10.66667vw;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .membership-popup .public-style#wpg-login .my_fb_link i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
  font-size: 1.07143em;
  padding-left: 19px;
  padding-right: 14px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .membership-popup__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: normal;
        align-content: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

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

.membership-popup__none label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-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);
  -webkit-transform: translateY(-50%);
          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.86667vw;
    height: 4.93333vw;
  }
}
/*# sourceMappingURL=style.css.map */