/* ===== Icon ===== */
.IconBlank,
.IconPdf,
.IconZip,
.IconExcel,
.IconModal,
.IconCorporationLogo,
.IconCorporationLogoCOJP,
.IconGnetwork,
.IconBackArrow,
.IconFooterFacebook,
.IconFooterYouTube,
.IconFooterLinkedIn,
.IconLogoFacebook,
.IconLogoTwitter,
.IconLogoInstagram,
.IconLogoYoutube,
.IconLogoLinkedIn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1;
}

.IconCorporationLogo {
  width: 190px;
  height: 42px;
  background: url(../images/logo_kubota.svg) 0 0 no-repeat;
}
@media only screen and (max-width: 959px) {
  .IconCorporationLogo {
    width: 160px;
    height: 35px;
  }
}
@media only screen and (max-width: 959px) {
  .IconCorporationLogo {
    width: 160px;
    height: 35px;
  }
}
		@media only screen and (max-width: 559px) {
  .IconCorporationLogo {
    width: 50px;
    height: 11px;
  }
		}

/* ===== Header ===== */
#Header {
  width: 100%;
  border-top: 3px solid #00a8a9;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  position: relative;
}

/*#Header.-hmenuFixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}*/

.Header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}

/*@media only screen and (max-width: 959px) {
  .Header__inner {
    padding: 22px 15px 23px;
  }
}*/

.HeaderLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 19px 28px 17px;
}

.HeaderLogo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.HeaderLogo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  padding-left: 18px;
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.company-name {
  width: 300px;
}
.company-name img {
  width: 100%;
}
		@media only screen and (max-width: 559px) {
.HeaderLogo__img {
  display: none;
}
.company-name {
  width: 230px;
}
		}

@media only screen and (max-width: 959px) {
.HeaderLogo {
  padding: 15px;
}
}

@media only screen and (max-width: 559px) {
  .HeaderLogo__text {
    /*margin-left: 12px;*/
    margin-left: 0px;
    /*padding-left: 12px;*/
    padding-left: 0px;
    font-size: 1.2rem;
  }
}

.HeaderLogo__text::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 959px) {
  .HeaderLogo__text::after {
height: 36px;
  }
}
@media only screen and (max-width: 559px) {
  .HeaderLogo__text::after {
content: none;
  }
}
/*
@media only screen and (max-width: 959px) {
  .HeaderUtility.-viewPC {
    display: none;
  }
}

@media print, screen and (min-width: 960px) {
  .HeaderUtility.-viewSP {
    display: none;
  }
}
*/

.HeaderUtility__list1,
.HeaderUtility__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 100%;
  width:270px;
  position: absolute;
  right: 0;
  top:0;
  padding: 0 1rem 1rem 2rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
}
.HeaderUtility__list1 {
  background-color: var(--kblue);
}
.HeaderUtility__list2 {
  background-color: #e0e0e0;
}
@media only screen and (max-width: 959px) {
		.HeaderUtility__list1,
		.HeaderUtility__list2 {
		  display: none;;
		}
	}
/*@media print, screen and (min-width: 960px) {
  .HeaderUtility__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	
  }
}
/*@media only screen and (max-width: 959px) {
  .HeaderUtility__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .HeaderUtility__list {
    padding: 20px 28px 0;
  }
}

@media only screen and (max-width: 559px) {
  .HeaderUtility__list {
    padding: 20px 15px 0;
  }
}

.HeaderUtility__list .-gnavCurrent a {
  color: #999;
}

@media print, screen and (min-width: 960px) {
  .HeaderUtility__list a {
    display: block;
    width: 100%;
  }
}


@media only screen and (max-width: 959px) {
  .HeaderUtility__list a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 20px 0;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility__list a.-gnavCurrent span {
    color: #999;
  }
}
*/
.HeaderUtility__listItem {
  margin:0 1rem 0 0;
  padding: 0 1rem 0 0;
  font-size: 1.4rem;
  border-right:1px solid #FFF;
}
.HeaderUtility__listItem:last-child{
  border-right:none;
	margin:0;
  
}
#Header .HeaderUtility__listItem a{
  text-decoration: none;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  color:#FFF;
}
/*
@media print, screen and (min-width: 960px) {
  .HeaderUtility__listItem {
    line-height: 1;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility__listItem {
    line-height: 1.5;
  }
}
*/

