@charset "UTF-8";

html {
  font-size: 62.5%; 
}
html:focus {
    outline: none; 
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #444; 
  background: #fff;
}

html, body {
  margin: 0;
  padding: 0;
}

a{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; 
  
}
@media print, screen and (min-width: 768px) {
    .container {
      width: 750px;
      transition: ease-in .1s;
      box-sizing: border-box;
	} 
}
@media print, screen and (min-width: 992px) {
    .container {
      width: 970px;
      transition: ease-in .1s;
      box-sizing: border-box;
	} 
}
@media print, screen and (min-width: 1200px) {
    .container {
      width: 1170px;
      transition: ease-in .1s;
      box-sizing: border-box;
	} 
}

#header{
	width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    box-sizing:border-box;
    z-index: 2;
    background-color: #fff;
}
.headerlogo {
    margin-top: 20px;
    padding-left: 25px;
    padding-bottom: 13px;
}
.headerlogo .logo2{
    padding-left: 20px;
    padding-bottom: 6px;
}
.contact_area {
    width: 429px;
    
}
.contact_area a {
    display: block;
    text-decoration: none;
    float: left;
    color: #71692b;
    
}
.contact_area .line_tel a{
    margin-top: 16px;
    display: block;
    margin-right: 27px;
    text-align: center;
}
.line_tel a span {
    color: #323333;
    font-size: 16px;
}
.contact_area .line {
    margin-right: -30px;
    padding-right: 25px;
}
.contact_area .mail {
    
    float: left;
}
.contact_area .mail a{
    width: 192px;
    height: 80px;
    background: #71692b url("../images/mail.svg") no-repeat;
    background-size: 24px;
    background-position: 34px center;
    color: #fff;
    box-sizing:border-box;
    padding-left: 74px;
    padding-top: 28px;
    right: 60px;
    font-size: 16px;
}
.mail a:hover {
    opacity: .8;
}
@media print, screen and (max-width: 930px) {
    .headerlogo .logo2 {
        display: none;
    }
    .contact_area {
        display: none;
    }
}

/* page_topbtn */ 
#page_top {
    position: fixed;
    right: 27px;
    bottom: 72px;
    z-index: 4;
}
#page_top a{
  text-decoration: none;
}
@media print, screen and (max-width: 768px) {
    #page_top {
        bottom: 100px !important;
    }
}
/* main_image */  
.main_image {
    
    width: 100%;
    padding: 158px 0 300px;
    background: url("../images/main.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 80px;
}
.main_text {
    margin: 0 0 -151px;
    text-align: center;
}
.main_text p {
    color: #fff;
    font-size: 32px;
    
}
.title_img img {
    max-width: 1000px;
    width: 100%;
}
.top_btn {
    position: absolute;
    bottom: 40px;
    right: 35px;
}   
@media print, screen and (max-width: 768px) {
    .main_image {
        padding: 169px 0;
    }
    .main_text {
        margin: 0 0 -95px;
    }
    .main_text img {
        width: 100%;
    }
    .main_text p {
        font-size: 18px;
        line-height: 33px;
        margin-top: 0;
        padding-top: 8px;
    }
    .top_btn {
        display: none;
    }
}

#sliderArea {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto 55px;
    padding-top: 150px;
}
#sliderArea * {
    box-sizing: border-box;
}
#sliderArea img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    border-style: none;
}
#sliderArea .top_btn {
    z-index: 1;
    bottom: -30px;
    right: 20px;
}

#sliderArea .mainCopy {
    margin: 0 auto 20px;
    padding: 0 15px;
    width: 100%;
}

#sliderArea .mainCopy #readText {
    margin-bottom: 30px;
}

#sliderArea .mainCopy .mainCopyInner {
    display: flex;
    align-items: center;
}

#sliderArea .mainCopy .mainCopyBox {
    width: 100%;
}

#sliderArea .mainCopy .mainCopyBox:nth-child(1) {
    flex-basis: 547px;
    max-width: 547px;
}

