@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			$

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
ブレークポイント定義
=================================*/
/*================================
size()関数
=================================*/
/*================================
color
=================================*/
/*================================
fadein animation
=================================*/
.fadein.anim_active {
  animation: fadein 0.6s forwards;
}

@keyframes fadein {
  0% {
    opacity: 1%;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			RESET

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, label, textarea, p, blockquote, table, caption, tbody, tfoot, thead, th, td, option, figure, figcaption {
  margin: 0;
  padding: 0;
}

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

fieldset, img, abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, th, var, optgroup, strong, em, b, i {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a, ins, del {
  text-decoration: none;
}

a {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

object, embed, th, td {
  vertical-align: top;
}

input, textarea, select {
  font-size: 1em;
}

picture, figure, audio {
  display: inline-block;
}

audio {
  max-width: 100%;
}

.clf::after {
  content: "";
  display: block;
  clear: both;
}

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

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			COMMON

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
* {
  box-sizing: border-box;
  outline: none;
  font-family: "Noto Sans JP", serif;
  font-size: 4.1025641026vw;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  * {
    font-size: 16px;
  }
}

body, a {
  color: #000;
}

html,
body {
  overflow-x: clip;
  overflow-y: auto;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
  opacity: 0;
  padding: 0;
  position: relative;
}

body.show {
  opacity: 1;
  transition: 1s;
}

main {
  flex: 1;
}

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

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

/*================================
share btn
=================================*/
.share_btn {
  height: 14.6153846154vw;
}
@media screen and (min-width: 960px) {
  .share_btn {
    width: 15.2777777778vw;
    max-width: 220px;
    height: 2.7777777778vw;
    max-height: 40px;
    margin: 0 auto;
  }
}
.share_btn.x a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5.1282051282vw;
  background: #000;
  border-radius: 1.5384615385vw;
}
@media screen and (min-width: 960px) {
  .share_btn.x a {
    padding: 0 0.9027777778vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .share_btn.x a {
    padding: 0 13px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 960px) {
  .share_btn.x a:hover {
    opacity: 0.6;
  }
}
.share_btn.x a .icon {
  width: 5.1282051282vw;
}
@media screen and (min-width: 960px) {
  .share_btn.x a .icon {
    width: 0.9722222222vw;
    max-width: 14px;
  }
}
.share_btn.x a span {
  display: block;
  margin-left: 5.1282051282vw;
  padding-left: 5.3846153846vw;
  font-size: 4.358974359vw;
  font-weight: 500;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .share_btn.x a span {
    margin-left: 0.9027777778vw;
    padding-left: 0.9722222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .share_btn.x a span {
    margin-left: 13px;
    padding-left: 14px;
    font-size: 16px;
  }
}
.share_btn.x a span:before {
  content: "";
  width: 1px;
  height: 9.4871794872vw;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .share_btn.x a span:before {
    height: 1.8055555556vw;
    max-height: 26px;
  }
}

/*================================
terms title
=================================*/
.terms_title {
  margin-bottom: 3.5897435897vw;
  font-size: 4.358974359vw;
  font-weight: 700;
  color: #FE2227;
}
@media screen and (min-width: 960px) {
  .terms_title {
    margin-bottom: 0.8333333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .terms_title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

/*================================
search
=================================*/
.search_wrap {
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 960px) {
  .search_wrap {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .search_wrap {
    margin-bottom: 40px;
  }
}
.search_wrap #search {
  width: 100%;
  position: relative;
  height: 11.7948717949vw;
}
@media screen and (min-width: 960px) {
  .search_wrap #search {
    height: 2.5vw;
    max-height: 36px;
  }
}
.search_wrap #search form, .search_wrap #search label, .search_wrap #search input {
  width: 100%;
  height: 100%;
}
.search_wrap #search form ::-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.search_wrap #search form ::placeholder,
.search_wrap #search form select.is-empty {
  color: #B4B4B4;
  opacity: 1;
}
.search_wrap #search input {
  padding: 0 3.5897435897vw;
  font-size: 3.8461538462vw;
  border: 1px solid #B4B4B4;
  border-radius: unset;
}
@media screen and (min-width: 960px) {
  .search_wrap #search input {
    padding: 0 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .search_wrap #search input {
    padding: 0 10px;
    font-size: 16px;
  }
}
.search_wrap #search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.search_wrap #search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.search_wrap #search button {
  width: 4.6153846154vw;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 3.5897435897vw;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .search_wrap #search button {
    width: 1.25vw;
    max-width: 18px;
    right: 0.7638888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .search_wrap #search button {
    right: 11px;
  }
}

/*================================
month
=================================*/
.month_wrap {
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 960px) {
  .month_wrap {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .month_wrap {
    margin-bottom: 40px;
  }
}
.month_wrap .select {
  width: 100%;
  position: relative;
  height: 11.7948717949vw;
}
@media screen and (min-width: 960px) {
  .month_wrap .select {
    height: 2.5vw;
    max-height: 36px;
  }
}
.month_wrap .select * {
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 960px) {
  .month_wrap .select * {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .month_wrap .select * {
    font-size: 16px;
  }
}
.month_wrap .select:before {
  content: "";
  width: 3.5897435897vw;
  height: 2.0512820513vw;
  background: url("../images/common/icon_select_arrow.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 3.5897435897vw;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .month_wrap .select:before {
    width: 0.9722222222vw;
    max-width: 14px;
    height: 0.5555555556vw;
    max-height: 8px;
    right: 0.7638888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .month_wrap .select:before {
    right: 11px;
  }
}
.month_wrap .select select {
  width: 100%;
  height: 100%;
  color: #000;
  border: 1px solid #B4B4B4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 5.1282051282vw 0 3.5897435897vw;
}
@media screen and (min-width: 960px) {
  .month_wrap .select select {
    padding: 0 2.7777777778vw 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .month_wrap .select select {
    padding: 0 40px 0 10px;
  }
}
.month_wrap .select select.is-empty {
  color: #B4B4B4 !important;
}

/*================================
category
=================================*/
.category_wrap {
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 960px) {
  .category_wrap {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .category_wrap {
    margin-bottom: 40px;
  }
}
.category_wrap ul li {
  margin-bottom: 2.5641025641vw;
}
@media screen and (min-width: 960px) {
  .category_wrap ul li {
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .category_wrap ul li {
    margin-bottom: 5px;
  }
}
.category_wrap ul li:last-child {
  margin-bottom: 0;
}
.category_wrap ul li a {
  font-size: 3.8461538462vw;
  color: #1111CC;
}
@media screen and (min-width: 960px) {
  .category_wrap ul li a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .category_wrap ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .category_wrap ul li a:hover {
    color: #FE7322;
  }
}

/*================================
month
=================================*/
.random_wrap .item {
  height: 50.5128205128vw;
  margin-bottom: 3.5897435897vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .random_wrap .item {
    height: 11.7361111111vw;
    max-height: 169px;
    margin-bottom: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .random_wrap .item {
    margin-bottom: 14px;
  }
}
.random_wrap .item:last-child {
  margin-bottom: 0;
}
.random_wrap .item a, .random_wrap .item .image, .random_wrap .item .image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .random_wrap .item a:hover {
    opacity: 0.6;
  }
}
.random_wrap .item a .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.random_wrap .item a h4 {
  width: 100%;
  padding: 1.5384615385vw 3.5897435897vw;
  background: #1111CC;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .random_wrap .item a h4 {
    padding: 0.1388888889vw 0.6944444444vw 0.2083333333vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .random_wrap .item a h4 {
    padding: 2px 10px 3px;
    font-size: 14px;
  }
}
.random_wrap .item a h4 span {
  display: -webkit-box;
  height: 10.7692307692vw;
  font-size: 3.8461538462vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .random_wrap .item a h4 span {
    max-height: 2.7777777778vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .random_wrap .item a h4 span {
    max-height: 40px;
    font-size: 14px;
  }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			header / footer

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
header
=================================*/
header {
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 960px) {
  header {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  header {
    margin-bottom: 40px;
  }
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 14.1025641026vw;
  padding: 0 15.8974358974vw 0 2.5641025641vw;
  position: fixed;
  background: #FAFAFA;
  top: 0;
  left: 0;
  z-index: 9998;
}
@media screen and (min-width: 960px) {
  header .header {
    height: 4.8611111111vw;
    max-height: 70px;
    padding: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  header .header {
    padding: 0 20px;
  }
}
header .header .logo {
  width: 23.0769230769vw;
}
@media screen and (min-width: 960px) {
  header .header .logo {
    width: 8.8888888889vw;
    max-width: 128px;
  }
}
header .header .logo a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 960px) {
  header .header .logo a:hover {
    opacity: 0.6;
  }
}
header .header .icon.x {
  width: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  header .header .icon.x {
    width: 1.3888888889vw;
    max-width: 20px;
  }
}
header .header .icon.x a {
  display: block;
}
@media screen and (min-width: 960px) {
  header .header .icon.x a:hover {
    opacity: 0.6;
  }
}
header {
  /*================================
  mv
  =================================*/
}
header .mv {
  padding-top: 14.1025641026vw;
}
@media screen and (min-width: 960px) {
  header .mv {
    padding-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  header .mv {
    padding-top: 70px;
  }
}
header .mv .mv_contents {
  width: 100%;
  height: 30.7692307692vw;
}
@media screen and (min-width: 960px) {
  header .mv .mv_contents {
    height: 17.3611111111vw;
    max-height: 250px;
  }
}
header .mv .mv_contents a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url("../images/common/mv_bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  header .mv .mv_contents a:hover {
    opacity: 0.6;
  }
}
header .mv .mv_contents a .logo {
  width: 51.2820512821vw;
}
@media screen and (min-width: 960px) {
  header .mv .mv_contents a .logo {
    width: 29.1666666667vw;
    max-width: 420px;
  }
}

/*================================
ハンバーガーメニュー
=================================*/
.btn_trigger {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.btn_trigger_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.2051282051vw;
  height: 5.641025641vw;
  position: fixed;
  top: 4.358974359vw;
  right: 2.5641025641vw;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (min-width: 960px) {
  .btn_trigger_wrap {
    display: none;
  }
}
.btn_trigger_wrap button, .btn_trigger_wrap .line {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.btn_trigger_wrap .line {
  position: relative;
}
.btn_trigger_wrap .line span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.btn_trigger_wrap .line span:nth-child(1) {
  top: 0;
}
.btn_trigger_wrap .line span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn_trigger_wrap .line span:nth-child(3) {
  bottom: 0;
}
.btn_trigger_wrap.active .line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn_trigger_wrap.active .line span:nth-of-type(2) {
  opacity: 0;
}
.btn_trigger_wrap.active .line span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/*================================
グローバルナビゲーション
=================================*/
.navi_open_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  opacity: 1%;
  visibility: hidden;
  transition: opacity 0s;
}
.navi_open_wrap .inner {
  width: 87.1794871795vw;
  height: 100%;
  margin-left: auto;
  padding: 15.8974358974vw 5.1282051282vw;
  background: #fff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
  transform: translateX(100%);
  transition: all 0.6s;
}
.navi_open_wrap .inner::-webkit-scrollbar {
  display: none;
}
.navi_open_wrap .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1%;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}
.navi_open_wrap.open {
  opacity: 1;
  visibility: visible;
}
.navi_open_wrap.open .inner {
  transform: translateX(0);
}
.navi_open_wrap.open .overlay {
  opacity: 1;
  visibility: visible;
}
.navi_open_wrap.close {
  transition-delay: 1s;
}

/*================================
footer
=================================*/
footer {
  padding: 7.6923076923vw 5.1282051282vw;
  background: #FE2227;
}
@media screen and (min-width: 960px) {
  footer {
    padding: 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    padding: 30px 0;
  }
}
footer .logo {
  width: 28.2051282051vw;
  margin: 0 auto 5.1282051282vw;
}
@media screen and (min-width: 960px) {
  footer .logo {
    width: 8.8888888889vw;
    max-width: 128px;
    margin-bottom: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .logo {
    margin-bottom: 22px;
  }
}
footer .copyright {
  font-size: 3.0769230769vw;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  footer .copyright {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .copyright {
    font-size: 12px;
  }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			main

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.container {
  padding: 0 5.1282051282vw;
}
@media screen and (min-width: 960px) {
  .container {
    display: flex;
    justify-content: space-between;
    width: 71.6666666667vw;
    max-width: 1032px;
    margin: 0 auto 2.7777777778vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    margin-bottom: 40px;
  }
}
.container {
  /*================================
  main
  =================================*/
}
.container .main {
  margin-bottom: 11.2820512821vw;
}
@media screen and (min-width: 960px) {
  .container .main {
    width: 48.75vw;
    max-width: 702px;
    margin-bottom: 0;
  }
}
.container .main {
  /*================================
  archive
  =================================*/
}
.container .main .archive_wrap {
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .archive_wrap {
    margin-bottom: 30px;
  }
}
.container .main .archive_wrap .item {
  display: flex;
  flex-direction: column;
  min-height: 95.3846153846vw;
  margin-bottom: 5.1282051282vw;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item {
    width: 48.5%;
    min-height: 27.4305555556vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .archive_wrap .item {
    min-height: 395px;
    margin-bottom: 20px;
  }
}
.container .main .archive_wrap .item .marker {
  background: #FFF5A9;
}
.container .main .archive_wrap .item .top a {
  width: 100%;
  padding-bottom: 5.1282051282vw;
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item .top a {
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .archive_wrap .item .top a {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item .top a:hover {
    opacity: 0.6;
  }
}
.container .main .archive_wrap .item .top a .image {
  height: 50.5128205128vw;
  margin-bottom: 3.5897435897vw;
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item .top a .image {
    height: 13.3333333333vw;
    max-height: 192px;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .archive_wrap .item .top a .image {
    margin-bottom: 20px;
  }
}
.container .main .archive_wrap .item .top a .image a, .container .main .archive_wrap .item .top a .image img {
  width: 100%;
  height: 100%;
}
.container .main .archive_wrap .item .top a .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.container .main .archive_wrap .item .top a h2, .container .main .archive_wrap .item .top a h2 * {
  font-size: 4.358974359vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item .top a h2, .container .main .archive_wrap .item .top a h2 * {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .archive_wrap .item .top a h2, .container .main .archive_wrap .item .top a h2 * {
    font-size: 18px;
  }
}
.container .main .archive_wrap .item .top a h2 {
  padding: 0 3.5897435897vw;
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item .top a h2 {
    padding: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .archive_wrap .item .top a h2 {
    padding: 0 20px;
  }
}
.container .main .archive_wrap .item .bottom {
  margin-top: auto;
  padding: 0 3.5897435897vw 3.5897435897vw;
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item .bottom {
    padding: 0 1.3888888889vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .archive_wrap .item .bottom {
    padding: 0 20px 20px;
  }
}
.container .main .archive_wrap .item .bottom ul * {
  font-size: 3.3333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item .bottom ul * {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .archive_wrap .item .bottom ul * {
    font-size: 12px;
  }
}
.container .main .archive_wrap .item .bottom ul li a {
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item .bottom ul li a:hover {
    color: #FE7322;
  }
}
.container .main .archive_wrap .item .bottom ul.info {
  display: flex;
  margin-bottom: 2.5641025641vw;
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item .bottom ul.info {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .archive_wrap .item .bottom ul.info {
    margin-bottom: 10px;
  }
}
.container .main .archive_wrap .item .bottom ul.info li.date {
  margin-right: 3.5897435897vw;
}
@media screen and (min-width: 960px) {
  .container .main .archive_wrap .item .bottom ul.info li.date {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .archive_wrap .item .bottom ul.info li.date {
    margin-right: 10px;
  }
}
.container .main {
  /*================================
  navigation
  =================================*/
}
.container .main .navigation {
  margin-bottom: 11.2820512821vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .container .main .navigation {
    width: 21.5277777778vw;
    max-width: 310px;
    margin: 0 auto 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .navigation {
    margin-bottom: 30px;
  }
}
.container .main .navigation span, .container .main .navigation a {
  display: block;
}
@media screen and (min-width: 960px) {
  .container .main .navigation a:hover {
    opacity: 0.6;
  }
}
.container .main .navigation .arrow {
  width: auto;
  height: 3.8461538462vw;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .container .main .navigation .arrow {
    height: 0.8333333333vw;
    max-height: 12px;
  }
}
.container .main .navigation .arrow.disabled {
  opacity: 0.4;
  cursor: unset;
}
.container .main .navigation .arrow img {
  width: auto;
  height: 100%;
}
.container .main .navigation .arrow.first, .container .main .navigation .arrow.prev {
  transform: translateY(-50%);
}
.container .main .navigation .arrow.first {
  left: 0;
}
.container .main .navigation .arrow.prev {
  left: 8.2051282051vw;
}
@media screen and (min-width: 960px) {
  .container .main .navigation .arrow.prev {
    left: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .navigation .arrow.prev {
    left: 28px;
  }
}
.container .main .navigation .arrow.last, .container .main .navigation .arrow.next {
  transform: scale(-1, 1) translateY(-50%);
}
.container .main .navigation .arrow.last {
  right: 0;
}
.container .main .navigation .arrow.next {
  right: 8.2051282051vw;
}
@media screen and (min-width: 960px) {
  .container .main .navigation .arrow.next {
    right: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .navigation .arrow.next {
    right: 28px;
  }
}
.container .main .navigation .number {
  display: flex;
  justify-content: center;
}
.container .main .navigation .number li {
  margin-right: 1.2820512821vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .container .main .navigation .number li {
    margin-right: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .navigation .number li {
    margin-right: 2px;
  }
}
.container .main .navigation .number li:last-child {
  margin-right: 0;
}
.container .main .navigation .number li .page {
  width: 9.2307692308vw;
  height: 9.2307692308vw;
  padding-top: 1.0256410256vw;
  font-size: 4.358974359vw;
}
@media screen and (min-width: 960px) {
  .container .main .navigation .number li .page {
    width: 2.0833333333vw;
    max-width: 30px;
    height: 2.0833333333vw;
    max-height: 30px;
    padding-top: 0.1388888889vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .navigation .number li .page {
    padding-top: 2px;
    font-size: 16px;
  }
}
.container .main .navigation .number li .page.current {
  color: #fff;
  background: #FE2227;
  border-radius: 50%;
}
.container .main .navigation .number li .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.2307692308vw;
}
@media screen and (min-width: 960px) {
  .container .main .navigation .number li .dots {
    width: 2.0833333333vw;
    max-width: 30px;
    height: 2.0833333333vw;
    max-height: 30px;
  }
}
.container .main .navigation .number li .dots .icon {
  width: 3.5897435897vw;
}
@media screen and (min-width: 960px) {
  .container .main .navigation .number li .dots .icon {
    width: 0.9027777778vw;
    max-width: 13px;
  }
}
.container .main {
  /*================================
  single
  =================================*/
}
.container .main .single_wrap {
  margin-bottom: 7.6923076923vw;
  padding: 5.1282051282vw;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap {
    margin-bottom: 2.0833333333vw;
    padding: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap {
    margin-bottom: 30px;
    padding: 30px;
  }
}
.container .main .single_wrap .title_wrap {
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .title_wrap {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap .title_wrap {
    margin-bottom: 30px;
  }
}
.container .main .single_wrap .title_wrap h1 {
  margin-bottom: 3.8461538462vw;
  font-size: 5.1282051282vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .title_wrap h1 {
    margin-bottom: 1.5277777778vw;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap .title_wrap h1 {
    margin-bottom: 22px;
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .title_wrap .list_wrap {
    display: flex;
  }
}
.container .main .single_wrap .title_wrap .list_wrap ul * {
  font-size: 3.3333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .title_wrap .list_wrap ul * {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap .title_wrap .list_wrap ul * {
    font-size: 12px;
  }
}
.container .main .single_wrap .title_wrap .list_wrap ul li a {
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .title_wrap .list_wrap ul li a:hover {
    opacity: 0.6;
  }
}
.container .main .single_wrap .title_wrap .list_wrap ul.info {
  display: flex;
  margin-bottom: 2.5641025641vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .title_wrap .list_wrap ul.info {
    margin-right: 0.6944444444vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap .title_wrap .list_wrap ul.info {
    margin-right: 10px;
  }
}
.container .main .single_wrap .title_wrap .list_wrap ul.info li.date {
  margin-right: 3.5897435897vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .title_wrap .list_wrap ul.info li.date {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap .title_wrap .list_wrap ul.info li.date {
    margin-right: 10px;
  }
}
.container .main .single_wrap .thumbnail {
  height: 44.6153846154vw;
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .thumbnail {
    height: 25.0694444444vw;
    max-height: 361px;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap .thumbnail {
    margin-bottom: 30px;
  }
}
.container .main .single_wrap .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .main .single_wrap .contents {
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .contents {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap .contents {
    margin-bottom: 30px;
  }
}
.container .main .single_wrap .admin_comment {
  display: flex;
  align-items: center;
}
.container .main .single_wrap .admin_comment .logo {
  width: 15.3846153846vw;
  margin-right: 3.5897435897vw;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .admin_comment .logo {
    width: 5.5555555556vw;
    max-width: 80px;
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap .admin_comment .logo {
    margin-right: 10px;
  }
}
.container .main .single_wrap .admin_comment .text {
  padding-left: 2.8205128205vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .admin_comment .text {
    padding-left: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap .admin_comment .text {
    padding-left: 18px;
  }
}
.container .main .single_wrap .admin_comment .text:before {
  content: "";
  width: 3.0769230769vw;
  height: 3.3333333333vw;
  background: url("../images/common/admin_comment_arrow.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .admin_comment .text:before {
    width: 1.3194444444vw;
    max-width: 19px;
    height: 1.4583333333vw;
    max-height: 21px;
  }
}
.container .main .single_wrap .admin_comment .text span {
  display: block;
  padding: 2.5641025641vw 3.5897435897vw;
  background: #FFE9EA;
  border-radius: 1.0256410256vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_wrap .admin_comment .text span {
    padding: 0.9722222222vw 1.3888888889vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_wrap .admin_comment .text span {
    padding: 14px 20px;
    border-radius: 4px;
  }
}
.container .main {
  /*================================
  signle bottom title
  =================================*/
}
.container .main .signle_bottom_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.container .main .signle_bottom_title span {
  display: inline-block;
  padding: 1.5384615385vw 5.1282051282vw 1.7948717949vw 2.3076923077vw;
  font-size: 3.8461538462vw;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .container .main .signle_bottom_title span {
    padding: 0.3472222222vw 1.3888888889vw 0.4166666667vw 0.6944444444vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .signle_bottom_title span {
    padding: 5px 20px 6px 10px;
    font-size: 18px;
  }
}
.container .main .signle_bottom_title span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FE2227;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}
.container .main {
  /*================================
  latest
  =================================*/
}
.container .main .latest_wrap {
  margin-bottom: 7.6923076923vw;
  padding: 13.8461538462vw 5.1282051282vw 5.1282051282vw;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .container .main .latest_wrap {
    margin-bottom: 2.0833333333vw;
    padding: 4.6527777778vw 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .latest_wrap {
    margin-bottom: 30px;
    padding: 67px 30px 30px;
  }
}
.container .main .latest_wrap .contents .item {
  margin-bottom: 5.1282051282vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .container .main .latest_wrap .contents .item {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .latest_wrap .contents .item {
    margin-bottom: 20px;
  }
}
.container .main .latest_wrap .contents .item:last-child {
  margin-bottom: 0;
}
.container .main .latest_wrap .contents .item a {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .container .main .latest_wrap .contents .item a:hover {
    opacity: 0.6;
  }
}
.container .main .latest_wrap .contents .item a .image {
  width: 25.641025641vw;
  height: 14.358974359vw;
  margin-right: 2.5641025641vw;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .container .main .latest_wrap .contents .item a .image {
    width: 8.6805555556vw;
    max-width: 125px;
    height: 4.8611111111vw;
    max-height: 70px;
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .latest_wrap .contents .item a .image {
    margin-right: 10px;
  }
}
.container .main .latest_wrap .contents .item a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .main .latest_wrap .contents .item a h3 {
  font-size: 3.8461538462vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .container .main .latest_wrap .contents .item a h3 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .latest_wrap .contents .item a h3 {
    font-size: 18px;
  }
}
.container .main {
  /*================================
  comment
  =================================*/
}
.container .main .comment_wrap {
  margin-bottom: 7.6923076923vw;
  padding: 13.8461538462vw 5.1282051282vw 5.1282051282vw;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap {
    margin-bottom: 2.0833333333vw;
    padding: 4.6527777778vw 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap {
    margin-bottom: 30px;
    padding: 67px 30px 30px;
  }
}
.container .main .comment_wrap .contents {
  margin-bottom: 10.2564102564vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents {
    margin-bottom: 30px;
  }
}
.container .main .comment_wrap .contents .item {
  margin-bottom: 5.1282051282vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents .item {
    margin-bottom: 20px;
  }
}
.container .main .comment_wrap .contents .item:last-child {
  margin-bottom: 0;
}
.container .main .comment_wrap .contents .item .author {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 2.5641025641vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .author {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents .item .author {
    margin-bottom: 10px;
  }
}
.container .main .comment_wrap .contents .item .author span {
  display: block;
  margin-right: 1.2820512821vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .author span {
    margin-right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents .item .author span {
    margin-right: 5px;
  }
}
.container .main .comment_wrap .contents .item .author span:last-child {
  margin-right: 0;
}
.container .main .comment_wrap .contents .item .author .name {
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .author .name {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents .item .author .name {
    font-size: 16px;
  }
}
.container .main .comment_wrap .contents .item .author .date, .container .main .comment_wrap .contents .item .author .id {
  font-size: 3.3333333333vw;
  color: #B4B4B4;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .author .date, .container .main .comment_wrap .contents .item .author .id {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents .item .author .date, .container .main .comment_wrap .contents .item .author .id {
    font-size: 14px;
  }
}
.container .main .comment_wrap .contents .item .text {
  margin-left: 1em;
  margin-bottom: 2.5641025641vw;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .text {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents .item .text {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.container .main .comment_wrap .contents .item .return_title_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 4.6153846154vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .return_title_wrap {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents .item .return_title_wrap {
    margin-bottom: 18px;
  }
}
.container .main .comment_wrap .contents .item .return_title_wrap .reply_title {
  margin-right: 2.5641025641vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .return_title_wrap .reply_title {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents .item .return_title_wrap .reply_title {
    margin-right: 10px;
  }
}
.container .main .comment_wrap .contents .item .return_title_wrap .reply_cancel {
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  margin-bottom: 0.7692307692vw;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .return_title_wrap .reply_cancel {
    width: 1.1111111111vw;
    max-width: 16px;
    height: 1.1111111111vw;
    max-height: 16px;
    margin-bottom: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents .item .return_title_wrap .reply_cancel {
    margin-bottom: 3px;
  }
}
.container .main .comment_wrap .contents .item .return_title_wrap .reply_cancel span {
  width: 100%;
  height: 2px;
  background: #B4B4B4;
  position: absolute;
  top: 50%;
  left: 0;
}
.container .main .comment_wrap .contents .item .return_title_wrap .reply_cancel span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}
.container .main .comment_wrap .contents .item .return_title_wrap .reply_cancel span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}
.container .main .comment_wrap .contents .item .reply_btn_wrap {
  width: 12.8205128205vw;
  margin-left: auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .reply_btn_wrap {
    width: 4.1666666667vw;
    max-width: 60px;
  }
}
.container .main .comment_wrap .contents .item .reply_btn_wrap button {
  display: block;
  width: 100%;
  padding: 1.5384615385vw 0;
  font-size: 3.5897435897vw;
  font-weight: 700;
  color: #000;
  background: #FFF5A9;
  border: none;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .reply_btn_wrap button {
    padding: 0.4166666667vw 0;
    font-size: 0.9722222222vw;
    border: 2px solid transparent;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .contents .item .reply_btn_wrap button {
    padding: 6px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .contents .item .reply_btn_wrap button:hover {
    background: #fff;
    border-color: #FFF5A9;
  }
}
.container .main .comment_wrap .comment_form_title, .container .main .comment_wrap .reply_title {
  font-size: 4.358974359vw;
  font-weight: 700;
  color: #FE2227;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .comment_form_title, .container .main .comment_wrap .reply_title {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .comment_form_title, .container .main .comment_wrap .reply_title {
    font-size: 18px;
  }
}
.container .main .comment_wrap .comment_form_title {
  margin-bottom: 4.6153846154vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .comment_form_title {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .comment_form_title {
    margin-bottom: 18px;
  }
}
.container .main .comment_wrap .form_wrap .contents, .container .main .comment_wrap .form_wrap .return_contents {
  margin-bottom: 5.1282051282vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .form_wrap .contents, .container .main .comment_wrap .form_wrap .return_contents {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .form_wrap .contents, .container .main .comment_wrap .form_wrap .return_contents {
    margin-bottom: 20px;
  }
}
.container .main .comment_wrap .form_wrap .contents dl, .container .main .comment_wrap .form_wrap .return_contents dl {
  margin-bottom: 5.1282051282vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .form_wrap .contents dl, .container .main .comment_wrap .form_wrap .return_contents dl {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .form_wrap .contents dl, .container .main .comment_wrap .form_wrap .return_contents dl {
    margin-bottom: 20px;
  }
}
.container .main .comment_wrap .form_wrap .contents dl:last-child, .container .main .comment_wrap .form_wrap .return_contents dl:last-child {
  margin-bottom: 0;
}
.container .main .comment_wrap .form_wrap .contents dl dt, .container .main .comment_wrap .form_wrap .return_contents dl dt {
  margin-bottom: 3.8461538462vw;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .form_wrap .contents dl dt, .container .main .comment_wrap .form_wrap .return_contents dl dt {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .form_wrap .contents dl dt, .container .main .comment_wrap .form_wrap .return_contents dl dt {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.container .main .comment_wrap .form_wrap .contents dl dd input, .container .main .comment_wrap .form_wrap .contents dl dd textarea, .container .main .comment_wrap .form_wrap .return_contents dl dd input, .container .main .comment_wrap .form_wrap .return_contents dl dd textarea {
  width: 100%;
  font-size: 3.8461538462vw;
  border: 1px solid #B4B4B4;
  border-radius: unset;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .form_wrap .contents dl dd input, .container .main .comment_wrap .form_wrap .contents dl dd textarea, .container .main .comment_wrap .form_wrap .return_contents dl dd input, .container .main .comment_wrap .form_wrap .return_contents dl dd textarea {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .form_wrap .contents dl dd input, .container .main .comment_wrap .form_wrap .contents dl dd textarea, .container .main .comment_wrap .form_wrap .return_contents dl dd input, .container .main .comment_wrap .form_wrap .return_contents dl dd textarea {
    font-size: 16px;
  }
}
.container .main .comment_wrap .form_wrap .contents dl dd input, .container .main .comment_wrap .form_wrap .return_contents dl dd input {
  height: 12.8205128205vw;
  padding: 0 2.5641025641vw;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .form_wrap .contents dl dd input, .container .main .comment_wrap .form_wrap .return_contents dl dd input {
    height: 3.4722222222vw;
    max-height: 50px;
    padding: 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .form_wrap .contents dl dd input, .container .main .comment_wrap .form_wrap .return_contents dl dd input {
    padding: 0 10px;
  }
}
.container .main .comment_wrap .form_wrap .contents dl dd textarea, .container .main .comment_wrap .form_wrap .return_contents dl dd textarea {
  min-height: 35.8974358974vw;
  padding: 2.5641025641vw;
  resize: vertical;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .form_wrap .contents dl dd textarea, .container .main .comment_wrap .form_wrap .return_contents dl dd textarea {
    min-height: 9.7222222222vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .form_wrap .contents dl dd textarea, .container .main .comment_wrap .form_wrap .return_contents dl dd textarea {
    min-height: 140px;
    padding: 10px;
  }
}
.container .main .comment_wrap .form_wrap .send_btn {
  width: 45.8974358974vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .form_wrap .send_btn {
    width: 12.9166666667vw;
    max-width: 186px;
  }
}
.container .main .comment_wrap .form_wrap .send_btn input {
  display: block;
  width: 100%;
  padding: 3.0769230769vw 0;
  font-size: 4.358974359vw;
  font-weight: 700;
  color: #000;
  background: #FFF5A9;
  border: transparent;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .form_wrap .send_btn input {
    padding: 0.6944444444vw 0;
    font-size: 1.25vw;
    border: 2px solid transparent;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .form_wrap .send_btn input {
    padding: 12px 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .form_wrap .send_btn input:hover {
    background: #fff;
    border-color: #FFF5A9;
  }
}
.container .main .comment_wrap .comment-popup {
  padding: 1.5384615385vw 5.1282051282vw;
  border-radius: 1.5384615385vw;
  font-size: 14px;
  transform: translateX(-50%);
  position: fixed;
  bottom: 30px;
  left: 50%;
  background: #FFF5A9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  z-index: 9999;
}
@media screen and (min-width: 960px) {
  .container .main .comment_wrap .comment-popup {
    padding: 0.3472222222vw 1.3888888889vw;
    font-size: 0.9722222222vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .comment_wrap .comment-popup {
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 4px;
  }
}
.container .main .comment_wrap .comment-popup.show {
  opacity: 1;
}
.container .main {
  /*================================
  single navigation
  =================================*/
}
.container .main .single_navigation_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.container .main .single_navigation_wrap:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #B4B4B4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.container .main .single_navigation_wrap .item {
  width: 39.7435897436vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_navigation_wrap .item {
    width: 22.9166666667vw;
    max-width: 330px;
  }
}
.container .main .single_navigation_wrap .item a {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .container .main .single_navigation_wrap .item a {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .container .main .single_navigation_wrap .item a:hover {
    opacity: 0.6;
  }
}
.container .main .single_navigation_wrap .item a:before {
  content: "";
  width: 2.0512820513vw;
  height: 3.5897435897vw;
  background: url("../images/common/icon_single_navi_arrow.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 960px) {
  .container .main .single_navigation_wrap .item a:before {
    width: 0.6944444444vw;
    max-width: 10px;
    height: 1.1805555556vw;
    max-height: 17px;
  }
}
.container .main .single_navigation_wrap .item a .image {
  width: 32.5641025641vw;
  height: 18.2051282051vw;
  margin-bottom: 2.5641025641vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_navigation_wrap .item a .image {
    width: 8.6805555556vw;
    max-width: 125px;
    height: 4.8611111111vw;
    max-height: 70px;
    margin-right: 0.6944444444vw;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_navigation_wrap .item a .image {
    margin-right: 10px;
  }
}
.container .main .single_navigation_wrap .item a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .main .single_navigation_wrap .item a .title {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_navigation_wrap .item a .title {
    font-size: 0.9722222222vw;
    line-height: 1.85;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_navigation_wrap .item a .title {
    font-size: 14px;
  }
}
.container .main .single_navigation_wrap .item.prev a {
  padding-left: 7.1794871795vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_navigation_wrap .item.prev a {
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_navigation_wrap .item.prev a {
    padding-left: 30px;
  }
}
.container .main .single_navigation_wrap .item.prev a:before {
  left: 0;
  transform: translateY(-50%);
}
.container .main .single_navigation_wrap .item.next a {
  padding-right: 7.1794871795vw;
}
@media screen and (min-width: 960px) {
  .container .main .single_navigation_wrap .item.next a {
    padding-right: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .container .main .single_navigation_wrap .item.next a {
    padding-right: 30px;
  }
}
.container .main .single_navigation_wrap .item.next a:before {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.container .main .single_navigation_wrap.first {
  justify-content: flex-end;
}
.container {
  /*================================
   sidebaer
   =================================*/
}
.container .sidebar {
  margin-bottom: 10.2564102564vw;
}
@media screen and (min-width: 960px) {
  .container .sidebar {
    width: 20.8333333333vw;
    max-width: 300px;
    margin-bottom: 0;
  }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			404 error

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.error404 .error404_title {
  margin-bottom: 3.5897435897vw;
  font-size: 4.358974359vw;
  font-weight: 700;
  color: #FE2227;
}
@media screen and (min-width: 960px) {
  .error404 .error404_title {
    margin-bottom: 0.8333333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .error404 .error404_title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.error404 .error404_text {
  margin-bottom: 1em;
}
.error404 .home_btn a {
  color: #1111CC;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .error404 .home_btn a:hover {
    color: #FE7322;
  }
}/*# sourceMappingURL=style.css.map */