@font-face {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  src: url("../fonts/A-OTF-GothicMB101Pr6N-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  src: url("../fonts/A-OTF-GothicMB101Pr6N-DeB.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  src: url("../fonts/A-OTF-GothicMB101Pr6N-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  src: url("../fonts/A-OTF-GothicMB101Pr6N-Med.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  src: url("../fonts/A-OTF-GothicMB101Pr6N-Reg.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPTMedium.otf") format("opentype");
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  display: none;
}
body {
  overflow: hidden;
  width: 100%;
  font-family: "Source Han Sans JP";
  font-size: 1vw;
}

main {
  position: relative;
}

img {
  width: 100%;
}

section {
  width: 100%;
  position: relative;
}

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  /* -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"; */
}

.pc {
  display: block;
}

.sp {
  display: none;
}
[data-aos="fade-up"] {
  transform: translate3d(0, 20px, 0);
}

/* header */

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 111;
  /* background-color: #fff; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  padding: 0 0 0 40px;
  height: 100%;
}
.header_logo img {
  width: 150px;
  margin: 20px 0 0;
}
.menu_icon img {
  width: 60px;
  cursor: pointer;
}

/* menu_body */
.menu_body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #666767;
  display: none;
  transition: all ease 1s;
  z-index: 112;
}
.menu_body.active {
  display: block;
}
.close_btn {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 25px;
  cursor: pointer;
}
.menu_main {
  max-width: 1140px;
  margin: auto;
  margin-top: 50vh;
  transform: translate(0, -50%);
}
.menu_main ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  row-gap: 30px;
}
.menu_main ul li {
  width: 50%;
}
.menu_main ul li a p {
  font-family: "BIZ UDPゴシック";
  font-weight: bold;
  font-size: 0.9vw;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 0;
}
.menu_main ul li a p span {
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.75vw;
  padding-left: 20px;
  letter-spacing: 0.07em;
}

/* end header */

/* main */

