@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box;
}

#wrap {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.noLnk {
  color: #666 !important;
  opacity: 0.5;
  pointer-events: none;
}

/*---------------------------------

 basic

---------------------------------*/
body {
  /* font-family: "Noto Sans JP", sans-serif; */
  font-weight: 500;
  line-height: 1.85;
  background: #fff;
  color: #000;
}
/* 
body.is-active {
  overflow: visible;
} */

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

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

em {
  font-style: normal;
  font-weight: 700;
}

#wrap {
  width: 100%;
  overflow-x: hidden;
}

.container2 {
  display: flex;
  margin: auto;
  justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
  #wrap {
    overflow: hidden;
  }
}

.container_top {
  max-width: 2200px;
  margin: auto;
}

.container {
  max-width: 1040px;
  margin: auto;
}

.container_material {
  max-width: 1040px;
  margin: auto;
}

.container.m-widthM {
  max-width: 785px;
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 25px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 20px;
  }

  a:hover {
    color: #780e0e;
  }

  a img {
    transform-origin: center center;
    transition: 0.3s all ease-in-out;
  }
}

/*---------------------------------

 parts

---------------------------------*/
/* b-logo --------------*/
.b-logo,
.b-menuHeader a {
  width: 130px;
  margin: 0;
}

.b-logo img,
.b-menuHeader img {
  display: block;
  width: 80%;
}

.b-logo a,
.b-menuHeader a {
  display: block;
  line-height: 1;
}

.b-logoBeand {
  width: 290px;
}

@media screen and (min-width: 768px) {
  .b-logo {
    width: 180px;
  }

  .b-logoBeand {
    width: 270px;
    margin: 0;
  }
}

/* font-color --------------*/
.m-fntKey {
  color: #780e0e;
}

/* background-color --------------*/
.m-bgGreenPale {
  background: rgba(223, 160, 160, 0.2);
}

.m-bgGray {
  background: #ebebeb;
}

/* b-btn --------------*/

.b-btn a,
.b-btn div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  /* border-radius: 150px; */
  cursor: pointer;
  padding-bottom: 2px;
  overflow: hidden;
  transition: ease 0.2s;
  position: relative;
}

.b-btn div.js-alert {
}

.b-btn a::before,
.b-btn div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}

.b-btn a:hover::before,
.b-btn div:hover::before {
  animation: skewanime 0.3s forwards;
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}

.b-btn span {
  position: relative;
  z-index: 1;
}

/**/
.b-btn a.m-gr,
.b-btn div.m-gr {
  background: #780e0e;
  border: 1px solid #780e0e;
}

.b-btn a.m-gr:hover,
.b-btn div.m-gr:hover {
  color: #780e0e;
}

.b-btn a.m-gr::before,
.b-btn div.m-gr::before {
  background: #fff;
}

/**/
.b-btn a.m-bk,
.b-btn div.m-bk {
  background: #717172;
  border: 1px solid #717171;
}

.b-btn a.m-bk:hover,
.b-btn div.m-bk:hover {
  color: #717171;
}

.b-btn a.m-bk::before,
.b-btn div.m-bk::before {
  background: #fff;
}

/**/
.b-btn a.m-wh,
.b-btn div.m-wh {
  background: #fff;
  color: #535353;
  border: 1px solid #535353;
}

.b-btn a.m-wh:hover,
.b-btn div.m-wh:hover {
  color: #fff;
}

.b-btn a.m-wh::before,
.b-btn div.m-wh::before {
  background: #000;
}

/**/
.b-btn a.m-sq,
.b-btn div.m-sq {
  border-radius: 0;
  border: 1px solid;
}

