/* ----------------------------------------------------------------
SCSS import
----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

li, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ffff99;
  color: #000000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

/*--------------------------------------------------------------------
reset
--------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
}

.en {
  font-family: "Libre Baskerville", serif;
}

.ja {
  font-family: 'Noto Serif JP', serif;
}

li {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: none;
}

a img {
  border: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label {
  cursor: pointer;
}

/* ----------------------------------------------------------------
Expansion import
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
variable
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
html
----------------------------------------------------------------- */
body {
  font-size: 16px;
  font-family: 'Noto Sans Japanese', serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  body {
    overflow: hidden;
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .showPC {
    display: none !important;
  }
}

.showSP {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .showSP {
    display: block !important;
  }
}

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

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .main_container {
    width: 100%;
    max-width: 100%;
  }
}

.open-navlist {
  overflow: hidden;
}

.h-120 {
  height: 120px;
}

@media screen and (max-width: 767px) {
  .h-120 {
    height: 0;
  }
}

nav {
  width: 100%;
  min-width: 1200px;
  background-color: rgba(0, 180, 179, 0.7);
  position: fixed;
  z-index: 100;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  nav {
    min-width: auto;
  }
}

nav .nav-container {
  width: 94.67%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  nav .nav-container {
    width: 100%;
    padding: 4% 4.67vw;
    height: 11.33vw;
  }
}

nav .nav-container .logo {
  width: 117px;
}

@media screen and (max-width: 767px) {
  nav .nav-container .logo {
    padding-top: 15%;
    width: 20vw;
  }
}

nav .nav-container .logo:hover {
  opacity: 0.8;
}

nav .nav-container .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .nav-container .lists a {
  color: #fff;
  font-size: 14px;
}

nav .nav-container .lists .inf,
nav .nav-container .lists .products-nav {
  position: relative;
}

nav .nav-container .lists .menu-h {
  border-bottom: 1px solid #fff;
}

nav .nav-container .lists .menu-h::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

nav .nav-container .lists .list {
  cursor: pointer;
  color: #fff;
  margin-right: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
}

nav .nav-container .lists .list:last-child {
  margin-right: 0;
}

nav .nav-container .lists .list.list-a:hover, nav .nav-container .lists .list.list-s:hover {
  border-bottom: 1px solid #fff;
}

nav .nav-container .lists .list.now-page {
  border-bottom: 1px solid #fff;
}

nav .nav-container .lists .list.hover {
  border-bottom: 1px solid white;
}

nav .nav-container .lists .list .dlc {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
}

nav .nav-container .lists .list .dlc:hover {
  background: rgba(255, 255, 255, 0.5);
}

nav .nav-container .lists .list .dlc .dlc_icon,
nav .nav-container .lists .list .dlc .dlc_icon-h {
  width: 20px;
  display: block;
}

nav .nav-container .lists .list .dlc .dlc_icon-h {
  display: none;
}

nav .nav-container .lists .list .contact {
  width: 135px;
  background: #fff;
  color: #008282;
  padding: 5px 10px;
}

nav .nav-container .lists .list .contact .conact_icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: -1px;
}

nav .sub_menu_inf,
nav .sub_menu_products {
  display: none;
  background-color: #fff;
  width: 100%;
  padding: 50px 0;
  z-index: 1;
}

nav .sub_menu_inf .sub-inf,
nav .sub_menu_products .sub-inf {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1075px) {
  nav .sub_menu_inf .sub-inf,
  nav .sub_menu_products .sub-inf {
    width: 90%;
  }
}

nav .sub_menu_inf .sub-inf .content,
nav .sub_menu_products .sub-inf .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .sub_menu_inf .sub-inf .content .content-left,
nav .sub_menu_products .sub-inf .content .content-left {
  width: 70%;
}

