/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
  TODO remove settings on BODY since we can't namespace it.
  */
/*
  TODO test putting a class on HEAD.
  - Fails on FF.
  */
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
  TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
  */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

* {
  letter-spacing: 1px;
}

/* ------------------------------
   common - width all
  ------------------------------ */
html,
body {
  min-width: 1280px;
}

.ttl {
  width: 571px;
  height: 124px;
  margin: 0 auto;
  background-image: url(../image/bg_ttl.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #808080;
  text-align: center;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 3px;
  padding-top: 100px;
}
.img_c img,
.main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  .ttl {
    width: 340px;
    height: 82px;
    margin: 0 auto;
    background-image: url(../image/bg_ttl.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    color: #808080;
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    padding-top: 62px;
  }
}
html {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ham_filter {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.6s;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.ham_content {
  position: fixed;
  width: 75vh;
  height: 100%;
  top: 0;
  right: 0;
  background: #ec6d81;
  opacity: 0.95;
  padding: 280px 130px 0;
  z-index: 2;
  transform: translateX(75vh);
  transition: 0.3s;
}
.ham_content a {
  color: white;
  text-decoration: none;
}
.ham_content a div {
  font-size: 20px;
  border-bottom: 1px solid white;
  padding: 25px 30px;
}
.ham_menu {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  position: fixed;
  text-align: center;
  right: 5px;
  top: 125px;
  background: #ec6d81;
  color: white;
  border: 4px solid white;
  border-radius: 20px;
  width: 135px;
  height: 130px;
  font-size: 22px;
  padding: 15px 30px;
  z-index: 3;
}
.ham_menu.open .ham_line p:nth-child(1) {
  rotate: 45deg;
  transform: translate(30%, 260%);
}
.ham_menu.open .ham_line p:nth-child(2) {
  display: none;
}
.ham_menu.open .ham_line p:nth-child(3) {
  rotate: -45deg;
  transform: translate(20%, -150%);
}
.ham_menu:hover {
  cursor: pointer;
}
.ham_menu .ham_line {
  height: 40px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  padding: 0 5px;
}
.ham_menu .ham_line p {
  height: 5px;
  background-color: white;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700;
}

.heavy {
  font-weight: 900;
}

.mincho {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-bottom: solid 1px #ec6d81;
}

header h1 {
  font-size: 12px;
  color: #ec6d81;
  letter-spacing: 2px;
}

.top {
  padding: 50px 0 40px;
}

.top h2 {
  font-size: 69px;
  line-height: 95px;
  color: #ec6d81;
  text-align: center;
}

.top h2 .strong01 {
  font-size: 92px;
}
.top h2 .strong02 {
  font-size: 83px;
}
.top h2 .strong03 {
  font-size: 80px;
}

.top p {
  font-size: 31px;
  line-height: 45px;
  color: #ec6d81;
  text-align: center;
  margin-top: 5px;
}

.top_img {
  height: 300px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.top_img .img_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_img .img_wrap .img_box {
  position: relative;
  width: 100%;
  padding-top: 55.75%;
}

.top_img .img_wrap .img_box .top_bgimg {
  width: 100%;
  padding: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
}

.top_img .img_wrap .img_box .top_bgimg img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
}

.top_img .img_wrap .img_box .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  background: linear-gradient(
    rgba(238, 126, 83, 0.8),
    rgba(238, 126, 83, 0.6),
    rgba(191, 85, 20, 0.3),
    rgba(191, 85, 20, 0.1),
    transparent
  );
  opacity: 0.56;
}

.top_img .img_wrap .img_box .text_block {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 70px;
  z-index: 200;
}

.top_img .img_wrap .img_box .text_block .catch {
  font-size: 18px;
  line-height: 32px;
  padding-left: 20px;
  color: white;
  text-shadow: 3px 1px 4px black;
  -webkit-text-stroke: 0.05px #808080;
}

.top_img .img_wrap .img_box .text_block h2 {
  margin-top: 10px;
}

.top_img .img_wrap .img_box .text_block h2 img {
  width: 485px;
}

.top_pnk {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 109px;
  background-color: #ec6d81;
}

.top_pnk .text p {
  font-size: 36px;
  color: white;
  letter-spacing: 2px;
  line-height: 96px;
}

.main-wrapper {
  padding: 70px 0 0;
}

.container01 {
  max-width: 1200px;
  margin: 0 auto;
}
.ght_space {
  margin-right: 200px;
}
.main_title {
  color: #ec6d81;
  font-size: 31px;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_title.main_title2 {
  margin-bottom: 15px;
}
.pr_line {
  width: 73px;
  height: 20px;
  margin: 0px 20px;
}

.pr_line.left {
  margin-left: 0;
}
.pr_line.right {
  margin-right: 0;
}

.ac_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
}
.ac_wrapper a {
  text-decoration: none;
  color: #000;
}
.pr_article {
  width: 368px;
  height: 454px;
}
.pr_article img {
  width: 100%;
  height: 246px;
  display: block;
  object-fit: contain;
  border: 1px solid #3333;
}
.ac_title {
  font-size: 24px;
  line-height: 100%;
  padding: 24px 0px 16px;
  letter-spacing: 1.4px;
}
.ac_main {
  position: relative;
  border-top: none;
  height: 204px;
  padding: 0px 10px;
}
.ac_main p {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px;
}
.balloon {
  text-align: center;
}
.trg {
  height: 31px;
}
.trg img {
  height: 31px;
}
.sqr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../image/pr_bg.png);
  background-size: cover;
  width: 1200px;
  margin: 0px auto;
  padding: 25px 40px 25px 60px;
}
.bg_block {
  background-color: #f7e9ed;
  width: 1200px;
  margin: 0 auto;
}

