@charset "UTF-8";
:root {
    --color-bk: #333;
    --color-wh: #fff;
    --color-beg1: #FBF7F1;
    --color-gray: #BABABA;
    --color-gray2: #8D907C;
    --color-gray3: #707070;
    --color-gray4: #e0e0e0;
    --color-gr: #99BA4A;
    --color-gr2: #BFDB7D;
    --color-gr3: #E6ECC7;
    --color-gr4: #ADCE5E;
    --color-or: #FD9326;
    --color-or-l: #FAC964;
    --color-or-d: #EE7B01;
    --color-or2: #FFF5E4;
    --color-or3: #FFFAF2;
    --color-or4: #FF6C00;
    --color-aq: #8EC7E2;
    --color-pk: #F59292;
    --color-bl: #4884B5;
    --color-bl-l: #4A8CED;
    --color-bl-d: #215BA7;
    --color-yg: #B6E094;
    --color-pp: #C39AE0;
    --color-nav: #00296D;
    --color-ye: #EBCE43;
    --color-grad: linear-gradient(0deg,rgba(0, 41, 109, 0.9) 20%, rgba(0, 41, 109, 0) 100%);
    --txt-size: 18px;
    --txt-lh: 2.0;
    --inner-size: 1150;
    --hd-height: 86;
    --content-wrap: 120;
    --content-side : calc(60 / var(--inner-size) * 100cqi);
    --drop-shadow : drop-shadow(0px 3px 6px rgba(0, 41, 109, 0.16));
}

/* 基礎設定 */

body, html {
    color: var(--color-bk);
    font-size: var(--txt-size);
    line-height: var(--txt-lh);
    font-family: "Noto Selif JP", serif;
    position: relative;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: var(--color-wh);
}

/*--- 画面全体をフェードイン(animation設定) ---*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a {
    color: var(--color-gr);
}
a:hover,a:focus {
    color: var(--color-gr4);
}

a img {
  opacity: 1;
  /*
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  */
}
a img:hover {
  opacity: 0.8;
}

/* --- 文字の書式設定のみ --- */
/*--- txt CSS ---*/
h1 {
    margin: 0;
    padding: 0;
}
h1 .hd-logo {
  padding: 0;
  margin: 0;
    display: inline-block;
    float: left;
    margin-left: 0px;
}
h1 .hd-logo li {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1 .hd-logo li a {
  display: inline-block;
}
h1 .hd-logo .logo02 {
    width: 260px;
    margin: 15px 0 15px 15px;
    vertical-align: middle;
}
h1 .hd-logo li .logo-subtxt {
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
}
/*
h3 {
    text-align: center;
}
*/

/*-- btn01 --*/
.btn01-wrap {
    position: relative;
    display: inline-flex;
    margin-top: 35px;
    text-align: left;
    transition: all .3s ease 0s;
    cursor: pointer;
}
/**/
.btn01 .cnt {
    display: block;
    font-size: 0.8em;
    color: var(--color-gray);
}
.btn01 .cap {
    display: block;
    font-size: 0.8em;
}

.btn01 {
    color: #000;
    font-size: 0.9em;
    font-weight: bold;
    /*padding: 0 0 25px;*/
    padding: 0 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*-- list02 --*/
.list02 {
    list-style: none;
    margin: 0;
}
.list02 li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 20px;
    line-height: 1.8;
}
.list02 li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #FD9326;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.txt-block { display: inline-block }


.toplogo {
    width: 230px;
    height: 74px;
    /*
    background-color: var(--color-beg1);
    */
    position: relative;
    z-index: 100;
}
.toplogo img {
    width: 176px;
    height: auto;
    left: 0;
    filter: drop-shadow(0px 3px 6px rgba(0 0 0 / .15));
}

/* --------------------------------------------
    nav
-------------------------------------------- */
#drawer-checkbox {
  display: none;
}
#drawer-icon {
  display: inline-block;
  width: 38px;
  height: 32px;
    background-color: var(--color-beg1);
  margin: 0 auto;
  padding: 5px;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
}
#drawer-checkbox:checked ~ #drawer-icon::before {
  content: "";
}
#drawer-icon span {
  background: var(--color-bk);
  border-radius: 0px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 28px;
  height: 1px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  /*
  */
}
#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: var(--color-bk);
  border-radius: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