nav .sub_menu_inf .sub-inf .content .content-left .title,
nav .sub_menu_products .sub-inf .content .content-left .title {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

nav .sub_menu_inf .sub-inf .content .content-left .imges,
nav .sub_menu_products .sub-inf .content .content-left .imges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .sub_menu_inf .sub-inf .content .content-left .imges .img,
nav .sub_menu_products .sub-inf .content .content-left .imges .img {
  margin-right: 20px;
}

nav .sub_menu_inf .sub-inf .content .content-left .imges .img img,
nav .sub_menu_products .sub-inf .content .content-left .imges .img img {
  display: block;
  width: 200px;
}

nav .sub_menu_inf .sub-inf .content .content-left .imges .img .cp,
nav .sub_menu_products .sub-inf .content .content-left .imges .img .cp {
  font-size: 15px;
  margin-top: 10px;
}

nav .sub_menu_inf .sub-inf .content .content-left .imges .img:hover img,
nav .sub_menu_products .sub-inf .content .content-left .imges .img:hover img {
  opacity: 0.8;
}

nav .sub_menu_inf .sub-inf .content .content-left .imges .img:hover .cp,
nav .sub_menu_products .sub-inf .content .content-left .imges .img:hover .cp {
  text-decoration: underline;
}

nav .sub_menu_inf .sub-inf .content .content-right,
nav .sub_menu_products .sub-inf .content .content-right {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  height: 240px;
}

nav .sub_menu_inf .sub-inf .content .content-right .sub-menu-lists .sub-menu-list,
nav .sub_menu_products .sub-inf .content .content-right .sub-menu-lists .sub-menu-list {
  margin-bottom: 15px;
}

nav .sub_menu_inf .sub-inf .content .content-right .sub-menu-lists .sub-menu-list a,
nav .sub_menu_products .sub-inf .content .content-right .sub-menu-lists .sub-menu-list a {
  font-size: 15px;
}

nav .sub_menu_inf .sub-inf .content .content-right .sub-menu-lists .sub-menu-list a:hover,
nav .sub_menu_products .sub-inf .content .content-right .sub-menu-lists .sub-menu-list a:hover {
  text-decoration: underline;
}

nav .sub_menu_inf {
  position: relative;
}

nav .sub_menu_inf .sub_menu_title_inf {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 388px;
  z-index: -1;
}

nav .sub_menu_products {
  position: relative;
}

nav .sub_menu_products .sub_menu_title_product {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 357px;
  z-index: -1;
}

nav .menu-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  nav .menu-sp {
    display: block;
  }
}

nav .menu-sp div {
  width: 6vw;
  height: 0.5vw;
  margin-bottom: 1vw;
  background-color: #fff;
}

nav .nav-menu-sp {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #3d3d3d;
  z-index: 10000;
  padding: 6% 4.67% 10vw;
  height: 100vh;
  overflow-y: scroll;
  -webkit-transform: translateY(-120vh);
          transform: translateY(-120vh);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

@media screen and (max-width: 767px) {
  nav .nav-menu-sp {
    display: block;
  }
}

nav .nav-menu-sp.open-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

nav .nav-menu-sp .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9.33vw;
}

nav .nav-menu-sp .top .menu-logo-sp {
  width: 20vw;
}

nav .nav-menu-sp .top .close-btn .lin {
  width: 6vw;
  height: 0.5vw;
  background-color: #fff;
}

nav .nav-menu-sp .top .close-btn .lin.lin1 {
  -webkit-transform: rotate(45deg) translate(-0.5px, 2px);
          transform: rotate(45deg) translate(-0.5px, 2px);
}

nav .nav-menu-sp .top .close-btn .lin.lin2 {
  -webkit-transform: rotate(-45deg) translate(0px, -2px);
          transform: rotate(-45deg) translate(0px, -2px);
}

nav .nav-menu-sp .list-sp {
  color: #fff;
  margin-bottom: 9.33vw;
}

/* 2021.7 */
/*
nav .nav-menu-sp .list-sp ul,
nav .nav-menu-sp .list-sp .ac {
  font-size: 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 3.33vw 0 3.33vw 4vw;
}
*/
nav .nav-menu-sp .list-sp > li,
nav .nav-menu-sp .list-sp .ac {
  font-size: 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 3.33vw 0 3.33vw 4vw;
}

nav .nav-menu-sp .list-sp a {
  color: #fff;
  font-size: 4vw;
  display: block;
}

/* 2021.7 */
/*
nav .nav-menu-sp .list-sp .ac li {
  margin-left: 1em;
  padding: 1.5vw 0;
}
*/
nav .nav-menu-sp .list-sp .ac .ac-box-top li {
  margin-left: 1em;
  padding: 1.5vw 0;
}

nav .nav-menu-sp .list-sp .ac .mtc {
  display: block;
  margin-top: 4vw;
}

nav .nav-menu-sp .list-sp .ac .acbtn {
  position: relative;
  display: block;
}

nav .nav-menu-sp .list-sp .ac .acbtn::after {
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 20%;
}

nav .nav-menu-sp .list-sp .ac .acbtn.open::after {
  -webkit-transform: rotate(135deg) !important;
          transform: rotate(135deg) !important;
}

nav .nav-menu-sp .list-sp .ac .ac-box-top {
  display: none;
  border-bottom: none;
  padding: 0;
}

nav .nav-menu-sp .dlc-sp {
  width: 73.33vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  padding: 4vw;
  margin: 0 auto 6.67vw;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

nav .nav-menu-sp .dlc-sp .dlc_icon-sp {
  width: 6vw;
}

nav .nav-menu-sp .contact-sp {
  width: 73.33vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw;
  margin: 0 auto;
  text-align: center;
  color: #008282;
  background-color: #fff;
  font-size: 4vw;
}

nav .nav-menu-sp .contact-sp .contact_icon-sp {
  color: #008282;
  width: 5vw;
  margin: 1.6vw 1vw 1vw;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .footer-top {
    width: 100%;
    padding: 0 4.67vw;
    display: block;
    margin-bottom: 13.33vw;
  }
}

.footer-top p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .footer-top p {
    font-size: 4vw;
  }
}