/* 230503追加 */
.b-pageTop2,
.b-pageTop3 {
  position: fixed;
  z-index: 10;
  right: 0px;
  bottom: 13ex;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.b-pageTop3 {
  top: 23ex;
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 5px 0.5rem 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  position: relative;
  color: black;
  background: white;
  font-size: 16px;
  border-radius: 0px;
}

a.btn-d {
  position: relative;
  background: #780e0e;
  color: white;
  width: 40px;
  border-radius: 0px;
  font-weight: 400;
  border: #780e0e 1px solid;
  padding: 30px 30px;
  z-index: 50;
  font-size: 16px;
  display: flex;
  writing-mode: vertical-lr;
}

a.btn-d span {
  margin: -13px;
}

a.btn-c span {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  color: #780e0e;
  background: #fff;
  border: 1px solid;
  padding: 5px 0px;
  font-weight: 500;
  border-radius: 5px;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #780e0e;
  -webkit-box-shadow: 0 2px 0 #780e0e;
  box-shadow: 0 2px 0 #780e0e;
}
/* 230503追加 */

@media screen and (min-width: 768px) {
  .b-btn a,
  .b-btn div {
    width: 300px;
    height: 60px;
    font-size: 18px;
  }

  .b-btn a.m-heightS,
  .b-btn div.m-heightS {
    height: 35px;
  }

  .b-btns {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* coming soon */

.b-btn .js-alert {
  position: relative;
  overflow: visible;
}

.b-btn .js-alert div::before {
  display: none;
}

.b-btn .js-alert div:hover {
  color: inherit;
}

.b-btn .js-alert > div.m-gr {
  width: 100%;
}

.b-btn .b-alert {
  display: none;
  position: absolute;
}

.b-btn .js-alert.active .b-alert {
  display: block;
  width: 85%;
  text-align: center;
  background: #fff;
  color: #780e0e;
  line-height: 1;
  padding: 0.3em 2em 0.5em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 1em);
  border: 1px solid #780e0e;
  height: auto;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  /* 230503追加 */
  /* a.btn-c{
  width:155px;
} */

  a.btn-c span {
    font-size: 0.5rem;
    padding: 0;
  }

  .b-pageTop2 {
    bottom: 17ex;
  }

  .b-pageTop3 {
    bottom: 0;
    width: 100%;
    text-align: center;
    top: unset;
  }

  a.btn-c span {
    width: 80%;
  }

  a.btn-d {
    writing-mode: unset;
    -ms-writing-mode: unset;
    width: 60%;
    height: 6ex;
    line-height: 42px;
    display: block;
    margin: auto;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 1rem;
    padding: 0.2rem;
  }
  /* 230503追加 */

  .b-btn .js-alert {
    padding-bottom: 30px;
  }

  .b-btn .js-alert.active .b-alert {
    padding: 0.2em 2em 0.5em;
    transform: translate(-50%, 0.2em);
    font-size: 1em;
  }
}

/* // coming soon */

.b-pageTop {
  position: fixed;
  z-index: 10s;
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 60px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

/* sp 100vh */
@media screen and (max-width: 767px) {
  .b-100vh {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

/*---------------------------------

 form parts

---------------------------------*/
/* select*/
select {
  background: #f5f5f5;
  padding: 0.1em 0.5em;
  width: 100%;
  border: 1px solid #717172;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

select::-ms-expand {
  display: none;
}

.b-select {
  width: 200px;
  position: relative;
}

.b-select::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translateX(-90%);
  border-top: 1px solid #717172;
  border-right: 1px solid #717172;
  position: absolute;
  right: 1em;
  top: 50%;
  color: #1a1a1a;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .b-select {
    width: 300px;
  }
}

/*---------------------------------

 header

---------------------------------*/
header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 997;
}

header > .inner,
.b-menuHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  height: 50px;
  background: white;
  width: 100%;
}

header .b-logo,
header .b-menuHeader a {
  margin-left: 20px;
}

#INDEX header .b-logo a {
  cursor: default;
}

header nav {
  /* font-family: "M PLUS 1p", sans-serif; */
  font-weight: 400;
}

header .b-menuHeader {
  /* height: 50px; */
  background: #fff;
  margin-top: 50px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  header > .inner {
    height: 70px;
    /* 221212 */
    background: white;
  }

  header .b-menuHeader {
    height: 70px;
  }

  header nav li,
  header .b-nav02 li {
    padding: 2px 0;
  }

  header nav a,
  header .b-nav02 a {
    font-size: 14px;
    margin-left: 38px;
  }

  header nav {
    margin-right: 0;
    margin-left: auto;
    display: flex;
  }

  header .b-nav02 li:nth-child(1) {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    margin-left: 38px;
  }

  header .b-nav02,
  header .b-nav02 li:nth-child(1) {
    padding-right: 38px;
  }
}

@media screen and (min-width: 1140px) {
  header .b-logo {
    margin-left: 50px;
  }
}

@media screen and (min-width: 821px) {
  header .b-navInner {
    display: flex;
  }

  header .b-nav02 {
    /* font-family: "M PLUS 1p", sans-serif; */
    font-weight: 400;
  }
}

/*---------------------------------

 MENU

---------------------------------*/
#MENU {
  background: #780e0e;
  width: 60px;
  height: 50px;
  position: fixed;
  right: 0;
  z-index: 110;
  cursor: pointer;
}

