@charset "UTF-8";

/* CSS Document */
/************************************
  header
************************************/
header {
  width: 100%;
  background: #4e2208;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 0.5vw;
}

@media screen and (min-width: 769px) {
  header {
    flex-direction: row;
  }
}

header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1vw;
  background: url(../images/common/parts_line_header.jpg);
}

@media screen and (min-width: 769px) {
  header::after {
    height: 0.3vw;
  }
}

header h1 {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw;
  color: #fff;
}

@media screen and (min-width: 769px) {
  header h1 {
    width: 21.875vw;
    padding: 0.8vw 0.5vw 0.5vw;
    margin-left: 0;
  }
}

.lang-en header h1 {
  margin-left: 0;
}

header h1 img {
  width: 100%;
}

header nav {
  width: 100%;
  padding: 0;
  color: #fff;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  header nav {
    width: auto;
    margin-right: 2vw;
    padding: 2vw 0.5vw 0.5vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 768px) {
  header nav a {
    width: calc(100% / 3);
    padding: 1.5em 0;
    background: #371b0b;
    text-align: center;
    font-size: 2.5vw;
  }
}

header nav a:not(:last-child) {
  border-right: 1px solid #5f493c;
}

@media screen and (min-width: 769px) {
  header nav a:not(:last-child) {
    border-right: none;
  }

  header nav a+a {
    margin-left: 4em;
  }

  header nav a {
    transition: color .3s ease-out;
  }

  header nav a:hover {
    color: #eed998;
  }
}

/************************************
  footer
************************************/
/************************************
  common
************************************/
.hveffect {
  position: relative;
  display: block;
  /* border: 1px solid #ccc; */
  transform-style: flat;
  transition: all 250ms ease-out;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  border-color: #dedede;
}

.hveffect > *{
  z-index: 3;
  position: relative;
}

@media screen and (min-width: 769px) {
  .hveffect:before, .hveffect:after {
    content: "";
    position: absolute;
    z-index: 2;
    transition: all 250ms ease-out;
  }

  /* Raised effect – pushes up on hover */
  .hveffect-raise:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .hveffect-raise:hover {
    /*border: 1px solid #fff;*/
    transform: translateY(-5px);
  }

  .index .video a:hover .hveffect-raise {
    transform: translateY(-5px);
  }

  .hveffect-raise:hover:before {
    box-shadow: 0 10px 10px -5px rgba(31, 31, 31, 0.5);
  }

  .index .video a:hover .hveffect-raise:before {
    box-shadow: 0 10px 10px -5px rgba(31, 31, 31, 0.5);
  }

  /* Raised effect – pushes up on hover */
  .hveffect-scal:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .hveffect-scal:hover img {
    transform: scale(1.1);
  }

  .hveffect-scal:hover:before {
    box-shadow: 0 15px 10px -5px rgba(31, 31, 31, 0.7);
  }
}

/************************************
  top
************************************/
.index section {
  padding: 8.2968vw 0;
}

@media screen and (min-width: 769px) {
  .index section {
    padding: 4.2968vw 0;
  }
}

.index .inner {
  width: 90%;
  margin: 0 auto;
}

.index section h2 {
  width: 100%;
  margin: 0 0 6vw;
  color: #4e2208;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .index section h2 {
    margin: 0 0 3vw;
  }
}

.index section h2 .small {
  font-size: 2vw;
  letter-spacing: 0.5em;
  line-height: 1;
}

.index section h2 .small::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  background: url(../images/common/icon_astrsk.png) no-repeat;
  background-size: contain;
}

.index section h2 .small::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../images/common/icon_astrsk.png) no-repeat;
  background-size: contain;
}

.index section h2 span {
  display: block;
  margin: 0 auto;
}

.index section h2 .big {
  font-size: 5vw;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .index section h2 .small {
    font-size: 0.8593vw;
  }

  .index section h2 .big {
    font-size: 1.9531vw;
  }
}

.index.lang-en section h2 .small {
  font-size: 5vw;
  letter-spacing: 0.5em;
}

.index.lang-en section h2 .small::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 1em;
  background: url(../images/common/icon_astrsk.png) no-repeat;
  background-size: contain;
}

.index.lang-en section h2 .small::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
  background: url(../images/common/icon_astrsk.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .index.lang-en section h2 .small {
    font-size: 1.9531vw;
  }
}

/*featured*/
.index .featured {
  padding: 0;
  /* background: #fff; */
}

@media screen and (min-width: 769px) {
  .index .featured.featured_list_none {
    height: 36vw;
    overflow: hidden;
  }
}

.index .featured .swiper-pagination-bullet-active {
  background: rgba(249, 249, 251, 0.3);
  position: relative;
}

.index .featured .swiper-pagination-bullet-active:after {
  -webkit-animation: slideThumb 5s ease-in-out forwards;
  animation: slideThumb 5s ease-in-out forwards;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .index .featured .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 28%;
  }
}

.index .conts-box#mv .slide-list .thumb-list.is-pause li.indicator a .indicator-box {
  animation-play-state: paused;
}

/************************************

	anime

************************************/
@keyframes slideThumb {
  0% {
    width: 0;
    top: 0;
    background: #fff;
  }

  100% {
    width: 100%;
    background: #fff;
  }
}

@-webkit-keyframes slideThumb {
  0% {
    width: 0;
    background: #fff;
  }

  100% {
    width: 100%;
    background: #fff;
  }
}

.index .featured .featured_list {
  width: 90%;
  margin: 4vw auto 0;
  padding-bottom: 4vw;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list {
    margin: -11.5vw auto 0;
    padding-bottom: 0;
    position: relative;
    z-index: 3;
  }
}

