﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 20px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #8e3733;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%;
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.5em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 80px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: #000000;
  font-family: 'SFUDINLight';
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
  display: none;
}
.h-top {
  background: #ffc61d;
  padding: 2px 0 7px;
}
.h-tel {
  margin: 0;
  color: #8e3733;
  font-size: 20px;
  font-family: 'SFUDINEngAlt';
}
.h-tel span {
  font-family: 'SFUDINLight';
  text-decoration: underline;
  font-size: 17px;
}
.h-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
}
.h-right-top {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 4;
  align-items: center;
  padding-left: 30px;
  margin-top: -25px;
}
.h-right-top:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #8e3733;
  transform: skewX(-30deg)
}
.h-lang {
    display: flex;
}
.h-lang li {
    width: 30px;
    line-height: 0.9em;
}
.h-lang li:first-child{margin-right:10px;}
.gnavi {
    display: flex;
}
.gnavi > li {
  position: relative;
}
.gnavi > li > a {
  color: #ffc61d;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 8px 23px 12px;
  position: relative;
  overflow: hidden;
}
.gnavi > li > a:after {
  width: 14px;
  height: 14px;
  background: #ffc61d;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 7px);
  bottom: -14px;
  content: '';
  transition: all 0.5s;
}
.gnavi > li.active > a:after, .gnavi > li:hover > a:after {
  bottom: -7px;
}
.submenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.submenu a {
  display: block;
  text-decoration: none;
  background: #ffc61d;
  font-size: 17px;
  margin-top: 1px;
  padding: 8px 15px 12px;
  white-space: nowrap;
  transition: all 0.5s;
}
.submenu a:hover {
  background: #8e3733;
  color: #ffc61d;
}
.h-search .form {
  position: relative;
  width: 190px;
}
.h-search input {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 0, 0.3);
  font-size: 17px;
  padding: 5px 40px 9px 15px;
  border-radius: 5px;
  color: #c57774;
}
.h-search input::-webkit-input-placeholder {
  color: #c57774;
}
.h-search input::-moz-placeholder {
  color: #c57774;
}
.h-search input:-ms-input-placeholder {
  color: #c57774;
}
.h-search input:-moz-placeholder {
  color: #c57774;
}
.h-search .button {
  position: absolute;
  right: 0;
  top: 12px;
  background: transparent;
  border: none;
  border-left: 1px solid #ff0;
  padding: 2px 10px 2px;
  line-height: 0;
  cursor: pointer;
}
.h-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
}
.h-txt {
  margin: 0 30px 0 0;
  font-size: 22px;
  line-height: 1.3em;
}
.h-social {
  margin: 0 20px 0 0;
}
.h-social a {
  display: inline-block;
  margin-right: 12px;
}
.h-social a:last-child {
  margin-right: 0;
}
.h-user {
    margin: 0 15px;	
    }
	.h-user a{text-decoration:none;}