#MENU span {
  display: block;
  background: #fff;
  position: absolute;
  width: 38%;
  height: 2px;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
}

#MENU span:nth-child(1) {
  top: 34%;
}

#MENU span:nth-child(2) {
  top: 50%;
}

#MENU span:nth-child(3) {
  top: 66%;
}

/* close */
#MENU.close {
  background: rgba(108, 160, 84, 0);
}

#MENU.close span {
  background: #707070;
}

#MENU.close span:nth-child(1),
#MENU.close span:nth-child(3) {
  top: 50%;
}

#MENU.close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

#MENU.close span:nth-child(2) {
  transform: translate(-50%, -50%) SCALE(0);
}

#MENU.close span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #MENU {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 821px) {
  header {
    position: fixed;
    z-index: 100;
  }

  #MENU {
    display: none;
  }

  .b-menuHeader {
    display: none;
  }
}

/*---------------------------------

 b-nav / open

---------------------------------*/

header .b-nav {
  z-index: 100;
}

.b-nav02 li {
  padding: 18px 0px;
}

a#function_navi,
li#navi_f,
li#navi_build,
span#journal_arrow {
  display: none;
}

ul#second {
  display: flex;
  flex-direction: unset;
}

@media screen and (max-width: 820px) {
  header .b-nav {
    display: none;
  }

  ul#first {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 15px;
  }

  a#function_navi {
    font-size: 14px;
    display: block;
    text-align: left;
    margin: 3px 18%;
  }

  li#navi-journal {
    padding: 10px;
    width: 52%;
    margin: auto;
    margin-bottom: 23px;
    border: double 4px;
  }

  li#navi_build {
    background: #780e0e;
    width: 52%;
    height: 41px;
    line-height: 17px;
    margin: auto;
    padding: 11px;
    display: block;
  }

  span#journal_arrow {
    display: inherit;
  }

  li#navi_build > a,
  li#navi-journal > a {
    font-size: 14px;
  }

  li#navi_f {
    display: block;
  }

  ul {
    padding-left: 0;
    margin: 0;
 
  }

  ul#second {
    display: block;
  }

  ul#secound{
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

header .b-nav.open {
  display: block;
  width: 100vw;
  height: 110vh;
  background: rgba(113, 113, 114, 0.93);
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

header .b-nav.open .b-navInner {
  height: 100vh;
  padding: 20px 0 150px;
  overflow-y: scroll;
}

header .b-nav.open li {
  display: block;
}

/* nav */
header .b-nav.open nav li {
  margin-bottom: 24px;
}

header .b-nav.open nav a,
header .b-nav.open .sidenav h2 {
  font-size: 18px;
}

/* sidenav */
header .b-nav.open .sidenav {
  display: inline-block;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  margin: 10px auto 60px;
  padding-top: 40px;
}

header .b-nav.open .sidenav h2 {
  font-weight: 400;
}

header .b-nav.open .sidenav li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

header .b-nav.open .sidenav dt {
  font-size: 14px;
  line-height: 1.5;
  margin: 18px auto 40px;
}

/* b-nav */
header .b-nav.open .b-nav02 {
  text-align: center;
}

header .b-nav.open .b-nav02 li {
  display: inline-block;
  margin: 0 19px;
}

header .b-nav.open .b-nav02 a {
  font-size: 18px;
  font-weight: 400;
}

/*---------------------------------

 sidenav

---------------------------------*/
.sidenav {
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 820px) {
  .sidenav img {
    display: none;
  }

  header .b-nav.open .sidenav {
    display: inline-block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    margin: 0px auto 4px;
    padding-top: 0px;
  }
}

@media screen and (min-width: 821px) {
  header > .sidenav h2,
  header > .sidenav .b-lst {
    background: #780e0e;
    border: 1px solid #780e0e;
    border-radius: 10px 0 0 10px;
    position: fixed;
    right: 0;
    top: 150px;
  }

  header > .sidenav h2 {
    border-radius: 0px;
    z-index: 50;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    writing-mode: vertical-lr;
    width: 40px;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* margin-top: 20px; */
    padding: 30px;
  }

  a.btn-d {
    display: none;
    /* position: relative;
    background: #780e0e;
    width: 40px;
    color: white;
    border-radius: 0px;
    font-weight: 400;
    border: #780e0e 1px solid;
    padding: 30px 30px;
    z-index: 50;
    font-size: 16px;
    display: flex;
    writing-mode: vertical-lr; */
  }
  /* a.btn-d span {
    text-orientation: upright;
    -webkit-text-orientation: upright;
  } */
a#WEB_mitsumori_pc {
  display: none;
}

}