/*
@media print, screen and (min-width: 960px) {
  .HeaderUtility__listItem a,
  .HeaderUtility__listItem button {
    color: #FFF;
  }
}
*/
.HeaderUtility__listItem a:hover, .HeaderUtility__listItem a:focus,
.HeaderUtility__listItem button:hover,
.HeaderUtility__listItem button:focus {
  opacity: .8;
}
/*
.HeaderSearch {
  position: relative;
  margin: 0 20px 0 7px;
}

.HeaderSearch button {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.HeaderSearch button:hover, .HeaderSearch button:focus {
  cursor: pointer;
  opacity: .8;
}

.HeaderSearch .IconSearchSite {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background: url(/assets/images/icons/header_search_site.svg) 0 0 no-repeat;
}

.HeaderSearch.-opened .IconSearchSite {
  background: url(/assets/images/icons/header_search_site_close.svg) 0 0 no-repeat;
}
*/
#HeaderSiteSearch__contentViewPC {
  display: none;
  padding: 30px 28px;
  border-top: 3px solid #dedede;
}
/*
@media print, screen and (min-width: 960px) {
  #HeaderSiteSearch__contentViewPC .SiteSearch {
    max-width: 924px;
  }
}

@media print, screen and (min-width: 960px) {
  #HeaderSiteSearch__contentViewPC .SiteSearch__input {
    max-width: 888px;
    padding: 0 14px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 28px 120px;
  }
}

@media only screen and (max-width: 559px) {
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 15px 120px;
  }
}
*/

/* ===== GNav ===== */
@media print, screen and (min-width: 960px) {
  #SiteWrap.-fixed #SiteWrap__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(51, 51, 51, 0.7);
  }
}

@media print, screen and (min-width: 960px) {
  #SiteWrap__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: -webkit-transform .5s ease .2s;
    transition: -webkit-transform .5s ease .2s;
    transition: transform .5s ease .2s;
    transition: transform .5s ease .2s, -webkit-transform .5s ease .2s;
  }
}

@media print, screen and (min-width: 960px) {
  #SiteWrap__header.-scrollDown {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

#SiteWrap__header.-verSimple {
  position: inherit;
  z-index: 100;
}
#GNav {
  position: relative;
  border-bottom: 8px solid #00a8a9;
  background-color: #fff;
}

@media only screen and (max-width: 959px) {
  #GNav {
    display: none;
  }
}

.GNav__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 28px;
}

@media print, screen and (min-width: 960px) {
  .GNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style-type: none;
  }
}

.GNavList__item:not(:last-child) {
  margin-right: 40px;
}

.GNavList__item.-gnavCurrent .GNavList__headText {
  color: #999;
}

.GNavList__item.-gnavCurrent .GNavList__head.-opened .GNavList__headText {
  color: #999;
}

.GNavList__item.-gnavCurrent .GNavLower__headingIcon {
  background: url(../img/icons/arrow_gnav_current.svg) 0 0 no-repeat;
}