.sqr_left {
  display: flex;
  flex-wrap: wrap;
  width: 835px;
}
.sqr_block {
  margin: 10px 15px 10px 0;
}
.sqr_l_text {
  background-color: white;
  width: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  font-size: 22px;
  letter-spacing: 1.2px;
}
.sqr_right {
  display: flex;
  justify-content: center;

  width: 340px;
}
.state_text {
  margin-bottom: 13px;
  font-size: 18px;
}
.sqr_h_img {
  height: 16px;
  width: auto;
  margin: 0px 5px;
}
.img_state {
  width: 300px;
  height: auto;
  background-color: white;
  padding: 15px;
}
.inquiry_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 47px 0;
}
.btn_inq {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 34px;
  width: 800px;
  height: 165px;
  background-color: #ec6d81;
  color: white;
  border-radius: 10px;
  text-decoration: none;
}
.btn_down {
  width: 34px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
}
.emptybox_forstyle01 {
  background-color: white;
  width: 2px;
  height: 8px;
  position: absolute;
  top: 36px;
  left: -2px;
}
.emptybox_forstyle02 {
  background-color: white;
  width: 2px;
  height: 8px;
  position: absolute;
  top: 173px;
  left: -2px;
}
.emptybox_forstyle03 {
  background-color: white;
  width: 8px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 200px;
}
.emptybox_forstyle04 {
  background-color: white;
  width: 8px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: 22px;
}

.ambassador {
  padding: 60px 0 120px;
}

.ambassador .wrapper {
  width: 1200px;
  margin: 0 auto;
}

.ambassador .wrapper .list01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.ambassador .wrapper .list01 li {
  width: 280px;
}

.ambassador .wrapper .list01 li .photo {
  width: 100%;
  display: block;
}

.ambassador .wrapper .list01 li .t01 {
  font-size: 18px;
  padding: 0 20px;
  color: #808080;
  margin-top: 15px;
}

.ambassador .wrapper .list01 li .t02 {
  font-size: 12px;
  color: #808080;
  padding: 0 20px;
}

.ambassador .wrapper .list01 li .t03 {
  font-size: 12px;
  line-height: 150%;
  margin-top: 10px;
  padding: 0 20px;
  color: #808080;
}

.ambassador .wrapper .list01 li .sns {
  padding: 0 20px;
  margin-top: 15px;
}

.ambassador .wrapper .list01 li .sns a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  margin: 0 5px;
}

.ambassador .wrapper .list01 li .sns a img {
  width: 100%;
  display: block;
}