.h-btn {
  margin: 0;
}
.h-btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 1px solid #8e3733;
  background: #b96460;
  text-align: center;
  border-radius: 5px;
  padding: 2px 15px 6px;
  transition: all 0.5s;
}
.h-btn a:hover {
  background: #8e3733;
}
#header.fixed .h-top, #header.fixed .h-info {
  display: none;
}
#header.fixed .h-right-top {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
#header {
  -webkit-animation: remove-fixed 0.3s linear;
  -moz-animation: remove-fixed 0.3s linear;
  -ms-animation: remove-fixed 0.3s linear;
  animation: remove-fixed 0.3s linear;
}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  border-top: 0;
  padding: 10px 0;
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
}
@keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
}
.mainvisual {
    background: url("/W_images/idx_main_bg.jpg") no-repeat center center/cover;
}
.main-item .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-item {
  padding: 50px 0 40px;
}
.main-itm-img {
  flex-shrink: 0;
  margin: 0;
}
.main-itm-info {
  width: 100%;
  padding-right: 30px;
}
.main-itm-txt01 {
  font-size: 40px;
  margin: 0 0 20px;
}
.main-itm-txt01 span {
  display: block;
  font-size: 137.5%;
  color: #8e3733;
  font-family: 'SFUDINEngAlt';
  text-transform: uppercase;
}
.main-itm-txt02 {
  font-size: 24px;
  margin-bottom: 20px;
}
.idx-btn {
  margin: 0;
}
.idx-btn a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  background: #ffc61d;
  padding: 5px 20px 9px;
  border-radius: 8px;
  transition: all 0.5s;
}
.idx-btn a:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #8e3833;
  margin-left: 8px;
  top: -1px;
  transition: all 0.5s;
}
.idx-btn a:hover {
  background: #8e3833;
  color: #ffc61d;
}
.idx-btn a:hover:after {
  border-left-color: #ffc61d;
}
.box01 {
  padding: 70px 0;
}
.idx-ttl {
  text-align: center;
  font-size: 55px;
  color: #8e3733;
  font-family: 'SFUShadowBTBlackCondensed';
  line-height: 1.3em;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.b01-banner {
    margin-bottom: 30px;
}
.b01-banner-main a {
    text-decoration: none;
    transition: all 0.5s;
}
.b01-txt {
  font-size: 24px;
  width: 100%;
  max-width: 835px;
  margin: 0 auto 40px;
  text-align: center;
}
.b01-list {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.b01-item {
  width: 330px;
}
.b01-item a {
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
  clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
}
.b01-item a:hover {
  transform: translateY(-10px);
}
.b01-itm-img {
  position: relative;
  text-align: center;
  margin: 0;
}
.b01-itm-ttl {
  text-align: center;
  font-size: 24px;
  color: #000;
  background: #ffc61d;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  line-height: 1.3em;
  font-family: 'SFUShadowBTBlackCondensed';
  padding: 2px 0 9px;
  transition: all 0.5s;
}
.b01-item a:hover .b01-itm-ttl {
  background: #8e3733;
  color: #ffc61d;
}
.b01-item a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 27px 38px;
  border-color: transparent transparent transparent #7c5d00;
  right: 13%;
  bottom: 30px;
  z-index: -1;
}
.b01-item a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 38px 27px 0;
  border-color: transparent #7c5d00 transparent transparent;
  left: 13%;
  bottom: 30px;
  z-index: -1;
}
.b01-bnr {
  display: flex;
  justify-content: space-between;
    margin-bottom: 30px;
}
.b01-bnr-item {
  width: calc(50% - 15px);
  padding: 21px 280px 36px 48px;
  background: url("/userfile/config/DichVu-Banner01.png") no-repeat right center #c0e2f4;
}
.b01-bnr-item:nth-child(2) {
  padding-right: 250px;
  background-image: url("/userfile/config/DatLichHen-IMG.png");
  background-color: #8393ca;
}
.b01-bnr-ttl {
  font-size: 55px;
  color: #8e3733;
  line-height: 1.5em;
  font-family: 'SFUShadowBTBlackCondensed';
  text-transform: uppercase;
}
.b01-bnr-txt {
  margin: 0 0 10px;
}
.b01-btn-btn {
  margin: 0;
}
.b01-bnr-item a {
  text-decoration: none;
  transition: all 0.5s;
}
.b01-btn-btn {
    transition: all 0.5s;
}
.b01-banner-main a:hover .b01-btn-btn, .b01-bnr-item a:hover .b01-btn-btn {
    color: #ffc61d;
}
.b01-btn-btn:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/W_images/b01_arr.png") no-repeat;
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.b01-banner-main {
    text-align: center;
    padding: 30px;
    background: url(/userfile/config/DownloadHome-Banner.jpg) no-repeat center center/cover;
}
.b01-banner-ttl {
    color: #8e3733;
    font-size: 55px;
    font-family: 'SFUShadowBTBlackCondensed';
    margin-bottom: 10px;
}
.b01-banner-des {
    font-size: 24px;
    font-weight: bold;
}
.b01-banner-ico {
    padding: 0px 13px;
    background: url(/W_images/ico_download.png) no-repeat center center;
    background-size: 20px;
}
#btn_download {
    cursor:pointer;
    border: none;
    background: #ffc61d;
    padding: 5px 20px;
    font-weight: 600;
    color: #8e3733;
    transition:all 0.5s;
}
#btn_download:hover {
    transform: translateY(-5px);
}
.box02 {
  background: #ffc61d;
  padding: 1px 0 60px;
  margin-top: 55px;
}
.box02 .idx-ttl {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #ffc61d;
  padding: 13px 88px 14px 0;
  margin-top: -55px;
  margin-bottom: 50px;
}
.box02 .idx-ttl:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #8e3733;
  transform: skewX(25deg);
}
.b02-list {
  display: flex;
  justify-content: space-between;
}
.b02-item {
  width: calc(33.33% - 20px);
  color: #8e3733;
  position: relative;
  padding-left: 120px;
}
.b02-itm-img {
    position: absolute;
    display: inline-block;
    border: 1px solid #8e3733;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 20px;
    left: 0;
    top: 0;
}
.b02-itm-ttl {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0 0 5px;
}
.b02-itm-txt {
  margin: 0;
  line-height: 1.3em;
}
.b02-item:before {
  content: '';
  position: absolute;
  display: inline-block;
  border: 1px solid #8e3733;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
  left: 0;
  top: 0;
  background: url("/userfile/config/Logo-Item01.png") no-repeat center center;
}
.b02-item:nth-child(2):before {
  background-image: url("/userfile/config/Logo-Item02.png");
}
.b02-item:nth-child(3):before {
  background-image: url("/userfile/config/Logo-Item03.png");
}
.box03 {
  background: url("/userfile/config/Banner-YKienKH.jpg") no-repeat center center/cover;
  padding: 70px 0;
}
.box03 .idx-ttl {
  text-align: left;
  color: #ffc61d;
  margin-bottom: 50px;
}
.b03-list.slick-initialized .slick-slide {
  display: flex;
  align-items: flex-start;
}
.b03-itm-img {
  margin: 0 30px 0 0;
  width: 270px;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
}
.b03-itm-main {
  background: #8e3733;
  border-radius: 20px;
  padding: 50px 70px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.b03-itm-main:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 20px 0;
  border-color: transparent #8e3833 transparent transparent;
  top: 30px;
  left: -20px;
}
.b03-itm-ttl {
  color: #ffc61d;
  margin: 0 0 10px;
  font-size: 18px;
}
.b03-itm-ttl span {
  font-size: 166.67%;
  display: block;
  line-height: 1.3em;
}
.b03-itm-txt {
  margin: 0;
  color: #fff;
  text-align: justify;
}
.b03-itm-main:after {
  content: '”';
  position: absolute;
  color: #ffc61d;
  font-size: 411px;
  right: 50px;
  top: 0;
  opacity: 0.1;
  line-height: 0.95em;
  font-family: 'SFUHelveticaLight';
  z-index: -1;
  pointer-events: none;
}
.box04 {
  padding: 60px 0;
}
.b04-list {
  display: flex;
  justify-content: space-between;
}
.b04-item {
  width: calc(33.33% - 20px);
  background-image: url(/userfile/config/Image-blog01.jpg);
}
.b04-item a {
  display: block;
  text-decoration: none;
  position: relative;
}
.b04-itm-img {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.b04-itm-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
}
.b04-item a:hover .b04-itm-img:before {
  opacity: 0.6
}
.b04-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.b04-item a:hover .b04-itm-img img {
  transform: scale(1.1, 1.1);
}
.b04-itm-main {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 5;
  border: 1px solid #ffc61d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.b04-itm-main:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #000;
  opacity: 0.65;
  z-index: -1;
}
.b04-itm-ttl {
  font-size: 25px;
  color: #ffc61d;
  text-transform: uppercase;
  line-height: 1.3em;
}
.b04-itm-art {
  font-size: 24px;
  margin: 0;
  font-family: 'SFUShadowBTBlackCondensed';
  text-transform: uppercase;
}
.b04-itm-art span {
  font-size: 150%;
}
.f-form {
  background: #8e3733;
  color: #fff;
  padding: 29px 0 34px;
}
.f-form .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-form-ttl {
  margin: 0;
  width: 40%;
  font-size: 18px;
}
.f-form-ttl span {
  font-size: 55px;
  color: #ffc61d;
  display: block;
  text-transform: uppercase;
  font-family: 'SFUShadowBTBlackCondensed';
  line-height: 1em;
  margin-bottom: 6px;
}
.f-form .form {
  width: calc(60% - 30px);
  display: flex;
}
.f-form button {
  width: 130px;
  flex-shrink: 0;
  background: #ffc61d;
  border: none;
  font-size: 18px;
  color: #8e3733;
  text-transform: uppercase;
  text-align: center;
  font-family: 'SFUDINEngAlt';
}
.f-form input {
  border: none;
  width: 100%;
  font-size: 18px;
  color: #8e3733;
  padding: 10px 20px 13px;
}
.f-form input::-webkit-input-placeholder {
  color: #8e3733;
}
.f-form input::-moz-placeholder {
  color: #8e3733;
}
.f-form input:-ms-input-placeholder {
  color: #8e3733;
}
.f-form input:-moz-placeholder {
  color: #8e3733;
}
#footer {
  background: #ffc61d;
}
.f-main {
  padding: 50px 0 20px;
  display: flex;
  justify-content: space-between;
}
.f-mod {
  /*width: calc(18% - 22.5px);*/
}
.f-mod:first-child {
  width: 23%;
}
.f-mod:not(:first-child){margin-right:30px;}
.f-mod:last-child{
margin-right:0;
}
.f-logo a {
  display: flex;
  text-decoration: none;
  color: #000;
  font-size: 30px;
  align-items: center;
  line-height: 1.3em;
  font-family: 'SFUShadowBTBlackCondensed';
}
.f-com-name {
  margin-left: 15px;
}
.f-logo {
  margin-bottom: 20px;
}
.f-info {
  font-size: 17px;
  margin: 0 0 10px;
  font-family: 'SFUDINEngAlt';
  text-transform: uppercase;
  position: relative;
  padding-left: 45px;
}
.f-info:before {
  content: '';
  position: absolute;
  background: url("/userfile/config/Address-Logo.png") no-repeat center center/auto auto;
  width: 35px;
  height: 37px;
  left: 0;
  top: 8px;
}
.f-info-add {
  text-transform: capitalize;
  font-family: 'SFUDINLight';
}
.f-tel:before {
  background-image: url("/userfile/config/Tel-Logo.png");
  height: 28px;
  top: 0;
}
.f-time:before {
  background-image: url("/userfile/config/Time-Logo.png");
  height: 35px;
}
.f-info-line {
  text-decoration: underline;
  font-family: 'SFUDINLight';
  text-transform: capitalize;
}
.f-ttl {
  font-size: 27px;
  color: #000;
  margin: 30px 0 20px;
  font-family: 'SFUShadowBTBlackCondensed';
  text-transform: uppercase;
}
.f-link a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  font-size: 18px;
}
.f-link li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.f-link li:before {
  content: '';
  position: absolute;
  background: url("/W_images/f_arr.png") no-repeat;
  width: 13px;
  height: 13px;
  left: 0;
  top: 11px;
}
.f-link a:hover, .f-menu a:hover {
  text-decoration: underline;
}
.f-menu a {
  text-decoration: none;
  color: #000;
}
.f-menu li {
  margin-bottom: 10px;
}
.f_bottom{
	display: flex;justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffe492;
}
.copyright {
  margin: 0;
  text-align: center;
  /*border-top: 1px solid #ffe492;*/
  font-size: 12px;
  padding: 20px 0;
  font-family: 'UTMAvo';
}
.copyright a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 3%;
  }
}
@media screen and (max-width: 1200px) {
  .b01-item a {
    padding: 0 20px;
  }
  .b01-itm-ttl {
    font-size: 22px;
    padding: 3px 0 10px;
  }
  .b01-item a:after {
    right: 33px;
  }
  .b01-item a:before {
    left: 33px;
  }
  .b01-bnr-item {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 16px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 63px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: #ffc61d;
    margin-left: 5px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 11px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 50px;
    height: 55px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #totop {
    width: 50px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .h-top, .h-txt, .h-social, .h-right-top:after {
    display: none;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
  }
  .logo {
    width: 160px;
  }
  #gnavi {
    position: fixed;
    top: 63px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    left: 0;
    height: calc(100% - 63px);
    overflow: auto;
    display: none;
  }
.h-right{display:flex;}
.h-lang li {margin-right: 10px;}
  .h-search {
    position: relative;
    margin-right: 5px;
  }
  .h-search .form {
    position: absolute;
    left: -30px;
    background: #8e3733;
    padding: 5px;
    width: 220px;
    z-index: 99;
    margin-top: 10px;
    display: none;
    transform: translateX(-50%);
  }
  .h-search input {
    font-size: 14px;
    padding: 5px 40px 9px 10px;
  }
  .h-search .button {
    top: 10px;
  }
  .h-btn a {
    padding: 6px 5px 8px;
    width: 40px;
  }
  .h-search-ttl {
    margin: 0;
    background: #8e3733;
    width: 40px;
    line-height: 0;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
  }
  .h-info {
    padding: 0;
  }
  .h-right-top {
    margin: 0;
    padding: 0;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li > a {
    background: #8e3733;
    font-size: 15px;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
  }
  .gnavi > li > a:after {
    display: none;
  }
  .submenu {
    position: relative;
  }
  .submenu a {
    text-align: center;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
  }
  .main-item .container {
    flex-direction: column-reverse;
  }
  .main-itm-img img {
    margin: 0 auto;
  }
  .main-itm-img {
    width: 100%;
    text-align: center;
  }
  .main-item {
    padding: 30px 0;
  }
  .main-itm-txt01 {
    font-size: 22px;
  }
  .main-itm-txt02 {
    font-size: 16px;
  }
  .idx-btn a {
    font-size: 16px;
  }
  .main-itm-info {
    padding: 0;
  }
  .box01 {
    padding: 40px 0 10px;
  }
  .idx-ttl {
    font-size: 34px;
  }
  .b01-txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .b01-list {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .b01-item {
    margin-bottom: 30px;
  }
  .b01-bnr {
    display: block;
  }
  .b01-bnr-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .b01-bnr-ttl {
    font-size: 34px;
  }
  .b02-list {
    display: block;
  }
  .b02-item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 0 90px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .b02-itm-ttl {
    font-size: 20px;
  }
  .b02-item:before {
    width: 80px;
    height: 80px;
    background-size: 50% auto;
    top: calc(50% - 40px);
  }
  .box02 {
    padding: 1px 0 20px;
  }
  .box02 .idx-ttl {
    margin-bottom: 30px;
  }
  .box03 {
    padding: 40px 0;
  }
  .box03 .idx-ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  .b03-list.slick-initialized .slick-slide {
    display: block;
  }
  .b03-itm-img {
    margin: 0 auto 20px;
  }
  .b03-itm-main:before {
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #8e3833 transparent;
    left: calc(50% - 15px);
    top: -15px;
  }
  .b03-itm-main {
    padding: 20px 30px;
  }
  .b03-itm-ttl {
    font-size: 14px;
  }
  .b03-itm-main:after {
    font-size: 300px;
    right: 20px;
    line-height: 0.85em;
  }
  .box04 {
    padding: 40px 0 20px;
  }
  .b04-list {
    display: block;
  }
  .b04-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .f-form .container {
    display: block;
  }
  .f-form-ttl {
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
    font-size: 16px;
  }
  .f-form-ttl span {
    font-size: 34px;
  }
  .f-form .form {
    width: 100%;
  }
  .f-form input {
    font-size: 16px;
  }
  .f-main {
    padding: 30px 0 10px;
    flex-wrap: wrap;
  }
  .f-mod:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f-mod {
    display: none;
  }
  .f-logo a {
    font-size: 24px;
  }
  .f_bottom{flex-wrap: wrap;}
  .f_bottom > div:nth-child(1){order:2;}
  .f_payment{
	  
	  text-align: center;
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 426px) {
.b03-itm-img{width: 135px;}
.b01-list{justify-content: space-between;}
.b01-item {width: 50%;}
.b01-item a {padding: 0 10px;}
.b01-item a:before{left: 2px;bottom: 0px;}
.b01-item a:after{right: 2px;bottom: 0px;}
.b01-itm-ttl{font-size: 15px;bottom: 8px;}
  .b01-bnr-item {
    background-size: auto 190px;
    background-position: right -70px center;
    padding-right: 130px;
  }
  .b01-bnr-item:nth-child(2) {
    background-position: right -50px center;
    padding-right: 130px;
  }
  .b04-itm-main {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
  }
  .b04-itm-art {
    font-size: 18px;
  }
  .b04-itm-ttl {
    font-size: 20px;
  }
  .b01-bnr-ttl {
    font-size: 26px;
  }
  .b01-bnr-item {
    padding-left: 20px;
  }
.box02 .idx-ttl:after {
    width: 1000px;
}
.box02 .idx-ttl {
    padding-right: 20px;
    font-size: 30px;
}
.b03-itm-main:after {
    font-size: 250px;
    right: 0;
    top: 20px;
}
.h-user {
    width:25px;
    margin:0;
}
.h-search-ttl{
    width:32px;
}
.h-lang li{
    margin-right: 10px;
    width:25px;
}
.h-lang li:first-child{
    margin-right: 5px;
}
}
@media screen and (max-width: 375px) {
.b01-item a:before, .b01-item a:after {bottom: 0px;}
.b01-item a:before{border-width: 16px 27px 27px 0px;}
.b01-item a:after{border-width: 14px 0 30px 30px;}
.b01-itm-ttl {font-size: 13px;}
}
@media screen and (max-width: 360px) {
.b01-item a:before, .b01-item a:after {bottom: 0px;}
.b01-item a:before{border-width: 20px 30px 27px 0;}
.b01-item a:after{border-width: 20px 0 27px 30px;}
.b01-itm-ttl {font-size: 13px;}
}
@media screen and (max-width: 325px) {
.b01-item {width: 50%;}
.b01-item a {padding: 0px 7px;}
.b01-item a:before {bottom: 7px;}
.b01-item a:after {bottom: 7px;}
.b01-itm-ttl {font-size: 12px;}
	
}