.footer-top .cm {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .footer-top .cm {
    width: 100%;
    margin-bottom: 10.67vw;
  }
}

.footer-top .cm .cm-link:hover p {
  text-decoration: underline;
}

.footer-top .cm .cm-link:hover img {
  opacity: 0.8;
}

.footer-top .cm .title_cm {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-top .cm .title_cm {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}

.footer-top .cm .title_cm::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scaleY(0.5);
          transform: translateY(-50%) scaleY(0.5);
  width: 180px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .footer-top .cm .title_cm::after {
    width: 71.33vw;
  }
}

.footer-top .instagram .line {
  width: 100%;
  height: 1px;
  background-color: #3d3d3d;
}


.footer-top .instagram {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .footer-top .instagram {
    width: 100%;
    margin-bottom: 10.67vw;
  }
}

.footer-top .instagram .instagram-link:hover p {
  text-decoration: underline;
}

.footer-top .instagram .instagram-link:hover img {
  opacity: 0.8;
}

.footer-top .instagram .title_instagram {
  margin-bottom: 10px;
  padding-left: 1.8em;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-top .instagram .title_instagram {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}

.footer-top .instagram .title_instagram::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  background: url(/cms/wp-content/themes/kyowa/inc/img/common/instagram.png) center no-repeat;
  background-size: contain;
}
.footer-top .instagram .title_instagram::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scaleY(0.5);
          transform: translateY(-50%) scaleY(0.5);
  width: 35px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .footer-top .instagram .title_instagram::after {
    width: 34vw;
  }
}

.footer-top .instagram .line {
  width: 100%;
  height: 1px;
  background-color: #3d3d3d;
}


.footer-top .sponsoreds .title_sponsored {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-top .sponsoreds .title_sponsored {
    margin-bottom: 2vw;
    font-size: 4.8vw;
  }
}

.footer-top .sponsoreds .title_sponsored::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scaleY(0.5);
          transform: translateY(-50%) scaleY(0.5);
  width: 400px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .footer-top .sponsoreds .title_sponsored::after {
    width: 56vw;
  }
}

.footer-top .sponsoreds .sponsored {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-top .sponsoreds .sponsored .sponsore {
  width: 260px;
}

.footer-top .sponsoreds .sponsored .sponsore:hover img {
  opacity: 0.8;
}

.footer-top .sponsoreds .sponsored .sponsore:hover p {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer-top .sponsoreds .sponsored .sponsore {
    width: 42.67vw;
  }
  .footer-top .sponsoreds .sponsored .sponsore p {
    padding: 0 1.5vw;
  }
}

.footer-top .sponsoreds .spacer {
  width: 20px;
}

@media screen and (max-width: 767px) {
  .footer-top .sponsoreds .spacer {
    width: 5.33vw;
  }
}

.footer-bottom {
  color: #fff;
}

.footer-bottom a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer-bottom a {
    font-size: 4vw;
    margin-bottom: 3.33vw;
  }
}

.footer-bottom .footer-container {
  background-image: url(../img/common/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-container {
    background-image: url(../img/common/fooer-bg-sp.jpg);
    background-color: #3d3d3d;
    background-size: cover;
    background-position: bottom;
    min-width: auto;
  }
}

.footer-bottom .footer-container .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-container .footer-content {
    width: 100%;
    display: block;
    padding: 8vw 4.67vw;
  }
}

.footer-bottom .footer-container .footer-content .content-left .footer-logo {
  display: block;
  width: 115px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-container .footer-content .content-left .footer-logo {
    width: 36.67vw;
    margin-bottom: 6.67vw;
  }
}

.footer-bottom .footer-container .footer-content .content-left .footer-logo:hover {
  opacity: 0.8;
}

.footer-bottom .footer-container .footer-content .content-left .c-name {
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-container .footer-content .content-left .c-name {
    font-size: 4.8vw;
    margin-bottom: 1vw;
  }
}

.footer-bottom .footer-container .footer-content .content-left .c-ad {
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-container .footer-content .content-left .c-ad {
    font-size: 3.73vw;
    margin-bottom: 8vw;
  }
}

.footer-bottom .footer-container .footer-content .content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 840px;
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-container .footer-content .content-right {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-container .footer-content .content-right ul {
    margin-bottom: 6.67vw;
  }
}

.footer-bottom .footer-container .footer-content .content-right ul li:hover {
  text-decoration: underline;
}

.footer-bottom .footer-container .text_cp {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: right;
  font-size: 13px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-container .text_cp {
    width: 100%;
    padding: 0 4.67% 8vw;
    text-align: center;
    font-size: 3.47vw;
  }
}

.container1200 {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container1200 {
    width: 100%;
  }
}

.op:hover {
  opacity: 0.8;
}

.unline:hover {
  display: inline-block;
  border-bottom: 1px solid #000;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #pageTop {
    width: 8vw;
    height: 8vw;
  }
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* 追加CSS（2021.7） */
