@charset "utf-8";

/*==========================================
 font
===========================================*/
html {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 62.5%;
  color: #000;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
/* 遅延対策 */
html {
  visibility: hidden;
}
html.wf-active, html.loading-delay {
  visibility: visible;
}

/* font-family: sofia-pro, sans-serif;
font-weight: 700;
font-style: normal; */

/* link */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a { outline: none; text-decoration: none; }
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: underline; }
a:hover   { color: #000; text-decoration: underline; }
a:active  { color: #000; text-decoration: underline; }



/*==========================================
 body
===========================================*/

html {
  background: #FFF;
  overflow: auto;
}
body {
  overflow: hidden;
	min-width: 1244px;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
  body {
  	min-width: auto;
  }
}

/*==========================================
 clearfix
===========================================*/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/*==========================================
 画像切替
===========================================*/
/* PC、スマートフォン表示分岐 */
.pcView {
  display: block;
}
.spView {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 140px;
  /* background-image: linear-gradient(180deg, rgba(134, 134, 134, 0.5), rgba(255, 255, 255, 0.0)); */
  /* background-color: #333; */
  transition: all 0.8s;
}
header::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(180deg, rgba(134, 134, 134, 0.5), rgba(255, 255, 255, 0.0));
  content: "";
}
header.up {
  top: -140px;
  background-image: none;
}
header.downDesign {
  height: 120px;
  background-color: rgba(0, 0, 0, 0.5);
}
header #header {
  position: relative;
  z-index: 100;
  width: 100%;
}
header #headerLogoArea {
  position: absolute;
  left: 50px;
  top: 5px;
}
header #headerLogoArea h1 img {
  width: 120px;
  height: auto;
}

header #header_SpIcon {
  display: none;
}
@media only screen and (max-width: 767px) {
  header.downDesign {
    height: 100px;
  }
  header #header {
    width: 100%;
    margin: 0;
  }
  header #headerLogoArea {
    left: 5%;
    top: 33px;
  }
  header #headerLogoArea h1 img {
    width: 50px;
  }
  header #header_SpIcon {
    position: absolute;
    z-index: 700;
    display: block;
    right: 5%;
    top: 40px;
    width: 27px;
    height: 20px;
    box-sizing: border-box;
  }
  header #header_SpIcon .menu-trigger,
  header #header_SpIcon .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header #header_SpIcon .menu-trigger {
    position: relative;
    width: 27px;
    height: 20px;
  }
  header #header_SpIcon .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
  }
  header #header_SpIcon .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header #header_SpIcon .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  header #header_SpIcon .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  header #header_SpIcon .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  header #header_SpIcon .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #header_SpIcon .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }

}


/*グローバルナビゲーション ////////////////////////////////// */
header #headerGlobalArea {
  position: absolute;
  right: 50px;
  top: 0;
}
header #headerGlobalArea nav {
  position: absolute;
  right: 0;
  top: 80px;
}
header #headerGlobalArea nav ul {
  width: 600px;
  display: flex;
  justify-content: space-between;
}
header #headerGlobalArea nav ul li {
}
header #headerGlobalArea nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  color: #FFF;
  transition: 0.5s ease-in;
}

header #headerGlobalArea nav ul li a:hover {
  text-decoration: none;
}
header #headerGlobalArea nav ul li a::before {
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: -8px;
  width: 0%;
  height: 2px;
  margin: 0 0 0 -50%;
  background-color: #fff;
  content: "";
  transition : all 0.3s;
}
header #headerGlobalArea nav ul li a:hover::before {
  width: 100%;
  opacity : 1;
}

header #headerGlobalArea #headerShopLink {
  position: absolute;
  right: 0;
  top: 18px;
  width: 205px;
  height: 35px;
  border: 1px solid #FFF;
}
header #headerGlobalArea #headerShopLink a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0 0 52px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #FFF;
}
header #headerGlobalArea #headerShopLink a::before {
  position: absolute;
  left: 15px;
  top: 6px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon01.svg");
  background-size: 100% 100%;
  content: "";
}
header #headerGlobalArea #headerShopLink a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ブランド詳細用 */
body#brandEntry header::before {
  display: none;
}
body#brandEntry header #headerGlobalArea nav ul li a {
  color: #000;
}
body#brandEntry header #headerGlobalArea nav ul li a::before {
  background-color: #326738;
}
body#brandEntry header #headerGlobalArea #headerShopLink {
  border: none;
}
body#brandEntry header #headerGlobalArea #headerShopLink a {
  color: #000;
}
body#brandEntry header #headerGlobalArea #headerShopLink a::before {
  background-image: url("../img/icon01_b.svg");
}
body#brandEntry header.downDesign #headerGlobalArea nav ul li a {
  color: #FFF;
}
body#brandEntry header.downDesign #headerGlobalArea nav ul li a::before {
  background-color: #FFF;
}
body#brandEntry header.downDesign #headerGlobalArea #headerShopLink {
  border: 1px solid #FFF;
}
body#brandEntry header.downDesign #headerGlobalArea #headerShopLink a {
  color: #FFF;
}
body#brandEntry header.downDesign #headerGlobalArea #headerShopLink a::before {
  background-image: url("../img/icon01.svg");
}
/* ブランド詳細用 */

header #overay,
header #headerNavi_Sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  header #headerGlobalArea {
    display: none;
  }

  /* header #overay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  } */
  header #headerNavi_Sp {
    position: absolute;
    right: -100vw;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }
  header #headerNavi_Sp ul {
    width: 100%;
    padding: 180px 0 0;
  }
  header #headerNavi_Sp ul li {
    padding: 0 0 45px;
    text-align: center;
  }
  header #headerNavi_Sp ul li a {
    font-size: 2.1rem;
    color: #FFF;
  }
  header #headerNavi_Sp ul li a:hover {
    text-decoration: none;
  }
  header #headerNavi_Sp #headerShopLink_Sp {
    width: 300px;
    height: 55px;
    margin: 10px auto 0;
    border: 1px solid #FFF;
    box-sizing: border-box;
  }
  header #headerNavi_Sp #headerShopLink_Sp a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #FFF;
    text-align: center;
  }
  header #headerNavi_Sp #headerShopLink_Sp a::before {
    position: absolute;
    left: 56px;
    top: 14px;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon01.svg");
    background-size: 100% 100%;
    content: "";
  }
}

/*==========================================
 フッターのスタイル
===========================================*/
#footerImg {
  width: 270px;
  height: 216px;
  margin: 0 auto;
  padding: 200px 0 0;
}
#footerImg img {
  width: 100%;
  height: 100%;
}
footer {
  width: 1196px;
  margin: 70px auto 0;
  border-top: 1px solid #B5B5B6;
}
footer #footerBody {
  width: 100%;
  padding: 40px 0 0;
}
footer #footerBody .footerLink {
  width: 674px;
  margin: 0 auto;
}
footer #footerBody .footerLink ul {
  width: 674px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
footer #footerBody .footerLink ul li {
}
footer #footerBody .footerLink ul li a {
  font-size: 1.4rem;
}
footer #footerBody .footerLink ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer #footerBody small {
  display: block;
  padding: 80px 0 100px;
  font-size: 1.6em;
  font-weight: 500;
  color: #326738;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footerImg {
    width: 230px;
    height: 145px;
    padding: 80px 0 0;
  }
  footer {
    width: 90%;
    margin: 40px auto 0;
  }
  footer #footerBody {
    padding: 50px 0 0;
  }
  footer #footerBody .footerLink {
    width: 100%;
  }
  footer #footerBody .footerLink ul {
    width: 100%;
    flex-wrap: wrap;
  }
  footer #footerBody .footerLink ul li {
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
  }
  footer #footerBody .footerLink ul li a {
    font-size: 1.6rem;
  }
  footer #footerBody small {
    padding: 30px 0 50px;
  }
}


/*==========================================
 ページアップ
===========================================*/
#pageup {
  position: fixed;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  transition: all 0.3s;
}
#pageup.down {
  opacity: 1.0;
}
#pageup a img {
  width: 83px;
  height: 83px;
}
@media only screen and (max-width: 767px) {
  #pageup {
    position: static;
    opacity: 1;
    width: 83px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
}


/*==========================================
 コンテンツのスタイル 共通
===========================================*/
#mainContents {
  /* min-height: 1500px; */
}
#mainContents section.w_full {
  width: 100%;
  margin: 0;
}
#mainContents section.w_1200 {
  width: 1200px;
  margin: 0 auto;
}
#mainContents section.w_800 {
  width: 800px;
  margin: 0 auto;
}
#mainContents section.bt_G {
  border-top: 1px solid #E1E1E1;
}
#mainContents section.bc_G {
  background-color: #326738;
}
@media only screen and (max-width: 767px) {
  #mainContents {
    /* min-height: 1500px; */
  }
  #mainContents section.w_1200,
  #mainContents section.w_800 {
    width: 90%;
    margin: 0 5%;
  }
  #mainContents section.w_3no {
    width: 100%;
    margin: 0;
  }
}



/*==========================================
 共通タイトル
===========================================*/
#mainContents .titleArea {
  position: relative;
  width: 100%;
  height: 327px;
  background-size: cover;
  background-position: center;
}
#mainContents .titleArea::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 327px;
  background-color: #797979;
  mix-blend-mode: multiply;
  content: "";
}
#mainContents .titleArea h1 {
  position: relative;
  padding: 250px 0 0;
  font-size: 3.6rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
}
#mainContents #news.titleArea { background-image: url("../img/news/news_title_bk.jpg"); }
#mainContents #brand.titleArea { background-image: url("../img/brand/brand_title_bk.jpg"); }
#mainContents #recruit.titleArea { background-image: url("../img/recruit/recruit_title_bk.jpg"); }
#mainContents #contact.titleArea { background-image: url("../img/contact/contact_title_bk.jpg"); }
#mainContents #company.titleArea { background-image: url("../img/company/company_title_bk.jpg"); }
#mainContents #privacy.titleArea { background-image: url("../img/privacy/privacy_title_bk.jpg"); }