#sliderArea .mainCopy .mainCopyBox:nth-child(2) {
    flex-basis: 357px;
    max-width: 357px;
    padding-left: 30px;
}

#sliderArea #sliderWrap {
    position: relative;
}

#sliderArea #sliderWrap .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

#sliderArea #sliderWrap ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sliderArea #sliderWrap ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    border-radius: 16px;
}
#sliderArea .spDisp {
    display: none;
}
@media screen and (min-width: 1025px) {
    #sliderArea .mainCopy {
        max-width: 1170px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #sliderArea .mainCopy {
        max-width: 970px;
    }
}

@media screen and (max-width: 767px) {
    #sliderArea .mainCopy #readText {
        margin-bottom: 10px;
    }

    #sliderArea .mainCopy .mainCopyInner {
        flex-wrap: wrap;
    }

    #sliderArea .mainCopy .mainCopyBox:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    #sliderArea .mainCopy .mainCopyBox:nth-child(2) {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        text-align: right;
        margin-top: 10px;
        padding: 0;
    }

    #sliderArea .mainCopy .mainCopyBox:nth-child(2) img {
        max-width: 210px
    }
    #sliderArea .spDisp {
        display: block;
    }
    #sliderArea .pcDisp {
        display: none;
    }
}

/* background-color */ 
.background-color {
    background-color: #e7e4da;
    z-index: -2;
    padding-bottom: 120px;
}
/* content2 */ 
.content2 {
    
    background-color: #a99c7d;
    color: #fff;
    padding: 0 0 50px;
}
.content2 .container {
    background: url("../images/logo_mark.svg") no-repeat;
    background-size: 328px;
    background-position: top 35px left 30px;
    min-height: 336px;
}
.content2 h2 {
    padding-bottom: 18px;
    color: #fff;
    padding-top: 80px;
    margin-top: 0;
}
.content2 .text_box {
    padding-left: 270px;
    margin: 0 0 0 auto;
}
.column3_content2 {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.columnBox_content2 {
    width: 32%;
    text-align: center;
    padding-bottom: 20px;
}
.columnBox_content2 img {
    width: 100%;
    max-width: 480px;
    
}
.columnBox_content2 p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
}
@media print, screen and (max-width: 768px) {
    .content2 {
        padding-bottom: 160px;
    }
    .content2 .container {
        background-position: center;
    }
    .content2 .text_box {
        padding-left: 0;
    }
    .columnBox_content2 {
        width: 100%;
    }
}
/* 症例 */
.content_case {
    padding: 100px 0;
    

    
}
.content_case .container {
    
    
}
.caseinner {
    background-color: #fff;
    padding: 10px 20px 50px;
    margin-bottom: 20px;
}
.case_h3 {
    background-color: #a99c7d;
    padding-left: 10px;
    color: #fff;
    font-size: 20px;
    padding: .7em;
    font-weight: bold;
}
.case_column2wrap {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding-bottom: 20px;
    
}
.case_columnBox {
    width: 48%;
}
.title_h4 {
    border-bottom: 2px solid #71692b;
    padding-bottom: 5px;
    color: #71692b;
}
.img_box {
    text-align: center;
}
.img_box img {
    max-width: 400px;
    width: 100%;
}
.case_text {
    padding-bottom: 15px;
    color: #323333;
}

/* swiper-containe */
.content3 {
    padding-left: 158px;
    padding-bottom: 100px;
    position: relative;
    
    z-index: 1;
    
}
.swiper-containe {
    
}
.swiper-wrapper {
    text-align: right;
    
}
.swiper-wrapper img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.swiper-container .swiper-pagination{
    text-align: left;
    padding: 15px 0 0;
    position: absolute;
    bottom: -2px !important;
    }
