@charset "UTF-8";
/*$default_font : "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
/* header */



.pb_30{
	padding-bottom:30px !important;
}

.pb_20{
	padding-bottom:20px !important;
}

.pb_10{
	padding-bottom:10px !important;
}

.mb_10{
	margin-bottom:10px !important;
}

.mb_20{
	margin-bottom:20px !important;
}

.mb_30{
	margin-bottom:30px !important;
}

.a_right{
	text-align:right;
}

main {
  display: block;
  padding-top: 169px;
}
@media all and (max-width: 900px) {
  main {
    padding-top: 145px;
  }
}

.pankuzu {
  position: absolute;
  z-index: 4;
  right: 50px;
  bottom: -55px;
}
.pankuzu ul {
  position: relative;
  display: table;
  padding: 16px 25px 18px 25px;
  color: #303030;
}
.pankuzu ul li {
  position: relative;
  display: table-cell;
  font-size: 1.1rem;
  line-height: 120%;
  padding-right: 35px;
  letter-spacing: 0.5px;
  color: #949494;
}
.pankuzu ul li a {
  position: relative;
  line-height: 120%;
  word-break: keep-all;
  color: #303030;
}
.pankuzu ul li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.pankuzu ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -18px;
  top: -3px;
  width: 1px;
  height: 20px;
  background-color: #949494;
  transform: rotate(30deg);
}
.pankuzu ul li:first-child:before {
  display: none;
}
.pankuzu ul li:first-child a {
  padding: 2px 0 2px 20px;
}
.pankuzu ul li:first-child a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 3px;
  width: 13px;
  height: 13px;
  background-image: url(../../img/icon_home2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 12px auto;
}
.pankuzu ul li:last-child {
  padding-right: 0;
}

/* header */
/* common */
.section_wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.section_wrap_grey_line_bottom {
  border-bottom: 1px solid #d8d8d8;
}

article .section_wrap:first-child {
  z-index: 4;
}

.content_wrap,
.content_wrap_s,
.content_wrap_ss {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1390px;
  margin: 50px auto 0px;
  padding: 0 20px 0;
  box-sizing: border-box;
}

.content_wrap_s {
  max-width: 1190px;
}

.content_wrap_ss {
  max-width: 980px;
}

.font_en {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
}

.font_en_center {
  font-family: "Zurich BT", sans-serif;
  transform-origin: center center;
  transform: scale(1.2, 1);
}

.h2_green,
.h2_green_s,
.h2_blue_en_s,
.h2_green_border,
.h2_black {
  font-size: 3.8rem;
  font-weight: 700;
  color: #333333;
  line-height: 130%;
  text-align: center;
}

.h2_green_s {
  font-size: 2.4rem;
  font-weight: 700;
}