#drawer-icon span::before { margin-top: -10px; }
#drawer-icon span::after { margin-top: 19px; }
#drawer-checkbox:checked ~ #drawer-icon span {
    background-color: var(--color-beg1);
  top: 50%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  position: absolute;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-top: 0;
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-top: 0;
}
/*--- メニューコンテンツ ---*/
#drawer-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    width: 0;
    max-width: 0;
    height: 0;
    background-color: var(--color-beg1);
    transition: all 0.3s ease-in-out 0s;
    display: none;
}
#drawer-content .menu-box {
    display: block;
    width: 100%;
    margin: 130px auto 200px;
    padding: 0;
    text-align: center;
    vertical-align: top;
}
#drawer-content .menu-box h4 a { color: var(--color-bk); }
#drawer-content .menu-box a:hover { text-decoration: none; opacity: 0.7; }
#drawer-content .menu-box .menu-list {
    margin: 0 auto;
    padding: 0 0 0 40px;
    width: fit-content;
    text-align: left;
}
#drawer-content .menu-box .menu-list li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  list-style-type: none;
  padding: 10px 0;
}
#drawer-content .menu-box .menu-list li a.cat::before {
    content: url(../img/ico_clover.svg);
    display: inline-block;
    top: 12px;
    left: 0;
    /*
    */
    position: absolute;
}
#drawer-content .menu-box .menu-list li a.ext::after {
    content: url(../img/ico_ext.svg);
    display: inline-block;
    top: 10px;
    position: absolute;
    padding-left: 5px;
}
#drawer-content .menu-box .menu-list li a.ext {
    padding: 20px 35px 10px 5px;
}

#drawer-content .menu-box .menu-list li a {
    padding: 10px 35px 10px 0;
    color: var(--color-bk);
    text-decoration: none; }
#drawer-content .menu-box .menu-list li a.cat {
    margin-left: 24px;
    font-size: 20px;
}
#drawer-content .menu-box .menu-list li a.ico {
    padding: 0;
    margin-left: 20px;
}
#drawer-content .menu-box .menu-list li img {
    width: 32px;
}

#drawer-content .menuicon {
  width: 100%;
  margin: 75px auto 80px;
  text-align: center;
}

#drawer-checkbox:checked ~ #drawer-icon {
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
#drawer-checkbox:checked ~ #drawer-content {
  transform: translateY(0);
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
#drawer-close {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bk);
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 1;
  margin: 0;
  background-color: transparent;
  z-index: 5;
}


/* --------------------------------------------
    menu01
-------------------------------------------- */
#menu01 {
  position: fixed;
  background-color: var(--color-beg1);
  width: 100%;
  height: 74px;
  top: 0;
  left: 0;
  z-index: 20;
}
#menu01 .logo01 {
  width: 203px;
  height: auto;
  object-fit: contain;
  margin: 0;
  position: relative;
  z-index: 20;
}
.navbar-brand {
    visibility: hidden;
}
body.scrolled .navbar-brand {
    visibility: visible;
}
.navbar-brand {
  position: relative;
  top: 10px;
  left: 17px;
  display: inline-block;
  z-index: 100;
}

/*--- .scrolled ---*/
/*
.scrolled .logo01 { width: 300px!important; }
.scrolled #drawer-checkbox:checked ~ #drawer-content { transform: translateY(112.8px); }
*/

/*--- サイドボタン ---*/
.sidebtn {
    position: fixed;
    top: 16px;
    right: 92px;
    z-index: 20;
    margin: 0;
    padding: 0;
}
.btn_a {
    background: url(../img/btn_a_on.svg) no-repeat 0 0px;
}
.btn_a a {
    display: inline-block;
}
.btn_a a:hover img {
    visibility: hidden;
}
.btn_b {
    display: inline-block;
    padding: 0;
    background: url(../img/btn_b_on.svg) no-repeat 0 0;
}
.btn_b a {
}
.btn_b a:hover img {
    visibility: hidden;
}