.ambassador .wrapper .list01 li .btn02 {
  width: 100%;
  display: block;
  margin-top: 15px;
}

.ambassador .wrapper .list01 li .btn02 img {
  width: 100%;
  display: block;
}

.ambassador .wrapper .box02 {
  margin-top: 70px;
}

.ambassador .wrapper .box02 .msg01 {
  width: 617px;
  display: block;
  float: right;
  margin-top: 10px;
  margin-right: 83px;
}

.ambassador .wrapper .box02 .photo {
  display: block;
  float: left;
}

.ambassador .wrapper .box02 .list02 {
  width: 783px;
  float: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.ambassador .wrapper .box02 .list02 li {
  width: 250px;
}

.ambassador .wrapper .box02 .list02 li .t01 {
  font-size: 18px;
  padding: 0 20px;
  color: #808080;
  margin-top: 15px;
}

.ambassador .wrapper .box02 .list02 li .t03 {
  font-size: 12px;
  line-height: 150%;
  margin-top: 10px;
  padding: 0 20px;
  color: #808080;
}

.ambassador .wrapper .box02 .list02 li .sns {
  padding: 0 20px;
  margin-top: 15px;
}

.ambassador .wrapper .box02 .list02 li .sns a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  margin: 0 5px;
}

.ambassador .wrapper .box02 .list02 li .sns a img {
  width: 100%;
  display: block;
}

.ambassador .wrapper .box02 .list02 li .btn02 {
  width: 100%;
  display: block;
  margin-top: 15px;
}

.ambassador .wrapper .box02 .list02 li .btn02 img {
  width: 100%;
  display: block;
}

.hs_area {
  width: 1200px;
  /* margin: 92px auto; */
  margin: 120px auto;
}

.foot_area {
  background-color: #ec6d81;
  padding: 80px 0;
  color: white;
}

.foot_area .wrapper {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.foot_area .wrapper .left {
  width: 338px;
}

.foot_area .wrapper .left img {
  width: 100%;
  display: block;
}

.foot_area .wrapper .left p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}

.foot_area .wrapper .right {
  width: 805px;
}

.foot_area .wrapper .right a {
  display: inline-block;
}

.foot_area .wrapper .right a img {
  width: 175px;
  display: block;
}

.foot_area .wrapper .right table {
  width: 100%;
  margin-top: 20px;
}

.foot_area .wrapper .right table tr th {
  width: 150px;
  font-size: 14px;
  line-height: 200%;
}

.foot_area .wrapper .right table tr td {
  font-size: 14px;
  line-height: 200%;
}

.foot_area .wrapper .right .t01 {
  font-size: 12px;
  line-height: 150%;
  margin-top: 80px;
  padding: 30px 20px 0;
  border-top: 1px solid white;
}

footer .wrapper p {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
}

.slick-dots {
  bottom: -28px;
}

