@charset "utf-8";
/* CSS Document */
*{
/*   outline:1px solid hotpink;
 */}


@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&display=swap');


html {
  font-size: 62.5%;
	scroll-behavior: smooth;
	 scroll-padding-top: 80px;
}
body {

  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", serif;
  color: #333;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.88;
  letter-spacing: 0.075em;
  text-align: justify;

  font-feature-settings: "palt";
}
a {
  color: #001D94;
  text-decoration: none;
}
a:hover {
  color: #001D94;
  background-position: 100% 100%;
  background-size: 0% 1px;
}
::selection {
  background-color: #001D94;
  color: #fff;
}
::-moz-selection {
  background-color: #001D94;
  color: #fff;
}
/* 基本の横幅 */

.fb.fb_index{
  height: 40rem;
  padding-bottom: 10rem;
  margin-bottom: -10rem;

}
.fb_index_inner {
  min-width: 128rem;
  flex-basis: 160rem;
  max-width: 160rem;
  margin: auto;
  padding-left: 10rem;
  padding-right: 10rem;
  padding-bottom: inherit;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fb_index_inner_title{


}
.fb_index_inner_title .fb_inner_title_l{
  color: #333;
  
}
.fb_index .fb_inner_title_en{
  color: #fff;
  mix-blend-mode: unset;
  bottom: -3rem;
}




.fb_index_inner_title{
  
}



.fb {
}
.sp_navi {
  display: none;
}

.pc{
	display:block !important;
}
.sp{
	display: none !important;
}
.pc_inline{
	display:inline !important;
}
.sp_inline{
	display:none !important;
}
.sp_inline_ip{
	display:none !important;
}
.pc_table{
	display:none !important;
}
.sp_table{
	display:none !important;
}

/* *{
	outline: 1px solid #ff0000;
}
 */

/*============================================================================

	header

============================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 128rem;
  height: 10.6rem;
  
  background-color: #fff;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  transition-property: height, box-shadow, background-color;
  z-index: 99999;
}
@media all and (-ms-high-contrast: none) {
  header {
    position: fixed;
  }
}
.header_inner {
  display: flex;
  justify-content: space-between;
  height: inherit;
  padding: 0 8rem;
  
}
/* ロゴ */
header h1 {
  align-items: center;
  display: flex;
  position: relative;
  top: 0.4rem;
  left: 2.1rem;

  transition-duration: 0.16s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
header h1 a {
  transition: 0.15s ease-in-out;
}
header h1 a:hover {
  opacity: 0.5;
}
header h1 img {
  width: 18.1rem;

  transition-duration: 0.16s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
  .st0{fill:#545454;}
  .st1{fill:#B2E0F5;}

.header_nav_outer{

  display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.header_tel{
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  position: relative;
  top: 0;
  height: 0;
  padding: 1.4rem 1.4rem 0;
  transition-duration: 0.26s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
}

.header_tel_text{
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 1rem;
  position: relative;
  z-index: 10;
}
.header_tel_num{
  position: relative;
  z-index: 10;
  font-family: 'Heebo', sans-serif;
}
.header_tel_num a{
  font-size: 1.9rem;
  font-weight: 500;
}
.header_tel_num_text{
  font-size: 1.2rem;
  font-weight: 600;
  
}






header.fixed {
  height: 6.4rem;
  box-shadow: 0 54px 34px -12px rgb(0 5 30 / 5%);
    background-color: #fff;
}


header.fixed h1 svg {

  height: 3.9rem;
}
header.fixed .header_tel{
  opacity: 0;
  top: -1rem;
  padding-top: 0;

}
header.fixed nav {
  height: 6.4rem;

}






header.fixed .nav_dropdown_list {}
header.nav_dropdown_header {}
header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, .4);
  transition-duration: 0.16s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  opacity: 0;
  z-index: -1;
}
header.nav_dropdown_header::after {
  opacity: 1;
  z-index: 1;
}
/*============================================================================

	nav

============================================================================*/
header nav {
  right: 0.07rem;

  height: 7.4rem;
  transition-duration: 0.16s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  
}
header nav > ul {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  height: inherit;
}
header nav ul > li {
  height: inherit;

}
header nav ul > li > a {
  display: flex;
  align-items: center;
  position: relative;
  height: inherit;
  padding: 0rem 1.4rem 0rem;

  text-align: center;
  line-height: 1;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  transition-property: background-color;
  cursor: pointer;
}
/* 日本語テキスト */
.nav_text-ja {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  transition: 0.2s ease-in-out;
}
.nav_slidebtm .nav_text-ja {
  padding-right: 8px;
}
.nav_slidebtm .nav_text-ja::after {
  position: relative;
  top: -0.4rem;
  right: -0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(135deg);
  border-right: 1px solid #545454;
  border-top: 1px solid #545454;
  content: "";
  bottom: 0;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  display: inline-block;
}
.nav_slidebtm.active2 .nav_text-ja::after{
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.nav_slidebtm {
  transform: none;
  z-index: 10;
}
.nav_contact a {

  
  letter-spacing: 0.09em;
}
/* ブランクアイコン */
.nav_contact .nav_text-ja::after {
       position: relative;
       display: inline-block;
    bottom: 0;
    top: 0;
    right:0;
    width: 11px;
    height: 9px;
    margin: auto;
    background-repeat: no-repeat;
    content: "";
	border-right: none;
    border-top: none; 
    margin-left: 0.8rem;
}







/* ホバー */
header nav li > a:hover, header nav li.active2 > a {}
header nav li.active2 a .nav_text-ja, header nav li.active2 a:hover .nav_text-ja {
  color: #fff;
}
header nav li.active2 a .nav_text-ja::after, header nav li a:hover .nav_text-ja::after {

}
.nav_border_hover {
  position: relative;
}
.nav_border_hover::before {
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  bottom: -4px;
  height: 0.1rem;
  background-color: #333;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}
header nav li a:hover .nav_border_hover::before, nav li.active2 .nav_border_hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
header nav li.active2 .nav_border_hover::before {
  background-color: #fff;
}
/* スクロールで追加されるクラス */
header nav.fixed {}
/* dropdown */
header nav ul li .nav_dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0%;
  background-color: #fff;
  box-shadow: 0 5.4rem 3.4rem -1.2rem rgba(217, 200, 173, .2);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
header nav ul li .nav_dropdown.nav_open {
  top: 100%;
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}
.nav_dropdown_inner {
  max-width: 140rem;
  min-width: 128rem;
  padding: 6.4rem 4rem 7.2rem;
  margin: auto;
  
}
.nav_dropdown_title_clinic {
  
  border-right: 1px solid #E1EBF3;
}
.nav_dropdown_title_inner {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.6rem;
  line-height: 1;
}
.nav_dropdown_title_ja {
  font-size: 1.7rem;
  font-weight: bold;
  margin-right: 3rem;
  margin-left: 0.3rem;
}
.nav_dropdown_title_text a{
  font-size: 1.5rem;
      background-image: linear-gradient(#43BCF6, #43BCF6);
    transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
    text-decoration: none;
}
.nav_dropdown_title_text a:hover {
  background-position: 100% 100%;
  background-size: 0% 1px;
  color: #43BCF6;
}
.nav_dropdown_title .btn-01 {}
.nav_dropdown_title .btn-01 a {
  padding: 0 0 0.8rem 0;
  font-size: 1.4rem;
}
.nav_dropdown_list {
  width: 100%;
  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.2rem;
}
.nav_dropdown_list li {
  display: flex;
  width: calc(((100% - (1.2rem * 5)) / 6));
  
}
.nav_dropdown_list li a {
  position: relative;
  display: block;
  width: 100%;
  
  color: #333;
  padding: 0;
  line-height: 1;
  text-align: justify;
}
.nav_dropdown_list li:last-child {
  margin-right: 0;
}
.nav_dropdown_list_l {
  position: relative;
  width: 100%;
  height: 9.4rem;
  margin-bottom: 0.6rem;
  overflow: hidden;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.nav_dropdown_list_l::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 15, 30, .3);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  opacity: 0;
  z-index: 10;
}
.nav_dropdown_list_l::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 1.7rem;

  font-weight: 400;
  letter-spacing: 0.05em;
  content: "詳しく見る";
  opacity: 0;
  z-index: 10;
  transform: scale(1, 1);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.nav_dropdown_list_l > div{
  position: relative;
  width: inherit;
  height: inherit;
  transform: scale(1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.28s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.nav_dropdown_list_img01 {
  background-image:url("../img/au01.jpg");
}
.nav_dropdown_list_img02 {
background-image:url("../img/au02_1.jpg");
}
.nav_dropdown_list_img03 {
 background-image:url("../img/oniyanma03_1.jpg");
}
.nav_dropdown_list_img04 {
 background-image:url("../img/au04.jpg");
}

.nav_dropdown_list_img05 {
 background-image:url("../img/oniyanma01_2.jpg");
}

.nav_dropdown_list_img06 {
 background-image:url("../img/oniyanma02_1.jpg");
}

.nav_dropdown_list_img07 {
 background-image:url("../img/iso.jpg");
}

.nav_dropdown_list_img08 {
 background-image:url("../img/oniyanma04_1.jpg");
}

.nav_dropdown_list_img09 {
 background-image:url("../img/base_1.jpg");
}
.nav_dropdown_list li a:hover .nav_dropdown_list_l > div{
  transform: scale(1.4);
}
.nav_dropdown_list li a:hover .nav_dropdown_list_l::before {
  opacity: 1;
  transform: scale(1, 1);
}
.nav_dropdown_list li a:hover .nav_dropdown_list_l::after {
  opacity: 1;
  transform: scale(.8, .8);
}
.nav_dropdown_list li a:hover .nav_dropdown_list_l {
  box-shadow: 0 20px 40px -8px rgb(0 5 30 / 15%);
  transform: scale(0.92);
}
.nav_dropdown_list_text {
  display: inline-block;
  font-size: 1.3rem;

}
.nav_dropdown_list_en {
  margin-left: 0.1rem;
  font-size: 1.2rem;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  color: #ADB6BF;
}
.nav_dropdown_list_l .btn-01 {
  font-family: din-2014, sans-serif;
  font-weight: 300;
}
.nav_dropdown_list_l .btn-01 {
  position: relative;
}
.nav_dropdown_list_l .btn-01 span {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-bottom: 1rem;
  color: #64CCBF;
}
.nav_dropdown_list_l .btn-01 span::after {
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #64CCBF;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}
.nav_dropdown_list li:hover .nav_dropdown_list_l .btn-01::after {
  width: 0;
  right: 0;
  left: auto;
}
.nav_dropdown_list_text, .nav_dropdown_list_en, .nav_dropdown_list_l {
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.nav_dropdown_list li:hover .nav_dropdown_list_text, .nav_dropdown_list li:hover .nav_dropdown_list_en, .nav_dropdown_list li:hover .nav_dropdown_list_l, .nav_dropdown_list li:hover .nav_dropdown_list_text {}
.nav_dropdown_list_text {
  position: relative;
  padding-bottom: 0.4rem;
}
.nav_dropdown_list_text::after {
  position: absolute;
  right: 0;
  left: auto;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.2s ease-out;
  content: "";
  z-index: 1;
}
header nav ul li .nav_dropdown a:hover {}
header nav ul li .nav_dropdown a:hover .nav_dropdown_list_text::after {
  width: 100%;
  right: auto;
  left: 0;
}
header nav ul li .nav_dropdown a:hover::before {
  right: 20px;
}
header nav ul li .nav_dropdown_list.nav_dropdown_list-02 li {
  display: block;
  position: relative;
}
.nav_dropdown_treat_inner {
  max-width: 140rem;
  min-width: 128rem;
  padding: 6.4rem 4rem 7.2rem;
  margin: auto;
  display: block;
  
}
.nav_dropdown_treat_title_clinic {
  
  padding-right: 8rem;
  border-right: 1px solid #E1EBF3;
}
.nav_dropdown_treat_title_inner {
  display: flex;
  text-align: left;
  align-items: baseline;
  margin-bottom: 1.6rem;
  line-height: 1;
}
.nav_dropdown_title_ja {
  font-size: 1.7rem;
  font-weight: bold;
  margin-right: 3rem;
  margin-left: 0.3rem;
}
.nav_dropdown_title_s {
  font-size: 1.3rem;
}
.nav_dropdown_treat_list_outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #E4E7EB;
  border-bottom: 1px solid #E4E7EB;
}
.nav_dropdown_treat_list_b {
  position: relative;
  width: 15%;
  display: flex;
}
.nav_dropdown_treat_list_b::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #E4E7EB;
  width: 1px;
  height: calc(100% - 4rem);
  content: "";
}
.nav_dropdown_treat_list_b a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  line-height: 1.5;
}
.nav_dropdown_treat_list_b_l {
  height: 7.2rem;
  margin-bottom: 3rem;
  margin-top: -2rem;
  position: relative;
}
.nav_dropdown_treat_list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.nav_dropdown_treat_list li {
  position: relative;
  width: calc(100% / 4);
}
.nav_dropdown_treat_list li a {
  display: flex;
  min-height: 14.8rem;
  padding: 0.1rem 0.4rem 0;
  justify-content: center;
  line-height: 1.5;
  align-items: center;
}
.nav_dropdown_treat_list_b a::before, .nav_dropdown_treat_list li a::before, .nav_dropdown_treat_list_category a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: #fff;
  box-shadow: 0 20px 40px -8px rgb(0 5 30 / 15%);
    content: "";
  opacity: 0;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.nav_dropdown_treat_list_b a:hover::before, .nav_dropdown_treat_list li a:hover::before, .nav_dropdown_treat_list_category a:hover::before {
  opacity: 1;
  box-shadow: 0 20px 40px -8px rgb(0 5 30 / 15%);
  transform: scale(1.15);
  
}
.nav_dropdown_treat_list li::before {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #E4E7EB;
  width: 1px;
  height: calc(100% - 5.2rem);
  content: "";
}
.nav_dropdown_treat_list li:nth-child(4n)::before {
  display: none;
}
.nav_dropdown_treat_list_l {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.nav_dropdown_treat_list_l {
  height: 6.2rem;
  position: relative;
}
.nav_dropdown_treat_list_l img {
  transform: scale(0.8);
}
.nav_dropdown_treat_list_r {}
.nav_dropdown_treat_list_text {
  display: inline;
  padding-bottom: 0.2rem;
  position: relative;
  font-size: 1.3rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .nav_dropdown_treat_list_text {
    display: inline-block;
  }
  .nav_dropdown_treat_list_l {
    padding-top: 3rem;
  }
  .nav_dropdown_list li a {
    display: block;
  }
}
.nav_dropdown_list_text, .nav_dropdown_treat_list_text, .nav_dropdown_treat_list_category_text {
  background-image: linear-gradient(#333, #333);
  transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
}
.nav_dropdown_list a:hover .nav_dropdown_list_text, .nav_dropdown_treat_list_category a:hover .nav_dropdown_treat_list_category_text, .nav_dropdown_treat_list li a:hover .nav_dropdown_treat_list_text, .nav_dropdown_treat_list_b a:hover .nav_dropdown_treat_list_text {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}
.nav_dropdown_treat_list_category {
  width: 100%;
  border-top: 1px solid #E4E7EB;
}
.nav_dropdown_treat_list_category a {
  position: relative;
  display: block;
  padding: 1.6rem 0;
  font-size: 1.3rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.nav_dropdown_treat_list_category a::before {}
.nav_dropdown_treat_list_category_text {
  position: relative;
  padding-bottom: 0.2rem;
}
.nav_dropdown_treat_list_img01 img {}
.nav_dropdown_treat_list_img02 img {
  width: 6rem;
  height: 7.4rem;
}
.nav_dropdown_treat_list_img03 img {}
.nav_dropdown_treat_list_img04 img {}
.nav_dropdown_treat_list_img05 img {
  height: 4.8rem;
}
.nav_dropdown_treat_list_img06 img {}
.nav_dropdown_treat_list_img07 img {}
.nav_dropdown_treat_list_img08 img {
  height: 5.2rem;
}
.nav_dropdown_treat_list_img09 img {
  width: 5.2rem;
  height: 6.7rem;
}
.nav_dropdown_treat_list_img10 img {
  width: 7.0rem;
  height: 5.1rem;
}
.nav_dropdown_treat_list_img11 img {
  width: 5.8rem;
  height: 6rem;
}
.nav_dropdown_treat_list_img12 img {
  width: 5.8rem;
  height: 5.5rem;
}
.nav_dropdown_treat_list li a .nav_dropdown_treat_list_text::before, .nav_dropdown_treat_list_b a .nav_dropdown_treat_list_text::before {
  /* 	position: absolute;
width: 0;
right: 0;
left: auto;
bottom: -0.4rem;
height: 0.1rem;
background-color: #333;
transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
content: "";
z-index: 1; */
}
.nav_dropdown_treat_list li a:hover .nav_dropdown_treat_list_text::before, .nav_dropdown_treat_list_b a:hover .nav_dropdown_treat_list_text::before {
  right: auto;
  left: 0;
  width: 100%;
}
.sp_resv {
  display: none;
}





/*============================================================================

	#mainvisual

============================================================================*/
.fb {
  position: relative;
  height: 43.8rem;
  margin-top: 6rem;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.fb .inner {
  position: relative;
  max-width: 160rem;
  min-width: 128rem;
  height: inherit;
  padding: 0 10rem;
  margin: auto;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fb_under_img {
  height: 48rem;
}


.fb_img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 27rem;
  margin: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background-repeat: repeat-x;
  opacity: 0.45;
  content: "";
}




.fb_slide,
.fb_slide_inner {
height: inherit;
}
.fb_slide{
position: absolute;
top: 0;
width: 100%;
    height: inherit;
}
/*ベタ*/
.fb_slide .vegas-overlay::before{

}
.fb_slide_inner {
  height: inherit !important;
}
.fb_slide .vegas-slide::before{
  position: absolute;
  bottom: 0;
  left: 0;

  width:100%;
  height: 100%;
  margin: auto;
  background-color: rgba(4, 22, 40, .10);

  background-repeat: repeat-x;

  content: "";
  z-index: 10;
}


.fb_copy {
  position: relative;
  width: 100%;
  height: inherit;
  z-index: 10;
  display: flex;
  align-items: center;
  }
  .fb_copy_inner{
    min-width: 128rem;
    flex-basis: 160rem;
    margin: 0 auto ;
    padding: 0 10rem;
	  color: #fff;
  }
.fb_copy_ja {
  color: #fff;

	font-size: 5.0rem;
  line-height: 1.43;
  font-weight: 500;
  letter-spacing:1px;
font-family: 'IBM Plex Serif', serif;
}


.fb_copy_ja span{

}
.fb_copy_btn{
  width: 30.6rem;
  height: 8.5rem;
  margin-top: 6rem;
}
.fb_copy_btn img {
  object-fit: cover;
  display: block;
  transform: none;
  top: auto;
  left: auto;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  transition-duration: 0.15s;
}
.fb_copy_btn a:hover img {
  opacity: 0.5;
}

　
.fb_copy_s{
  width: 100rem;
  margin-top: 2.8rem;
  font-size: 2.0rem;
  line-height: 1.85;
  letter-spacing: 0.075em;
  font-weight: 400;
  color: #fff!important;
  text-align: justify;
}

.fb_copy_en {
  font-size: 20.3rem;
}
.fb_copy_smallen {
  font-size: 1.2rem;
  left: 0;
      bottom: -3.5rem;
  top: auto;
}






@media screen and (max-width: 1480px) {
  html {
    font-size: 52.25%;
  }

}
@media screen and (max-width: 1560px) {
  .header_inner {
    padding: 0 4rem;
  }
 
}
@media screen and (max-width: 1366px) {
    .price .side_contents {
        width: 25rem;

    }
  }

@media screen and (min-width: 1921px) {
  html {
    font-size: 68.75%;
  }
 
}