@charset "UTF-8";
/*** function ***/

/* ###################### */

/* ######## 変数 ######## */

/* ###################### */

/* カラー */

/* 書式 */

/* ###################### */

/* ######## 関数 ######## */

/* ###################### */

/* ###################### */

/* ######## 共通 ######## */

/* ###################### */

/* ボタン */

/*******/

/************/

/*切り替え用*/

/************/

.pc {
  display: block;
}

.sp {
  display: none;
}

/********共通********/

.cont {
  width: 1080px;
}

div[class^="contents"], article[class^="contents"] {
  padding: 100px 0;
}

div.contents1, article.contents1 {
  padding-top: 140px;
}

.h2_1 {
  font-size: 3.4rem;
  padding-bottom: 42px;
  margin-bottom: 50px;
  text-align: center;
}

.h2_1::after {
  width: 50px;
  height: 2px;
}

.h2_1.l {
  text-align: left;
}

.h2_1.l::after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

/*********contact-bnr***********/

.contact-bnr {
  padding: 123px 0 122px;
  text-align: center;
}

.contact-bnr h2 {
  font-size: 3.4rem;
  margin-bottom: 35px;
}

.contact-bnr p {
  font-size: 1.8rem;
}

.contact-bnr ul {
  padding-top: 40px;
}

.contact-bnr ul li {
  min-width: 225px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #fff;
  margin-right: 75px;
}

.contact-bnr ul li:last-of-type {
  margin-right: 0;
}

.contact-bnr ul li.tel {
  font-size: 2rem;
}

.contact-bnr ul li.tel::before {
  width: 13px;
  height: 20px;
  margin-right: 13px;
}

.contact-bnr ul li.mail a {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 16px;
}

.contact-bnr ul li.mail a::before {
  width: 18px;
  height: 14px;
  margin-right: 14px;
}

/*********company***********/

.company .contents1 {
  padding: 80px 0;
  text-align: center;
}

.company .contents1 h2 {
  margin-bottom: 60px;
}

.company .contents1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
}

.company .contents1 .list li {
  width: 395px;
  height: 175px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #1263ab;
  -webkit-transform: skewX(29.74deg);
  transform: skewX(29.74deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-right: 46px;
}

.company .contents1 .list li:last-of-type {
  margin-right: 0;
}

.company .contents1 .list li::before {
  content: "";
  width: 495px;
  height: 100%;
  background: url(../image/company/list-bg.png) no-repeat center;
  position: absolute;
  top: 0;
  right: -50px;
  -webkit-transform: skewX(-29.74deg);
  transform: skewX(-29.74deg);
  z-index: -1;
}

.company .contents1 .list li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: skewX(-29.74deg) translate(-50%, -50%);
  transform: skewX(-29.74deg) translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  font-size: 3.4rem;
}

.company .contents2 {
  padding-bottom: 80px;
}

.company .contents2 h2 {
  font-size: 3.4rem;
}

.company .contents2 h2::after {
  width: 50px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -80px;
}

.company .contents2 .table {
  width: 760px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.company .contents2 .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: solid 1px #1263ab;
}

.company .contents2 .table dl:last-of-type {
  margin-bottom: 0;
}

.company .contents2 .table dt {
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 10px #1263ab;
}

.company .contents2 .table dd {
  width: calc(100% - 160px);
}

.company .contents2 .table dd span {
  margin-right: 8px;
}

.company .contents2 .map {
  padding-top: 75px;
  height: 350px;
}

.company .contents3 h2 {
  margin-bottom: 35px;
}

.company .contents3 .text {
  margin-bottom: 65px;
}

.company .contents3 section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 920px;
  height: 250px;
  margin: 0 auto;
}

.company .contents3 section h3 {
  font-size: 2.8rem;
}

.company .contents3 section ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company .contents3 section ul li {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 0 18px;
  margin: 22px 17px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 255, 0.35)));
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.35) 60%);
}

.company .contents3 section ul li:nth-of-type(4) {
  margin-right: 78px;
}

.company .contents4 {
  padding: 60px 0 80px;
}

.company .contents4::before {
  width: calc(50% + 130px);
  -webkit-transform: skewX(-30.23deg);
  transform: skewX(-30.23deg);
}