.btn_c {
    display: inline-block;
    padding: 0;
    background: url(../img/btn_c_on.svg) no-repeat 0 0;
    position: absolute;
    bottom: 30px;
    right: 40px;
}
a:hover .btn_c img {
    visibility: hidden;
}
.btn_d {
    background: url(../img/btn_d_on.svg) no-repeat 0 0px;
}
.btn_d a {
    display: inline-block;
}
.btn_d a:hover img {
    visibility: hidden;
}

.btn00 {
    position: relative;
    z-index: 2;
}
.btn00 a {
    color: var(--color-wh);
    font-size: 18px;
    letter-spacing: 0.08em;
    display: block;
    width: 101px;
    height: auto;
    margin: 0 auto 0px;
    padding: 0px 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
    background: linear-gradient(90deg, var(--color-or-d) 10%, var(--color-or-l) 45%, var(--color-or-l) 55%, var(--color-or-d) 90%);
    background-size: 200% 100%;
    border: none;
    border-radius: 20px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2))
}
.btn00 a:hover { background-position: 100% 0; }

.btn03 {
    position: relative;
    z-index: 2;
    margin: 40px 0 0 0;
}
.btn03 a {
    color: var(--color-wh);
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0px;
    padding: 8px 25px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
    background: linear-gradient(80deg, var(--color-or-d) 30%, var(--color-or-l) 50%, var(--color-or-d) 80%);
    background-size: 200% 100%;
    border: none;
    border-radius: 40px;

}
.btn03 a::after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    display: block;
    width: 11px;
    height: 11px;
    background-color: transparent;
    background-image: url(../img/arrow_s-wh.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}

.btn03 a:hover { background-position: 100% 0; }


/* --------------------------------------------
    POP UP
-------------------------------------------- */
.mfp-content .row {
	background: #fff;
    width: 980px;
    padding: 100px 80px 120px;
    margin: 50px auto 50px;
    position: relative;
    border-radius: 10px;
    overflow-x: hidden !important;
}
.mfp-content .row .imgarea {
    margin-top: 20px;
}
.mfp-content .row .imgarea > div {
    padding: 0;
}
.mfp-content .row .imgarea img {
    padding-right: 10px;
}

.mfp-content .row h4 {
    width: 240px;
    margin: 0 auto 40px;
}
.mfp-content .row p {
	margin: 0;
    padding: 15px 0 0;
    color: #404040;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 2;
}

.mfp-content .row img {
    width: 600px;
	max-width: 100%;
    position: relative;
    z-index: 1;
}

.mfp-content .row .popup-modal-dismiss {
    display: block;
    margin: 0px auto 0;
    padding: 0;
    height: 60px;
}
/**/
.closebtn01 {
    position: absolute;
    left: 50%;
    z-index: 999;
    bottom: 40px;
    transform: translateX(-50%);
    width: fit-content;
}
.closebtn01 a {
    display: inline-block;
    width: 40px;
    height: 60px;
    padding: 0;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.closebtn01 a::before {
    content: url(../img/cross_s-bk.svg);
    display: inline-block;
    top: 9px;
    left: 12px;
    position: absolute;
}
/**/
.closebtn02 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.closebtn02 a {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    width: 40px;
    height: 60px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.closebtn02 a::before {
    content: url(../img/cross_s-bk.svg);
    display: inline-block;
    top: 9px;
    left: 12px;
    position: absolute;
}

@media screen and (max-width: 991px) {
  .mfp-content .row { width: 500px; padding: 25px 15px; }
}
@media screen and (max-width: 767px) {
  .mfp-content .row {
    width: 95%;
    max-width: 900px;
    height: 95vh;
    overflow: scroll;
    margin: 15px auto;
    padding: 60px 5px 25px;
    position: fixed;
    top: 0;
    }
    .mfp-content .row p {
    margin: 0;
    padding: 15px 30px 0;
    line-height: 1.8;
    letter-spacing: 0.03em;
    /*
    font-size: 16px;
    */
}
.closebtn01 {
    position: relative;
    inset: 0;
    margin-top: 25px !important;
    transform: translateX(0);
}
.mfp-content .row .point {
    font-size: 16px;
}
.mfp-content .voice-tit01 {
    font-size: 18px;
}
.mfp-content .row .point.left,.mfp-content .row .point.right {
    width: auto;
    margin: 20px 0 0;
}
  .mfp-content .row .col-sm-12 .col-md-6 { padding-left: 0; padding-right: 0; }
  .mfp-close-btn-in .mfp-close { display: none; }
  .mfp-content .row p.popup-modal-dismiss { padding-bottom: 50px; }
  .closebtn02 { padding: 0; }
  .closebtn02 a { padding: 10px; }
  .closebtn01 a::before,
  .closebtn02 a::before,
  #sec08 .entry-box a .arrow::before { top: 14px!important; }
  .closebtn02 img { width: 40px!important; }
}


/* --------------------------------------------
    コンテンツ
-------------------------------------------- */

/*--- メインビジュアル ---*/
#hd01 {
    margin-top: -99px;
}

#hd01 .slide-title {
    /*
    font-family: 'Noto Serif JP', Serif;
    */
    font-size: 46px;
    font-weight: 700;
    line-height: 52px;
    position: absolute;
    left: 58px;
    bottom: 50px;
    color: var(--color-wh);
    filter: drop-shadow(0px 3px 6px rgba(0 0 0 / .15));
}