.index .featured .featured_list ul {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.index .featured .featured_list ul a {
  width: 100%;
  margin-bottom: 2vw;
  display: block;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list ul a {
    width: 32%;
    margin: 0 calc(4% / 6) 5vw;
  }
}

.index .featured .featured_list ul li figure {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.index .featured .featured_list ul li figure img {
  width: 50%;
}

.index .featured .featured_list ul li figure figcaption {
  width: 50%;
  padding: 2vw;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list ul li figure figcaption {
    padding: 1vw;
  }
}

.index .featured .featured_list ul li figure figcaption .text {
  font-size: 3vw;
  margin-bottom: auto;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list ul li figure figcaption .text {
    font-size: 1vw;
    margin-bottom: auto;
  }
}

.index .featured .featured_list ul li figure figcaption .info {
  width: 100%;
  font-size: 3vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .index .featured .featured_list ul li figure figcaption .info {
    font-size: 1vw;
  }
}

/*SP用*/
.index .featured_list_slider {
  margin: 4vw 0 0;
  padding: 0 4vw 8vw 4vw;
}

.index .featured_list_slider a {
  height: 100%;
  background: #fff;
}

.index .featured_list_slider .swiper-slide a figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.index .featured_list_slider .swiper-slide a figure figcaption {
  width: 100%;
  height: 100%;
  padding: 1em;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.index .featured_list_slider .swiper-slide a figure figcaption .text {
  font-size: 3vw;
  margin-bottom: 1em;
  flex: 1 0 auto;
}

@media screen and (min-width: 769px) {
  .index .featured_list_slider .swiper-slide a figure figcaption .text {
    font-size: 1vw;
    margin-bottom: auto;
  }
}

.index .featured_list_slider .swiper-slide a figure figcaption .info {
  width: 100%;
  font-size: 3vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .index .featured_list_slider .swiper-slide a figure figcaption .info {
    font-size: 1vw;
  }
}

/*importantNotice*/
.index section.importantNotice {
  padding: 3vw 0 6vw;
  /* background: #fff; */
}
@media screen and (min-width: 769px) {
  .index section.importantNotice {
    padding: 0 0 3vw;
  }
}

.index .importantNotice .inner {
  width: 90%;
  border: 2px solid #d0c7b6;
  border-radius: 1.5vw;
  margin: 0 auto;
  padding: 1.5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .index .importantNotice .inner {
    width: 80vw;
    border-radius: 0.5vw;
    padding: 0.5vw;
    align-items: flex-start;
    flex-direction: row;
  }
}

.index .importantNotice h2 {
  width: 10em;
  background: #fe0000;
  color: #fff;
  text-align: center;
  font-weight: normal;
  border-radius: 1.5vw;
  padding: 0.5em 0;
  margin: 0 1em 0.5em 0;
  display: block;
  font-size: 2.8vw;
}
@media screen and (min-width: 769px) {
  .index .importantNotice h2 {
    border-radius: 0.5vw;
    font-size: 1vw;
    margin: 0 2em 0 0;
  }
}
.index .importantNotice ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 3vw;
}
@media screen and (min-width: 769px) {
  .index .importantNotice ul {
    width: calc(100% - 10em);
    font-size: 1.2vw;
  }
}

.index .importantNotice ul li{
  color: #492411;
  margin-bottom: 0.5em;
}
.index .importantNotice ul li .date{
  color: #492411;
}

.index .importantNotice ul li{
}
@media screen and (min-width: 769px) {
  .index .importantNotice ul li{
  }
}

.index .importantNotice ul li a{
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .index .importantNotice ul li a:hover{
    text-decoration: none;
  }
}
/*pickupTitle*/
.index .pickupTitle {
  background: #fff;
}

.index .pickupTitle .titleList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .index .pickupTitle .titleList {
    justify-content: center;
  }
}

.index .pickupTitle .titleList li {
  width: 48%;
  margin-bottom: 3%;
}

@media screen and (min-width: 769px) {
  .index .pickupTitle .titleList li {
    width: calc(94% / 3);
    margin: 1%;
  }
}

.index .pickupTitle .titleList li a {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  border-color: #dedede;
}

.index .pickupTitle .titleList li img {
  vertical-align: middle;
}

.index .pickupTitle .titleList li .titleName {
  text-align: center;
  margin: 0.5em 0;
  font-size: 3vw;
}

@media screen and (min-width: 769px) {
  .index .pickupTitle .titleList li .titleName {
    font-size: 1vw;
  }
}

/*video*/
.index .video {
  /* background: #fff; */
}

.index .video figure .thum {
  margin-bottom: 1vw;
  z-index: 9;
}

.index .video figure p img {
  vertical-align: middle;
}

.index .video figure figcaption {
  font-size: 3vw;
}

@media screen and (min-width: 769px) {
  .index .video figure figcaption {
    font-size: 0.9375vw;
  }
}

.index .video figure figcaption .date {
  color: #4e2208;
  font-size: 2.5vw;
}

@media screen and (min-width: 769px) {
  .index .video figure figcaption .date {
    font-size: 0.8vw;
  }
}

.index .video figure figcaption .video_title {
  padding-right: 6vw;
  font-size: 3vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .index .video figure figcaption .video_title {
    padding-right: 3.5vw;
    font-size: 0.8vw;
  }
}

.index .video figure figcaption .video_title::after {
  content: "";
  width: 6vw;
  height: 6vw;
  background: url(../images/common/icon_arrow_play.png) no-repeat;
  background-size: 60%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1em;
}

@media screen and (min-width: 769px) {
  .index .video figure figcaption .video_title::after {
    content: "";
    width: 3vw;
    height: 3vw;
  }
}

/* SALE */
.index .mhSale {
  /* width: 90vw;
  margin: 0 auto; */
  background: #fff;
}

.index .mhSale .inner{
  margin-left: 5%;
}

.index .mhSale h2{
  margin-bottom: 1vw;
}

.index .mhSale h3{
  text-align: center;
  margin-bottom: 6vw;
}
@media screen and (min-width: 769px) {
  .index .mhSale h3{
    margin-bottom: 2vw;
  }
}

.index .mhSale h3 span{
  font-size: 4vw;
  font-weight: bold;
  color: #127815;
}
@media screen and (min-width: 769px) {
  .index .mhSale h3 span{
    font-size: 1.3531vw;
  }
}

.index .mhSale .sale_slider{
  overflow: visible;
}

.index .mhSale .sale_slider .swiper-slide{

}

.index .mhSale .sale_slider .swiper-slide a{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  flex: 1 0 auto;
  height: 100%;
}


.index .mhSale .sale_slider .platform{
  width: 100%;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 3vw;
  color: #fff;
  background: #3d3d3d;
  font-weight: bold;
  font-size: 3.5vw;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .platform {
    font-size: 1.3vw;
    letter-spacing: 0.05em;
    height: 4vw;
    margin-bottom: 0.5vw;
  }
}
.index .mhSale .sale_slider .platform .logo{
  height: 4vw;
}
@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .platform .logo{
    height: 2vw;
  }
}

.index .mhSale .sale_slider .platform.switch{
  background: #e70012;
}
.index .mhSale .sale_slider .platform.n3ds{
  background: #000;
}
@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .platform.n3ds .logo {
    height: 1.5vw;
  }

  .index .mhSale .sale_slider .platform.ps4 .logo,
  .index .mhSale .sale_slider .platform.steam .logo {
    height: 2.5vw;
  }

}

.index .mhSale .sale_slider .platform .logo{
}


.index .mhSale .sale_slider .platform.ps4{
  background: #00439c;
}

.index .mhSale .sale_slider .platform.steam{
  background: #173a4e;
}

.index .mhSale .sale_slider .platform.app{
  background: #3d3d3d;
}


.index .mhSale .sale_slider .figure_box{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 3vw;
}
@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .figure_box{
    margin-bottom: 1vw;
  }
}

.index .mhSale .sale_slider figure{
  width:42%;
  height: auto;
  margin: 1%;
}

.index .mhSale .sale_slider figure figcaption{
  font-size: 2.5vw;
  width:100%;
  text-align: center;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider figure figcaption{
    font-size: 0.9vw;
  }
}

.index .mhSale .sale_slider .sale_rate{
  font-size: 3.5vw;
  color: #ff6a00;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .sale_rate{
    font-size: 1.5vw;
  }
}

.index .mhSale .sale_slider .period{
  text-align: center;
  margin-bottom: 3vw;
}
@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .period{
    margin-bottom: 0.5vw;
  }
}