.swiper-container .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
    background-color: #bea37e !important;
}
@media print, screen and (max-width: 768px) {
    .content3 {
    padding-left: 18px;
}
}
/* fatureArea */ 
.fatureArea h2 {
    color: #71692b;
    padding: 29px 0 30px;
    margin-top: 0;
    background: url("../images/title_feature.svg") no-repeat;
    background-size: 414px;
    background-position: top left 80px; 
}
.fatureArea .container .column3wrap {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;    
}
.fatureArea .container .column3wrap .columnBox {
    padding: 5px;
    box-sizing: border-box;
}
.column3wrap .box1 {
    background-color: #fff;
}
.column3wrap .box3 {
    background-color: #fff;
}
.column3wrap .box5 {
    background-color: #fff;
}
 .column3wrap .columnBox {
     width: 33.3%;
     color: #71692b;
     text-align: center;
     height: 400px;
    }
.imgclass {
    margin: 80px 0;
}
.imgclass img {
    margin-bottom: -57px;
}
.number {
    line-height: 20px;
}
.number p{
    font-size: 22px;
}

.number span {
    font-size: 16px;
}
.text {
    font-size: 22px;
}
.text span {
    font-size: 14px;
}
@media print, screen and (max-width: 768px) {
    .fatureArea .container {
        padding-left: 0;
        padding-right: 0;
    }
    .fatureArea h2 {
        padding-left: 15px;
        background-size: 300px;
        background-position: top 6px left 60px;
        font-size: 23px;
    }
    .column3wrap .columnBox {
        width: 50%;
    }
    .column3wrap .box3 {
        background-color: #e7e4da;
    }
    .column3wrap .box4 {
        background-color: #fff;
    }
    .text p{
        font-size: 16px;
    }
}

/* doctorArea */
.doctorArea {
    color: #333;
    padding: 120px 0;
}
.doctorArea .container {
    box-sizing: border-box;
}
.column2wrap {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;    
}
.column2wrap h2 {
    color: #71692b;
    padding-top: 28px;
    margin-top: 0;
    background: url("../images/title_doctor.svg") no-repeat;
    background-size: 403px;
    background-position: top left 37px;
}
.column2wrap .columnBox1 {
    width: 60%;
}
.column2wrap .columnBox2 {
    width: 40%;
}
.column2wrap .columnBox2 img {
    max-width: 330px;
    width: 100%;
    margin-top: 15px;
}
.doctorArea h3 {
    font-weight:normal;
    font-size: 22px;
    margin: 50px 0 40px;
}
.doctorArea table {
    font-weight:normal;
    
}

.doctorArea th{
    text-align: left !important;
    font-weight:normal;
    padding-bottom: 5px;
}
.doctorArea td {
    vertical-align: top;
}
@media print, screen and (max-width: 768px) {
    .doctorArea {
        padding-bottom: 50px;
    }
    .column2wrap h2 {
        background-size: 317px;
        background-position: top 5px left 30px;
        font-size: 25px;
    }
    .column2wrap {
        display: block;
    }
    .column2wrap .columnBox1 {
        width: 100%;
    }
    .column2wrap .columnBox2 {
        width: 100%;
        text-align: center;
        padding-top: 60px;
    }
    .tdbox {
        width: 100px;
        padding-right: 23px;
    }
}
/* content4 */
.content4 {
    padding: 120px 0;
    background: #a99c7d url("../images/logo_mark.svg") no-repeat;
    background-size: 328px;
    background-position: bottom 100px right 99px;
    color: #fff !important;
}
.content4 .textArea h2 {
    color: #fff;
}
@media print, screen and (max-width: 768px) {
    .content4 {
        background-position: center;
    }
}