.sec-wrap {
    width: 992px;
    max-width: 100%;
    margin: 0 auto;
    /*
    width: 1064px;
    padding-inline: 36px;
    */
    padding-bottom: 60px;
}

.sec-wrap h3 {
    position: relative;
    color: var(--color-gr);
    font-size: 34px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 50px;
}
.sec-wrap h3::before {
    content: '';/*何も入れない*/
    display: inline-block;
    width: 36px;/*画像の幅*/
    height: 36px;/*画像の高さ*/
    background-image: url(../img/ico_bird_gr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 5px;
    left: -48px;
    position: absolute;
}


.row {
    margin: 0;
}
.row > div {
    padding: 0;
}

/* --- sec01 --- */
#sec01{
    position: relative;
    background-image: url(../img/bg2.jpg);
}
#sec01 .sec01-wrap {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 0;
}

#sec01 .txtarea {
    background-image: url(../img/bg1.jpg);
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 1180px;
    max-width: 100%;
    margin: 0;
    padding: 212px 0 0;
}
#sec01 .txtarea .tit {
    width: 328px;
    padding: 30px 0 0px 0;
    margin: 0 -50px 60px 0;
    background-image: url(../img/bg1_pic2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
#sec01 .txtarea .txt {
    width: 906px;
    font-size: 18px;
    line-height: 50px;
    padding: 200px 12% 160px 20%;
    background-image: url(../img/bg1_pic1.jpg);
    background-size: 38%;
    background-repeat: no-repeat;
}
#sec01 h3 {
    position: relative;
    line-height: 48px;
    font-size: 32px;
    letter-spacing: 0.2em;
    text-align: left;
    color: var(--color-gr);
    writing-mode: vertical-rl;
    margin: 0px auto 0;
    padding: 0 75px 0 0px;
}
#sec01 h3::before {
    display: none;
}
#sec01 p {
    padding: 0 0 36px;
}


/* --- sec02 --- */
#sec02 {
    background-image: url(../img/bg2.jpg);
    position: relative;
    padding: 160px 0 70px;
}

.product-list {
    margin: 0 -16px 0;
}
.product-item {
    padding: 0 16px 32px !important;
}
.product-item .poplink img {
    max-width: 100%;
}

#sec02 h4 {
    color: var(--color-gr);
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 30px 20px 30px 20px;
    margin-left: 20px;
}

#sec02 h4::before {
    content: "";
    width: 16px;
    height: 1px;
    display: inline-block;
    background-color: var(--color-gr);
    position: relative;
    bottom: 6px;
    margin-right: 5px
}
#sec02 h4::after {
    content: "";
    width: 16px;
    height: 1px;
    display: inline-block;
    background-color: var(--color-gr);
    position: relative;
    bottom: 6px;
    margin-left: 5px;
}
.bnr-list {
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0 100px 0;
}
.bnr-list li {
    align-self: flex-end;
    padding: 0 30px 0px 0;
}
.bnr-list li a {
    display: inline-block;
}

.bnr-list .bnr1 {
    flex-basis: 15%;
}
.bnr-list .bnr2 {
    flex-basis: 22%;
}
.bnr-list .bnr3 {
    flex-basis: 27%;
}
.bnr-list .bnr4 {
    flex-basis: 17%;
}
.bnr-list .bnr5 {
    flex-basis: 19%;
}
.bnr-l {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}


