/*!
Theme Name: tamura_farm
Author: HPS
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE

*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*media*/
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("web-fonts/Noto-Sans-JP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("web-fonts/Noto-Sans-JP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("web-fonts/Noto-Sans-JP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Quantico";
  font-weight: 400;
  src: url("web-fonts/Quantico-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Quantico";
  font-weight: 700;
  src: url("web-fonts/Quantico-Bold.ttf") format("truetype");
}
html {
  font-size: 10px;
  box-sizing: border-box;
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1vw;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #020202;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.mincho {
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

dfn, cite, em, i {
  font-style: italic;
}

pre {
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

mark, ins {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

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

table {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: inherit;
}

textarea {
  width: 100%;
}

a, a:visited, a:hover, a:focus, a:active {
  color: #020202;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  transition: 0.3s;
  color: #020202;
  opacity: 0.6;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

p {
  margin: auto;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-table {
  overflow: unset;
}

/*add*/
section {
  position: relative;
  z-index: 0;
  padding: 16rem 0 12.5rem;
}

.ob-1 {
  letter-spacing: -0.5em;
}

.scroll-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .site-header {
    position: fixed;
  }
}

.scrolldown span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 90px;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 35px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 90px;
    opacity: 0;
  }
}
.nav-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .nav-box {
    flex-wrap: wrap;
  }
}
.nav-box ul {
  display: flex;
  align-items: center;
}
.nav-box ul li a:hover {
  transition: all 0.5s;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .main-nav {
    transform: translateY(-200rem);
    transition: 0.5s;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .main-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main-nav ul {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .main-nav ul li {
    text-align: center;
    position: relative;
    width: 100%;
  }
  .main-nav.go-on {
    transform: translateY(17rem);
    transition: 0.5s;
    background: #fff;
  }
}

.menu-sp {
  display: none;
  width: 16rem;
  height: 16rem;
  position: relative;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .menu-sp {
    display: block;
  }
}
.menu-sp span {
  height: 2px;
  width: 53%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #020202;
}
.menu-sp span::after, .menu-sp span::before {
  content: "";
  background: #020202;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 2px;
  width: 100%;
  transition: all 0.4s;
}
.menu-sp span::after {
  top: 2.4rem;
  transition: all 0.4s;
}
.menu-sp.go-on span {
  background: transparent;
}
.menu-sp.go-on span::after, .menu-sp.go-on span::before {
  top: 0;
  transition: all 0.4s;
  transform: rotate(45deg);
}
.menu-sp.go-on span::after {
  transform: rotate(-45deg);
}

p {
  font-size: 1.6rem;
  line-height: 2.22em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 5rem;
  }
}

.site-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.in-box {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 0 30px;
}

.in-title {
  font-size: 3.8rem;
  line-height: 1.4em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .in-title {
    width: 100%;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .in-title {
    margin: 14rem 0;
  }
}
.in-title::after {
  content: "";
  display: block;
  width: 5.5rem;
  height: 4px;
  background: #DA1A1F;
  bottom: -3.2rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .in-title::after {
    width: 16.5rem;
    bottom: -7rem;
    height: 3px;
  }
}
.in-title .text-e {
  font-size: 2.4rem;
  display: block;
  line-height: 1em;
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .in-title .text-e {
    font-size: 5rem;
  }
}
.in-title .text-j {
  font-size: 3.2rem;
  line-height: 1em;
  margin-top: 2rem;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .in-title .text-j {
    font-size: 8rem;
  }
}
.in-title .text-j b {
  font-size: 6rem;
}

.in-text-title {
  font-size: 2.8rem;
}

.title-under {
  position: relative;
}
.title-under::after {
  content: "";
  display: block;
  width: 10rem;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .title-under::after {
    width: 16rem;
    height: 4px;
    margin: 4rem auto 0;
  }
}

.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 6rem auto 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0.4em 0.85em;
  background: #fff;
  border: none;
  margin: 0 0.25em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 4.5rem;
  }
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background: #202020;
  color: #fff;
}

.button-box {
  max-width: 715px;
  margin: auto;
}
.button-box span,
.button-box a {
  width: 48.5%;
  font-family: "Quantico", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.5rem;
  background: #DA1A1F;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .button-box span,
  .button-box a {
    width: 100%;
    font-size: 5rem;
    height: 22rem;
  }
  .button-box span:first-child,
  .button-box a:first-child {
    margin-bottom: 4rem;
  }
}
.button-box span::after,
.button-box a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url(img/icon-more-w.png) no-repeat center center/100% 100%;
  margin-left: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .button-box span::after,
  .button-box a::after {
    width: 9px;
    height: 10px;
    right: 6rem;
  }
}
.button-box span:hover,
.button-box a:hover {
  opacity: 1;
  background: #006D3C;
}

.site-footer {
  padding: 8.5rem 0;
  background: url(img/bg-footer.png) repeat-x left bottom/1150px 76px;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 15rem 0 20rem;
  }
}

.footer-title a {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-family: "Quantico", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer-title a {
    font-size: 6rem;
  }
}
.footer-title a span {
  font-size: 1.6rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-title a span {
    font-size: 4rem;
  }
}

.footer-company {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .footer-company {
    width: 100%;
  }
}
.footer-company a {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer-company a {
    font-size: 5rem;
  }
}
.footer-company ul {
  padding-top: 6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer-company ul {
    padding-top: 10rem;
  }
}
.footer-company ul li {
  min-width: 29%;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .footer-company ul li {
    width: 50%;
    padding-bottom: 4rem;
  }
  .footer-company ul li:last-child {
    width: 100%;
  }
}
.footer-company ul li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url(img/icon-li.png) no-repeat center center/100% 100%;
  margin: 0 1rem 0 0.5rem;
}
.footer-company .access {
  font-size: 1.4rem;
  padding: 9rem 0.8rem 0;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .footer-company .access {
    font-size: 4.5rem;
  }
}
.footer-company .access span {
  font-size: 2.4rem;
  display: block;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footer-company .access span {
    font-size: 6rem;
  }
}

