@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}

@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  padding: 39px 0;
  border-bottom: 1px solid #E2E1DF;
}

@media (max-width: 800px) {
  #section01 {
    padding: 18px 0;
  }
}

#section01 h1 {
  margin: 0 auto;
  text-align: center;
}

#section01 h1 img {
  width: auto !important;
  height: 95px;
}

@media (max-width: 800px) {
  #section01 h1 img {
    height: 95px;
  }
}

#section02 {
  padding: 56px 0;
  border-top: 1px solid #E2E1DF;
  border-bottom: 1px solid #E2E1DF;
}

@media (max-width: 800px) {
  #section02 {
    padding: 20px 0;
  }
}

#section02 h2 {
  margin: 0 auto;
  text-align: center;
}

#section02 h2 img {
  width: auto !important;
  height: 95px;
}

@media (max-width: 800px) {
  #section02 h2 img {
    height: 95px;
  }
}

/******************************************************/
#section00 {
  padding-bottom: 200px;
}

@media (max-width: 800px) {
  #section00 {
    padding-bottom: 25px;
  }
}

#section00 h2 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 45px;
}

@media (max-width: 800px) {
  #section00 h2 {
    padding-bottom: 25px;
  }
}

#section00 h2 img {
  width: auto !important;
  height: 61px;
  /*height:55px*/
}

@media (max-width: 800px) {
  #section00 h2 img {
    height: 50px;
    /*height: 45px;*/
  }
}

/**********************************************/
.contena_all {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

@media (max-width: 800px) {
  .contena_all {
    width: 100%;
    padding-top: 20px;
  }
}

.contena_all ul.navleft {
  width: 21.6%;
  max-width: 220px;
}

@media (max-width: 800px) {
  .contena_all ul.navleft {
    display: none;
  }
}

.contena_all ul.navleft li a {
  padding: 4px 0 4px 0;
  display: inline-block;
}

.contena_all div.main_area {
  width: 75%;
  max-width: 757px;
  padding-bottom: 85px;
}

@media (max-width: 800px) {
  .contena_all div.main_area {
    width: 100%;
    padding-bottom: 40px;
  }
}

.product_list {
  width: 100%;
  max-width: 756px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.product_list li.item01 {
  max-width: 255px;
}

@media (max-width: 800px) {
  .product_list li.item01 {
    width: calc(100% / 3);
  }
}

.product_list li.item02 {
  max-width: 251px;
}

@media (max-width: 800px) {
  .product_list li.item02 {
    width: calc(100% / 3);
  }
}

.product_list li.item03 {
  max-width: 250px;
}

@media (max-width: 800px) {
  .product_list li.item03 {
    width: calc(100% / 3);
  }
}

.oh-01 {
  width: 100%;
  display: block;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: #CCCCCC dashed 1px;
}

@media (max-width: 800px) {
  .oh-01 {
    width: 90%;
    margin: 0 auto;
  }
}

.oh-01 h2 {
  display: block;
  padding-bottom: 6px;
}

.oh-01 h2 figure {
  width: 135px;
}

.oh-01 .tx1 {
  display: block;
  font-size: 15px;
  padding-bottom: 20px;
}

.oh-01 .i-lf {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.oh-01 .i-lf .img {
  width: 33%;
}

@media (max-width: 800px) {
  .oh-01 .i-lf .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.oh-01 .i-lf .txt {
  width: 60.5%;
}

@media (max-width: 800px) {
  .oh-01 .i-lf .txt {
    width: 100%;
  }
}

.oh-list {
  display: block;
  padding-bottom: 7px;
  border-bottom: #CCCCCC dashed 1px;
  margin-bottom: 67px;
}

.oh-list h2 {
  display: block;
  padding-bottom: 20px;
}

@media (max-width: 800px) {
  .oh-list h2 {
    width: 90%;
    padding-top: 20px;
    margin: 0 auto;
  }
}

.oh-list h2 figure {
  width: 297px;
}

.oh-list .one {
  display: block;
  padding-bottom: 64px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  .oh-list .one {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}

.oh-list .one .img {
  display: block;
  width: 17.8%;
}

@media (max-width: 800px) {
  .oh-list .one .img {
    width: 160px;
    margin-bottom: 20px;
  }
}

.oh-list .one .txt {
  display: block;
  width: 76%;
}

@media (max-width: 800px) {
  .oh-list .one .txt {
    width: 100%;
  }
}

.oh-list .one .txt h3 {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 3px;
}

@media (max-width: 800px) {
  .oh-list .one .txt h3 {
    font-size: 16px;
  }
}

.oh-list .one .txt p {
  display: block;
  font-size: 15px;
}

.oh-bottom {
  width: 100%;
  display: block;
  padding-bottom: 140px;
}

@media (max-width: 800px) {
  .oh-bottom {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

.oh-bottom h2 {
  display: block;
  padding-bottom: 20px;
}

.oh-bottom h2 figure {
  width: 136px;
}

.oh-bottom p {
  display: block;
  font-size: 15px;
}

.oh-bottom p .rubi {
  font-size: 70%;
}
