@charset "UTF-8";
/*!
 * ress.css ? v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

html,body {
  overflow-x: hidden;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */

li {
  list-style: none;
}

hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #391e88;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

::-moz-selection {
  color: #fff;
  background-color: #391e88;
}

::selection {
  color: #fff;
  background-color: #391e88;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-inner {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 15px;
}

.l-header2_sub .page_ttl .main_ttl,
.l-header2_sub h2 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.l-header2_sub .page_ttl .sub_ttl {
  font-size: 15px;
  font-size: 0.9375rem;
}

.l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    height: 72px;
    margin-top: 28px;
    padding: 0 30px;
    transition: all 0.3s;
    z-index: 10;
    background: transparent;
}

.l-header2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: transparent;
}

.l-header2_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 72px;
    margin-top: 28px;
    padding: 0 30px;
    transition: all 0.3s;
}

.l-header #siteId,
.l-header2_main #siteId,
.l-header2_sub {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto; 
/*  margin-left: 250px; */
}

.l-header2_sub {
  margin-top: 55px;
}

@media screen and (max-width: 1600px) {
.l-header #siteId,
.l-header2_main #siteId {
  width: 80%;
  max-width: 1200px;
}
}

.hamburger {
/*    position: fixed;
    top: 36px;
    left: 50px; */
position: relative;
    width: 32px;
    height: 50px;
    background-color: transparent;
    transition: 0.3s;
    cursor: pointer;
    z-index: 30;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger span {
    position: absolute;
    left: 0px;
    width: 32px;
    height: 1px;
    background: #001e00;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 12px;
}

.hamburger span:nth-child(2) {
    top: 24px;
}

.hamburger span:nth-child(3) {
    top: 36px;
}

.hamburger.active span:nth-child(1) {
    top: 25px;
    left: 0px;
    background: #fff;
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 25px;
    background: #fff;
    transform: rotate(45deg);
}

#navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(8 210 60 / 0.9);
    border-radius: 46px;
    color: #fff;
/*    text-align: center; */
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    visibility: hidden;
    z-index: 20;
}

#navi.active {
    opacity: 1;
    visibility: visible;
}

#navi .logo {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 100px;
}

#navi .menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 100px 0 40px 0;
  font-weight: 400;
}

#navi .menu li {
  position: relative;
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 2rem;
}
/*
#navi .menu li:before {
  content:url(../images/common/grape.svg);
  display:inline-block;
  width:26px;
  height:auto;
  margin:0 10px 20px 0;
  position:relative;
  top:3px;
  left:0;

}
*/

#navi .menu li:before {
  content: "";
  display:inline-block;
  width:26px;
  height:27px;
  margin:0 20px 20px 0;
  position:relative;
  top:3px;
  left:0;

 background-image: url(../images/common/grape.svg);
  background-size: contain;
  vertical-align: middle;

  z-index:30;
}

#navi .menu a {
    color: #fff;
}

.l-header.is-active {
  height: 72px;
  background-color: transparent;
  opacity: 0.85;
}

.l-footer {
  padding: 60px 30px;
  background-color: transparent;
}

body:not(.top) .l-footer {
  background-color: #fff;
}

.l-footer #l-footer__upper,
.l-footer #l-footer__lower {
  text-align: center;
}

.l-footer #l-footer__upper p:not(:first-child) {
  margin-top: 25px;
  color: #1d2087;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.l-footer #l-footer__upper p:first-child {
  font-size: 12px;
  font-size: 0.750rem;
}

.l-footer #l-footer__lower {
  margin-top: 162px;
}

.l-footer .commone_logo img {
  max-width: 150px;
}

.l-footer .bc_logo img {
  max-width: 140px;
}

.c-copyright {
  margin-top: 15px;
  color: #001e00;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.c-copyright__link {
  text-decoration: none;
  color: #a798b7;
}
.c-copyright__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.l-section {
  padding: 70px 0;
}

/* typography */

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-antique-medium {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.page_ttl {
/*  margin-top: 55px; */
  font-size: 28px;
  font-size: 1.75rem;
}

.h32 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.25;
}

.h28 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.0;
}

.h22a {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}

.h22b {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.7;
}

/* 字詰め */
.lspc-01 {
  letter-spacing: -0.1em;
}
.lspc-02 {
  letter-spacing: -0.2em;
}
.lspc005 {
  letter-spacing: 0.05em;
}
.lspc01 {
  letter-spacing: 0.1em;
}

.ta-center {
  text-align: center;
}

/* btn_full イラスト＋テキスト＋矢印 */

a.btn_full_a {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 370px;
    width: fit-content;
    margin-inline: auto;
    padding: 20px 32px;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}
a.btn_full_a:hover {
    opacity: 0.8;
}
a.btn_full_a .a__icon {
    padding-right: 2rem;
}
a.btn_full_a .a__icon img {
    max-width: 100%;
    vertical-align: middle;

}

a.btn_full_a .a__icon img {
    width: 30px;
}

a.btn_full_a .a__text {
    display: block;
    flex-grow: 1;
    color: #001e00;
/*    font-weight: bold; */
    text-align: center;
    position: relative;
    padding-right: 3rem;
    font-size: 18px;
    font-size: 1.125rem;
}
a.btn_full_a .a__text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #001e00;
    border-right: 2px solid #001e00;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}

/* btn_blk テキスト＋矢印 */
a.btn_blk_a,
.top-news-list__body .onB.il-blk a,
.c-form__btn .btn_blk_a {
    position: relative;
    display: flex;
    align-items: center;
/*    max-width: 120px; */
    width: fit-content;
    padding: 18px 45px;
    border-radius: 28px;
    background: #001e00;
    text-decoration: none;
    transition: 0.3s;
}

.top-news-list__body .onB.il-blk a:hover,
a.btn_blk_a:hover,
button.btn_blk_a:hover {
    opacity: 0.8;
}

a.btn_blk_a .a__text,
.top-news-list__body .onB.il-blk a .a__text,
.c-form__btn .btn_blk_a .a__text {
    display: block;
    flex-grow: 1;
    color: #fff;
/*    font-weight: bold; */
    text-align: center;
    position: relative;
    padding-right: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
}
a.btn_blk_a .a__text::after,
.top-news-list__body .onB.il-blk a .a__text::after,
.c-form__btn .btn_blk_a .a__text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    transition: 0.3s;
}
/*
@media (max-width: 1200px) {
    a.btn_full_a .a__icon img {
        width: 32px;
    }
    a.btn_full_a .a__text {
        font-size: 18px;
        padding-right: 20px;
    }
    a.btn_full_a .a__text::after {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 736px) {
    a.btn_full_a {
        max-width: 320px;
    }
    a.btn_full_a .a__icon img {
        width: 28px;
    }
    a.btn_full_a .a__text {
        font-size: 14px;
        padding-right: 20px;
    }
    a.btn_full_a .a__text::after {
        width: 10px;
        height: 10px;
    }
}
*/



.onB::after {
  content:"";
  display: block;
  border-bottom: 1px solid #001e00;
}


.il-blk {
  display: inline-block;
}

.c-btn--block {
  display: block;
  max-width: 300px;
  margin-inline: auto;
}
.c-btn--center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c-btn--transparent {
  border: 1px solid #fff;
  background: none;
}
.c-btn--transparent:hover {
  opacity: 0.8;
}

.c-label-category {
  position: relative;
  display: block;
  width: fit-content;
  padding: 3px 12px;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
/*  font-weight: bold; */
}

.c-label-category.r8 {
  border-radius: 8px;
}

.c-label-category.r16 {
  border-radius: 16px;
}

.c-label-category.r20 {
  border-radius: 20px;
}

.c-label-category.r28 {
  border-radius: 28px;
}

/*
.c-label-category span::after {
  content="";
  position: absolute;
  top: 
}
*/

.b-label-category {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;    
  padding: 22px 29px;
  border-radius: 43px;
}

.b-label-category .a__icon {
    padding-left: 32px;
}
.b-label-category .a__icon img {
    width: 39px;
    vertical-align: middle;
}
.b-label-category .a__text {
  display: block;
  flex-grow: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-left: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.0;
}

.a-label-category {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;    
  padding: 0.5rem 1.25rem;
  border-radius: 43px;
}

.a-label-category .a__icon {
    padding-left: 2rem;
}
.a-label-category .a__icon img {
    width: 39px;
    vertical-align: middle;
}
.a-label-category .a__text {
  display: block;
  flex-grow: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-left: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.0;
}

.circle {
   background: #001e00;
   border-radius: 1.4em;
  -moz-border-radius: 1.4em;
  -webkit-border-radius: 1.4em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2.8em;
  margin-right: 15px;
  text-align: center;
  width: 2.8em;
  height: 2.8em;
}

/*　ボタン　ラベル　カラー（グリーン）　*/

.green01 {
  background-color: #96dc3c;
}
.green02 {
  background-color: #78d23c;
}
.green03 {
  background-color: #50d23c;
}
.green04 {
  background-color: #00aa00;
}
.green05 {
  background-color: #5ad23c;
}
.green06 {
  background-color: #dcf6d8;
}
.green07 {
  background-color: #e5f8e2;
}
.green08 {
  background-color: #caf1c4;
}
.white {
  background: #ffffff;
}
.black {
  background: #001e00;
}


main ul.tagList {
	width: 550px;
	margin: 10px 0;
	padding: 0;
}
main ul.tagList li {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
	line-height: 23px;
}
*:first-child + html main ul.tagList li {
	float:left;
}
* html main ul.tagList {
	overflow: hidden;
}
* html main ul.tagList li {
	float:left;
}

/* pc or sp switch */
.pc {
  display:block !important;
}
.sp {
  display: none !important;
}
.pc_inline {
  display:inline !important;
}
.sp_inline {
  display:none !important;
}

/* # =================================================================
     # TOP
     # ================================================================= */

.mainvisual {
  position: relative;
  max-width: 1440px;
  margin: 100px auto 0;
  padding: 30px 0;
}

.slider {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.slider-img {
  margin: 0 25px;
}
.slider-img img {
  height: auto;
  width: 100%;
}

.slider-img {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}

/*
.slider-img img {
  transition: transform .6s ease;
}

.slider-img:hover img {
  transform: scale(1.1);
}
*/

.slick-dots {
  bottom: -50px;
}
.slick-dots li {
    width: 12px;
    height: 6px !important;
    margin: 0 7px;
    border-radius: 26px;
    overflow: hidden;
}
.slick-dots li button {
  display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    color: transparent;
}
.slick-dots li button {
    width: 12px;
    height: 6px;
}
.slick-dots li button:before {
    width: 12px;
    height: 6px;
    content: '';
    opacity: 0.5;
    background: #50d23c;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-dots li button:after {
}
.slick-active {
    transform: scale(1);
    transition: transform .3s;
}
.slick-dots li button::after{
  position:absolute;
  content:'';
  width:0;
  height:5px;
  background:#000;
  top:0;
  left:0;
  z-index:10;
}
.slick-dots li.slide-dots button::after {
  width:100%;transition:width 3s ease-in-out;
}
.preve-slide{
  transition:transform .3s;
}

.index_carousel .slick-dots li.slick-active button::before,
.index_carousel .slick-dots li button:hover::before{opacity:1;}



.top-news.l-section {
  padding: 190px 0;
}

.top-news__inner,
.top-about__inner,
.top-statement__inner,
.top-access__inner {
  max-width: 1440px;
}

.top-news__body {
  position: relative;
  max-width: 370px;
}


.top-news-list__heading {
  display: flex;
  align-items: center;
}

.top-news-list__label {
  position: relative;
  margin-right: 18px;
}

.top-news-list__label::before,
.top-news-list__label::after  {
  content:"";
  display: block;
}
.top-news-list__label::before {
  border-top: 1px solid #000;
}
.top-news-list__label::after {
  border-bottom: 1px solid #000;
}

.top-news-list__label .c-label-category {
  padding: 2px 13px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.top-news-list__date {
  color: #001e00;
  font-size: 10px;
  font-size: 0.625rem;
}

.top-news-list__link {
  font-size: 18px;
  font-size: 1.125rem;
}

.top-news-list__body {
  margin-top: 7px;
}

.top-news-list__body > a,
.top-news-list__body a.top-news-list__link {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #001e00;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.top-news__link {
  margin-top: -9px;
}

.top-news-list__body .onB.il-blk a,
.top-news-list__body a.btn_blk_a {
  padding: 15px 37px;
}

.top-news-list__body > a::after,
.top-news-list__body a.top-news-list__link::after {
  content:"";
  display: block;
  margin-right: -4em;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.label__wrap {
  font-size: 0; /* inline-block使用時 label間の隙間除去 */
}

.label__wrap .c-label-category,
.grapes .label__group,
.flow .label__group {
/*  display: inline-block; */
  position: relative;
}

.grapes .label__group,
.flow .label__group {
  width: fit-content;
}

.c-label-category.r8::before,
.grapes .label__group::before,
.flow .label__group::before {
   content:"";
   display:block;
   width:100%;
   height:1px;
   background-color:#001e00;
   position:absolute;
   top: 0;
   left:0;
}

.grapes .label__group::before,
.flow .label__group::before {
   top: -1px;
}


.c-label-category.r8::after {
   content:"";
   display:block;
   width:100%;
   height:1px;
   background-color:#001e00;
   position:absolute;
   bottom: 0;
   left:0;
}

.label__group .c-label-category.r8::before {
  content: none;
}

.top-about__heading .c-label-category.r8 {
  padding: 2px 12.5px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.top-about__heading .c-label-category.r8::before,
.top-about__heading .c-label-category.r8::after {
  width: 104%;
}

.top-about__heading .c-label-category.green04  {
  padding: 2px 14.5px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.top-about__upper {
  position: relative;
  display: flex;
  margin-right: calc(50% - 50vw);
  padding: 2%;
  padding-right: calc(50vw - 50% + 20px);
  border-radius: 13px;
  background: #3cc846;
  color: #fff;
}

.top-about__upper::before,
.top-about__upper::after,
.top-about__lower::after,
.top-statement__body::before,
.top-statement__body::after {
   content:"";
   display:block;
   width:100%;
   height:1px;
   background-color:#001e00;
   position:absolute;
   left:0;
}

.top-about__upper::before,
 .top-statement__body::before {
   top:0;
}

.top-about__upper::after,
.top-statement__body::after {
   bottom:0;
}

.top-about-upper__heading {
  margin-right: 166px;
}

.top-about-upper__heading h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}

.top-about-upper__text {
  width: 432px;
  margin-right: 50px;
  line-height: 1.7;
  letter-spacing: 0;
}

.top-about-upper__img {
  align-self: flex-end;
}

.top-about__lower {
  position: relative;
  display: flex;
  margin-right: calc(50% - 50vw);
  padding: 2%;
  padding-right: calc(50vw - 50% + 20px);
  border-radius: 40px;
  background: #96dc3c;
  color: #254039;
}

.top-about__lower + .onB.il-blk  a.btn_blk_a {
  padding: 15px 34px;
}

.top-about__lower + .onB.il-blk  a.btn_blk_a .a__text {
  font-size: 15px;
}

.top-about__lower::after {
   bottom:0;
}

.top-about-lower__text {
  max-width: 340px;
  margin-left: 460px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

#top-about__more .flexBox {
/*
  justify-content: flex-end;
  flex-direction: row-reverse;
*/
}

#top-about__more .c-label-category.r8 {
  padding: 3px 13px;
}

#top-about__more,
#top-about__more .flexBox {
  margin-top: 200px;
}

#top-about__more .c-label-category.r8::after,
.top-access .c-label-category.r8::after,
.top-access .c-label-category.r16::before {
  content: none;
}

#top-about__more .b-label-category::before,
#top-about__more .a-label-category::before,
.top-access .c-label-category::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #001e00;
  position: absolute;
  top: 0;
  left: 0;
}

#top-about__more .b-label-category::after,
#top-about__more .a-label-category::after,
.top-access .c-label-category::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #001e00;
  position: absolute;
  bottom: 0;
  left: 0;
}

.flexBox {
  display: flex;
}

#top-about__more .a__text,
.page_label .b-label-category .a__text,
#l-footer__footernav .b-label-category .a__text {
  font-weight: 500;
}

#top-about__more .flexBoxImg {
  transform: translate(0px, -80px);
}

#top-about__more .flexBox .c-label-category.r8 {
  padding: 5px 17px;
  font-size: 12px;
  font-size: 0.750rem;
  font-weight: 400;
  letter-spacing: 0;
}

#top-about__more .flexBox .a-label-category {
  padding: 7px 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#top-about__more .il-blk.onB a.btn_blk_a {
  padding: 15px 41px;
}

#top-about__more .il-blk.onB a.btn_blk_a .a__text {
  font-size: 15px;
}

.top-statement__heading,
.top-access__heading {
  position: relative;
  width: fit-content;
}

.top-statement__heading::before,
 .top-access__heading::before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #001e00;
  position: absolute;
  top: -1px;
  left: 0;
}

.top-statement__heading .c-label-category.r8::before,
.top-statement__heading .c-label-category.r8::after,
.top-access__heading .c-label-category.r8::before {
  content: none;
}

.top-statement__heading .c-label-category.r8,
.top-access__heading .c-label-category.r8 {
  padding: 3px 15px;
}

.top-statement__heading .c-label-category.green03 {
  padding: 3px 14px;
}

.top-statement__heading .c-label-category.green03::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #001e00;
  position: absolute;
  top: 0;
  left: 0;
}

.top-statement__body {
  position: relative;
  display: flex;
  margin-right: calc(50% - 50vw);
  padding: 2%;
  padding-right: calc(50vw - 50% + 20px);
  border-radius: 40px;
  background: #50d23c;
}

.top-statement__body::after {
   bottom:0;
}

.top-statement__text {
  max-width: 460px;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
}

.top-statement__text .tagList {
  margin-top: 28px;
  color: #254039;
  font-size: 15px;
  font-size: 0.9375rem;
}

.top-access.l-section {
  padding-top: 130px;
}

.top-aceess__heading .c-label-category.green04 {
  padding: 3px 13px;
}

.gmap_wrapper {
    max-width: 911px;
}
.gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;　　/*16:9の比率にしたい場合、9/16=56.25%*/
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-access .label__wrap .c-label-category {
  padding: 3px 18px;
}

.top-access .label__wrap a.btn_blk_a {
  padding: 14px 35px;
}

.top-access .label__wrap  a.btn_blk_a .a__text {
  font-size: 15px;
}

.grapes,
.brewing {
  padding-top: 280px;
}

.grapes {
  padding-bottom: 140px;
}

.grapes .flexBox {
  max-width: 1200px;
}

.grapes__heading {
  margin-right: 53px;
}