#form .text {
  padding-top: 6rem;
}
@media screen and (max-width: 1000px) {
  #form .text br {
    display: none;
  }
}
#form .text a span {
  border-bottom: 1px solid;
}
#form textarea,
#form input[type=email],
#form input[type=text] {
  font-size: 1.6rem;
  padding: 1em;
  border: 0;
  width: 100%;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #form textarea,
  #form input[type=email],
  #form input[type=text] {
    font-size: 5rem;
    padding: 4rem;
  }
}
#form .button-box {
  margin-top: 4rem;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  #form .button-box {
    justify-content: center;
  }
}
#form .button-box input {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2rem;
  background: none;
  border: 0;
  font-family: "Quantico", sans-serif;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #form .button-box input {
    font-size: 5rem;
  }
}
#form .button-box span.wpcf7-spinner {
  position: absolute;
}
#form label {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #form label {
    font-size: 5rem;
  }
}
#form .wpcf7-form-control-wrap {
  display: block;
  margin: 1rem 0 3rem;
}

.breadcrumb {
  padding: 1.5rem 0 0 0.6rem;
  display: flex;
  align-items: center;
}
.breadcrumb .in-box {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 4rem 0 0;
  }
  .breadcrumb .in-box {
    padding: 0 0 10rem;
  }
}
.breadcrumb div {
  display: flex;
  align-items: center;
}
.breadcrumb a {
  margin: 0 0.5rem 0 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0.1rem;
  color: #8E8E8E;
}
@media screen and (max-width: 767px) {
  .breadcrumb a {
    font-size: 4rem;
  }
}
.breadcrumb .i {
  display: inline-block;
  font-size: 1.4rem;
  color: #8E8E8E;
  line-height: 1em;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb .i {
    font-size: 4rem;
  }
}
.breadcrumb .n {
  font-size: 1.2rem;
  margin-left: 1rem;
  display: block;
  line-height: 1em;
}
.breadcrumb .n.single-n {
  width: 4.2em;
}
@media screen and (max-width: 767px) {
  .breadcrumb .n {
    font-size: 4rem;
  }
}