/* package */
main.package {
  margin: 0 !important;
}
.package_part_one {
  position: relative;
}
.abs_title {
  position: absolute;
  top: 7.5vw;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
h1.package_txt1 {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-size: 2.5vw;
  line-height: 3.5vw;
  letter-spacing: 0.223em;
  text-align: center;
  font-weight: 600;
  color: #333333;
  margin: 0;
  display: block;
  /* transform: translateY(70px);
    opacity: 0;
    transition-delay: .5s;
    transition-duration: 0.8s, 1.5s;
    transition-property: transform, opacity;
    transition-timing-function: ease-in-out; */
}
/* .loaded h1.package_txt1 {
	transform: translateY(0);
    opacity: 1;
} */
p.package_txt2 {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-weight: 400;
  font-size: 1.2vw;
  /* font-size: 20px; */
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
  margin: 1.5vw 0 0;
}
.package_part_one_main {
  display: flex;
}
.package_part_one_one {
  width: calc(100vw / 3);
  height: calc(100vh + 4vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.package_part_one_one.label {
  background-color: #8e9d93;
}
.package_part_one_one.bag {
  background-color: #ca8d7b;
}
.package_part_one_one.package {
  background-color: #e4c2a3;
}
p.package_txt3 {
  font-family: "Futura PT";
  font-weight: normal;
  font-size: 1.8vw;
  letter-spacing: 0.2em;
  line-height: 2.8vw;
  text-align: center;
  color: #fff;
  margin: 21vw 0 0;
}
p.package_txt4 {
  font-family: "源ノ角ゴシック JP";
  font-weight: normal;
  font-size: 1.2vw;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin: 0.5vw 0 0;
}
img.package_one_icon {
  width: 3vw;
  display: block;
  margin: 1vw auto 0;
}
img.label_img2 {
  width: 12vw;
  display: block;
  position: relative;
  z-index: 3;
}
img.bag_img2 {
  width: 10vw;
  display: block;
  position: relative;
  z-index: 3;
}
img.package_img2 {
  width: 22vw;
  display: block;
  position: relative;
  z-index: 3;
}
img.coffee_img {
  position: absolute;
  width: 5vw;
  top: 1vw;
  left: 40%;
}
img.coffee_img.coffee3 {
  transform: translate(12.5vw, -7.5vw) rotate(90deg);
}
img.coffee_img.coffee2 {
  transform: translate(6.5vw, -6vw) rotate(70deg);
}
img.coffee_img.coffee1 {
  transform: translate(1vw, -3.2vw) rotate(55deg);
}
.package_part_one_one::before {
  content: "";
  width: calc(100vw / 3);
  height: 4vw;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.package_part_one_one::after {
  content: "";
  width: calc(100vw / 3);
  height: 4vw;
  display: block;
  background: rgba(142, 157, 147, 62%);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.bag.package_part_one_one::after {
  background-color: rgba(202, 141, 123, 64%);
}
.package.package_part_one_one::after {
  background-color: rgba(220, 194, 171, 64%);
}
p.package_txt5 {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-weight: 500;
  font-size: 2.4vw;
  letter-spacing: 0.09em;
  text-align: center;
  color: #333;
  margin: 0 0 5vw;
  padding: 10vw 0 0;
}
.package_part_two {
  padding: 0 0 7vw 0;
}
.package_part_two_main {
  display: flex;
  flex-wrap: wrap;
  padding: 2vw 25vw 0;
  column-gap: 8%;
  row-gap: 5vw;
}
.package_part_two_one {
  width: 46%;
}
p.package_txt6 {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-weight: 500;
  font-size: 1.8vw;
  letter-spacing: 0.08em;
  line-height: 2.8vw;
  text-align: center;
  color: #333;
  margin: 3vw 0 0;
}
p.package_txt6::after {
  content: "";
  display: block;
  width: 1vw;
  height: 0.1vw;
  background-color: #333;
  margin: 2vw auto;
}
p.package_txt7 {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-weight: 400;
  font-size: 1.1vw;
  letter-spacing: 0.08em;
  line-height: 2vw;
  text-align: center;
  color: #333;
  margin: 0;
}
p.package_txt7 span {
  color: #ca8d7b;
  font-weight: 500;
}
.package_part_three {
  background-color: #8c9b91;
  padding: 5vw 0;
}
.package_part_three p.package_txt3,
.package_part_four p.package_txt3,
.package_part_five p.package_txt3 {
  margin: 0;
}
.package_part_three img.icon,
.package_part_four img.icon,
.package_part_five img.icon {
  width: 3vw;
  display: block;
  margin: 2vw auto 3vw;
}
p.package_txt8 {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-weight: 500;
  font-size: 1.7vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin: 0;
}
p.package_txt9 {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-weight: 400;
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin: 1vw 0 2vw;
}
p.package_txt10 {
  font-family: "源ノ角ゴシック JP";
  font-weight: bold;
  font-size: 1.2vw;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin: 0 auto 2vw;
  padding: 0 0 0.2vw 0;
  width: max-content;
  border-bottom: 1px solid #fff;
}
.package_slider_main {
  background-color: #fff;
}
.package_part_three_main {
  max-width: 65vw;
  margin: auto;
}
.package_part_three_main_main {
  display: flex;
  justify-content: space-between;
}
.package_part_three_one {
  padding: 2vw 1vw;
  background-color: #fff;
  width: 21vw;
  border-radius: 2px;
  box-shadow: 10px 10px 15px rgb(0 0 0 / 10%);
  transform: translateY(35px);
  transition-delay: 0.6s;
  transition-duration: 0.6s;
}
.package_part_three_one:nth-child(2) {
  transition-delay: 0.7s;
}
.package_part_three_one.active {
  transform: translateY(0);
}
p.package_txt11 {
  font-family: "源ノ角ゴシック JP";
  font-weight: bold;
  font-size: 1.4vw;
  letter-spacing: 0;
  text-align: center;
  color: #666;
  margin: 0;
}
p.package_txt12 {
  font-family: "Arial";
  font-weight: 400;
  font-size: 0.9vw;
  letter-spacing: 0.05em;
  text-align: center;
  color: #808f8c;
  padding: 0 0 1vw;
  margin: 0.3vw 0 0;
  border-bottom: 1px solid #8c9b91;
}
.package_part_four p.package_txt12 {
  color: #c3ad9c;
}
.package_part_five p.package_txt12 {
  color: #dac0a9;
}
p.package_txt13 {
  font-family: "SemplicitaPro Bold";
  font-weight: bold;
  font-size: 2.3vw;
  letter-spacing: 0;
  text-align: center;
  color: #8c9b91;
  margin: 1vw 0;
}
.package_part_four p.package_txt13 {
  color: #c88b7b;
}
.package_part_five p.package_txt13 {
  color: #dab596;
}
p.package_txt14 {
  font-family: "源ノ角ゴシック JP";
  font-weight: 400;
  font-size: 0.95vw;
  line-height: 1.6vw;
  letter-spacing: 0.05em;
  text-align: center;
  color: #666666;
  margin: 0 0 1vw;
}
p.package_txt15 {
  font-family: "源ノ角ゴシック JP";
  font-weight: 500;
  font-size: 1.2vw;
  letter-spacing: 0;
  text-align: center;
  color: #808f8c;
  margin: 0 0 0.5vw;
}
.package_part_four p.package_txt15 {
  color: #c88b7b;
}
.package_part_five p.package_txt15 {
  color: #dab596;
}
p.package_txt16 {
  font-family: "源ノ角ゴシック JP";
  font-weight: 500;
  font-size: 1vw;
  letter-spacing: 0;
  text-align: center;
  color: #808f8c;
  margin: 0 0 0.5vw;
}
.package_part_four p.package_txt16 {
  color: #c88b7b;
}
.package_part_five p.package_txt16 {
  color: #dab596;
}
p.package_txt17 {
  font-family: "源ノ角ゴシック JP";
  font-weight: 400;
  font-size: 0.85vw;
  line-height: 1.4vw;
  letter-spacing: 0;
  text-align: right;
  color: #fff;
  margin: 0.5vw 0 0;
}
p.package_txt18 {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-weight: 500;
  font-size: 1.4vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin: 4vw auto 0;
  padding: 0 0 0.2vw;
  border-bottom: 1px solid #fff;
  width: max-content;
}
.package_contact {
  background-color: #fff;
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 2vw auto 0;
  border-radius: 3vw;
}
.package_contact a {
  font-family: "BIZ UDPゴシック";
  font-weight: bold;
  font-size: 0.9vw;
  text-align: center;
  letter-spacing: 0.05em;
  color: #808f8c;
  padding: 0.8vw 8vw;
}
.package_part_four .package_contact a {
  color: #c88b7b;
}
.package_part_five .package_contact a {
  color: #dab596;
}
.package_slide {
  padding: 2vw 0;
  margin: 5vw 0 2vw;
}
.package_label_slide {
  background: rgba(140, 155, 145, 0.62);
}
.package_slide_one {
  padding: 1vw;
}
.package_part_four {
  background-color: #c88b7b;
  padding: 5vw 0;
}
.package_bag_slide {
  background: rgba(200, 139, 123, 0.64);
}
.package_part_five {
  background-color: #e2c0a1;
  padding: 5vw 0;
}
.package_package_slide {
  background: rgba(218, 192, 169, 0.64);
}
.package_part_six {
  background: rgba(239, 239, 239, 0.64);
  padding: 6vw 0;
}
p.package_title1 {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-weight: 500;
  font-size: 1.4vw;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0;
}
p.package_title1::after {
  content: "";
  width: 1vw;
  height: 0.1vw;
  background-color: #333;
  display: block;
  margin: 1.5vw auto 3vw;
}
.package_faq_list {
  list-style: none;
  margin: 0;
  padding: 0 20vw;
}
.package_faq_one {
  box-shadow: 10px 10px 15px rgb(0 0 0 / 10%);
  margin: 0 0 2vw;
}
.package_faq_qus {
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 15px rgb(0 0 0 / 10%);
  padding: 1vw 3vw;
}
.package_faq_qus.close {
  box-shadow: none;
}
.package_faq_qus:hover,
.package_faq_qus.close {
  background-color: #c28979;
}
.package_faq_qus:hover p.package_faq_txt1,
.package_faq_qus.close p.package_faq_txt1 {
  color: #fff;
}
.package_faq_qus:hover p.package_faq_txt1 span,
.package_faq_qus.close p.package_faq_txt1 span {
  color: #fff;
}
.package_faq_qus::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 1.5vw;
  display: inline-block;
  width: 0.7vw;
  height: 0.4vw;
  background-image: url(../images/faq_icon1.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.25s ease-in;
}
.package_faq_qus.close::after {
  transform: rotate(180deg);
  background-image: url(../images/faq_icon2.svg);
}
.package_faq_qus:hover::after {
  background-image: url(../images/faq_icon2.svg);
}
p.package_faq_txt1 {
  font-family: "源ノ角ゴシック JP";
  font-size: 1vw;
  letter-spacing: 0.05em;
  margin: 0;
  color: #666666;
}
p.package_faq_txt1 span {
  font-family: "Tahoma";
  font-size: 1.4vw;
  color: #c28979;
  margin: 0 1vw 0 0;
}
.package_faq_ans {
  display: flex;
  padding: 1.5vw 3vw;
  background-color: #fff;
}
.package_part_seven {
  background-color: #fff;
  padding: 4vw 20vw;
}
.contact_main {
  margin: 5vw 0 8vw;
}
.contact_form_one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1vw;
}
.contact_form_one.mb_2vw {
  margin-bottom: 2vw;
}
.contact_form_one.mb_3vw {
  margin-bottom: 3vw;
}
.contact_form_one.textarea {
  align-items: flex-start;
}
.contact_form_label {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_form_one.textarea .contact_form_label {
  padding-top: 1vw;
}
p.contact_txt1 {
  font-family: "源ノ角ゴシック JP";
  font-size: 1vw;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0;
}
p.contact_txt2 {
  font-family: "源ノ角ゴシック JP";
  font-size: 0.9vw;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0;
  background-color: #666;
  padding: 0.2vw 1vw;
  border-radius: 1vw;
}
.contact_form_one.must p.contact_txt2 {
  background-color: #8e9d93;
}
.contact_form_input {
  width: 75%;
}
.contact_form_input.contact_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_select_one {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  width: 25%;
}
.contact_form_input .contact_select_one input {
  width: 1.2vw;
  height: 1.2vw;
  padding: 0;
}
.contact_select_one label {
  font-size: 1vwvw;
}
.contact_form_input input,
.contact_form_input textarea {
  width: 100%;
  border: none;
  outline: none;
  background-color: #eff1f1;
  font-size: 1vw;
  padding: 0.5vw 1vw;
}
p.contact_confirm {
  font-family: "源ノ角ゴシック JP";
  font-size: 0.8772vw;
  line-height: 1.5vw;
  letter-spacing: 0.05em;
  margin: 2vw 0 1vw;
  text-align: center;
  color: #666666;
}
p.contact_confirm a {
  color: #666666;
  text-decoration: underline;
}
.contact_confirm_check {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1vw;
}
.contact_confirm_check p.contact_confirm {
  margin: 0;
}
.contact_btn {
  display: flex;
  justify-content: center;
}
.contact_btn a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  justify-content: center;
  transition: ease 0.5s;
  margin: 4vw;
  background: #e9ebe9;
  /* border: 0.28px solid #666666; */
  border-radius: 2.4vw;
  padding: 1vw 8vw;
}
.contact_btn a p {
  font-family: "BIZ UDPゴシック";
  font-size: 0.9vw;
  color: #4d4d4d;
  margin: 0;
  position: relative;
  z-index: 3;
}
.contact_btn p {
  position: relative;
  overflow: hidden;
  display: inline-block;
  justify-content: center;
  transition: ease 0.5s;
  margin: 4vw;
  background: #e9ebe9;
  border-radius: 2.4vw;
  font-family: "BIZ UDPゴシック";
  font-size: 0.9vw;
}
.contact_btn p input {
  position: relative;
  z-index: 99;
  padding: 1vw 8vw;
  background: transparent;
  appearance: none;
  border: none;
}

.bgcenterout:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #333;
  border-radius: 2.4vw;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin: center;
}
.btn:hover p {
  color: #fff;
}
.btn:hover input {
  color: #fff;
}
.bgcenterout:hover::before {
  transform: scale(1, 1);
}
.package_part_eight {
  background: #edefef;
  padding: 6vw 0;
}
.use_flow_one {
  background: #fff;
  box-shadow: 10px 10px 15px rgb(0 0 0 / 10%);
  max-width: 900px;
  margin: 0 auto 1.5vw;
  padding: 1.2vw 2vw;
}
p.package_txt19 {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-weight: 400;
  font-size: 1.2vw;
  color: #666;
  letter-spacing: 0.1em;
  margin: 0;
}
p.package_txt20 {
  /*font-family: "A-OTF ゴシックMB101 Pr6N";*/
  font-family: "源ノ角ゴシック JP";
  font-weight: 400;
  /* font-size: 0.95vw; */
  font-size: 1vw;
  color: #666;
  letter-spacing: 0.1em;
  margin: 0.6vw 0 0;
}

/* consultation */
.consultation {
  background-color: #fff;
  padding: 8vw 50px 4vw;
  max-width: 1300px;
  margin: auto;
}
.contact_form_input.contact_select {
  flex-wrap: wrap;
}

.errorMesse {
  font-size: 12px;
  color: #f77;
}
.error_acceptance {
  text-align: center;
}
/* 確認画面 */
.confirm .contact_form_one {
  border-top: 1px solid #ececec;
  margin-bottom: 0;
}
.confirm .contact_form_one:last-child {
  border-bottom: 1px solid #ececec;
}
.confirm .contact_form_label {
  padding: 29px 0 29px 25px;
  box-sizing: border-box;
}
.confirm .contact_form_input {
  padding: 30px 0 30px 25px;
  border-left: solid 1px #e9e9e9;
  border-right: solid 1px #e9e9e9;
  box-sizing: border-box;
}
.consultation .note {
  text-align: center;
}

/* end main */

/* footer */
.footer2 {
  background-color: #edefef;
  padding: 2vw 4vw 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer2 ul {
  display: flex;
  align-items: center;
  gap: 1vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer2 ul li a {
  font-family: "源ノ角ゴシック JP";
  font-size: 0.8vw;
  letter-spacing: 0.05em;
  color: #666666;
}
p.footer_txt1 {
  font-family: "源ノ角ゴシック JP";
  font-size: 0.8vw;
  letter-spacing: 0.05em;
  color: #666666;
}
.footer1 {
  background-color: rgba(237, 239, 239, 64%);
  padding: 3vw 4vw;
  display: flex;
  justify-content: space-between;
}
.footer_logo img {
  width: 150px;
}
.footer1 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 30vw;
  row-gap: 1vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer1 ul li {
  width: 50%;
  font-size: 0;
}
.footer1 ul li a {
  font-family: "A-OTF ゴシックMB101 Pr6N";
  font-weight: 500;
  font-size: 0.7vw;
  margin: 0;
  color: #696b6e;
  letter-spacing: 0.1em;
}
.footer1 ul li a span {
  font-family: "BIZ UDPゴシック";
  font-weight: bold;
  font-size: 0.9vw;
  margin: 0;
  color: #696b6e;
  padding-right: 0.5vw;
}

/* end footer */

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    height: auto;
  }
  .header {
    padding: 0 0 0 3vw;
  }
  .header_logo img {
    width: 20vw;
    margin: 3vw 0 0;
  }
  .menu_icon img {
    width: 10vw;
  }

  /* menu_body */
  .close_btn {
    top: 5vw;
    right: 5vw;
    width: 6vw;
  }
  .menu_main {
    margin: auto;
    height: 100vh;
    padding: 50vh 0 0;
    margin: 0;
    background-color: #666666;
    transform: translate(0, 0);
  }
  .menu_main ul {
    flex-direction: column;
    row-gap: 5vw;
    transform: translate(0, -50%);
  }
  .menu_main ul li {
    width: 100%;
  }
  .menu_main ul li a p {
    font-size: 4vw;
  }
  .menu_main ul li a p span {
    font-size: 3vw;
    padding-left: 4vw;
  }

  /* end header */

  /* main */
  .contact_btn a {
    margin: 6vw 0;
    border: 0.28px solid #666666;
    border-radius: 4vw;
    padding: 2.5vw 20vw;
  }
  .contact_btn a p {
    font-size: 2.5vw;
  }
  .bgcenterout:before {
    border-radius: 2.4vw;
  }
  .contact_main {
    margin: 5vw 0 8vw;
  }
  .contact_form_one {
    margin-bottom: 3vw;
    flex-direction: column;
    row-gap: 1.5vw;
    align-items: flex-start;
  }
  .contact_form_label {
    width: 100%;
    justify-content: flex-start;
    gap: 10vw;
  }
  .contact_form_one.textarea .contact_form_label {
    padding-top: 1vw;
  }
  p.contact_txt1 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 2.6vw;
  }
  p.contact_txt2 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 2.2vw;
    padding: 0.4vw 3vw 0.8vw;
    border-radius: 1.6vw;
  }
  .contact_form_input {
    width: 100%;
  }
  .contact_form_input input,
  .contact_form_input textarea {
    font-size: 2.4vw;
    padding: 2vw 3vw;
  }
  p.contact_confirm {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 2.4vw;
    line-height: 3.5vw;
    margin: 2vw 0 3vw;
  }
  .contact_confirm_check {
    column-gap: 1vw;
  }
  .contact_main .contact_btn {
    margin: 5vw 0 0;
  }
  .contact_main .contact_btn a {
    font-size: 2.4vw;
  }
  /*  */
  .abs_title {
    top: 15vw;
  }
  h1.package_txt1 {
    font-size: 4.8vw;
    line-height: 7.5vw;
    letter-spacing: 0.05em;
  }
  p.package_txt2 {
    font-size: 2.5vw;
    margin: 4vw 0 0;
  }
  p.package_txt3 {
    font-size: 3.6vw;
    line-height: normal;
    margin: 48vw 0 0;
  }
  .package_part_one_one {
    height: 113vw;
  }
  .package_part_one_one::before {
    height: 10vw;
  }
  .package_part_one_one::after {
    height: 10vw;
  }
  p.package_txt4 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 2.5vw;
    line-height: normal;
    font-weight: 400;
    margin: 0;
  }
  img.package_one_icon {
    width: 7.5vw;
    margin: 4vw auto 0;
  }
  img.label_img2 {
    width: 28vw;
  }
  img.bag_img2 {
    width: 24vw;
  }
  img.package_img2 {
    width: 40vw;
  }
  img.coffee_img {
    width: 8vw;
    top: 1vw;
    left: 20%;
  }
  img.coffee_img.coffee3 {
    transform: translate(18.5vw, -12.5vw) rotate(90deg);
  }
  img.coffee_img.coffee2 {
    transform: translate(10vw, -10.5vw) rotate(70deg);
  }
  img.coffee_img.coffee1 {
    transform: translate(2.5vw, -5.5vw) rotate(55deg);
  }
  p.package_txt5 {
    font-size: 4.8vw;
    margin: 0 0 5vw;
    padding: 16vw 0 4vw;
  }
  .package_part_two {
    padding: 0 0 20vw 0;
  }
  .package_part_two_main {
    flex-wrap: wrap;
    padding: 0 10vw;
    row-gap: 15vw;
  }
  .package_part_two_one {
    width: 100%;
  }
  .package_part_two_one img {
    width: 80%;
    display: block;
    margin: auto;
  }
  p.package_txt6 {
    font-size: 4.2vw;
    line-height: 6vw;
    margin: 5vw 0 0;
  }
  p.package_txt6::after {
    width: 3vw;
    height: 0.4vw;
    margin: 5vw auto;
  }
  p.package_txt7 {
    font-size: 3.2vw;
    line-height: 5.4vw;
  }
  .package_part_three,
  .package_part_four,
  .package_part_five {
    padding: 18vw 0;
  }
  .package_part_three p.package_txt3,
  .package_part_four p.package_txt3,
  .package_part_five p.package_txt3 {
    font-size: 6vw;
  }
  .package_part_three p.package_txt4,
  .package_part_four p.package_txt4,
  .package_part_five p.package_txt4 {
    font-size: 4vw;
  }
  .package_part_three img.icon,
  .package_part_four img.icon,
  .package_part_five img.icon {
    width: 9vw;
    display: block;
    margin: 4vw auto 6vw;
  }
  p.package_txt8 {
    font-size: 4.2vw;
  }
  p.package_txt9 {
    font-size: 2.4vw;
    margin: 2vw 0 20vw;
  }
  p.package_txt10 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 5vw;
    margin: 0 auto 8vw;
    padding: 0 0 1vw 0;
  }
  .package_part_three_main {
    max-width: 90%;
    margin: auto;
  }
  .package_part_three_main_main {
    flex-direction: column;
    row-gap: 10vw;
  }
  .package_part_three_one {
    padding: 6vw;
    width: 90%;
    margin: auto;
    border-radius: 2px;
    box-shadow: 10px 10px 15px rgb(0 0 0 / 10%);
    transform: translateY(35px);
  }
  p.package_txt11 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 4.4vw;
  }
  p.package_txt12 {
    font-size: 2.6vw;
    padding: 0 0 1vw;
    margin: 0.5vw 0 0;
  }
  p.package_txt13 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 8vw;
    margin: 3vw 0;
  }
  p.package_txt14 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 3.6vw;
    line-height: 5.4vw;
    margin: 0 0 4vw;
  }
  p.package_txt15 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 3.2vw;
    margin: 0 0 1vw;
  }
  p.package_txt16 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 3vw;
    margin: 0 0 3vw;
  }
  p.package_txt17 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    text-align: center;
    font-size: 3vw;
    line-height: 4.6vw;
    margin: 4vw 0 0;
  }
  p.package_txt18 {
    font-size: 4vw;
    margin: 15vw auto 0;
    padding: 0 0 0.4vw;
    border-bottom: 1px solid #fff;
  }
  .package_contact {
    margin: 4vw auto 0;
    border-radius: 5vw;
  }
  .package_contact a {
    font-size: 3vw;
    padding: 3vw 24vw;
  }
  .package_slide {
    padding: 4vw 0;
    margin: 10vw 0 2vw;
  }
  .package_slide_one {
    padding: 2vw;
  }
  p.package_title1 {
    font-size: 5vw;
  }
  p.package_title1::after {
    width: 3vw;
    height: 0.3vw;
    margin: 4vw auto;
  }
  .package_part_six {
    padding: 20vw 0;
  }
  .package_faq_list {
    padding: 0 5%;
  }
  .package_faq_one {
    box-shadow: 10px 10px 15px rgb(0 0 0 / 10%);
    margin: 0 0 4vw;
  }
  .package_faq_qus {
    padding: 5vw 8vw 5vw 4vw;
  }
  .package_faq_qus::after {
    right: 4vw;
    width: 2.9vw;
    height: 1.65vw;
  }
  p.package_faq_txt1 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 3.4vw;
  }
  p.package_faq_txt1 span {
    font-size: 4vw;
    margin: 0 2vw 0 0;
  }
  .package_faq_ans {
    padding: 5vw 4vw;
  }
  .package_part_seven {
    padding: 20vw 5%;
  }
  .package_part_eight {
    background: #edefef;
    padding: 20vw 0;
  }
  .use_flow_one {
    max-width: 90%;
    margin: 0 auto 4vw;
    padding: 5vw 4vw;
  }
  p.package_txt19 {
    font-size: 3.4vw;
  }
  p.package_txt20 {
    font-size: 3vw;
    margin: 2vw 0 0;
  }

  /* consultation */
  .consultation {
    padding: 15vw 5% 4vw;
  }
  .contact_form_one.mb_2vw {
    margin-bottom: 6vw;
  }
  .contact_form_one.mb_3vw {
    margin-bottom: 6vw;
  }
  .contact_form_input .contact_select_one input {
    width: 3vw;
    height: 3vw;
  }
  .contact_select_one label {
    font-size: 2.2vw;
  }

  /*　確認画面 */
  .confirm .contact_form_label {
    padding: 19px 0 0 0;
  }
  .confirm .contact_form_input {
    border: none;
    padding: 20px 0 20px 0;
  }

  /* end main */

  /* footer */
  .footer2 {
    padding: 2vw 5% 6vw;
  }
  .footer2 ul {
    gap: 1vw;
  }
  .footer2 ul li a {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 2vw;
  }
  p.footer_txt1 {
    font-family: "A-OTF ゴシックMB101 Pr6N";
    font-size: 2.2vw;
  }
  .footer1 {
    padding: 5vw 5%;
  }
  .footer_logo img {
    width: 20vw;
  }
  .footer1 ul {
    width: 64vw;
    row-gap: 1vw;
  }
  .footer1 ul li a {
    font-size: 2vw;
  }
  .footer1 ul li a span {
    font-size: 2.2vw;
    padding-right: 1vw;
  }
}
