@charset "UTF-8";

/** ----------------------------------------------
 *
 * main (.line-recommend_mv)
 *
 * -------------------------------------------- */

.line-recommend_mv {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 2em;
  position: relative;
}

.line-recommend_mv img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/** ----------------------------------------------
*
* main (.line-recommend_headline)
*
* -------------------------------------------- */

.line-recommend_headline {
  display: block;
  flex-wrap: wrap;
  width: auto;
  text-align: center;
  justify-content:center;
  padding-bottom: 3vh;
}

.line-recommend_headline .title{
  color: #007700;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.line-recommend_headline .subtitle {
  font-size: 1.1em;
  font-weight: bold;
}

.line-recommend_headline .title_text {
  display: inline-block;
  width: 25em;
  height: 10em; 
  font-size: 3.3vw;
  line-height: 2;
  justify-content: center;
  text-align: center;
  margin: 2em 0;
}

/** ----------------------------------------------
*
* main (.line-recommend_join)
*
* -------------------------------------------- */

.line-recommend_join {
  background-color: #007700;
  display: block;
  flex-wrap: wrap;
  width: auto;
  text-align: center;
  justify-content:center;
  margin-bottom: 2vh;
  padding-bottom: 1vh;
}

.line-recommend_join .title{
  padding-top: 1em;
  color: #FFF;
  font-size: 5vw;
  font-weight: bold;
}

.line-recommend_join .subtitle {
  font-size: 1.1em;
}

.line-recommend_join .title_text {
  display: inline-block;
  width: 24em;
  height: 10em; 
  font-size: 3.3vw;
  line-height: 2;
  justify-content: center;
  text-align: left;
  margin: 2em 0;
}

.join_box {
  background-color: #FFF;
  margin: 3vh;
  border-radius: 30px;
}

.join_description {
  margin: auto 3vh;
  display: inline-block;
}

.join_description img {
  width: 300vw;
  height: auto;
  margin: 3vh 0;
}

.join_description h3 {
  color: #007700;
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 3vh;
}

.join_text {
  display: inline-block;
  width: 100%;
  height: 3vh 0;
  font-size: 3.5vw;
  justify-content: center;
  text-align: center;
  line-height: 2;
  margin-bottom: 3vh;
}

/** ----------------------------------------------
*
* main (.line-recommend_menbership)
*
* -------------------------------------------- */

.line-recommend_menbership {
  background-color: #FFF;
  width: auto;
  height: auto;
  text-align: center;
  justify-content: center;
  margin: 1em auto;
  padding-bottom: 1em;
}

.line-recommend_menbership .title {
  color: #007700;
  font-size: 1.5em;
  font-weight: bold;
  padding: 1em;
}

.menbership_box_wrapper {
  display: block;
  justify-content: center;
}

.menbership_description {
  display: inline-block;
}

.menbership_description img {
  width: 320px;
  height: auto;
  margin: 3vh 0;
}

.menbership_text {
  display: inline-block;
  width: 320px;
  height: 20px 0;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

/** ----------------------------------------------
*
* main (.blog_new-arrivals)
*
* -------------------------------------------- */

.blog_new-arrivals{
  display: block;
  width: auto;
  text-align: center;
  justify-content:center;
  margin-bottom: 3vh;
}

.blog_new-arrivals .title{
  font-size: 1.1em;
  padding: 1em;
}

.blog_new-arrivals .blog_box {
  float: left;
  width: 44%;
  height: auto;
  margin: auto 3vw 2vh;
}

.blog_new-arrivals .title_text {
  display: inline-block;
  width: 24em;
  height: 3vh 0;
  font-size: 3.5vw;
  justify-content: center;
  text-align: left;
  line-height: 2;
  margin-bottom: 1em;
}

.blog_btn img {
  width: 24em;
  height: 3vh 0;
}



/** ----------------------------------------------
 *
 * header
 *
 * -------------------------------------------- */
.header_nav {
  display: flex;
  justify-content: center;
  background-color: #fa4e3e;
  color: #fff;
  height: 60px;
}


/** ----------------------------------------------
 *
 * footer
 *
 * -------------------------------------------- */
footer {
    min-width: auto;
    color: #fff;
    background-color: #fa4e3e;
}


/** ----------------------------------------------
 *
 * utility
 *
 * -------------------------------------------- */
.def_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: #fa4e3e;
  font-size: 18px;
  font-weight: 500;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}