.effect {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.news-content p {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.2em 6em 1.7em;
  margin-bottom: 1em;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .news-content p {
    padding: 1.2em 0 1.7em;
    flex-wrap: wrap;
  }
}
.news-content p span {
  width: 9em;
}
.news-content p span:nth-child(2) {
  text-align: center;
  padding: 0.2em 0;
  width: 5.22em;
  margin: 0 4rem 0 1.5em;
}
.news-content p a {
  width: calc(100% - 12em);
}
@media screen and (max-width: 767px) {
  .news-content p a {
    width: 100%;
  }
}

/*20240910*/
.text-e {
  font-family: "Quantico", sans-serif;
  font-weight: bold;
}

.nav-box {
  padding: 1.2rem 4.5rem;
}
@media screen and (max-width: 1000px) {
  .nav-box {
    padding: 0 0 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .nav-box {
    padding-bottom: 0;
  }
}

.site-title {
  padding: 3.5rem 0 0 0.5rem;
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Quantico", sans-serif;
}
@media screen and (max-width: 1000px) {
  .site-title {
    padding: 0 10px;
  }
}
.site-title span {
  margin-left: 1.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .site-title {
    font-size: 6rem;
  }
  .site-title span {
    display: none;
  }
}

.main-nav {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main-nav {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main-nav {
    position: fixed;
  }
}
.main-nav ul li {
  margin-left: 2.8rem;
  line-height: 1.9rem;
}
@media screen and (max-width: 767px) {
  .main-nav ul li {
    margin: 0 !important;
    padding: 6rem 0;
  }
}
.main-nav ul li a {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  display: block;
  padding-top: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-nav ul li a {
    color: #020202;
    font-size: 6rem;
    line-height: 1.2em;
  }
}
.main-nav ul li a span {
  font-size: 1.8rem;
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  display: block;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .main-nav ul li a span {
    display: none;
  }
}
.main-nav ul li:hover a {
  color: #006D3C;
}
.main-nav ul li:nth-child(1) {
  margin-left: 0;
}
.main-nav ul li:nth-child(1):hover a {
  color: #DA1A1F;
}
.main-nav ul li:nth-child(3) {
  margin-left: 4rem;
}
.main-nav ul li:nth-child(3):hover a {
  color: #DA1A1F;
}
.main-nav ul li.contact-li {
  margin-left: 4.7rem;
}
@media screen and (max-width: 767px) {
  .main-nav ul li.contact-li {
    margin: auto;
  }
}
.main-nav ul li.contact-li a {
  font-size: 1.4rem;
  display: flex;
  width: 17.5rem;
  height: 4.7rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #020202;
  padding: 0;
}
.main-nav ul li.contact-li a:hover {
  border-color: #006D3C;
  background: #006D3C;
  color: #fff;
  position: relative;
}
.main-nav ul li.contact-li a:hover::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url(img/icon-more-w.png) no-repeat center center/100% 100%;
  margin-left: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main-nav ul li.contact-li a {
    font-size: 6rem;
    width: 100%;
    border: 0;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background: url(img/icon-next.png) no-repeat center center/100% 100%;
  width: 4rem;
  height: 4rem;
  right: 4.7rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 10rem;
    height: 10rem;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  background-image: url(img/icon-prev.png);
}

.mv-box {
  height: 59.5rem;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv-box {
    height: 70rem;
  }
}
.mv-box .swiper-button-prev,
.mv-box .swiper-button-next {
  right: 4.7rem;
}
@media screen and (max-width: 767px) {
  .mv-box .swiper-button-prev,
  .mv-box .swiper-button-next {
    display: none;
  }
}
.mv-box .swiper-button-prev {
  left: auto;
  right: 10.3rem;
}
.mv-box .swiper-pagination-fraction {
  color: transparent;
  font-family: "Quantico", sans-serif;
  font-size: 1.8rem;
  top: 50%;
  left: 3rem;
  bottom: auto;
  width: 5em;
  font-weight: bold;
  letter-spacing: 0.31rem;
}
@media screen and (max-width: 767px) {
  .mv-box .swiper-pagination-fraction {
    display: none;
  }
}
.mv-box .swiper-pagination-fraction::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-bottom: 2px solid #fff;
  position: absolute;
  transform: rotate(-60deg);
  bottom: 1rem;
  left: 1rem;
}
.mv-box .swiper-slide {
  height: 60rem;
}
@media screen and (max-width: 767px) {
  .mv-box .swiper-slide {
    height: 70rem;
  }
}
.mv-box .mv-text,
.mv-box .mv-title {
  font-size: 4.8rem;
  font-weight: bold;
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-box .mv-text,
  .mv-box .mv-title {
    font-size: 8rem;
  }
}
.mv-box .mv-text span,
.mv-box .mv-title span {
  font-size: 2rem;
  display: block;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .mv-box .mv-text span,
  .mv-box .mv-title span {
    font-size: 4rem;
  }
}
.mv-box .mv-1 {
  background: url(img/mv-bg-01.jpg) no-repeat top center/cover;
}
.mv-box .mv-2 {
  background: url(img/mv-bg-02.jpg) no-repeat top center/cover;
}
.mv-box .mv-3 {
  background: url(img/mv-bg-03.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .mv-box .mv-3 .mv-title {
    top: 20%;
  }
}

.scroll-box {
  bottom: 1.5rem;
}
.scroll-box .inner {
  font-size: 1.2rem;
  font-family: "Quantico", sans-serif;
}
.scroll-box .inner span {
  display: block;
  line-height: 1.5em;
}
.scroll-box .inner .box {
  display: inline-block;
  width: 2.5rem;
  height: 4rem;
  border: 2px solid #fff;
  border-radius: 4rem;
  position: relative;
}
.scroll-box .inner .box::before {
  content: "";
  display: block;
  height: 1.2rem;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 0.7rem;
  left: 0;
  right: 0;
  margin: auto;
}

.about-box .in-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: self-start;
}
.about-box .in-title .text-j {
  align-items: center;
}
.about-box .in-title .text-j img {
  margin-right: 1rem;
}
@media screen and (max-width: 1000px) {
  .about-box .in-title .text-j img {
    width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box .in-title .text-j img {
    width: 53rem;
  }
  .about-box .in-title .text-j span {
      font-size: 7.5rem;
      display: block;
      padding: 3rem 0;
  }
}
.about-box .in-text {
  margin: 0;
  width: calc(100% - 43.5rem);
}
@media screen and (max-width: 1000px) {
  .about-box .in-text {
    width: 100%;
  }
}
.about-box .button-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 4.5rem;
}
.about-box .flex-box {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .about-box .flex-box img {
    width: 32%;
  }
}

.service-box .text {
  font-size: 2rem;
  padding-top: 6rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .service-box .text {
    font-size: 5rem;
    padding: 0 0 2rem;
  }
}
.service-box .flex-box {
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-box .flex-box {
    margin-bottom: 20rem;
  }
}
.service-box .flex-box:nth-child(2) {
  margin-bottom: 11.5rem;
}
.service-box .flex-box:nth-child(3) {
  margin-bottom: 0;
}
.service-box .flex-text {
  width: 29%;
}
@media screen and (max-width: 1000px) {
  .service-box .flex-text {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .service-box .flex-text .text br {
    display: none;
  }
}
.service-box .flex-text .text span {
  overflow: hidden;
  height: 0;
  display: block;
  transition: all 1s;
}
@media screen and (max-width: 1000px) {
  .service-box .flex-text .text span {
    position: absolute;
    bottom: -31rem;
  }
}
.service-box .flex-img {
  width: 63%;
  /*
  .in-bg-img-2::before {
  	background-image: url(img/service-bg-02.jpg);
  }*/
}
@media screen and (max-width: 1000px) {
  .service-box .flex-img {
    width: 100%;
  }
}
.service-box .flex-img [class*=in-bg-img] {
  content: "";
  display: block;
  height: 100%;
  width: 60vw;
  background: url(img/img-03.jpg) no-repeat top right/63% auto;
  transition: all 1s;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .service-box .flex-img [class*=in-bg-img] {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-box .flex-img [class*=in-bg-img] {
    background-size: cover;
  }
}
.service-box .flex-img [class*=in-bg-img]::after {
  content: "";
  display: block;
  height: 100%;
  width: 60vw;
  background: url(img/img-02.jpg) no-repeat top left/cover;
  transition: all 1s;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .service-box .flex-img [class*=in-bg-img]::after {
    width: 100%;
  }
}
.service-box .flex-img .in-bg-img-2 {
  background: url(img/img-06.jpg) no-repeat top right/100% auto;
  background-size: cover;
}
.service-box .flex-img .in-bg-img-2::after {
  background-image: url(img/img-05.jpg);
}
.service-box .flex-img .inner {
  height: 30rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .service-box .flex-img .inner {
    height: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .service-box .flex-img .inner {
    height: 80rem;
  }
}
.service-box .flex-img .inner label, .service-box .flex-img .inner a {
  position: absolute;
  bottom: 3.5rem;
  left: 3rem;
  z-index: 1;
  cursor: pointer;
}
.service-box .flex-img .inner label:hover .text-j, .service-box .flex-img .inner a:hover .text-j {
  background: #006D3C;
}
.service-box .flex-img .inner label .text-j, .service-box .flex-img .inner a .text-j {
  font-size: 2.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  transition: all 1s;
}
@media screen and (max-width: 767px) {
  .service-box .flex-img .inner label .text-j, .service-box .flex-img .inner a .text-j {
    font-size: 6rem;
  }
}
.service-box .flex-img .inner label .text-j::after, .service-box .flex-img .inner a .text-j::after {
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  background: url(img/icon-more-w.png) no-repeat center center/100% 100%;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .service-box .flex-img .inner label .text-j::after, .service-box .flex-img .inner a .text-j::after {
    width: 12px;
    height: 18px;
    right: -7.7rem;
    bottom: 1.5rem;
  }
}
.service-box .service-button-box {
  padding-top: 13rem;
}
.service-box input:checked + .flex-box .text span {
  height: 17em;
  transition: all 1s;
}
.service-box input:checked + .flex-box .flex-img [class*=in-bg-img] {
  height: 60rem;
}
@media screen and (max-width: 1000px) {
  .service-box input:checked + .flex-box .flex-img [class*=in-bg-img] {
    height: 37rem;
  }
}
@media screen and (max-width: 767px) {
  .service-box input:checked + .flex-box .flex-img [class*=in-bg-img] {
    height: 80rem;
    margin-bottom: 58rem;
  }
}
.service-box input:checked + .flex-box .flex-img [class*=in-bg-img]::after {
  transition: all 1s;
  height: 100%;
  width: 30vw;
  background-position: top left -10rem;
}
@media screen and (max-width: 1000px) {
  .service-box input:checked + .flex-box .flex-img [class*=in-bg-img]::after {
    width: 40%;
  }
}
.service-box input:checked + .flex-box .flex-img .in-bg-img-2::after {
  width: 0;
}

#online {
  text-align: center;
}
#online .in-title {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
#online .in-title .text-e {
  padding-bottom: 2rem;
}
#online .in-title::after {
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}

#contact {
  text-align: center;
  color: #fff;
  padding-bottom: 0;
  margin-top: -16rem;
}
#contact .inner {
  padding: 4.5rem 0;
  background: #DA1A1F;
}
@media screen and (max-width: 767px) {
  #contact .inner {
    padding: 20rem 0;
  }
}
#contact .text {
  font-size: 1.8rem;
  padding: 3.8rem 0;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  #contact .text {
    font-size: 4.5rem;
  }
}
#contact .in-title {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
#contact .in-title .text-e {
  color: #fff;
  padding-bottom: 2rem;
}
#contact .in-title::after {
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
#contact .flex-box {
  max-width: 715px;
  margin: auto;
}
#contact .flex-box a {
  background: #fff;
  color: #DA1A1F;
}
#contact .flex-box a::after {
  background-image: url(img/icon-button.png);
}
#contact .flex-box a:hover {
  background: #006D3C;
  color: #fff;
}
#contact .flex-box a:hover::after {
  background-image: url(img/icon-more-w.png);
}