.h2_green_border {
  font-size: 2.8rem;
  padding: 16px 0 16px;
  margin-bottom: 40px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.h2_blue_en_s {
  color: #00acdc;
  font-size: 2.4rem;
}
.h2_blue_en_s img {
  height: 23px;
  width: auto;
}

.h2_blue_en_s2 img {
  height: 26px;
}

.h2_black_center_en {
  font-family: "Zurich BT", sans-serif;
  transform-origin: center center;
  transform: scale(1.2, 1);
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 130%;
  text-align: center;
  margin-bottom: 30px;
}

.h3_black_center {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}

.h3_black_left {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
}

.h3_green_left {
  color: #333333;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 130%;
  margin-bottom: 15px;
}

.link_arrow01,
.link_arrow01_s {
  font-size: 1.5rem;
  line-height: 125%;
  padding: 0 29px 0 0;
  background-image: url(../../img/arrow_02_black.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 15px auto;
  transition: all 0.12s ease-in 0s;
}
.link_arrow01:hover,
.link_arrow01_s:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  background-position: right 3px top 5px;
}

.link_arrow01_s {
  font-size: 1.3rem;
  background-size: 9px auto;
  background-position: right 10px top 3px;
}
.link_arrow01_s:hover {
  background-position: right 7px top 3px;
}

.link_arrow01_white {
  color: #fff !important;
  background-image: url(../../img/arrow_02.png);
}

.link_catalog {
  position: relative;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  line-height: 120%;
  text-align: center;
  padding: 15px 0 17px;
  background-color: #fff;
}
.link_catalog span {
  position: relative;
  padding-left: 25px;
}
.link_catalog span:before {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url(../../img/icon_catalog.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 22px auto;
}
.link_catalog:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.btn01,
.btn01_s {
  position: relative;
  display: block;
  width: 570px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 120%;
  padding: 12px 0 12px;
  margin: 0 auto;
  border: 1px solid #000;
}
.btn01 span,
.btn01_s span {
  position: relative;
  padding-right: 15px;
}
.btn01 span:before,
.btn01_s span:before {
  content: "";
  position: absolute;
  display: block;
  right: -10px;
  top: 2px;
  width: 15px;
  height: 15px;
  background-image: url(../../img/arrow_02_black.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px auto;
  transition: all 0.12s ease-in 0s;
}
.btn01:hover,
.btn01_s:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn01:hover span:before,
.btn01_s:hover span:before {
  right: -13px;
}

.btn01_s {
  width: 250px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
}

.btn01_white {
  color: #fff !important;
  border: 1px solid #fff;
}
.btn01_white span:before {
  background-image: url(../../img/arrow_02.png);
}

.btn01_left {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  line-height: 120%;
  padding: 12px 80px 12px;
  margin: 0 auto;
  border: 1px solid #000;
}
.btn01_left span {
  position: relative;
  padding-right: 15px;
}
.btn01_left span:before {
  content: "";
  position: absolute;
  display: block;
  right: -10px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../../img/arrow_02_black.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px auto;
  transition: all 0.12s ease-in 0s;
}
.btn01_left:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn01_left:hover span:before {
  right: -13px;
}

.btn_store {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 120%;
  padding: 16px 50px 16px 60px;
  margin: 0 auto;
  background-color: #333333;
}
.btn_store span {
  display: block;
  font-family: "Zurich BT", sans-serif;
  transform-origin: center center;
  transform: scale(1.2, 1);
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  padding-left: 15px;
}
.btn_store:before {
  content: "";
  position: absolute;
  display: block;
  left: 12px;
  top: 9px;
  width: 32px;
  height: 28px;
  background-image: url(../../img/icon_store.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px auto;
  transition: all 0.12s ease-in 0s;
}
.btn_store:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

table.table01,
.news_wrap .wrap table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dashed #ccc;
}
table.table01 tr,
.news_wrap .wrap table tr {
  border-bottom: 1px dashed #ccc;
}
table.table01 th,
.news_wrap .wrap table th {
  font-size: 1.4rem;
  color: #030303;
  line-height: 200%;
  text-align: left;
  vertical-align: top;
  padding: 11px 20px 11px 40px;
  box-sizing: border-box;
}
table.table01 td,
.news_wrap .wrap table td {
  padding: 11px 20px 11px 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #030303;
  line-height: 200%;
  text-align: left;
  vertical-align: top;
}
table.table01 .gray1,
.news_wrap .wrap table .gray1 {
  background-color: #dfdfdf;
}

ul.disc,
.news_wrap .wrap ul,
.pickup_datail_wrap .wrap ul {
  margin-bottom: 20px;
  margin-left: 30px;
  position: relative;
}
ul.disc li,
.news_wrap .wrap ul li,
.pickup_datail_wrap .wrap ul li {
  margin-bottom: 5px;
  line-height: 150%;
}
ul.disc li:before,
.news_wrap .wrap ul li:before,
.pickup_datail_wrap .wrap ul li:before {
  content: "•";
  left: -12px;
  font-size: 1.6rem;
  top: 0;
  width: 0;
  position: relative;
  display: inline-block;
}

ol.decimal,
.news_wrap .wrap ol,
.pickup_datail_wrap .wrap ol {
  margin-bottom: 30px;
  margin-left: 20px;
  list-style-type: decimal;
  position: relative;
}
ol.decimal li,
.news_wrap .wrap ol li,
.pickup_datail_wrap .wrap ol li {
  margin-bottom: 5px;
  padding-left: 5px;
  line-height: 140%;
}

.imgWrap {
  overflow: hidden;
  width: 100%;
}
.imgWrap img {
  transition: all 2.6s ease-in 0s;
}
.imgWrap:hover img {
  transform: scale(1.09) !important;
}

.youtube_wrap {
  position: relative;
  height: 0;
  padding: 30px 0 51.25%;
  overflow: hidden;
}

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gmap {
  width: 100%;
  height: 100%;
}

.gmap_box {
  width: 100%;
  height: 320px;
  margin: 0;
}

/* common */
/* main image */
.main_box {
  width: 100%;
  max-width: 1390px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  transition: all 0.12s ease-in 0s;
}
.main_box:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.main_box .img {
  width: 100%;
}
.main_box .img img {
  width: 100%;
  height: auto;
}
.main_box .text {
  position: absolute;
  z-index: 2;
  left: 5.2%;
  bottom: 20%;
  width: 55%;
  text-align: left;
}
.main_box .text .title {
  /*@include font_en{};*/
  font-family: "Libre Baskerville", sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.main_box .text .subtitle {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 140%;
  padding-left: 4px;
}
.main_box .text .logo {
  padding-bottom: 40px;
}
.main_box .text .logo1 img {
  width: 240px;
  height: auto;
	padding:20px;
}
.main_box .text .logo2 img {
  width: 235px;
  height: auto;
}
@media all and (max-width: 900px) {
  .main_box .text {
    bottom: 8% !important;
  }
  .main_box .text .title {
    font-size: 4.2rem;
  }
  .main_box .text .subtitle {
    font-size: 1.6rem;
  }
}

.top_slide_wrap .slick-arrow {
  position: absolute;
  z-index: 3;
  bottom: 13%;
  left: 7.2%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: all 0.12s ease-in 0s;
}
.top_slide_wrap .slick-arrow:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.top_slide_wrap .slick-arrow img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 900px) {
  .top_slide_wrap .slick-arrow {
    display: none !important;
  }
}
.top_slide_wrap .next {
  left: calc(7.2% + 45px);
}
.top_slide_wrap .prev {
  transform: scale(-1, 1);
}
.top_slide_wrap .slick-dots {
  position: absolute;
  bottom: 10px;
}
.top_slide_wrap .slick-dots li {
  margin: 0;
}
.top_slide_wrap .slick-dots li button::before {
  content: "○";
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.top_slide_wrap .slick-dots li.slick-active button::before {
  content: "●";
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.top_slide_wrap .slick-dotted.slick-slider {
  margin: 0;
}

/* main image */
/* top */
.top_pickup_box {
  position: relative;
  background-color: #315a43;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 40px 90px 40px 100px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.top_pickup_box .text_box {
  position: relative;
  z-index: 1;
  width: 290px;
  color: #fff;
  box-sizing: border-box;
  padding: 35px 0 0;
}
.top_pickup_box .text_box h2 {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 30px;
}
.top_pickup_box .text_box p {
  font-size: 1.5rem;
  line-height: 160%;
}
.top_pickup_box .text_box .btn {
  position: absolute;
  bottom: 25px;
}
@media all and (max-width: 1100px) {
  .top_pickup_box {
    padding: 40px 20px 40px 20px;
  }
  .top_pickup_box .text_box {
    width: 200px;
  }
  .top_pickup_box .text_box h2 {
    font-size: 2.2rem;
  }
  .top_pickup_box .text_box p {
    font-size: 1.3rem;
  }
}
.top_pickup_box .list {
  position: relative;
  z-index: 2;
  width: calc(100% - 290px);
  box-sizing: border-box;
}
@media all and (max-width: 1100px) {
  .top_pickup_box .list {
    width: calc(100% - 200px);
  }
}
.top_pickup_box .list ul li {
  width: 100%;
  max-width: 288px;
  padding-right: 10px;
  box-sizing: border-box;
}
.top_pickup_box .list ul li a {
  position: relative;
  display: block;
  background-color: #fff;
  transition: all 0.12s ease-in 0s;
}
.top_pickup_box .list ul li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.top_pickup_box .list ul li .img img {
  width: 100%;
  height: auto;
}
.top_pickup_box .list ul li .text {
  position: relative;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
  height: 230px;
}
.top_pickup_box .list ul li .text .cat {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  color: #333333;
  font-size: 1.15rem;
  padding-bottom: 10px;
}
.top_pickup_box .list ul li .text .title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
}
.top_pickup_box .list ul li .text .date {
  position: absolute;
  bottom: 30px;
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  color: #999;
  font-size: 1.35rem;
}
.top_pickup_box .slick-arrow {
  bottom: 60px;
  left: -290px;
  z-index: 2;
}
.top_pickup_box .next {
  left: -245px;
}
@media all and (max-width: 1100px) {
  .top_pickup_box .slick-arrow {
    left: -200px;
  }
  .top_pickup_box .next {
    left: -155px;
  }
}

.top_news_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 20px 90px 10px 100px;
  box-sizing: border-box;
}
@media all and (max-width: 900px) {
  .top_news_box {
    padding: 60px 10px 40px 20px;
  }
}
.top_news_box .text_box {
  position: relative;
  z-index: 1;
  width: 290px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 0 0;
}
@media all and (max-width: 900px) {
  .top_news_box .text_box {
    width: 190px;
  }
}
.top_news_box .text_box h2 {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  font-size: 3.8rem;
  font-weight: 700;
  color: #333333;
  padding-bottom: 26px;
}
.top_news_box .list {
  position: relative;
  z-index: 2;
  width: calc(100% - 290px);
  box-sizing: border-box;
}
@media all and (max-width: 900px) {
  .top_news_box .list {
    width: calc(100% - 190px);
  }
}
.top_news_box .list ul {
  width: 100%;
}
.top_news_box .list ul li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  line-height: 140%;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.top_news_box .list ul li .date {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  color: #999;
  padding-right: 35px;
}
.top_news_box .list ul li a {
  font-weight: 500;
}
.top_news_box .list ul li a:hover {
  text-decoration: underline;
}

.top_box01 {
  position: relative;
  width: 100%;
}
.top_box01 .top {
  position: relative;
  height: 381px;
  background-image: url(../../img/top_box01_pic01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.top_box01 .top .logo {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 250px;
}
.top_box01 .top .logo img {
  width: 100%;
  height: auto;
}
.top_box01 .bottom {
  width: 100%;
  background-color: #4b555e;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.top_box01 .bottom .text {
  width: calc(100% - 300px);
  color: #fff;
  padding: 26px 50px 35px 100px;
  box-sizing: border-box;
}
@media all and (max-width: 900px) {
  .top_box01 .bottom .text {
    width: calc(100% - 200px);
    padding: 26px 30px 35px 30px;
  }
}
.top_box01 .bottom .text h2 {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 10px;
}
.top_box01 .bottom .text .s {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 20px;
}
.top_box01 .bottom .text p {
  font-size: 1.65rem;
  padding-bottom: 20px;
}
.top_box01 .bottom .text a {
  font-size: 1.8rem;
}
.top_box01 .bottom .logo2 {
  position: relative;
  width: 300px;
  background-color: #35424b;
}
.top_box01 .bottom .logo2 img {
  position: absolute;
  width: 65%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 20px;
}
@media all and (max-width: 900px) {
  .top_box01 .bottom .logo2 {
    width: 200px;
  }
  .top_box01 .bottom .logo2 img {
    padding-left: 10px;
  }
}

.top_box02 {
  padding: 70px 0 70px;
}
.top_box02 .box_2_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 35px 0 60px;
}
.top_box02 .box_2_wrap > div {
  width: 49.5%;
  background-color: #edeeee;
  padding: 25px 0 50px;
  box-sizing: border-box;
}
.top_box02 .box_2_wrap > div .logo {
  border-bottom: 1px solid #bbb;
  text-align: center;
  height: 120px;
}
.top_box02 .box_2_wrap > div .logo .logo1 {
  width: 50%;
  padding-top: 15px;
}
.top_box02 .box_2_wrap > div .logo .logo2 {
  width: 50%;
}
.top_box02 .box_2_wrap > div .img_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px 18px 0;
}
.top_box02 .box_2_wrap > div .img_box .img {
  padding-left: 10px;
}
.top_box02 .box_2_wrap > div .text_top img {
  width: 46%;
  height: auto;
  padding-bottom: 10px;
}
.top_box02 .box_2_wrap > div .text_top p {
  font-size: 1.5rem;
}
.top_box02 .box_2_wrap > div .bottom {
  padding: 0 30px;
  box-sizing: border-box;
}
.top_box02 .box_2_wrap > div .bottom ul.pc {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.top_box02 .box_2_wrap > div .bottom ul.pc li {
  display: flex;
  align-items: stretch;
  width: 48.6%;
  min-height: 62px;
  margin-bottom: 10px;
}
.top_box02 .box_2_wrap > div .bottom ul.pc li a {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 14px 10px 14px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 120%;
  background-image: url(../../img/arrow_03_black.png);
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 5px auto;
}
.top_box02 .box_2_wrap > div .bottom ul.pc li a:hover {
  background-position: right 20px center;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
@media all and (max-width: 1000px) {
  .top_box02 .box_2_wrap > div .bottom ul.pc li a {
    font-size: 1.15rem;
    padding: 14px 10px 14px 5px;
    background-position: right 7px center;
  }
  .top_box02 .box_2_wrap > div .bottom ul.pc li a:hover {
    background-position: right 5px center;
  }
}
@media all and (max-width: 900px) {
  .top_box02 .box_2_wrap {
    display: block;
  }
  .top_box02 .box_2_wrap > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .top_box02 .box_2_wrap > div .bottom ul.pc li {
    width: 32%;
  }
  .top_box02 .box_2_wrap > div .bottom ul.pc:after {
    content: "";
    display: block;
    width: 32%;
  }
}

.top_box03 {
  width: 100%;
  background-color: #dadada;
  box-sizing: border-box;
  padding: 60px 100px 70px;
  margin-bottom: 40px;
}
@media all and (max-width: 1000px) {
  .top_box03 {
    padding: 60px 40px 70px;
  }
}
.top_box03 h2 {
  color: #333;
  font-family: "Zurich BT", sans-serif;
  transform-origin: center center;
  transform: scale(1.2, 1);
  padding-bottom: 10px;
}
.top_box03 p {
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 45px;
}
.top_box03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.top_box03 ul li {
  width: 24.2%;
  margin-bottom: 15px;
  border: 3px solid #fff;
  box-sizing: border-box;
  line-height: 0;
}
.top_box03 ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 226px;
}
.top_box03 ul li a .img {
  position: absolute;
  display: block;
  width: 100%;
  height: 226px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top_box03 ul li a .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_box03 ul li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.top_box04 {
  position: relative;
  display: block;
  width: 100%;
  height: 243px;
  background-image: url(../../img/top_box04_pic01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-bottom: 40px;
  border: 2px solid #333333;
  box-sizing: border-box;
}
.top_box04 .wrap {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.top_box04 .wrap .text_box {
  text-align: left;
  padding-bottom: 20px;
}
.top_box04 .wrap .title {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: baseline;
  padding-bottom: 20px;
  color: #333333;
  font-size: 1.6rem;
}
.top_box04 .wrap .title .en {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  font-size: 4rem;
  padding-right: 70px;
}
.top_box04 .wrap .btn {
  width: 150px;
}
.top_box04 .wrap .btn a {
  display: block;
  width: 100%;
  background-color: #333333;
  padding: 11px 10px 13px 20px;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #fff;
  background-image: url(../../img/arrow_03.png);
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 5.5px auto;
}
.top_box04 .wrap .btn a:hover {
  background-position: right 20px center;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
@media all and (max-width: 900px) {
  .top_box04 .wrap {
    left: 30px;
  }
  .top_box04 .wrap .title {
    display: block;
    font-size: 1.4rem;
  }
  .top_box04 .wrap .title .en {
    display: block;
    font-size: 3rem;
    line-height: 120%;
  }
}

.top_box04_bottom {
  padding: 0 100px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.top_box04_bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
}
.top_box04_bottom ul li {
  width: 24.6%;
  height: 80px;
  margin-right: 20px;
}
.top_box04_bottom ul li:last-child {
  margin-right: 0;
}
.top_box04_bottom ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  text-align: center;
  font-size: 1.9rem;
  line-height: 140%;
  padding: 0;
  background-image: url(../../img/top_box04_btn_bg2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}
.top_box04_bottom ul li a span {
  position: absolute;
  text-align: center;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top_box04_bottom ul li a span i {
  display: block;
  font-style: normal;
  font-size: 1.3rem;
  color: #7a7a7a;
}
.top_box04_bottom ul li a:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
.top_box04_bottom ul li.last a {
  font-size: 1.35rem;
}
.top_box04_bottom ul li.last a span {
  position: relative;
  top: 18px;
  width: 170px;
  padding-left: 75px;
  white-space: nowrap;
}
.top_box04_bottom ul li.last a span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -10px;
  display: inline-block;
  width: 61px;
  height: 58px;
  background-image: url(../../img/top_box04_pic02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}
@media all and (max-width: 1000px) {
  .top_box04_bottom ul {
    /*
    flex-wrap: wrap;
    li {
      width: 49%;
      margin-bottom: 10px;
      &.last {
        width: 100%;
      }
    }
    */
  }
}
@media all and (max-width: 1000px) {
  .top_box04_bottom {
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .top_box04_bottom {
    /*
    padding: 0 0px;
    margin-bottom: 30px;
    ul {
      li {
        width: 32% !important;
        &.last {
          a {
            font-size: 1.25rem;
            span {
              padding-left: 50px;
              top: 14px;
              &:before {
                width: 35px;
                height: 35px;
                left: 0px;
                top: 0px;
              }
            }
          }
        }
      }
    }
    */
  }
}

.top_movie {
  padding: 50px 100px 50px;
  margin-bottom: 40px;
  background-color: #f7f7f7;
}
@media all and (max-width: 900px) {
  .top_movie {
    padding: 30px 0 70px;
  }
}

ul.movie_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
ul.movie_list li {
  width: 24%;
  margin-bottom: 10px;
  transition: all 0.12s ease-in 0s;
  background-color: #fff;
}
ul.movie_list li p {
  font-size: 1.4rem;
  padding: 15px 10px;
  box-sizing: border-box;
}
ul.movie_list li .img {
  position: relative;
}
ul.movie_list li .img img {
  width: 100%;
  height: auto;
}
ul.movie_list li .img:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url(../../img/icon_movie.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}
ul.movie_list li:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

ul.movie_list2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
ul.movie_list2 li {
  width: 32.6%;
  margin-bottom: 10px;
}
ul.movie_list2 li .img {
  position: relative;
}
ul.movie_list2 li .img img {
  width: 100%;
  height: auto;
}
ul.movie_list2 li a {
  display: block;
}
ul.movie_list2 li a .text_box {
  padding: 20px 5px 10px 40px;
  box-sizing: border-box;
}
ul.movie_list2 li a .text_box .title {
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 5px;
}
ul.movie_list2 li a .text_box .title:before {
  content: "";
  position: absolute;
  display: block;
  left: -34px;
  top: -4px;
  width: 20px;
  height: 20px;
  background-image: url(../../img/icon_search.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}
ul.movie_list2 li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

/* top */
/* content */
ul.product_list_r2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.product_list_r2 > li {
  width: 49.4%;
  margin-bottom: 20px;
  border-top: 5px solid #333333;
}
ul.product_list_r2 > li .img {
  line-height: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #e3e5e1;
}
ul.product_list_r2 > li .img img {
  width: 50%;
  height: auto;
  line-height: 0;
}
ul.product_list_r2 > li .img .box {
  width: 50%;
  padding-top: 25px;
  padding-left: 5px;
  box-sizing: border-box;
}
ul.product_list_r2 > li .img .box .title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 145%;
  padding-bottom: 5px;
}
ul.product_list_r2 > li .img .box p {
  margin-bottom: 20px;
}
ul.product_list_r2 > li .text_box {
  width: 100%;
  background-color: #edeeee;
  padding: 15px 30px 15px;
  box-sizing: border-box;
}
ul.product_list_r2 > li .text_box ul.btn_list_s li {
  width: 49%;
  margin-bottom: 0;
}
@media all and (max-width: 1000px) {
  ul.product_list_r2 > li .text_box {
    padding: 22px 10px 25px;
  }
}
@media all and (max-width: 900px) {
  ul.product_list_r2 > li {
    width: 49.3%;
  }
  ul.product_list_r2 > li .text_box {
    padding: 22px 30px 25px;
  }
}

ul.product_list_r4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.product_list_r4 > li {
  width: 24.3%;
  margin-bottom: 10px;
}
ul.product_list_r4 > li .img {
  line-height: 0;
}
ul.product_list_r4 > li .img img {
  width: 100%;
  height: auto;
  line-height: 0;
}
ul.product_list_r4 > li .text_box {
  width: 100%;
  background-color: #edeeee;
  padding: 22px 30px 25px;
  box-sizing: border-box;
}
ul.product_list_r4 > li .text_box .title {
  color: #333333;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 145%;
  padding-bottom: 5px;
}
ul.product_list_r4 > li .text_box p {
  margin-bottom: 20px;
}
@media all and (max-width: 1000px) {
  ul.product_list_r4 > li .text_box {
    padding: 22px 10px 25px;
  }
}
@media all and (max-width: 900px) {
  ul.product_list_r4 > li {
    width: 49.3%;
  }
  ul.product_list_r4 > li .text_box {
    padding: 22px 30px 25px;
  }
}

ul.btn_list_l,
ul.btn_list_m,
ul.btn_list_s {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.btn_list_l > li,
ul.btn_list_m > li,
ul.btn_list_s > li {
  width: 100%;
  margin-bottom: 10px;
}
ul.btn_list_l > li a,
ul.btn_list_m > li a,
ul.btn_list_s > li a {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 10px 10px 10px 15px;
  box-sizing: border-box;
  font-size: 1.3rem;
  background-image: url(../../img/arrow_03_black.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 4px auto;
}
ul.btn_list_l > li a:hover,
ul.btn_list_m > li a:hover,
ul.btn_list_s > li a:hover {
  background-position: right 17px center;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
@media all and (max-width: 1000px) {
  ul.btn_list_l > li a,
ul.btn_list_m > li a,
ul.btn_list_s > li a {
    font-size: 1.15rem;
    padding: 14px 10px 14px 10px;
    background-position: right 7px center;
  }
  ul.btn_list_l > li a:hover,
ul.btn_list_m > li a:hover,
ul.btn_list_s > li a:hover {
    background-position: right 5px center;
  }
}
ul.btn_list_l > li.green a,
ul.btn_list_m > li.green a,
ul.btn_list_s > li.green a {
  background-color: #333333;
  color: #fff;
  font-weight: 700;
  background-image: url(../../img/arrow_03.png);
}

ul.btn_list_l > li a {
  font-size: 1.4rem;
  padding: 13px 10px 13px 15px;
  background-size: 5px auto;
}

ul.btn_list_m > li a {
  font-size: 1.4rem;
}

.gray_line_box {
  position: relative;
  width: 100%;
  padding: 0;
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.gray_line_box .wrap {
  position: relative;
  padding: 20px 30px;
}
.gray_line_box .gray_img_box {
  position: relative;
  width: 86%;
  margin: 0 auto;
  background-color: #ebebeb;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}
.gray_line_box .gray_img_box img {
  max-width: 100%;
  height: auto;
}
.gray_line_box .box_r2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.gray_line_box .box_r2 > div {
  position: relative;
  width: 49.4%;
  border: 1px solid #d8d8d8;
  padding: 15px 30px 25px;
  box-sizing: border-box;
}
.gray_line_box .box_r2 > div .no_box {
  position: relative;
  color: #00893f;
  font-size: 2rem;
  letter-spacing: -1px;
  font-weight: 700;
  padding: 10px 0px 20px 52px;
}
.gray_line_box .box_r2 > div .no_box span {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #00893f;
  text-align: center;
}
.gray_line_box .box_r2 > div .logo {
  position: absolute;
  right: 30px;
  top: 20px;
}
.gray_line_box .box_r2 > div .logo img {
  width: 88px;
  height: auto;
}

.gray_line_box_border_bottom {
  border-bottom: 1px solid #d8d8d8;
}

.label_black {
  position: absolute;
  left: 37px;
  top: -15px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #000;
  padding: 6px 10px 8px;
  box-sizing: border-box;
}
.label_black:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -6px;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #000;
}

/* content */
/* lineup */
.h1_box_lineup {
  width: 100%;
  height: 260px;
  background-image: url(../../img/lineup_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  margin-bottom: 70px;
}
.h1_box_lineup .box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: relative;
}
.h1_box_lineup h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.h1_box_lineup_top {
  background-image: url(../../img/products_main.jpg);
}
.h1_box_lineup_top h1 {
  color: #fff;
}

ul.linuup_top_link_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 70px;
}
ul.linuup_top_link_list > li {
  width: 24.4%;
  margin-right: 8px;
}
ul.linuup_top_link_list > li:last-child {
  margin-right: 0;
}
ul.linuup_top_link_list > li a {
  position: relative;
  display: block;
  width: 100%;
  background-color: #333333;
  padding: 30px 10px 30px 51px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5rem;
  background-image: url(../../img/arrow_04.png);
  background-repeat: no-repeat;
  background-position: left 15px top 21px;
  background-size: 19px auto;
}
ul.linuup_top_link_list > li a span {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
ul.linuup_top_link_list > li a .fs {
  font-size: 1.4rem;
  letter-spacing: -0.5px;
}
ul.linuup_top_link_list > li a:hover {
  background-position: left 15px top 24px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
@media all and (max-width: 1200px) {
  ul.linuup_top_link_list > li a {
    font-size: 1.15rem;
    padding: 24px 10px 24px 35px;
    background-position: left 10px top 15px;
  }
  ul.linuup_top_link_list > li a span {
    left: 35px;
  }
  ul.linuup_top_link_list > li a:hover {
    background-position: left 10px top 18px;
  }
}

ul.linuup_top_link_list_floralife li {
  width: 28%;
	position:relative;
}

ul.linuup_top_link_list_floralife li:not(:last-child):after {
  content:"";
	background-image:url(../../img/yaji.png);
	width:50px;
	height:50px;
	background-size:100% auto;
	display:block;
	position:absolute;
	left:103%;
	top:2% !important;
	background-repeat:no-repeat;
	
}
ul.linuup_top_link_list_floralife li > p {
  font-size: 2rem;
	text-align:center;
	margin:auto auto 5px;
	background:linear-gradient(transparent 60%, #ff6 60%);
	width: fit-content;
	
	
}

ul.linuup_top_link_list_floralife li a {
  background-color: #afd34f;
  background-image: url(../../img/arrow_04_2.png);
  border-radius: 30px;
  font-size: 2rem;
}


ul.linuup_top_link_list_floralife li a.current {
  background-color: #00843d;
  background-image: url(../../img/arrow_04_2.png);
  border-radius: 30px;
  font-size: 2rem;
}
ul.linuup_top_link_list_l li {
  width: 33%;
}
ul.linuup_top_link_list_l li a {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 120%;
  padding: 0 5px 0 5px;
  height: 200px;
  background-image: url(../../img/arrow_04_3.png);
  background-position: right 10px bottom 10px;
}
ul.linuup_top_link_list_l li a:hover {
  background-position: right 10px bottom 5px;
}
ul.linuup_top_link_list_l li a .logo01 {
  margin: 0 auto;
  width: 88%;
}
ul.linuup_top_link_list_l li a .logo02 {
  margin: 0 auto;
  width: 82%;
}
ul.linuup_top_link_list_l li a .logo03 {
  margin: 0 auto;
  width: 86%;
}
ul.linuup_top_link_list_l li a .text_s {
  position: relative;
  display: block;
  font-size: 1.4rem;
  letter-spacing: -1px;
  padding-top: 10px;
}
ul.linuup_top_link_list_l li.new a {
  background-color: #e8e8e8;
  padding: 0 20px 0 20px;
  color: #313131;
}
ul.linuup_top_link_list_l li.new a .text_box {
  margin: 0 auto;
}
ul.linuup_top_link_list_l li.new a .text_box .text {
  font-family: "Zurich BT", sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 85%;
  letter-spacing: 2px;
}
@media all and (max-width: 1200px) {
  ul.linuup_top_link_list_l li.new a .text_box .text {
    font-size: 2.6vw;
  }
}
ul.linuup_top_link_list_l li.new a .text_box .text_s {
  padding-top: 10px;
}
ul.linuup_top_link_list_l li.oasis a {
  background-color: #dcebe5;
  color: #333333;
}
ul.linuup_top_link_list_l li.fl a {
  background-color: #e8eddc;
  color: #7fbc03;
}
ul.linuup_top_link_list_l li.ogs a {
  background-color: #dfebf4;
  color: #1a7bbd;
}

ul.linuup_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
ul.linuup_list > li {
  width: 24.2%;
  margin-bottom: 10px;
}
ul.linuup_list > li.row3 {
  width: 72.6%;
}
ul.linuup_list > li.row3 img {
  width: 100%;
}
ul.linuup_list > li > a {
  display: block;
  transition: all 0.12s ease-in 0s;
  background-color: #fff;
  height: 100%;
}
ul.linuup_list > li > a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
ul.linuup_list > li .img {
  line-height: 0;
  background-image: url(../../img/lineup_list_bg.png);
  background-repeat: repeat-x;
  background-position: left top;
}
ul.linuup_list > li .img img {
  width: 100%;
  height: auto;
}
ul.linuup_list > li .text_box {
  position: relative;
  padding: 20px 25px 25px 30px;
  box-sizing: border-box;
  background-color: #fff;
}
ul.linuup_list > li .text_box .name {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 5px;
  height: auto !important;
}
ul.linuup_list > li .text_box .btn {
  position: absolute;
  width: 79%;
  display: inline-block;
  box-sizing: border-box;
  bottom: 20px;
}
ul.linuup_list > li .text_box .logo {
  position: absolute;
  right: 10px;
  top: 10px;
}
ul.linuup_list > li .text_box .logo img {
  width: auto;
  height: 16px;
  padding-right: 5px;
}
ul.linuup_list > li .text_box .logo .logo_orf {
  width: auto;
  height: 35px;
  padding: 0;
}
@media all and (max-width: 1100px) {
  ul.linuup_list > li .text_box {
    padding: 20px 10px 25px 10px;
  }
  ul.linuup_list > li .text_box .name {
    font-size: 1.3rem;
  }
  ul.linuup_list > li .text_box .btn {
    width: 90%;
    bottom: 5px;
  }
  ul.linuup_list > li .text_box .logo {
    position: absolute;
    right: 10px;
    top: -12px;
    background-color: #fff;
  }
  ul.linuup_list > li .text_box .logo img {
    width: auto;
    height: 10px;
    padding: 0 5px;
  }
  ul.linuup_list > li .text_box .logo .logo_orf {
    width: auto;
    height: 28px;
    padding: 0;
  }
}
ul.linuup_list::before {
  content: "";
  display: block;
  width: 24.2%;
  order: 1;
}
ul.linuup_list::after {
  content: "";
  display: block;
  width: 24.2%;
}

ul.linuup_new_list > li {
  background: linear-gradient(#ececec, #fff);
  border: 1px solid #ededed;
  box-sizing: border-box;
}
ul.linuup_new_list > li .text_box {
  min-height: 185px;
  padding: 20px 25px 70px 30px;
  background-color: inherit;
}
ul.linuup_new_list > li .text_box .name {
  height: auto !important;
}
ul.linuup_new_list > li ul.btn_list_s li a {
  background-color: #333333;
  background-image: url(../../img/arrow_03.png);
  color: #fff;
}
@media all and (max-width: 1000px) {
  ul.linuup_new_list > li .text_box {
    padding: 20px 10px 70px 10px;
  }
}

ul.linuup_list_white > li {
  background-color: #fff;
}
ul.linuup_list_white > li .text_box {
  background-color: #fff;
}

.ln_logo01 {
  width: 490px;
  height: auto;
}

.ln_logo02 {
  width: 490px;
  height: auto;
}

.ln_logo03 {
  width: 446px;
  height: auto;
}

.lineup_h3_green,
.lineup_h3_blue1,
.lineup_h3_blue2,
.lineup_h3_orange,
.lineup_h3_red,
.lineup_h3_purple,
.lineup_h3_yel {
  position: relative;
  background-color: #333333;
  border-top: 5px solid #315a43;
  border-bottom: 5px solid #315a43;
  box-sizing: border-box;
  padding: 10px 0 10px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.lineup_h3_green .no,
.lineup_h3_blue1 .no,
.lineup_h3_blue2 .no,
.lineup_h3_orange .no,
.lineup_h3_red .no,
.lineup_h3_purple .no,
.lineup_h3_yel .no {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Zurich BT", sans-serif;
  transform-origin: center center;
  transform: scale(1.2, 1);
  padding: 0 7px 0 5px;
  height: 100%;
  box-sizing: border-box;
  background-color: #315a43;
}
.lineup_h3_green .no span,
.lineup_h3_blue1 .no span,
.lineup_h3_blue2 .no span,
.lineup_h3_orange .no span,
.lineup_h3_red .no span,
.lineup_h3_purple .no span,
.lineup_h3_yel .no span {
  position: relative;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
}

.lineup_h3_blue1 {
  background-color: #00acdc;
  border-top: 5px solid #0083a8;
  border-bottom: 5px solid #0083a8;
}

.lineup_h3_blue2 {
  background-color: #3057a6;
  border-top: 5px solid #20438b;
  border-bottom: 5px solid #20438b;
}

.lineup_h3_orange {
  background-color: #f6ab00;
  border-top: 5px solid #ce930d;
  border-bottom: 5px solid #ce930d;
}

.lineup_h3_yel {
  background-color: #f5e71f;
  border-top: 5px solid #ceb40d;
  border-bottom: 5px solid #ceb40d;
  color:#000;
}


.lineup_h3_red {
  background-color: #e60012;
  border-top: 5px solid #a21d27;
  border-bottom: 5px solid #a21d27;
}

.lineup_h3_purple {
  background-color: #a9368e;
  border-top: 5px solid #86206e;
  border-bottom: 5px solid #86206e;
}

.lineup_bg_gray_box {
  padding: 60px 0 20px;
  background-color: rgba(216, 216, 216, 0.4);
}

.lineup_h3_green_left {
  text-align: left;
  border-left: 5px solid #315a43;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 45px;
}

.lineup_h3_green_text {
  color: #333333;
  background-color: #fff;
  border: 3px solid #315a43;
  border-top: none;
  padding: 8px 17px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.lineup_h3_green_line {
  text-align: center;
  align-items: center;
  line-height: 120%;
  margin: 50px 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.lineup_h3_green_line span {
  width: 100%;
}
.lineup_h3_green_line span:nth-child(2) {
  width: 30%;
  padding: 0 40px;
  font-size: 2.2rem;
  color: #333333;
  font-weight: 700;
  white-space: nowrap;
  word-break: keep-all;
	line-height:1.5;
}
.lineup_h3_green_line span:nth-child(1), .lineup_h3_green_line span:nth-child(3) {
  position: relative;
}
.lineup_h3_green_line span:nth-child(1):before, .lineup_h3_green_line span:nth-child(3):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333333;
}
.lineup_h3_green_line span:nth-child(1):after, .lineup_h3_green_line span:nth-child(3):after {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  line-height: 6px;
  border-radius: 50%;
  background-color: #333333;
}
.lineup_h3_green_line span:nth-child(1):after {
  left: auto;
  right: 0;
}

.lineup_new_line_bg {
  border-top: 7px solid #2f2f2f;
}

.lineup_oasis_line_bg {
  border-top: 10px solid #333333;
  background: linear-gradient(to bottom, #e6f3ec, #FFF);
}
.lineup_fl_line_bg {
  border-top: 7px solid #7dbd07;
  background: linear-gradient(to bottom, #f3f8e4, #FFF);
}

.lineup_ogs_line_bg {
  border-top: 7px solid #197abf;
  background: linear-gradient(to bottom, #e8f1f8, #FFF);
}

/* lineup */
/* lu01_brick */
.h1_box_lu01_brick {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/lu01_brick_main.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  margin-bottom: 70px;
  box-sizing: border-box;
  padding-left: 0px;
}
.h1_box_lu01_brick .text {
  text-align: center;
  padding-top: 33px;
}
.h1_box_lu01_brick .logo2 {
  padding-bottom: 28px;
}
.h1_box_lu01_brick .logo2 img {
  width: 270px;
  height: auto;
}
.h1_box_lu01_brick .logo3 {
  padding-bottom: 18px;
}
.h1_box_lu01_brick .logo3 img {
  width: 110px;
  height: auto;
}
@media all and (max-width: 1000px) {
  .h1_box_lu01_brick {
    background-position: left -120px center;
  }
  .h1_box_lu01_brick .text {
    padding-left: 100px;
  }
  .h1_box_lu01_brick .logo2 img {
    width: 220px;
  }
}
.h1_box_lu01_brick h1 {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 22px;
  border-top: 1px solid #000;
}
.h1_box_lu01_brick p {
  font-size: 1.6rem;
}
.h1_box_lu01_brick .logo {
  position: absolute;
  right: 30px;
  top: 25px;
}
.h1_box_lu01_brick .logo img {
  width: 135px;
  height: auto;
}

.h1_box_lu01_brick_bg {
  background-image: url(../../img/lu01_brick_main2.jpg);
}

.h1_box_lu02_bouquet {
  background-image: url(../../img/lu02_bouquet_main.jpg);
}

.h1_box_lu02_opera {
  background-image: url(../../img/lu02_opera_main.jpg);
}

.h1_box_lu03_heart {
  background-image: url(../../img/lu03_heart_main.jpg);
}

.h1_box_lu04_lease_ring {
  background-image: url(../../img/lu04_lease_ring_main.jpg);
}

.h1_box_lu05_nobase {
  background-image: url(../../img/lu05_nobase_main.jpg);
}

.h1_box_lu06_tableuse {
  background-image: url(../../img/lu06_tableuse_main.jpg);
}

.h1_box_lu07_cage {
  background-image: url(../../img/lu07_cage_main.jpg);
}

.h1_box_lu08_rainbow {
  background-image: url(../../img/lu08_rainbow_main.jpg);
}

.h1_box_lu09_dry {
  background-image: url(../../img/lu09_dry_main.jpg);
}

.h1_box_lu10_glue {
  background-image: url(../../img/lu10_glue_main.jpg);
}

.h1_box_lu11_tape {
  background-image: url(../../img/lu11_tape_main.jpg);
}

.h1_box_lu12_tool {
  background-image: url(../../img/lu12_tool_main.jpg);
}

.h1_box_lu13_decoration {
  background-image: url(../../img/lu13_decoration_main.jpg);
}

.h1_box_lu17_spray {
  background-image: url(../../img/lu17_spray_main.jpg);
}
.h1_box_spray_movie {
  background-image: url(../../img/spray_mivie_01.jpg);
}

.lu01_brick_logo1 {
  position: absolute;
  right: 45px;
  top: 50px;
  display: inline-block;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f4f4f4;
  text-align: center;
}
.lu01_brick_logo1 img {
  width: 70px;
  height: auto;
}

ul.lu01_brick_maxlife_r3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.lu01_brick_maxlife_r3 li .top {
  border-bottom: 1px solid #c1c1c1;
}
ul.lu01_brick_maxlife_r3 li .tag {
  width: 100%;
  height: 30px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  box-sizing: border-box;
  background-image: url(../../img/lu01_brick_pic02_bg1.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
ul.lu01_brick_maxlife_r3 li .title {
  text-align: center;
  padding: 16px 0 18px;
}
ul.lu01_brick_maxlife_r3 li .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.lu01_brick_maxlife_r3 li .bottom > div {
  width: 50%;
  box-sizing: border-box;
}
ul.lu01_brick_maxlife_r3 li .bottom > div .img {
  line-height: 0;
  text-align: center;
  padding: 20px 0 20px;
}
ul.lu01_brick_maxlife_r3 li .bottom > div .name {
  width: 100%;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
ul.lu01_brick_maxlife_r3 li .bottom > div .name span {
  display: block;
}
ul.lu01_brick_maxlife_r3 li .bottom > div .name .en {
  font-family: "Zurich BT", sans-serif;
  transform-origin: center center;
  transform: scale(1.2, 1);
  font-size: 1.4rem;
  font-weight: 500;
}
ul.lu01_brick_maxlife_r3 li .bottom > div .name .jp {
  font-size: 1rem;
}
ul.lu01_brick_maxlife_r3 li .bottom > div p {
  padding: 8px 0;
}
ul.lu01_brick_maxlife_r3 li .bottom > div .text_bottom {
  display: inline-block;
  background-color: #999;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 5px 18px 7px;
  margin-left: 5px;
}
ul.lu01_brick_maxlife_r3 li .bottom > div:nth-child(2) .name {
  background-color: #fff;
  color: #333;
}
ul.lu01_brick_maxlife_r3 li.black {
  width: 39.4%;
}
ul.lu01_brick_maxlife_r3 li.red {
  width: 39.4%;
}
ul.lu01_brick_maxlife_r3 li.red .tag {
  background-image: none;
  background-color: #e7353d;
}
ul.lu01_brick_maxlife_r3 li.red .title {
  color: #e7353d;
}
ul.lu01_brick_maxlife_r3 li.red .bottom > div .name {
  background-color: #e7353d;
  border: 1px solid #e7353d;
}
ul.lu01_brick_maxlife_r3 li.red .bottom > div .name_g {
  background-color: #333333 !important;
  border: 1px solid #333333 !important;
}
ul.lu01_brick_maxlife_r3 li.red .bottom > div:nth-child(2) .name {
  background-color: #fff;
  color: #e7353d;
}
ul.lu01_brick_maxlife_r3 li.green {
  width: 19.2%;
}
ul.lu01_brick_maxlife_r3 li.green .tag {
  background-image: url(../../img/lu01_brick_pic02_bg2.jpg);
  background-position: right center;
  background-color: #60aa31;
}
ul.lu01_brick_maxlife_r3 li.green .title {
  color: #60aa31;
}
ul.lu01_brick_maxlife_r3 li.green .bottom > div {
  width: 100%;
}
ul.lu01_brick_maxlife_r3 li.green .bottom > div .name {
  background-color: #60aa31;
  border: 1px solid #60aa31;
}

.lu01_brick_val_top {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: 50px 10px 10px;
  box-sizing: border-box;
}
.lu01_brick_val_top > div {
  padding: 0 10px;
  white-space: nowrap;
}
.lu01_brick_val_top > div img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.lu01_brick_val_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 40px 40px;
  box-sizing: border-box;
}
.lu01_brick_val_bottom li {
  text-align: center;
}
.lu01_brick_val_bottom li img {
  max-width: 100%;
  height: auto;
}

.lu01_brick_val_labelbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.lu01_brick_val_labelbox li {
  width: 49.5%;
  background-color: #f4f6f5;
  text-align: center;
}
.lu01_brick_val_labelbox li img {
  max-width: 100%;
  height: auto;
}
.lu01_brick_val_labelbox li .title {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  background-color: #929292;
  padding: 14px 0;
}
.lu01_brick_val_labelbox li .title::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -20px;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #929292;
}
.lu01_brick_val_labelbox li .left {
  padding: 60px 10px 0px;
  box-sizing: border-box;
}
.lu01_brick_val_labelbox li .left p {
  padding: 10px 0 0;
}
.lu01_brick_val_labelbox li .right {
  padding: 30px 10px 30px;
  box-sizing: border-box;
}

ul.linuup_list_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.linuup_list_detail > li {
  width: 32.8%;
  background-color: #eee;
  margin-bottom: 10px;
}
ul.linuup_list_detail > li .img {
  position: relative;
  line-height: 0;
  text-align: center;
  background: linear-gradient(to bottom, #ededed, #FFF);
  border: 1px solid #edeeee;
  min-height: 186px;
}
ul.linuup_list_detail > li .img > img {
  position: absolute;
  max-height: 186px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 20px;
  box-sizing: border-box;
}
ul.linuup_list_detail > li .img .logo {
  position: absolute;
  width: 70px;
  right: 10px;
  top: 10px;
}
ul.linuup_list_detail > li .img .logo img {
  max-width: 100%;
  height: auto;
  padding: 0;
}
ul.linuup_list_detail > li .img .logo_lu02_bouquet_01 {
  position: absolute;
  width: 70px;
  right: 10px;
  top: 35px;
}
ul.linuup_list_detail > li .img .logo_lu02_bouquet_01 img {
  width: 100%;
  height: auto;
  padding: 0;
}
ul.linuup_list_detail > li .img .logo_lu02_bouquet_02 {
  position: absolute;
  width: 55px;
  right: 10px;
  top: 95px;
}
ul.linuup_list_detail > li .img .logo_lu02_bouquet_02 img {
  width: 100%;
  height: auto;
  padding: 0;
}
ul.linuup_list_detail > li .text_box {
  position: relative;
  width: 100%;
  padding: 30px 30px 40px;
  box-sizing: border-box;
}
ul.linuup_list_detail > li .text_box .border {
  width: 100%;
  padding-top: 17px;
  margin-top: 17px;
  border-top: 1px solid #d4d4d4;
}
ul.linuup_list_detail > li .text_box .borderbottom {
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid #d4d4d4;
}
ul.linuup_list_detail > li .text_box .name {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 6px;
}
ul.linuup_list_detail > li .text_box .name2 {
  padding-bottom: 10px;
  line-height: 120%;
  font-size: 1.6rem;
  font-weight: 700;
}
ul.linuup_list_detail > li .text_box .name2 span {
  color: #333333;
  font-size: 1.6rem;
}
ul.linuup_list_detail > li .text_box ul.tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
ul.linuup_list_detail > li .text_box ul.tag > li {
  padding: 3px 10px 5px;
  margin-right: 5px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #000;
  border-radius: 12px;
}
ul.linuup_list_detail > li .text_box ul.tag > li.tag2 {
  background-color: #999;
}
ul.linuup_list_detail > li .text_box ul.tag > li.tag3 {
  background-color: #e7353d;
}
ul.linuup_list_detail > li .text_box ul.tag > li.tag4 {
  background-color: #60aa31;
}
ul.linuup_list_detail > li .text_box .btn_list_s li {
  margin-bottom: 5px;
}
ul.linuup_list_detail > li .text_box .btn_list_s li:last-child {
  margin-bottom: 0;
}
ul.linuup_list_detail > li.orange {
  background: none;
  background-color: #f1e9df !important;
}
ul.linuup_list_detail > li.orange .img {
  background-color: #eedfcc !important;
}
ul.linuup_list_detail > li table.tb1 {
  width: 100%;
  border-collapse: collapse;
}
ul.linuup_list_detail > li table.tb1 th {
  white-space: nowrap;
  width: 65px;
}
ul.linuup_list_detail > li table.tb1 th,
ul.linuup_list_detail > li table.tb1 td {
  line-height: 150%;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: top;
}
ul.linuup_list_detail::after {
  content: "";
  display: block;
  width: 32.8%;
}

ul.btn_list_s_slide li > div {
  display: none;
}
ul.btn_list_s_slide li a {
  background-image: url(../../img/arrow_01.png);
  background-position: right 20px top 15px;
  background-size: 9px auto;
}
ul.btn_list_s_slide li a:hover {
  background-position: right 20px top 17px;
}
ul.btn_list_s_slide li.sp_icon_r a {
  background-image: url(../../img/arrow_03_black.png);
  background-position: right 22px top 12px;
  background-size: 4px auto;
}
ul.btn_list_s_slide li.sp_icon_r a:hover {
  background-position: right 19px top 12px;
}
ul.btn_list_s_slide li table td {
  padding: 2px 4px;
  font-size: 1.2rem;
  background-color: #fff;
}

ul.linuup_list_detail_l > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
ul.linuup_list_detail_l > li .img {
  position: relative;
  width: 33%;
  height: 100%;
  border: none;
}
ul.linuup_list_detail_l > li .img img {
  max-height: none;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
ul.linuup_list_detail_l > li .text_box {
  width: 67%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 30px 40px;
}
ul.linuup_list_detail_l > li .text_box > div {
  width: 100%;
}
ul.linuup_list_detail_l > li .text_box .border {
  width: 48%;
}

li.linuup_list_detail_l {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
li.linuup_list_detail_l .img {
  position: relative;
  width: 33% !important;
  height: 100%;
  border: none;
}
li.linuup_list_detail_l .img img {
  max-height: none !important;
  max-width: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
li.linuup_list_detail_l .text_box {
  width: 67% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 30px 40px;
}
li.linuup_list_detail_l .text_box > div {
  width: 100% !important;
}
li.linuup_list_detail_l .text_box .border {
  width: 48% !important;
}

ul.linuup_list_detail_lu01_brick > li .img {
  background: none;
  background-color: #e3e5e1 !important;
}
ul.linuup_list_detail_lu01_brick > li .img img {
  max-width: 100%;
  height: auto;
}

ul.linuup_list_detail_lu01_brick_l > li {
  display: block;
  background-color: #fff;
}
ul.linuup_list_detail_lu01_brick_l > li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
}
ul.linuup_list_detail_lu01_brick_l > li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
ul.linuup_list_detail_lu01_brick_l > li .text_box {
  display: block !important;
}
ul.linuup_list_detail_lu01_brick_l > li .text_box .title {
  font-size: 2.4rem;
  color: #333333;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.5px;
  padding-bottom: 10px;
}
ul.linuup_list_detail_lu01_brick_l > li .text_box ul.disc {
  margin-bottom: 15px;
}
ul.linuup_list_detail_lu01_brick_l > li .text_box ul.disc li {
  font-size: 2.4rem;
  color: #333333;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.5px;
  margin: 0;
}
ul.linuup_list_detail_lu01_brick_l > li .text_box ul.disc li:before {
  font-size: 4.5rem;
  top: 7px;
  left: -23px;
}
ul.linuup_list_detail_lu01_brick_l > li .text_box .btn {
  display: block;
  width: 250px;
  background-color: #333333;
  padding: 10px 10px 10px 15px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  background-image: url(../../img/arrow_03.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 4px auto;
  margin-top: 15px;
}
ul.linuup_list_detail_lu01_brick_l > li .img {
  position: relative;
  background: none;
/*   background-color: #e3e5e1 !important; */
	background-color:#589d92 !important;
  height: 100%;
}
ul.linuup_list_detail_lu01_brick_l > li .img .logo1 {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 160px;
}
ul.linuup_list_detail_lu01_brick_l > li .img .logo1 img {
  width: 100%;
  height: auto;
}
ul.linuup_list_detail_lu01_brick_l > li .img .logo2 {
  position: absolute;
  bottom: 40px;
  right: 10px;
  width: 160px;
}
ul.linuup_list_detail_lu01_brick_l > li .img .logo2 img {
  width: 100%;
  height: auto;
}

ul.linuup_list_detail_blue1 > li {
  background-color: #e4f6f9;
}
ul.linuup_list_detail_blue1 > li .img {
  background: none;
  background-color: #b6dce5 !important;
  border: none;
}
ul.linuup_list_detail_blue1 > li .text_box .name,
ul.linuup_list_detail_blue1 > li .text_box .name2 {
  color: #00acdc;
}
ul.linuup_list_detail_blue1 > li .text_box .name span,
ul.linuup_list_detail_blue1 > li .text_box .name2 span {
  color: #00acdc;
}
ul.linuup_list_detail_blue1 > li .text_box .name {
  font-size: 1.8rem;
}
ul.linuup_list_detail_blue1 > li .text_box .name2 {
  color: #000;
}
ul.linuup_list_detail_blue1 > li .text_box p {
  font-size: 1.4rem;
}

ul.linuup_list_detail_blue2 > li {
  background-color: #eef3fb;
}
ul.linuup_list_detail_blue2 > li .img {
  background: none;
  background-color: #d4e0f3 !important;
  border: none;
}
ul.linuup_list_detail_blue2 > li .text_box .name,
ul.linuup_list_detail_blue2 > li .text_box .name2 {
  color: #3057a6;
}
ul.linuup_list_detail_blue2 > li .text_box .name span,
ul.linuup_list_detail_blue2 > li .text_box .name2 span {
  color: #3057a6;
}
ul.linuup_list_detail_blue2 > li .text_box .name {
  font-size: 1.8rem;
}
ul.linuup_list_detail_blue2 > li .text_box .name2 {
  color: #000;
}
ul.linuup_list_detail_blue2 > li .text_box p {
  font-size: 1.4rem;
}
ul.linuup_list_detail_blue2 > li .text_box ul.tag > li {
  background-color: #2c58a7;
}

ul.linuup_list_detail_orange > li {
  background-color: #fff6e3;
}
ul.linuup_list_detail_orange > li .img {
  background: none;
  background-color: #f9eacb !important;
  border: none;
}
ul.linuup_list_detail_orange > li .text_box .name,
ul.linuup_list_detail_orange > li .text_box .name2 {
  color: #f6ab00;
}
ul.linuup_list_detail_orange > li .text_box .name span,
ul.linuup_list_detail_orange > li .text_box .name2 span {
  color: #f6ab00;
}
ul.linuup_list_detail_orange > li .text_box .name {
  font-size: 1.8rem;
}
ul.linuup_list_detail_orange > li .text_box .name2 {
  color: #000;
}
ul.linuup_list_detail_orange > li .text_box p {
  font-size: 1.4rem;
}



ul.linuup_list_detail_yel > li {
  background-color: #f9f8e4;
}
ul.linuup_list_detail_yel > li .img {
  background: none;
  background-color: #f9f2cb !important;
  border: none;
}
ul.linuup_list_detail_yel > li .text_box .name,
ul.linuup_list_detail_yel > li .text_box .name2 {
  color: #ceb40d
}
ul.linuup_list_detail_yel > li .text_box .name span,
ul.linuup_list_detail_yel > li .text_box .name2 span {
  color: #ceb40d;
}
ul.linuup_list_detail_yel > li .text_box .name {
  font-size: 1.8rem;
}
ul.linuup_list_detail_yel > li .text_box .name2 {
  color: #000;
}
ul.linuup_list_detail_yel > li .text_box p {
  font-size: 1.4rem;
}











ul.linuup_list_detail_orange > li .text_box ul.tag > li {
  background-color: #f6ab00;
}

ul.linuup_list_detail_red > li {
  background-color: #ffeeef;
}
ul.linuup_list_detail_red > li .img {
  background: none;
  background-color: #f6d3d5 !important;
  border: none;
}
ul.linuup_list_detail_red > li .text_box .name,
ul.linuup_list_detail_red > li .text_box .name2 {
  color: #e60012;
}
ul.linuup_list_detail_red > li .text_box .name span,
ul.linuup_list_detail_red > li .text_box .name2 span {
  color: #e60012;
}
ul.linuup_list_detail_red > li .text_box .name {
  font-size: 1.8rem;
}
ul.linuup_list_detail_red > li .text_box .name2 {
  color: #000;
}
ul.linuup_list_detail_red > li .text_box p {
  font-size: 1.4rem;
}
ul.linuup_list_detail_red > li .text_box ul.tag > li {
  background-color: #e60012;
}

ul.linuup_list_detail_purple > li {
  background-color: #f2e5ef;
}
ul.linuup_list_detail_purple > li .img {
  background: none;
  background-color: #e0c5da !important;
  border: none;
}
ul.linuup_list_detail_purple > li .text_box .name,
ul.linuup_list_detail_purple > li .text_box .name2 {
  color: #a9368e;
}
ul.linuup_list_detail_purple > li .text_box .name span,
ul.linuup_list_detail_purple > li .text_box .name2 span {
  color: #a9368e;
}
ul.linuup_list_detail_purple > li .text_box .name {
  font-size: 1.8rem;
}
ul.linuup_list_detail_purple > li .text_box .name2 {
  color: #000;
}
ul.linuup_list_detail_purple > li .text_box p {
  font-size: 1.4rem;
}
ul.linuup_list_detail_purple > li .text_box ul.tag > li {
  background-color: #a9368e;
}

.lu01_brick_bnr_box {
  width: 100%;
  height: 564px;
  padding: 40px 20px;
  box-sizing: border-box;
  border-top: 10px solid #000;
  background-color: #f5f6f8;
  background-image: url(../../img/lu01_brick_bottom_bg01.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.lu01_brick_bnr_box .box {
  position: absolute;
  top: 70px;
  right: 75px;
}
.lu01_brick_bnr_box h2 {
  text-align: left;
  font-size: 3.2rem;
  font-weight: 900;
  padding-left: 0px;
  padding-bottom: 30px;
}
.lu01_brick_bnr_box ul li {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.lu01_brick_bnr_box ul li img {
  max-width: 100%;
  height: auto;
}
.lu01_brick_bnr_box ul li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

/* lu01_brick */
/* FloraLife */
.h1_box_floralife {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/floralife_main.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  margin-bottom: 70px;
  box-sizing: border-box;
  text-align: center;
}
.h1_box_floralife h1 {
  padding-top: 58px;
  padding-bottom: 10px;
}
.h1_box_floralife h1 img {
  width: 400px;
  height: auto;
}
.h1_box_floralife p {
  font-size: 1.6rem;
}
.h1_box_floralife .logo {
  position: absolute;
  right: 30px;
  top: 25px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.h1_box_floralife .logo img {
  width: 135px;
  height: auto;
}
@media all and (max-width: 1200px) {
  .h1_box_floralife .text_box {
    position: absolute;
    right: 50px;
  }
}
@media all and (max-width: 900px) {
  .h1_box_floralife {
    background-position: left -120px center;
  }
  .h1_box_floralife .text_box {
    right: 20px;
  }
}

.label_floralife {
  position: absolute;
  left: 2px;
  top: -45px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #8fc31f;
  border-radius: 15px;
  padding: 8px 12px 6px;
  box-sizing: border-box;
}
.label_floralife img {
  width: auto;
  height: 11.5px;
}
.label_floralife:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -7px;
  border-top: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #8fc31f;
}

.floralife_box01_01 {
  position: relative;
  width: 100%;
  height: 313px;
  padding: 100px 30px 30px 80px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  background-color: #f8f9f9;
  background-image: url(../../img/floralife_pic01_02.jpg);
  background-repeat: no-repeat;
  background-position: right center;
}
.floralife_box01_01 .box {
  position: relative;
}
.floralife_box01_01 .title {
  color: #8fc31f;
  font-size: 2.2rem;
  padding-bottom: 20px;
}
.floralife_box01_01 p {
  width: 570px;
  line-height: 150%;
  padding-bottom: 20px;
}
@media all and (max-width: 1100px) {
  .floralife_box01_01 {
    padding: 90px 15px 30px 30px;
    background-position: right -100px center;
  }
}
@media all and (max-width: 900px) {
  .floralife_box01_01 {
    padding: 90px 15px 30px 30px;
    background-position: right -160px center;
  }
  .floralife_box01_01 p {
    width: 400px;
  }
  .floralife_box01_01 .img2 {
    width: 400px;
  }
  .floralife_box01_01 .img2 img {
    width: 100%;
    height: auto;
  }
}

.floralife_box01_02 {
  position: relative;
  width: 100%;
  padding: 40px 30px 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #f1f8e1;
  background-position: left center;
}
.floralife_box01_02 .box ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.floralife_box01_02 .box ul li {
  width: 32%;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media all and (max-width: 1000px) {
  .floralife_box01_02 .box ul li {
    width: 48.5%;
  }
}
.floralife_box01_02 .box ul li a {
  display: block;
  width: 100%;
}
.floralife_box01_02 .box ul li a .title {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 0 15px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  background-color: #00addc;
}
.floralife_box01_02 .box ul li a .title:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -18px;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #00addc;
}
.floralife_box01_02 .box ul li a .text_box {
  border-bottom: 1px solid #00addc;
  padding: 10px 5px 0;
  box-sizing: border-box;
}
.floralife_box01_02 .box ul li a .text_box p {
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
}
.floralife_box01_02 .box ul li a .text_box .img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.floralife_box01_02 .box ul li a .text_box .img img {
  max-width: 100%;
  height: auto;
}
.floralife_box01_02 .box ul li a .link {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 5px 5px 7px;
  box-sizing: border-box;
  color: #00addc;
}
.floralife_box01_02 .box ul li a .link span {
  padding-right: 15px;
  background-image: url(../../img/arrow_01_blue.png);
  background-repeat: no-repeat;
  background-position: right top 7px;
  background-size: 9px auto;
}
.floralife_box01_02 .box ul li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.floralife_box01_02 .box ul li.l02 .title, .floralife_box01_02 .box ul li.l03 .title {
  background-color: #2c58a7;
}
.floralife_box01_02 .box ul li.l02 .title:before, .floralife_box01_02 .box ul li.l03 .title:before {
  border-left: 18px solid #2c58a7;
}
.floralife_box01_02 .box ul li.l02 .text_box, .floralife_box01_02 .box ul li.l03 .text_box {
  border-bottom: 1px solid #2c58a7;
}
.floralife_box01_02 .box ul li.l02 .link, .floralife_box01_02 .box ul li.l03 .link {
  color: #2c58a7;
}
.floralife_box01_02 .box ul li.l02 .link span, .floralife_box01_02 .box ul li.l03 .link span {
  background-image: url(../../img/arrow_01_blue2.png);
}
.floralife_box01_02 .box ul li.l04 .title {
  background-color: #f6ab00;
}
.floralife_box01_02 .box ul li.l04 .title:before {
  border-left: 18px solid #f6ab00;
}
.floralife_box01_02 .box ul li.l04 .text_box {
  border-bottom: 1px solid #f6ab00;
}
.floralife_box01_02 .box ul li.l04 .link {
  color: #f6ab00;
}
.floralife_box01_02 .box ul li.l04 .link span {
  background-image: url(../../img/arrow_01_orange.png);
}
.floralife_box01_02 .box ul li.l05 .title {
  background-color: #a9368f;
}
.floralife_box01_02 .box ul li.l05 .title:before {
  border-left: 18px solid #a9368f;
}
.floralife_box01_02 .box ul li.l05 .text_box {
  border-bottom: 1px solid #a9368f;
}
.floralife_box01_02 .box ul li.l05 .link {
  color: #a9368f;
}
.floralife_box01_02 .box ul li.l05 .link span {
  background-image: url(../../img/arrow_01_purple.png);
}
.floralife_box01_02 .box ul li.l06 .title {
  background-color: #e60012;
}
.floralife_box01_02 .box ul li.l06 .title:before {
  border-left: 18px solid #e60012;
}
.floralife_box01_02 .box ul li.l06 .text_box {
  border-bottom: 1px solid #e60012;
}
.floralife_box01_02 .box ul li.l06 .link {
  color: #e60012;
}
.floralife_box01_02 .box ul li.l06 .link span {
  background-image: url(../../img/arrow_01_red.png);
}
.floralife_box01_02 .box ul::after {
  content: "";
  display: block;
  width: 32%;
}

.floralife_box01_03 {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #ccdcdb;
  background-image: url(../../img/floralife_pic01_04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.floralife_box01_03 .box {
  position: absolute;
  text-align: center;
  left: 140px;
  top: 75px;
}
.floralife_box01_03 .title {
  font-size: 2.4rem;
  padding-bottom: 22px;
}
.floralife_box01_03 p {
  line-height: 150%;
}
@media all and (max-width: 900px) {
  .floralife_box01_03 {
    background-position: left -100px center;
  }
  .floralife_box01_03 .box {
    left: 150px;
  }
}

ul.floralife_box01_04 li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 23px;
  padding-top: 10px;
  border-top: 1px solid #d8d8d8;
}
ul.floralife_box01_04 li p {
  width: calc(100% - 300px);
  padding-top: 10px;
}
ul.floralife_box01_04 li p span {
  color: #00acdc;
}
ul.floralife_box01_04 li .img {
  width: 120px;
  text-align: right;
  position: relative;
  right: 0;
  padding-right: 30px;
}
ul.floralife_box01_04 li .flow {
  position: relative;
  display: block;
  white-space: nowrap;
  width: 108px;
  min-width: 108px;
  height: 17px;
  margin-right: 35px;
  padding: 12px 0 0;
  text-align: center;
  color: #fff;
  background-color: #9fa0a0;
}
ul.floralife_box01_04 li .flow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  border-top: 8px solid #9fa0a0;
  border-right: 27px solid #9fa0a0;
  border-bottom: 8px solid transparent;
  border-left: 27px solid transparent;
}
ul.floralife_box01_04 li .flow:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -16px;
  border-top: 8px solid #9fa0a0;
  border-right: 27px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 27px solid #9fa0a0;
}
ul.floralife_box01_04 li .flow2 {
  background-color: #727171;
}
ul.floralife_box01_04 li .flow2:before {
  border-top: 8px solid #727171;
  border-right: 27px solid #727171;
}
ul.floralife_box01_04 li .flow2:after {
  border-top: 8px solid #727171;
  border-left: 27px solid #727171;
}
ul.floralife_box01_04 li .flow3 {
  background-color: #4f4c4b;
}
ul.floralife_box01_04 li .flow3:before {
  border-top: 8px solid #4f4c4b;
  border-right: 27px solid #4f4c4b;
}
ul.floralife_box01_04 li .flow3:after {
  border-top: 8px solid #4f4c4b;
  border-left: 27px solid #4f4c4b;
}
ul.floralife_box01_04 li .flow4 {
  background-color: #2c58a7;
}
ul.floralife_box01_04 li .flow4:before {
  border-top: 8px solid #2c58a7;
  border-right: 27px solid #2c58a7;
}
ul.floralife_box01_04 li .flow4:after {
  border-top: 8px solid #2c58a7;
  border-left: 27px solid #2c58a7;
}
ul.floralife_box01_04 li .flow5 {
  background-color: #f6ab00;
}
ul.floralife_box01_04 li .flow5:before {
  border-top: 8px solid #f6ab00;
  border-right: 27px solid #f6ab00;
}
ul.floralife_box01_04 li .flow5:after {
  border-top: 8px solid #f6ab00;
  border-left: 27px solid #f6ab00;
}
ul.floralife_box01_04 li .flow6 {
  background-color: #e60012;
}
ul.floralife_box01_04 li .flow6:before {
  border-top: 8px solid #e60012;
  border-right: 27px solid #e60012;
}
ul.floralife_box01_04 li .flow6:after {
  border-top: 8px solid #e60012;
  border-left: 27px solid #e60012;
}

.floralife_blue_text {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  padding: 18px 0 20px;
  border-radius: 30px;
  background-color: #00acdc;
}
.floralife_blue_text:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -23px;
  margin: auto;
  border-top: 12px solid #00acdc;
  border-right: 10px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid transparent;
}

/* FloraLife */
/* florist */
.florist_datail_wrap .wp-block-media-text {
  padding: 0px 30px;
}

.florist_datail_wrap .wp-block-media-text__media {
  padding: 0px 10px;
  min-width: 70px;
}

.florist_datail_wrap .wp-block-media-text p {
  padding: 0px;
}

.florist_datail_wrap .wp-block-media-text .wp-block-media-text__content {
  padding: 0px !important;
}

@media screen and (max-width: 1023px) {
  .florist_datail_wrap .wp-block-image .alignleft,
.florist_datail_wrap .wp-block-image .alignright {
    float: none;
    margin: auto auto 20px !important;
  }
}
.h1_box_florist {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/florist_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_florist .box {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%);
}
.h1_box_florist h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.h1_box_florist .text {
  margin-top: 15px;
  padding-top: 15px;
  background-image: url(../../img/florist_main_line.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 2px;
}
.h1_box_florist .text .en {
  font-family: "Zurich BT", sans-serif;
  transform-origin: center center;
  transform: scale(1.2, 1);
  font-style: italic;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 15px;
}
.h1_box_florist .text p {
  font-size: 1.4rem;
  text-align: center;
  color: #aeaeae;
}

.florist_wrap ul.tab_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: baseline;
  border-bottom: 1px solid #d8d8d8;
}
.florist_wrap ul.tab_list li {
  position: relative;
  bottom: -1px;
  width: 24.5%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 15px 0 18px;
  color: #7e7e7e;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.08s ease-in 0s;
}
.florist_wrap ul.tab_list li.active, .florist_wrap ul.tab_list li:hover {
  border-top: 4px solid #333333;
  border-bottom: 1px solid #fff;
  color: #000;
  padding-top: 20px;
}
.florist_wrap ul.tab_list li:hover {
  color: #7e7e7e;
  border-bottom: 1px solid #d8d8d8;
}
.florist_wrap ul.tab_list li.active:hover {
  color: #000;
  border-bottom: 1px solid #fff;
}
.florist_wrap .tab {
  display: none;
  transition: all 0.08s ease-in 0s;
}
.florist_wrap .tab.active {
  display: block;
}
.florist_wrap .top_text {
  padding: 35px 0 40px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.florist_wrap .top_text p {
  text-align: center;
}

ul.florist_list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 30px;
}
ul.florist_list li {
  width: 24.2%;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
}
ul.florist_list li a {
  display: block;
}
ul.florist_list li a .img img {
  width: 100%;
  height: auto;
}
ul.florist_list li a .text_box {
  padding: 15px 20px 25px;
  box-sizing: border-box;
}
ul.florist_list li a .text_box .name {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 120%;
}
ul.florist_list li a .text_box p {
  font-size: 1.2rem;
  padding-bottom: 15px;
}
@media all and (max-width: 900px) {
  ul.florist_list li a .text_box {
    padding: 15px 10px 15px;
  }
  ul.florist_list li a .text_box .name {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
  }
}
ul.florist_list li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
ul.florist_list::before {
  content: "";
  display: block;
  width: 24.2%;
  order: 1;
}
ul.florist_list::after {
  content: "";
  display: block;
  width: 24.2%;
}

.florist_bottom_bnr {
  position: relative;
  width: 100%;
  height: 326px;
  background-color: #edeeee;
  background-image: url(../../img/florist_pic_bg.jpg);
  background-repeat: no-repeat;
  background-position: left 25px center;
}
@media all and (max-width: 1100px) {
  .florist_bottom_bnr {
    background-position: left -100px center;
  }
}
@media all and (max-width: 1000px) {
  .florist_bottom_bnr {
    background-position: left -200px center;
  }
}
@media all and (max-width: 900px) {
  .florist_bottom_bnr {
    background-position: left -330px center;
  }
}
.florist_bottom_bnr .text_box {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.florist_bottom_bnr .text_box .en {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  position: relative;
  font-size: 2.1rem;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.florist_bottom_bnr .text_box .en span {
  position: relative;
  z-index: 2;
  background-color: #edeeee;
  padding-right: 10px;
}
.florist_bottom_bnr .text_box .en:before {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 0;
  width: 265px;
  height: 1px;
  background-color: #000;
}
.florist_bottom_bnr .text_box .logo_wrap {
  padding-bottom: 10px;
}
.florist_bottom_bnr .text_box .logo_wrap img {
  width: 310px;
  height: auto;
  padding-bottom: 10px;
}
.florist_bottom_bnr .text_box p {
  font-size: 1.5rem;
  padding-bottom: 15px;
}
.florist_bottom_bnr .text_box .btn_list_l {
  width: 310px;
}
.florist_bottom_bnr .text_box .btn_list_l a {
  padding: 10px 10px 10px 25px;
}

.florist_datail_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-top: 120px;
  margin-bottom: 60px;
}
.florist_datail_wrap .cnt {
  width: calc(100% - 285px);
  border: 1px solid #e4e4e4;
  border-top: 1px solid #000;
}
.florist_datail_wrap .cnt .wrap {
  padding: 38px 40px;
  box-sizing: border-box;
}
.florist_datail_wrap .cnt .date {
  color: #959595;
  font-size: 1.2rem;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.florist_datail_wrap .cnt .date img {
  display: inline-block;
  width: 56px;
  height: auto;
}
.florist_datail_wrap .cnt .date img.text_02 {
  width: auto;
  max-width: 126px;
  padding-right: 5px;
}
.florist_datail_wrap .cnt .date span {
  position: relative;
  padding-left: 15px;
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
}
.florist_datail_wrap .cnt .date span:before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 0;
  width: 1px;
  height: 14px;
  background-color: #959595;
}
.florist_datail_wrap .cnt .name {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 30px;
}
.florist_datail_wrap .cnt .name .l {
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}
.florist_datail_wrap .cnt .name .s {
  font-size: 1.5rem;
  line-height: 110%;
  padding-left: 10px;
}
@media all and (max-width: 1000px) {
  .florist_datail_wrap .cnt .name .l {
    font-size: 1.3rem;
  }
  .florist_datail_wrap .cnt .name .s {
    font-size: 2rem;
  }
}
.florist_datail_wrap .cnt .main_img {
  text-align: center;
}
.florist_datail_wrap .cnt .main_img img {
  max-width: 100%;
  height: auto;
}
.florist_datail_wrap .cnt h2 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 60px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  box-sizing: border-box;
  color: #333333;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 120%;
  padding: 0 20px 0 80px;
  vertical-align: middle;
  background-image: url(../../img/florist_icon_01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60px auto;
}
@media all and (max-width: 1000px) {
  .florist_datail_wrap .cnt h2 {
    font-size: 1.6rem;
    padding: 0 10px 0 70px;
  }
}
.florist_datail_wrap .cnt h3 {
  display: block;
  width: 100%;
  padding: 8px 38px 10px;
  box-sizing: border-box;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
}
.florist_datail_wrap .cnt .img {
  margin-top: 30px;
  text-align: center;
}
.florist_datail_wrap .cnt .img img {
  max-width: 100%;
  height: auto;
}
.florist_datail_wrap .cnt ul.img_2_text li,
.florist_datail_wrap .cnt ul.img_2_text_l li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.florist_datail_wrap .cnt ul.img_2_text li > div,
.florist_datail_wrap .cnt ul.img_2_text_l li > div {
  box-sizing: border-box;
}
.florist_datail_wrap .cnt ul.img_2_text li > div img,
.florist_datail_wrap .cnt ul.img_2_text_l li > div img {
  max-width: 100%;
  height: auto;
}
.florist_datail_wrap .cnt ul.img_2_text li > div .name,
.florist_datail_wrap .cnt ul.img_2_text_l li > div .name {
  font-size: 2.6rem;
  font-weight: 400;
  color: #333333;
}
.florist_datail_wrap .cnt ul.img_2_text li > div .name span,
.florist_datail_wrap .cnt ul.img_2_text_l li > div .name span {
  font-size: 1.3rem;
  padding-left: 10px;
}
.florist_datail_wrap .cnt ul.img_2_text li > div:first-child,
.florist_datail_wrap .cnt ul.img_2_text_l li > div:first-child {
  width: 25%;
}
.florist_datail_wrap .cnt ul.img_2_text li > div:last-child,
.florist_datail_wrap .cnt ul.img_2_text_l li > div:last-child {
  width: 75%;
  padding-left: 20px;
}
.florist_datail_wrap .cnt ul.img_2_text li:last-child,
.florist_datail_wrap .cnt ul.img_2_text_l li:last-child {
  margin-bottom: 0;
}
.florist_datail_wrap .cnt ul.img_2_text_l li > div:first-child {
  width: 45%;
}
.florist_datail_wrap .cnt ul.img_2_text_l li > div:last-child {
  width: 55%;
  padding-left: 35px;
}
.florist_datail_wrap .cnt ul.img_2_text_l li.rowreverse {
  flex-direction: row-reverse;
}
.florist_datail_wrap .cnt ul.img_2_text_l li.rowreverse > div:last-child {
  width: 55%;
  padding-left: 0;
  padding-right: 35px;
}
.florist_datail_wrap .side {
  width: 285px;
  border: 1px solid #e4e4e4;
  border-left: none;
  box-sizing: border-box;
}
.florist_datail_wrap .side h3 {
  width: 100%;
  padding: 20px 0 20px 12px;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
}
.florist_datail_wrap .side h3 span {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
}
.florist_datail_wrap .side ul.link {
  padding: 10px 15px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
}
.florist_datail_wrap .side ul.link li a {
  display: block;
  padding: 7px 0 10px 15px;
  box-sizing: border-box;
  color: #7e7e7e;
  font-size: 1.5rem;
  line-height: 100%;
  background-image: url(../../img/arrow_03_black.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4px auto;
}
.florist_datail_wrap .side ul.link li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.florist_datail_wrap .side ul.link li.black a {
  color: #000;
}
.florist_datail_wrap .side ul.articles li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.florist_datail_wrap .side ul.articles li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 15px;
  box-sizing: border-box;
}
.florist_datail_wrap .side ul.articles li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.florist_datail_wrap .side ul.articles li .img {
  width: 75px;
}
.florist_datail_wrap .side ul.articles li .img img {
  width: 100%;
  height: auto;
}
.florist_datail_wrap .side ul.articles li .text {
  width: calc(100% - 80px);
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.florist_datail_wrap .side ul.articles li .text .name {
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 5px;
}
.florist_datail_wrap .side ul.articles li .text .name span {
  display: block;
  font-size: 1.2rem;
  padding-top: 6px;
  padding-bottom: 6px;
}
.florist_datail_wrap .side ul.articles li .text .date {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  color: #959595;
  font-size: 1.1rem;
}
.florist_datail_wrap .florist_the_content {
  padding-bottom: 40px;
}
.florist_datail_wrap .florist_the_content h2 {
  margin-bottom: 38px;
  margin-top: 40px;
}
.florist_datail_wrap .florist_the_content p {
  padding: 0 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.florist_datail_wrap .florist_the_content .wp-block-image {
  padding: 0 0 0;
  margin: 0 auto;
  max-width: 783px;
}
.florist_datail_wrap .florist_the_content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 0 0;
}
.florist_datail_wrap .florist_the_content figcaption {
  line-height: 150%;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media all and (max-width: 900px) {
  .florist_datail_wrap .cnt {
    width: calc(100% - 240px);
  }
  .florist_datail_wrap .cnt .wrap {
    padding: 38px 20px;
  }
  .florist_datail_wrap .side {
    width: 240px;
  }
}

/* florist */
/* photocollection */
ul.photocollection_list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 30px;
}
ul.photocollection_list li {
  width: 24.2%;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
}
ul.photocollection_list li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}
ul.photocollection_list li a .img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
ul.photocollection_list li a .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
ul.photocollection_list li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
ul.photocollection_list::before {
  content: "";
  display: block;
  width: 24.2%;
  order: 1;
}
ul.photocollection_list::after {
  content: "";
  display: block;
  width: 24.2%;
}

/* photocollection */
/* pickup */
.pickup_bg_color {
  background-color: #f6f6f6;
}

.h1_box_pickup {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/pickup_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_pickup .box {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%);
}
.h1_box_pickup h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.h1_box_pickup .text {
  padding-top: 13px;
  color: #fff;
}
.h1_box_pickup .text p {
  font-size: 1.3rem;
  text-align: center;
}

.pickup_datail_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 120px 100px 30px;
  box-sizing: border-box;
}
.pickup_datail_wrap .cnt {
  width: calc(100% - 275px);
  padding-right: 60px;
  box-sizing: border-box;
}
.pickup_datail_wrap .cnt .wrap {
  margin-bottom: 60px;
}
.pickup_datail_wrap .cnt .date {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  color: #959595;
  font-size: 1.4rem;
  padding-bottom: 30px;
}
.pickup_datail_wrap .cnt .title {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 100%;
}
.pickup_datail_wrap .cnt .main_img {
  text-align: center;
}
.pickup_datail_wrap .cnt .main_img img {
  max-width: 100%;
  height: auto;
}
.pickup_datail_wrap .cnt .img {
  margin-bottom: 20px;
}
.pickup_datail_wrap .cnt .img img {
  max-width: 100%;
  height: auto;
}
.pickup_datail_wrap .cnt figcaption {
  color: #777;
  padding-top: 1px;
  margin-bottom: 25px;
  line-height: 130%;
}
.pickup_datail_wrap .cnt h2 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 60px;
}
.pickup_datail_wrap .cnt h3 {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 40px;
}
.pickup_datail_wrap .cnt h4 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 30px;
}
.pickup_datail_wrap .cnt ul {
  box-sizing: border-box;
}
.pickup_datail_wrap .cnt .border,
.pickup_datail_wrap .cnt .wp-block-separator {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #d8d8d8;
  border: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}
.pickup_datail_wrap .cnt p {
  margin-bottom: 20px;
}
.pickup_datail_wrap .cnt .youtube_wrap {
  margin-bottom: 20px;
}
.pickup_datail_wrap .cnt .btn {
  margin-bottom: 20px;
}
.pickup_datail_wrap .cnt .btn01_left {
  margin-bottom: 20px;
  padding: 0;
}
.pickup_datail_wrap .cnt .btn01_left a {
  display: block;
  text-decoration: none !important;
  padding: 12px 80px 12px;
}
.pickup_datail_wrap .cnt .btn01_left a:before {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../../img/arrow_02_black.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px auto;
  transition: all 0.12s ease-in 0s;
}
.pickup_datail_wrap .cnt .btn01_left a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.pickup_datail_wrap .cnt .btn01_left a:hover:before {
  right: 17px;
}
.pickup_datail_wrap .cnt .btn_store {
  padding: 0;
  transition: all 0.12s ease-in 0s;
}
.pickup_datail_wrap .cnt .btn_store a {
  display: block;
  padding: 16px 50px 16px 65px;
  color: #fff;
  text-decoration: none !important;
  font-family: "Zurich BT", sans-serif;
  transform-origin: center center;
  transform: scale(1.2, 1);
  font-size: 1.6rem;
  transition: all 0.12s ease-in 0s;
}
.pickup_datail_wrap .side {
  width: 275px;
  border-left: none;
  box-sizing: border-box;
}
.pickup_datail_wrap .side h3 {
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.pickup_datail_wrap .side h3 span {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
}
.pickup_datail_wrap .side ul.articles li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.pickup_datail_wrap .side ul.articles li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 0 20px 0;
  box-sizing: border-box;
}
.pickup_datail_wrap .side ul.articles li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.pickup_datail_wrap .side ul.articles li .img {
  width: 75px;
}
.pickup_datail_wrap .side ul.articles li .img img {
  width: 100%;
  height: auto;
}
.pickup_datail_wrap .side ul.articles li .text {
  width: calc(100% - 80px);
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
.pickup_datail_wrap .side ul.articles li .text .title {
  font-size: 1.6rem;
  line-height: 130%;
  padding-bottom: 5px;
}
.pickup_datail_wrap .side ul.articles li .text .date {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  color: #959595;
  font-size: 1.1rem;
}
@media all and (max-width: 1000px) {
  .pickup_datail_wrap {
    padding: 120px 20px 30px;
  }
  .pickup_datail_wrap .cnt {
    width: calc(100% - 230px);
    padding-right: 30px;
  }
  .pickup_datail_wrap .side {
    width: 230px;
  }
  .pickup_datail_wrap .side ul.articles li .text .title {
    font-size: 1.3rem;
  }
}

ul.before_after {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  margin-left: 0 !important;
  padding: 0 !important;
}
ul.before_after li {
  position: relative;
  width: 50%;
  padding: 0 !important;
}
ul.before_after li img {
  width: 100% !important;
  height: auto !important;
}
ul.before_after li:before, ul.before_after li:after {
  content: "before" !important;
  position: absolute !important;
  display: block !important;
  left: 24px !important;
  top: 14px !important;
  background-color: #a2a2a2;
  min-width: 40px;
  text-align: center;
  padding: 8px 15px;
  font-family: "Zurich BT", sans-serif;
  transform-origin: center center;
  transform: scale(1.2, 1);
  font-size: 1.5rem;
  color: #fff;
}
ul.before_after li:after {
  content: "after" !important;
  background-color: #d26487;
}
ul.before_after li:nth-child(1):after {
  display: none !important;
}
ul.before_after li:nth-child(2):before {
  display: none !important;
}

/* pickup */
/* business */
.h1_box_business {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/business_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_business .box {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%);
}
.h1_box_business h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.h1_box_business .text {
  padding-top: 13px;
}
.h1_box_business .text p {
  font-size: 1.3rem;
  text-align: center;
}

.business_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 85px 0 70px;
}
.business_wrap .cnt {
  width: 100%;
}
@media all and (max-width: 1100px) {
  .business_wrap .cnt {
    width: 100%;
    padding-right: 20px;
  }
}
@media all and (max-width: 900px) {
  .business_wrap .cnt {
    width: 100%;
    padding-right: 10px;
  }
}
@media all and (max-width: 1000px) {
  .business_wrap .cnt .btn01 {
    width: 100%;
  }
}
.business_wrap .box01 {
  position: relative;
  width: 100%;
  height: 180px;
  background-image: url(../../img/business_pic01.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  margin-bottom: 20px;
}
.business_wrap .box01 .text_box {
  position: absolute;
  width: 50%;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.business_wrap .box01 .text_box .en {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  font-size: 2.4rem;
  padding-bottom: 15px;
}
.business_wrap .box02 {
  background-color: #f6f6f6;
  padding: 30px 20px 40px;
  box-sizing: border-box;
}
.business_wrap .box02.b1 {
  border-top: 10px solid #333333;
}
.business_wrap .box02.b2 {
  border-top: 7px solid #7dbd07;
}
.business_wrap .box02.b3 {
  border-top: 7px solid #197abf;
}
.business_wrap .box02 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.business_wrap .box02 .list li {
  width: 70%;
  box-sizing: border-box;
}
.business_wrap .box02 .list li.img {
  width: 30%;
}
.business_wrap .box02 .list li.img img {
  width: 100%;
  height: auto;
}
.business_wrap .box02 .list li.text {
  padding: 0 15px 0 40px;
  display: flex;
  align-items: center;
}
.business_wrap .box02 .list li.text2 {
  padding: 0 30px 0 20px;
  display: flex;
  align-items: center;
}
.business_wrap .box02 .list li.text3 {
  padding: 10px 15px 20px 40px;
}
.business_wrap .box02 .list li p {
  text-align: justify;
}
.business_wrap .box02 .list li p sup,
.business_wrap .box02 .list li p sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
.business_wrap .box02 .list li p sup {
  bottom: 1ex;
}
.business_wrap .box02 .list li p sub {
  top: 0.5ex;
}
.business_wrap .box02 .list li .logo,
.business_wrap .box02 .list li .logo2 {
  padding-bottom: 5px;
}
.business_wrap .box02 .list li .logo img,
.business_wrap .box02 .list li .logo2 img {
  width: 120px;
  height: auto;
}
.business_wrap .box02 .list li .logo2 img {
  width: 160px;
}
@media all and (max-width: 900px) {
  .business_wrap .box02 .list {
    display: block;
  }
  .business_wrap .box02 .list li {
    width: 100%;
  }
  .business_wrap .box02 .list li.text, .business_wrap .box02 .list li.text2, .business_wrap .box02 .list li.text3 {
    padding: 20px 15px 30px 15px;
  }
}
.business_wrap .box02 .rev {
  flex-flow: row-reverse;
}
.business_wrap .box02 table.box02_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
  margin-bottom: 30px;
}
.business_wrap .box02 table.box02_table.pc {
  display: inline-table !important;
}
.business_wrap .box02 table.box02_table tr {
  border: 1px solid #ccc;
}
.business_wrap .box02 table.box02_table th {
  font-size: 1.3rem;
  color: #333333;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  padding: 11px 10px 11px 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #ccc;
}
.business_wrap .box02 table.box02_table th.title {
  font-size: 1.6rem;
  background-color: #efefef !important;
}
.business_wrap .box02 table.box02_table td {
  padding: 15px 10px 80px 0;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 200%;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #ccc;
  background-color: #efefef;
  background-image: url(../../img/business_pic04.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.business_wrap .box02 table.box02_table .bottom2 {
  background-image: url(../../img/business_pic05.jpg);
}
.business_wrap .box02 table.box02_table .bottom3 {
  background-image: url(../../img/business_pic06.jpg);
}
.business_wrap .box02 table.box02_table .bottom4 {
  background-image: url(../../img/business_pic08.jpg);
  padding: 15px 10px 110px 0;
}
.business_wrap .box02 table.box02_table .bottom5 {
  width: 36%;
  background-image: url(../../img/business_pic09.jpg);
}
.business_wrap .box02 table.box02_table .bottom6 {
  background-image: url(../../img/business_pic10.jpg);
}
@media all and (max-width: 900px) {
  .business_wrap .box02 table.box02_table td {
    padding-bottom: 45px;
  }
  .business_wrap .box02 table.box02_table .bottom4 {
    padding-bottom: 65px;
  }
}
.business_wrap .box02 .box3_box {
  padding: 30px 0 0;
  box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto;
}
.business_wrap .box02 .box3_box .logo {
  text-align: center;
}
.business_wrap .box02 .box3_box .logo img {
  width: 140px;
  height: auto;
}
.business_wrap .box02 .box3_box p {
  padding-bottom: 15px;
}
.business_wrap .box02 .box3_box .bottom_box3 {
  width: 100%;
  background-image: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 20px;
  border-top: none;
}
.business_wrap .box02 .box3_box .btn01 {
  width: 100%;
}
.business_wrap .side {
  width: 285px;
  border-left: none;
  box-sizing: border-box;
}
@media all and (max-width: 1100px) {
  .business_wrap .side {
    width: 265px;
  }
}
@media all and (max-width: 900px) {
  .business_wrap .side {
    width: 235px;
  }
}
.business_wrap .side h3 {
  width: 100%;
  padding: 0 0 15px 12px;
  box-sizing: border-box;
}
.business_wrap .side h3 span {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
}
.business_wrap .side ul.link {
  padding: 0 15px 20px;
  box-sizing: border-box;
}
.business_wrap .side ul.link li {
  position: relative;
  border: 1px solid #d8d8d8;
}
.business_wrap .side ul.link li a {
  position: relative;
  display: block;
  padding: 17px 0 17px 22px;
  border-left: 3px solid #fff;
  box-sizing: border-box;
  color: #7e7e7e;
  font-size: 1.5rem;
  line-height: 130%;
  transition: all 0.12s ease-in 0s;
}
.business_wrap .side ul.link li a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000;
  transition: all 0.12s ease-in 0s;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
@media all and (max-width: 900px) {
  .business_wrap .side ul.link li a {
    font-size: 1.2rem;
  }
}
.business_wrap .side ul.link li.on a, .business_wrap .side ul.link li:hover a {
  color: #000;
  border-left: 3px solid #000;
}
.business_wrap .side ul.link li.on a:before, .business_wrap .side ul.link li:hover a:before {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.business_wrap .side ul.link li + li {
  border-top: none;
}

/* business */
/* aboutus */
.h1_box_aboutus {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/aboutus_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_aboutus .box {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%);
}
.h1_box_aboutus h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.h1_box_aboutus p {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

/* aboutus */
/* history */
.h1_box_history {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/history_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_history .box {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%);
}
.h1_box_history h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.h1_box_history p {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

/* history */
/* worldwide */
.h1_box_worldwide {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/worldwide_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_worldwide .box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.h1_box_worldwide h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.h1_box_worldwide p {
  font-size: 1.3rem;
  text-align: center;
}
@media all and (max-width: 900px) {
  .h1_box_worldwide h1 {
    font-size: 3.2rem;
  }
}

/* worldwide */
/* company */
.h1_box_company {
  position: relative;
  width: 100%;
  height: 260px;
  /*background-image: url(../../img/florist_main.jpg);*/
  background-image: url(../../img/company_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_company .box {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.h1_box_company h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.h1_box_company .text {
  margin-top: 15px;
  padding-top: 15px;
  background-image: url(../../img/florist_main_line.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 2px;
}
.h1_box_company .text p {
  font-size: 1.4rem;
  text-align: center;
  color: #aeaeae;
}

table.table_company {
  width: 100%;
  border-collapse: collapse;
}
table.table_company tr {
  border-bottom: 1px solid #d8d8d8;
}
table.table_company th {
  width: 21%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  vertical-align: top;
  padding: 20px 5px 20px 30px;
  box-sizing: border-box;
  border-right: 1px solid #d8d8d8;
}
table.table_company td {
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: left;
  vertical-align: top;
}
table.table_company .col {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
table.table_company .col .text {
  width: calc(100% - 200px);
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
}
table.table_company .col .img {
  line-height: 0;
  text-align: right;
  width: 200px;
}
table.table_company .gmap_td {
  padding: 0;
}

/* company */
/* idealink */
.h1_box_idealink {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/idealink_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_idealink .box {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.h1_box_idealink h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.h1_box_idealink p {
  padding-top: 15px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}

.idealink_wrap .link_wrap {
  width: 100%;
  padding: 0 0 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.idealink_wrap ul.link {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.idealink_wrap ul.link li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 1.8%;
}
.idealink_wrap ul.link li span {
  position: relative;
  color: #767676;
  padding-left: 15px;
  cursor: pointer;
  transition: all 0.12s ease-in 0s;
}
.idealink_wrap ul.link li span:before {
  content: "";
  position: relative;
  display: block;
  left: -10px;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #767676;
  text-align: center;
  background-image: url(../../img/arrow_01_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px auto;
  transition: all 0.12s ease-in 0s;
}
.idealink_wrap ul.link li.active span, .idealink_wrap ul.link li:hover span {
  color: #000;
}
.idealink_wrap ul.link li.active span:before, .idealink_wrap ul.link li:hover span:before {
  top: 7px;
  background-color: #000;
}
.idealink_wrap ul.link li.active span:before {
  top: 5px;
}
@media all and (max-width: 900px) {
  .idealink_wrap ul.link li {
    margin: 0 10px;
  }
  .idealink_wrap ul.link li span {
    padding-left: 10px;
    font-size: 1.2rem;
  }
  .idealink_wrap ul.link li span:before {
    left: -5px;
  }
}
.idealink_wrap ul.idealink_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.idealink_wrap ul.idealink_list li {
  width: 32.6%;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.idealink_wrap ul.idealink_list li a {
  display: block;
  width: 100%;
  padding: 30px 20px 40px;
  box-sizing: border-box;
}
.idealink_wrap ul.idealink_list li a .img {
  text-align: center;
  padding-bottom: 20px;
}
.idealink_wrap ul.idealink_list li a .img img {
  max-width: 100%;
}
.idealink_wrap ul.idealink_list li a .text_box {
  text-align: center;
  padding-bottom: 20px;
}
.idealink_wrap ul.idealink_list li a .text_box .name {
  font-size: 2.3rem;
  padding-bottom: 10px;
  line-height: 130%;
}
@media all and (max-width: 1100px) {
  .idealink_wrap ul.idealink_list li a .text_box .name {
    font-size: 1.8rem;
  }
}
.idealink_wrap ul.idealink_list li a .text_box .tag {
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  padding: 1px 20px 2px;
  background-color: #888;
  border-radius: 10px;
}
.idealink_wrap ul.idealink_list li a .lang {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.idealink_wrap ul.idealink_list li a .lang .flg {
  width: 39px;
}
.idealink_wrap ul.idealink_list li a .lang .flg img {
  width: 100%;
  height: auto;
}
.idealink_wrap ul.idealink_list li a .lang .text {
  padding-left: 15px;
  color: #888;
  font-size: 1.2rem;
}
.idealink_wrap ul.idealink_list li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.idealink_wrap ul.idealink_list::after {
  content: "";
  display: block;
  width: 32.6%;
}
@media all and (max-width: 900px) {
  .idealink_wrap ul.idealink_list li {
    width: 49%;
  }
  .idealink_wrap ul.idealink_list li .text_box .name {
    font-size: 2.1rem !important;
  }
  .idealink_wrap ul.idealink_list::after {
    display: none;
  }
}
.idealink_wrap .cnt_main_wrap {
  border: 1px solid #d8d8d8;
  text-align: center;
  padding-top: 40px;
}
.idealink_wrap .cnt_main_wrap .img {
  padding-bottom: 30px;
}
.idealink_wrap .cnt_main_wrap .text_box .name {
  font-size: 3.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 15px;
}
.idealink_wrap .cnt_main_wrap .text_box .tag {
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  padding: 1px 20px 2px;
  background-color: #888;
  border-radius: 10px;
}
.idealink_wrap .cnt_main_wrap .lang {
  width: 100%;
  border-top: 1px solid #d8d8d8;
  padding: 10px 0;
  margin: 30px 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.idealink_wrap .cnt_main_wrap .lang .flg {
  width: 35px;
}
.idealink_wrap .cnt_main_wrap .lang .flg img {
  width: 100%;
  height: auto;
}
.idealink_wrap .cnt_main_wrap .lang .text {
  padding-left: 15px;
  color: #888;
  font-size: 1.2rem;
}
.idealink_wrap .cnt_text_wrap {
  padding: 45px 200px;
  margin-bottom: 50px;
  border: 1px solid #d8d8d8;
  border-top: none;
  box-sizing: border-box;
}
.idealink_wrap .cnt_text_wrap p {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.idealink_wrap .cnt_text_wrap h2 {
  font-size: 2.4rem;
  font-weight: 300;
  color: #333333;
  line-height: 130%;
  margin-bottom: 10px;
}
.idealink_wrap .cnt_text_wrap .btn {
  padding-top: 20px;
}
@media all and (max-width: 1100px) {
  .idealink_wrap .cnt_text_wrap {
    padding: 45px 80px;
  }
}
@media all and (max-width: 900px) {
  .idealink_wrap .cnt_text_wrap {
    padding: 45px 40px;
  }
}

/* idealink */
/* news */
.h1_box_news {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/news_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_news .box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}
.h1_box_news h1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
.h1_box_news h1.l {
  font-size: 4rem;
}
.h1_box_news p {
  font-size: 1.6rem;
}

ul.news_year_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 78px;
}
ul.news_year_list li {
  width: 20%;
  box-sizing: border-box;
  border: 1px solid #333333;
}
ul.news_year_list li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 5px 16px 50px;
  box-sizing: border-box;
}
ul.news_year_list li a span {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  color: #333333;
  font-size: 1.5rem;
  display: block;
}
ul.news_year_list li a:before {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  top: 12px;
  width: 19px;
  height: 19px;
  background-color: #b2dfcb;
  background-image: url(../../img/arrow_01_green.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px auto;
  transition: all 0.12s ease-in 0s;
}
ul.news_year_list li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
ul.news_year_list li a:hover:before {
  top: 14px;
}
ul.news_year_list li + li {
  border-left: none;
}

.h2_news {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 18px;
  margin-bottom: 40px;
}
.h2_news span {
  display: block;
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  color: #333333;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 100%;
}

ul.news_list {
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
ul.news_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
ul.news_list li .date {
  width: 100px;
  display: block;
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  font-size: 1.5rem;
}
ul.news_list li a {
  width: calc(100% - 120px);
  font-size: 1.5rem;
}
ul.news_list li a:hover {
  color: #333333;
  text-decoration: underline;
}

ul.pickup_list li {
  align-items: center;
  margin-bottom: 10px;
}
ul.pickup_list li .img {
  width: 100px;
  padding-right: 20px;
  transition: all 0.12s ease-in 0s;
}
ul.pickup_list li .img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
ul.pickup_list li .img img {
  max-width: 100%;
  height: auto;
}
ul.pickup_list li a {
  line-height: 120%;
}

.news_wrap .title {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.news_wrap .title h2 {
  color: #333333;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: -1px;
  font-weight: 400;
  padding-bottom: 15px;
}
.news_wrap .title .date {
  display: block;
  font-family: "Zurich BT", sans-serif;
  transform-origin: center center;
  transform: scale(1.2, 1);
  font-size: 1.4rem;
}
.news_wrap .wrap {
  padding-bottom: 50px;
}
.news_wrap .wrap p {
  padding: 0 30px 20px;
  box-sizing: border-box;
  line-height: 200%;
  font-size: 1.4rem;
}
.news_wrap .wrap h2,
.news_wrap .wrap h3,
.news_wrap .wrap h4,
.news_wrap .wrap h5 {
  padding: 20px 30px 10px;
  line-height: 150%;
  color: #333333;
}
.news_wrap .wrap h2 {
  font-size: 2.2rem;
  font-weight: 400;
}
.news_wrap .wrap h3 {
  font-size: 1.8rem;
}
.news_wrap .wrap h4 {
  font-size: 1.6rem;
}
.news_wrap .wrap .border,
.news_wrap .wrap .wp-block-separator {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #d8d8d8;
  border: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}
.news_wrap .wrap > ul {
  padding: 0 30px 0 20px;
  box-sizing: border-box;
}
.news_wrap .wrap .btn01_left {
  padding: 0;
}
.news_wrap .wrap .btn01_left a {
  display: block;
  text-decoration: none !important;
  padding: 12px 80px 12px;
}
.news_wrap .wrap .btn01_left a:before {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../../img/arrow_02_black.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px auto;
  transition: all 0.12s ease-in 0s;
}
.news_wrap .wrap .btn01_left a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.news_wrap .wrap .btn01_left a:hover:before {
  right: 17px;
}
.news_wrap .navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  height: 70px;
}
.news_wrap .navi a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.news_wrap .navi > div {
  display: flex;
  align-items: center;
}
.news_wrap .navi .back {
  position: relative;
  width: 70px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  text-align: center;
  margin: 0 auto;
}
.news_wrap .navi .back a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../../img/icon_list.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}
.news_wrap .navi .prev,
.news_wrap .navi .next {
  width: calc(50% - 35px);
  padding-left: 30px;
  box-sizing: border-box;
}
.news_wrap .navi .prev a,
.news_wrap .navi .next a {
  position: relative;
  font-size: 1.2rem;
  color: #888;
  padding: 10px 20px;
  box-sizing: border-box;
}
.news_wrap .navi .prev a:before,
.news_wrap .navi .next a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url(../../img/arrow_05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  transition: all 0.12s ease-in 0s;
}
.news_wrap .navi .prev a:hover:before,
.news_wrap .navi .next a:hover:before {
  left: -4px;
}
.news_wrap .navi .next {
  padding-right: 30px;
}
.news_wrap .navi .next a {
  margin-left: auto;
  text-align: right;
}
.news_wrap .navi .next a:before {
  display: none;
}
.news_wrap .navi .next a:after {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  top: 35%;
  transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  width: 12px;
  height: 10px;
  background-image: url(../../img/arrow_05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  transform: scale(-1, 1);
  transition: all 0.12s ease-in 0s;
}
.news_wrap .navi .next a:hover:after {
  right: -4px;
}

/* news */
/* catalog */
ul.catalog_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
ul.catalog_list li {
  width: 32.6%;
  background-color: #fff;
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
ul.catalog_list li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 35px 30px 80px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  background-image: url(../../img/icon_blank.png);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 22px auto;
}
ul.catalog_list li a .img {
  text-align: center;
  padding-bottom: 20px;
}
ul.catalog_list li a .img img {
  max-width: 100%;
  height: auto;
}
ul.catalog_list li a .title {
  color: #333333;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 120%;
  padding-bottom: 15px;
}
ul.catalog_list li a p {
  font-size: 1.2rem;
}
ul.catalog_list li a .btn01 {
  position: absolute;
  box-sizing: border-box;
  width: calc(100% - 60px);
  bottom: 20px;
}
ul.catalog_list li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
ul.catalog_list::after {
  content: "";
  display: block;
  width: 32.6%;
}
@media all and (max-width: 900px) {
  ul.catalog_list li {
    width: 48.8%;
  }
}

/* catalog */
/* history */
ul.history_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
}
ul.history_list li {
  box-sizing: border-box;
  position: relative;
}
ul.history_list li.year {
  width: 135px;
  z-index: 2;
}
ul.history_list li.year span {
  position: relative;
  display: block;
  top: -5px;
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  color: #333333;
  font-size: 3.6rem;
  letter-spacing: 2px;
}
ul.history_list li.year:after {
  position: absolute;
  content: "";
  display: inline-block;
  right: -7px;
  top: -2px;
  width: 6px;
  height: 6px;
  text-align: center;
  line-height: 6px;
  border-radius: 50%;
  border: solid 3px #333333;
  background-color: #fff;
}
ul.history_list li.text_box {
  width: calc(100% - 135px);
  border-left: 2px solid #dadada;
  padding-left: 35px;
}
ul.history_list li.text_box .wrap {
  position: relative;
  top: -10px;
  padding-bottom: 50px;
}
ul.history_list li.text_box .title {
  color: #333333;
  font-size: 1.8rem;
  line-height: 140%;
  padding-bottom: 10px;
}
ul.history_list li.text_box p {
  padding-bottom: 15px;
}
ul.history_list li.text_box .img img {
  max-width: 100%;
  height: auto;
}
ul.history_list li.noborder {
  border: none;
}
ul.history_list li.noborder .wrap {
  padding-bottom: 0;
}

/* history */
/* faq */
.faq_cat_link_wrap {
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 55px;
  border-bottom: 1px solid #d8d8d8;
}

ul.faq_cat_link {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
ul.faq_cat_link li {
  margin: 0 25px;
}
ul.faq_cat_link li a {
  padding: 5px 0 5px 28px;
  background-image: url(../../img/arrow_06.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
}
ul.faq_cat_link li a:hover {
  background-position: left bottom;
}

.qa_list {
  width: 100%;
}
.qa_list:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
.qa_list dt {
  background-image: url(../../img/arrow_01_gray.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 16px auto;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 140%;
  padding: 10px 20px 10px 15px;
  box-sizing: border-box;
  border-top: 1px solid #d8d8d8;
  cursor: pointer;
  display: flex;
  transition: all 0.12s ease-in 0s;
}
.qa_list dt .q {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "Zurich BT", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  background-color: #b2dfcb;
  border-radius: 50%;
  box-sizing: border-box;
}
.qa_list dt p {
  width: calc(100% - 70px);
  color: #333333;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  padding-top: 2px;
  padding-left: 10px;
}
.qa_list dt p sup,
.qa_list dt p sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
.qa_list dt p sup {
  bottom: 1ex;
}
.qa_list dt p sub {
  top: 0.5ex;
}
.qa_list dt:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.qa_list dt.active {
  background-image: url(../../img/arrow_01_gray_on.png);
}
.qa_list dd {
/*   display: none; */
  width: 100%;
  padding: 30px 20px 30px 15px;
  border-top: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.qa_list dd .box {
  display: flex;
}
.qa_list dd .box .a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "Zurich BT", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #5c5c5c;
  background-color: #d5d5d5;
  border-radius: 50%;
  box-sizing: border-box;
}
.qa_list dd .box .text_box {
  width: calc(100% - 40px);
  padding-left: 10px;
  box-sizing: border-box;
}
.qa_list dd .box p {
  font-size: 1.6rem;
  line-height: 150%;
  padding-bottom: 20px;
}
.qa_list dd .box .img img {
  max-width: 100%;
  height: auto;
  text-align: center;
}
.qa_list dd ul.text_to_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}
.qa_list dd ul.text_to_img li {
  box-sizing: border-box;
}
.qa_list dd ul.text_to_img li:first-child {
  width: 80%;
  padding-right: 20px;
}
.qa_list dd ul.text_to_img li:last-child {
  width: 20%;
  text-align: right;
}
.qa_list dd ul.text_to_img li:last-child img {
  max-width: 100%;
  height: auto;
}
.qa_list dd ul.img_2_text li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.qa_list dd ul.img_2_text li > div {
  box-sizing: border-box;
}
.qa_list dd ul.img_2_text li > div img {
  max-width: 100%;
  height: auto;
}
.qa_list dd ul.img_2_text li > div .title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  padding-bottom: 18px;
}
.qa_list dd ul.img_2_text li > div .title span {
  font-size: 1.3rem;
  padding-left: 10px;
}
.qa_list dd ul.img_2_text li > div:first-child {
  width: 15%;
}
.qa_list dd ul.img_2_text li > div:last-child {
  width: 85%;
  padding-left: 10px;
  padding-top: 15px;
}
.qa_list dd ul.img_2_text li:last-child {
  margin-bottom: 0;
}

table.table_faq {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d8d8d8;
}
table.table_faq tr {
  border-bottom: 1px solid #d8d8d8;
}
table.table_faq th {
  width: 21%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  vertical-align: middle;
  padding: 5px 20px 5px 20px;
  box-sizing: border-box;
  border-right: 1px solid #d8d8d8;
  background-color: #f0f0f0;
}
table.table_faq th:last-child {
  border-right: none;
}
table.table_faq thead th {
  padding: 5px 10px 5px 10px;
  text-align: center;
  white-space: nowrap;
  color: #7c7c7c;
}
table.table_faq td {
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 140%;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #d8d8d8;
}
table.table_faq td:last-child {
  border-right: none;
}

/* faq */
/* CSR */
.h1_box_csr {
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url(../../img/csr_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_csr .box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}
.h1_box_csr h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 10px;
  color: #fff;
}

.csr_wrap {
  padding: 0 35px;
  box-sizing: border-box;
}
.csr_wrap p {
  font-size: 1.6rem;
  line-height: 200%;
}

/* CSR */
/* worldwide */
ul.worldwide_link_list {
  margin-bottom: 20px;
  margin-left: 30px;
  position: relative;
}
ul.worldwide_link_list li {
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 150%;
}
ul.worldwide_link_list li a {
  color: #333333;
}
ul.worldwide_link_list li a:hover {
  text-decoration: underline;
}
ul.worldwide_link_list li:before {
  content: "•";
  left: -15px;
  font-size: 1.6rem;
  color: #333333;
  top: 0;
  width: 0;
  position: relative;
  display: inline-block;
}

/* worldwide */
/* sitemap */
ul.sitemap_list_01 > li {
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 30px 0 30px 30px;
}
ul.sitemap_list_01 > li > a,
ul.sitemap_list_01 > li > span {
  line-height: 130%;
  border-left: 10px solid #333333;
  padding-left: 20px;
  padding-bottom: 3px;
  color: #333333;
  font-size: 2.8rem;
}
ul.sitemap_list_01 > li > a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
ul.sitemap_list_01 > li.col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
ul.sitemap_list_01 > li.col2 a {
  width: 50%;
}

ul.sitemap_list_02 {
  padding-left: 50px;
}
ul.sitemap_list_02 > li {
  position: relative;
  margin-bottom: 15px;
}
ul.sitemap_list_02 > li > a,
ul.sitemap_list_02 > li > span {
  line-height: 130%;
  color: #333333;
  font-size: 2rem;
}
ul.sitemap_list_02 > li > a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
ul.sitemap_list_02 > li:last-child {
  margin-bottom: 0;
}
ul.sitemap_list_02 > li:before {
  content: "•";
  left: -20px;
  font-size: 1.2rem;
  top: -4px;
  width: 0;
  position: relative;
  display: inline-block;
}

ul.sitemap_list_03_r2,
ul.sitemap_list_03_r4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding-left: 2px;
  padding-bottom: 10px;
}
ul.sitemap_list_03_r2 > li,
ul.sitemap_list_03_r4 > li {
  width: 49.4%;
  box-sizing: border-box;
  margin-bottom: 13px;
}
ul.sitemap_list_03_r2 > li a,
ul.sitemap_list_03_r4 > li a {
  position: relative;
  height: 48px;
  border: 1px solid #d8d8d8;
  padding-left: 65px;
  font-size: 1.6rem;
  line-height: 120%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
ul.sitemap_list_03_r2 > li a:before,
ul.sitemap_list_03_r4 > li a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #333333;
  background-image: url(../../img/arrow_03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px auto;
}
ul.sitemap_list_03_r2 > li a:hover,
ul.sitemap_list_03_r4 > li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

ul.sitemap_list_03_r4 > li {
  width: 24.2%;
}
ul.sitemap_list_03_r4::before {
  content: "";
  display: block;
  width: 24.2%;
  order: 1;
}
ul.sitemap_list_03_r4::after {
  content: "";
  display: block;
  width: 24.2%;
}
@media all and (max-width: 1000px) {
  ul.sitemap_list_03_r4 > li {
    width: 49.4%;
  }
  ul.sitemap_list_03_r4::before {
    display: none;
  }
  ul.sitemap_list_03_r4::after {
    display: none;
  }
}

/* sitemap */
/* search */
ul.search_list {
  padding-left: 30px;
  margin-bottom: 50px;
}
ul.search_list li {
  margin-bottom: 20px;
}
ul.search_list li a {
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 400;
  color: #333333;
}
ul.search_list li a:hover {
  text-decoration: underline;
}

/* search */
/* contact */
ul.step_list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 40px;
}
ul.step_list li {
  position: relative;
  color: #999;
  font-size: 1.3rem;
  padding: 40px 54px 0;
  box-sizing: border-box;
}
ul.step_list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 26px;
  height: 30px;
  background-image: url(../../img/icon_contact01_gray.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
}
ul.step_list li:after {
  content: "";
  position: absolute;
  display: block;
  top: 14px;
  right: -42px;
  width: 90px;
  height: 1px;
  background-color: #e0e0e0;
}
ul.step_list li:last-child:after {
  display: none;
}
ul.step_list li.on {
  color: #000;
}
ul.step_list li.on:before {
  background-image: url(../../img/icon_contact01.png);
}

.contact_wrap {
  padding: 0 160px;
  box-sizing: border-box;
}
@media all and (max-width: 1100px) {
  .contact_wrap {
    padding: 0 20px;
  }
}

table.table_form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.table_form th {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  padding: 20px 40px 11px 0;
  box-sizing: border-box;
}
table.table_form th .text_s {
  display: none;
}
table.table_form td {
  padding: 11px 0 11px 0;
  box-sizing: border-box;
  font-size: 1.35rem;
  font-weight: 400;
  color: #030303;
  line-height: 200%;
  text-align: left;
  vertical-align: top;
}
table.table_form td .d_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
table.table_form td .d_flex br {
  display: none;
}
table.table_form td .text_s {
  font-size: 1.05rem;
  font-weight: 400;
  color: #999;
  white-space: nowrap;
  padding-left: 10px;
}

.vertical-item {
  display: block;
  cursor: default;
}
.vertical-item label {
  cursor: pointer;
}

.checkbox_box {
  padding: 40px 0 40px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.checkbox_box a {
  text-decoration: underline;
}

.btn-send ul .back {
  display: none;
}

.contact_check_wrap table.table_form th {
  width: 30%;
  padding: 11px 40px 11px 0;
}
.contact_check_wrap table.table_form td .text_s {
  display: none;
}
.contact_check_wrap .checkbox_box {
  padding: 0;
  border-top: none;
  border-bottom: none;
  color: #fff;
}
.contact_check_wrap .btn-send .back {
  display: block;
}
.contact_check_wrap .button-send,
.contact_check_wrap .button-back {
  width: 90%;
}

/* contact */
/* lu01_brick_box */
.lu01_brick_box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 261px;
  margin-bottom: 50px;
}
.lu01_brick_box01 .left {
  position: relative;
  width: calc(100% - 331px);
  height: 261px;
  background-image: url(../../img/lu01_brick_box01_pic02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lu01_brick_box01 .left .box {
  position: relative;
  top: 65px;
  left: 70px;
  padding-right: 80px;
  box-sizing: border-box;
}
.lu01_brick_box01 .left .title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
}
.lu01_brick_box01 .left .title span {
  font-size: 5.2rem;
}
.lu01_brick_box01 .left .title .dot-text {
  position: relative;
}
.lu01_brick_box01 .left .title .dot-text:after {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #fff;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.lu01_brick_box01 .left p {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 30px;
  letter-spacing: -0.5px;
}
.lu01_brick_box01 .left .btn a {
  display: inline-block;
  font-size: 1.7rem;
  background-color: #000;
  padding: 15px 40px 15px 25px;
  color: #fff;
  background-image: url(../../img/arrow_07.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 11px auto;
}
.lu01_brick_box01 .left .btn a:hover {
  background-color: #315a43;
}
@media all and (max-width: 1000px) {
  .lu01_brick_box01 .left .box {
    left: 20px;
    padding-right: 30px;
  }
  .lu01_brick_box01 .left .title {
    color: #fff;
    font-size: 3.2rem;
  }
  .lu01_brick_box01 .left .title span {
    font-size: 4rem;
  }
}
.lu01_brick_box01 .right {
  position: relative;
  width: 331px;
  height: 261px;
}
.lu01_brick_box01 .right:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 45%;
  width: 0;
  height: 0;
  border-left: 14px solid #104326;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.lu01_brick_box01 .right .top {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.lu01_brick_box01 .right .top .l {
  position: relative;
  display: block;
  width: 103px;
  height: 100%;
  text-align: center;
  background-color: #363636;
  color: #fff;
  font-weight: 500;
}
.lu01_brick_box01 .right .top .l span {
  position: relative;
  top: 20px;
}
.lu01_brick_box01 .right .top .r {
  position: relative;
  display: block;
  width: 228px;
  height: 100%;
  align-items: center;
  text-align: center;
  background-color: #000;
}
.lu01_brick_box01 .right .top .r img {
  position: relative;
  top: 9px;
  width: 150px;
  height: auto;
}

.lu01_brick_box02 {
  display: block;
  width: 100%;
  height: 306px;
  position: relative;
  border: 2px solid #ecf0ef;
  background-image: url(../../img/lu01_brick_box02_pic01.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 40px;
}
.lu01_brick_box02 .box {
  position: absolute;
  top: 80px;
  right: 40px;
  width: 600px;
}
.lu01_brick_box02 .box .title {
  color: #333333;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 130%;
  padding-bottom: 10px;
}
.lu01_brick_box02 .box p {
  font-size: 1.65rem;
  line-height: 135%;
}
.lu01_brick_box02 .box .label_black {
  left: 13px;
  top: -50px;
  font-size: 2rem;
  padding: 11px 15px 13px;
}

/* lu01_brick_box */
/* lu02_bouquet */
.lu02_bouquet_top_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 30px 40px 25px;
  box-sizing: border-box;
  background-color: #ececec;
  margin-bottom: 60px;
}
.lu02_bouquet_top_box .img {
  width: 40%;
  padding-right: 30px;
  box-sizing: border-box;
}
.lu02_bouquet_top_box .img img {
  width: 100%;
  height: auto;
}
.lu02_bouquet_top_box .text {
  width: 59%;
  position: relative;
}
.lu02_bouquet_top_box .text .logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
.lu02_bouquet_top_box .text .logo img {
  width: 100%;
  height: auto;
}
.lu02_bouquet_top_box .text .title {
  color: #333333;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 110%;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.lu02_bouquet_top_box .text p {
  font-size: 1.7rem;
}
.lu02_bouquet_top_box .text p span {
  font-size: 1.2rem;
}

/* lu02_bouquet */
/* lu09_dry_box */




.lu09_dry_box00 {
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #f7f7f7;
  background-image: url(../../img/lu09_dry_box01_pic00.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 40px;
}
.lu09_dry_box00 .box {
  position: absolute;
  top: 80px;
  left: 60px;
  width: 550px;
}
.lu09_dry_box00 .box .title {
  color: #646262;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 130%;
  padding-bottom: 10px;
}
.lu09_dry_box00 .box p {
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -1px;
  padding-bottom: 20px;
}
.lu09_dry_box00 .box ul li {
  position: relative;
  font-size: 1.65rem;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.lu09_dry_box00 .box ul li:before {
  color: #646262;
  left: -25px;
  font-size: 5.6rem;
  top: 1px;
  position: absolute;
}














.lu09_dry_box01 {
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #f9f1ee;
  background-image: url(../../img/lu09_dry_box01_pic01.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 40px;
}
.lu09_dry_box01 .box {
  position: absolute;
  top: 80px;
  left: 60px;
  width: 550px;
}
.lu09_dry_box01 .box .title {
  color: #8f6c67;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 130%;
  padding-bottom: 10px;
}
.lu09_dry_box01 .box p {
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -1px;
  padding-bottom: 20px;
}
.lu09_dry_box01 .box ul li {
  position: relative;
  font-size: 1.65rem;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.lu09_dry_box01 .box ul li:before {
  color: #8f6c67;
  left: -25px;
  font-size: 5.6rem;
  top: 1px;
  position: absolute;
}

.lu09_dry_box02 {
  width: 100%;
  background-color: #ece9e3;
  margin-bottom: 50px;
}
.lu09_dry_box02 .top {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d6d0c4;
  padding: 35px 20px 25px;
  box-sizing: border-box;
}
.lu09_dry_box02 .top .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  padding-left: 40px;
  margin-bottom: 10px;
}
.lu09_dry_box02 .top .title span {
  padding: 5px 0 5px 35px;
  background-image: url(../../img/icon_attention.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px auto;
}
.lu09_dry_box02 .top p {
  font-weight: 700;
  font-size: 1.6rem;
}
.lu09_dry_box02 .bottom {
  padding: 25px 40px 45px;
  box-sizing: border-box;
}

/* lu09_dry_box */
/* lu10_glue_box */
.lu10_glue_box01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 55px 25px 35px;
  box-sizing: border-box;
  background-color: #f1f0eb;
  margin: 50px 0 50px;
}
.lu10_glue_box01 .label {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.lu10_glue_box01 > div {
  position: relative;
  z-index: 1;
  width: 49%;
  border: 1px solid #dcdacd;
  padding: 5px 30px 20px;
  box-sizing: border-box;
}
.lu10_glue_box01 > div .title {
  position: relative;
  color: #4e4646;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  line-height: 100%;
  top: -18px;
}
.lu10_glue_box01 > div .title span {
  background-color: #f1f0eb;
  padding: 0 20px;
}
.lu10_glue_box01 > div .box .img {
  margin-bottom: 20px;
}
.lu10_glue_box01 > div .box .img img {
  width: 100%;
  height: auto;
}

/* lu10_glue_box */
/* lu18_ogs */
.h1_box_lu18_ogs {
  background-image: url(../../img/lu18_ogs_main.jpg);
}

/* lu18_ogs */
.right_navi_wrap {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 120px;
  width: 40px;
}
.right_navi_wrap a {
  width: 100%;
  display: block;
  background-color: #474747;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 120%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 40px 8px 20px 0;
  border: 1px solid #d8d8d8;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
  background-image: url(../../img/icon_book.png);
  background-repeat: no-repeat;
  background-position: center top 20px;
  background-size: 17px auto;
}
.right_navi_wrap a:hover {
  background-color: #929292;
}

footer {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 0 20px 45px;
  box-sizing: border-box;
}
footer .footer_wrap {
  width: 100%;
  max-width: 1350px;
  padding: 0 0;
  margin: 0 auto;
  background-color: #333333;
  box-sizing: border-box;
}
footer .footer_top {
  width: 100%;
  padding: 35px 0 35px;
  border-bottom: 1px solid #137141;
  box-sizing: border-box;
}
footer .footer_top ul.footer_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
footer .footer_top ul.footer_nav li {
  margin: 0 15px;
}
footer .footer_top ul.footer_nav li a {
  color: #fff;
  font-size: 1.45rem;
}
footer .footer_top ul.footer_nav li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
@media all and (max-width: 1100px) {
  footer .footer_top ul.footer_nav li {
    margin: 0 10px;
  }
  footer .footer_top ul.footer_nav li a {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 900px) {
  footer .footer_top {
    border-bottom: none;
    padding-bottom: 0;
  }
  footer .footer_top ul.footer_nav {
    width: 450px;
  }
  footer .footer_top ul.footer_nav li {
    margin: 0 15px 10px;
  }
  footer .footer_top ul.footer_nav li a {
    font-size: 1.3rem;
  }
}
footer .footer_bottom {
  padding: 25px 10px 25px;
  box-sizing: border-box;
}
footer .footer_bottom .content_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 900px) {
  footer .footer_bottom .content_wrap {
    padding: 0;
  }
}
footer .footer_bottom .link ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0 auto;
}
footer .footer_bottom .link ul li {
  position: relative;
  margin-right: 15px;
  padding-right: 25px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
footer .footer_bottom .link ul li a {
  color: #fff;
  font-size: 1.25rem;
}
footer .footer_bottom .link ul li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
@media all and (max-width: 900px) {
  footer .footer_bottom .link ul li a {
    font-size: 1.2rem;
  }
}
footer .footer_bottom .link ul li:after {
  position: absolute;
  content: "｜";
  right: 0;
  color: #fff;
  font-size: 1.25rem;
}
footer .footer_bottom .link ul li:last-child:after {
  display: none;
}
footer .footer_bottom .copy {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  color: #fff;
  font-size: 1.25rem;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  padding-right: 40px;
}
footer .footer_bottom .copy .copy2 {
  font-family: "Zurich BT", sans-serif;
  transform-origin: left top;
  transform: scale(1.2, 1);
  padding: 0 20px;
}
@media all and (max-width: 1300px) {
  footer .footer_bottom .copy {
    margin-top: 10px;
  }
}
@media all and (max-width: 900px) {
  footer .footer_bottom {
    padding-top: 10px;
  }
  footer .footer_bottom .link {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #137141;
    padding-bottom: 30px;
  }
  footer .footer_bottom .link ul {
    justify-content: center;
  }
  footer .footer_bottom .copy {
    margin: 0 auto;
    padding-top: 30px;
    justify-content: center;
  }
}

.pagetop {
  position: relative;
  display: none;
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 0;
}
.pagetop a {
  position: absolute;
  background-image: url(../../img/pagetop_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 118px;
  height: 80px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 3;
  box-sizing: border-box;
  transition: all 0.12s ease-in 0s;
}
.pagetop a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.pagetop a span::before {
  content: "";
  position: absolute;
  background-image: url(../../img/icon_top.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 18px;
  height: 19px;
  top: -24px;
  right: 5px;
  margin: auto;
}
.pagetop a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

/* footer */
/* wordpress */
.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.wp-pagenavi {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.wp-pagenavi a {
  border: 1px solid #707070;
  margin: 0 5px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.wp-pagenavi a:hover {
  position: relative;
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
  font-weight: 400;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: 0 5px;
  padding: 0;
}
.wp-pagenavi .current {
  position: relative;
  background-color: #333333;
  border: 1px solid #333333 !important;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  margin: 0 5px;
  padding: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/* wordpress */
/* Gutenberg */
.has-medium-font-size {
  font-size: 1.8rem !important;
}

.wp-block-columns {
  display: flex;
  overflow-wrap: break-word;
  background-color: #f2f2f2;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-grow: 1;
  flex-basis: 0%;
  padding-left: 0;
  padding-right: 0;
  margin-left: -14px;
  margin-right: -14px;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  flex-basis: 100%;
}

.has-2-columns .wp-block-column {
  margin-left: 14px;
  margin-right: 14px;
  flex-basis: calc(50% - 44px);
  flex-grow: 0;
}
.has-2-columns .wp-block-column .wp-block-image {
  text-align: left;
  width: 100% !important;
}
.has-2-columns .wp-block-column .wp-block-image img {
  width: 100% !important;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-image img {
  height: auto;
}

/* Gutenberg */
.modaal-gallery-item img {
  max-height: 85vh !important;
  width: auto !important;
  height: auto !important;
}

/* sustainability */
/* aboutus popup */
#side_pop {
  position: fixed;
  right: -200px;
  width: 270px;
  top: 200px;
  z-index: 10;
  transition: all 0.4s ease-in;
}
#side_pop.is-open {
  transform: translateX(-190px);
}
#side_pop li a {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
  color: #fff;
}
#side_pop li a span {
  display: block;
  width: 300px;
}
#side_pop li a img {
  width: 50px;
  height: 50px;
  margin: 10px;
}
#side_pop li a:hover {
  left: -5px;
}
#side_pop li a.side_p1 {
  background-image: linear-gradient(180deg, #313e4b 0%, #0b1116 100%);
}
#side_pop li a.side_p2 {
  background-image: linear-gradient(180deg, #3866ff 0%, #182891 100%);
}
#side_pop li a.side_p3 {
  background-image: linear-gradient(180deg, #ed6d12 0%, #ad4800 100%);
}
#side_pop li a.side_p4 {
  background-image: linear-gradient(180deg, #1aba44 0%, #00752e 100%);
}
#side_pop li a.side_p5 {
  background-image: linear-gradient(180deg, #f7bd00 0%, #b58100 100%);
}
#side_pop li a.side_p6 {
  background-image: linear-gradient(180deg, #5700ef 0%, #440099 100%);
}

.pn {
  display: none;
}

/* aboutus popup */
/*topics*/
.h_topics_btn a {
  background-image: none !important;
  width: 100px !important;
  background-color: #00843D;
  color: #fff;
  line-height: 1;
  padding: 3px 10px;
  box-sizing: border-box;
  text-align: center;
	line-height: 24px;
}

/*sustainability*/
.h3_1 {
  background-color: #333333;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 40px;
}

.h4_1 {
  color: #333333;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 2;
  margin: 40px 0px;
}

.f_green1 {
  color: #333333;
}

.small0 {
  font-size: 17px !important;
  text-align: center;
  display: block;
}

.small1 {
  font-size: 10px;
  vertical-align: super;
}

.a_center {
  text-align: center;
}

/*sustainability*/
/*artwork*/
.artwork {
  background-image: url(/wp-content/themes/so/img/cork.jpg);
  background-color: transparent !important;
}

.artwork header {
  display: none;
}

.artwork main#content {
  margin-top: 0px;
  padding-top: 0px !important;
}

.slick_work {
  width: 600px;
  margin: auto;
  position: relative;
}
.slick_work img {
  width: auto;
  max-width: 600px;
  max-height: 500px;
  display: block;
  margin: auto;
}
.slick_work .prev-arrow {
  position: absolute;
  left: -30px;
  top: 50%;
  font-size: 50px;
  color: #666;
  width: 20px;
  height: 60px;
  background-image: url(../../img/prev.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.slick_work .next-arrow {
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 50px;
  color: #666;
  width: 20px;
  height: 60px;
  background-image: url(../../img/next.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.artwork_content {
  width: 600px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 40px;
}

.artwork .slick-disabled {
  display: none !important;
}

.attachment-artwork_sp.size-artwork_sp {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.photocollection_list li a .text_box {
  padding: 15px 20px 25px;
  box-sizing: border-box;
}

.photocollection_list li a .text_box .name {
  font-size: 1.4rem;
  letter-spacing: -0.5px;
}

.photocollection_list li a .text_box .name {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 120%;
}

.slide_frame {
  padding: 30px;
  margin: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  position: relative;
}

.slide_frame #tape {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 150px;
  height: auto;
}

.slide_frame #pera {
  position: absolute;
  bottom: 0;
  right: -2px;
  z-index: 2;
  height: auto;
}

/*サステナビリティ*/
.sus_wrap {
  padding: 85px 0 70px;
}

.h1_box_sus {
  position: relative;
  width: 100%;
  height: 260px;
  /*background-image: url(../../img/florist_main.jpg);*/
  background-image: url(../../img/dogood_main.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.h1_box_sus .box {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.h1_box_sus h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

h1.double {
  line-height: 1.5;
}

.sus_ul {
  max-width: 850px;
  margin: 40px auto 0px;
}

.sus_ul li .s_icon {
  width: 27px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px;
}

.sus_ul li .s_icon img {
  width: 100%;
  height: auto;
  margin: 10px;
}

.sus_ul li .txt {
  flex: 1;
}
.sus_ul li .txt p {
  font-size: 1.8rem;
}

.sus_more {
  font-size: 12px;
  background-color: #313e4b;
  border-width: 0px !important;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 20px;
  line-height: 1;
  margin-top: 10px;
  text-decoration: none !important;
  color: #fff !important;
}
.sus_more:hover {
  color: #fff !important;
}

.sus_more:after {
  content: "";
  left: 10px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  display: inline-block;
  margin-left: 10px;
}

.sus_ul li {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  color: #fff;
  box-shadow: 0px 9px 10px -6px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.sus_ul li .icon img {
  width: 100px;
  height: auto;
  margin: 30px 40px;
}

#ex {
  background-image: linear-gradient(180deg, #3866ff 0%, #182891 100%);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 9px 10px -6px rgba(0, 0, 0, 0.3);
}

#commu {
  background-image: linear-gradient(180deg, #ed6d12 0%, #ad4800 100%);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 9px 10px -6px rgba(0, 0, 0, 0.3);
}

#en {
  background-image: linear-gradient(180deg, #1aba44 0%, #00752e 100%);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 9px 10px -6px rgba(0, 0, 0, 0.3);
}

#pro {
  background-image: linear-gradient(180deg, #f7bd00 0%, #b58100 100%);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 9px 10px -6px rgba(0, 0, 0, 0.3);
}

#ethi {
  background-image: linear-gradient(180deg, #5700ef 0%, #440099 100%);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 9px 10px -6px rgba(0, 0, 0, 0.3);
}

.sus_box {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  align-items: flex-start;
  align-content: flex-start;
}
.sus_box .icon {
  padding: 20px;
  width: 12%;
}
.sus_box .icon img {
  width: 100%;
  height: auto;
}
.sus_box .txt {
  width: 80%;
  line-height: 1.7;
}
.sus_box .txt p {
  line-height: 1.7;
}

.ul_1 {
  background-color: #f1f1f1;
  padding: 30px;
  margin-top: 2em;
}

.ul_1 li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}

.ul_1 li span {
  position: absolute;
  left: 0;
  top: 0;
}

.dl_1 {
  background-color: #f1f1f1;
  padding: 30px;
  margin-top: 2em;
}
.dl_1 dt {
  border-bottom: 1px solid #333333;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #00833d;
}
.dl_1 dd {
  position: relative;
  padding-bottom: 1.5em;
  font-size: 1.6rem;
}

.pc_none {
  display: none !important;
}

@media screen and (min-width: 1024px) {
.pc_none2 {
  display: none !important;
}
}

.content_wrap .box {
  background-color: rgba(49, 62, 75, 0.7) !important;
  padding: 20px 0px 20px !important;
  color: #fff !important;
}

.f_strong {
  font-weight: bold !important;
  color: #000 !important;
  font-size: 1.7rem;
}

@media screen and (max-width: 950px) {
  .sus_box .sp_none {
    display: none !important;
  }
  #side_pop {
    display: none;
  }
}
.c_att {
  background-color: #e6f3ec;
  padding: 15px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}

.test {
  font-size: 50px !important;
}

/*products_eco*/
.content_wrap_products {
  padding: 85px 20px 70px;
  box-sizing: border-box;
}
.content_wrap_products img {
  height: auto;
  width: 100%;
}
.content_wrap_products .thumbnail .slick-track {
  transform: unset !important;
}
.content_wrap_products .thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
  width: 33.3333333333% !important;
}
.content_wrap_products .thumbnail .slick-current {
  opacity: 1;
}
.content_wrap_products .products_wrap {
  display: flex;
  justify-content: space-between;
	flex-wrap:wrap;
}

.content_wrap_products .products_wrap .wide{
	width:100%;  
	padding: 85px 20px 70px;
  box-sizing: border-box;
}

.content_wrap_products .products_wrap .wide h4{
	width:100%;
	background-color:#00843d;
	color:#fff;
	line-height:1;
	padding:10px;
	font-size:25px;
	text-align:center;
}




.content_wrap_products .products_wrap .wide ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:50px 0px;
}

.content_wrap_products .products_wrap .wide ul li{
	width:30%;
	margin-bottom:40px;
	text-align:center;
	font-size:15px;
}

.content_wrap_products .products_wrap .wide ul li img{
	width:100%;
	margin-bottom:20px;
}


.content_wrap_products .products_wrap .wide ul li a{
	opacity:1;
	transition:all 0.3s linear;
}

.content_wrap_products .products_wrap .wide ul li a:hover{
	opacity:0.6;
}


.content_wrap_products .products_wrap .wide ol{
	margin:30px auto;
	line-height:2;
}
.content_wrap_products .products_wrap .wide ol li{
	list-style:decimal;
	font-size:17px;
	margin-left:1em;
}

.content_wrap_products .products_wrap .wide ol li{
	list-style:decimal;
	font-size:17px;
	margin-left:1em;
}


.content_wrap_products .products_wrap .wide dl{
	margin:30px auto;
	line-height:2;
}


.content_wrap_products .products_wrap .wide dt{
	background-color:#fff;
	color: #00843d;
	font-size:18px;
	padding:5px 20px;
	border-radius:50px;
	margin-bottom:10px;
}


.content_wrap_products .products_wrap .wide dd{
	font-size:18px;
	line-height:1.7;
	margin-bottom:20px;
	padding:5px 20px;
}

.wide_eco{
	background-color:#edf3f0;
	padding:50px !important;
	margin-top:50px;
}

.content_wrap_products .products_wrap .ph {
  width: 33%;
  margin-left: 2%;
}
.content_wrap_products .p-slider img {
  height: auto;
}
.content_wrap_products .thumbnail .slick-track {
  transform: unset !important;
}
.content_wrap_products .thumbnail_ph {
  opacity: 0.3;
  transition: opacity 0.3s linear;
  /* width: calc(100% / 3) !important; */
}
.content_wrap_products .thumbnail .slick-current {
  opacity: 1;
}
.content_wrap_products .slick-img {
  width: calc(100% - 2px) !important;
  position: relative;
}
.content_wrap_products .slick-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f7f1e8;
  text-align: center;
  padding: 5px 0px;
}

.content_wrap_products .thumbnail .slick-track {
  display: flex;
  margin: 0px !important;
/*   justify-content: space-between; */
justify-content:flex-start;
  width: 100% !important;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 20px !important;
}
.content_wrap_products .thumbnail .slick-slide {
  float: none !important;
  width: 18% !important;
	margin:1%;
}
.content_wrap_products .thumbnail .slick-slide:nth-child(5) {
  margin-right: 0 !important;
}
.content_wrap_products .thumbnail .slick-slide img {
  box-sizing: border-box;
}
.content_wrap_products .slick-track::before, .content_wrap_products .slick-track::after {
  display: none;
}
.content_wrap_products .slick-current .thumbnail_ph {
  opacity: 1;
}
.content_wrap_products .txt {
  background-color: #f7f1e8;
  width: 62%;
  font-size: 25px;
  color: #000;
  line-height: 1.5;
}
.content_wrap_products .txt h2 {
  font-size: 30px;
  padding: 30px;
  border-bottom: 1px solid #000;
	line-height:1.3;
}
.content_wrap_products .txt h2 span {
  font-size: 50px !important;
	position:relative;
	top:7px;
	display:inline-block;
}
@media screen and (max-width: 1200px) {
  .content_wrap_products .txt h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 930px) {
  .content_wrap_products .txt h2 {
    font-size: 21px;
	line-height:1;
  }
}
.content_wrap_products .txt h3 {
  font-size: 22px;
  color: #00843d;
  padding: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.sp_wrap.content_wrap_products .txt h3 {
	color:#000 !important;
}
@media screen and (max-width: 1200px) {
  .content_wrap_products .txt h3 br {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .content_wrap_products .txt h3 {
    font-size: 20px;
  }
}
.content_wrap_products .txt h4 {
  background-color: #fff;
  font-size: 22px;
  padding: 5px 10px;
  border-left: 5px solid #3d7561;
  margin-left: -5px;
  margin-right: 30px;
	margin-bottom:1em;
}
.content_wrap_products .txt > p {
  font-size: 18px;
  line-height: 1.6;
  padding: 0px 30px 0px;
}
.content_wrap_products .txt > ul {
  font-size: 18px;
  line-height: 1.6;
  padding: 0px 30px 0px;
}
.content_wrap_products .txt > ol {
  font-size: 18px;
  line-height: 1.6;
  padding: 0px 30px 0px;
}
.content_wrap_products .txt > ul li {
	list-style-type:disc;
	margin-left:1em;
}
.content_wrap_products .txt > ol li {
	list-style-type:decimal;
	margin-left:1em;
}
.content_wrap_products .slick-prev::before, .content_wrap_products .slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1_box_products1 {
  background-image: url(../../img/product_eco/tit_bg.jpg);
  background-size: cover;
  background-position: right bottom;
  position: relative;
  height: 261px;
  display: flex;
  align-items: center;
  align-content: center;
}

.h1_box_products1 {
  background-image: url(../../img/product_eco/tit_bg.jpg);
  background-size: cover;
  background-position: right bottom;
  position: relative;
  height: 261px;
  display: flex;
  align-items: center;
  align-content: center;
}
.h1_box_products1 #tit1 {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .h1_box_products1 #tit1 {
    left: -80px;
  }
}
.h1_box_products1 #tit2 {
  display: block;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .h1_box_products1 #tit2 {
    width: 40%;
    min-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .h1_box_products1 #tit2 {
    margin: auto 50px auto auto;
  }
}

.cta {
  background-color: #dedede;
  padding: 20px;
  margin-top: 30px;
}

.a_btn1 {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 15px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 1.3rem;
  background-image: url(../../img/arrow_03_black.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 4px auto;
  text-decoration: none !important;
  margin: 10px auto;
  cursor: pointer;
}

.a_btn1:link {
  outline: none;
  color: #000;
  transition: all 0.12s ease-in 0s;
}

.a_btn2 {
  margin: 10px auto;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 15px;
  background-color: #333333;
  box-sizing: border-box;
  font-size: 1.3rem;
  background-image: url(../../img/arrow_03.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 4px auto;
  text-decoration: none !important;
  color: #fff !important;
}

.a_btn2:link {
  outline: none;
  color: #000;
  transition: all 0.12s ease-in 0s;
}

.a_btn1:hover,
.a_btn2:hover {
  opacity: 0.8;
}

.a_btn5 {
  margin: 10px auto;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 15px;
  background-color: #646262;
  box-sizing: border-box;
  font-size: 1.3rem;
  background-image: url(../../img/arrow_03.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 4px auto;
  text-decoration: none !important;
  color: #fff !important;
}

.a_btn5:link {
  outline: none;
  color: #000;
  transition: all 0.12s ease-in 0s;
}

.a_btn5:hover5{
  opacity: 0.8;
}
#popup_p {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 100;
  display: block;
  width: 100px;
}

#popup_p img {
  width: 100%;
  height: auto;
}

.p_note {
  font-size: 16px;
  padding: 20px;
  margin: 20px;
  border: 1px solid #fff;
}

.a_btn3 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 70px !important;
  padding: 20px 0px;
}



/*製品情報色変えセット*/
.opera_wrap .wide h4{
	background-color:#000 !important;
}
.opera_wrap.content_wrap_products .slick-img p {
	background-color:#ccc !important;
}
.opera_wrap.content_wrap_products .txt {
  background-color: #eee !important;
}
.opera_wrap.content_wrap_products .txt h3 {
	color:#000 !important;
}
.opera_wrap .h1_box_products1 {
	background:#ccc;
	background-image:none;
}
.opera_wrap.content_wrap_products .txt h4 {
  border-left: 5px solid #111 !important;
}

.spring_wrap .wide h4{
	background-color:#99cc33 !important;
}
.spring_wrap.content_wrap_products .slick-img p {
	background-color:#d8ddca !important;
}
.spring_wrap.content_wrap_products .txt {
  background-color: #f6f9ed !important;
}
.spring_wrap.content_wrap_products .txt h3 {
	color:#99cc33 !important;
}
.spring_wrap .h1_box_products1 {
	background-color:#f3fae0;
	background-image:none;
}
.spring_wrap.content_wrap_products .txt h4 {
  border-left: 5px solid #99cc33 !important;
}


.standard_wrap .wide h4{
	background-color:#40683c !important;
}
.standard_wrap.content_wrap_products .slick-img p {
	background-color:#d0ddce !important;
}
.standard_wrap.content_wrap_products .txt {
  background-color: #e8f7e7 !important;
}
.standard_wrap.content_wrap_products .txt h3 {
	color:#40683c !important;
}
.standard_wrap .h1_box_products1 {
	background:#d0ddce;
	background-image:none;
}
.standard_wrap.content_wrap_products .txt h4 {
  border-left: 5px solid #40683c !important;
}


.deluxe_wrap .wide h4{
	background-color:#40683c !important;
}
.deluxe_wrap.content_wrap_products .slick-img p {
	background-color:#d3ede6 !important;
}
.deluxe_wrap.content_wrap_products .txt {
  background-color: #f2fcf9 !important;
}
.deluxe_wrap.content_wrap_products .txt h3 {
	color:#40683c !important;
}
.deluxe_wrap .h1_box_products1 {
	background:#d3ede6;
	background-image:none;
}
.deluxe_wrap.content_wrap_products .txt h4 {
  border-left: 5px solid #40683c !important;
}



.sahara_wrap .wide h4{
	background-color:#3e3a39 !important;
}
.sahara_wrap.content_wrap_products .slick-img p {
	background-color:#fff !important;
}
.sahara_wrap.content_wrap_products .txt {
  background-color: #eeeeed !important;
}
.sahara_wrap.content_wrap_products .txt h3 {
	color:#3e3a39 !important;
}
.sahara_wrap .h1_box_products1 {
	background:#f2ece5;
	background-image:none;
}
.sahara_wrap.content_wrap_products .txt h4 {
  border-left: 5px solid #867e6b !important;
}

.sahara_wrap .case .img1 small{
  display: block;
  text-align: right;
  font-size:14px;
  margin-bottom:30px;
}
.sahara_wrap .case .img1 img{
  width:100%;
  height:auto;
  display: block;
}
.sahara_wrap .case dl {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.sahara_wrap .case dl dt {
  text-align: center;
	width:20%;
	box-sizing:border-box;
}
.sahara_wrap .case dl dt span{
  font-size:18px;
  display: block;
  padding:10px 0px;
  border:2px solid #000;
  line-height:1;
	text-align:center;
}
.sahara_wrap .case dl dt:first-child span{
  background-color: #949598;
  color:#fff;
  border:none;
}

.sahara_wrap .case dl dd{
  font-size:16px;
  text-align: left;
  padding:0px 0px 40px;
	line-height:1.8;
	width:78%;
	box-sizing:border-box;
}


.sahara_wrap .case dl dd strong{
  font-size:20px;
}

.sahara_wrap .case dd ul{
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.sahara_wrap .case dd ul li{
  text-align: left;
  position: relative;
  padding-left:1.2em;
  margin-bottom:10px;
}
.sahara_wrap .case dd ul li span{
  position: absolute;
  left:0;
  top:0;
}







/*faq*/
#obi_deco1{
	position:absolute;
	left:50%;
	margin: 0px auto auto -150px;
}
#obi_deco2{
	position:absolute;
	right:50%;
	margin: -100px -150px auto auto;
}
#obi_green{
	background-color:rgba(4,66,35,0.6) !important;
	position:relative;
}
.faq_txt{
	padding:100px 0px;
	position:relative;
}

.faq_txt p{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	
}
#obi_deco3{
	width:100px;
	height:auto;
	margin:0 auto 0 0;
	position:absolute;
	right:0;
	bottom:0;
}
#obi_deco4{
	width:100px;
	height:auto;
	margin:0 0 0 auto;
	position:absolute;
	left:0;
	bottom:0;
}

.faq_cate{
	display:flex;
	justify-content:space-between;
	margin-top:80px;
}

.faq_cate li{
	width:32%;
}

.faq_cate a{
	display:block;
	height:100%;
	text-align:center;
	line-height:2;
	padding:0px 0px 0px;
}

.faq_cate a div{
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:35px;
	line-height:1.3;
	height:75%;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	padding:20px 10px;
	box-sizing:border-box;
}

.faq_cate a small{
	display:block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:17px;
}
.faq_cate .cate1 div,
.faq_cate .cate2 div{
	background-color:#d6e8e1;
	color:#077047;
}

.faq_cate .cate1 small,
.faq_cate .cate2 small{
	background-color:#077047;
	color:#fff;
}

.faq_cate .cate3 div{
	background-color:#e5ead8;
	color:#74b22b;
}

.faq_cate .cate3 small{
	background-color:#74b22b;
	color:#fff;
}

/*ターム装飾*/
.tit_term{
	text-align:center;
	font-size:20px;
	margin:0px auto 30px;
	color:#fff;
	padding:10px 0px;
	line-height:1;
}


#oasis,
#oasis_2{
	background-color:#d6e8e1;
	color:#077047;
}

#flora{
	background-color:#e5ead8;
	color:#74b22b;
}


#s_box{
width:245px;
	margin:0 0 0 auto;
	position: relative;
top: -15px;
}

#s_box .wp-block-search__button.wp-element-button{
	border:none !important;
	background-color:transparent !important;
	  background-image: url(../../img/icon_search_top_on.png);
  background-size: 18px auto;
  cursor: pointer;
  transition: all 0.12s ease-in 0s;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-1000px;
	overflow:hidden;
	width:30px;
	height:30px;
	display:inline-block;
}

.wp-block-search__label{
	display:none;
}

#s_box #wp-block-search__input-1{
	padding:3px;
	font-size:14px;
	height:25px;
	box-sizing:border-box;
	border:1px solid #399f68 !important;
}


.faq_top{
	padding:30px 0px 50px;
	text-align:right;
}

.faq_top a{
	display:inline-block;
	background-color:#00843d;
	color:#fff;
	line-height:1.3;
	padding:5px 10px;
	font-size:12px;
	text-decoration:none !important;
}

.faq_top a span{
	font-size:10px;
	display:inline-block;
	
}


/*スプレーランキング*/

.ranking_mv{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:30px auto;
}
.ranking_mv li{
	box-sizing:border-box;
	width:31%;
	margin-bottom:40px;
	position:relative;
}
.ranking_mv li.wide{
	width:100% !important;
	margin-top:-40px !important;
}
.ranking_mv li .num{
	position:absolute;
	width:60px;
	height:60px;
	display:block;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:60px;
	top:-30px;
	left:-30px;
	z-index:1;
	background-color:#00843d;
	border-radius:50px;
}
.ranking_mv li img,
.ranking_mv li video{
	width:100%;
	height:auto;
	max-height:none !important;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	border:1px solid #fff;
}

.ranking_mv li .txt{
margin-top:20px;}

.a_btn4{
	background-color: #00843D !important;
color: #fff !important;
	display:block !important;
	line-height:1;
	padding:10px;
	text-decoration:none !important;
	margin-top:20px;
	
}

.color1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.color1 a{margin:3px;
/* 	width:3.4vw;
	height:3.4vw; */
width:55px;
height:55px;
	margin:5px;
/* 	margin:1vw; */
margin:5px;
color:#fff;font-size:12px;text-align:center;
	 display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
}

.p_note .color1{
	justify-content:flex-start;
}
.p_note .color1 a{
	margin:1px;
}

/*スプレーよう横向きレイアウト：.linuup_list_detail2*/

.linuup_list_detail2{
  width:100%;
}

.linuup_list_detail2 > li{
  width:100%;
  display: flex;
  justify-content: space-between;
  background: #ebeaea;
margin-bottom:20px;
padding:10px;
box-sizing:border-box;
}
.linuup_list_detail2 li .img{
  position: relative;
  line-height: 0;
  text-align: center;
  border: 1px solid #edeeee;
  background-color: #fff;
  min-height: 186px;
  width:30%;
}

.linuup_list_detail2 > li .img > img {
  position: absolute;
	width:100%;
	height:auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0px;
  box-sizing: border-box;
}

.linuup_list_detail2 > li .text_box {
  position: relative;
flex:1;
  padding: 30px 30px 40px;
  box-sizing: border-box;
}
ul.linuup_list_detail2 > li .text_box .border {
  width: 100%;
  padding-top: 17px;
  margin-top: 17px;
  border-top: 1px solid #d4d4d4;
}
ul.linuup_list_detail2 > li .text_box .borderbottom {
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid #d4d4d4;
}
ul.linuup_list_detail2 > li .text_box .name {
  color: #333333;
  font-size: clamp(20px,1.6vw,25px);
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 6px;
}
ul.linuup_list_detail2 > li .text_box .name2 {
  padding-bottom: 10px;
  line-height: 120%;
  font-size: 2rem;
  font-weight: 700;
}
ul.linuup_list_detail2 > li .text_box .name2 span {
  color: #333333;
  font-size: 1.6rem;
}
ul.linuup_list_detail2 > li .text_box ul.tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
ul.linuup_list_detail2 > li .text_box ul.tag > li {
  padding: 3px 10px 5px;
  margin-right: 5px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #000;
  border-radius: 12px;
}
ul.linuup_list_detail2 > li .text_box ul.tag > li.tag2 {
  background-color: #999;
}
ul.linuup_list_detail2 > li .text_box .btn_list_s li {
  margin-bottom: 5px;
}
ul.linuup_list_detail2 > li .text_box .btn_list_s li:last-child {
  margin-bottom: 0;
}
/*小さいサイズよう
@media screen and (max-width:900px){
.color_palet2{
	display:none;
}
.color_palet1{
	width:100% !important;
	max-width:none !important;
	background:#fff;
	padding:20px;
	margin-top:10px;
	box-sizing:border-box;
}

ul.linuup_list_detail2 .color_palet1 .color1{
width:100%;
margin:auto;
display:flex;
justify-content:flex-start;

}
ul.linuup_list_detail2 .color_palet1 .color1 a{
margin:5px;
	width:3.4vw;
	height:3.4vw;
max-width:40px;
max-height:40px;
	margin:1vw;
margin:5px;

}
}*/

.color_palet1{
	display:none;
}
	
ul.linuup_list_detail2 .color_palet2
{
/* width:28%; */
	width:300px;
padding:1.5vw;
box-sizing:border-box;
background-color:#fff;
text-align:center;
/* 	max-width:300px; */
/* 	width:19vw; */
	position:relative;
	padding-bottom:70px;
}
@media screen and (max-width:900px){
	
	
ul.linuup_list_detail2 .color_palet2
{
	width:220px;
}
}
.color_btn{
	display:block;
	background:#333333;
	color:#fff !important;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:20px;
	box-sizing:border-box;
}


ul.linuup_list_detail2 .color_palet2 .color1{
width:100%;
margin:auto;
display:flex;
justify-content:center;
	flex-wrap:wrap;

}
ul.linuup_list_detail2 .color_palet2 .color1 a{
margin:3px;
/* 	width:3.4vw;
	height:3.4vw; */
width:55px;
height:55px;
	margin:5px;
/* 	margin:1vw; */
margin:5px;
color:#fff;font-size:12px;text-align:center;
	 display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
}


.spray_youtube_wrap{
	width:70%;
	margin:10px auto;
}
.spray_youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}


.spray_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mt_10{
	margin-top:10px !important;
}


.yt_bnr{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.yt_bnr a{
	display:block;
	width:48%;
	margin:auto 1%;
}
.max_yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	    margin: 20% auto;
}
.max_yt iframe {
  position: absolute;
  top: 0;
	bottom:0;
	margin:auto;
  right: 0;
  width: 100%;
  height: 100%;
}


.h1_box_gal_spray {
    background-image: url(../../img/h1_box_gal_spray.jpg);
  }


/*共通スタイル*/
.h_style_secondary_1{
	background-color: #d6e8e1;
    color: #077047;    
	text-align: center;
    font-size: 20px;
    margin: 0px auto 30px;
    padding: 10px 0px;
    line-height: 1.4;
}


.a_style1{
	color:#333333 !important;
	text-decoration:underline !important;
	display:inline;
}

.a_style2{
	display: block;
    max-width: 400px;
    background-color: #333333;
    padding: 20px;
    box-sizing: border-box;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.6rem;
    background-image: url(../../img/arrow_03.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 4px auto;
	margin:auto;
}



/*フローラライフページ*/
.f_sky{
	color: #00acdc !important;
}

.bg_sky{
	background-color: #e4f6f9 !important;
}

.bg_sky_d{
	background-color:#01addc !important;
}

.b_sky{
	    border-left: 5px solid #01addc !important;
}

.f_blue{
	color: #3057a6 !important;
}


.bg_blue{
	background-color: #eef3fb !important;
}

.bg_blue_d{
	background-color:#3057a6 !important;
}
.b_blue{
	    border-left: 5px solid #3057a6 !important;
}

.f_orange{
	color: #f6ab00 !important;
}

.bg_orange{
	background-color: #fff6e3 !important;
}

.bg_orange_d{
	background-color:#ea9604 !important;
}
.b_orange{
	    border-left: 5px solid #f6ab00 !important;
}


.f_red{
	color: #a21d27 !important;
}

.bg_red{
	background-color: #ffeeef !important;
}

.bg_red_d{
	background-color:#a21d27 !important;
}
.b_red{
	    border-left: 5px solid #a21d27 !important;
}



.f_purple{
	color:#a9368e !important;
}

.bg_purple{
	background-color: #f2e5ef !important;
}

.bg_purple_d{
	background-color:#a9368e !important;
}
.b_purple{
	    border-left: 5px solid #a9368e !important;
}

.bg_white{
	background-color:#fff;
}
.f_color{
	color:#fff;
}
.h1_box_products1_nobg{
	background-image:none !important;
}

.table_style1{
	border-collapse:collapse;
	vertical-align:top;
	width:min(100%,700px);
	margin:auto;
}

.table_style1 th,
.table_style1 td{
	padding:10px;
	vertical-align:top;
	text-align:center;
}

.table_style1 th{
	font-size:18px;
}


.table_style1 td p{
	height:2.5em;
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:center;
	margin-top:10px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;
}