.slick-dotted.slick-slider {
  background-color: white;
}
.cmy_info_c {
  background: #efeeed;
  padding: 54px 0 64px 200px;
  margin-bottom: 64px;
}
.cmy_info {
  display: flex;
  gap: 38px;
  max-width: 1200px;
  margin: 0 auto;
}
.cmy_info .img_c {
  width: 294px;
  height: 294px;
}
.cmy_dl_info {
  display: flex;
  column-gap: 54px;
}
.cmy_dl_info div:first-child {
  min-width: 158px;
  white-space: nowrap;
}
.cmy_detail {
  font-size: 20px;
}
.cmy_detail a {
  color: #036e89;
}
.cmy_detail .cmy_dl_info span {
  display: inline-block;
}
.cmy_detail .cmy_dl_info:not(:nth-child(4)) {
  padding-bottom: 24px;
}
.cmy_detail .cmy_dl_info:nth-child(4) {
  min-height: 100px;
}
.cmy_detail .cmy_dl_info:nth-child(4) div:nth-child(2) {
  line-height: 50px;
}
.pr_c {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.pr_content .pr_ttle {
  color: #ec6d81;
  border-top: 1px solid #ec6d81;
  border-bottom: 1px solid #ec6d81;
  font-size: 30px;
  padding: 36px 28px;
}
.pr_content .pr_txt {
  display: flex;
  font-size: 24px;
  padding: 0 50px 25px;
  column-gap: 30px;
}
.pr_content .pr_txt:nth-child(2) {
  margin-top: 34px;
}
.pr_content .pr_txt:last-child {
  margin-bottom: 70px;
}
.pr_content .pr_txt span {
  display: inline-block;
}
.pr_content:last-child .pr_txt:last-child span {
  text-decoration: underline;
}
.pr_txt a {
  color: #036e89;
  margin-left: 40px;
}
.pr_c .img_c {
  max-height: 850px;
  margin-bottom: 66px;
}
.pr_c .img_c img {
  border: 1px solid #ec6d81;
}
.pr_c h4 {
  font-size: 36px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48px;
}
.pr_c h4 span {
  display: inline-block;
  letter-spacing: 4px;
}
.pr_sample_img {
  max-width: 1200px;
  border: 1px solid #ec6d81;
  padding: 85px 100px;
  margin: 0 auto 52px;
}
.pr_sample_img .main_img {
  background: url("../image/main_img05.jpg");
  width: 100%;
  margin-bottom: 24px;
  aspect-ratio: 5 / 3.1;
  background-size: cover !important;
}
.pr_sample_img .sub_img_c {
  display: flex;
  justify-content: space-between;
  column-gap: 5px;
}
.pr_sample_img .sub_img_c .img_c {
  width: 325px;
  height: 216px;
}
.pr_list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 544px;
  font-size: 24px;
  padding: 52px 0;
  background-color: #ec6d81;
  margin: 0 auto;
}
.pr_list_btn a {
  text-decoration: none;
  color: white;
}
.cmy_detail .cmy_dl_info:nth-child(4) div:nth-child(2) span {
  display: inline-block;
}
.img_c_spec {
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 1470px) {
  .ham_menu {
    top: 5px;
    width: 100px;
    height: 100px;
    font-size: 18px;
    padding: 15px 20px;
  }
  .ham_menu .ham_line {
    gap: 10px;
    padding: 0 4px;
    justify-content: unset;
  }
  .ham_menu.open .ham_line {
    padding-right: 5px;
  }
  .ham_menu .ham_line p {
    height: 3px;
  }
  .ham_menu.open .ham_line p:nth-child(3) {
    rotate: -45deg;
    transform: translate(0%, 100%);
  }
}
@media screen and (max-width: 800px) {
  header {
    height: 50px;
  }

  header h1 {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .top {
    padding: 50px 0 50px;
  }

  .top h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .top h2 .strong01 {
    font-size: 50px;
  }
  .top h2 .strong02 {
    font-size: 42px;
  }
  .top h2 .strong03 {
    font-size: 40px;
  }

  .top p {
    font-size: 19px;
    line-height: 30px;
    margin-top: 5px;
  }

  .top_img {
    height: auto;
    padding-top: 30%;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .top_img .img_wrap {
    width: 100%;
    position: absolute;
  }

  .top_img .img_wrap .img_box {
    position: relative;
    width: 100%;
    padding-top: 55.75%;
  }

  .top_img .img_wrap .img_box .top_bgimg {
    width: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
  }

  .top_img .img_wrap .img_box .top_bgimg img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
  }

  .top_img .img_wrap .img_box .filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    background: linear-gradient(
      rgba(238, 126, 83, 0.8),
      rgba(238, 126, 83, 0.6),
      rgba(191, 85, 20, 0.3),
      rgba(191, 85, 20, 0.1),
      transparent
    );
    opacity: 0.56;
  }

  .top_img .img_wrap .img_box .text_block {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 200;
  }

  .top_img .img_wrap .img_box .text_block .catch {
    font-size: 16px;
    line-height: 22px;
    padding-left: 10px;
  }

  .top_img .img_wrap .img_box .text_block h2 {
    margin-top: 5px;
  }

  .top_img .img_wrap .img_box .text_block h2 img {
    width: 100%;
    max-width: 320px;
  }

  .top_pnk {
    height: 60px;
  }
  .top_pnk .text p {
    font-size: 18px;
  }

  .container01 {
    width: 100%;
    padding: 0 20px;
  }

  .container02 {
    padding: 0 20px;
  }
  .main_title {
    font-size: 25px;
    margin-bottom: 25px;
    letter-spacing: 2px;
  }
  .pr_line {
    width: 30px;
    height: 20px;
    margin: 0px 20px;
  }

  .ac_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pr_article {
    max-width: 380px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .pr_article:nth-last-child(1) {
    margin-bottom: 0;
  }

  .pr_article img {
    width: 100%;
    height: auto;
  }
  .ac_title {
    font-size: 16px;
    line-height: 100%;
    padding: 0 0 10px;
    letter-spacing: 1.4px;
  }
  .ac_main {
    position: relative;
    border-top: none;
    height: auto;
    padding: 15px 15px 25px;
    margin-top: 8px;
  }
  .ac_main p {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 24px;
  }
  .balloon {
    text-align: center;
  }
  .trg {
    height: 31px;
  }
  .trg img {
    height: 31px;
  }
  .bg_block {
    background-color: #f7e9ed;
    width: 100%;
    margin: 0 auto;
  }
  .sqr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0px auto;
    padding: 25px 20px;
    flex-wrap: wrap;
  }

  .sqr_left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sqr_block {
    margin: 10px 15px 10px 0;
  }

  .ght_space {
    margin-right: 15px;
  }
  .sqr_l_text {
    background-color: white;
    width: auto;
    border-radius: 20px;
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 1.2px;
  }
  .sqr_right {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    margin-top: 10px;
  }
  .state_text {
    margin-bottom: 13px;
    font-size: 18px;
  }
  .sqr_h_img {
    height: 16px;
    width: auto;
    margin: 0px 5px;
  }
  .img_state {
    width: 284px;
    height: auto;
    background-color: white;
    padding: 10px;
  }
  .inquiry_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 47px 0;
  }
  .btn_inq {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 20px;
    max-width: 500px;
    width: 80%;
    padding: 30px 0;
    height: auto;
    background-color: #ec6d81;
    color: white;
    border-radius: 10px;
    text-decoration: none;
  }
  .btn_down {
    width: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
  }
  .emptybox_forstyle01 {
    background-color: white;
    width: 2px;
    height: 8px;
    position: absolute;
    top: 36px;
    left: -2px;
  }
  .emptybox_forstyle02 {
    background-color: white;
    width: 2px;
    height: 8px;
    position: absolute;
    top: 173px;
    left: -2px;
  }
  .emptybox_forstyle03 {
    background-color: white;
    width: 8px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 200px;
  }
  .emptybox_forstyle04 {
    background-color: white;
    width: 8px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    right: 22px;
  }

  .ambassador {
    padding: 40px 20px 60px;
  }
  .ambassador .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .ambassador .wrapper .list01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ambassador .wrapper .list01 li {
    width: calc(50% - 7.5px);
    margin-bottom: 30px;
  }
  .ambassador .wrapper .list01 li .photo {
    width: 100%;
    display: block;
  }
  .ambassador .wrapper .list01 li .t01 {
    font-size: 16px;
    padding: 0 10px;
    color: #808080;
    margin-top: 15px;
  }
  .ambassador .wrapper .list01 li .t02 {
    font-size: 12px;
    color: #808080;
    padding: 0 10px;
  }
  .ambassador .wrapper .list01 li .t03 {
    font-size: 12px;
    line-height: 150%;
    margin-top: 10px;
    padding: 0 10px;
    color: #808080;
  }
  .ambassador .wrapper .list01 li .sns {
    padding: 0 20px;
    margin-top: 15px;
  }
  .ambassador .wrapper .list01 li .sns a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    margin: 0 5px;
  }
  .ambassador .wrapper .list01 li .sns a img {
    width: 100%;
    display: block;
  }
  .ambassador .wrapper .list01 li .btn02 {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .ambassador .wrapper .list01 li .btn02 img {
    width: 100%;
    display: block;
  }
  .ambassador .wrapper .box02 {
    margin-top: 40px;
  }
  .ambassador .wrapper .box02 .msg01 {
    float: none;
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
  }
  .ambassador .wrapper .box02 .photo {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .ambassador .wrapper .box02 .list02 {
    width: 100%;
    float: none;
    display: block;
    margin-top: 10px;
  }
  .ambassador .wrapper .box02 .list02 li {
    width: 100%;
    margin-top: 25px;
  }
  .ambassador .wrapper .box02 .list02 li .t01 {
    font-size: 16px;
    padding: 0;
    color: #808080;
    margin-top: 10px;
  }
  .ambassador .wrapper .box02 .list02 li .t03 {
    font-size: 12px;
    line-height: 150%;
    margin-top: 10px;
    padding: 0;
    color: #808080;
  }
  .ambassador .wrapper .box02 .list02 li .sns {
    padding: 0;
    margin-top: 15px;
  }
  .ambassador .wrapper .box02 .list02 li .sns a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    margin: 0 5px;
  }
  .ambassador .wrapper .box02 .list02 li .sns a img {
    width: 100%;
    display: block;
  }
  .ambassador .wrapper .box02 .list02 li .btn02 {
    width: 200px;
    margin: 15px auto 0;
    display: block;
  }
  .ambassador .wrapper .box02 .list02 li .btn02 img {
    width: 100%;
    display: block;
  }

  .hs_area {
    width: 90%;
    margin: 50px auto;
  }

  .foot_area {
    background-color: #ec6d81;
    padding: 45px 20px;
  }
  .foot_area .wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .foot_area .wrapper .left {
    width: 100%;
  }
  .foot_area .wrapper .left img {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  .foot_area .wrapper .left p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
  .foot_area .wrapper .right {
    width: 100%;
    margin-top: 30px;
  }
  .foot_area .wrapper .right a {
    width: 100px;
    display: block;
  }
  .foot_area .wrapper .right a img {
    width: 100%;
    display: block;
  }
  .foot_area .wrapper .right table {
    width: 100%;
    margin-top: 15px;
  }
  .foot_area .wrapper .right table tr th {
    width: 90px;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
    padding: 5px 0;
  }
  .foot_area .wrapper .right table tr td {
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
    padding: 5px 0;
    color: white !important;
  }
  .foot_area .wrapper .right .t01 {
    font-size: 12px;
    line-height: 150%;
    margin-top: 30px;
    padding: 20px 10px 0;
    border-top: 1px solid white;
  }
  footer .wrapper p {
    padding: 15px 0;
    text-align: center;
    font-size: 10px;
  }

  .slick-dots li button:before {
    font-size: 11px;
  }

  .cmy_info_c {
    padding: 50px 20px 60px;
    margin-bottom: 64px;
  }
  .pr_sample_img .sub_img_c .img_c {
    width: 180px;
    height: 135px;
  }
  .pr_sample_img {
    padding: 25px 20px;
    margin: 0 10% 52px;
  }
  .cmy_info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cmy_detail {
    font-size: 16px;
  }
  .cmy_detail .cmy_dl_info:not(:nth-child(4)) {
    padding-bottom: 15px;
  }
  .cmy_detail .cmy_dl_info:nth-child(4) div:nth-child(2) {
    line-height: 30px;
  }
  .cmy_dl_info {
    column-gap: 20px;
  }
  .cmy_dl_info div:first-child {
    min-width: 120px;
  }
  .pr_c h4 {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .pr_content .pr_ttle {
    font-size: 22px;
    padding: 20px 15px;
  }
  .pr_content .pr_txt {
    font-size: 16px;
    padding: 0 20px 10px;
  }
  .pr_content .pr_txt:nth-child(2) {
    margin-top: 24px;
  }
  .pr_content .pr_txt:last-child {
    margin-bottom: 40px;
  }
  .pr_list_btn {
    width: 300px;
    font-size: 20px;
    padding: 20px 0;
  }
  .pr_sample_img .main_img {
    max-height: 370px;
  }
  .wrapper_spec {
    padding: 30px 0 0 !important;
  }
  .top_pnk_spec .text p {
    font-size: 28px !important;
  }
  .pr_content .pr_txt {
    column-gap: 20px;
  }
}

@media screen and (max-width: 630px) {
  .top {
    padding: 30px 0;
  }

  .top h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .top h2 .strong01 {
    font-size: 30px;
  }

  .top h2 .strong02 {
    font-size: 26px;
  }

  .top h2 .strong03 {
    font-size: 24px;
  }

  .top p {
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
  }

  .top p span {
    display: inline-block;
  }

  .top_img .img_wrap .img_box .text_block {
    bottom: 0;
  }

  .top_img .img_wrap .img_box .text_block .catch {
    font-size: 16px;
  }

  .top_img .img_wrap .img_box .text_block h2 img {
    max-width: 300px;
  }

  .slick-dots li button:before {
    font-size: 10px;
  }

  .top_pnk .text p {
    font-size: 16px;
  }

  .main-wrapper {
    padding: 50px 0 0;
  }

  .pr_line {
    width: 20px;
    margin: 0 10px;
  }

  .main_title {
    font-size: 22px;
  }

  .trg,
  .trg img {
    height: 20px;
  }

  .state_text {
    font-size: 16px;
  }

  .btn_inq {
    padding: 20px 0;
  }

  .btn_down {
    bottom: 8px;
  }
  .pr_sample_img .main_img {
    max-height: 370px;
  }
  .pr_sample_img .sub_img_c .img_c {
    height: 80px;
  }
  .top_pnk_spec .text p {
    font-size: 24px !important;
  }
  .pr_sample_img .main_img {
    background: url(../image/main_img05_sp.jpg);
  }
}
@media (max-width: 600px) {
  .ham_menu {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    font-size: 11px;
    padding: 9px 10px;
  }
  .ham_menu .ham_line {
    gap: 4px;
    padding: 0 2px;
  }
  .ham_menu .ham_line p {
    height: 2px;
  }
  .ham_content {
    width: 100%;
    padding: 100px 10px 0;
  }
  .ham_menu.open .ham_line p:nth-child(1) {
    rotate: 45deg;
    transform: translate(30%, 180%);
  }
}
@media (max-width: 500px) {
  .pr_content .pr_ttle {
    font-size: 20px;
    padding: 15px 10px;
  }
  .pr_content .pr_txt {
    font-size: 14px;
    padding: 0 15px 5px;
  }
  .cmy_detail {
    font-size: 14px;
  }
  .pr_sample_img .main_img {
    max-height: 24 0px;
  }
}
@media screen and (max-width: 450px) {
  .top h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .top h2 .strong01 {
    font-size: 28px;
  }

  .top h2 .strong02 {
    font-size: 24px;
  }

  .top h2 .strong03 {
    font-size: 22px;
  }

  .top_img .img_wrap .img_box .top_bgimg {
    padding: 0;
  }

  .top_img .img_wrap .img_box .text_block {
    bottom: 0;
    left: 0;
  }

  .top_img .img_wrap .img_box .text_block .catch {
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
    -webkit-text-stroke: white;
  }

  .top_img .img_wrap .img_box .text_block h2 img {
    max-width: 175px;
    margin-left: 20px;
  }
  .top_pnk .text p {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .main-wrapper {
    padding: 30px 0 0;
  }

  .pr_line {
    width: 17px;
    margin: 0 7px;
  }

  .main_title {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  .sqr_block {
    margin: 7px 5px 7px 0;
  }

  .sqr_l_text {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 0 12px;
  }

  .sqr_right {
    margin-top: 15px;
  }

  .state_text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pr_sample_img .sub_img_c .img_c {
    height: 60px;
  }
}

@media all and (-ms-high-contrast: none) {
  .top_img .img_wrap .img_box .text_block h2 img {
    height: 187px;
  }

  .btn_down {
    bottom: -90px;
  }
  .sqr_h_img {
    margin: 0 9px;
  }
  .sqr {
    height: 306px;
  }
  .state_text {
    width: 120%;
    text-align: left;
  }
  .s_h_img_l {
    margin-left: 0px;
  }
  .sqr_l_text {
    padding: 15px;
  }

  .foot_area .wrapper .right a img {
    height: 75px;
  }
}