.archive-box {
  padding: 10rem 0 13rem;
  background: #FFFEEE;
}
@media screen and (max-width: 767px) {
  .archive-box {
    padding: 17rem 0 20rem;
  }
}
.archive-box .in-title-2 {
  text-align: center;
}
.archive-box p {
  text-align: center;
  padding-top: 3rem;
}
.archive-box .flex-box {
  padding: 3rem 0 5rem;
}
.archive-box .flex-item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .archive-box .flex-item {
    width: 100%;
  }
}
.archive-box .flex-item img {
  width: 100%;
  height: 24.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .archive-box .flex-item img {
    height: 77rem;
  }
}
.archive-box .title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .archive-box .title {
    font-size: 5rem;
  }
}
.archive-box .title span {
  color: #8E8E8E;
  font-size: 1.4rem;
  display: block;
  padding-bottom: 1rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .archive-box .title span {
    font-size: 4.5rem;
  }
}

.bg-w {
  background: #fff !important;
  color: #020202 !important;
}

.bg-g {
  background: #ccc !important;
  color: #020202 !important;
}

.bg-r {
  background: #DA1A1F !important;
  color: #fff !important;
}

.bg-b {
  background: #022742 !important;
  color: #fff !important;
}

.mv-sub-box {
  background: #020202;
}