/* --- sec03 --- */
#sec03 {
    position: relative;
    background-image: url(../img/bg3.jpg);
    background-position: top center;
    padding: 120px 0 70px;
}

#sec03 h3 {
    position: relative;
    /*
    margin: 0 auto 0;
    padding: 0 0 60px;*/
}
.btn-area-r {
    text-align: right;
    margin: 10px 0 20px;
}
.bnr-line {
    position: relative;
    width: 800px;
    max-width: 100%;
    margin: 60px auto 0;
    text-align: right;
}
.bnr-line a:hover img {
    opacity: 1;
}

/* --- sec04 --- */
#sec04 {
    background-color: var(--color-gr2);
    position: relative;
}
#sec04 .sec04-wrap {
    padding-top: 140px;
    background-image: url(../img/bg4.svg);
    background-repeat: no-repeat;
    background-position: 100% 120px;
}

.sec04-wrap h3 {
    color: var(--color-wh);
}
.sec04-wrap h3::before {
    background-image: url(../img/ico_bird_wh.svg);
}


/* --- sec05 --- */
#sec05 {
    background-color: var(--color-beg1);
    position: relative;
    padding: 130px 0 70px;
}
#sec05 h3 {
    padding-bottom: 30px;
}

#sec05 h4 img {
    width: 270px;
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;
    /*
    margin: 0 auto;
    object-fit: contain;
    */
}
#sec05 p {
    line-height: 42px;
}


/*---------- full-map ----------*/
.full-map {
    line-height: 0;
    width: 100%;
    height: 407px;
    overflow: hidden;
}
.full-map iframe {
    width: 100%;
    height: 700px;
    margin-top: -150px;
}


/* --------------------------------------------
    footer
-------------------------------------------- */
#ft01 {
    background-color: var(--color-wh);
    position: relative;
}
#ft01 .ft-text {
    color: var(--color-gr);
    font-size: 14px;
    margin: 0 auto;
    padding: 12px 0 10px;
    text-align: center;
    line-height: 1.5;
}

/* --------------------------------------------
    Responsive
-------------------------------------------- */
@media screen and (max-width: 1240px) {
    #sec01 .sec01-wrap {
        width: 100%;
    }
    .sec-wrap h3 {
        margin-left: 50px;
    }
}
@media screen and (max-width: 1024px) {
    #sec01 .txtarea .tit {margin-right: 0;}
}

@media screen and (min-width: 768px) {
    .xs-hidden { display: block; }
    .xs-block { display:none!important; }

}
@media screen and (max-width: 991px) {
    :root {
        --txt-size: 17px;
    }
    #hd01 {
    margin-top: 0px;
}

    .sec-wrap { padding-inline: 20px; }
    #sec01 .sec01-tit01 { font-size: 32px; line-height: 52px; }
    #sec01 .sec01-txt01 { margin-top: 36px; line-height: 2; }
    #sec01 .sec01-img01 {
        padding-right: 50px;
        margin-left: -10%;
        width: 110%;
    }
    #sec02 h3 img { max-width: 300px; }
    #sec02 .sec02-wrap02 .sec02-tit01, #sec02 .sec02-wrap03 .sec02-tit01 { font-size: 1.35em; }
    #sec03 .sec03-tit01 { font-size: 32px; }
    #sec04 .voice { gap: 26px; }
    #sec04 .voice .voice-tit { width: 220px; }
    #sec04 .voice .voice-tit h3 img { width: calc(100% + 42px); margin-left: -42px; }
    #sec04 .voice .voice-item > a { font-size: 22px; }
    #sec04 .poplink .arrow,
    .linkbnr .arrow { width: 36px; height: 54px; }
    #sec04 .poplink .arrow::before { left: 8px; }
    #sec04 .poplink .txt { padding: 6px 56px 0 0; }
    #sec04 .poplink div .cnt { font-size: 15px; }
    #sec04 .poplink img { width: 180px; margin-right: 26px; }
}
@media screen and (max-width: 767px) {
    #toplogo {
        display: none;
    }
    #drawer-content .menu-box {
        margin: 100px auto 200px;
    }
    :root {
        --txt-size: 16px;
    }
  .txt-block { display: initial; }
  .xs-hidden { display: none!important; }
  .xs-block { display: block; }
  body, html { overflow-x: hidden; }

  .navbar-brand { margin: -5px auto 0px -5px; padding: 0px; border-radius: 0;
    /*width: 100%;*/ }
  #menu01 .logo01 { width: 170px; z-index: 10; }
  #menu01 { height: 60px; }

  #drawer-icon {
    width: 59px;
    padding: 15px;
    right: 0px;
    top: 14px;
    }


  #drawer-icon::before { font-size: 0.55em; }
  #drawer-icon span { width: 21px; left: 32%; }
  #drawer-icon span::before { margin-top: -5px; }
  #drawer-icon span::after { margin-top: 9px; }