/* content5 */
.content5 {
    padding: 120px 0;
    background: url("../images/aga.svg") no-repeat;
    background-size: 400px;
    background-position: bottom 120px left 55px;
}
.content5 h2 {
    color: #71692b;
    width: 270px;
    margin: 0;
    float: left;
} 
.content5 .textArea {
    padding-left: 270px;
    color: #333;
    padding-bottom: 45px;
}
.content5 .btn {
    margin: 0 0 0 auto;
}
@media print, screen and (max-width: 768px) {
    .content5 {
        background: url("../images/aga.svg") no-repeat;
        background-size: 400px;
        background-position: top 206px left 55px;
    }
    .content5 h2 {
        float: none;
    }
    .content5 .textArea {
        padding-left: 0;
        font-size: 16px;
    }
    .content5 .btn {
        margin: 0 auto;
    }
}
/* content6 */
.content6 {
    padding: 120px 0;
    background: #e7e4da url("../images/img_faga.png") no-repeat;
    background-size: 371px;
    background-position: top 100px right 153px;
}
.content6 h2 {
    color: #71692b;
    margin-top: 0;
}
.content6 .textArea {
    padding-right: 345px;
    padding-bottom: 45px;
    color: #333;
}
.content6 .btn {
    margin: 0 0 0 auto;
}
@media print, screen and (max-width: 768px) {
    .content6 {
        background-position: top 305px right -43px;
    }
    .content6 .textArea {
        padding-right: 0;
    }
    .content6 .btn {
        margin: 0 auto;
    }
}
/* treatmentArea */
.treatmentArea {
    padding: 94px 0 150px;
    text-align: center;
    background: #fff;
}
.treatmentArea p {
    color: #333;
    margin: 30px 0;
}
.treatmentArea .textArea h2 {
    color: #71692b;
    padding-top: 55px;
    margin-top: 0;
    background: url("../images/title_treatment.svg") no-repeat;
    background-size: 570px;
    background-position: center;
}
.treatmentArea .textArea h3 {
    color: #71692b;
    font-size: 22px;
    font-weight:normal;
    margin-top: 0;
}
.btn2colomn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
}
.btn2colomn .btn {
    width: calc( 50% - 1px ) ;
    border-right: 1px solid #fff;
}
.btn2colomn .btn a {
    padding: 16px 67px;
}
.treatmentArea .textBox {
    background-color: #e7e4da;
    padding: 24px 10px 50px;
    margin-top: 87px;
}
.textBox_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}
.textBox_img .imgbox1 {
    width: 33.33%;
}
.textBox_img .imgbox2 {
    width: 33.33%;
}
.textBox_img .imgbox3 {
    width: 33.33%;
}
.textBox_p {
    width: 606px;
    margin: 0 auto;
}
.treatmentArea .textBox h3 {
    color: #71692b;
    font-size: 22px;
    font-weight:normal;
}
.treatmentArea .textBox .btn {
    margin: 0 auto;
    
}
@media print, screen and (max-width: 768px) {
    .treatmentArea .textArea {
        padding-left: 15px;
        padding-right: 15px;
    }
    .treatmentArea .textArea h2 {
        background-size: 345px;
        background-position: center;
        padding-top: 33px;
        font-size: 19px;
    }
    .treatmentArea .textArea img {
        width: 100%;
    }
    .btn2colomn {
        display: block;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .btn2colomn .btn {
        width: 100%;
        border-bottom: 1px solid #fff; 
    }
    .treatmentArea .container {
        padding-left: 0 !important;
        padding-right: 0!important;
    }
    .treatmentArea .textBox {
        padding-left: 15px;
        padding-right: 15px;
    }
    .textBox_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    }
    .textBox_img .imgbox1 {
        width: 100%;
        margin-bottom: -7px;
    }
    .textBox_img .imgbox2 {
        width: 50%;
    }
    .textBox_img .imgbox3 {
        width: 50%;
    }
    .imgbox1 img {
        width: 100%;
    }
    .imgbox2 img {
        width: 100%;
    }
    .imgbox3 img {
        width: 100%;
    }
    .textBox_p {
        width: 100%;
    }
}
/* content7 */
.content7 {
    padding: 120px 0;
    background: #a99c7d url("../images/circle.svg") no-repeat;
    background-size: 380px;
    background-position: bottom 75px right 172px;
    color: #fff;
}
.textArea_7{
    margin-bottom: 60px;
}
@media print, screen and (max-width: 768px) {
    .content7 {
        background-position: center;
    }
    .content7 .btn {
        margin: 0 auto;
    }
}