.access-box {
  padding-top: 16rem;
  margin-top: -6rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .access-box {
    padding-bottom: 25rem;
  }
}
.access-box .in-box {
  max-width: 990px;
}
.access-box .in-title {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.access-box .in-title .text-e {
  padding-bottom: 2rem;
}
.access-box .in-title::after {
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .access-box .in-title::after {
    bottom: -6rem;
  }
}
.access-box ul {
  padding: 8.5rem 30px 3rem;
  max-width: 850px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .access-box ul {
    padding: 8.5rem 0;
  }
}
.access-box ul li {
  font-size: 1.6rem;
  padding-bottom: 2rem;
  margin-bottom: 2.6rem;
  border-bottom: 1px solid #020202;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .access-box ul li {
    font-size: 5rem;
    display: flex;
  }
}
.access-box ul li span {
  width: calc(100% - 20.5rem);
  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 1rem 0 0 1.5rem;
  }
}
.access-box ul li span:first-child {
  padding-left: 6.5rem;
  width: 20.5rem;
  display: inline-block;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .access-box ul li span:first-child {
    padding-left: 2rem;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 6rem;
  }
}
.access-box ul li:last-child {
  border: 0;
}
.access-box .gmap {
  position: relative;
  height: 51.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .access-box .gmap {
    height: 90rem;
  }
}
.access-box .gmap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.width-box {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
  color: #fff;
}
.width-box .inner {
  border: 1px dashed #fff;
  padding: 4rem 9.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .width-box .inner {
    padding: 4rem;
  }
}
.width-box .title {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .width-box .title {
    font-size: 6rem;
    padding-bottom: 6rem;
  }
}
.width-box .text {
  line-height: 1.8em;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  text-align: justify;
}