.grapes__heading .c-label-category.r8,
.grapes__heading .c-label-category.green04 {
  font-size: 12px;
  font-size: 0.750rem;
  font-weight: 400;
  letter-spacing: 0;
}

.grapes__heading .c-label-category.r8,
.grapes__heading .c-label-category.green04 {
  padding: 5px 18px;
}

.grapes__heading .circle,
.flow__heading .circle {
  width: 2.5em;
  height: 2.5em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5em;
}

.grapes .flexBox:nth-child(2) {
  margin-top: 108px;
}

.grapes .flexBox:nth-child(3) {
  margin-top: 116px;
}

.grapes .flexBox:nth-child(4) {
  margin-top: -83px;
}

.grapes .flexBoxImg {
  width: 506px;
  margin-right: 63px;
}

.grapes .flexBox:nth-child(1) .flexBoxImg {
  transform: translate(0px, -30px);
}

.grapes .flexBox:nth-child(2) .flexBoxImg  {
  transform: translate(0px, -120px);
}

.grapes .flexBox:nth-child(3) .flexBoxImg {
  transform: translate(-185px, -195px);
}

.grapes .flexBox:nth-child(4) .flexBoxImg {
  transform: translate(-325px, 120px);
}

.grapes .flexBox:nth-child(1) .flexBoxImg img,
.grapes .flexBox:nth-child(2) .flexBoxImg img {
  max-width: 506px;
  width: 506px;
}

.grapes .flexBox:nth-child(3) .flexBoxImg img {
  max-width: 695px;
  width: 695px;
}

.grapes .flexBox:nth-child(4) .flexBoxImg img {
  max-width: 961px;
  width: 961px;
}



.mbm {
  mix-blend-mode: multiply;
}

.grapes .flexBoxTxt {
  width: 370px;
}

.grapes .flexBoxTxt h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

.grapes .flexBoxTxt p {
  margin-top: 35px;
}

.grapes .flexBox:nth-child(4) .flexBoxTxt p {
  letter-spacing: -0.01em;
}

.grapes .flexBox:nth-child(4) .flexBoxTxt p:nth-of-type(2) {
  margin-top: 118px;
}

.grapes .flexBox:nth-child(4) .flexBoxTxt p:nth-of-type(3)  {
  margin-top: 30px;
}

/* .grapes .c-label-category.green04::after, */
.grapes .label__group:after,
.flow .label__group:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #001e00;
  position: absolute;
  bottom: 0;
  left: 0;
}

.green06 .l-footer {
  padding-top: 200px;
}
/*
.grapes .c-label-category.green04::after {
  width: 135.88px;
}
*/

.page_ttl .l-inner2:has(.sub_ttl) {
  display: flex;
  align-items: center;
}

.page_ttl .main_ttl {
  margin-right: 45px;
}

.flow {
  padding: 280px 0 200px 0;
}

.flow .flexBox {
  position: relative;
}

.flow .flow__heading {
  margin-right: 84px;
}

.flow .flow__heading .circle {
  font-size: 20px;
  font-size: 1.25rem;
}

.flow .other_work .circle {
  font-size: 25px;
  font-size: 1.5625rem;
}

.flow .flow__heading .c-label-category.green04 {
  width: 105.41px;
  padding: 2px 8px 4px 12px;
  font-weight: 400;
  text-align: left;
}

.flow .flow__heading .c-label-category.green04.short {
  width: 90px;
}

.flow .flow__heading .c-label-category.green01 {
  padding: 2px 12px 4px 12px;
  color: #001e00;
  text-align: left;
}

.flow .c-label-category.green04::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #001e00;
  position: absolute;
  top: 0;
  left: 0;
}

.flow .c-label-category.green04::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #001e00;
  position: absolute;
  bottom: 0;
  left: 0;
}

.flow .c-label-category.green04::before,
.flow .c-label-category.green01::after {
  content: none;
}

/*
.flow .c-label-category.green01::after {
  width: 105.41px;
}
*/

.flow .flexBox {
  margin: 40px 0 0 0;
}

.flow .flexBox:nth-child(2) {
  margin-top: 10px;
}

.flow .flexBox:nth-child(4) {
  margin-top: 60px;
}

.flow .flexBox:nth-child(5) {
  margin-top: 20px;
}

.flow .flexBox:nth-child(7) {
  margin-top: -50px;
}

.flow .flexBox::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #254039;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.flow .flexBox:nth-child(1):after {
    bottom: 80px;
}

.flow .flexBox:nth-child(2):after {
    bottom: 50px;
}

.flow .flexBox:nth-child(3):after {
    bottom: 25px;
}

.flow .flexBox:nth-child(4):after {
    bottom: 75px;
}

.flow .flexBox:nth-child(5):after {
    bottom: 60px;
}

.flow .flexBox:nth-child(6):after {
    bottom: 160px;
}