/* paymentArea */
.paymentArea {
    padding: 89px 0 120px;
    text-align: center;
    margin: 0 auto;
    
}
.paymentArea h2 {
    color: #71692b;
    padding-top: 57px;
    margin-top: 0;
    background: url("../images/title_payment.svg") no-repeat;
    background-size: 444px;
    background-position: center;
}
.paymentArea h3 {
    color: #71692b;
    margin-bottom: 30px;
}
.paymentArea p {
    color: #333;
}
@media print, screen and (max-width: 768px)  {
    .paymentArea h2 {
        background-size: 344px;
        padding-top: 45px;
        font-size: 25px;
    }
}
/* onlineArea */
/*            */
.onlineArea {
    padding: 100px 0;
    background-color: #e7e4da;
}
.online2column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.online2column .columnBox1 {
    width: calc( 100% - 230px ) ;
}
.online2column .columnBox2 {
    width: 230px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.online2column .columnBox2 img {
    margin-top: -72px;
}
.onlineArea h2 {
    color: #71692b;
    padding-top: 26px;
    margin: 0;
    background: url("../images/title_online.svg") no-repeat;
    background-size: 352px;
    background-position: top left 51px;
}
.onlineArea.__telShinryo h2 {
    color: #71692b;
    padding-top: 26px;
    margin: 0;
    background: url("../images/title_phone.svg") no-repeat;
    background-size: 352px;
    background-position: top left 51px;
}
.textArea_online {
    padding-right: 100px;
}
.textArea_online p {
    color: #333;
    margin: 35px 0;
}
.onlineArea .btn {
    
    margin-bottom: 43px;
}
.online_qr {
    text-align: right;
    line-height: 0;
}
.online_qr_sp {
    display: none;
}
.onlineArea.__telShinryo .online_qr img {
    width: 80px;
}
.onlinebtn {
    margin-top: 50px;
}
.onlineArea.__telShinryo .onlinebtn .btn {
    margin-left: auto;
    margin-right: auto;
}
@media print, screen and (max-width: 768px) {
    .onlineArea h2 {
        background-size: 302px;
        background-position: top left 41px;
        font-size: 27px;
    }
    .online2column .columnBox1  {
        width: 60%;
    }
    .online2column .columnBox2 {
        width: 40%;
        
    }
    .online2column .columnBox2 img {
        max-width: 230px;
        width: 100%;
        margin-top: 22px;
        padding-left: 15px;
    }
    .textArea_online {
        padding-right: 0;
    }
    .onlineArea.__telShinryo .onlinebtn {
        max-width: 100%;
    }
}
@media print, screen and (max-width: 580px) {
    .onlineArea .btn {
        margin: 0 auto;
    }
    .online2column .columnBox2 img {
        max-width: 130px;
        width: 100%;
        margin-top: 32px;
    }
    .online_qr {
        display: none;
    }
    .online_qr_sp {
        display: flex;
        justify-content: space-between;
    }
    .online_qr_sp p {
        margin: 0;
    }
}
/* clinicArea */
/*            */
.clinicArea {
    padding: 120px 0;
}
.clinicArea h2 {
    color: #71692b;
    padding-top: 28px;
    margin-top: 0;
    background: url("../images/title_clinic.svg") no-repeat;
    background-size: 310px;
    background-position: top left 41px;
}
.clinic2column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 90px;
}
.clinic2column .columnBox {
    width: 48%;
}
dl {
    color: #333;
    line-height: 32px;
}
dt {
    background-color: #e7e4da;
    margin: 20px 0;
    padding: 8px 0 8px 15px;
}
dd {
    margin-inline-start: 0;
}
dd a{
    color: #333;
}
@media print, screen and (max-width: 768px) {
    .clinic2column {
        display: block;
    }
    .clinic2column .columnBox {
        width: 100%;
    }
}