.under-bar {
  border-bottom: 2px solid #fff;
}

#agmap {
  margin-top: -12rem;
  padding-top: 12rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #agmap {
    margin-top: -26rem;
    padding-top: 26rem;
  }
}

/*move-header*/
body.home.noscroll {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

header .logo,
header .gnav > ul > li,
.mv-main .copy-en,
.mv-main .copy,
.top-news,
.tomato-wrap .tomato,
.top-scroll {
  opacity: 0;
}

.mv-main {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  min-width: 1260px;
  margin-bottom: -39px;
  padding-right: 130px;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .mv-main {
    min-width: auto;
  }
}
.mv-main .copy-en {
  position: absolute;
  top: 41px;
  left: 32px;
  font-size: 3.5rem;
  background-color: #006D3C;
  border-radius: 21px;
  padding: 1rem 3rem;
  font-family: "Quantico", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv-main .copy-en {
    display: none;
  }
}
.mv-main .copy {
  position: absolute;
  top: 62px;
  right: 33px;
  font-size: 4rem;
  writing-mode: vertical-rl;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv-main .copy {
    top: 18rem;
    right: 2rem;
    font-size: 8rem;
  }
}
.mv-main .copy span {
  transform: rotate(90deg);
  display: inline-block;
}
.mv-main .copy .red {
  color: #DA1A1F;
}
.mv-main .copy .green {
  color: #006D3C;
}
.mv-main .tomato-wrap {
  position: absolute;
  bottom: 0;
  right: -70px;
  padding-bottom: 1rem;
}
.mv-main .tomato {
  transform-origin: right bottom;
}
.mv-main .tomato img {
  display: block;
  width: 300px;
  height: auto;
  transform: rotate(-21deg);
}

.mv-main, .slider-top .inner {
  height: calc(100vh - 145px);
  min-height: 820px;
  max-height: 1000px;
}
@media screen and (max-width: 1600px) {
  .mv-main, .slider-top .inner {
    min-height: 600px;
    padding-right: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-main, .slider-top .inner {
    min-height: 98vh;
    height: calc(100vh - 22rem);
    padding-right: 16rem;
  }
}

@media screen and (max-width: 767px) {
  .mv-main {
    padding-top: 18rem;
    margin-bottom: 0;
  }
}

.slider-top,
.slider-top .inner {
  overflow: hidden;
  border-radius: 180px 0 180px 0;
}
@media screen and (max-width: 767px) {
  .slider-top,
  .slider-top .inner {
    border-radius: 40px 0 40px 0;
    min-height: 100%;
  }
}

.slider-top:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFEEE;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
.slider-top.active:before {
  width: 0;
}
.slider-top .inner:nth-of-type(1) {
  background: url(img/slide-top2.jpg) no-repeat center center/cover;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .slider-top .inner:nth-of-type(1) {
    background-position: center right 28%;
  }
}

.top-loading .tomato1 {
  position: fixed;
  bottom: -20%;
  right: 50%;
  width: 8%;
  min-width: 120px;
  margin-right: -40%;
  transform-origin: center bottom;
  z-index: 101;
}
.top-loading .tomato1 img {
  width: 100%;
  height: auto;
}
.top-loading .tomato2 {
  position: fixed;
  bottom: 0;
  left: -5%;
  background: url(img/bg-footer.png) repeat-x left bottom/1150px 76px;
  width: 110%;
  height: 76px;
  transform-origin: center bottom;
  z-index: 102;
  opacity: 0;
}

.top-news {
  position: absolute;
  bottom: 270px;
  right: 225px;
  background-color: #006D3C;
  border-radius: 50%;
  width: 230px;
  transform-origin: center bottom;
  border: 2px solid #fff;
}

/* .top-news
------------------------------------*/
.top-news {
  position: absolute;
  bottom: 24rem;
  right: 27rem;
  background-color: #006D3C;
  border-radius: 50%;
  width: 23rem;
  transform-origin: center bottom;
}
@media screen and (max-width: 767px) {
  .top-news {
    width: 70%;
    right: 60rem;
    bottom: 69rem;
  }
}
.top-news:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2rem;
  right: 0rem;
  width: 12rem;
  height: 5rem;
  -webkit-clip-path: polygon(59% 0, 0 0, 100% 100%);
          clip-path: polygon(59% 0, 0 0, 100% 100%);
  background: #006D3C;
}
@media screen and (max-width: 767px) {
  .top-news:after {
    width: 19rem;
    height: 8rem;
  }
}
.top-news a, .top-news > span {
  display: block;
  padding: 4rem;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-news a, .top-news > span {
    font-size: 5rem;
  }
}
.top-news > span {
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.top-news a span {
  border-bottom: 1px solid #FFFFFF;
}
.top-news .tomato {
  transform-origin: right bottom;
}
.top-news .tomato img {
  display: block;
  width: 246px;
  height: auto;
  transform: rotate(-21deg);
}

.top-news-close {
  position: absolute;
  top: -23px;
  right: -20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: 0.15s ease-out;
  z-index: 1;
}
.top-news-close:hover {
  opacity: 0.5;
}
.top-news-close .inner {
  position: relative;
  background-color: #EA0000;
  border-radius: 50px;
  width: 29px;
  height: 29px;
  margin: 10px 0 0 10px;
}
.top-news-close .inner:before, .top-news-close .inner:after {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 8px;
  background-color: #FFFFFF;
  width: 13px;
  height: 2px;
  transform-origin: center center;
}
.top-news-close .inner:before {
  transform: rotate(40deg);
}
.top-news-close .inner:after {
  transform: rotate(-40deg);
}

header,
header:before,
header .logo img {
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

header {
  position: relative;
  box-sizing: border-box;
  background: url(img/bg-header-2.png) repeat-x left top -39px/422px 86px;
  width: 100%;
  min-width: 1260px;
  padding: 60px 0 0;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  header {
    min-width: auto;
  }
}

header {
  position: relative;
  background-position: left top;
  padding-top: 99px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  header {
    background: none;
    padding: 0;
    z-index: 2;
  }
}
header:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFEEE;
  width: 100%;
  height: 88px;
  z-index: 0;
  opacity: 0;
}
header.bg:before {
  background-color: #FFFFFF;
}
header .sns,
header .snav {
  display: none;
  opacity: 0;
}
header .logo a {
  display: block;
}
header .logo a:hover {
  opacity: 0.5;
}
header .logo img {
  display: block;
}
header.fixed {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  header.fixed {
    padding-top: 0;
  }
}
header.fixed .logo {
  top: 26px;
}
header.fixed .logo img {
  width: 310px;
  height: auto;
}
header.fixed:before {
  opacity: 1;
  transition: 1s linear;
}
@media screen and (max-width: 767px) {
  header.fixed:before {
    content: none;
  }
}
header.open {
  padding: 40px 0 0;
  background-color: #fff;
  background-size: 270px 50px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  header.open .nav-box {
    margin-top: -20px;
  }
  header.open .site-title {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  header.open {
    padding-top: 0;
  }
  header.open .nav-box {
    margin-top: 0;
  }
}

.header-inner {
  max-width: 100%;
}

#page {
  background-color: #FFFEEE;
  transition: 1s linear;
}
#page.sub_page {
  background: #fff;
}
#page.sub_page header {
  margin-bottom: 0;
}
#page.sub_page header.fixed {
  padding-top: 99px;
}
#page.sub_page header.fixed:before {
  opacity: 0;
}
#page.sub_page header .main-nav {
  display: none;
}
#page.sub_page header .logo,
#page.sub_page header .gnav > ul > li {
  opacity: 1;
}