.index .mhSale .sale_slider .btn_sale{
  font-size: 3vw;
  text-align: center;
  width:90%;
  margin: auto auto 3vw;
  padding: 0.5em 0;
  border-radius: 30px;
  background: #774f14;
  color: #fff;
  transition: background .2s ease;
  position: relative;
}
@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .btn_sale{
    width:70%;
    font-size: 1vw;
    margin: auto auto 2vw;
  }
  .index .mhSale .sale_slider .swiper-slide:hover .btn_sale{
    background: #c48b36;
  }
}

.index .mhSale .sale_slider .btn_sale:after{
  content: "";
  width: 3vw;
  height: 3vw;
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  background: url(../images/common/icon_arrow_btn.png) no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .index .mhSale .sale_slider .btn_sale:after{
    width: 0.8vw;
    height: 0.8vw;
  }
}

.index .mhSale .bnr{
  width: 100%;
  margin: 10vw auto 6vw;
}
@media screen and (min-width: 769px) {
  .index .mhSale .bnr{
      width: 50%;
      margin: 3vw auto 0;
  }
}

/*モンハンニュース*/
.index .mhNews {}

.index .mhNews .inner {}

.index .mhNews .inner .mhNews_category {
  width: 100%;
  margin-bottom: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category {
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2vw;
  }
}

.index .mhNews .inner .mhNews_category p.cap {
  font-size: 4vw;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category p.cap {
    display: none;
  }
}

.index .mhNews .inner .mhNews_category>div {
  width: 60%;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category>div {
    width: 100%;
  }
}

.index .mhNews .inner .mhNews_category p {
  font-size: 3vw;
  padding: 0.5em;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category p {
    font-size: 1.1718vw;
    padding: 0 2em;
    border-right: 1px solid #ad9a8f;
    position: relative;
  }

  .index .mhNews .inner .mhNews_category p:first-child {
    border-left: 1px solid #ad9a8f;
  }
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category p::after {
    position: absolute;
    bottom: -0.5em;
    left: 2.5%;
    content: '';
    width: 95%;
    height: 3px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }

  .index .mhNews .inner .mhNews_category p:hover::after {
    transform: scale(1, 1);
  }

  .index .mhNews .inner .mhNews_category p.selected::after {
    transform: scale(1, 1);
  }

  .index .mhNews .inner .mhNews_category p.cat_game::after {
    background: var(--category-game-color);
  }

  .index .mhNews .inner .mhNews_category p.cat_media::after {
    background: var(--category-media-color);
  }

  .index .mhNews .inner .mhNews_category p.cat_campaign::after {
    background: var(--category-campaign-color);
  }

  .index .mhNews .inner .mhNews_category p.cat_mhb::after {
    background: var(--category-mhb-color);
  }

  .index .mhNews .inner .mhNews_category p.cat_event::after {
    background: var(--category-event-color);
  }

  .index .mhNews .inner .mhNews_category p.cat_goods::after {
    background: var(--category-goods-color);
  }
}

/*toggle*/
.index .mhNews .inner .mhNews_category .toggle {
  display: none;
  width: 50%;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle {
    display: block;
  }
}

.index .mhNews .inner .mhNews_category .toggle {
  display: none;
}

.index .mhNews .inner .mhNews_category .toggle-label {
  width: 100%;
  font-size: 3vw;
  display: block;
  position: relative;
  padding: 0.5em 1em;
  margin-bottom: 0;
  background: #eee8e4;
  border: 2px solid #c6b4a9;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle-label {
    display: none;
    background: none;
    border: none;
  }
}

.index .mhNews .inner .mhNews_category .toggle-label::after {
  content: "";
  width: 6vw;
  height: 6vw;
  background: url(../images/common/icon_arrow_down.png) no-repeat #d0c3b9;
  background-size: 60%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1em;
  font-size: 2rem;
}

.index .mhNews .inner .mhNews_category .toggle:checked+.toggle-label::after {
  content: "";
  background: url(../images/common/icon_arrow_up.png) no-repeat #d0c3b9;
  background-size: 60%;
  background-position: center;
}

.index .mhNews .inner .mhNews_category .toggle-lists {
  height: 0;
  padding: 0;
  transition: .3s;
  background: #eee8e4;
  border-bottom: 2px solid #c6b4a9;
  border-left: 2px solid #c6b4a9;
  border-right: 2px solid #c6b4a9;
}

@media screen and (max-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle-lists {
    position: absolute;
    left: 0;
    z-index: 10;
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle-lists {
    background: none;
    border: none;
  }
}

.index .mhNews .inner .mhNews_category .toggle-lists p:hover {
  background: #e3d8d1;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_category .toggle-lists {
    height: auto;
  }

  .index .mhNews .inner .mhNews_category .toggle {
    display: none;
  }

  .index .mhNews .inner .mhNews_category .toggle-lists p:hover {
    background: none;
  }
}

.index .mhNews .inner .mhNews_category .toggle:checked+.toggle-label+.toggle-lists {
  width: 100%;
  height: auto;
  display: block;
}

.index .mhNews .inner .mhNews_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list {}
}

.index .mhNews .inner .mhNews_list a {
  width: 48%;
  background: #fff;
  margin: 0 4% 4% 0;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list a {
    width: 18.4%;
    margin: 0 2% 2% 0;
  }
}

@media screen and (max-width: 769px) {
  .index .mhNews .inner .mhNews_list a:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list a:nth-child(5n) {
    margin-right: 0;
  }
}

.index .mhNews .inner .mhNews_list a li {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list a li {}
}

.index .mhNews .inner .mhNews_list a figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list a figure {}
}

.index .mhNews .mhNews_list li figure figcaption {
  padding: 2vw;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 0 auto;
}

@media screen and (min-width: 769px) {
  .index .mhNews .mhNews_list li figure figcaption {
    padding: 0.8vw;
  }
}

.index .mhNews .inner .mhNews_list li figure figcaption .text {
  font-size: 3vw;
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list li figure figcaption .text {
    font-size: 1vw;
    margin-bottom: 2em;
  }
}

.index .mhNews .inner .mhNews_list li figure figcaption .info {
  width: 100%;
  font-size: 3vw;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .index .mhNews .inner .mhNews_list li figure figcaption .info {
    font-size: 1vw;
  }
}

/*mhb*/
.index .mhb {
  padding: 8vw 0;
  background: url(../images/common/parts_line_up.png) repeat-x, url(../images/common/parts_line_down.png) repeat-x, url(../images/common/bg_mhb.jpg);
  background-color: #fff;
  background-size: auto 3vw, auto 3vw, 90% 90%;
  background-position: left 1%, left 99%, center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .index .mhb {
    padding: 5vw 0;
    background-size: auto 1vw, auto 1vw, 90% 90%;
    background-position: left 1%, left 99%, center;
    position: relative;
  }
}

.index .mhb::before {
  content: "";
  display: block;
  position: absolute;
  top: -2vw;
  width: 100%;
  height: 2vw;
  background: #fff;
}

.index .mhb h2 figure {
  width: 32vw;
  margin: 0 auto 1vw;
}

@media screen and (min-width: 769px) {
  .index .mhb h2 figure {
    width: 15vw;
    max-width: 350px;
  }
}

.index .mhb h2 .big {
  text-align: center;
  width: 90%;
}

@media screen and (min-width: 769px) {}