/* contactArea */
/*            */
.contactArea {
    padding: 100px 0;
    background:url("../images/pixta_54128252_M.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: -2;
}
.contactArea::after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    background: rgba(169, 156, 125, 0.8);
    width: 100%;
    height: 317px;
    z-index: -1;
}
.contactArea .textArea h2 {
    color: #fff;
    padding: 45px 0 20.5px;;
    margin: 0;
    background: url("../images/title_contact.svg") no-repeat;
    background-size: 454px;
    background-position: top 17px center;
}
.contactArea_2 {
    position: relative;
}
.contactArea_2 .btn {
    position: absolute;
    right: 98px;
    top: -30px;
}
@media print, screen and (max-width: 768px) {
    .contactArea_2 .btn {
        margin: 0 auto;
        width: 100%;
        position: relative;
        right: 0;
        top: -30px;
    }
}


.footer {
    padding: 150px 0 25px;
    text-align: center;
}
.footer img {
    padding-bottom: 150px;
}
.footer p {
    color: #333;
    font-size: 12px;
}
@media print, screen and (max-width: 768px) {
    .footer {
    padding: 150px 0 90px;
    
    }
}


#fixedBtnSpArea {
    display: none;
}
@media print, screen and (max-width: 767px) {
    #fixedBtnSpArea {
        display: block;
        width: 100%;
        opacity: 0;
        position: fixed;
        bottom: -50px;
        transition: .6s;
        
        z-index: 32;
    }
    #fixedBtnSpArea.fixedsp {
        opacity: 1;
        transition: .6s;
        bottom: 0;
    }
    #fixedBtnSpArea #fixedBtnSp ul {
        margin: 0 0 0 0;
        padding: 0;
        height: 60px;
        width: 100%;
        overflow: hidden;
        display: flex;
    }
    #fixedBtnSpArea #fixedBtnSp ul li {
        list-style: none;
        flex-basis: 100%;
        border-right: 1px solid #fff;
    }
    #fixedBtnSpArea #fixedBtnSp ul li:first-child {
        background-color: #326696;
    }
    #fixedBtnSpArea #fixedBtnSp ul li:nth-child(2) {
        background-color: #2dad48;
    }
    #fixedBtnSpArea #fixedBtnSp ul li:last-child {
        background-color: #c50000;
    }
    #fixedBtnSpArea #fixedBtnSp ul li a:hover, #fixedBtnSpArea #fixedBtnSp ul li a:focus {
    background-color: #444;
    color: #fff;
}
    #fixedBtnSpArea #fixedBtnSp ul li a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 6px;
    font-size: 14px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: center 10px;
    
}
}

/* ------------------------------------------ /
/ 表示非表示 /
/ ------------------------------------------ */
.pc{
    display: none;
}
@media (min-width: 768px) {
.pc{
    display: block;
}
}
.sp{
    display: block;
}
@media (min-width: 768px) {
.sp{
    display: none;
}
}

    
    
/* ------------------------------------------ /
/ btn /
/ ------------------------------------------ */    
.btn {
    text-align: center;
    max-width: 302px;
    width: 100%;
    background-color: #71692b;
    
}
.btn a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 70px;
    border: 1px solid #71692b;
    font-size: 16px;
}
.btn a:hover, .btn a:focus {
    color: #71692b;
    background-color: #fff;
    
}


/* ------------------------------------------ /
/ btn /
/ ------------------------------------------ */  
h2 {
    font-size: 32px;
    font-weight:normal;
}

h3 {
    font-size: 22px;
    font-weight:normal;
}

/* ------------------------------------------ /
/ アニメーション /
/ ------------------------------------------ */
.copyimganime{

                  animation-duration: 3s; /* アニメーションの時間 */
                  animation-delay: 1s; /*アニメーション開始時間 */
                  animation-iteration-count: 1; /* アニメーションの繰り返し回数 */
            }