#mainContents #about.titleArea {
  height: 665px;
  background-image: url("../img/about/about_title_bk.jpg");
}
#mainContents #about.titleArea::before,
#mainContents #brand_entry_ao.titleArea::before,
#mainContents #brand_entry_asobito.titleArea::before,
#mainContents #brand_entry_snugpak.titleArea::before,
#mainContents #brand_entry_kammok.titleArea::before {
  display: none;
}
#mainContents #about.titleArea h1 {
  width: 1200px;
  margin: 0 auto;
  padding: 340px 0 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #mainContents #news.titleArea { background-image: url("../img/news/news_title_bk_sp.jpg"); }
  #mainContents #brand.titleArea { background-image: url("../img/brand/brand_title_bk_sp.jpg"); }

  #mainContents #brand_entry_ao.titleArea { background-image: url("../img/brand/brand_ao_title01_sp.jpg"); }
  #mainContents #brand_entry_asobito.titleArea { background-image: url("../img/brand/newbrand_asobito_title01_sp.jpg"); }
  #mainContents #brand_entry_snugpak.titleArea { background-image: url("../img/brand/brand_snugpak_title01_sp.jpg"); }
  #mainContents #brand_entry_kammok.titleArea { background-image: url("../img/brand/brand_kammok_title01_sp.jpg"); }
  #mainContents #brand_entry_topo.titleArea { background-image: url("../img/brand/brand_topo_title01_sp.jpg"); }

  #mainContents #recruit.titleArea { background-image: url("../img/recruit/recruit_title_bk_sp.jpg"); }
  #mainContents #contact.titleArea { background-image: url("../img/contact/contact_title_bk_sp.jpg"); }
  #mainContents #comapny.titleArea { background-image: url("../img/comapny/comapny_title_bk_sp.jpg"); }
  #mainContents #privacy.titleArea { background-image: url("../img/privacy/privacy_title_bk_sp.jpg"); }

  #mainContents #about.titleArea {
    height: 533px;
    background-image: url("../img/about/about_title_bk_sp.jpg");
  }
  #mainContents #about.titleArea h1 {
    width: 90%;
    padding: 400px 0 0;
    line-height: 1.4;
  }
  #mainContents #privacy.titleArea h1 {
    padding: 210px 0 0 5%;
    line-height: 1.2;
  }

  #mainContents .titleArea h1 {
    padding: 250px 0 0 5%;
    text-align: left;
  }
}



/*==========================================
 パンくず
===========================================*/
#mainContents #pankuzu {
  width: 100%;
  margin: 20px 0;
  font-size: 1.2rem;
}
#mainContents #pankuzu a {
  position: relative;
  margin: 0 20px 0 0;
}
#mainContents #pankuzu a:hover {
  color: #B41E1E;
}
#mainContents #pankuzu a:after {
  position: absolute;
  right: -12px;
  top: 3px;
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  content: "";
}
@media only screen and (max-width: 767px) {
  #mainContents #pankuzu {
    width: 94%;
    font-size: 1.2rem;
  }
  #mainContents #pankuzu a {
    margin: 0 15px 0 0;
  }
  #mainContents #pankuzu a:after {
    right: -9px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin: -3px 0 0;
  }
}


/*==========================================
 共通 H
===========================================*/
#mainContents h2.typ01 {
}


/*==========================================
 共通 img
===========================================*/
#mainContents img.img_full {
  width: 100%;
  height: auto;
}

/*==========================================
 共通リンク
===========================================*/
#mainContents .linktyp01 {
}

/*==========================================
 共通レイアウト
===========================================*/
#mainContents .layoutTyp01 {
  width: 100%;
  padding: 60px 0 0;
}
#mainContents .layoutTyp01 ul {
  width: 100%;
  height: 36px;
  border: 1px solid #326738;
  box-sizing: border-box;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
#mainContents .layoutTyp01 ul li {
  width: 200px;
  height: 100%;
  border-right: 1px solid #326738;
  box-sizing: border-box;
}
#mainContents .layoutTyp01 ul li:last-child {
  border-right: none;
}
#mainContents .layoutTyp01 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 0 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #326738;
  text-align: center;
  transition: 0.2s ease-in;
}
#mainContents .layoutTyp01 ul li a:hover {
  text-decoration: none;
  background-color: #797979;
  color: #FFF;
}
#mainContents .layoutTyp01 ul li a.active {
  text-decoration: none;
  background-color: #326738;
  color: #FFF;
}
#mainContents .layoutTyp01 .pullDownBot_Sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp01 {
    position: relative;
    width: 100%;
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp01 ul {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 36px;
    border: none;
    flex-wrap: wrap;
  }
  #mainContents .layoutTyp01 ul li {
    width: 100%;;
    height: 36px;
    border-bottom: 1px solid #326738;
    border-right: 1px solid #326738;
    border-left: 1px solid #326738;
    background-color: #FFF;
  }
  #mainContents .layoutTyp01 ul li:last-child {
    border-right: 1px solid #326738;
  }
  #mainContents .layoutTyp01 .pullDownBot_Sp {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #326738;
    box-sizing: border-box;
  }
  #mainContents .layoutTyp01 .pullDownBot_Sp a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px 0 0;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #326738;
    text-align: center;
    transition: 0.2s ease-in;
  }
  #mainContents .layoutTyp01 .pullDownBot_Sp a::after {
    position: absolute;
    right: 66px;
    top: 12px;
    width: 19px;
    height: 10px;
    background-image: url("../img/icon02.svg");
    background-size: 100% 100%;
    content: "";
  }
  #mainContents .layoutTyp01 .pullDownBot_Sp a.open::after {
    transform: rotate(180deg);
  }
  #mainContents .layoutTyp01 .pullDownBot_Sp a:hover {
    text-decoration: none;
  }
}

#mainContents .layoutTyp02 {
  width: 100%;
  padding: 95px 0 0;
}
#mainContents .layoutTyp02 .titleBox p {
  font-size: 2.0rem;
  color: #797979;
}
#mainContents .layoutTyp02 .titleBox h2 {
  padding: 15px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
}
#mainContents .layoutTyp02 .titleBox02 h2 {
  padding: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #326738;
  text-align: center;
}
#mainContents .layoutTyp02 .columnBox {
  padding: 60px 0 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#mainContents .layoutTyp02 .columnBox .column {
  width: 285px;
  padding: 0 20px 30px 0;
}
#mainContents .layoutTyp02 .columnBox .column:nth-child(4n) {
  padding: 0 0 30px 0;
}
#mainContents .layoutTyp02 .columnBox .column a:hover {
  text-decoration: none;
  opacity: 0.
}
#mainContents .layoutTyp02 .columnBox .column img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp02 .columnBox .column h3 {
  padding: 7px 0 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
}
#mainContents .layoutTyp02 .columnBox .column p {
  position: relative;
  padding: 25px 0 0;
  font-size: 1.4rem;
  font-weight: 700;
}
#mainContents .layoutTyp02 .columnBox .column p.cateIcon::after {
  position: absolute;
  left: 102px;
  top: 17px;
  width: auto;
  height: 24px;
  padding: 6px 7px 0;
  border: 1px solid #A3A3A3;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}
#mainContents .layoutTyp02 .columnBox .column p#cate01.cateIcon::after {
  content: "商品情報";
}
#mainContents .layoutTyp02 .columnBox .column p#cate02.cateIcon::after {
  content: "イベント";
}
#mainContents .layoutTyp02 .columnBox .column p#cate03.cateIcon::after {
  content: "メディア掲載";
}
#mainContents .layoutTyp02 .columnBox .column p#cate04.cateIcon::after {
  content: "重要なお知らせ";
}
#mainContents .layoutTyp02 .columnBox .column p#cate05.cateIcon::after {
  content: "リリース";
}
#mainContents .layoutTyp02 .columnBox .column p#cate06.cateIcon::after {
  content: "お知らせ";
}
#mainContents .layoutTyp02 .link01 {
  width: 280px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#mainContents .layoutTyp02 .link01 a {
  display: block;
  width: 100%;
  height: 45px;
  padding: 16px 0 0;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #326738;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
}
#mainContents .layoutTyp02 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp02 {
    padding: 40px 0 0;
  }
  #mainContents .layoutTyp02 .titleBox p {
    display: none;
  }
  #mainContents .layoutTyp02 .titleBox h2 {
    padding: 15px 0 0;
    font-size: 2.0rem;
  }
  #mainContents .layoutTyp02 .columnBox {
    padding: 40px 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #mainContents .layoutTyp02 .columnBox .column {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

#mainContents .layoutTyp03 {
  width: 100%;
  padding: 150px 0 0;
}
#mainContents .layoutTyp03 h2 {
  position: relative;
  padding: 0 0 15px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
}
#mainContents .layoutTyp03 h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #797979;
  content: "";
}
#mainContents .layoutTyp03 p.date {
  position: relative;
  padding: 30px 0 0;
  font-size: 1.4rem;
  font-weight: 700;
}
#mainContents .layoutTyp03 p.date::after {
  position: absolute;
  left: 102px;
  top: 22px;
  width: auto;
  height: 24px;
  padding: 6px 7px 0;
  border: 1px solid #A3A3A3;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
}
#mainContents .layoutTyp03 p#cate01.date::after {
  content: "商品情報";
}
#mainContents .layoutTyp03 p#cate02.date::after {
  content: "イベント";
}
#mainContents .layoutTyp03 p#cate03.date::after {
  content: "メディア掲載";
}
#mainContents .layoutTyp03 p#cate04.date::after {
  content: "重要なお知らせ";
}
#mainContents .layoutTyp03 p#cate05.date::after {
  content: "リリース";
}
#mainContents .layoutTyp03 p#cate06.date::after {
  content: "お知らせ";
}

