@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■メイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#charm {
  margin-bottom: 80px;
}

#mv {
  background-image: url(../images/charm/mv.jpg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■intro
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#intro {
  max-width: 850px;
  padding: 0 15px;
  margin: 0 auto 70px;
}

#intro p {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #84bb84;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #intro {
    padding: 30px 15px;
    margin-bottom: 0;
  }
  #intro p {
    font-size: 1.8rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■secBlock
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.secWrap .secBlock:last-of-type {
  margin-bottom: 0;
}

.secWrap .secBlock:nth-of-type(2n+1) .img {
  padding-right: calc((100% - 1000px) / 2);
}

.secWrap .secBlock:nth-of-type(2n+1) .box .copy, .secWrap .secBlock:nth-of-type(2n+1) .box .txt {
  padding-left: calc(100% - 500px);
  padding-right: 6%;
}

.secWrap .secBlock:nth-of-type(2n+2) .img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: calc((100% - 1000px) / 2);
}

.secWrap .secBlock:nth-of-type(2n+2) .box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.secWrap .secBlock:nth-of-type(2n+2) .box .copy, .secWrap .secBlock:nth-of-type(2n+2) .box .txt {
  padding-right: calc(100% - 500px);
  padding-left: 6%;
}

.secBlock {
  width: 100%;
  margin-bottom: 75px;
}

.secBlock .fBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.secBlock .img, .secBlock .box {
  max-width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  
  margin: 0 auto;
}

.secBlock .img {
  max-width: 50%;
}

.secBlock .img img {
  width: 100%;
  height: auto;
}

.secBlock .box .copy {
  background: #84bb84;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 22px 0;
  margin-bottom: 15px;
}

.secBlock .box .txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .secWrap .secBlock .fBox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .secWrap .secBlock:nth-of-type(2n+1) .img {
    padding-right: 6%;
  }
  .secWrap .secBlock:nth-of-type(2n+1) .box .copy, .secWrap .secBlock:nth-of-type(2n+1) .box .txt {
    padding-left: 6%;
  }
  .secWrap .secBlock:nth-of-type(2n+2) .img {
    padding-left: 6%;
  }
  .secWrap .secBlock:nth-of-type(2n+2) .box .copy, .secWrap .secBlock:nth-of-type(2n+2) .box .txt {
    padding-right: 6%;
  }
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .secBlock {
    margin-bottom: 60px;
  }
  .secBlock .fBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .secBlock .img {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    max-width: 100%;
    padding: 0 !important;
  }
  .secBlock .box {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .secBlock .box .copy {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 10px 30px !important;
  }
  .secBlock .box .txt {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■コンテンツ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/





/*

魅力再構築

*/
.secWrap > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.secWrap .charm_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: calc((100% - 1000px) / 2);
  padding-right: calc((100% - 1000px) / 2);
}
.secWrap .charm_box:not(:last-child) {
  margin-bottom: 60px;
}
.secWrap .charm_box_inner {
  width: 100%;
  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;
}
.secWrap .charm_txtbox {
  width: 100%;
  max-width: 1000px;
  padding: 40px 20px 0;
}
.secWrap .charm_box:nth-child(even) .charm_box_inner .charm_txtbox {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.secWrap .charm_title {
  background-color: #84bb84;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 22px 0;
  margin-bottom: 15px;
/*  padding-left: calc((100% - 1000px) / 2);*/
  position: relative;
}
.secWrap .charm_title::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #000;
  background-color: #84bb84;
}
.secWrap .charm_title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #000;
  background-color: #84bb84;
}
.secWrap .charm_txt {
  
}
.secWrap .charm_imgbox {
  height: 300px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  overflow: hidden;
}
.secWrap .charm_imgbox img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .secWrap > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    
    
    
  }
  .secWrap .charm_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: calc((100% - 1000px) / 2);
    padding-right: calc((100% - 1000px) / 2);
    
    
    
  }
  .secWrap .charm_box:not(:last-child) {
    margin-bottom: 60px;
    
    
    
    
  }
  .secWrap .charm_box_inner {
    width: 100%;
    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;
    
    
    
    -ms-flex-wrap: wrap;
    
    
    
    flex-wrap: wrap;
  }
  .secWrap .charm_txtbox {
    width: 100%;
    max-width: 1000px;
    padding: 40px 20px 0;
    
    
    
    
  }
  .secWrap .charm_box:nth-child(even) .charm_box_inner .charm_txtbox {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    
    
    
    -webkit-box-ordinal-group: 1;
    
    
    
    -ms-flex-order: 0;
    
    
    
    order: 0;
  }
  .secWrap .charm_title {
    background-color: #84bb84;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 22px 0;
    margin-bottom: 15px;
    /*  padding-left: calc((100% - 1000px) / 2);*/
    position: relative;
    
    
    
    font-size: 1.8rem;
    padding: 15px 0;
  }
  .secWrap .charm_title::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #000;
    background-color: #84bb84;

    
    
    
    
  }
  .secWrap .charm_title::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background-color: #000;
    background-color: #84bb84;

    
    
    
    
  }
  .secWrap .charm_txt {

    
    
    
    
  }
  .secWrap .charm_imgbox {
    height: 300px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    
    
    
    
  }
  .secWrap .charm_imgbox img {
    display: block;
    height: auto;
    width: 100%;
    
    
    
    
  }
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■secCenter
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.secCenter {
  margin-top: 73px;
  margin-bottom: 100px;
  width: 100%;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: calc((100% - 1400px) / 2);
}

.secCenter .innerWrap {
  width: auto;
  max-width: none;
  background: #d9e9d9;
}

.secCenter .img, .secCenter .copy {
  max-width: 100%;
  margin: 0 auto;
}

.secCenter .img {
  width: 100%;
  max-width: 100vw;
  margin: -120px auto 0;
  padding-left: calc((100% - 1000px) / 2);
  padding-right: calc((100% - 1000px) / 2);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.secCenter .img img {
  width: 100%;
  height: auto;
}

.secCenter .copy {
  background: #84bb84;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 130px;
}

.secCenter .txt {
  padding: 20px calc((100% - 440px) / 2) 30px;
}

/*---------------------------------------------------------------------------
SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .secCenter {
    padding: 0;
    margin: 60px 0;
  }
  .secCenter .innerWrap {
    padding: 0;
  }
  .secCenter .img {
    margin-top: 0;
  }
  .secCenter .copy {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 20px 30px 15px;
    text-align: left;
    
    padding-left: 20px;
    padding-right: 20px;
  }
  .secCenter .txt {
    padding: 20px 30px;
  }
}