#drawer-content {
     border-radius: 0;
}
/*
#drawer-content .menu-box .menu-list {
    padding: 0 0 0 40px;
}
*/
#drawer-content .menu-box .menu-list li {
    padding: 5px 0;
}
#drawer-content .menu-box .menu-list li a.cat::before {
    top: 6px;
}
#drawer-content .menu-box .menu-list li a.ext::after {
    top: 4px;
}
.navbar-brand {
    visibility: visible;
}

.sidebtn {
    display: none !important;
}
/*--- メインビジュアル ---*/
#hd01 {
    z-index: 0;
    margin-top: 60px;
}
/*
#hd01 .main-simg01 {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto 0px;
    position: relative;
    max-height: 100vh;
    background-image: url(../img/main-simg01_pic.png);
    background-size: contain;
    background-repeat: no-repeat;
}
*/
#hd01 .slide-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    left: 20px;
    bottom: 45%;
}
#hd01 .img-cover {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}
.hd-txt {
    line-height: 30px;
    padding: 0 30px 40px;
    letter-spacing: 0.02em;
}

.sec-wrap { padding-inline: 0; }
.sec-wrap h3 {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 30px;
    margin-left: 40px;
}

.sec-wrap h3::before {
    content: '';/*何も入れない*/
    display: inline-block;
    width: 26px;/*画像の幅*/
    height: 26px;/*画像の高さ*/
    background-image: url(../img/ico_bird_gr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 5px;
    left: -30px;
    position: absolute;
}
.sec04-wrap h3::before {
    background-image: url(../img/ico_bird_wh.svg);
}

#sec01 { margin: 0 auto 0; padding: 0; }
#sec01 h3 {
    line-height: 1.8em;
    font-size: 24px;
    letter-spacing: 0.1em;
    writing-mode: initial;
    margin: 0 auto 0;
    padding: 0;
}
#sec01 h3 img {
    width: 220px;
}
/**/
#sec01 .txtarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0px 0 0;
}
#sec01 .txtarea .tit {
    width: auto;
    padding: 90px 20px 30px;
    margin: 0;
    background-size: 30%;
    background-position: bottom right;
}
#sec01 .txtarea .txt {
    width: auto;
    font-size: 16px;
    line-height: 2.5em;
    padding: 0px 13% 30px;
    background-image: url(../img/bg1_pic1.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 75% ;
}
#sec01 p {
    padding: 0 0 28px;
    margin: 0;
}


#sec02 {
    padding: 60px 0 0px;
}
#sec02 h3 img {
        width: 210px;
}
.product-list {
    margin: 0;
    padding: 0 30px 0;
}

    /*
.product-item {
    padding: 0 0 30px !important;
    width: auto;
    margin: 0 0 30px;
}
    */
    /*
.product-item:nth-child(even) {
    padding: 0 0 30px !important;
    margin: 0 0 30px;
}
    */
.closebtn02 a {
    top: 0px;
    right: 15px;
}
.mfp-content .row .imgarea {
    padding: 0 30px;
}
.mfp-content .row .imgarea img {
    padding: 0 0 20px;
}
.mfp-content .row h4 {
    width: 180px;
    margin: 0 auto 20px;
}
#sec02 h4 {
    padding: 30px 0px 10px;
    margin-left: 20px;
}

.bnr-list {
    margin: 0px 0 50px 0;
    padding: 0 0 0 15px
}
.bnr-list li {
    flex-basis: 33% !important;
    align-self: center;
    padding: 0 10px 10px 0;
}