#mainContents .layoutTyp03 .entryBox {
  width: 100%;
  padding: 60px 0 0;
}
#mainContents .layoutTyp03 .entryBox h3 {
  padding: 0 0 10px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp03 .entryBox p {
  padding: 0 0 50px;
  font-size: 2.0rem;
  line-height: 1.8;
}
#mainContents .layoutTyp03 .entryBox .link01 {
  padding: 15px 0;
}
#mainContents .layoutTyp03 .entryBox .link01 a {
  position: relative;
  float: right;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: underline;
}
#mainContents .layoutTyp03 .entryBox .link01 a::before {
  position: absolute;
  left: -29px;
  top: -3px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon03.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .layoutTyp03 .entryBox .link02 {
  padding: 15px 0;
}
#mainContents .layoutTyp03 .entryBox .link02 a {
  position: relative;
  float: right;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: underline;
}
#mainContents .layoutTyp03 .entryBox .link02 a::before {
  position: absolute;
  left: -29px;
  top: -3px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon04.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .layoutTyp03 .entryBox ul {
  padding: 0 0 50px 30px;
  list-style-type: none;
}
#mainContents .layoutTyp03 .entryBox ul li {
  position: relative;
  font-size: 2.0rem;
  line-height: 2.0;
}
#mainContents .layoutTyp03 .entryBox ul li::before {
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 2.0rem;
  color: #326738;
  content: "●";
}
#mainContents .layoutTyp03 .entryBox .columnBox {
  width: 100%;
  padding: 0 0 60px;
  display: flex;
  justify-content: space-between;
}
#mainContents .layoutTyp03 .entryBox .columnBox .column_L {
  width: 373px;
}
#mainContents .layoutTyp03 .entryBox .columnBox .column_L img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp03 .entryBox .columnBox .column_R {
  width: 397px;
}
#mainContents .layoutTyp03 .entryBox .columnBox .column_R p {
  padding: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp03 {
    padding: 50px 0 0;
  }
  #mainContents .layoutTyp03 h2 {
    padding: 0 0 30px;
    font-size: 2.4rem;
  }
  #mainContents .layoutTyp03 p.date {
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp03 p.date::after {
    top: 22px;
  }

  #mainContents .layoutTyp03 .entryBox {
    width: 100%;
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp03 .entryBox h3 {
    padding: 0 0 10px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
  }
  #mainContents .layoutTyp03 .entryBox p {
    padding: 0 0 40px;
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp03 .entryBox ul {
    padding: 0 0 30px 20px;
  }
  #mainContents .layoutTyp03 .entryBox ul li {
    padding: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #mainContents .layoutTyp03 .entryBox ul li::before {
    left: -20px;
    top: 0;
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp03 .entryBox .columnBox {
    padding: 0 0 40px;
    flex-wrap: wrap;
  }
  #mainContents .layoutTyp03 .entryBox .columnBox .column_L {
    width: 100%;
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp03 .entryBox .columnBox .column_R {
    width: 100%;
  }
  #mainContents .layoutTyp03 .entryBox .columnBox .column_R p {
    padding: 0 0 30px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#mainContents .layoutTyp04 {
  width: 100%;
  padding: 150px 0 0;
}
#mainContents .layoutTyp04 .titleBox h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  text-align: center;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .titleBox p {
  padding: 15px 0 0;
  font-size: 2.0rem;
  color: #326738;
  text-align: center;
  line-height: 1.6;
}
#mainContents .layoutTyp04 .columnBox {
  width: 100%;
  padding: 150px 0 0;
}
#mainContents .layoutTyp04 .columnBox .column {
  width: 100%;
  padding: 0 0 70px;
}
#mainContents .layoutTyp04 .columnBox .column a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#mainContents .layoutTyp04 .columnBox .column a:hover {
  text-decoration: none;
}
#mainContents .layoutTyp04 .columnBox .column .linkBox::before {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 148px;
  width: 100%;
  font-family: sofia-pro, sans-serif;
  font-size: 2.8rem;
  color: #FFF;
  text-align: center;
  opacity: 0;
  transition: all .3s ease-out;
  pointer-events: none;
}
/* #mainContents .layoutTyp04 .columnBox .column:nth-child(1) .linkBox::before {
  content: "STANLEY";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(2) .linkBox::before {
  content: "AO Coolers";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(3) .linkBox::before {
  content: "asobito";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(4) .linkBox::before {
  content: "Snugpak";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(5) .linkBox::before {
  content: "KAMMOK";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(7) .linkBox::before {
  content: "しろくまのきもち";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(6) .linkBox::before {
  content: "TOPO DESIGNS";
} */

#mainContents .layoutTyp04 .columnBox .column:nth-child(1) .linkBox::before {
  content: "AO Coolers";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(2) .linkBox::before {
  content: "Snugpak";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(3) .linkBox::before {
  content: "asobito";
}
/* #mainContents .layoutTyp04 .columnBox .column:nth-child(4) .linkBox::before {
  content: "Snugpak";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(5) .linkBox::before {
  content: "KAMMOK";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(7) .linkBox::before {
  content: "しろくまのきもち";
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(6) .linkBox::before {
  content: "TOPO DESIGNS";
} */

#mainContents .layoutTyp04 .columnBox .column .linkBox:hover::before {
  opacity: 1;
}

#mainContents .layoutTyp04 .columnBox .column .linkBox::after {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 156px;
  width: 16px;
  height: 16px;
  margin: 0 0 0 115px;
  background-image: url("../img/icon09.svg");
  background-position: 100% 100%;
  content: "";
  opacity: 0;
  transition: all .3s ease-out;
  pointer-events: none;
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(1) .linkBox::after,

#mainContents .layoutTyp04 .columnBox .column:nth-child(7) .linkBox::after {
  top: 152px;
  width: 24px;
  height: 24px;
  margin: 0 0 0 115px;
  background-image: url("../img/icon10.svg");
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(7) .linkBox::after {
  margin: 0 0 0 140px;
}
#mainContents .layoutTyp04 .columnBox .column .linkBox:hover::after {
  opacity: 1;
}

#mainContents .layoutTyp04 .columnBox .column .imgBox {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 0 20px;
  overflow: hidden;
}
#mainContents .layoutTyp04 .columnBox .column .imgBox::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  transition: all .3s ease-out;
  opacity: 0;
}
#mainContents .layoutTyp04 .columnBox .column .imgBox:hover::before {
  opacity: 1;
}
#mainContents .layoutTyp04 .columnBox .column .imgBox:after {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: all .3s ease-out;
  content: "";
}
/* #mainContents .layoutTyp04 .columnBox .column:nth-child(1) .imgBox:after {
  background-image: url("../img/brand/brand_img06.jpg");
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(2) .imgBox:after {
  background-image: url("../img/brand/brand_img01.jpg");
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(3) .imgBox:after {
  background-image: url("../img/brand/brand_img04.jpg");
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(4) .imgBox:after {
  background-image: url("../img/brand/brand_img03.jpg");
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(5) .imgBox:after {
  background-image: url("../img/brand/brand_img05.jpg");
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(7) .imgBox:after {
  background-image: url("../img/brand/brand_img02.jpg");
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(6) .imgBox:after {
  background-image: url("../img/brand/brand_img07.jpg");
} */


#mainContents .layoutTyp04 .columnBox .column:nth-child(1) .imgBox:after {
  background-image: url("../img/brand/brand_img01.jpg");
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(2) .imgBox:after {
  background-image: url("../img/brand/brand_img03.jpg");
}
#mainContents .layoutTyp04 .columnBox .column:nth-child(3) .imgBox:after {
  background-image: url("../img/brand/newbrand_img03-2.jpg");
}

#mainContents .layoutTyp04 .columnBox .column .imgBox:hover:after {
  transform: scale(1.1);
}
#mainContents .layoutTyp04 .columnBox .column .logoBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp04 .columnBox .column .logoBox .column_L {
  width: 350px;
}
#mainContents .layoutTyp04 .columnBox .column .logoBox .column_L img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp04 .columnBox .column .logoBox .column_R {
  width: 700px;
}
#mainContents .layoutTyp04 .columnBox .column .logoBox .column_R p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp04 {
    padding: 110px 0 0;
  }
  #mainContents .layoutTyp04 .titleBox {
    width: 90%;
    margin: 0 auto;
  }
  #mainContents .layoutTyp04 .titleBox h2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #326738;
    text-align: center;
    line-height: 1.4;
  }
  #mainContents .layoutTyp04 .titleBox p {
    padding: 30px 0 0;
    text-align: left;
  }
  #mainContents .layoutTyp04 .columnBox {
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp04 .columnBox .column {
    padding: 0 0 80px;
  }
  #mainContents .layoutTyp04 .columnBox .column .linkBox::before,
  #mainContents .layoutTyp04 .columnBox .column .linkBox::after {
    display: none;
  }
  #mainContents .layoutTyp04 .columnBox .column .imgBox {
    height: auto;
    margin: 0 0 30px;
  }
  #mainContents .layoutTyp04 .columnBox .column .imgBox img {
    width: 100%;
    height: auto;
  }
  #mainContents .layoutTyp04 .columnBox .column .logoBox {
    width: 100%;
  }
  #mainContents .layoutTyp04 .columnBox .column .logoBox .column_L {
    width: 300px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp04 .columnBox .column .logoBox .column_L img {
    padding: 0 0 10px;
  }
  #mainContents .layoutTyp04 .columnBox .column .logoBox .column_L h3 {
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
  }
  #mainContents .layoutTyp04 .columnBox .column .logoBox .column_R {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
    border-bottom: 1px solid #797979;
  }
  #mainContents .layoutTyp04 .columnBox .column p.link {
    position: relative;
    padding: 15px 12% 0 0;
    float: right;
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp04 .columnBox .column p.link::after {
    position: absolute;
    right: 9%;
    top: 9px;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon03.svg");
    background-size: 100% 100%;
    content: "";
  }
}