#privacy {
  background: #FFFEEE;
}
#privacy p b {
  display: block;
  padding-top: 4rem;
}
#privacy.about-box .button-box {
  padding: 0;
  margin: 4rem 0 0;
  justify-content: space-between;
}

.manufacturer-box {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .manufacturer-box {
    width: 100%;
  }
}
.manufacturer-box .title {
  font-size: 2rem;
  padding: 5.5rem 0 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .manufacturer-box .title {
    font-size: 5rem;
  }
}
.manufacturer-box .text {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.07rem;
}

.click-box-2,
.click-box {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.click-box-2.go-on,
.click-box.go-on {
  height: auto;
  padding: 16rem 0 12.5rem;
}
.title-sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .manufacturer-box .text {
    font-size: 4rem;
  }
  .title-sub {
    font-size: 5.4rem;
  }
}
.in-box.add990 {
    max-width: 990px;
}
.in-box.add990 .in-text {
    width: 90%;
    margin: auto;
    padding-top: 2rem;
}
.archive-box .flex-item {
    position: relative;
}
.pop {
	position: absolute;
	background: #fff;
	font-size: 3rem;
	font-size: 3rem;
	padding: 1rem;
	border-radius: 3rem;
	top: 1rem;
	right: 1rem;
	background: red;
	color: #fff;
	border: 7px solid green;
}
.is-animated {
  animation: poyoyon2 1s ease-in-out forwards infinite;
}
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */
