
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
/* font-size: 100%; */
/* font: inherit; */
vertical-align: baseline;
/* font-weight:400; */
}
/* HTML5 display-role reset for older browsers */

* {
    box-sizing: border-box;
    line-height:1.5em;
}
html{
    font-size: 16px;
    font-size: 100%;
    /* font-size: 1vw; */
    /* font-size:14.93333333333333px; */
}
@media (max-width: 767px) {
    html{
        /* font-size: 14px; */
        font-size: 1vw;
        /* font-size: 3.7498px; */
    }
}
p{
    letter-spacing: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body{
    line-height:1.25em;
    /* font-size:16px; */
    font-size: 62.5%;
    font-family: 'Noto sans JP', sans-serif;
    font-weight:400;
    font-feature-settings: normal;
    color:#000000;
    font-feature-settings: "palt";
}
@media (max-width: 767px) {
    body{
        font-size:14px;
        min-width:100%;
    }
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus,
textarea:focus{
    outline: none;
}

img{
    max-width:100%;
    -webkit-backface-visibility: hidden;
}

.pc{
    display:block;
}
@media (max-width: 767px) {
    .pc{
        display:none;
    }
}
.sp{
    display:none;
}
@media (max-width: 767px) {
    .sp{
        display:block;
    }
}
a{
    text-decoration: none;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
    a{
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
}
a:hover,
input[type="submit"]:hover {
    opacity: 0.6;
}
a:hover img{
}
/* a:focus, */
button:focus{
    border:none;
    outline: none;
}

area{
    border:none;
    outline:none;
}

.site-content{
    /* padding-top:100px; */
    /* min-height:calc(100vh - 204px - 370px); */
    /* min-height:100vh; */
    /* background-color:#FFF; */
}

@media (max-width: 767px) {
    .site-content{
        min-height:0;
    }
}


html.is-fixed, html.is-fixed body {
    /* height: 100%; */
    overflow: hidden;
}
h3,h4{
    font-weight:normal;
}
pre{
    /* Mozilla */
    white-space: -moz-pre-wrap;
    /* Opera 4-6 */
    white-space: -pre-wrap;
    /* Opera 7 */
    white-space: -o-pre-wrap;
    /* CSS3 */
    white-space: pre-wrap;
    /* IE 5.5+ */
    word-wrap: break-word;
}

/************************************************************/

.inner{
    max-width: 1200px;
    width:100%;
    margin:auto;
    padding:0 24px;
    /* padding:0 6.4vw; */
}
@media (max-width: 767px) {
    .inner{
        /* padding:0 20px; */
        padding:0 5.333vw; 
    }
}
main{
    position:relative;
    overflow: hidden;
}

.site__main__contents{
    /* max-width:375px; */
    /* max-width:100vw; */
    width:100%;
    margin:auto;
}

/************************************************************/
 
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.5s 0s ease;
}
.p_top header{
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s 0s ease;
}
.p_top header.active{
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 767px) {
  header.active{
    filter: drop-shadow(4px 8px 12px rgba(127, 127, 127, 0.1));
    opacity: 1;
    pointer-events: all;
  }
}
.p_header_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding:15px 20px;
    height: 60px; */
    padding:4vw 5.333vw;
    height: 16vw;
    transition: all 0.5s 0s ease;
    background-color: transparent;
}
@media (min-width: 767px) {
  .p_header_content{
    padding:25px 50px;
    height: auto;
  }
}
header.active .p_header_content,
.p_news header .p_header_content,
.p_contact header .p_header_content{
  background-color: #FFF;
}
.p_header_content_logo{

}
.p_header_content_logo a{
  
}
.p_top .p_header_content_logo a{
  /* display: none; */
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.p_top header.active  .p_header_content_logo a{
  /* display: block; */
  opacity: 1;
}
.p_header_content_logo a img{
    /* width: 41px; */
    width: 10.933vw;
    display: block;
    transition: all 0.5s 0s ease;
}
@media (min-width: 767px) {
  .p_header_content_logo a img{
    width: 76px;
  }
}
header.active .p_header_content_logo a img,
.p_news header .p_header_content_logo a img,
.p_contact header .p_header_content_logo a img{
  filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%) hue-rotate(230deg) brightness(95%) contrast(87%);
}
.p_header_content_navi{
    display: flex;
    /* gap:12px; */
    gap:3.2vw;
    align-items: center;
}
@media (min-width: 767px) {
  .p_header_content_navi{
    gap:40px;
  }
}
.p_header_content_navi_buttons{

}
.p_header_content_navi_button{
    /* width: 130px;
    height: 30px; */
    width: 34.667vw;
    height: 8vw;
    background: #FFFFFF;
    /* border-radius: 100px; */
    border-radius: 26.667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    /* font-size: 9px; */
    font-size: 2.4vw;
    line-height: 1em;
    letter-spacing: 1px;
    color: #6A6A6A;
    position:relative;
    overflow: hidden;
    transition:all .3s ease;
    border: 1px solid #FFF;
}
@media (min-width: 767px) {
  .p_header_content_navi_button{
    width: 187px;
    height: 50px;
    border-radius: 100px;
    font-size: 14px;
  }
}
.p_header_content_navi_button:hover{
  opacity: 1;
  color: #FFF;
}
.p_header_content_navi_button:before{
  position:absolute;
  content: "";
  background-color: #000000;
  -webkit-transition: .3s cubic-bezier(.39,.575,.565,1);
  transition: .3s cubic-bezier(.39,.575,.565,1);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.p_header_content_navi_button:hover:before{
  left: 0;
}
header.active .p_header_content_navi_button,
.p_news header .p_header_content_navi_button,
.p_contact header .p_header_content_navi_button{
  background-color: #F1EEEE;
  border: 1px solid #F1EEEE;
}
.p_header_content_navi_button span{
    /* padding-left: 16px; */
    padding-left: 4.267vw;
    position:relative;
}
@media (min-width: 767px) {
  .p_header_content_navi_button span{
    padding-left: 26px;
}
}
.p_header_content_navi_button span:before{
    content:"";
    position:absolute;
    left: 0;
    top:40%;
    transform: translateY(-50%);
    background-image:url(../img/common/ico_shop.svg);
    /* width: 10px;
    height: 10px; */
    width: 2.667vw;
    height: 2.667vw;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition:all .3s ease;
}
@media (min-width: 767px) {
  .p_header_content_navi_button span:before{
    width: 14px;
    height: 14px;
    top:45%;
  }
}
.p_header_content_navi_button:hover span:before{
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(3340%) hue-rotate(146deg) brightness(101%) contrast(100%);
}
  
.p_header_hamburgerarea{
  display:block;
  z-index: 999;
}

.p_header_hamburger {
  display: flex;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  align-items: center;
  justify-content: center;
  right: 0px;
  top: 0px;
  /* width: 20px;
  height: 20px; */
  width: 5.333vw;
  height: 5.333vw;
  margin: auto;
  position: relative;
  /* background-color:#0093FF; */
}
@media (min-width: 767px) {
  .p_header_hamburger {
    width: 40px;
    height: 40px;
  }
}
.p_header_hamburger.active {
  background-color: transparent;
}

.p_header_hamburger_block {
  position: relative;
  /* width: 20px; */
  width: 5.333vw;
  display: block;
}
@media (min-width: 767px) {
    .p_header_hamburger_block {
      width: 40px;
  }
}
.p_header_hamburger_block span {
  display: block;
  position: absolute;
  /* width: 20px;
  height:1px; */
  width: 5.333vw;
  height:0.267vw;
  background: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .p_header_hamburger_block span {
    width: 40px;
    height:1px;
  }
}

header.active .p_header_hamburger_block span,
.p_news header .p_header_hamburger_block span,
.p_contact header .p_header_hamburger_block span{
  background-color: #6A6A6A;
}
.p_header_hamburger.active .p_header_hamburger_block span {
      background: #6A6A6A;
}
@media (min-width: 767px) {
  .p_header_hamburger.active .p_header_hamburger_block span {
    background: #6A6A6A;
}
}
.p_header_hamburger_block span:nth-child(1) {
      /* top: -3px; */
      top: -0.8vw;
}
@media (min-width: 767px) {
  .p_header_hamburger_block span:nth-child(1) {
    top: -7px;
  }
}
.p_header_hamburger.active .p_header_hamburger_block span:nth-child(1) {
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.p_header_hamburger_block span:nth-child(2) {
    top: 0;
    opacity: 0;
}

.p_header_hamburger_block span:nth-child(3) {
    /* top: 3px; */
    top: 0.8vw;
}
@media (min-width: 767px) {
  .p_header_hamburger_block span:nth-child(3) {
    top: 7px;
  }
}
.p_header_hamburger.active .p_header_hamburger_block span:nth-child(3) {
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.p_header_hamburger.active .p_header_hamburger_block span:nth-child(2) {
    opacity: 0;
}

/************************************************************/

.nav-wrapper {
    /* display: none; */
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    background-color: #FFF;
    transform: translateX(100%);
    /* background: transparent; */
    background-color: #00000066;
    /* width: auto; */
    /* overflow: auto; */
} 
.nav-wrapper.active {
    display: block;
    transform: translateX(0);
}
.header-nav {
    display: block !important;
    /* width: 85%; */
    /* width: 314px; */
    width: 83.733vw;
    /* max-height: 983px; */
    height: 100%;
    z-index: 9;
    overflow: auto;
    margin: auto;
    margin-right: 0;
    /* padding: 128px 0 128px; */
    padding: 34.133vw 0 34.133vw;
    z-index: 999999;
    background-color:#FFF;
}
@media (min-width: 767px) {
  .header-nav {
    width: 430px;
    padding: 70px 70px;
    display: flex !important;
    align-items: center;
  }
}
  
.header-inner {
    width: 100%;
    /* max-width:200px; */
    max-width:53.333vw;
    position: relative;
    margin: auto;
}
@media (min-width: 767px) {
  .header-inner {
    max-width:230px;
  }
}
.header-nav1-contents{

}
.header-nav1-contents > ul{
    display:flex;
    flex-direction:column;
    /* margin-bottom:28px;
    gap: 28px; */
    margin-bottom:7.467vw;
    gap: 7.467vw;
}
@media (min-width: 767px) {
  .header-nav1-contents > ul{
    margin-bottom:32px;
    gap: 32px;
  }
}
.header-nav1-contents > ul > li{
    
}
.header-nav1-contents > ul > li > a{
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    /* font-size: 14px; */
    font-size: 3.733vw;
    line-height: 1.25em;
    /* letter-spacing: 2px; */
    letter-spacing: 0.533vw;
    color: #3F3F3F;
    position: relative;
    display: block;
    /* padding-left: 12px; */
    padding-left: 3.2vw;
} 
@media (min-width: 767px) {
  .header-nav1-contents > ul > li > a{
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 16px;
} 
}
.header-nav1-contents > ul > li > a:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    /* width: 3px;
    height: 3px; */
    width: 0.8vw;
    height: 0.8vw;
    border-top: 1px solid #A6A5A5;
    border-right: 1px solid #A6A5A5;
}
@media (min-width: 767px) {
  .header-nav1-contents > ul > li > a:before {
    width: 4px;
    height: 4px;
    border-top: 1px solid #A6A5A5;
    border-right: 1px solid #A6A5A5;
  }
}

.header-nav1-btn{

}
.header-nav1-btn a{
    /* width: 160px;
    height: 37px; */
    width: 42.667vw;
    height: 9.867vw;
    background: #F1EEEE;
    /* border-radius: 100px; */
    border-radius: 26.667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    /* font-size: 12px; */
    font-size: 3.2vw;
    line-height: 1em;
    /* letter-spacing: 1px; */
    letter-spacing: 0.267vw;
    color: #6A6A6A;
    position:relative;
    overflow: hidden;
    transition:all .3s ease;
    border:1px solid #F1EEEE;
}
@media (min-width: 767px) {
  .header-nav1-btn a{
    width: 187px;
    height: 50px;
    border-radius: 100px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.header-nav1-btn a:hover{
  opacity: 1;
  color: #FFF;
}
.header-nav1-btn a:before{
  position:absolute;
  content: "";
  background-color: #000000;
  -webkit-transition: .3s cubic-bezier(.39,.575,.565,1);
  transition: .3s cubic-bezier(.39,.575,.565,1);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.header-nav1-btn a:hover:before{
  left: 0;
}

.header-nav1-btn a span{
    /* padding-left: 16px; */
    padding-left: 4.267vw;
    position:relative;
}
@media (min-width: 767px) {
  .header-nav1-btn a span{
    padding-left: 18px;
}
}
.header-nav1-btn a span:before{
  content:"";
  position:absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  background-image:url(../img/common/ico_shop.svg);
  /* width: 10px;
  height: 10px; */
  width: 2.667vw;
  height: 2.667vw;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .header-nav1-btn a span:before{
    width: 12px;
    height: 12px;
  }
}
.header-nav1-btn a:hover span:before{
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(3340%) hue-rotate(146deg) brightness(101%) contrast(100%);
}

/************************************************************/
.c_footer_other{
  position:relative;
}
.c_footer_backtop{
  position:absolute;
  /* bottom:-21.5px;
  right: 20px; */
  bottom:-5.733vw;
  right: 5.333vw;
}
@media (min-width: 767px) {
  .c_footer_backtop{
    bottom:-40px;
    right: 28px;
  }
}
.c_footer_backtop a,
.c_footer_backtop span{
  
}
.c_footer_backtop a img,
.c_footer_backtop span img{
  /* width: 41px; */
  width: 10.933vw;
  filter: drop-shadow(4px 8px 12px rgba(168, 152, 104, 0.12));
  display: block;
}
@media (min-width: 767px) {
  .c_footer_backtop a img,
  .c_footer_backtop span img{
    width: 80px;
  }
}
footer{

}
.c_footer-content{
    /* padding:56px 0 56px; */
    padding:14.933vw 0 14.933vw;
    background-color:#F1EEEE;
}
@media (min-width: 767px) {
  .c_footer-content{
    padding:60px 0 44px;
  }
}
.c_footer-content-logo{
    /* margin-bottom:40px; */
    margin-bottom:10.667vw;
}
@media (min-width: 767px) {
  .c_footer-content-logo{
    margin-bottom:40px;
  }
}
.c_footer-content-logo a{

}
.c_footer-content-logo a img{
  /* width: 100.97px; */
  width: 26.925vw;
  display: block;
  text-align: center;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 767px) {
  .c_footer-content-logo a img{
    width: 103px;
    margin: auto;
  }
}
.c_footer-content-navi{
  display: flex;
  /* gap:20px; */
  gap:5.333vw;
  flex-direction: column;
}
@media (min-width: 767px) {
  .c_footer-content-navi{
    gap:40px;
  }
}
.c_footer-content-navi-content01{

}
@media (min-width: 767px) {
  .c_footer-content-navi-content01{
    max-width: 520px;
    width: 100%;
    margin: auto;
  }
}
.c_footer-content-navi-content01 ul{
    display: flex;
    flex-wrap: wrap;
    /* gap:8px; */
    gap:2.133vw;
}
@media (min-width: 767px) {
  .c_footer-content-navi-content01 ul{
    gap:20px;
    justify-content: center;
  }
}
.c_footer-content-navi-content01 ul li{
  /* width: calc(50% - 4px); */
  width: calc(50% - 1.067vw);
}
@media (min-width: 767px) {
  .c_footer-content-navi-content01 ul li{
    width: auto !important;
    order: 0 !important;
  }
}
.c_footer-content-navi-content01 ul li:nth-child(1){
  order: 1;
}
.c_footer-content-navi-content01 ul li:nth-child(2){
  order: 3;
}
.c_footer-content-navi-content01 ul li:nth-child(3){
  order: 5;
  width: 100%;
}
.c_footer-content-navi-content01 ul li:nth-child(4){
  order: 5;
  width: 100%;
}
.c_footer-content-navi-content01 ul li:nth-child(5){
  order: 5;
  width: 100%;
}
.c_footer-content-navi-content01 ul li:nth-child(6){
  order: 2;
}
.c_footer-content-navi-content01 ul li:nth-child(7){
  order: 4;
}
.c_footer-content-navi-content01 ul li a{
  /* padding-left:12px ; */
  padding-left:3.2vw ;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  /* font-size: 10px; */
  font-size: 2.667vw;
  line-height: 1.25em;
  /* letter-spacing: 2px; */
  letter-spacing: 0.533vw;
  color: #3F3F3F;
  position:relative;
}
@media (min-width: 767px) {
  .c_footer-content-navi-content01 ul li a{
    padding-left:0;
    font-size: 13px;
    letter-spacing: 2px;
  }
}
.c_footer-content-navi-content01 ul li a:before{
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%) rotate(45deg);
  content:"";
  /* width:3px;
  height:3px; */
  width:0.8vw;
  height:0.8vw;
  border-top:1px solid #A6A5A5;
  border-right:1px solid #A6A5A5;
}
@media (min-width: 767px) {
  .c_footer-content-navi-content01 ul li a:before{
    content:none;
  }
}
.c_footer-content-navi-content02{

}
.c_footer-content-navi-content02 ul{
  display: flex;
  flex-wrap: wrap;
  /* gap:12px 20px; */
  gap:3.2vw 5.333vw;
}
  
@media (min-width: 767px) {
  .c_footer-content-navi-content02 ul{
    justify-content: center;
    gap:20px 20px;
  }
}
.c_footer-content-navi-content02 ul li{
  
}
.c_footer-content-navi-content02 ul li a{
  font-weight: 400;
  /* font-size: 10px; */
  font-size: 2.667vw;
  line-height: 1.5em;
  /* letter-spacing: 2px; */
  letter-spacing: 0.533vw;
  color: #3F3F3F;
}
@media (min-width: 767px) {
  .c_footer-content-navi-content02 ul li a{
    font-size: 11px;
    letter-spacing: 2px;
  }
}
.c_footer-content-copy{
  background-color: #FFF;
  /* padding:20px; */
  padding:5.333vw;
}
@media (min-width: 767px) {
  .c_footer-content-copy{
    padding:40px;
  }
}
.c_footer-content-copy p{
  font-weight: 400;
  /* font-size: 9px; */
  font-size: 2.4vw;
  line-height: 2em;
  letter-spacing: 2px;
  color: #3F3F3F;
  text-align: center;
}
@media (min-width: 767px) {
  .c_footer-content-copy p{
    font-size: 11px;
    line-height: 2em;
    letter-spacing: 2px;
  }
}
/************************************************************/


.p_section_news{
  background-color: #FFF;
  /* padding:80px 0 112px; */
  padding:21.333vw 0 29.867vw;
}
@media (min-width: 767px) {
  .p_section_news{
    padding:156px 0 168px;
  }
}
.p_section_news_content{
  /* padding:0 28px; */
  padding:0 7.467vw;
  display: flex;
  /* gap:28px; */
  gap:7.467vw;
}
@media (min-width: 767px) {
  .p_section_news_content{
    padding:0 20px;
    max-width: 800px;
    width: 100%;
    margin: auto;
    align-items: center;
    gap:160px;
  }
}
.p_section_news_titleblock{

}
.p_section_news_titleblock h2{
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  /* font-size: 18px; */
  font-size: 4.8vw;
  line-height: 2em;
  /* letter-spacing: 2px; */
  letter-spacing: 0.533vw;
  color: #444849;
  /* margin-bottom:8px; */
  margin-bottom:2.133vw;
}
@media (min-width: 767px) {
  .p_section_news_titleblock h2{
    font-size: 36px;
    line-height: 1em;
    letter-spacing: 2px;
    margin-bottom:12px;
  }
}
.p_section_news_titleblock_link{

}
.p_section_news_titleblock_link a{
  /* padding-left: 12px; */
  padding-left: 3.2vw;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  /* font-size: 11px; */
  font-size: 2.933vw;
  line-height: 1.25em;
  /* letter-spacing: 2px; */
  letter-spacing: 0.533vw;
  color: #444849;
  position:relative;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .p_section_news_titleblock_link a{
    padding-left: 12px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.p_section_news_titleblock_link a:before{
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%) rotate(45deg);
  content:"";
  /* width:3px;
  height:3px; */
  width:0.8vw;
  height:0.8vw;
  border-top:1px solid #A6A5A5;
  border-right:1px solid #A6A5A5;
}
@media (min-width: 767px) {
  .p_section_news_titleblock_link a:before{
    top:50%;
    left:0;
    width:4px;
    height:4px;
    border-top:1px solid #A6A5A5;
    border-right:1px solid #A6A5A5;
  }
}
.p_section_news_listblock{

}
.p_section_news_listblock ul{
  display: flex;
  flex-direction: column;
  /* gap:20px; */
  gap:5.333vw;
}
@media (min-width: 767px) {
  .p_section_news_listblock ul{
    gap:24px;
  }
}
.p_section_news_listblock ul li{
  
}
.p_section_news_listblock ul li a,
.p_section_news_listblock ul li > span{
  font-family: "Nunito", sans-serif;
    font-weight: 400;
    /* font-size: 11px; */
    font-size: 2.933vw;
    line-height: 200%;
    /* letter-spacing: 2px; */
    letter-spacing: 0.533vw;
    color: #444849;
}
@media (min-width: 767px) {
  .p_section_news_listblock ul li a,
  .p_section_news_listblock ul li > span{
      font-size: 16px;
      letter-spacing: 2px;
      display: flex;
      gap: 24px;
  }
}
.p_section_news_listblock ul li a span,
.p_section_news_listblock ul li > span span{
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  /* font-size: 11px; */
  font-size: 2.933vw;
  line-height: 2em;
  /* letter-spacing: 2px; */
  letter-spacing: 0.533vw;
  color: #444849;
}
@media (min-width: 767px) {
  .p_section_news_listblock ul li a span,
  .p_section_news_listblock ul li > span span{
    font-size: 15px;
    letter-spacing: 2px;
  }
}



/************************************************************/
/* 
.fade-in {
    opacity: 0;
    transition: opacity 3s ease-out;
}

.fade-in.show {
    opacity: 1;
} */

.fade-in-up,
.fade-in-up2,
.fade-in-up3{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-in-up.in-view,
.fade-in-up2.in-view,
.fade-in-up3.in-view {
  opacity: 1;
  transform: translateY(0);
}


/************************************************************/


.handwriting {
  width: 100%;
  height: auto;
}

.cls-1 {
  fill: #726565;
}
.p_top_philosophy-block-logo .cls-1,
.p_philosophy_kv_content .cls-1 {
  fill: #fff;
}

/* マスク線用（表示されない） */
.mask-anim {
  fill: none;
  stroke: white;
  stroke-width: 7;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
#loader.show .mask-anim {
  animation: handwriting 2.5s linear forwards;
}


.fade-in .mask-anim{

}

.fade-in.show .mask-anim,
.fade-in-up.in-view .mask-anim,
.fade-in-up2.in-view .mask-anim,
.fade-in-up3.in-view .mask-anim{
  animation: handwriting 2.5s linear forwards;
}

#text {
  mask: url(#mask);
  -webkit-mask: url(#mask); /* Safari対策 */
}
#text2 {
  mask: url(#mask2);
  -webkit-mask: url(#mask2); /* Safari対策 */
}
@keyframes handwriting {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}