#mainContents .layoutTyp05 {
  width: 100%;
  padding: 200px 0 0;
}
#mainContents .layoutTyp05 img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp05 .textBox {
  width: 990px;
  margin: 0 auto;
  padding: 90px 0 0;
}
#mainContents .layoutTyp05 .textBox h2 {
  font-size: 3.2rem;
  font-weight: 500;
}
#mainContents .layoutTyp05 .textBox p {
  padding: 20px 0 0;
  font-size: 2.0rem;
  font-weight: 300;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp05 {
    padding: 60px 0 0;
  }
  #mainContents .layoutTyp05 img {
    display: none;
  }
  #mainContents .layoutTyp05 .textBox {
    width: 100%;
    padding: 0;
  }
}


#mainContents .layoutTyp06 {
  width: 100%;
  padding: 150px 0 0;
}
#mainContents .layoutTyp06 h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  text-align: center;
  line-height: 1.4;
}
#mainContents .layoutTyp06 .columnBox {
  width: 100%;
  padding: 40px 0 0;
  display: flex;
  justify-content:flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#mainContents .layoutTyp06 .columnBox.typ02 {
  width: 786px;
  margin: 0 auto;
}
#mainContents .layoutTyp06 .columnBox .column {
  width: 373px;
  margin: 0 40px 0 0;
}
#mainContents .layoutTyp06 .columnBox .column:nth-child(3) {
  margin: 0;
}
#mainContents .layoutTyp06 .columnBox.typ02 .column:nth-child(2) {
  margin: 0;
}
#mainContents .layoutTyp06 .columnBox .column img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp06 .columnBox .column h4 {
  padding: 10px 0 0;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp06 .columnBox .column p {
  padding: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp06 {
    padding: 100px 0 0;
  }
  #mainContents .layoutTyp06 h3 {
    font-size: 3.2rem;
  }
  #mainContents .layoutTyp06 .columnBox.typ02 {
    width: 100%;
    margin: 0 auto;
  }
  #mainContents .layoutTyp06 .columnBox .column {
    width: 100%;
    margin: 0;
    padding: 0 0 60px;
  }
  #mainContents .layoutTyp06 .columnBox .column:last-child {
    padding: 0;
  }
}


#mainContents .layoutTyp07 {
  width: 100%;
  padding: 150px 0 100px;
}
#mainContents .layoutTyp07 h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  text-align: center;
  line-height: 1.4;
}
#mainContents .layoutTyp07 .columnBox {
  width: 100%;
  padding: 40px 0 0;
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}
#mainContents .layoutTyp07 .columnBox.typ02 {
  width: 860px;
  margin: 0 auto;
}
#mainContents .layoutTyp07 .columnBox .column {
  border-right: 1px solid #EBEBEC;
  border-top: 1px solid #EBEBEC;
  box-sizing: border-box;
}
#mainContents .layoutTyp07 .columnBox.typ02 .column:nth-child(2) {
  border-right: none;
}
#mainContents .layoutTyp07 .columnBox .column:nth-child(1),
#mainContents .layoutTyp07 .columnBox .column:nth-child(2),
#mainContents .layoutTyp07 .columnBox .column:nth-child(3) {
  border-top: none;
}
#mainContents .layoutTyp07 .columnBox .column:nth-child(1),
#mainContents .layoutTyp07 .columnBox .column:nth-child(4),
#mainContents .layoutTyp07 .columnBox .column:nth-child(7) {
  width: 384px;
  padding: 0 34px 60px 0;
}
#mainContents .layoutTyp07 .columnBox.typ02 .column:nth-child(1) {
  width: 430px;
  padding: 0 40px 60px;
}
#mainContents .layoutTyp07 .columnBox .column:nth-child(2),
#mainContents .layoutTyp07 .columnBox .column:nth-child(5),
#mainContents .layoutTyp07 .columnBox .column:nth-child(8) {
  width: 430px;
  padding: 0 40px 60px;
}
#mainContents .layoutTyp07 .columnBox .column:nth-child(3),
#mainContents .layoutTyp07 .columnBox .column:nth-child(6),
#mainContents .layoutTyp07 .columnBox .column:nth-child(9) {
  width: 384px;
  padding: 0 0 60px 34px;
}
#mainContents .layoutTyp07 .columnBox .column:nth-child(3n) {
  border-right: none;
}
#mainContents .layoutTyp07 .columnBox .column:nth-child(4),
#mainContents .layoutTyp07 .columnBox .column:nth-child(5),
#mainContents .layoutTyp07 .columnBox .column:nth-child(6) {
  padding-top: 50px;
}
#mainContents .layoutTyp07 .columnBox .column img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp07 .columnBox .column h4 {
  padding: 10px 0 0;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp07 .columnBox .column p {
  padding: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
#mainContents .layoutTyp07 .columnBox .column .link {
  width: 250px;
  height: 45px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#mainContents .layoutTyp07 .columnBox .column .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 0 0 84px;
  border-radius: 25px;
  box-sizing: border-box;
  background-color: #797979;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  transition: 0.3s ease-in;
}
#mainContents .layoutTyp07 .columnBox_shop {
   display: flex;
   justify-content: center;
}
#mainContents .layoutTyp07 .columnBox_shop .link {
  width: 20%;
  height: 50px;
}
#mainContents .layoutTyp07 .columnBox_shop .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 0 0 84px;
  border-radius: 25px;
  box-sizing: border-box;
  background-color: #797979;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  transition: 0.3s ease-in;
}

#mainContents .layoutTyp07 .columnBox_shop .link a::after {
  position: absolute;
  right: 80px;
  top: 11px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon05.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .layoutTyp07 .columnBox .column .link a::after {
  position: absolute;
  right: 80px;
  top: 11px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon05.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .layoutTyp07 .columnBox .column .link a:hover {
  text-decoration: none;
  background-color: #326738;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp07 {
    padding: 110px 0 0;
  }
  #mainContents .layoutTyp07 h3 {
    font-size: 3.2rem;
  }
  #mainContents .layoutTyp07 .columnBox {
    padding: 40px 0 0;
  }
  #mainContents .layoutTyp07 .columnBox.typ02 {
    width: 100%;
  }
  #mainContents .layoutTyp07 .columnBox .column {
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #797979;
  }
  #mainContents .layoutTyp07 .columnBox .column:nth-child(1),
  #mainContents .layoutTyp07 .columnBox.typ02 .column:nth-child(1),
  #mainContents .layoutTyp07 .columnBox .column:nth-child(4),
  #mainContents .layoutTyp07 .columnBox .column:nth-child(7) {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 50px;
  }
  #mainContents .layoutTyp07 .columnBox .column:nth-child(2),
  #mainContents .layoutTyp07 .columnBox .column:nth-child(5),
  #mainContents .layoutTyp07 .columnBox .column:nth-child(8) {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 50px;
  }
  #mainContents .layoutTyp07 .columnBox .column:nth-child(3),
  #mainContents .layoutTyp07 .columnBox .column:nth-child(6),
  #mainContents .layoutTyp07 .columnBox .column:nth-child(9) {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 50px;
  }
  #mainContents .layoutTyp07 .columnBox .column .link {
    width: 300px;
  }
  #mainContents .layoutTyp07 .columnBox .column .link a {
    padding: 17px 0 0 110px;
  }
  #mainContents .layoutTyp07 .columnBox .column .link a::after {
    right: 105px;
  }

  #mainContents .layoutTyp07 .columnBox_shop .link {
    width: 300px;
  }
  #mainContents .layoutTyp07 .columnBox_shpp .link a {
    padding: 17px 0 0 100px;
  }
  #mainContents .layoutTyp07 .columnBox_shop  .link a::after {
    right: 105px;
  }
}

#mainContents .layoutTyp08 {
  padding: 50px 0 0;
}
#mainContents .layoutTyp08 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#mainContents .layoutTyp08 ul li {
  margin: 0 40px 0 30px;
}
#mainContents .layoutTyp08 ul li a {
  position: relative;
  font-size: 1.6rem;
}
#mainContents .layoutTyp08 ul li a::before {
  position: absolute;
  left: -30px;
  top: -4px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon06.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .layoutTyp08 ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp08 {
    padding: 40px 0 0;
  }
  #mainContents .layoutTyp08 ul li {
    width: 100%;
    margin: 0 0 20px 30px;
  }
}

#mainContents .layoutTyp09 {
  position: relative;
  width: 100%;
  padding: 150px 0 0;
}
#mainContents .layoutTyp09::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 145px;
  width: 1366px;
  height: 1185px;
  margin: 0 0 0 -683px;
  background-image: url("../img/about/about_bk01.jpg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .layoutTyp09 h3 {
  padding: 0 0 60px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  text-align: center;
  line-height: 1.4;
}
#mainContents .layoutTyp09 p {
  display: block;
  width: 657px;
  margin: 0 auto;
  padding: 0 0 60px;
  font-size: 2.2rem;
  line-height: 2.4;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp09 {
    padding: 100px 0 0;
  }
  #mainContents .layoutTyp09::before {
    top: 125px;
    width: 879px;
    height: 1229px;
    margin: 0 0 0 -439px;
    background-image: url("../img/about/about_bk01_sp.jpg");
    background-size: 100% 100%;
  }
  #mainContents .layoutTyp09 h3 {
    padding: 0 0 40px;
    font-size: 3.2rem;
  }
  #mainContents .layoutTyp09 p {
    width: 90%;
    padding: 0 0 30px;
    font-size: 1.7rem;
    line-height: 2.0;
    text-align: center;
  }
}


