@media (max-width: 767px) {
  .cw {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .cw {
    max-width: 1280px;
    width: calc( 100% - 60px);
	
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (min-width: 767px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.row:after {
  content: " ";
  display: block;
  clear: both
}

.row .left {
  float: left;
  width: 50%
}

.row .right {
  float: right;
  width: 50%
}

@media (min-width: 768px) {
  .row:after {
    content: " ";
    display: block;
    clear: both
  }
  .row .left {
    float: left;
    width: 50%
  }
  .row .right {
    float: right;
    width: 50%
  }
}

@media (max-width: 767px) {
  .row .left {
    float: none;
    width: 100%
  }
  .row .right {
    float: none;
    width: 100%
  }
}

@media (max-width: 767px) {
  .tabletOnly {
    display: none !important
  }
  .desktopOnly {
    display: none !important
  }
  .tabletUpOnly {
    display: none !important
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mobileOnly {
    display: none !important
  }
  .desktopOnly {
    display: none !important
  }
}

@media (min-width: 1024px) {
  .mobileOnly {
    display: none !important
  }
  .tabletOnly {
    display: none !important
  }
  .touchOnly {
    display: none !important
  }
}

.fl {
  float: left
}

.fr {
  float: right
}

@media (min-width: 768px) {
  .flDesktop {
    float: left
  }
  .frDesotop {
    float: right
  }
}

.ac {
  text-align: center
}

.al {
  text-align: left
}

.ar {
  text-align: right
}

@media (min-width: 768px) {
  .acDesktop {
    text-align: center
  }
  .alDesktop {
    text-align: left
  }
  .arDesktop {
    text-align: right
  }
}

@media (max-width: 767px) {
  .acMobile {
    text-align: center
  }
  .alMobile {
    text-align: left
  }
  .arMobile {
    text-align: right
  }
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.fixed {
  position: fixed
}

.cf:after {
  content: " ";
  display: block;
  clear: both
}

@media (min-width: 768px) {
  .cfDesktop:after {
    content: " ";
    display: block;
    clear: both
  }
}

@media (max-width: 767px) {
  .cfMobile:after {
    content: " ";
    display: block;
    clear: both
  }
}

.objectFit {
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%
}

.objectFitContain {
  object-fit: contain;
  object-position: center center;
  font-family: 'object-fit: contain; object-position: center center;';
  width: 100%;
  height: 100%
}

.objectFitTop {
  object-fit: cover;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
  width: 100%;
  height: 100%
}

.objectFitRight {
  object-fit: cover;
  object-position: 100% center;
  font-family: 'object-fit: cover; object-position: 100% center;';
  width: 100%;
  height: 100%
}

.objectFitLeft {
  object-fit: cover;
  object-position: 100% center;
  font-family: 'object-fit: cover; object-position: 0 center;';
  width: 100%;
  height: 100%
}

.sectionTitle {
  text-align: center;
  margin-bottom: 68px
}

@media (max-width: 767px) {
  .sectionTitle {
    margin-bottom: 32px
  }
}

header {
  height: auto;
  opacity: 0;
  transition: all ease 1s
}

header.visible {
  opacity: 1; 
	  height: 60vh
}

header .swiperWrap {
  height: 100%;
  position: relative;
	  
}

header .swiperWrap div.text
{
    position: absolute;
    width: 100%;
    left: 0; 
    top: calc(42% - 25px); 
    text-align: center; 
    color: white; 
    
    font-size: 3.2rem;
  line-height: 1.8;
	z-index: 100;
	font-family: 'Noto Serif JP', serif;
}


@media (max-width: 767px) {
  header .swiperWrap div.text
{
    position: absolute;
    width: 100%;
    left: 0; 
    top: calc(35% - 25px); 
    text-align: center; 
    color: white; 
    
    font-size: 2rem;
  line-height: 2.1;
	z-index: 100;
	font-family: 'Noto Serif JP', serif;
}
}


header .swiperWrap .swiper-container {
  height: 100%
}

header .swiperWrap .swiper-container .swiper-wrapper {
  height: 100%
}

header .swiperWrap .swiper-container .swiper-wrapper .item {
  height: 100%
}

header .swiperWrap .swiper-container .swiper-wrapper .item .img {
  height: 100%
}

header .swiperWrap .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%
}

header .swiperWrap .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .6;
  width: 10px;
  height: 10px;
  margin-right: 15px
}

header .swiperWrap .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0
}

header .swiperWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1
}

header img {
  max-width: 100%;
  max-height: 100%;
  height: 100%
}

@media (max-width: 767px) {
  header {
    height: 550px
  }
  header .swiperWrap {
    height: 100%;
    position: relative
  }
  header .swiperWrap .swiper-container {
    height: 100%
  }
  header .swiperWrap .swiper-container .swiper-wrapper {
    height: 100%
  }
  header .swiperWrap .swiper-container .swiper-wrapper .item {
    height: 100%
  }
  header .swiperWrap .swiper-container .swiper-wrapper .item .img {
    height: 100%
  }
  header .swiperWrap .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 100%
  }
  header .swiperWrap .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .6;
    width: 10px;
    height: 10px;
    margin-right: 15px
  }
  header .swiperWrap .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
  }
  header .swiperWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
  }
  header img {
    max-width: 100%;
    max-height: 100%;
    height: 100%
  }
}

#about {
  text-align: center;
  margin-top: 120px
}

#about .logo {
  text-align: center
}

#about .logo img {
  width: 120px
}

#about .sectionTitle {
  display: none
}

#about .txt {
  margin-top: 55px;
  font-size: 1.8rem;
  line-height: 3.1
}

#about .txt p {
  margin-top: 40px
}