.index .mhb .inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.index .mhb .inner:before {
  content: "";
  width: 35vw;
  height: 28vw;
  position: absolute;
  left: 15vw;
  bottom: 15vw;
  background: url(../images/top/pic_airou.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .index .mhb .inner:before {
    width: 20vw;
    height: 20vw;
    position: absolute;
    left: 7vw;
    bottom: 0;
  }
}

.index .mhb .inner:after {
  content: "";
  width: 35vw;
  height: 28vw;
  position: absolute;
  right: 5vw;
  bottom: 15vw;
  background: url(../images/top/pic_galk.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .index .mhb .inner:after {
    width: 20vw;
    height: 20vw;
    right: 4vw;
    bottom: 0;
  }
}

.index .mhb .inner p {
  margin-bottom: 40vw;
}

@media screen and (min-width: 769px) {
  .index .mhb .inner p {
    margin-bottom: 2vw;
  }
}

.index .mhb .inner .btn {
  width: 90%;
  font-size: 4vw;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  border-radius: 50px;
  background: #dd8d5e;
}

.index .mhb .inner .btn span::before {
  content: "";
  width: 1em;
  height: 0.8em;
  display: inline-block;
  background: url(../images/common/icon_arrow_btn.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .index .mhb .inner .btn {
    width: 24vw;
    font-size: 1.40625vw;
    padding: 0.5em 0;
    text-align: center;
    background: #dd8d5e;
  }

  .index .mhb .inner .btn:hover {
    background: #f08648;
  }
}

.index .sns {
  background: #fff;
}

.sns .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .sns .account {
    margin-bottom: 2vw;
  }
}

.sns .account:not(:last-child) {
  border-bottom: 1px solid #4e2208;
}

.sns .account .sns_name {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 3vw;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .sns .account .sns_name {
    font-size: 1.5625vw;
    color: #4e2208;
    width: 15%;
    margin-top: 1vw;
    margin-bottom: 0;
    text-align: left;
  }
}

.sns .account_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media only screen and (min-width: 769px) {
  .sns .account_list {
    width: 85%;
  }
}

.sns .account_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 32%;
  margin: 0 1% 6vw;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a {
    margin-bottom: 2vw;
  }
}

@media only screen and (min-width: 768px) {
  .sns .account_list a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.sns .account_list a {
  width: 48%;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a {
    width: 30%;
  }
}

.sns .account_list a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a figure {
    flex-direction: row;
  }
}

.sns .account_list a .thumb {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  line-height: 1;
  margin-right: auto;
  margin-bottom: 2vw;
  margin-left: auto;
  overflow: hidden;
  padding: 30% 0;
  position: relative;
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .sns .account_list a .thumb {}
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .thumb {
    margin-bottom: 0;
    padding: 10% 0;
    width: 20%;
  }
}

.sns .account_list a .thumb img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105%;
}

.sns .account_list a figure figcaption {
  width: 90%;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a figure figcaption {
    width: 70%;
    text-align: left;
  }
}

.sns .account_list a figure .account-name {
  font-size: 3vw;
  font-weight: 500;
  margin-bottom: 1vw;
  max-height: 55%;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a figure .account-name {
    font-size: 1vw;
    margin-bottom: 0.5vw;
    max-height: auto;
    max-height: initial;
  }
}

.sns .account_list a figure .account-id {
  font-size: 3vw;
  margin-bottom: 1vw;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a figure .account-id {
    font-size: 0.83333vw;
    margin-bottom: 0.5vw;
  }
}

.sns .account_list a .sns-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*text-align: center;*/
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.sns .account_list a .sns-btn object {
  position: relative;
  width: 90%;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn object {
    margin-left: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 1400px) {
  .sns .account_list a .sns-btn object {}
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn object.size-l {
    width: 85%;
  }
}

@media only screen and (min-width: 1400px) {
  .sns .account_list a .sns-btn object.size-l {
    width: 75%;
  }
}

.sns .account_list a .sns-btn .sns-btn-item {
  border-radius: .5em;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.6vw;
  padding: 1vw 2vw;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn .sns-btn-item {
    font-size: 0.52083vw;
    padding: 0.33333vw;
  }
}

.sns .account_list a .sns-btn .sns-btn-item .icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sns .account_list a .sns-btn .sns-btn-item .icon::before {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: .25em;
  vertical-align: middle;
  width: 1.5em;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn .sns-btn-item .icon::before {
    margin-right: .5em;
  }
}

.sns .account_list a .sns-btn .instagram-btn {
  width: 12em;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .sns .account_list a .sns-btn .instagram-btn {
    margin: 0;
  }
}

.sns .account_list a .sns-btn .instagram-btn::before {
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sns .account_list a .sns-btn .instagram-btn .icon::before {
  background: url(../images/common/insta_icon_w.svg) center no-repeat;
  background-size: contain;
}

.sns .account_list a .sns-btn .line-btn {
  width: 12em;
  background: #00B833;
}

.sns .account_list a .sns-btn .line-btn .icon::before {
  background: url(../images/common/line_icon_w.svg) center no-repeat;
  background-size: contain;
  height: 2.5em;
  margin-top: -.25em;
  width: 2.5em;
}

/*related global*/
.index .sns_gl {
  background: #fff;
}

.sns_gl .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account {
    margin-bottom: 2vw;
  }
}

.sns_gl .account:not(:last-child) {
  border-bottom: 1px solid #4e2208;
}

.sns_gl .account_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account_list {}
}

.sns_gl .account_list a {
  width: 15%;
  margin: 0 2%;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account_list a {
    width: 6%;
  }
}

.index .sns_gl {
  background: #fff;
}

.sns_gl .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account {
    margin-bottom: 2vw;
  }
}

.sns_gl .account:not(:last-child) {
  border-bottom: 1px solid #4e2208;
}

.sns_gl .account_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account_list {}
}

.sns_gl .account_list a {
  width: 15%;
  margin: 0 2%;
}

@media only screen and (min-width: 769px) {
  .sns_gl .account_list a {
    width: 6%;
  }
}

/*footer bnr*/
.footer_bnr {}

.footer_bnr .inner {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  .footer_bnr .inner {
    width: 35%;
    flex-direction: row;
    justify-content: center;
  }
}

.footer_bnr .inner a {
  width: 100%;
  margin-bottom: 3%;
}

@media only screen and (min-width: 769px) {
  .footer_bnr .inner a {
    width: 48%;
    max-width: 600px;
    margin: 0 1%;
  }
}

.footer_bnr .inner a img {
  width: 100%;
}

/*related global*/
.index .related_gl {
  padding: 4vw 0;
}

@media only screen and (min-width: 769px) {
  .index .related_gl {
    padding: 2vw 0;
  }
}

.related_gl .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .related_gl .account {}
}

.related_gl .account_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .related_gl .account_list {}
}

.related_gl .account_list a {
  margin: 0 2%;
}

@media only screen and (min-width: 769px) {
  .related_gl .account_list a {}
}

.related_gl .account_list a figure img {
  height: 15vw;
  width: auto;
}

@media only screen and (min-width: 769px) {
  .related_gl .account_list a figure img {
    height: 5vw;
    width: auto;
  }
}

.index .related_gl {}

.related_gl .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .related_gl .account {}
}

.related_gl .account:not(:last-child) {}

.related_gl .account_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .related_gl .account_list {}
}