#mainContents .layoutTyp10 {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 150px 0 0;
  text-align: center;
}
#mainContents .layoutTyp10 h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  line-height: 1.4;
}
#mainContents .layoutTyp10 img {
  padding: 60px 0 0;
  width: 468px;
  height: auto;
}
#mainContents .layoutTyp10 h4 {
  padding: 80px 0 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
}
#mainContents .layoutTyp10 p {
  padding: 30px 0 0;
  font-size: 2.0rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp10 {
    width: 100%;
    padding: 100px 0 0;
  }
  #mainContents .layoutTyp10 h3 {
    padding: 0 0 30px;
    font-size: 3.2rem;
  }
  #mainContents .layoutTyp10 img {
    padding: 0;
    width: 338px;
    height: auto;
  }
  #mainContents .layoutTyp10 h4 {
    padding: 20px 0 0;
    font-size: 2.4rem;
  }
  #mainContents .layoutTyp10 p {
    padding: 15px 0 0;
    font-size: 1.6rem;
    text-align: left;
  }
}


#mainContents .layoutTyp11 {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 250px 0 0;
  text-align: center;
}
#mainContents .layoutTyp11::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 40px;
  width: 1732px;
  height: 2539px;
  margin: 0 0 0 -866px;
  background-image: url("../img/about/about_bk02.jpg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .layoutTyp11 h3 {
  padding: 0 0 120px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  line-height: 1.4;
}
#mainContents .layoutTyp11 .column {
  width: 100%;
  padding: 70px 0 100px;
  border-top: 1px solid #797979;
  text-align: center;
}
#mainContents .layoutTyp11 .column:last-child {
  padding: 70px 0 0;
}
#mainContents .layoutTyp11 .column h4 {
  font-family: sofia-pro, sans-serif;
  font-size: 5.6rem;
  font-weight: 300;
  color: #326738;
}
#mainContents .layoutTyp11 .column p.text01 {
  padding: 25px 0 0;
  font-size: 1.8rem;
  color: #326738;
}
#mainContents .layoutTyp11 .column h5 {
  padding: 50px 0 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
}
#mainContents .layoutTyp11 .column p.text02 {
  padding: 15px 0 0;
  font-size: 2.0rem;
  line-height: 1.8;
}
#mainContents .layoutTyp11 .column ul {
  width: 690px;
  margin: 0 auto;
  padding: 50px 0 0 30px;
  list-style-type: none;
  text-align: left;
}
#mainContents .layoutTyp11 .column ul li {
  position: relative;
  font-size: 2.3rem;
  line-height: 2.0;
}
#mainContents .layoutTyp11 .column ul li::before {
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 2.3rem;
  color: #326738;
  content: "●";
}
#mainContents .layoutTyp11 .column .columnSubBox {
  padding: 115px 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp11 .column .columnSubBox .columnSub {
  width: 385px;
  padding: 0 0 30px;
}
#mainContents .layoutTyp11 .column .columnSubBox .columnSub h5 {
  width: 100%;
  height: 45px;
  padding: 5px 0 0;
  box-sizing: border-box;
  background-color: #646464;
  font-family: sofia-pro, sans-serif;
  font-size: 2.0rem;
  color: #FFF;
}
#mainContents .layoutTyp11 .column .columnSubBox .columnSub p {
  padding: 20px 0 0;
  font-size: 2.0rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp11 {
    width: 100%;
    padding: 140px 0 0;
  }
  #mainContents .layoutTyp11::before {
    display: none;
  }
  #mainContents .layoutTyp11 h3 {
    padding: 0 0 30px;
    font-size: 3.2rem;
  }
  #mainContents .layoutTyp11 .column {
    padding: 50px 0 50px;
    border-top: none;
  }
  #mainContents .layoutTyp11 .column:last-child {
    padding: 50px 0 0;
  }
  #mainContents .layoutTyp11 .column h5 {
    font-size: 2.4rem;
  }
  #mainContents .layoutTyp11 .column p.text02 {
    padding: 15px 0 0;
    font-size: 1.6rem;
    text-align: left;
  }
  #mainContents .layoutTyp11 .column ul {
    width: 100%;
    padding: 50px 0 0 0;
    list-style-type: none;
    text-align: left;
  }
  #mainContents .layoutTyp11 .column ul li {
    padding: 0 0 30px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  #mainContents .layoutTyp11 .column ul li::before {
    display: none;
  }
  #mainContents .layoutTyp11 .column .columnSubBox {
    padding: 50px 0 0;
  }
  #mainContents .layoutTyp11 .column .columnSubBox .columnSub {
    width: 100%;
  }
}


#mainContents .layoutTyp12 {
  width: 800px;
  margin: 0 auto;
  padding: 150px 0 0;
}
#mainContents .layoutTyp12 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp12 p {
  padding: 30px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

#mainContents .layoutTyp12 h3 {
  padding: 50px 0 10px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp12 ul {
  padding: 0 0 50px 30px;
  list-style-type: none;
}
#mainContents .layoutTyp12 ul li {
  position: relative;
  font-size: 2.0rem;
  line-height: 2.0;
}
#mainContents .layoutTyp12 ul li::before {
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 2.0rem;
  color: #326738;
  content: "●";
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp12 {
    width: 100%;
    padding: 40px 0 0;
  }
  #mainContents .layoutTyp12 h2 {
    font-size: 2.0rem;
  }
  #mainContents .layoutTyp12 p {
    padding: 20px 0 0;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #mainContents .layoutTyp12 h3 {
    padding: 50px 0 20px;
  }
  #mainContents .layoutTyp12 ul {
    padding: 0 0 30px 20px;
  }
  #mainContents .layoutTyp12 ul li {
    padding: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #mainContents .layoutTyp12 ul li::before {
    left: -20px;
    top: 0;
    font-size: 1.6rem;
  }
}



#mainContents .layoutTyp13 {
  width: 100%;
  margin: 100px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid #326738
}
#mainContents .layoutTyp13 h3 {
  font-family: sofia-pro, sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  color: #326738;
  text-align: center;
}
#mainContents .layoutTyp13 .column {
  width: 800px;
  margin: 0 auto;
  padding: 60px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp13 .column .column_L {
  width: 373px;
}
#mainContents .layoutTyp13 .column .column_L img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp13 .column .column_R {
  width: 392px;
}
#mainContents .layoutTyp13 .column .column_R h4 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp13 .column .column_R p {
  padding: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
#mainContents .layoutTyp13 .link01 {
  width: 340px;
  margin: 0 auto;
  padding: 150px 0 0;
}
#mainContents .layoutTyp13 .link01 a {
  display: block;
  width: 100%;
  height: 45px;
  padding: 17px 0 0;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #326738;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
}
#mainContents .layoutTyp13 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp13 .column {
    width: 100%;
    padding: 60px 0 0;
  }
  #mainContents .layoutTyp13 .column .column_L {
    width: 100%;
    padding: 0 0 30px;
  }
  #mainContents .layoutTyp13 .column .column_R {
    width: 100%;
  }
  #mainContents .layoutTyp13 .column .column_R h4 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
  }
  #mainContents .layoutTyp13 .column .column_R p {
    padding: 20px 0 0;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #mainContents .layoutTyp13 .link01 {
    width: 300px;
    padding: 100px 0 0;
  }
}

#mainContents .layoutTyp14 {
  width: 100%;
  padding: 150px 0 0;
}
#mainContents .layoutTyp14 .titleBox h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  text-align: center;
  line-height: 1.4;
}
#mainContents .layoutTyp14 .titleBox p {
  padding: 15px 0 0;
  font-size: 2.0rem;
  color: #326738;
  text-align: center;
  line-height: 1.6;
}

#mainContents .layoutTyp14 .columnArea {
  position: relative;
  padding: 100px 0 0;
}
#mainContents .layoutTyp14 .columnBox {
  width: 100%;
  height: 596px;
  display: flex;
  justify-content: space-between;
}
#mainContents .layoutTyp14 .columnBox .column a {
  display: block;
  width: 100%;
  height: 100%;
}
#mainContents .layoutTyp14 .columnBox .column a:hover {
  text-decoration: none;
}
#mainContents .layoutTyp14 .columnBox .column {
  position: relative;
  width: 33.333%;
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
#mainContents .layoutTyp14 .columnBox .column:after {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: all .3s ease-out;
  content: "";
}
#mainContents .layoutTyp14 .columnBox .column:nth-child(1):after {
  background-image: url("../img/company/company_bk01.jpg");
}
#mainContents .layoutTyp14 .columnBox .column:nth-child(2):after {
  background-image: url("../img/company/company_bk02.jpg");
}
#mainContents .layoutTyp14 .columnBox .column:nth-child(3):after {
  background-image: url("../img/company/company_bk03.jpg");
}
#mainContents .layoutTyp14 .columnBox .column:hover:after {
  transform: scale(1.1);
}
#mainContents .layoutTyp14 .columnBox .column h3 {
  padding: 264px 0 0;
  font-family: sofia-pro, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #FFF;
}
#mainContents .layoutTyp14 .columnBox .column p {
  padding: 15px 0 0;
  font-size: 1.6rem;
  color: #FFF;
}
#mainContents .layoutTyp14 .columnArea .popUpBox {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100px;
  width: 100%;
  height: 596px;
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column {
  display: none;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 596px;
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column .columnSub {
  width: 100%;
  height: 596px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column .column_L {
  width: 33.333%;
  height: 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column:nth-child(1) .column_L {
  background-image: url("../img/company/company_bk01.jpg");
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column:nth-child(2) .column_L {
  background-image: url("../img/company/company_bk02.jpg");
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column:nth-child(3) .column_L {
  background-image: url("../img/company/company_bk03.jpg");
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column .column_L h3 {
  padding: 264px 0 0;
  font-family: sofia-pro, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #FFF;
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column .column_L p {
  padding: 15px 0 0;
  font-size: 1.6rem;
  color: #FFF;
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column .column_R {
  position: relative;
  width: 66.666%;
  height: 100%;
  padding: 150px 0 0 130px;
  box-sizing: border-box;
  background-color: #326738;
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column .column_R h4 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column .column_R p {
  display: block;
  width: 624px;
  padding: 15px 0 0;
  font-size: 2.0rem;
  color: #FFF;
  line-height: 1.8;
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column .column_R a {
  position: absolute;
  left: 770px;
  top: 50px;
  width: 59px;
  height: 59px;
}
#mainContents .layoutTyp14 .columnArea .popUpBox .column .column_R a img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp14 {
    padding: 110px 0 0;
  }
  #mainContents .layoutTyp14 .titleBox {
    width: 90%;
    margin: 0 auto;
  }
  #mainContents .layoutTyp14 .titleBox h2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #326738;
    text-align: center;
    line-height: 1.4;
  }
  #mainContents .layoutTyp14 .titleBox p {
    padding: 30px 0 0;
    text-align: left;
  }


  #mainContents .layoutTyp14 .columnArea {
    padding: 70px 0 0;
  }
  #mainContents .layoutTyp14 .columnBox {
    display: none;
  }
  #mainContents .layoutTyp14 .columnArea .popUpBox {
    display: block;
    position: static;
    width: 100%;
    height: auto;
  }
  #mainContents .layoutTyp14 .columnArea .popUpBox .column {
    display: block;
    position: static;
    height: auto;
    padding: 0 0 70px;
  }
  #mainContents .layoutTyp14 .columnArea .popUpBox .column .columnSub {
    height: auto;
  }
  #mainContents .layoutTyp14 .columnArea .popUpBox .column .column_L {
    width: 100%;
    height: 500px;
  }
  #mainContents .layoutTyp14 .columnArea .popUpBox .column .column_L h3 {
    padding: 220px 0 0;
    font-size: 3.2rem;
  }
  #mainContents .layoutTyp14 .columnArea .popUpBox .column .column_R {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 0 0;
    box-sizing: border-box;
    background-color: #FFF;
  }
  #mainContents .layoutTyp14 .columnArea .popUpBox .column .column_R h4 {
    font-size: 2.4rem;
    color: #000;
  }
  #mainContents .layoutTyp14 .columnArea .popUpBox .column .column_R p {
    width: 100%;
    padding: 15px 0 0;
    font-size: 1.6rem;
    color: #000;
  }
  #mainContents .layoutTyp14 .columnArea .popUpBox .column .column_R a {
    display: none;
  }
}