.flow .flexBox:nth-child(7):after {
    bottom: 70px;
}

.flow .flexBoxImg {
  width: 506px;
  margin-right: 63px;
  text-align: center;
}

.flow .flexBox:nth-child(1) .flexBoxImg {
  transform: translate(0px, -85px);
}

.flow .flexBox:nth-child(2) .flexBoxImg {
  transform: translate(0px, -75px);
}

.flow .flexBox:nth-child(3) .flexBoxImg {
  transform: translate(0px, -55px);
}

.flow .flexBox:nth-child(4) .flexBoxImg {
  transform: translate(0px, -70px);
}

.flow .flexBox:nth-child(5) .flexBoxImg {
  transform: translate(0px, -80px);
}

.flow .flexBox:nth-child(6) .flexBoxImg {
  transform: translate(0px, -140px);
}

.flow .flexBox:nth-child(7) .flexBoxImg {
  transform: translate(0px, -85px);
}

.flow .flexBox:nth-child(2) .flexBoxImg img {
  max-width: 430px;
}

.flow .flexBox:nth-child(3) .flexBoxImg img {
  max-width: 415px;
}

.flow .flexBox:nth-child(4) .flexBoxImg img {
  max-width: 464px;
}

.flow .flexBox:nth-child(5) .flexBoxImg img {
  max-width: 450px;
}

.flow .flexBox:nth-child(7) .flexBoxImg img {
  max-width: 430px;
}


/*
.flow .flexBoxTxt h4 {
  width: fit-content;
  padding: 5px 14px;
  background: #001e00;
  border-radius: 21px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.24rem;
}

.flow .flexBoxTxt h4 span {
  font-size: 12px;
  font-size: 0.750rem;
}

*/

.flow .flexBoxTxt {
  width: 370px;
}

.flow .flexBoxTxt h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 4px 15px 6px 15px;
  background: #001e00;
  border-radius: 21px;
  color: #fff;
}

.flow .flexBoxTxt h4 .large {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.24rem;
}

.flow .flexBoxTxt h4 .small {
  margin-top: 1px;
  font-size: 12px;
  font-size: 0.750rem;
  font-weight: 400;
}

.flow .flexBoxTxt p {
  margin-top: 15px;
}

.flow .other_work {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1128px;
  margin-top: 20px;
}

.flow .other_work .circle {
  margin-right: 30px;
  font-weight: 300;
}

.flow .other_work p {
  font-size: 16px;
  font-size: 1rem;
}

.green07 .l-footer,
.green08 .l-footer {
  padding: 200px 30px 60px 30px;
}


.green08 .l-header2_sub h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

.brewing {
  padding-bottom: 200px;
}

.brewing .brewing__inner {
  padding: 0 15px 0 362px;
}

.brewing .flexBox .rouge,
.brewing .flexBox .blanc {
  width: 400px;
}

.brewing .flexBox .rouge {
  margin-right: 95px;
}

.brewing .flexBox .b-label-category {
  flex-direction: row;
  width: 100%;
  padding: 20px 29px;
  border-radius: 45px;
}


.brewing .b-label-category .a__icon {
  padding: 0;
}
.brewing .b-label-category .a__text {
  color: #254039;
  letter-spacing: 0.15em;
  line-height: 2.5;
}

.brewing .b-label-category .a__icon img {
  width: 26px;
}

.brewing .brewing__item {
  position: relative;
  margin-top: 60px;
}

.brewing .rouge h3 + .brewing__item,
.brewing .blanc h3 + .brewing__item {
    margin-top: 45px;
}

.brewing .brewing__item:not(:last-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 32px;
  bottom: -30px;

  width: 26px;
  height: 25px;

  background-image: url(../images/brewing/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.brewing .circle {
  width: 5.0em;
  height: 5.0em;
  background: #fff;
  border-radius: 2.5em;
  line-height: 4.5em;
}

.brewing .circle img {
  vertical-align: middle;
}

.brewing .brewing__text h4 {
  margin-top: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.0;
}

.brewing .brewing__text__ttl .rubi {
  display: block;
  font-size: 12px;
  font-size: 0.750rem;
  line-height: 1.0;
}

/* ルビタグ使用時 */
.brewing .brewing__text h4 rt {
  translate: 0 -.5em;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-size: 0.750rem;
  text-align: left;
}

@-moz-document url-prefix() {
	rt {
		position: relative;
		top: -.5em;
	}
}

.brewing .brewing__text p {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: justify;
}

.page_label {
/*  margin-top: 50px; */
  padding-top: 150px;
}

.page_label .b-label-category.green04,
#l-footer__footernav .b-label-category.green04  {
  padding: 5px 20px 5px 20px;
}

.page_label .b-label-category.green04 .a__icon,
#l-footer__footernav .b-label-category.green04 .a__icon {
  padding-left: 0.8rem;
}