.GNavList__head {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

@media print, screen and (min-width: 960px) {
  .GNavList__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

.GNavList__head:hover, .GNavList__head:focus {
  cursor: pointer;
  opacity: .8;
}

.GNavList__head.-opened::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -11px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #00a8a9 transparent;
}


.GNavList__head.-opened .GNavList__headText {
  color: #008486;
}

.GNavList__head.-opened .GNavLower__headingIcon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media print, screen and (min-width: 960px) {
  .GNavList__headText {
    display: block;
    position: relative;
    padding: 14px 0;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: .03em;
    color: #333;
  }
}

.GNavLower__headingIcon {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 12px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background: url(../images/icons/arrow_gnav.svg) 0 0 no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .2s ease .15s;
  transition: -webkit-transform .2s ease .15s;
  transition: transform .2s ease .15s;
  transition: transform .2s ease .15s, -webkit-transform .2s ease .15s;
}

.GNavList__body {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  background: #f1f1f1;
  z-index: 9999;
}

.-opened.GNavList__body {
  display: block;
}

.GNavList__body a.-gnavCurrent span {
  color: #999;
}
.GNavList__bodyInner2 {
  width:100%;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(180deg, #00a8a9 0px, #00a8a9 75px, #f1f1f1 70px, #f1f1f1 999px);
}
.GNavList__bodyInner2::after{
  content:"";
  width:240px;
  height: 75px;
  display: block;
  position: absolute;
  right: 0;
  top:0;
  background:#adadad;
   z-index: 10000;
}
.GNavList__bodyInner {
  max-width: 1600px;
  margin: 0 auto;
}

.GNavLower__heading {
 font-size:  2rem;
 font-weight: normal;
  line-height: 1.4;
  letter-spacing: .03em;
  color:#FFF;
  margin-bottom: 10px;
  padding: 3.4rem 3rem 1rem;
}

/*@media print, screen and (min-width: 560px) {
  .GNavLower__heading {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 559px) {
  .GNavLower__heading {
    font-size: 1.6rem;
  }
}
*/

.GNavLower__heading a {
 
  position: relative;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.GNavLower__heading a:hover {
  opacity: .8;
}

.GNavLower__heading a span {
   color:#FFF;
   padding-left:2rem;
}

.GNavLower__heading span {
  position: relative;
  display: inline-block;
}

.GNavLower__heading span::before {
  content: "";
  display: inline-block;
	position: absolute;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

	width: 0.8rem;
	height: 0.8rem;
	margin: 0;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
}

.GNavLower__heading > span {
  color: #333;
}

.GNavLower__bodyItem a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.GNavLower__bodyItem a:hover {
  cursor: pointer;
  opacity: .8;
}

.GNavLower__item a {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  color: #008486;
  font-size: 1.3rem;
  line-height: 1.4;
  /*backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;*/
}
.GNavLower__item a::before{
  content: "";
  display: inline-block;
	position: absolute;
	top: 0.6rem;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

	width: 0.5rem;
	height: 0.5rem;
	margin: 0;
	border-top: 1px solid #398285;
	border-right: 1px solid #398285;
	transform: rotate(45deg);
}

.GNavLower__item a.-gnavCurrent {
  color: #999;
}

.GNavLower__item a span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.GNavLower__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
  padding: 2rem 2rem 3rem 1rem;
}

@media print, screen and (min-width: 960px) {
  .GNavLower__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*margin-left: -24px;*/
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


.GNavLower__body ul {
  list-style-type: none;
}

.GNavLower__body.-bottom {
  margin: 28px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

.GNavLower__body.-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 960px) {
  .GNavLower__body.-bottom ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__body.-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 960px) {
  .GNavLower__body.-bottom .GNavLower__item {
    margin: 0 40px 0 0;
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__body.-bottom .GNavLower__item:first-child {
    margin: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .GNavLower__body.-products {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media print, screen and (min-width: 960px) {
  .GNavLower__body .GNavLower__item {
    margin: 6px 0 0 0;
  }
}

/*
.GNavLower__body .IconBlank {
  margin-left: 8px;
  width: 15px;
  height: 11px;
  background: url(/assets/images/icons/link_blank_green.svg) 0 0 no-repeat;
  background-size: 15px 11px;
}
*/
@media print, screen and (min-width: 960px) {
  .GNavLower__bodyItem {
    width: calc((100% - 24px * 4) / 4);
    margin-left: 24px;
  }
  .-products .GNavLower__bodyItem {
    width: calc((100% - 24px * 6) / 6);
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__bodyItem:not(:first-child) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 960px) {
  .GNavLower__bodyItem .GNavLower__item {
    margin-top: 13px;
  }
}

.GNavLower__bodyItemHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 1rem;
  padding-bottom: 7px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .03em;
  border-bottom: 1px solid #adadad;
  position: relative;
}
.GNavLower__bodyItemHeading ::before{
  content: "";
  display: inline-block;
  vertical-align: top;

	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.6rem 0 0;
	background:url(../images/common/btn_square.png) no-repeat 0 0;
	background-size: contain;
}
/*
@media print, screen and (min-width: 960px) {
  .GNavLower__bodyItemHeading {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .GNavLower__bodyItemHeading {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
*/
.GNavLower__bodyItemHeading span {
  color: #333;
}

.GNavLower__contentGroup {
  padding-left: 20px;
}

@media only screen and (max-width: 959px) {
  .GNavLower__contentGroup {
    margin-top: 15px;
  }
}

.GNavLower__contentGroup .GNavLower__item:not(:first-child) {
  margin-top: 13px;
}

@media print, screen and (min-width: 960px) {
  #GNavHumburgerMenu {
    display: none !important;
  }
}

@media only screen and (max-width: 959px) {
  #GNavHumburgerMenu {
    display: none;
    position: fixed;
    top: 84px;
    width: 100%;
    height: calc(100vh - 84px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    z-index: 98;
  }
}

@media only screen and (max-width: 959px) {
  #GNavHumburgerMenu.-opend {
    position: relative;
    display: block;
  }
}

.GNavHumburgerMenu__inner {
  min-height: 120%;
  background-color: #fff;
}

.GNavHumburgerMenu__layer {
  min-height: 200px;
  overflow: hidden;
}

/* ===== Footer ===== */
#Footer {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: #008486;
  padding-bottom: 88px;
}

.Footer__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 100px;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .Footer__inner {
    padding: 0 28px;
  }
}

@media only screen and (max-width: 559px) {
  .Footer__inner {
    padding: 0 15px;
  }
}

.Footer__upper {
  padding: 46px 0 54px;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .Footer__upper {
    padding: 19px 0 34px;
  }
}

@media only screen and (max-width: 559px) {
  .Footer__upper {
    display: none;
  }
}

.FooterNav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

@media only screen and (max-width: 559px) {
  .FooterNav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.FooterNav__item li {
  margin: 10px 20px 0;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .FooterNav__item li {
    margin: 16px 20px 0;
  }
}

.FooterNav__item a {
  display: block;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.FooterNav__item a:hover, .FooterNav__item a:focus {
  cursor: pointer;
  opacity: .8;
}

.FooterNav__item span {
  color: #fff;
  font-weight: normal;
  line-height: 1.7;
  font-size: 1.4rem;
  letter-spacing: .03em;
}

.Footer__bottom {
  padding: 10px 0 21px;
  border-top: 1px solid #fff;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .Footer__bottom {
    padding: 5px 0 21px;
  }
}

@media only screen and (max-width: 559px) {
  .Footer__bottom {
    padding: 24px 0 21px;
    border-top: none;
  }
}

#Footer.-verSimple .Footer__bottom {
  border-top: none;
}

.FooterUtility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

@media only screen and (max-width: 559px) {
  .FooterUtility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.FooterUtility li {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.FooterUtility li:hover, .FooterUtility li:focus {
  cursor: pointer;
  opacity: .8;
}

@media print, screen and (min-width: 560px) {
  .FooterUtility li {
    margin: 21px 20px 0;
  }
}

@media only screen and (max-width: 559px) {
  .FooterUtility li:not(:first-child) {
    margin-top: 11px;
  }
}

.FooterUtility span {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .03em;
}

.FooterSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin-top: 28px;
}

@media only screen and (max-width: 559px) {
  .FooterSns {
    margin-top: 18px;
  }
}

.FooterSns li {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.FooterSns li:not(:first-child) {
  margin-left: 15px;
}

.FooterSns li:not(:last-child) {
  margin-right: 15px;
}

.FooterSns li:hover, .FooterSns li:focus {
  cursor: pointer;
  opacity: .8;
}

.FooterSitebrand {
  padding-top: 44px;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .FooterSitebrand {
    padding-top: 46px;
  }
}

@media only screen and (max-width: 559px) {
  .FooterSitebrand {
    padding-top: 28px;
  }
}

.FooterSitebrand__logo {
  font-size: 2.2rem;
  line-height: 1.5;
}

.FooterSitebrand__copylight {
  margin-top: 18px;
}

.FooterSitebrand__copylight .FooterSitebrand__copylightText {
  font-size: 1.2rem;
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.FooterSitebrand__copylight .Js-CopylightYear {
  display: inline-block;
  min-width: 25px;
}


/* ===== SP Gnavi ===== */
html.-hmenuOpened {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
#Header.-hmenuFixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 28px 120px;
  }
}

@media only screen and (max-width: 559px) {
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 15px 120px;
  }
}
@media only screen and (max-width: 959px) {
  .HeaderUtility.-viewPC {
    display: none;
  }
}
@media print, screen and (min-width: 960px) {
  .HeaderUtility.-viewSP {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .HeaderUtility {
	margin-right: 12px;
  }
}

/* ===== HumburgerMenuButton ===== */

.HumburgerMenuButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #008486;
  z-index: 100;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.HumburgerMenuButton:hover {
  opacity: .8;
}

.HumburgerMenuButton__icon {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 18px;
  margin-left: 12px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.HumburgerMenuButton__icon::before, .HumburgerMenuButton__icon::after {
  content: "";
}

.HumburgerMenuButton__icon::before {
  top: 0;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__icon::before {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.HumburgerMenuButton__icon::after {
  bottom: 0;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__icon::after {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.HumburgerMenuButton__iconMiddle {
  top: 8px;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__iconMiddle {
  opacity: 0;
}

.HumburgerMenuButton__icon::before,
.HumburgerMenuButton__icon::after,
.HumburgerMenuButton__iconMiddle {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #008486;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media print, screen and (min-width: 960px) {
  #GNavHumburgerMenu {
    display: none !important;
  }
}

@media only screen and (max-width: 959px) {
  #GNavHumburgerMenu {
    display: none;
    position: fixed;
    top: 43px;
    width: 100%;
    height: calc(100vh - 43px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    z-index: 98;
  }
}



@media only screen and (max-width: 959px) {
  #GNavHumburgerMenu.-opend {
    position: relative;
    display: block;
  }
}

.GNavHumburgerMenu__inner {
  min-height: 120%;
  background-color: #fff;
}

.GNavHumburgerMenu__layer {
  min-height: 200px;
  overflow: hidden;
}

.layerGroup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  background: #fff;
}

.layerGroup.-show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 3;
  -webkit-transition: z-index .9s, -webkit-transform .8s;
  transition: z-index .9s, -webkit-transform .8s;
  transition: transform .8s, z-index .9s;
  transition: transform .8s, z-index .9s, -webkit-transform .8s;
}

.layerGroup.-hide {
  -webkit-transition: z-index 1s, -webkit-transform .7s;
  transition: z-index 1s, -webkit-transform .7s;
  transition: transform .7s, z-index 1s;
  transition: transform .7s, z-index 1s, -webkit-transform .7s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.layerGroup.-preHide {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.layerGroup button {
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
}

.layerGroup button:hover {
  opacity: .8;
}

.layerGroupFirst {
  position: static;
  list-style: none;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .layerGroupFirst {
    padding: 32px 28px 0;
  }
}

@media only screen and (max-width: 559px) {
  .layerGroupFirst {
    padding: 32px 15px 0;
  }
}

.layerGroupFirst li:last-child {
  border-bottom: 1px solid #dedede;
}

.layerGroupFirst li:last-child .layerGroup__nextButton {
  margin-bottom: 22px;
}

.layerGroupLower {
  padding: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@media print, screen and (min-width: 960px) {
  .layerGroupLower .GNavLower__item {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 959px) {
  .layerGroupLower .GNavLower__item:not(:first-child) {
    margin-top: 13px;
  }
}

.layerGroupLower__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .03em;
}

.layerGroupLower__body {
  padding: 30px 30px 34px;
  background-color: #f1f1f1;
}

.layerGroupLower__list {
  list-style: none;
}

.layerGroupLower__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  padding: 24px 30px 21px;
  color: #333;
}

.layerGroupLower__top a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.layerGroupLower__top a:hover, .layerGroupLower__top a:focus {
  cursor: pointer;
  opacity: .8;
}

.layerGroupLower__top a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: .45em;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 16px 1px 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #008486;
}

.layerGroupLower__top a span {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  color: #008486;
}

.layerGroup__nextButton {
  position: relative;
  width: 100%;
  padding: 15px 20px 15px 24px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .03em;
  background: url("../images/icons/folder.svg") 100% 50% no-repeat;
  background-size: 27px 20px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.layerGroup__nextButton:hover, .layerGroup__nextButton:focus {
  cursor: pointer;
  opacity: .8;
}

.layerGroup__nextButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 8px;
  margin-top: -5px;
  vertical-align: baseline;
  background: url("../images/icons/arrow_breadcrumb.svg") 0 0 no-repeat;
}

.layerGroup__nextButton span {
  color: #333;
}

.layerGroup__nextButton.-gnavCurrent span {
  color: #999;
}

.layerGroup__backButton {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  height: 44px;
  padding: 0 30px 0 57px;
  text-align: left;
  color: #008486;
  background: #dedede url("../images/icons/arrow_back.svg") 30px 50% no-repeat;
  background-size: 9px 9px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.layerGroup__backButton:hover, .layerGroup__backButton:focus {
  cursor: pointer;
  opacity: .8;
}
.HeaderUtility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

@media print, screen and (min-width: 960px) {
  .HeaderUtility__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .HeaderUtility__list {
    padding: 20px 28px 0;
  }
}

@media only screen and (max-width: 559px) {
  .HeaderUtility__list {
    padding: 20px 15px 0;
  }
}

.HeaderUtility__list .-gnavCurrent a {
  color: #999;
}

@media print, screen and (min-width: 960px) {
  .HeaderUtility__list a {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility__list a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 20px 0 5px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility__list a.-gnavCurrent span {
    color: #999;
  }
}

.HeaderUtility__listItem {
  /*margin-right: 26px;*/
  font-size: 1.4rem;
}

@media print, screen and (min-width: 960px) {
  .HeaderUtility__listItem {
    line-height: 1;
  }
}

@media only screen and (max-width: 959px) {
  .HeaderUtility__listItem {
    line-height: 1.5;
  }
}

.HeaderUtility__listItem a,
.HeaderUtility__listItem button {
  text-decoration: none;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

@media print, screen and (min-width: 960px) {
  .HeaderUtility__listItem a,
  .HeaderUtility__listItem button {
    color: #666;
  }
}

.HeaderUtility__listItem a:hover, .HeaderUtility__listItem a:focus,
.HeaderUtility__listItem button:hover,
.HeaderUtility__listItem button:focus {
  opacity: .8;
}

.HeaderSearch {
  position: relative;
  margin: 0 20px 0 7px;
}

.HeaderSearch button {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.HeaderSearch button:hover, .HeaderSearch button:focus {
  cursor: pointer;
  opacity: .8;
}

.HeaderSearch .IconSearchSite {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background: url(/assets/images/icons/header_search_site.svg) 0 0 no-repeat;
}

.HeaderSearch.-opened .IconSearchSite {
  background: url(/assets/images/icons/header_search_site_close.svg) 0 0 no-repeat;
}

#HeaderSiteSearch__contentViewPC {
  display: none;
  padding: 30px 28px;
  border-top: 3px solid #dedede;
}

@media print, screen and (min-width: 960px) {
  #HeaderSiteSearch__contentViewPC .SiteSearch {
    max-width: 924px;
  }
}

@media print, screen and (min-width: 960px) {
  #HeaderSiteSearch__contentViewPC .SiteSearch__input {
    max-width: 888px;
    padding: 0 14px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 28px 120px;
  }
}

@media only screen and (max-width: 559px) {
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 15px 120px;
  }
}

/* ===== SiteSearch ===== */
.SiteSearch {
  position: relative;
  margin: 0 auto;
  padding: 0 0 10px 0;
  border: 0;
  border-bottom: 2px solid #009ea7;
}

.SiteSearch::before {
  content: "";
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #008486;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

/* IE */
input:-ms-input-placeholder {
  color: #999;
}

/* Edge */
input::-ms-input-placeholder {
  color: #999;
}

input.SiteSearch__input {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
  padding: 0 0 2px 14px;
  color: #333;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro",Meiryo,Arial,sans-serif;
  border: none;
}

input.SiteSearch__input::-ms-clear {
  visibility: visible;
}

@media print, screen and (min-width: 560px) {
  input.SiteSearch__input {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 559px) {
  input.SiteSearch__input {
    font-size: 2.1rem;
  }
}

.SiteSearch__button {
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 24px;
  height: 24px;
  background: url(../images/icons/header_search_site.svg) 0 0 no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 959px) {
  .SiteSearch__button {
    position: absolute;
    bottom: 15px;
    right: 0;
    display: inline-block;
  }
}

.SiteSearch__box {
  margin-top: 60px;
}

.SiteSearch__box input.SiteSearch__input {
  padding: 0 14px;
  font-weight: normal;
  line-height: 1.4;
}

@media print, screen and (min-width: 560px) {
  .SiteSearch__box input.SiteSearch__input {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 559px) {
  .SiteSearch__box input.SiteSearch__input {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 959px) {
  #ss-suggest-frame1,
  #ss-suggest-frame2 {
    z-index: 99 !important;
  }
}


@media only screen and (max-width: 959px) {
		#SiteWrap__body {
		  padding-top: 0;
		  padding-bottom: 30px;
		}
	}