#mainContents .layoutTyp15 {
  width: 100%;
  padding: 150px 0 0;
}
#mainContents .layoutTyp15 h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  text-align: center;
  line-height: 1.4;
}
#mainContents .layoutTyp15 table {
  width: 100%;
  margin: 90px 0 0;
}
#mainContents .layoutTyp15 table tr {
  border-bottom: 1px solid #797979;
}
#mainContents .layoutTyp15 table tr:last-child {
  border-bottom: none;
}
#mainContents .layoutTyp15 table th {
  width: 200px;
  padding: 22px 0 20px 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
}
#mainContents .layoutTyp15 table td {
  padding: 22px 0 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.6;
}
#mainContents .layoutTyp15 table td iframe {
  width: 100%;
  height: 360px;
  padding: 30px 0 0;
  filter: grayscale(1);
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp15 {
    padding: 110px 0 0;
  }
  #mainContents .layoutTyp15 h3 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #326738;
    text-align: center;
    line-height: 1.4;
  }
  #mainContents .layoutTyp15 table {
    margin: 40px 0 0;
  }
  #mainContents .layoutTyp15 table th {
    display: block;
    width: 100%;
    padding: 22px 15px 5px;
  }
  #mainContents .layoutTyp15 table td {
    display: block;
    width: 100%;
    padding: 0 15px 20px;
  }
  #mainContents .layoutTyp15 table td iframe {
    height: 300px;
    padding: 15px 0 0;
  }
}

#mainContents .layoutTyp16 {
  width: 100%;
  padding: 150px 0 0;
}
#mainContents .layoutTyp16 h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  text-align: center;
  line-height: 1.4;
}
#mainContents .layoutTyp16 .textBox {
  width: 1192px;
  height: 1298px;
  margin: 70px auto 0;
  padding: 170px 0 0;
  box-sizing: border-box;
  background-image: url("../img/company/company_bk04.jpg");
  background-size: 100% 100%;
  text-align: center;
}
#mainContents .layoutTyp16 .textBox h4 {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp16 .textBox p {
  padding: 30px 0 0;
  font-size: 2.0rem;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp16 {
    padding: 110px 0 0;
  }
  #mainContents .layoutTyp16 h3 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #326738;
    text-align: center;
    line-height: 1.4;
  }
  #mainContents .layoutTyp16 .textBox {
    width: 100%;
    height: 1719px;
    margin: 40px auto 0;
    padding: 240px 5% 0;
    background-image: url("../img/company/company_bk04_sp.jpg");
  }
  #mainContents .layoutTyp16 .textBox h4 {
    font-size: 3.2rem;
  }
  #mainContents .layoutTyp16 .textBox p {
    padding: 20px 0 0;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: left;
  }
  #mainContents .layoutTyp16 .textBox p br {
    display: none;
  }
}

#mainContents .layoutTyp17 {
  position: relative;
  width: 100%;
  margin: 150px 0 0;
  text-align: center;
}
#mainContents .layoutTyp17.top::before {
  position: absolute;
  left: 50%;
  top: 104px;
  width: 269px;
  height: 75px;
  margin: 0 0 0 229px;
/*  background-image: url("../img/bird_img01.svg");*/
  background-size: 100% 100%;
  content: "";
}
#mainContents .layoutTyp17.top::after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 124px;
  height: 73px;
  margin: 0 0 0 -440px;
 /* background-image: url("../img/bird_img02.svg"); */
  background-size: 100% 100%;
  content: "";
}
#mainContents .layoutTyp17 h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin: -160px 0 0 -50%;
  font-size: 3.6rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
}
#mainContents .layoutTyp17 p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin: -92px 0 0 -50%;
  font-size: 2.0rem;
  color: #FFF;
  line-height: 2.0;
}
#mainContents .layoutTyp17 img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp17 .link01 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 340px;
  margin: 125px 0 0 -170px;
}
#mainContents .layoutTyp17 .link01 a {
  display: block;
  width: 100%;
  height: 45px;
  padding: 16px 0 0;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #326738;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
}
#mainContents .layoutTyp17 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp17 {
    margin: 110px 0 0;
  }
  #mainContents .layoutTyp17.top::before {
    display: none;
  }
  #mainContents .layoutTyp17.top::after {
    display: none;
  }
  #mainContents .layoutTyp17 h3 {
    top: 130px;
    width: 86%;
    margin: 0 0 0 -43%;
    text-align: left;
  }
  #mainContents .layoutTyp17 p {
    top: 240px;
    width: 86%;
    margin: 0 0 0 -43%;
    font-size: 1.6rem;
    text-align: left;
  }
  #mainContents .layoutTyp17 p br {
    display: none;
  }
  #mainContents .layoutTyp17 .link01 {
    top: 535px;
    width: 300px;
    margin: 0 0 0 -150px;
  }
}

#mainContents .layoutTyp18 {
  width: 100%;
  padding: 150px 0 0;
}
#mainContents .layoutTyp18 h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  text-align: center;
  line-height: 1.4;
}
#mainContents .layoutTyp18 p {
  padding: 15px 0 0;
  font-size: 2.0rem;
  color: #326738;
  text-align: center;
  line-height: 1.6;
}
#mainContents .layoutTyp18 .columnBox {
  width: 100%;
  padding: 50px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp18 .columnBox .column {
  position: relative;
  width: 586px;
  height: 252px;
  margin: 0 0 20px;
  overflow: hidden;
}
#mainContents .layoutTyp18 .columnBox .column a {
  display: block;
  width: 100%;
  height: 100%;
}
#mainContents .layoutTyp18 .columnBox .column a:hover {
  text-decoration: none;
}
#mainContents .layoutTyp18 .columnBox .column:after {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  transition: all .3s ease-out;
  content: "";
}

#mainContents .layoutTyp18 .columnBox > .column{
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
}
#mainContents .layoutTyp18 .columnBox .column:nth-child(1):after {
  background-image: url("../img/top/top_new_brand01_2.jpg");
}
#mainContents .layoutTyp18 .columnBox .column:nth-child(2):after {
  background-image: url("../img/top/top_new_brand02.jpg");
}
#mainContents .layoutTyp18 .columnBox .column:nth-child(3):after {
  background-image: url("../img/top/top_new_brand03.jpg");
}
#mainContents .layoutTyp18 .columnBox .column:nth-child(4):after {
  background-image: url("../img/top/top_brand02.jpg");
}
#mainContents .layoutTyp18 .columnBox .column:nth-child(5):after {
  background-image: url("../img/top/top_brand05.jpg");
}
#mainContents .layoutTyp18 .columnBox .column:nth-child(6):after {
  background-image: url("../img/top/top_brand07.jpg");
}
#mainContents .layoutTyp18 .columnBox .column:nth-child(7):after {
  background-image: url("../img/top/top_brand06.jpg");
}
#mainContents .layoutTyp18 .columnBox .column:hover:after {
  transform: scale(1.1);
}
#mainContents .layoutTyp18 .columnBox .column h4 {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -14px 0 0 0;
  padding: 0 0 0 48px;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #FFF;
}
#mainContents .layoutTyp18 .columnBox .column h4::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 2px;
  margin: 1px 0 0 0;
  background-color: #FFF;
  content: "";
}
#mainContents .layoutTyp18 .columnBox .column:nth-child(6) h4 {
  margin: -3px 0 0 0;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 2.4rem;
}
#mainContents .layoutTyp18 .columnBox .column:nth-child(6) h4::before {
  margin: -4px 0 0 0;
}
#mainContents .layoutTyp18 .columnBox .column h5 {
  position: absolute;
  right: 25px;
  top: 50%;
  margin: -8px 0 0 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #FFF;
}
#mainContents .layoutTyp18 .columnBox .column h5::before {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  content: "";
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp18 {
    padding: 110px 0 0;
  }
  #mainContents .layoutTyp18 h3 {
    font-size: 3.2rem;
  }
  #mainContents .layoutTyp18 p {
    padding: 20px 0 0;
    font-size: 1.6rem;
    text-align: left;
  }
  #mainContents .layoutTyp18 .columnBox {
    padding: 30px 0 0;
    display: flow-root;
  }
  #mainContents .layoutTyp18 .columnBox .column {
    width: 100%;
    height: 150px;
    margin: 0 0 15px;
  }
  #mainContents .layoutTyp18 .columnBox .column h4 {
    margin: -10px 0 0 0;
    padding: 0 0 0 38px;
    font-size: 2.0rem;
  }
  #mainContents .layoutTyp18 .columnBox .column h4::before {
    width: 26px;
  }
  #mainContents .layoutTyp18 .columnBox .column:nth-child(6) h4 {
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp18 .columnBox .column h5 {
    right: 10px;
    margin: -8px 0 0 0;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp18 .columnBox .column h5::before {
    bottom: -7px;
  }
}