.related_gl .account_list a {
  width: 15%;
  margin: 0 2%;
}

@media only screen and (min-width: 769px) {
  .related_gl .account_list a {
    width: 3%;
  }
}

/*************************************************************************/
/*     article
/*************************************************************************/
/*common*/
.article section {
  padding: 4.2968vw 0;
}

.article .inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .article .inner {
    width: 74%;
    margin: 0 auto;
  }
}

.article .nav_cat {
  padding: 4vw;
  background: #e4ddd4;
}

@media screen and (min-width: 769px) {
  .article .nav_cat {
    padding: 1vw;
  }
}

.article .nav_cat .mhNews_category {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category .toggle-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.article .nav_cat .mhNews_category p.cap {
  font-size: 4vw;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category p.cap {
    display: none;
  }
}

.article .nav_cat .mhNews_category>div {
  width: 60%;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category>div {
    width: 100%;
  }
}

.article .nav_cat .mhNews_category p {
  font-size: 3vw;
  padding: 0.5em;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category p {
    font-size: 1.1718vw;
    padding: 0 2em;
    border-right: 1px solid #ad9a8f;
    position: relative;
  }

  .article .nav_cat .mhNews_category p:first-child {
    border-left: 1px solid #ad9a8f;
  }
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category p::after {
    position: absolute;
    bottom: -0.5em;
    left: 2.5%;
    content: '';
    width: 95%;
    height: 3px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }

  .article .nav_cat .mhNews_category p:hover::after {
    transform: scale(1, 1);
  }

  .article .nav_cat .mhNews_category p.selected::after {
    transform: scale(1, 1);
  }

  .article .nav_cat .mhNews_category p.cat_game::after {
    background: var(--category-game-color);
  }

  .article .nav_cat .mhNews_category p.cat_media::after {
    background: var(--category-media-color);
  }

  .article .nav_cat .mhNews_category p.cat_campaign::after {
    background: var(--category-campaign-color);
  }

  .article .nav_cat .mhNews_category p.cat_mhb::after {
    background: var(--category-mhb-color);
  }

  .article .nav_cat .mhNews_category p.cat_event::after {
    background: var(--category-event-color);
  }

  .article .nav_cat .mhNews_category p.cat_goods::after {
    background: var(--category-goods-color);
  }
}

/*toggle*/
.article .nav_cat .mhNews_category .toggle {
  display: none;
  width: 50%;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category .toggle {
    display: block;
  }
}

.article .nav_cat .mhNews_category .toggle {
  display: none;
}

.article .nav_cat .mhNews_category .toggle-label {
  width: 100%;
  font-size: 3vw;
  display: block;
  position: relative;
  padding: 0.5em 1em;
  margin-bottom: 0;
  background: #eee8e4;
  border: 2px solid #c6b4a9;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category .toggle-label {
    display: none;
    background: none;
    border: none;
  }
}

.article .nav_cat .mhNews_category .toggle-label::after {
  content: "";
  width: 6vw;
  height: 6vw;
  background: url(../images/common/icon_arrow_down.png) no-repeat #d0c3b9;
  background-size: 60%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1em;
  font-size: 2rem;
}

.article .nav_cat .mhNews_category .toggle:checked+.toggle-label::after {
  content: "";
  background: url(../images/common/icon_arrow_up.png) no-repeat #d0c3b9;
  background-size: 60%;
  background-position: center;
}

.article .nav_cat .mhNews_category .toggle-lists {
  height: 0;
  padding: 0;
  transition: .4s;
  background: #eee8e4;
  border-bottom: 2px solid #c6b4a9;
  border-left: 2px solid #c6b4a9;
  border-right: 2px solid #c6b4a9;
}

@media screen and (max-width: 769px) {
  .article .nav_cat .mhNews_category .toggle-lists {
    position: absolute;
    left: 0;
    z-index: 10;
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category .toggle-lists {
    background: none;
    border: none;
  }
}

.article .nav_cat .mhNews_category .toggle-lists p:hover {
  background: #e3d8d1;
}

@media screen and (min-width: 769px) {
  .article .nav_cat .mhNews_category .toggle-lists {
    height: auto;
  }

  .article .nav_cat .mhNews_category .toggle {
    display: none;
  }

  .article .nav_cat .mhNews_category .toggle-lists p:hover {
    background: none;
  }
}

.article .nav_cat .mhNews_category .toggle:checked+.toggle-label+.toggle-lists {
  width: 100%;
  height: auto;
  display: block;
}

/*記事*/
.article .content .article_title {
  border-bottom: 1px solid #351206;
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .article .article_title {
    margin-bottom: 2vw;
  }
}

.article .content .article_title.text-none {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  .article .content .article_title.text-none {
    margin-bottom: 1vw;
  }
}

.article .content .article_title .info {
  display: flex;
  justify-content: space-around;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 769px) {
  .article .article_title info {}
}

.article .content .article_header {
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .article .content .article_header {
    margin-bottom: 0;
  }
}

.article .content .article_header .fullsize {
  width: 100%;
}

.article .content .article_header .fullsize .detail {
  display: none;
}

.article .content .article_header .half {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .article .content .article_header .half {
    flex-direction: row;
    justify-content: space-between;
  }
}

.article .content .article_header .half img {
  width: 100%;
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .article .content .article_header .half img {
    width: 35%;
    margin-bottom: 2vw;
  }
}

.article .content .article_header .half .detail {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .article .content .article_header .half .detail {
    width: 60%;
  }
}

.article .content .article_header .half .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2vw;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  .article .content .article_header .half .detail dl {
    padding-bottom: 1vw;
    flex-direction: row;
  }
}

.article .content .article_header .half .detail dl dt {
  width: 100%;
  font-size: 3vw;
  display: inline-block;
  padding: .5em 1em;
  margin-bottom: 1em;
  text-align: left;
  font-weight: 700;
  background: rgba(210, 198, 180, 0.4);
}

@media only screen and (min-width: 769px) {
  .article .content .article_header .half .detail dl dt {
    width: 12em;
    font-size: 1vw;
    text-align: center;
  }
}

.article .content .article_header .half .detail dl dd {
  font-size: 3vw;
  padding: .5em 1em;
  margin-bottom: 1em;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .article .content .article_header .half .detail dl dd {
    font-size: 1vw;
    width: calc(96% - 12em);
  }
}

.article .content .article_header .half .detail dl dd ul li:not(:last-child) {
  margin-bottom: 1vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_header .half .detail dl dd ul li:not(:last-child) {
    margin-bottom: 0.5vw;
  }
}

.article .content .article_body p {
  font-size: 3vw;
  line-height: 1.8;
  padding: 0 1em;
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .article .content .article_body p {
    font-size: 1.14583vw;
  }
}

/*記事*/
.article .content .article_body .enclose-box {
  background: #e7dfd3;
  border: 1px solid #eee;
  margin-bottom: 4vw;
  padding: 4vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .enclose-box {
    margin-bottom: 2vw;
    padding: 2vw;
  }
}

.article .content h2 {
  width: 100%;
  margin: 0 0 6vw;
  color: #4e2208;
  font-weight: 900;
  display: flex;
  justify-content: center;
  font-size: 4vw;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .article .content h2 {
    margin: 0 auto 1vw;
    font-size: 1.9531vw;
  }
}