.bnr-l {
    max-width: 90%;
}


#sec03 {
    padding: 40px 0 0px;
}
#sec03 h3 {
    padding: 0 0 40px;
}
.sec03-wrap > div {
    padding: 0 20px;

}
.btn_c {
    bottom: 10px;
    left: 35px;
}

#sec04 .sec04-wrap {
    padding-top: 40px;
    background-image: url(../img/bg4.svg);
    background-repeat: no-repeat;
    background-position: 95% 30px;
    background-size: 60%;
}
.sec04-wrap > p {
    padding: 0 20px;

}
.btn_d {
    margin-left: 20px;
}


#sec05 {
    padding: 40px 10px 0px;
}


#sec05 p {
    line-height: 30px;
    padding: 0 20px;
}

#ft01 .ft-bnrbox .ft-bnr01 {
    padding: 20px 20px 0;
}

#ft01 .ft-text02 {
    padding: 15px 0;
    line-height: 1.3;
}

    .slide-flex {
        flex-direction: column-reverse;
        gap: 5.5rem;
    }
    .sw-flex {
        width: 100%;
    }
    .sw-btn {
        top: 3.5rem;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .swiper-scrollbar { width: 100% !important;}
    .swiper-button-prev { left: -3.5em !important;}
    .swiper-button-next { left: 1.5em !important;}
    .swiper-scrollbar { left: auto !important;}
}




/* --------------------------------------------
    MAIL FORM PRO
-------------------------------------------- */
.form-box {
    width: 100%;
    margin: 60px 0;
    padding: 46px 60px;
    background-color: var(--color-beg1);
}
#mailformpro .must {
    display: inline-block;
    color: var(--color-wh);
    font-size: 15px;
    /*
    letter-spacing: 0.02em;
    */
    float: none;
    margin-left: 10px;
    padding: 3px 12px 4px;
    background-color: var(--color-gr);
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent;
    text-shadow: 0px 0px 0px transparent;
    background-image: none !important;
}
#mailformpro dl.mailform-item {
    display: flex;
    align-items: baseline;
    margin: 0 0 20px;
}
/*
#mailformpro dl.mailform-item:not(:last-of-type) { border-bottom: 2px solid #D8D8D8; }
*/
#mailformpro dt.mfp,
#mailformpro dd.mfp {
    font-size: 1rem;
    text-align: left;
    border-top: none;
    /*
    letter-spacing: 0.02em;
    */
    margin: 0 auto;
    padding: 16px 0;
    background-color: transparent!important;
}
#mailformpro dt.mfp {
    font-size: 18px;
    font-weight: 300;
    width: 260px;
}
#mailformpro dd.mfp { flex: 1; }
#mailformpro input:not([type="checkbox"]) {
    font-weight: 400;
    display: block;
    width: 100%!important;
    max-width: 100%;
    border: none;
    /*
    border-radius: 5px;
    */
    background-color: var(--color-gr3)!important;
    padding: 12px 16px;
    box-shadow: 0 0 0 transparent;
}
#mailformpro input:not([type="checkbox"]):focus-visible {
    border-color: var(--color-gr);
}
#mailformpro input[type="hidden"] { display: none!important; }


input:-internal-autofill-selected {
    background-color: var(--color-gr3)!important;
}

/* チェックボックスのアイコン */
form#mailformpro label {
    margin: 10px 20px !important;
    padding-left: 0px !important;
    font-size: 18px;
    font-weight: 300;
}
.item-checkbox {
    margin-bottom: 30px;
    background-color: var(--color-gr3);
    padding-right:10px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}

.checkbox_icon {
    position: relative;
    width: 24px;
    height: 24px;
    /*
    */
    appearance: none;
    background-color: var(--color-gr3);
    border: solid 1px var(--color-bk);
    margin-left: 20px;
    margin-top: -3px !important;
    margin-right: 8px !important;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
}
/*
*/
.checkbox_icon::before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/icon-check.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox_icon:checked { background-color: var(--color-gr); }
.checkbox_icon:checked::before { opacity: 1; }
form#mailformpro label.mfp_checked {
    padding: 0!important;
    border: none!important;
    background-color: var(--color-gr3) !important;
    box-shadow: none!important;
}