#mainContents .layoutTyp19 {
  width: 100%;
  padding: 95px 0 0;
}
#mainContents .layoutTyp19 h3 {
  font-family: sofia-pro, sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  color: #326738;
  text-align: center;
}
#mainContents .layoutTyp19 .link01 {
  width: 125px;
  margin: 0 auto;
  padding: 30px 0 0;
}
#mainContents .layoutTyp19 .link01 a {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  color: #326738;
}
#mainContents .layoutTyp19 .link01 a::before {
  position: absolute;
  left: 0;
  top: -6px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon08.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .layoutTyp19 .link01 a:hover {
  text-decoration: none;
}
#mainContents .layoutTyp19 #instagramBox {
  width: 100%;
  padding: 60px 0 0;
}
#mainContents .layoutTyp19 #instagramBox ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp19 #instagramBox ul li {
  width: 283px;
  height: 283px;
  margin: 0 0 20px;
  text-align: center;
  background-color: #000;
}
#mainContents .layoutTyp19 #instagramBox ul li img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp19 {
    padding: 50px 0 0;
  }
  #mainContents .layoutTyp19 #instagramBox {
    width: 283px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  #mainContents .layoutTyp19 #instagramBox ul li {
    width: 283px;
    height: 283px;
    margin: 0 0 20px;
  }
  #mainContents .layoutTyp19 #instagramBox ul li:nth-child(n +4) {
    display: none;
  }
}


#mainContents .layoutTyp20 {
  width: 1200px;
  margin: 0 auto;
  padding: 150px 0 0;
}
#mainContents .layoutTyp20 h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #326738;
  text-align: center;
  line-height: 1.4;
}
#mainContents .layoutTyp20 .columnBox {
  width: 100%;
  margin: 40px 0 0;
}
#mainContents .layoutTyp20 .columnBox .column {
  width: 100%;
  background-color: #326738;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp20 .columnBox .column .column_L {
  width: 50%
}
#mainContents .layoutTyp20 .columnBox .column .column_R {
  width: 50%
}
#mainContents .layoutTyp20 .columnBox .column img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#mainContents .layoutTyp20 .columnBox .column .textBox {
  width: 100%;
  padding: 100px 80px 0;
  box-sizing: border-box;
}
#mainContents .layoutTyp20 .columnBox .column .textBox.typ01 {
  padding: 60px 80px 0;
}
#mainContents .layoutTyp20 .columnBox .column .textBox.typ02 {
  padding: 120px 80px 0;
}
#mainContents .layoutTyp20 .columnBox .column .textBox.typ03 {
  padding: 140px 80px 0;
}
#mainContents .layoutTyp20 .columnBox .column .textBox h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
}
#mainContents .layoutTyp20 .columnBox .column .textBox p {
  padding: 20px 0 0;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp20 {
    width: 100%;
    padding: 100px 0 0;
  }
  #mainContents .layoutTyp20 h3 {
    font-size: 3.2rem;
  }
  #mainContents .layoutTyp20 .columnBox .column .column_L {
    width: 100%;
  }
  #mainContents .layoutTyp20 .columnBox .column .column_R {
    width: 100%;
  }
  #mainContents .layoutTyp20 .columnBox .column.typ02 .column_L {
    width: 100%;
    order: 2;
  }
  #mainContents .layoutTyp20 .columnBox .column.typ02 .column_R {
    width: 100%;
    order: 1;
  }
  #mainContents .layoutTyp20 .columnBox .column .textBox,
  #mainContents .layoutTyp20 .columnBox .column .textBox.typ01,
  #mainContents .layoutTyp20 .columnBox .column .textBox.typ01,
  #mainContents .layoutTyp20 .columnBox .column .textBox.typ02,
  #mainContents .layoutTyp20 .columnBox .column .textBox.typ03 {
    padding: 60px 50px 50px;
  }
}


#mainContents .layoutTyp21 {
  width: 100%;
  padding: 90px 0 60px;
}
#mainContents .layoutTyp21 .tutleArea {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 20px;
}
#mainContents .layoutTyp21 .tutleArea p {
  font-size: 2.0rem;
  color: #FFF;
}
#mainContents .layoutTyp21 .tutleArea h3 {
  padding: 10px 0 0;
  font-size: 2.8rem;
  font-weight: 700;;
  color: #FFF;
  line-height: 1.4;
}
#mainContents .layoutTyp21 .movieArea {
  display: flex;
}
#mainContents .layoutTyp21 .movieArea.m01 {
  width: 483px; 
  margin: 0 auto;
}
#mainContents .layoutTyp21 .movieArea.m02 {
  width: 966px; 
  margin: 0 auto;
}

#mainContents .layoutTyp21 .scrollArea {
  width: 100%;
  overflow-x: auto;
}
#mainContents .layoutTyp21 .movieArea.m03 {
  width: 1449px; 
  margin: 0 auto;
}

#mainContents .layoutTyp21 .movieArea .column {
  width: 483px; 
  margin: 0 30px 0 0;
}
#mainContents .layoutTyp21 .movieArea.m02 .column:nth-child(2) {
  margin: 0;
}
#mainContents .layoutTyp21 .movieArea.m03 .column:nth-child(3) {
  margin: 0;
}
#mainContents .layoutTyp21 .movieArea .column .movieBox {
  width: 100%; 
  aspect-ratio: 16/9;
}
#mainContents .layoutTyp21 .movieArea .column iframe {
  width:100%;
  height:100%;
}
#mainContents .layoutTyp21 .movieArea .column p {
  display: block;
  padding: 30px 0;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp21 {
    padding: 90px 0 60px;
  }
  #mainContents .layoutTyp21 .tutleArea {
    width: 100%;
    padding: 0 0 40px;
  }
  #mainContents .layoutTyp21 .tutleArea p {
    padding: 0 5%;
  }
  #mainContents .layoutTyp21 .tutleArea h3 {
    padding: 10px 5% 0;
  }
  #mainContents .layoutTyp21 .movieArea {
    flex-wrap: wrap;
  }
  #mainContents .layoutTyp21 .movieArea.m01 {
    width: 100%; 
  }
  #mainContents .layoutTyp21 .movieArea.m02 {
    width: 100%; 
  }
    #mainContents .layoutTyp21 .scrollArea {
    width: 100%;
    overflow-x: visible;
  }
  #mainContents .layoutTyp21 .movieArea.m03 {
    width: 100%; 
  }
  #mainContents .layoutTyp21 .movieArea .column {
    width: 100%; 
    margin: 0;
  }
  #mainContents .layoutTyp21 .movieArea .column .movieBox {
    width: 100%; 
    aspect-ratio: 16/9;
  }
  #mainContents .layoutTyp21 .movieArea .column iframe {
    width:100%;
    height:100%;
  }
  #mainContents .layoutTyp21 .movieArea .column p {
    display: block;
    padding: 30px 0;
    font-size: 1.6rem;
    color: #FFF;
    line-height: 1.4;
    text-align: center;
  }
}



#mainContents .layoutTyp22 {
  width: 100%;
  padding: 90px 0 100px;
}
#mainContents .layoutTyp22 .title p {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.0rem;
  color: #797979;
}
#mainContents .layoutTyp22 .title h2 {
  padding: 20px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
}
#mainContents .layoutTyp22 .textBox {
  padding: 100px 0 0;
}
#mainContents .layoutTyp22 .textBox h3 {
  padding: 0 0 30px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp22 .textBox h4 {
  font-size: 2.0rem;
  font-weight: 300;
  line-height: 1.8;
}
#mainContents .layoutTyp22 .textBox p {
  padding: 0 0 40px;
  font-size: 2.0rem;
  font-weight: 300;
  line-height: 1.8;
}
#mainContents .layoutTyp22 .textBox p.text01 {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp22 {
    padding: 45px 0 50px;
  }
  #mainContents .layoutTyp22 .textBox {
    padding: 50px 0 0;
  }
}

#mainContents .layoutTyp23 {
  width: 100%;
  height: 429px;
  background-image: url("../img/privacy/privacy_bk01.jpg");
  background-size: cover;
  background-position: center;
  text-align: center
}
#mainContents .layoutTyp23 p {
  padding: 176px 0 0;
  font-size: 2.0rem;
  font-weight: 300;
  color: #FFF;
}
#mainContents .layoutTyp23 h3 {
  padding: 20px 0 0;
  font-size: 4.0rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp23 {
    height: 593px;
    background-image: url("../img/privacy/privacy_bk01_sp.jpg");
  }
  #mainContents .layoutTyp23 p {
    padding: 200px 0 0;
  }
  #mainContents .layoutTyp23 h3 {
    padding: 10px 0 0;
    line-height: 1.3;
  }
}


#mainContents .layoutTyp24 {
  width: 100%;
  padding: 60px 0 0;
}
#mainContents .layoutTyp24 p {
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.8;
}
#mainContents .layoutTyp24 .link01 {
  width: 340px;
  margin: 40px auto 0;
}
#mainContents .layoutTyp24 .link01 a {
  display: block;
  width: 100%;
  height: 45px;
  padding: 17px 0 0;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #326738;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
}
#mainContents .layoutTyp24 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp24 {
    padding: 40px 0 0;
  }
  #mainContents .layoutTyp24 p {
    font-size: 2.0rem;
    text-align: left;
  }
}



