@charset "UTF-8";

/*============================
	index 共通
============================*/
/* btn ▼*/

.link__btn {
  background: #fff;
}

.link__btn a {
  font-weight: bold;
  display: block;
  max-width: 100%;
  width: 320px;
  line-height: 80px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  background: #ffea4a;
  transition: 0.5s;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.link__btn a:hover {
  opacity: 0.8;
}

.link__btn02 a {
  display: block;
  width: 230px;
  background: url(../img/cmn/btn-arw.png) no-repeat center right 5px/20%;
  border-bottom: solid 2px #fff;
  transition: 0.5s;
  line-height: 50px;
  white-space: nowrap;
  color: #fff;
}

.link__btn02 a:hover {
  background-position: center right 10px;
}

/* btn ▲*/
.section__ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.section__ttl .font-en {
  font-size: 10rem;
  font-weight: bold;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  display: block;
  color: #ffffff;
  text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000,
    -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000,
    -2px 0px 1px #000000, 0px -2px 1px #000000;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  .section__ttl {
    font-size: 2rem;
  }

  .section__ttl .font-en {
    font-size: 6rem;
  }

  .link__btn a {
    line-height: 60px;
  }
}

@media screen and (max-width: 599px) {
  .section__ttl .font-en {
    font-size: 4rem;
    text-shadow: 1px 1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000,
      -1px -1px 1px #000000, 1px 0px 1px #000000, 0px 1px 1px #000000,
      -1px 0px 1px #000000, 0px -1px 1px #000000;
  }

  .section__ttl {
    font-size: 1.6rem;
  }

  .link__btn a {
    line-height: 50px;
    font-size: 1.6rem;
  }
}

/*============================
	header
============================*/
header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  padding: 0 1%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); */
}

/* .header__left {
    width: 50%;
}

.header__right {
    width: 50%;
} */
.header__logo {
  width: 200px;
  height: auto;
  /* background: #fff; */
}

.header__logo a:hover {
  opacity: 0.9;
}

.header__txt {
  font-size: min(1.2rem, 1vw);
  font-weight: bold;
  margin: 70px 0 0 5%;
  white-space: nowrap;
  color: #fff;
}

.header__tel {
  font-size: 3.5rem;
  margin: 55px 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: url(../img/cmn/ico_tel_hd_wh.png) no-repeat center left;
  padding-left: 35px;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05em;
  color: #fff;
}

.header__time {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 947px) {
  .header__right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__time {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 120px;
    min-width: auto;
    height: auto;
    position: relative;
    z-index: 999;
  }

  .header__flex {
    display: flex;
  }

  .header__txt {
    color: #fff;
    margin: 40px 0 0 5%;
  }
}

@media screen and (max-width: 599px) {
  .header__left {
    display: flex;
  }

  .header__logo {
    width: 80px;
  }

  .header__txt {
    font-size: 1rem;
    line-height: 1.6;
    margin: 20px 0 0 5%;
  }
}

/*============================
	fv
============================*/
.fv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 940px;
  /* z-index: -100; */
}

.fv iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -100;
}

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.fv__copy {
  position: absolute;
  /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
  z-index: 99;
  top: 40%;
  left: 5%;
  width: 30%;
}

.fv__contact {
  position: fixed;
  right: 1%;
  top: 45%;
  background: #fff;
  z-index: 999;
}

.fv__contact a {
  display: block;
  width: 70px;
  background: #ffea4a;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  padding: 20px 0;
}

.fv__contact a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  .fv__img.pc {
    display: block;
  }

  .fv__img.sp {
    display: none;
  }

  .fv__copy.pc {
    display: block;
  }

  .fv__copy.sp {
    display: none;
  }

  .fv__copy {
    top: 50%;
    right: 10%;
    width: 50%;
  }
  .fv {
    width: 100%;
    height: 100vh;
  }
  .fv__sp img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .fv {
    width: 100%;
    height: 100vh;
  }

  .fv__img.pc {
    display: none;
  }

  .fv__img.sp {
    display: block;
  }

  .fv__copy.pc {
    display: none;
  }

  .fv__copy.sp {
    display: block;
  }

  .fv__copy {
    top: 55%;
    right: 10%;
    width: 80%;
  }

  .fv__contact {
    top: 15%;
    right: 0;
  }

  .fv__contact a {
    width: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
}