.company .contents4 .table {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 160px;
}

.company .contents4 .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: solid 1px #1263ab;
}

.company .contents4 .table dl:last-of-type {
  margin-bottom: 0;
}

.company .contents4 .table dt {
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 10px #1263ab;
}

.company .contents4 .table dd {
  width: calc(100% - 160px);
}

/*********business***********/

.business .contents1 {
  padding: 81px 0 55px;
}

.business .contents1::before {
  content: "";
  width: 20%;
  max-width: 380px;
  height: calc(100% - 60px);
  background: #cdddec;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-12.63deg);
  transform: skewX(-12.63deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.business .contents1::after {
  content: "";
  width: 22%;
  max-width: 400px;
  height: calc(100% + 60px);
  background: #cdddec;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skewX(-11.46deg);
  transform: skewX(-11.46deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.business .contents1 h2 {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 30px;
}

.business .contents1 .text {
  text-align: center;
}

.business .contents2 .sec.w100 {
  text-align: center;
  margin-bottom: 80px;
}

.business .contents2 .sec:not(.w100) {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 96%;
  max-width: 1430px;
  padding-bottom: 30px;
  margin: 0 auto 60px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.business .contents2 .sec:not(.w100)::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.business .contents2 .sec:not(.w100):nth-of-type(2n+1) {
  flex-direction: row;
}

.business .contents2 .sec:not(.w100):nth-of-type(2n+1)::before {
  left: inherit;
  right: 0;
}

.business .contents2 .sec:not(.w100) figure {
  width: calc(50% + 100px);
  height: 430px;
  transform: skewX(-7.85deg);
  transform-origin: top left;
  box-shadow: 30px 30px #1263ab;
  overflow: hidden;
  margin-right: 60px;
}

.business .contents2 .sec:not(.w100) figure div {
  width: 100%;
  height: 100%;
  transform: skewX(7.85deg);
  transform-origin: top left;
}

.business .contents2 .sec:not(.w100):nth-of-type(2n+1) figure {
  transform: skewX(7.85deg);
  transform-origin: top right;
  box-shadow: -30px 30px #1263ab;
  margin-right: 0;
  margin-left: 60px;
}

.business .contents2 .sec:not(.w100):nth-of-type(2n+1) figure div {
  transform: skewX(-7.85deg);
  transform-origin: top right;
}

.business .contents2 .sec:not(.w100) .text {
  width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
}

.business .contents2 .sec .text h3 {
  font-size: 2.8rem;
  padding-bottom: 35px;
  margin-bottom: 28px;
}

.business .contents2 .sec .text h3::after {
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.business .contents2 .sec.sec.w100 .text h3::after {
  left: 50%;
  transform: translateX(-50%);
}

.business .contents2 .sec .text p {
  margin-bottom: 25px;
}


/*********alcohol***********/

.alcohol .contents1 {
  padding: 81px 0 70px;
}

.alcohol .contents1::before {
  content: "";
  width: 20%;
  max-width: 380px;
  height: calc(100% - 80px);
  background: #cdddec;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-12.63deg);
  transform: skewX(-12.63deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.alcohol .contents1::after {
  content: "";
  width: 22%;
  max-width: 400px;
  height: calc(100% + 70px);
  background: #cdddec;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skewX(-11.46deg);
  transform: skewX(-11.46deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.alcohol .contents1 h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 36px;
}

.alcohol .contents1 h2 span.br {
  display: block;
}

.alcohol .contents1 h2 span.b {
  font-size: 3.4rem;
  line-height: 1;
  color: #1263ab;
}

.alcohol .contents1 .text {
  text-align: center;
}

.alcohol .contents1 .text p {
  margin-bottom: 25px;
}

.alcohol .contents2 {
  padding-bottom: 70px;
}

.alcohol .contents2 .sec {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 96%;
  max-width: 1770px;
  padding-bottom: 30px;
  margin: 0 auto 45px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.alcohol .contents2 .sec::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.alcohol .contents2 .sec:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.alcohol .contents2 .sec:nth-of-type(2n)::before {
  left: inherit;
  right: 0;
}

.alcohol .contents2 .sec figure {
  width: calc(50% - 70px);
  height: 435px;
  transform: skewX(-7.85deg);
  transform-origin: top left;
  box-shadow: 30px 30px #1263ab;
  overflow: hidden;
  margin-right: 120px;
}

.alcohol .contents2 .sec figure div {
  width: 100%;
  height: 100%;
  transform: skewX(7.85deg);
  transform-origin: top left;
}

.alcohol .contents2 .sec:nth-of-type(2n) figure {
  transform: skewX(7.85deg);
  transform-origin: top right;
  box-shadow: -30px 30px #1263ab;
  margin-right: 0;
  margin-left: 120px;
}

.alcohol .contents2 .sec:nth-of-type(2n) figure div {
  transform: skewX(-7.85deg);
  transform-origin: top right;
}

.alcohol .contents2 .sec .text {
  width: 490px;
  padding-top: 75px;
}

.alcohol .contents2 .sec .text h3 {
  font-size: 2.6rem;
  line-height: 1.7693;
  margin-bottom: 45px;
  letter-spacing: -0.04rem;
}

.alcohol .contents2 .sec .text h3 .min {
  font-size: 2.4rem;
  line-height: 1.9167;
}

.alcohol .contents2 .sec .text h3 .br {
  display: block;
}

.alcohol .contents2 .sec .text p {
  margin-bottom: 27px;
}

.alcohol .contents3 {
  padding-bottom: 85px;
}

.alcohol .contents3 .mv-box {
  max-width: 770px;
  box-sizing: border-box;
  padding: 40px 40px 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.alcohol .contents3 .mv-box::before {
  content: "";
  width: 270px;
  height: 325px;
  background: #cdddec;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-7.85deg);
  transform-origin: top left;
  z-index: -1;
}

.alcohol .contents3 .mv-box::after {
  content: "";
  width: 270px;
  height: 325px;
  background: #cdddec;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skewX(-7.85deg);
  transform-origin: bottom right;
  z-index: -1;
}

.alcohol .contents3 .mv-box .mv {
  height: 0;
  padding-top: 58.95%;
  margin-bottom: 15px;
}

.alcohol .contents3 .mv-box .link {
  font-size: 1.4rem;
  line-height: 1.8;
}

.alcohol .contents3 .mv-box .link a:before {
  margin-right: 10px;
}

/*********Ultrafinebubble***********/

.Ultrafinebubble .contents1 {
  padding: 84px 0 70px;
}

.Ultrafinebubble .contents1 h2 {
  font-size: 2.8rem;
  line-height: 2.2;
}

.Ultrafinebubble .contents1 h2 span:not(.ki_l):not(.ki_r) {
  display: block;
}

.Ultrafinebubble .contents1 .text {
  width: 540px;
  padding-top: 11px;
}

.Ultrafinebubble .contents1 .text p {
  margin-bottom: 25px;
}

.Ultrafinebubble .contents2 {
  padding-bottom: 80px;
}

.Ultrafinebubble .contents2 h2 {
  margin-bottom: 65px;
}

.Ultrafinebubble .contents2 .sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 98%;
  max-width: 1845px;
  margin-bottom: 80px;
}

.Ultrafinebubble .contents2 .sec:last-of-type {
  margin-bottom: 0;
}

.Ultrafinebubble .contents2 .sec:nth-of-type(2n+1) {
  margin-left: auto;
}

.Ultrafinebubble .contents2 .sec:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.Ultrafinebubble .contents2 .sec:nth-of-type(2n) .text {
  margin-left: auto;
}

.Ultrafinebubble .contents2 .sec figure {
  width: calc(50% - 108px);
  height: 435px;
}

.Ultrafinebubble .contents2 .sec .text-wrap {
  width: calc(50% + 108px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}

.Ultrafinebubble .contents2 .sec .text-wrap::after {
  content: "";
  width: 100%;
  height: 250px;
  background: #1263ab;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.Ultrafinebubble .contents2 .sec .text-wrap .text {
  width: 595px;
}

.Ultrafinebubble .contents2 .sec .text-wrap .text .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 116px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px;
}

.Ultrafinebubble .contents2 .sec .text-wrap .text .ttl h3 {
  font-size: 2.6rem;
  line-height: 1.9;
}

.Ultrafinebubble .contents2 .sec .text-wrap .text .ttl h3 span:not(.br) {
  font-size: 2.8rem;
  line-height: 1.8;
}

.Ultrafinebubble .contents2 .sec .text-wrap .text .ttl h3 .br {
  display: block;
}

.Ultrafinebubble .contents2 .sec .text-wrap .text .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 250px;
}

.Ultrafinebubble .contents3 {
  padding-bottom: 85px;
}

.Ultrafinebubble .contents3 .mv-box {
  max-width: 690px;
  margin: 0 auto 45px;
}

.Ultrafinebubble .contents3 .mv-box .mv {
  height: 0;
  padding-top: 58.95%;
  margin-bottom: 15px;
}

.Ultrafinebubble .contents3 .mv-box .link {
  font-size: 1.4rem;
  line-height: 1.8;
}

.Ultrafinebubble .contents3 .mv-box .link a:before {
  margin-right: 10px;
}

/*********vending***********/

.vending .contents1 {
  padding: 81px 0 70px;
}

.vending .contents1::before {
  content: "";
  width: 20%;
  max-width: 380px;
  height: calc(100% - 80px);
  background: #cdddec;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-12.63deg);
  transform: skewX(-12.63deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.vending .contents1::after {
  content: "";
  width: 22%;
  max-width: 400px;
  height: calc(100% + 70px);
  background: #cdddec;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skewX(-11.46deg);
  transform: skewX(-11.46deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.vending .contents1 h2 {
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 50px;
}

.vending .contents1 h2 span.min {
  display: block;
  font-size: 3rem;
  color: #1263ab;
  margin-bottom: 20px;
}

.vending .contents1 .text {
  text-align: center;
}

.vending .contents1 .text p {
  margin-bottom: 25px;
}

.vending .contents1 .text .line {
  font-size: 1.8rem;
  line-height: 1.4;
}

.vending .contents2 h2 {
  margin-bottom: 65px;
}

.vending .contents2 .fle {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vending .contents2 .sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 2px);
  text-align: center;
  margin-bottom: 80px;
}

.vending .contents2 .sec:nth-of-type(1) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* .vending .contents2 .sec:last-of-type {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
} */

.vending .contents2 .sec figure {
  width: 845px;
  height: 465px;
}

.vending .contents2 .sec .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vending .contents2 .sec .imgs li {
  width: 366px;
  margin: 45px -3px 0;
  z-index: 0;
}

.vending .contents2 .sec .imgs li:nth-of-type(1) {
  z-index: 2;
}

.vending .contents2 .sec .imgs li:nth-of-type(2) {
  z-index: 1;
}

.vending .contents2 .sec .text {
  width: 100%;
  height: 250px;
}

.vending .contents2 .sec .text .ttl {
  text-align: center;
  margin-bottom: 25px;
}

.vending .contents2 .sec .text .ttl h3 {
  font-size: 2.6rem;
  line-height: 1;
}

.vending .contents2 .sec .text .ttl h3 span:not(.br) {
  font-size: 3rem;
}

.vending .contents2 .sec .text .ttl h3 .br {
  display: inline-block;
  margin-right: -0.5em;
}

.vending .contents2 .img .sticker{
	position: absolute;
	top: -73px;
	left: -53px;
}

.vending .contents2 .bnr {
  text-align: center;
  padding-top: 95px;
}

.vending .contents3 {
  padding: 60px 0 75px;
}

.vending .contents3::before {
  content: "";
  width: 20%;
  max-width: 380px;
  height: calc(100% + 60px);
  background: #cdddec;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-12.63deg);
  transform: skewX(-12.63deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.vending .contents3::after {
  content: "";
  width: 22%;
  max-width: 400px;
  height: calc(100% - 60px);
  background: #cdddec;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skewX(-11.46deg);
  transform: skewX(-11.46deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.vending .contents3 h2 {
  margin-bottom: 40px;
}

.vending .contents3 p {
  text-align: center;
  margin-bottom: 35px;
}

.vending .contents3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 760px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 53px 24px;
  margin: 0 auto;
}

.vending .contents3 .list li {
  margin-bottom: 15px;
}

.vending .contents3 .list li:last-of-type {
  margin-bottom: 0;
}

/*********faq***********/

.faq .contents1 .list {
  width: 920px;
  margin: 0 auto;
}

.faq .contents1 dl {
  margin-bottom: 60px;
}

.faq .contents1 dl dt {
  font-size: 2.2rem;
  padding: 7px 20px 6px;
  margin-bottom: 20px;
}

.faq .contents1 dl dt div {
  width: calc(100% - 36px);
}

.faq .contents1 dl dd {
  padding-left: 20px;
}

.faq .contents1 dl dd span {
  font-size: 2.2rem;
}

.faq .contents1 dl dd div {
  width: calc(100% - 36px);
  padding-top: 2px;
}

/*********case***********/

.case .contents1 .list {
  padding: 0 45px;
  margin-top: -45px;
}

.case .contents1 .list .box {
  width: 300px;
  margin-top: 45px;
  margin-right: 45px;
}

.case .contents1 .list .box:nth-of-type(3n) {
  margin-right: 0;
}

.case .contents1 .list .box p {
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 35px;
  margin-bottom: 7px;
}

.case .contents1 .list .box p::before {
  width: 25px;
  height: 25px;
}

.case .contents1 .list .box figure {
  padding-top: 200px;
}

.case_d .contents1 .box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.case_d .contents1 h2 {
  font-size: 2.8rem;
  border-left: solid 7px #1263ab;
  padding-left: 20px;
}

.case_d .contents1 .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}

.case_d .contents1 .imgs figure {
  width: 510px;
  padding-top: 340px;
}

.case_d .contents1 .imgs ul {
  width: 505px;
  margin-left: 30px;
  margin-top: -20px;
}

.case_d .contents1 .imgs ul li {
  width: 240px;
  padding-top: 160px;
  margin-top: 20px;
}

.case_d .contents1 .text {
  padding-top: 35px;
}

/*********product***********/

.product .contents1 {
  padding: 80px 0 115px;
}

.product .contents1::before {
  content: "";
  width: 20%;
  max-width: 380px;
  height: calc(100% - 80px);
  background: #cdddec;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-12.63deg);
  transform: skewX(-12.63deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.product .contents1::after {
  content: "";
  width: 22%;
  max-width: 400px;
  height: 100%;
  background: #cdddec;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skewX(-11.46deg);
  transform: skewX(-11.46deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.product .contents1 h2 {
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 47px;
}

.product .contents1 h2 span {
  display: inline-block;
  color: #1263ab;
}

.product .contents1 .text {
  text-align: center;
}

.product .contents1 .text p {
  margin-bottom: 25px;
}

.product .contents2 {
  padding: 85px 0;
}

.product .contents2 .box {
  width: 325px;
  height: 450px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 18px;
}

.product .contents2 .box figure {
  text-align: center;
  margin-bottom: 13px;
}

.product .contents2 .box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.product .contents2 .box p .ki {
  display: inline-block;
  margin-right: -0.5em;
}

.product .contents3 {
  padding: 95px 0 80px;
}

.product .contents3 .mv-box {
  margin: 0 auto 45px;
}

.product .contents3 .mv-box .mvs {
  margin-bottom: 15px;
}

.product .contents3 .mv-box .mv {
  width: 48%;
}

.product .contents3 .mv-box .mv p {
  height: 0;
  padding-top: 58.95%;
}

.product .contents3 .mv-box .link {
  font-size: 1.4rem;
  line-height: 1.8;
}

.product .contents3 .mv-box .link a:before {
  margin-right: 10px;
}

.product .contents3 .btn {
  width: 560px;
  height: 72px;
}

.product .contents3 .btn a {
  font-size: 1.6rem;
}

.product .contents4 h2 {
  margin-bottom: 40px;
}

.product .contents4 .links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 55px;
}

.product .contents4 .links li {
  width: 246px;
  height: 35px;
  margin-right: 32px;
}

.product .contents4 .links li:last-of-type, .product .contents4 .links li:nth-of-type(4n) {
  margin-right: 0;
}

.product .contents4 .links li a {
  font-size: 1.6rem;
}

.product .contents4 .links li a::before {
  width: 8px;
  height: 12px;
  margin-right: 10px;
}

.product .contents4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -85px auto 0;
}

.product .contents4 .box {
  width: 540px;
  margin-top: 85px;
}

.product .contents4 .box figure {
  width: 325px;
  padding-top: 325px;
  margin: 0 auto 17px;
}

.product .contents4 .box .text {
  padding-left: 108px;
}

.product .contents4 .box .text h3 {
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.product .contents4 .box .text .price {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.product .contents4 .box .text .price dt span {
  font-size: 1.4rem;
  margin-bottom: 7px;
}

.product .contents4 .box .text .price dd span {
  font-size: 2.6rem;
  color: #d71518;
}

/*********index***********/

.index .contents1 {
  padding: 80px 0 90px;
  text-align: center;
}

.index .contents1::before {
  content: "";
  width: 20%;
  max-width: 380px;
  height: calc(100% - 80px);
  background: #cdddec;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-12.63deg);
  transform: skewX(-12.63deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.index .contents1::after {
  content: "";
  width: 22%;
  max-width: 400px;
  height: calc(100% + 70px);
  background: #cdddec;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skewX(-11.46deg);
  transform: skewX(-11.46deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.index .contents1 h2 {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}

.index .contents1 h2 div:nth-of-type(2) {
  padding-top: 18px;
  font-size: 3.2rem;
}

.index .contents1 h2 div:nth-of-type(2) .bi {
  font-size: 4rem;
}

.index .contents1 h2 div:nth-of-type(2) .b {
  color: #1263ab;
  font-size: 5.2rem;
}

.index .contents1 h2 div:nth-of-type(2) .b .min {
  font-size: 4.8rem;
}

.index .contents1 p {
  margin-bottom: 25px;
}

.index .contents2 {
  padding: 125px 0 190px;
}

.index .contents2::before {
  height: 450px;
}

.index .contents2::after {
  content: "";
  background: url(../image/index/camera.png) no-repeat top right/contain;
  width: 62%;
  min-width: 1180px;
  height: 111px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 70px;
  z-index: -1;
}

.index .contents2 .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 160px;
}

.index .contents2 .in figure {
  width: calc(50% - 80px);
  height: 480px;
  -webkit-box-shadow: 25px 30px #1263ab;
  box-shadow: 25px 30px #1263ab;
  -webkit-transform: skewX(-9.46deg);
  transform: skewX(-9.46deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  overflow: hidden;
  margin-right: 60px;
}

.index .contents2 .in figure div {
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(9.46deg);
  transform: skewX(9.46deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.index .contents2 .in .text {
  padding-top: 85px;
}

.index .contents2 .in .text h2 {
  font-size: 3.4rem;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.index .contents2 .in .text h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #1263ab;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index .contents2 .in .text p {
  margin-bottom: 25px;
}

.index .contents2 .in .text .links {
  padding-top: 40px;
}

.index .contents2 .in .text .links li {
  height: 70px;
}

.index .contents2 .in .text .links li a {
  padding-left: 16px;
  padding-right: 6px;
}

.index .contents2 .box {
  width: 538px;
}

.index .contents2 .box .huki {
  position: absolute;
  top: -38px;
  left: 10px;
}

.index .contents2 .box:nth-of-type(1) {
  margin-top: 95px;
}

.index .contents2 .box .txt {
  height: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0 40px;
}

.index .contents2 .box .txt::before {
  width: 40px;
  height: 40px;
}

.index .contents2 .box .txt::after {
  content: "";
  background: url(../image/index/box.png) no-repeat center/contain;
  width: 556px;
  height: 258px;
  position: absolute;
  top: -7px;
  left: -9px;
  z-index: -2;
}

.index .contents2 .box .txt .top {
  padding-bottom: 15px;
  margin: 0 20px 15px;
}

.index .contents2 .box .txt .top h3 {
  font-size: 2.6rem;
}

.index .contents2 .box .txt .top .link a:before {
  margin-right: 9px;
}

.index .contents2 .box .txt p {
  padding-left: 20px;
}

.index .contents3 {
  padding: 10px 0 140px;
}

.index .contents3::before {
  height: 340px;
}

.index .contents3 h2 {
  font-size: 4rem;
  margin-bottom: 70px;
}

.index .contents3 h2 span {
  padding-right: 20px;
}

.index .contents3 h2 span::after {
  width: 50px;
  height: 2px;
}

.index .contents3 .box {
  width: 268px;
}

.index .contents3 .box .txt {
  height: 70px;
  padding: 0 16px;
}

.index .contents3 .box .txt::before {
  width: calc(100% - 30px);
  left: 15px;
  bottom: 10px;
}

.index .contents3 .box .txt::after {
  width: 20px;
  right: 15px;
  bottom: 10px;
}

.index .contents3 .box .txt p {
  font-size: 1.6rem;
  padding-bottom: 7px;
}

.index .contents4 {
  padding: 105px 0;
}

.index .contents4::after {
  width: calc(50% + 130px);
  height: calc(100% - 140px);
  -webkit-transform: skewX(-13.32deg);
  transform: skewX(-13.32deg);
}

.index .contents4 .top {
  margin-bottom: 30px;
}

.index .contents4 .top h2::after {
  width: 25px;
  height: 40px;
  margin: 0 10px 0 22px;
}

.index .contents4 .top .link {
  font-size: 1.7rem;
}

.index .contents4 .top .link a:after {
  width: 7px;
  height: 12px;
  margin-left: 16px;
}

.index .contents4 .list {
  padding: 64px 0;
}

.index .contents4 .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 33px 20px;
  margin-bottom: 20px;
}

.index .contents4 .list dl dd {
  width: calc(100% - 110px);
  padding-right: 90px;
}

.index .contents4 .list dl dd::after {
  width: 11px;
  height: 17px;
}

/****エラーページ*****/

/*==================================================
プライバシーポリシー
================================================== */

.privacy .contents1 .h3_1 {
  font-size: 2.4rem;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.privacy .contents1 .item-box {
  margin-bottom: 50px;
}

/*==================================================
 サイトマップ
================================================== */

.site .contents1 .site_list {
  width: 800px;
}

.site .contents1 .site_list ul {
  padding: 40px;
}

.site .contents1 .site_list ul li a {
  padding: 8px 16px;
}

/*==================================================
 ニュース
================================================== */

.news .contents1 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 20px;
  margin-bottom: 20px;
}

.news .contents1 .list-box dl dd {
  width: calc(100% - 110px);
  padding-right: 90px;
}

.news .contents1 .list-box dl dd::after {
  width: 11px;
  height: 17px;
}

/*==================================================
 news詳細
================================================== */

.news_detail .contents1 .sec1 {
  width: 1080px;
}

.news_detail .contents1 .sec1 .h3_1 {
  font-size: 2.4rem;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.news_detail .contents1 .sec1 img {
  max-width: 1040px;
}

.news_detail .contents1 .sec1 .post-data {
  text-align: right;
}

.news_detail .contents1 .sec1 .item-box {
  min-height: 230px;
  zoom: 1;
}

/*==================================================
 お問い合わせ
================================================== */

.contact .contents1 table {
  margin-bottom: 32px;
}

.contact .contents1 table th {
  width: 350px;
  border-bottom: solid 1px #fff;
  padding: 0 20px;
}

.contact .contents1 table td {
  padding: 10px 20px;
  border-bottom: solid 1px #5d5d5d;
}

.contact .contents1 table tr:first-of-type th {
  border-top: solid 1px #1263ab;
}

.contact .contents1 table tr:first-of-type td {
  border-top: solid 1px #5d5d5d;
}

.contact .contents1 table tr:last-of-type th {
  border-bottom-color: #1263ab;
}

.contact form input {
  font-size: 1.6rem;
}

.contact form textarea {
  height: 180px;
  font-size: 1.6rem;
}

.contact .contact-recaptcha-wrap {
  margin-bottom: 32px;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */

.contact-submits input {
  margin: 0 10px;
  padding: 15px 35px;
}

.contact-submits-wrap input {
  padding: 15px 50px;
}

/*IEハック*/

@media screen\0 {
  /**ここに書く**/
}