#mainContents .layoutTyp25 {
  width: 100%;
  margin: 80px 0 0;
  padding: 50px 70px;
  border: 4px solid #E4E4E4;
  box-sizing: border-box;
}
#mainContents .layoutTyp25 h3 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp25 p {
  padding: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp25 {
    margin: 40px 0 0;
    padding: 30px;
  }
}


#mainContents .layoutTyp26 {
  width: 100%;
  margin: 40px 0 0;
}
#mainContents .layoutTyp26 table {
  width: 100%;
}
#mainContents .layoutTyp26 table tr {
  border-bottom: 1px solid #EBEBEC;
}
#mainContents .layoutTyp26 table tr th {
  position: relative;
  width: 212px;
  padding: 60px 0 60px 0;
  text-align: left;
  vertical-align: top;
}
#mainContents .layoutTyp26 table tr th .text01 {
  padding: 40px 0 0 0;
  font-size: 1.8rem;
  font-weight: 300;
}
#mainContents .layoutTyp26 table tr th span {
  display: block;
  padding: 5px 0 0;
  font-size: 1.4rem;
}
#mainContents .layoutTyp26 table tr th::before {
  position: absolute;
  left: 0;
  top: 60px;
  width: 52px;
  height: 23px;
  padding: 6px 0 0 0;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #707070;
  font-size: 1.2rem;
  color: #646464;
  text-align: center;
  content: "任意";
}
#mainContents .layoutTyp26 table tr th.required::before {
  background-color: #646464;
  border: 1px solid #646464;
  color: #FFF;
  content: "必須";
}
#mainContents .layoutTyp26 table tr td {
  padding: 60px 0 60px 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp26 table tr td p {
  padding: 20px 0 0;
  font-weight: 300;
}
#mainContents .layoutTyp26 table tr td.typ01 {
  padding: 60px 0 10px 0;
}
#mainContents .layoutTyp26 table tr td .formBox {
  display: flex;
  flex-wrap: wrap;
}
#mainContents .layoutTyp26 table tr td .formBox label {
  display: inline-block;
  padding: 0 50px 50px 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
#mainContents .layoutTyp26 table tr td input[type="radio"] {
  margin: -4px 8px 0px 0;
}
#mainContents .layoutTyp26 table tr td input[type="checkbox"] {
  margin: -4px 8px 0px 0;
}
#mainContents .layoutTyp26 table tr td textarea {
  width: 100%;
  height: 325px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 8px;
  -webkit-appearance: none;
}
#mainContents .layoutTyp26 table tr td input[type="text"] {
  width: 100%;
  height: 55px;
  padding: 0 15px;
  box-sizing: border-box;
  border: none;
  background-color: #DDDDDD;
  font-size: 1.5rem;
  -webkit-appearance: none;
}
#mainContents .layoutTyp26 table tr td input[type="text"]::placeholder {
  color: #FFF;
}
#mainContents .layoutTyp26 .privacyBox {
  width: 100%;
  height: 258px;
  margin: 60px 0 0;
  padding: 50px 0 0;
  box-sizing: border-box;
  background-color: #000;
  text-align: center;
}
#mainContents .layoutTyp26 .privacyBox h4 {
  font-size: 2.0rem;
  font-weight: 500;
  color: #FFF;
}
#mainContents .layoutTyp26 .privacyBox p {
  padding: 10px 0 0;
  font-size: 1.6rem;
  font-weight: 300;
  color: #FFF;
  line-height: 1.4;
}
#mainContents .layoutTyp26 .privacyBox p a {
  text-decoration: underline;
  color: #FFF;
}
#mainContents .layoutTyp26 .privacyBox p a:hover {
  opacity: 0.7;
}
#mainContents .layoutTyp26 .privacyBox .checkBox {
  width: 300px;
  height: 60px;
  margin: 30px auto 0;
  padding: 27px 0 0;
  box-sizing: border-box;
  background-color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
}
#mainContents .layoutTyp26 .privacyBox .checkBox input[type="checkbox"] {
  margin: -3px 8px 0px 0;
}

#mainContents .layoutTyp26 #form-btn {
  padding: 200px 0 0;
}
#mainContents .layoutTyp26 #form-btn input[type="submit"] {
  -webkit-appearance: none;
  display: block;
  background: #326738;
  cursor: pointer;
  width: 340px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 1.6rem;
  border: none;
  color: #FFF;
  border-radius: 30px;
}
#mainContents .layoutTyp26 #form-btn input[name="submitBack"] {
  -webkit-appearance: none;
  display: block;
  background: #CCC;
  cursor: pointer;
  width: 340px;
  margin: 20px auto 0;
  padding: 1em 0;
  font-size: 1.6rem;
  border: none;
  color: #FFF;
  border-radius: 30px;
}

#mainContents .mw_wp_form_preview .previewNo {
  display: none;
}
#mainContents .mw_wp_form span.error {
  padding: 10px 0 0 !important;
  font-size: 1.6rem!important;
  font-weight: 400;
  color: #B70000!important;
  display: block!important;
}
#mainContents  .mw-wp-form_image img {
  max-width: 100%;
  height: auto;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp26 {
    margin: 20px 0 0;
  }
  #mainContents .layoutTyp26 table tr th {
    display: block;
    width: 100%;
    padding: 30px 0 15px 0;
  }
  #mainContents .layoutTyp26 table tr th .text01 {
    padding: 40px 0 0 0;
  }
  #mainContents .layoutTyp26 table tr th::before {
    top: 30px;
  }
  #mainContents .layoutTyp26 table tr td {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  #mainContents .layoutTyp26 table tr td.typ01 {
    padding: 0 0 10px 0;
  }
  #mainContents .layoutTyp26 table tr td .formBox label {
    width: 100%;
    padding: 0 0 20px 0;
  }
  
  #mainContents .layoutTyp26 .privacyBox {
    height: auto;
    margin: 30px 0 0;
    padding: 30px 5%;
    box-sizing: border-box;
  }
  #mainContents .layoutTyp26 .privacyBox h4 {
    line-height: 1.4;
  }
  #mainContents .layoutTyp26 .privacyBox p {
    padding: 10px 0 0;
    font-size: 1.6rem;
    font-weight: 300;
    color: #FFF;
    line-height: 1.4;
  }
  #mainContents .layoutTyp26 .privacyBox .checkBox {
    margin: 20px auto 0;
    padding: 25px 0 0;
  }
  #mainContents .layoutTyp26 #form-btn {
    padding: 100px 0 0;
  }
}

/*==========================================
 Top
===========================================*/
#mainContents #topMvArea {
  display: block;
  position: relative;
  width: 100%;
}
#mainContents #topMvArea img {
  width: 100%;
  height: auto;
}
#mainContents #topMvArea h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 36px;
  margin: -18px 0 0 -50%;
  font-size: 3.6rem;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
}
#mainContents #topMvArea #topMv {
  opacity: 0;
}
#mainContents #topMvArea .bx-wrapper {
  max-width: 100% !important;
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
#mainContents #topMvArea_Sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mainContents #topMvArea {
    display: none;
  }
  #mainContents #topMvArea_Sp {
    display: block;
    position: relative;
    width: 100%;
  }
  #mainContents #topMvArea_Sp img {
    width: 100%;
    height: auto;
  }
  #mainContents #topMvArea_Sp h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 151px;
    margin: -83px 0 0 -50%;
    font-size: 4.0rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 1.4;
  }
  #mainContents #topMvArea_Sp #topMv_Sp {
    opacity: 0;
  }
  #mainContents #topMvArea_Sp .bx-wrapper {
    max-width: 100% !important;
    margin: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
  }
}

/*==========================================
 ページネーションのスタイル
===========================================*/
#mainContents #pagination {
  margin: 50px 0 0;
}
#mainContents #pagination ul {
  text-align: center;
}
#mainContents #pagination ul li {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
}
#mainContents #pagination ul li a,
#mainContents #pagination ul li span {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 5px 0 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  text-decoration: none;
};
#mainContents #pagination ul li span {
  color: #B41E1E;
}
#mainContents #pagination ul li span::before {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 32px;
  height: 3px;
  margin: 0 0 0 -16px;
  background-color: #B41E1E;
  content: "";
}
#mainContents #pagination ul li a:hover {
  opacity: 0.7;
}
#mainContents #pagination ul li a.prev:hover,
#mainContents #pagination ul li a.next:hover {
  opacity: 0.7;
}
#mainContents #pagination ul li a.prev:before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  border: 2px solid #B41E1E;
  border-left-width: 0;
  border-top-width: 0;
  position: absolute;
  top: 50%;
  left: 14px;
  margin: -6px 0 0 0;
  transform: rotate(-225deg);
}
#mainContents #pagination ul li a.next:after {
  position: absolute;
  top: 50%;
  left: 7px;
  height: 10px;
  width: 10px;
  display: block;
  border: 2px solid #B41E1E;
  border-left-width: 0;
  border-top-width: 0;
  margin: -6px 0 0 0;
  transform: rotate(-45deg);
  content: "";
}


@media only screen and (max-width: 767px) {
  #mainContents #pagination {
    padding: 0 0 30px;
  }
  #mainContents #pagination ul li {
    width: 40px;
    height: 40px;
    margin: 0 2px;
  }
  #mainContents #pagination ul li a,
  #mainContents #pagination ul li span {
    width: 40px;
    height: 40px;
    padding: 12px 0 5px 0;
    font-size: 16px;
  }
  #mainContents #pagination ul li a.prev:before {
    height: 12px;
    width: 12px;
    left: 15px;
    margin: -7px 0 0 0;
  }
  #mainContents #pagination ul li a.next:after {
    height: 12px;
    width: 12px;
    left: 10px;
    margin: -7px 0 0 0;
  }
}