/*============================
	campaign
============================*/
.campaign {
  padding: 100px 0;
  background: #f77700;
}

.campaign__box {
  position: relative;
}

.campaign__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  right: -10px;
  background: repeating-linear-gradient(
    -45deg,
    #222 0,
    #222 1px,
    transparent 0,
    transparent 5px
  );
}

.campaign__ttl {
  color: #ffea4a;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
  white-space: nowrap;
  background: #1d0f03;
  position: relative;
}

.campaign__flex {
  background: #fff;
  position: relative;
  padding: 25px 3% 40px;
}

.campaign__left {
  width: 50%;
}

.campaign__right {
  width: 50%;
}

.campaign__pop {
  font-size: min(3rem, 3vw);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.campaign__pop span {
  padding: 0 5px;
}

.campaign__price {
  font-size: min(5rem, 5vw);
  letter-spacing: 0.15em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.campaign__price .color-ma {
  font-size: min(15rem, 10vw);
  vertical-align: middle;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  letter-spacing: 0;
}

.campaign__price .tax {
  display: block;
  font-size: min(1.6rem, 1.6vw);
  position: absolute;
  right: 5px;
  bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.campaign__txt {
  font-size: min(2.4rem, 2.4vw);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.campaign__txt02 {
  font-size: min(1.4rem, 1.4vw);
  font-weight: bold;
  margin-bottom: 20px;
  white-space: nowrap;
}

.campaign__txt02 img {
  width: 25px;
  margin-right: 5px;
  vertical-align: baseline;
}

.campaign__txt02 .font-en {
  font-size: min(3.5rem, 3vw);
  letter-spacing: 0.05em;
  margin-right: 5px;
}

.campaign .link__btn a {
  margin: 0 auto;
  font-size: min(2.4rem, 2vw);
  width: 70%;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  .campaign__ttl {
    font-size: 3.6rem;
  }

  .campaign__left {
    padding: 30px 0 0;
  }

  .campaign__txt {
    margin-bottom: 10px;
  }

  .campaign__txt02 {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .campaign {
    padding: 60px 0;
  }

  .campaign__ttl {
    font-size: 2.2rem;
    line-height: 60px;
  }

  .campaign__left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .campaign__right {
    width: 100%;
  }

  .campaign__pop {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .campaign__price .color-ma {
    font-size: 8rem;
  }

  .campaign__price {
    font-size: 3rem;
  }

  .campaign__price .tax {
    font-size: 1rem;
  }

  .campaign__txt {
    font-size: 1.6rem;
  }

  .campaign__txt02 {
    font-size: 1.2rem;
  }

  .campaign__txt02 .font-en {
    font-size: 3rem;
  }

  .campaign .link__btn a {
    font-size: 1.6rem;
  }
}

/*============================
	message
============================*/
.message {
  padding: 80px 0 110px;
  background: #fdeacc;
}

.message::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 100px 0 100px;
  border-color: #fdeacc transparent transparent transparent;
}

.message__ttl {
  width: 300px;
  margin: 0 auto 30px;
}

.message__copy {
  font-size: min(3.6rem, 3vw);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}

.message_txt {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 85px;
}

.message__box {
  position: relative;
}

.message__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  right: -10px;
  background: repeating-linear-gradient(
    -45deg,
    #222 0,
    #222 1px,
    transparent 0,
    transparent 5px
  );
}

.message__box--bg {
  background: #fff;
  padding: 80px 3%;
  position: relative;
  border: solid 3px #1d0f03;
}

.message__flag--l {
  top: -10px;
  left: -25px;
  width: 15%;
}

.message__flag--r {
  top: -10px;
  right: -25px;
  width: 15%;
}

.message__woman {
  width: 23%;
  right: -6%;
  bottom: 0;
}

.message__copy02 {
  font-size: min(4rem, 3.6vw);
  text-align: center;
  margin-bottom: 60px;
}

.message__ul {
  padding-right: 5%;
}

.message__li {
  background: url(../img/top/ico_check.png) no-repeat top 15px left;
  padding-left: 30px;
  font-size: min(2rem, 1.8vw);
  letter-spacing: 0.05em;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}

.message__li span {
  font-size: min(3rem, 2.6vw);
  background: #fdfc8e;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
  .message {
    padding: 60px 0;
  }

  .message__ttl {
    width: 200px;
  }

  .message__copy {
    font-size: min(1.8rem, 5vw);
  }

  .message_txt {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }

  .message__box--bg {
    padding: 40px 3% 160px;
  }

  .message__flag--l {
    width: 20%;
  }

  .message__flag--r {
    width: 20%;
  }

  .message__copy02 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .message__li {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2;
  }

  .message__li span {
    font-size: 1.8rem;
  }

  .message__woman {
    width: 30%;
  }
}

/*============================
	point
============================*/
.point {
  padding: 90px 0 0;
  background: url(../img/top/bg_point.jpg) no-repeat center center/cover;
}

.point__ttl {
  font-size: min(4.5rem, 4vw);
  padding: 60px 70px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  background: url(../img/top/point_ttl_bg.png) no-repeat top right;
}

.point__ttl img {
  width: 30px;
}

.point__atc {
  margin-bottom: 60px;
}

.point__atc.atc03 {
  margin-bottom: 120px;
}

.point__img {
  width: 40%;
}

.point__img img {
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.point__txtwrap {
  width: 60%;
  height: 300px;
  background: #fff;
  border-top: solid 2px #191919;
  border-right: solid 2px #191919;
  border-bottom: solid 2px #191919;
  padding: 20px 3%;
}

.point__num {
  width: 140px;
  margin-bottom: 20px;
}

.point__h3 {
  font-size: min(3rem, 2.4vw);
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.point__txt {
  font-weight: bold;
}

.slick__slider {
  border-top: solid 20px #f77700;
}

.slick__item {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .point__txtwrap {
    padding: 20px 3%;
  }
}

@media screen and (max-width: 599px) {
  .point {
    padding: 60px 0;
  }

  .point__ttl {
    font-size: 2rem;
    padding: 10px 30px 0;
    text-align: center;
    line-height: 45px;
    background-size: 20px;
    margin-bottom: 30px;
  }

  .point__ttl img {
    width: 20px;
  }

  .point__img {
    width: 100%;
  }

  .point__img img {
    height: auto;
  }

  .point__txtwrap {
    width: 100%;
    border-top: none;
    border-left: solid 2px #191919;
    height: auto;
  }

  .point__num {
    width: 100px;
  }

  .point__h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .point__txt {
    font-size: 1.2rem;
  }

  .slick__slider {
    border-width: 10px;
  }

  .slick__item {
    width: 200px;
  }
}

/*============================
	schedule
============================*/
.schedule {
  padding: 100px 0 110px;
  background: #ebeff1;
}

.schedule .section__ttl {
  position: relative;
  margin-bottom: 50px;
}

.schedule .section__ttl .font-en {
  color: #ebeff1;
  background: #ebeff1;
  padding: 0 50px;
}

.schedule .section__ttl::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  border-bottom: dotted 8px #111;
  top: -55%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.schedule__item {
  position: relative;
}

.schedule__item img {
  position: relative;
}

.schedule__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  right: -10px;
  background: repeating-linear-gradient(
    -45deg,
    #222 0,
    #222 1px,
    transparent 0,
    transparent 5px
  );
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
  .schedule {
    padding: 60px 0;
  }

  .schedule .section__ttl {
    margin-bottom: 40px;
  }

  .schedule .section__ttl .font-en {
    padding: 0 20px;
  }

  .schedule .section__ttl::before {
    border-width: 4px;
    top: -60%;
  }
}

/* NEW SCHEDULE */

.fixedholiday {
  min-width: 120px;
}

table,
td,
th {
  border: 2px #000 solid;
}

td {
  height: 25px;
  vertical-align: middle;
  text-align: center;
}

th {
  height: 24px;
  vertical-align: middle;
}

.semi-bg {
  background: #ffea4a;
  white-space: nowrap;
  min-width: 147px;
}

.time-bg {
  background: #a8e1fb;
  min-width: 140px;
}

.schedule th,
td {
  font-weight: 600;
}

.schedule .b-none {
  border: 2px solid transparent;
  border-right: 2px solid #000;
  padding: 0px 5px;
}

@media screen and (max-width: 1200px) {
  .schedule {
    overflow: scroll;
    white-space: nowrap;
  }
}

/*============================
	voice
============================*/
.voice {
  padding: 90px 0;
  background: url(../img/top/bg_voice.png) no-repeat left center/50%;
}

.voice .section__ttl {
  margin-bottom: 50px;
}

.voice__flex {
  margin-bottom: 60px;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.voice__atc {
  width: 32%;
  background: #fdfc8e;
}
.voice__atc:not(:nth-child(3n)) {
  margin-right: 2%;
}

.voice__atc a {
  padding: 30px 7%;
  display: block;
}

.voice__atc a:hover {
  opacity: 1;
}
.voice__atc a:hover .voice__h3,
.voice__atc a:hover .voice__txt {
  opacity: 0.6;
}

.voice__atc:nth-child(2n) {
  background: #b6ebcb;
}

.voice__h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.voice__img {
  margin-bottom: 20px;
  background: #fff;
}

.voice__txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.6;
}

.voice .link__btn a {
  margin: 0 auto;
}
.voice .mask {
  overflow: hidden;
  position: relative;
}
.voice .mask::before {
  content: "";
  display: block;
  padding-top: calc(2 / 3.4 * 100%);
}
.voice .mask img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .voice__h3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 599px) {
  .voice {
    padding: 60px 0 240px;
    background-position: left bottom;
    background-size: 70%;
  }

  .voice .section__ttl {
    margin-bottom: 40px;
  }

  .voice__atc {
    width: 100%;
    margin-bottom: 20px;
  }

  .voice__atc a {
    padding: 30px 5%;
    display: block;
  }

  .voice__h3 {
    font-size: 1.6rem;
  }
  .voice__atc:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .voice .link__btn {
    background: none;
  }
}

/*============================
	chief
============================*/
.chief {
  padding: 90px 0 100px;
  background: #f77700;
  color: #fff;
}

.chief .section__ttl .font-en {
  color: #f77700;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff,
    -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff,
    0px -2px 1px #fff;
}

.chief .section__ttl {
  margin-bottom: 40px;
}

.chief__flex {
  margin-bottom: 70px;
}

.chief__left {
  width: 50%;
}

.chief__right {
  width: 50%;
}

.chief__img {
  width: 90%;
  max-width: 370px;
  margin: 0 auto;
}

.chief__name .position {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  background: #111;
  line-height: 25px;
  letter-spacing: 0.1em;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}

.chief__name .name {
  display: block;
  font-size: 3rem;
  color: #fff;
  background: #111;
  line-height: 45px;
  letter-spacing: 0.1em;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}

.chief__ul--left {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-right: 10%;
  margin-bottom: 50px;
}

.chief__ul--right {
  font-size: 1.4rem;
  line-height: 1.8;
}

.chief__sns--item {
  width: 30%;
  max-width: 290px;
  background: #fff;
}

.chief__ig02 {
  margin: 0 2%;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
  .chief {
    padding: 60px 0;
  }

  .chief__flex {
    margin-bottom: 40px;
  }

  .chief__left {
    width: 100%;
    margin-bottom: 30px;
  }

  .chief__right {
    width: 100%;
  }

  .chief__name .position {
    font-size: 1.6rem;
  }

  .chief__name .name {
    font-size: 2rem;
  }

  .chief__ul--left {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .chief__ul--right {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .chief__sns--item {
    width: 70%;
    margin: 0 auto 10px;
  }

  /* .chief__ig02 {
    margin: 0 0 10px;
  } */
}

/*============================
	infomation
============================*/
.infomation {
  padding: 50px 0 0;
  background: #fdeacc;
}

.infomation .section__ttl {
  margin-bottom: 40px;
}

.infomation .section__ttl .font-en {
  color: #fdeacc;
  padding: 60px 70px 0;
  background: url(../img/top/info_ttl_flag.png) no-repeat top right;
}

.info__dl {
  max-width: 720px;
  margin: 0 auto 90px;
}

.info__dt {
  width: 20%;
  float: left;
  clear: both;
  font-size: 1.5rem;
  font-weight: bold;
  color: #f77700;
  line-height: 1.6;
  padding-left: 5%;
}

.info__dd {
  padding-left: 20%;
  padding-bottom: 10px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 1.5rem;
  border-bottom: solid 1px #222;
}

.infomation iframe {
  width: 100%;
  height: 470px;
  background: #fff;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
  .infomation {
    padding: 60px 0 0;
  }

  .infomation .section__ttl .font-en {
    padding: 30px 30px 0;
    background-size: 20px;
  }

  .info__dt {
    padding: 0;
    font-size: 1.3rem;
  }

  .info__dd {
    padding-left: 25%;
    font-size: 1.3rem;
  }

  .infomation iframe {
    height: 300px;
  }
}

/*============================
	blog
============================*/
.blog {
  padding: 90px 0;
}

.blog .section__ttl .font-en {
  padding: 0 40px;
  background: #fff;
}

.blog__box {
  border: solid 2px #222;
  margin-top: -90px;
  padding: 110px 5% 70px;
}

.blog__btn a {
  display: block;
  font-size: 1.8rem;
  text-align: right;
  margin: 0 0 10px auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
  background: url(../img/cmn/btn_arw.png) no-repeat center right 5px;
  transition: 0.5s;
}

.blog__btn a:hover {
  background-position: center right;
}

.blog__dl {
  display: flex;
  flex-wrap: wrap;
}
.blog__dt {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 30px;
  background: #111;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.blog__dl .tag {
  display: flex;
  width: fit-content;
}
.blog__dl .tag span,
.blog__dl .tag a {
  margin: 0 0 0 10px;
  background-color: #ffea4a;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 30px;
  width: fit-content;
  padding: 0 5px;
  display: block;
  margin-bottom: 20px;
}
.blog__dl .tag a:hover {
  opacity: 0.8;
}

.blog__dd {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  line-height: 1.6;
  border-bottom: solid 1px #111;
  margin-bottom: 30px;
  width: 100%;
}

.blog__dd:last-child {
  /* border: none;
  padding: 0;
  margin: 0; */
}
.blog__dl:last-child .blog__dd {
  border: none;
  padding: 0;
  margin: 0;
}

.category-btn {
  position: relative;
  display: none;
}
.category-btn ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-btn ul li {
  margin: 0 0 0 10px;
  background-color: #ffea4a;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 40px;
  width: fit-content;
  padding: 0 10px;
  display: block;
  margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
  .blog {
    padding: 60px 0;
  }

  .blog__box {
    margin-top: -45px;
    padding: 60px 5% 40px;
  }

  .blog__btn a {
    font-size: 1.6rem;
  }

  .blog__dt {
    font-size: 1.2rem;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .blog__dd {
    font-size: 1.4rem;
  }
}

/*============================
	footer
============================*/
footer {
  padding: 0 0 20px;
}

.ft__logo {
  width: 100px;
  margin: 50px auto 20px;
}

.ft__link {
  width: 230px;
  margin: 0 auto 50px;
  background: #fff;
}

.ft__copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
  .ft__logo {
    width: 80px;
  }

  .ft__link {
    width: 200px;
  }

  .ft__copyright {
    font-size: 1rem;
  }
}

/*============================
	page top
============================*/
.pagetop__wrap {
  background: url(../img/cmn/bg_pagetop.png);
  height: 160px;
}

#page-top a {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  width: 90px;
  height: auto;
  display: block;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#page-top {
  opacity: 0;
  transition: 0.5s;
}

#page-top.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
  .pagetop__wrap {
    height: 80px;
  }

  #page-top a {
    width: 50px;
  }
}

/*============================
	tablet / sp
============================*/

@media screen and (max-width: 767px) {
}

/*============================
	sp only
============================*/

@media screen and (max-width: 375px) {
}