.page_label .b-label-category.green04 .a__icon img,
#l-footer__footernav .b-label-category.green04 .a__icon img {
    width: 24px;
}

.page_label .c-label-category {
  padding: 3px 15px 1px 15px;
  font-size: 16px;
  font-size: 1rem;
}

.page_label .b-label-category.green04::before,
.page_label .c-label-category.green04::before,
#l-footer__footernav .b-label-category.green04::before,
#l-footer__footernav .c-label-category.green04::before,
#l-footer__footernav.news-detail .footernav__inner ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #001e00;
    position: absolute;
    top: 0;
    left: 0;
}

.page_label .b-label-category.green04::after,
.page_label .c-label-category.green03::after,
.page_label .c-label-category.green04::after,
#l-footer__footernav .b-label-category.green04::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #001e00;
    position: absolute;
    bottom: 0;
    left: 0;
}

#l-footer__footernav .onB::before {
    content: "";
    display: block;
    border-top: 1px solid #001e00;
}

.beverages.l-section {
  padding-top: 135px; 
}

.beverages__inner {
  padding: 0;
}

.beverages .card_list,
.archive .card_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(1410px / 3));
    justify-content: center;
    max-width: 1410px;
    margin-inline: auto;
}

.beverages .card_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(1324px / 3));
    justify-content: center;
    max-width: 1324px;
    margin-inline: auto;
}

.beverages .card_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(847px / 2));
    justify-content: space-between;
    max-width: 847px;
    margin-inline: auto;
}

.beverages .card_list li,
.archive .card_list li {
    padding: 60px 56px;
}

.beverages .card_list li {
    padding: 60px 0;
}

.beverages .card_list img,
.archive .card_list img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 30px;
    vertical-align: middle;
    object-fit: cover;
}

.beverages .card_list img {
    max-width: 370px;
    width: 370px;
    height: auto;
    border-radius: 30px;
    vertical-align: middle;
    object-fit: cover;
}

.beverages .card_list dl {
  position: relative;
    max-width: 370px;
    width: 370px;
    margin-top: 25px;
    color: #001e00;
    line-height: 1.75;
}

.beverages .card_list dl::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #001e00;
    position: absolute;
    bottom: -60px;
    left: 0;
}

.beverages .card_list dt {
  font-size: 22px;
  font-size: 1.375rem;
}

.beverages .card_list dt span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}

.beverages .card_list dd {
    margin-top: 35px;
  font-size: 16px;
  font-size: 1rem;
}

.page_label .b-label-category.green04 .a__icon img,
#l-footer__footernav .b-label-category.green04 .a__icon img {
  vertical-align: bottom;
}

#l-footer__footernav a.btn_blk_a {
  padding: 15px 35px;
}

#l-footer__footernav a.btn_blk_a .a__text {
  font-size: 15px;
}

#l-footer__footernav .il-blk.onB.noBar::before {
  content: none;
}

#l-footer__footernav a.btn_blk_a .a__text::after {
  top: 3px;
}

#l-footer__footernav + #l-footer__upper {
  margin-top: 145px;
}

.green06 .l-footer #l-footer__upper,
.green06 .l-footer #l-footer__upper ul,
.green07 .l-footer #l-footer__upper,
.green07 .l-footer #l-footer__upper ul,
.green08 .l-footer #l-footer__upper,
.green08 .l-footer #l-footer__upper ul {
  text-align: left;
}

.green06 .l-footer #l-footer__upper ul,
.green07 .l-footer #l-footer__upper ul,
.green08 .l-footer #l-footer__upper ul {
  position: relative;
  width: fit-content;
}


.green06 .l-footer #l-footer__upper li:first-child a.btn_full_a::before,
.green07 .l-footer #l-footer__upper li:first-child a.btn_full_a::before,
.green08 .l-footer #l-footer__upper li:first-child a.btn_full_a::before {
content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #001e00;
    position: absolute;
    top: 0;
    left: 0;
}

.green06 .l-footer #l-footer__upper li:first-child a.btn_full_a::after,
.green06 .l-footer #l-footer__upper li:not(:first-child) a.btn_full_a::after,
.green07 .l-footer #l-footer__upper li:first-child a.btn_full_a::after,
.green07 .l-footer #l-footer__upper li:not(:first-child) a.btn_full_a::after,
.green08 .l-footer #l-footer__upper li:first-child a.btn_full_a::after,
.green08 .l-footer #l-footer__upper li:not(:first-child) a.btn_full_a::after {
content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #001e00;
    position: absolute;
    bottom: 0;
    left: 0;
}


.news_list_heading {
  position: relative;
  width:fit-content;
}
.news_list_heading::before,
.page_label.blog_news_list .c-label-category.black.r28:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #001e00;
    position: absolute;
    top: -1px;
    left: 0;
}