header > .sidenav .b-lst {
  /* width: 510px; */
  width: 310px;
  padding-left: 5px;
  padding-bottom: 18px;
  z-index: 51;
  transform: translateX(100%);
  transition: 0.2s ease-in-out;
  margin-top: 21px;
}

header > .sidenav .b-lst.open {
  transform: translateX(0);
}

header > .sidenav .b-lst dt {
  text-align: center;
  font-size: 14px;
  margin: 1.7em 0 1.3em;
}

header > .sidenav .b-lst a {
  display: block;
  width: 220px;
  height: 140px;
  overflow: hidden;
  margin: 0 0 18px 18px;
}

header > .sidenav .b-lst a:hover img {
  transform: scale(1.1, 1.1);
}

/*---------------------------------

 main

---------------------------------*/
@media screen and (min-width: 768px) {
  main {
    margin-top: 70px;
  }
}

/*---------------------------------

 footer

---------------------------------*/
footer {
  background: #ededed;
  color: #535353;
}

footer .b-content {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
}

footer .b-content ul {
  display: flex;
  justify-content: center;
}

footer .b-content a {
  display: inline-block;
  width: 160px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

footer .b-content a::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 14px;
  background-size: contain;
}

footer .b-content li.m-howto a::before {
  background-image: url(../img/ic-howto.png);
}

footer .b-content li.m-faq a::before {
  background-image: url(../img/ic-faq.png);
}

footer .b-content li.m-about a::before {
  background-image: url(../img/ic-about.png);
}

footer .b-content a::after {
  content: attr(data-en);
  display: block;
  font-size: 13px;
}

footer .b-sitemap {
  line-height: 1.4;
}

footer .b-sitemap dt {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0.4em;
}

footer .b-sitemap dd {
  font-size: 14px;
  margin-bottom: 0.5em;
  font-weight: 400;
}

footer .b-box.m-02 {
  border-top: 1px solid #707070;
}

footer .b-content a::after,
footer small {
  color: #707070;
}