.article .content h3 {
  width: 100%;
  padding: 0.5em;
  margin: 0 0 6vw;
  color: #fff;
  background: #4e2208;
  font-weight: 700;
  font-size: 3.8vw;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  padding-left: 2em;
}

@media screen and (min-width: 769px) {
  .article .content h3 {
    margin: 0 auto 1vw;
    font-size: 1.5vw;
  }
}

.article .content h3.bright {
  width: 100%;
  padding: 0.5em;
  margin: 0 0 6vw;
  color: #4e2208;
  background: #d3c6b4;
  font-weight: 700;
  font-size: 3.8vw;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  padding-left: 2em;
}

@media screen and (min-width: 769px) {
  .article .content h3.bright {
    margin: 0 auto 1vw;
    font-size: 1.5vw;
  }
}

.article .content h3:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: block;
  background: url(../images/common/icon_astrsk_wht.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 0.5em;
  vertical-align: middle;
  position: absolute;
  top: 2.2vw;
  left: 2vw;
}

.article .content h3.bright:before {
  background: url(../images/common/icon_astrsk.png) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .article .content h3:before {
    top: 0.8vw;
    left: 0.8vw;
  }
}

.article .content h4 {
  width: 100%;
  margin: 4vw 0;
  padding: 0.5em;
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 0.1em;
  color: #4e2208;
  background: #d3c6b4;
  position: relative;
}

@media screen and (min-width: 769px) {
  .article .content h4 {
    margin: 2vw 0 1vw;
    font-size: 1.4531vw;
  }
}

.article .content h5 {
  width: 100%;
  margin: 4vw 0;
  padding: 0.5em;
  font-weight: 700;
  font-size: 3.666vw;
  letter-spacing: 0.1em;
  color: #4e2208;
}

@media screen and (min-width: 769px) {
  .article .content h5 {
    margin: 2vw 0 1vw;
    font-size: 1.2531vw;
  }
}

.article .content .article_body .anchor-link {
  padding: 4vw auto 2vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link {
    padding: 2vw 2vw 1vw;
  }
}

.news.article .article-main .anchor-link-ttl {
  border: none;
  line-height: 1.2;
  padding: 0 2.66667vw;
}

@media only screen and (min-width: 769px) {
  .news.article .article-main .anchor-link-ttl {
    padding: 0 1.33333vw;
  }
}

.article .content .article_body .anchor-link .anchor-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .article .content .article_body .anchor-link .anchor-link-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.article .content .article_body .anchor-link .anchor-link-list:not(:last-of-type) {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list:not(:last-of-type) {
    margin-bottom: 2vw;
  }
}

.article .content .article_body .anchor-link .anchor-link-list li {
  background: #FFF;
  border: 1px solid #4e2208;
  border-radius: 2.5em;
  font-size: 1em;
  margin-right: 2.66667vw;
  margin-bottom: 4vw;
  transition: background .2s ease;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list li {
    margin-right: 1.33333vw;
    margin-bottom: 0.66667vw;
  }
}

.article .content .article_body .anchor-link .anchor-link-list li a {
  color: #4e2208;
  padding: .5em .75em .5em .5em;
  transition: color .2s ease;
  display: block;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list li a {
    padding: .5em 1.5em .5em 1em;
  }
}

.article .content .article_body .anchor-link .anchor-link-list li .ic::before {
  color: #4e2208;
  transition: color .2s ease;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list li:hover {
    background: #4e2208;
  }
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list li:hover a {
    color: #FFF;
  }
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list li:hover .ic::before {
    color: #FFF;
  }
}

.article .content .article_body .anchor-link .anchor-link-list li .ic::before {
  color: #4e2208;
  transition: color .2s ease;
}

.ic.arrow-b::before {
  content: "\E5C5";
}

.ic::before {
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 1.5em;
  line-height: 0;
  margin-right: .15em;
  position: relative;
  vertical-align: middle;
}

.article .content .article_body .anchor-link .anchor-link-list-ttl {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .anchor-link .anchor-link-list-ttl {
    margin-bottom: 1vw;
  }
}

.article .content .article_body .step-ttl {
  border: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 3.8vw;
  font-weight: 700;
  margin-bottom: 1em;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .step-ttl {
    font-size: 1.35417vw;
  }
}

.article .content .article_body .step-ttl-num {
  background: #4e2208;
  color: #FFF;
  padding: 0.5vw 0;
  text-align: center;
  width: 3em;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .step-ttl-num {
    padding: 0.5vw 0;
  }
}

.article .content .article_body .step-ttl-text {
  color: #4e2208;
  padding: 0.5vw 4vw;
  width: calc(100% - 3em);
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .step-ttl-text {
    padding: 0.5vw 1.66667vw;
  }
}

.article .content .article_body img {
  width: 100%;
}

.article .content .article_body .img_large,
.article .content .article_body .img_medium,
.article .content .article_body .img_small {
  max-width: 100%;
  margin: 4vw auto 6vw;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 769px) {

  .article .content .article_body .img_large,
  .article .content .article_body .img_medium,
  .article .content .article_body .img_small {
    margin: 1em auto 2em;
    font-size: 1vw;
  }

  .article .content .article_body .img_large {
    max-width: 100%;
  }

  .article .content .article_body .img_medium {
    max-width: 70%;
  }

  .article .content .article_body .img_small {
    max-width: 50%;
  }
}

/*youtube*/
.article .content .article_body .movie {
  max-width: 100%;
  margin: 4vw auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .article .content .article_body .movie {
    max-width: 70%;
    margin: 2vw auto;
    position: relative;
  }
}

.article .content .article_body .movie iframe {
  width: 90vw;
  height: calc(90vw * 0.56);
}

@media only screen and (min-width: 768px) {
  .article .content .article_body .movie iframe {
    width: 50vw;
    height: calc(50vw * 0.56);
  }
}

/*table*/
.article .content .article_body table {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table {
    border-collapse: collapse;
  }
}