.page_label .news_list_heading .c-label-category.green04::before,
.page_label .news_list_heading .c-label-category.green04::after,
.page_label.blog_beverages_list .c-label-category.r8::after {
  content: none;
}

.news_list_heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #001e00;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page_label.blog_news_list .c-label-category.black.r28:before {
}

#grid {
    margin: 0 auto;
    width: 100%;
}

.grid-sizer,
.grid-item {
    width: 30.3%;
    margin-bottom: 20px;
}

.gutter-sizer {
    width: 4.5%;
}

.grid-item {
  position: relative;
}

#grid li:nth-of-type(n+4) .masonry-content{
  padding-top: 50px;
}

#grid li:nth-of-type(n+4) .masonry-content .vertically_long_outer {
  padding-top: 0px;
}

.grid-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #001e00;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.masonry-content {
  position: relative;
  padding-bottom: 50px;
}

.masonry-content .thumbNailWrap {
  text-align: center;
}

.masonry-content .title,
.masonry-content .title a {
  margin-top: 25px;
  color: #001e00;
  font-size: 22px;
  line-height: 1.36;
}

.masonry-content .comment span {
  display: block;
  margin-bottom: 37px;
  font-size: 15px;
}

.beverages__inner .masonry-content .comment > font {
  display: block;
  margin-bottom: 37px;
}

.masonry-content .comment {
}

.masonry-content .up_ymd {
  margin-top: 15px;
  color: #001e00;
  font-size: 12px;
}

.thumbNail,
.article__content .detailUpfile img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.thumbNail.vertically_long {
  width: 370px;
  text-align: center;
}

.pager {
  margin-top: 150px;
}


.article__content .up_ymd{
  margin-top: 10px;
  color: #001e00;
  font-size: 10px;
  font-size: 0.625rem;
}


.article {

}

.article__inner {
}

.article__content {
  max-width: 430px;
}

.c-label-category.black.r28 {
  padding: 13px 28px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.page_label.blog .c-label-category {
  padding: 2.5px 13.5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.article__inner.l-inner {
  padding: 0 30px;
}

.article__content .ttlArticle h3 {
  color: #001e00;
  font-size: 20px;
  font-size: 1.25rem;
}

.article__content .detailText,
.article__content .detailText font span {
  margin-top: 30px;
  color: #254039;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.75;
}

.article__content .detailText .h4 {
  color: #fd0092;
  font-size: 15px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.article__content .detailText .cap {
  color: #fd0092;
  font-size: 20px;
  font-size: 0.9375rem;
  line-height: 1.85;
}

.article__content .detailUpfile {
  margin-top: 40px;
}

#l-footer__footernav.news-detail .footernav__inner ul {
  position: relative;
  width: fit-content;
}
#l-footer__footernav.news-detail .footernav__inner ul::before {
    top: -1px;
}

#l-footer__footernav.news-detail .c-label-category.green04 {
  padding: 2.5px 14px;
}

#l-footer__footernav.news-detail .c-label-category.green04::before {
  content: none;
}

#l-footer__footernav.news-detail a.btn_blk_a {
  padding: 0.9rem 1.7rem;
}

.contact__inner {
    max-width: 780px;
}

.p-contact-form__body {
    padding: 90px;
    background-color: #f7f7f7;
  font-size: 15px;
}

.c-form__item:not(:last-child) {
    margin-bottom: 30px;
}

.c-form__title {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.c-form__require {
    margin-left: 10px;
    color: #391e88;
    font-size: 12px;
    font-size: 0.75rem;
}

.c-form__radio:not(:last-child) {
  margin-right: 35px;
}

.c-form input[type=radio] {
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 50%;
}
.c-form__input, .c-form__select {
  width: 300px;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}
.c-form input[type=tel] {
  width: 200px;
}
.c-form__note {
    font-weight: normal;
    margin-left: 5px;
    font-size: 12px;
    font-size: 0.75rem;
}
.c-form__textarea {
  min-width: 600px;
  min-height: 200px;
  padding: 8px;
  resize: both;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}
.c-form__btn {
  margin-top: 50px;
  text-align: center;
}

.c-form__btn .btn_blk_a {
  margin: 0 auto;
}

.c-form__btn.btn__group {
  display: flex;
  justify-content: center;
}

.c-form__btn.btn__group .btn_blk_a {
  margin: 0 10px 0 0;
}

.c-form__btn.btn__group .btn_blk_a:first-child .a__text::after {
  content: none;
}

.c-form__btn.btn__group .btn_blk_a:first-child .a__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}

.c-form__btn.btn__group .btn_blk_a:first-child .a__text {
    display: block;
    flex-grow: 1;
    color: #fff;
    text-align: center;
    position: relative;
    padding-left: 1rem;
    font-size: 15px;
    font-size: 0.9375rem;
}