#about .btnWrap {
  margin-top: 80px;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
  transition: all ease .8s;
  transition-delay: 1s
}

#about.on .btnWrap {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

@media (max-width: 767px) {
  #about {
    text-align: center;
    margin-top: 74px
  }
  #about .logo img {
    width: 80px
  }
  #about .sectionTitle {
    display: none
  }
  #about .txt {
    font-size: 1.4rem;
    line-height: 2.28;
    margin-top: 30px
  }
  #about .btnWrap {
    margin-top: 40px
  }
}

#products {
  margin-top: 154px
}

#products .sectionTitle img {
  height: 30px
}

#products .productList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap
}

#products .productList li {
  width: calc( 50% - 20px);
  margin-right: 40px
}

#products .productList li:nth-child(even) {
  margin-right: 0
}

#products .productList li:nth-child(n+3) {
  margin-top: 16px
}

#products .productList li a {
  position: relative;
  display: block;
  transition: all ease .3s
}

#products .productList li a .img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative
}

#products .productList li a .img img {
  position: absolute;
  top: 0;
  left: 0
}

#products .productList li a .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border: 0 solid #fff;
  transition: all ease .3s;
  opacity: 0
}

#products .productList li a:hover .img::after {
  opacity: .6;
  border: 10px solid #fff
}

#products .productList li a .txtArea {
  background: #fff;
  position: relative;
  z-index: 3;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  padding: 24px 20px 24px 40px;
  opacity: 0;
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transition: all ease .8s;
  transition-delay: 1s
}

#products .productList li a .txtArea .title {
  font-weight: 600
}

#products .productList li a .txtArea .title img {
  height: 19px
}

#products .productList li a .txtArea .body {
  margin-top: 20px;
  line-height: 2
}

#products .productList li.on .txtArea {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

@media (max-width: 767px) {
  #products {
    margin-top: 77px
  }
  #products .sectionTitle img {
    height: 24px
  }
  #products .productList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
  }
  #products .productList li {
    width: 100%;
    margin-right: 0;
    margin-top: 10px
  }
  #products .productList li:nth-child(even) {
    margin-right: 0
  }
  #products .productList li:nth-child(n+3) {
    margin-top: 10px
  }
  #products .productList li a {
    position: relative;
    display: block;
    transition: all ease .3s
  }
  #products .productList li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 solid #fff;
    transition: all ease .3s;
    opacity: 0
  }
  #products .productList li a:hover::after {
    opacity: .6;
    border: 10px solid #fff
  }
  #products .productList li a .txtArea {
    background: none;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    padding: 30px 20px
  }
  #products .productList li a .txtArea .title {
    opacity: .3
  }
  #products .productList li a .txtArea .title img {
    height: 16px
  }
  #products .productList li a .txtArea .body {
    display: none
  }
}

#news {
  margin-top: 80px
}

#news .sectionTitle img {
  height: 29px
}

#news .date {
  font-size: 1.2rem;
  line-height: 2.4;
	font-weight: 200;
	font-family: 'Noto Serif JP', serif;
 
　
}

#news .category {
  font-size: 1.2rem;
  line-height: 2.4;
	font-weight: 200;
	font-family: 'Noto Serif JP', serif;
  
　
}

#news .title {
  font-size: 1.5rem;
  line-height: 1;
	font-weight: 800;
	font-family: 'Noto Serif JP', serif;
  
　
}

#news .row img{
	width: 350px;
	height: 250px;
	object-fit: cover;
}

#news .newsList {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto
}

#news .newsList li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #DADADA;
  padding: 30px 0;
  transition: all ease .3s
}

#news .newsList li a:hover {
  color: #ABABAB
}

#news .newsList li a:hover .icon {
  padding-right: 5px
}

#news .newsList li a .date {
  margin-right: 80px
}

#news .newsList li a .title {
  flex: 1
}

#news .newsList li a .icon {
  transition: all ease .3s;
  padding-right: 10px
}

#news .newsList li:last-child {
  border-bottom: 1px solid #DADADA
}

#news .btnWrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  text-align: right
}

#news .btnWrap .more {
  position: relative;
  margin-right: 20px;
  transition: all ease .5s
}

#news .btnWrap .more span {
  position: absolute;
  right: -15px;
  top: -4px;
  transition: all ease .5s
}

#news .btnWrap .more:hover {
  color: #ABABAB
}

#news .btnWrap .more:hover span {
  right: -20px
}

@media (max-width: 767px) {
  #news {
    margin-top: 80px
  }
  #news .sectionTitle img {
    height: 24px
  }
  #news .newsList {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto
  }
  #news .newsList li a {
    border-top: 1px solid #DADADA;
    padding: 30px 0;
    transition: all ease .3s;
    display: block;
    position: relative
  }
  #news .newsList li a:hover {
    color: #ABABAB
  }
  #news .newsList li a:hover .icon {
    padding-right: 5px
  }
  #news .newsList li a .date {
    margin-right: 80px
  }
  #news .newsList li a .title {
    padding-right: 50px;
    margin-top: 5px
  }
  #news .newsList li a .icon {
    transition: all ease .3s;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  #news .newsList li:last-child {
    border-bottom: 1px solid #DADADA
  }
  #news .btnWrap {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    text-align: right
  }
  #news .btnWrap .more {
    position: relative;
    margin-right: 20px;
    transition: all ease .5s
  }
  #news .btnWrap .more span {
    position: absolute;
    right: -15px;
    top: -4px;
    transition: all ease .5s
  }
  #news .btnWrap .more:hover {
    color: #ABABAB
  }
  #news .btnWrap .more:hover span {
    right: -20px
  }
}