#mailformpro textarea {
    display: block!important;
    height: 15em!important;
    width: 100%!important;
    max-width: 100%;
    padding: 15px 20px;
    background-color: var(--color-gr3);
    outline: none;
    border: none;
    /*
    border-radius: 20px;
    */
    box-shadow: 0px 0px 0px transparent;
}
form#mailformpro label.mfp_not_checked { border: none!important; }
#mailformpro #mfp_hidden input { display: none!important; }

::placeholder {
  color: var(--color-gray2);
  font-weight: 300;
  /*
  letter-spacing: 0.05em;
  */
}
.form-box .policy-box {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    width: 100%;
    height: 15em;
    overflow-y: scroll;
    background-color: var(--color-gr3);
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    padding: 0 20px;
    border-radius: 0px;
    border: none;
}
.form-box .policy-box p { margin: 0 auto; padding: 0; }
form#mailformpro label.mfp_checked {
    border: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px transparent;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
    text-shadow: none !important;
}
.mfp_buttons button,
.mfp_buttons a {
    color: var(--color-wh);
    font-size: 1rem;
    font-weight: 400;
    /*
    letter-spacing: 0.05em;
    */
    background: var(--color-gr4);
    display: block;
    width: fit-content;
    margin: 0 auto 0;
    padding: 16px 50px;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.mfp_buttons button:hover,
.mfp_buttons a:hover {
    color: var(--color-wh);
    background: var(--color-gr);
    box-shadow: none;
}
div.mfp_err { background: none!important; }

/*確認画面*/
#mfp_overlay {
    position: fixed !important;
    top: 50% !important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    max-height: 86vh;
    overflow-y: auto;
    width: 640px!important;
    max-width: 90%;
    background-color: #fff;
    border-radius: 16px !important;
}
#mfp_overlay_inner {
    padding: 2rem!important;
    border-radius: 16px!important;
    max-height: 86vh;
    overflow-y: auto;
    background-color: transparent!important;
    box-shadow: none!important;
    border-radius: 0 !important;
    max-width: 100%!important;
}
div#mfp_overlay_inner > h4 {
    text-align: center;
    margin-bottom: 16px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    font-size: 1rem !important;
    padding: 8px 16px !important;
    border-color: #ccc!important;
}
table#mfp_confirm_table tr:last-child th,
table#mfp_confirm_table tr:last-child td { border-bottom: #ccc; }
div#mfp_overlay_inner .mfp_buttons {
    display: flex;
    gap: 12px;
}
@media screen and (max-width: 991px) {
    #mailformpro dl.mailform-item { flex-direction: column; }
    #mailformpro dt.mfp,
    #mailformpro dd.mfp { width: 100%; }
    #mailformpro dt.mfp { padding-top: 20px; padding-bottom: 0; }
    #mailformpro dd.mfp { padding-top: 10px; padding-bottom: 20px; }
}
@media screen and (max-width: 767px) {
    .form-box { padding: 16px 20px; }
    #mailformpro dt.mfp { font-size: 16px; }
    #mailformpro .must { font-size: 14px; }
    #mailformpro input:not([type="checkbox"]) { font-size: 15px; padding: 12px 14px; }
    #mailformpro {padding: 5px 5px !important;}
}
@media screen and (max-width: 575px) {
    .form-box {
        padding: 16px 16px 30px;
        margin: 40px 0 0;
    }
    #mailformpro textarea { padding: 13px 16px; }
    div#mfp_overlay_inner { padding: 26px 16px !important; }
    div#mfp_overlay_inner > h4 { font-size: 18px; }
    div#mfp_overlay_inner .mfp_buttons { display: block; }
    div#mfp_overlay_inner table#mfp_confirm_table { margin-bottom: 30px; }
    div#mfp_overlay_inner div.mfp_buttons button {
        display: block;
        width: 100%;
        margin: 0;
        padding: 13px 20px;
    }
    .thanks-content .sizeh5 { font-size: 18px; }
    #mailformpro dl.mailform-item {
    margin: 0 0 0px;
    }
    .form-box .policy-box {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    width: 100%;
    margin: 0em;
    padding: 0 20px;
    }
}