footer small {
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
    padding: 0 50px;
  }

  footer .container {
    margin: 0;
  }

  footer .b-box.m-01 {
    padding-top: 30px;
  }

  footer .b-content li.m-about {
    display: none;
  }

  footer .b-sitemap {
    display: inline-block;
    margin: auto;
    text-align: left;
    padding: 20px 0;
  }

  footer .b-sitemap dl + dl {
    margin-top: 20px;
  }

  footer .b-box.m-02 {
    padding: 35px 0 50px;
    text-align: center;
  }

  footer .b-logo {
    width: 175px;
    margin: auto;
    margin-bottom: 35px;
  }

  footer .b-logoBeand {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  footer .b-box.m-01 {
    padding: 45px 0 30px;
  }

  footer .b-content li.m-faq {
    margin-left: 20px;
    margin-right: 10px;
  }

  footer .b-content li a::after {
    color: inherit;
  }

  footer .b-content li.m-howto a:hover::before {
    background-image: url(../img/ic-howto_r.png);
  }

  footer .b-content li.m-faq a:hover::before {
    background-image: url(../img/ic-faq_r.png);
  }

  footer .b-content li.m-about a:hover::before {
    background-image: url(../img/ic-about_r.png);
  }

  footer .b-sitemap {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: auto;
    padding-top: 30px;
    line-height: 1.6;
  }

  footer .b-sitemap dt {
    font-size: 14px;
  }

  footer .b-sitemap dd {
    font-size: 12px;
  }

  footer .b-box.m-02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding: 32px 0 37px;
  }

  footer .b-box.m-02 .b-logoBeand {
    order: 3;
  }

  footer small {
    font-size: 12px;
    margin-right: 20px;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 829px) {
  footer .b-box.m-02 {
    flex-wrap: wrap;
  }

  footer .b-box.m-02 .b-logoBeand {
    order: unset;
  }

  footer small {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1101px) {
  footer .b-box.m-01 {
    display: flex;
    justify-content: space-between;
  }

  footer .b-content {
    border-bottom: 0 none;
  }

  footer .b-sitemap {
    margin-right: 1.5em;
    padding-top: 0;
  }
}

/*---------------------------------

 b-caution

---------------------------------*/
.b-caution .container {
  max-width: 1100px;
}

.b-caution .inner {
  border: 1px solid #bbb;
  color: #535353;
  font-weight: 500;
  margin-top: 30px;
}

.b-caution .inner a {
  display: block;
  margin: auto;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .b-caution .container {
    margin-top: 27px;
    margin-bottom: 80px;
  }

  .b-caution .inner {
    padding: 18px 30px 30px;
    font-size: 16px;
    margin-bottom: 50px;
  }

  .b-caution .inner a {
    width: 160px;
    margin-top: 23px;
  }

  .b-btn a + a,
  .b-btn .js-alert + a {
    margin-top: 23px;
  }

  .b-caution .b-btn a,
  .b-caution .b-btn .js-alert {
    width: 280px;
    margin: auto;
    margin-bottom: 22px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .b-caution .container {
    margin-top: 100px;
    margin-bottom: 85px;
  }

  .b-caution .inner {
    padding: 30px;
    margin-bottom: 70px;
    font-size: 22px;
    line-height: 1.7;
  }

  .b-caution .e-lead {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .b-caution .e-lead p {
    margin: 0;
  }

  .b-caution .e-lead::before {
    content: "";
    display: block;
    width: 63px;
    height: 63px;
    margin: 0;
    margin-right: 30px;
    background: url(../img/ic-check.png) center center / contain no-repeat;
  }

  .b-caution .inner a {
    width: 226px;
    margin-top: 35px;
  }

  .b-caution .b-btn a,
  .b-caution .b-btn .js-alert {
    width: 350px;
  }

  .b-btn a + a,
  .b-btn .js-alert + a {
    margin-left: 23px;
  }

  .b-caution .b-btn a.m-set {
    font-size: 20px;
  }
}

/*---------------------------------

 sec-setLnk

---------------------------------*/
.sec-setLnks {
  text-align: center;
}

.sec-setLnks h2 {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .sec-setLnks {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .sec-setLnks h2 {
    font-size: 25px;
  }

  .sec-setLnks .b-txt {
    text-align: left;
    font-size: 14px;
  }

  .sec-setLnks .b-img {
    padding-top: 15px;
  }

  .sec-setLnks .b-img a {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .sec-setLnks {
    padding-top: 70px;
    padding-bottom: 105px;
  }

  .sec-setLnks h2 {
    font-size: 35px;
  }

  .sec-setLnks .b-txt {
    font-size: 18px;
  }

  .sec-setLnks .b-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }

  .sec-setLnks .b-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }

  div#sec {
    justify-content: space-around;
  }

  .sec-setLnks .b-img a {
    /* width: 48%; */
    width: 33%;
    margin-top: 33px;
  }
}

/*---------------------------------

 animation

---------------------------------*/
.fadeOut {
  transform-origin: center center;
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  pointer-events: none;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeIn {
  opacity: 0;
  transition: 0.6s ease 0.1s;
}

.fadeIn.in {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .fadeIn {
    transform: translateY(30px);
  }
}

@media screen and (min-width: 768px) {
  .fadeIn {
    transform: translateY(50px);
  }
}

.fadeIn.b-btn {
  transform: translateY(0);
  transition: 0.8s ease 0.2s;
}

@media screen and (min-width: 768px) {
  a.scale {
    display: block;
    overflow: hidden;
  }

  a.scale:hover img {
    display: block;
    transform-origin: center center;
    transform: scale(1.1, 1.1);
  }
}

.move {
  display: block;
  width: 100%;
  height: 170%;
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------------

 pc/sp display: none;

---------------------------------*/

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

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .mid-none {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .mid-on {
    display: none;
  }
}