@media only screen and (min-width: 769px) {
  .article .content .article_body table {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table::before {
    background: #4e2208;
    color: #FFF;
    content: attr(data-th);
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    left: 50%;
    margin: 0 auto -1px;
    padding: 1em .5em;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    width: calc(100% + 2px);
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table tr {
    border: 1px solid #c6b4a9;
  }
}

.article .content .article_body table th {
  background: #4e2208;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  color: #FFF;
  font-size: 3.6vw;
  font-weight: 700;
  padding: .5em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table th {
    border-right: none;
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .article .content .article_body table th {
    font-size: 1.04167vw;
  }
}

.article .content .article_body table td {
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 3.6vw;
  padding: .5em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table td {
    border-right: none;
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .article .content .article_body table td {
    font-size: 1.14583vw;
  }
}

@media only screen and (min-width: 1300px) {
  .article .content .article_body table td {
    font-size: 16px;
  }
}

.article .content .article_body table td small {
  font-size: .8em;
  margin-left: .5em;
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table td:nth-of-type(1) {
    background: #F8F8FA;
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table td:nth-of-type(1)::before {
    content: attr(data-th);
    color: #000;
    display: block;
    font-size: .8em;
    font-weight: 400;
    margin-bottom: .2em;
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table td:nth-of-type(4) {
    border-bottom: none;
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body table td:not(:nth-of-type(1))::before {
    content: attr(data-th);
    color: #000;
    display: inline-block;
    font-size: .8em;
    font-weight: 400;
    margin-right: 1em;
  }
}

/**/
.article .content .article_body .detail-box {
  background: #e7dfd3;
  border: 1px solid #E8E9EE;
  margin-bottom: 4vw;
  padding: 4vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .detail-box {
    margin-bottom: 2vw;
    padding: 2vw;
  }
}

.article .content .article_body .detail-box h5 {
  width: 100%;
  margin: 0 0 4vw;
  padding: 0.5em;
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .article .content .article_body .detail-box h5 {
    margin: 0 0 1vw;
    font-size: 1.3531vw;
  }
}

.article .content .article_body .detail-box dl {
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 0;
}

.article .content .article_body .detail-box dl dt {
  background: transparent;
  padding: 0 1em .5em;
  text-align: left;
  width: 100%;
  color: #4e2208;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .detail-box dl dt {
    border-right: 1px solid #cfa085;
    padding: 1em;
    width: 12em;
  }
}

.article .content .article_body .detail-box dl dd {
  padding: 0 1em;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .detail-box dl dd {
    padding: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .article .content .article_body .detail-box dl {
    flex-direction: column;
  }

  .article .content .article_body .detail-box dl:not(:last-child) {
    border-bottom: 1px solid #E8E9EE;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}

.news.article .detail-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .news.article .detail-box dl {
    padding-bottom: 1vw;
  }
}

.news.article .detail-box dl dt {
  background: #e7dfd3;
  color: #4e2208;
  display: inline-block;
  padding: .5em 1em;
  text-align: center;
  width: 12em;
}

/*アコーディオン*/
.article .content .article_body .ac-box {
  background: #FFF;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  display: none;
  margin-bottom: 0;
  padding: 4vw 6vw;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .ac-box {
    padding: 2vw 3vw;
  }
}

.article .content .article_body .enclose-box[data-elem="acBox"] {
  background: #e7dfd3;
  border-top: none;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  display: none;
  margin-bottom: 0;
}

.article .content .article_body .ac-btn::after {
  color: #4e2208;
  content: "\E145";
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 2vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .ac-btn::after {
    right: 1vw;
  }
}

.article .content .article_body .note {
  margin-bottom: 2em;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .note {}
}

.article .content .article_body .note li {
  font-size: 2.5vw;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 769px) {
  .article .content .article_body .note li {
    font-size: 1vw;
  }
}

/*margin*/
.mg-0 {
  margin: 0 !important;
}

.mg-b {
  margin-bottom: 4vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b {
    margin-bottom: 2vw !important;
  }
}

.mg-b-0 {
  margin-bottom: 0 !important;
}

.mg-b-1h {
  margin-bottom: 6vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b-1h {
    margin-bottom: 3vw !important;
  }
}

.mg-b-1h-d {
  margin-bottom: 2.66667vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b-1h-d {
    margin-bottom: 1.33333vw !important;
  }
}

.mg-b-2 {
  margin-bottom: 8vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b-2 {
    margin-bottom: 4vw !important;
  }
}

.mg-b-2-d {
  margin-bottom: 2vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b-2-d {
    margin-bottom: 1vw !important;
  }
}

.mg-t {
  margin-top: 4vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-t {
    margin-top: 2vw !important;
  }
}

.mg-t-1h {
  margin-top: 6vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-t-1h {
    margin-top: 3vw !important;
  }
}

.mg-t-1h-d {
  margin-top: 2.66667vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-t-1h-d {
    margin-top: 1.33333vw !important;
  }
}

.mg-t-2 {
  margin-top: 8vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-t-2 {
    margin-top: 4vw !important;
  }
}

.mg-t-2-d {
  margin-top: 2vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-t-2-d {
    margin-top: 1vw !important;
  }
}

/*----- 余白 -----*/
.pd-0 {
  padding: 0 !important;
}

.pd-b {
  padding-bottom: 4vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-b {
    padding-bottom: 2vw !important;
  }
}

.pd-b-0 {
  padding-bottom: 0 !important;
}

.pd-b-1h {
  padding-bottom: 6vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-b-1h {
    padding-bottom: 3vw !important;
  }
}

.pd-b-1h-d {
  padding-bottom: 2.66667vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-b-1h-d {
    padding-bottom: 1.33333vw !important;
  }
}

.pd-b-2 {
  padding-bottom: 8vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-b-2 {
    padding-bottom: 4vw !important;
  }
}

.pd-b-2-d {
  padding-bottom: 2vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-b-2-d {
    padding-bottom: 1vw !important;
  }
}

.pd-t {
  padding-top: 4vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-t {
    padding-top: 2vw !important;
  }
}

.pd-t-1h {
  padding-top: 6vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-t-1h {
    padding-top: 3vw !important;
  }
}

.pd-t-1h-d {
  padding-top: 2.66667vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-t-1h-d {
    padding-top: 1.33333vw !important;
  }
}

.pd-t-2 {
  padding-top: 8vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-t-2 {
    padding-top: 4vw !important;
  }
}

.pd-t-2-d {
  padding-top: 2vw !important;
}

@media only screen and (min-width: 769px) {
  .pd-t-2-d {
    padding-top: 1vw !important;
  }
}

.mg-0 {
  margin: 0 !important;
}

.mg-b {
  margin-bottom: 4vw !important;
}

@media only screen and (min-width: 769px) {
  .mg-b {
    margin-bottom: 2vw !important;
  }
}

.bg_box {
  width: 100%;
  margin: 2vw 0;
  background: #e7dfd3;
  padding: 1em;
}

.article .content .bg_box h5 {
  width: 100%;
  margin: 0 0 4vw;
  padding: 0.5em;
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .article .content .bg_box h5 {
    margin: 0 0 1vw;
    font-size: 1.3531vw;
  }
}

/*share*/
.article .content .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  justify-content: center;
  order: 4;
  width: 100%;
  margin: 6vw 0 0;
}

@media only screen and (min-width: 769px) {
  .article .content .share-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 2vw 0 0;
  }
}

.article .content .share-list li {
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .article .content .share-list li {
    margin-bottom: 2%;
  }
}

.article .content .share-list li:not(:last-child) {
  margin-right: 2%;
}

@media only screen and (min-width: 769px) {
  .article .content .share-list li:not(:last-child) {
    margin-right: 0;
  }
}

.bg_box .cap {
  font-weight: 400;
}

/*最新ニュース*/
.article .mhNews {
  border-top: 1px solid #ae8f63;
}

.article .mhNews h2 {
  width: 100%;
  margin: 0 0 6vw;
  color: #4e2208;
  font-weight: 900;
  display: flex;
  justify-content: center;
  font-size: 5vw;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .article .mhNews h2 {
    margin: 0 auto 3vw;
    font-size: 1.9531vw;
  }
}

.article .mhNews .inner .mhNews_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list {}
}

.article .mhNews .inner .mhNews_list a {
  width: 48%;
  background: #fff;
  margin-bottom: 2%;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list a {
    width: 23%;
  }
}

.article .mhNews .inner .mhNews_list a li {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list a li {}
}

.article .mhNews .inner .mhNews_list a figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list a figure {}
}

.article .mhNews .mhNews_list li figure figcaption {
  padding: 2vw;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 0 auto;
}

@media screen and (min-width: 769px) {
  .article .mhNews .mhNews_list li figure figcaption {
    padding: 0.8vw;
  }
}

.article .mhNews .inner .mhNews_list li figure figcaption .text {
  font-size: 3vw;
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list li figure figcaption .text {
    font-size: 1vw;
  }
}

.article .mhNews .inner .mhNews_list li figure figcaption .info {
  width: 100%;
  font-size: 3vw;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .article .mhNews .inner .mhNews_list li figure figcaption .info {
    font-size: 1vw;
  }
}

.article .link-text {
  color: #4e2208;
}

.article .link-text:hover {
  color: #d2550b;
  text-decoration: underline;
}

/************************************
  404
************************************/
html, body.pg-404 {
  height: 100%;
}

body.pg-404 {
  display: flex;
  flex-direction: column;
}

div#wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page-404 {
  flex: 1;
  text-align: center;
  color: #4e2208;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.page-404 h2 {
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .page-404 h2 {
    font-size: 3.64583vw;
  }
}

section.page-404 .inner p {
  font-size: 4.6vw;
  font-weight: 700;
  margin-bottom: 6vw;
}

@media only screen and (min-width: 769px) {
  section.page-404 .inner p {
    font-size: 1.77083vw;
    margin-bottom: 3vw;
  }
}

/************************************
  サポート
************************************/
.page-support header h1 {
  font-size: 4vw;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .page-support header h1 {
    line-height: 1.1;
    margin-left: 0;
    width: 100%;
    padding: 1em 0.5em;
  }
}
@media only screen and (min-width: 769px) {
  .page-support .lang-select .SumoSelect {
    text-align: right;
    width: auto !important;
  }
  .page-support .lang-select .SumoSelect .optWrapper {
    width: auto !important;
  }
  .page-support .lang-select .SumoSelect .optWrapper .options {
    text-align: left;
  }
  .page-support #wrapper {
    min-height: 95vh;
  }
  .page-support header h1 {
    font-size: 1.71875vw;
    margin-right: auto;
    margin-left: auto;
    padding: 1.4vw 0.5vw 1.1vw;
    text-align: center;
    width: 80vw;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support header h1 {
    font-size: 33px;
  }
}

@media screen and (min-width: 769px) {
  .page-support header nav {
    margin-right: 0 !important;
    padding: 2vw 0 0.5vw !important;
  }
}

.page-support .support-header .logo {
  width: 60%;
  margin: 0 auto 4vw;
}
@media only screen and (min-width: 769px) {
  .page-support .support-header .logo {
    width: 20%;
    margin: 0 auto 2vw;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .support-header .logo {
    width: 360px;
    margin: 0 auto 50px;
  }
}
.page-support .support-header .support-header__ttl {
  border-top: 1px solid #4e2208;
  border-bottom: 1px solid #4e2208;
  color: #4e2208;
  padding: 0.8em;
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .page-support .support-header .support-header__ttl {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .support-header .support-header__ttl {
    font-size: 40px;
  }
}
.page-support .support-body {
  margin-bottom: 10vw;
}
@media only screen and (min-width: 769px) {
  .page-support .support-body {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .support-body {
    margin-bottom: 120px;
  }
}
.page-support .content {
  width: 90%;
  margin: 3vw auto;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .page-support .content {
    width: 80%;
    max-width: 1420px;
    margin: 3vw auto;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .content {
    margin: 100px auto;
  }
}
.page-support .content h4 {
  width: 100%;
  margin: 4vw 0 0;
  padding: 0.5em 1em;
  font-weight: 700;
  font-size: 4vw;
  color: #4e2208;
  background: #d3c6b4;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-support .content h4 {
    margin: 2vw 0 0;
    font-size: 1.4531vw;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .content h4 {
    margin: 50px 0 0;
    font-size: 22px;
  }
}
.page-support .content .sec__text {
  background-color: #ffffff;
  padding: 1em 2em;
}
@media only screen and (min-width: 1920px) {
  .page-support .content .sec__text {
    padding: 2em 3em;
  }  
}
.page-support .content .sec__text p {
  margin-bottom: 1em;
  font-size: 3.5vw;
}
@media only screen and (min-width: 769px) {
  .page-support .content .sec__text p {
    font-size: 1.1vw;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .content .sec__text p {
    font-size: 22px;
  }
}
.page-support .content .sec__text p.img_medium {
  width: 100%;
  margin: 0 auto 4vw;
}
@media only screen and (min-width: 769px) {
  .page-support .content .sec__text p.img_medium {
    width: 80%;
    max-width: 800px;
    margin: 0 auto 2vw;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .content .sec__text p.img_medium {
    margin: 0 auto 50px;
  }
}
.page-support .content .sec__text p.img_medium img {
  width: 100%;
  height: auto;
}
.page-support .content .sec__text h5 {
  border-left: 4px solid #d3c6b5;
  padding-left: 1em;
  font-weight: 700;
  color: #4e2208;
  margin: 2em 0 1em;
  font-size: 3.5vw;
}
@media only screen and (min-width: 769px) {
  .page-support .content .sec__text h5 {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .content .sec__text h5 {
    font-size: 26px;
  }
}
.page-support .content .bg-box {
  background-color: #f8f5f2;
  padding: 1.5em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 769px) {
  .page-support .content .btn_hex {
    width: 25vw;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .content .btn_hex {
    width: 600px;
  }
}
.page-support .support_header__platform {
  display: flex;
  justify-content: center;
  margin: 2em auto 1em;
}
.page-support .support_header__platform ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .page-support .support_header__platform ul {
    font-size: 0.8vw;
    justify-content: flex-start;
  }
}
.page-support .support_header__platform ul li {
  width: 6em;
  background: #4e2208;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.3vw;
  padding: 0.1em 0;
  text-align: center;
  box-sizing: border-box;
  margin: 0.3em;
  font-size: 2.5vw;
}
@media only screen and (min-width: 769px) {
  .page-support .support_header__platform ul li {
    font-size: 0.8vw;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .support_header__platform ul li {
    font-size: 18px;
  }
}
.page-support .support_header__platform ul li.ttl {
  width: 100%;
  text-align: center;
  background: none;
  color: #4e2208;
  font-size: 2.8vw;
  font-weight: 700;
  border-radius: 0;
  padding-right: 1em;
  box-sizing: border-box;
  margin: 0.3em 0.2em;
}
@media only screen and (min-width: 769px) {
  .page-support .support_header__platform ul li.ttl {
    text-align: left;
    font-size: 1vw;
    width: auto;
  }
}
@media only screen and (min-width: 1920px) {
  .page-support .support_header__platform ul li.ttl {
    font-size: 22px;
  }
}

.page-support .link-text {
  color: #4e2208;
  text-decoration: underline;
}
.page-support .link-text:hover {
  color: #7b360d;
}
@media only screen and (max-width: 768px) {
  .page-support .official-site-link .btn_hex{
    width: 90%;
    padding-right: 0.5em;
  }
}