/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}
@media (min-width: 768px) {
.Bnr{
	display: none !important;
}
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 60px;
  left: 0;
  z-index: 88;
	width: 50%;
}
.Bnr__img__inner{
  
  
  
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img__inner a img{
  width: 100%;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 3px;
  top:3px;
  margin: 0;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
text-decoration: none;
  font-weight: bold;
	color: #fff;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #fff;
}


/*   */
h1 {
   margin: 0;
   display: inline-block; 
}
.title-h2 {
    color: #71692b;
    font-size: 32px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.title-h2::before {
    content: "";
    position: absolute;
    color: #e0ddd3;
    font-size: 86px;
    line-height: 64px;
    z-index: -1;
    top: -33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.title-h3 {
    color: #71692b;
    font-size: 22px;
    font-weight: normal;
    margin-top: 0;
}


#cosmeArea {
    padding: 210px 0 100px;
}
#cosmeArea .title-h2::before {
    content: "COSMETICS";
    font-size: 58px;
    top:-27px;
}
#cosmeArea .lashaddictImg {
    text-align: center;
}
@media print, screen and (max-width: 970px) {
    .sp-h3 {
        padding: 0 15px;
    }
}
@media print, screen and (min-width: 768px) {
    #cosmeArea {
        padding: 210px 0;
    }
    #cosmeArea .title-h2::before {
        content: "COSMETICS";
        font-size: 86px;
        top: -33px;
    }
    #cosmeArea .column2Wrap .columnBox {
        flex-basis: 46%;
        width: 46%;
    }
    #cosmeArea .column2Wrap .tateline {
        flex-basis: 4%;
        width: 4%;
        position: relative;
    }
    #cosmeArea .column2Wrap .tateline::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%;
        width: 1px;
        border-left:dashed 1px #000;
    }
}
/* top-content2 */ 
.textWrap {
    position: relative;
    max-width: 1370px;
    margin-right: auto;
    margin-left: auto;
}
.textWrap h2 {
    padding-left: 15px;
    padding-right: 15px;
}
.textWrap .textbox {
    padding: 45px 15px 60px;
    background: rgba(255, 255, 255, .8);
}
.textWrap img {
    width: 100%;
    height: auto;
}
.textWrap-1 {
    padding-top: 55px;
}

@media print, screen and (min-width: 768px) {
    
}
@media print, screen and (min-width: 970px) {
    .textWrap h2 {
        padding-left: 0;
        padding-right: 0;
    }
    .textWrap .textbox {
        padding: 44px 60px 100px 0;
        max-width: 720px;
        width: 100%;
    }
    .textWrap-1 {
        padding-left: 74px;
        padding-top: 80px;
    }
    .textWrap-1 img {
        width: 720px;
        height: 480px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;

    }
}
/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column1Wrap {
  margin-bottom: 30px; }

.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }
  .column2Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px; }
  .column3Wrap .columnBox {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 50px; }
    .column3Wrap .columnBox img {
      width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px; }
    .column4Wrap .columnBox {
      flex-basis: 48%;
      width: 48%;
    margin-bottom: 20px;} 
    .column4Wrap .columnBox img {
      width: 100%; }
    .column4Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.columnBox {
  overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin-bottom: 0; }

@media print, screen and (min-width: 640px) {
  .column2Wrap .columnBox {
    flex-basis: 48%;
    width: 48%; }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: 45%; }

  .column3Wrap .column_box {
    flex-basis: 48%;
    width: 48%; 
    margin-bottom: 20px; }

  .column4Wrap {
    position: relative; }
    .column4Wrap .columnBox {
      flex-basis: 48%;
      width: 48%; } }
@media print, screen and (min-width: 1140px) {
  .column3Wrap:after {
    content: "";
    width: 32%; }
  .column3Wrap .columnBox {
    flex-basis: 32%;
    width: 32%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap:before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    .column4Wrap:after {
      content: "";
      width: 23%;
      display: block; }
    .column4Wrap .columnBox {
      flex-basis: 23%;
      width: 23%; } }