@charset "UTF-8";
@media screen and (min-width: 768px), print {
  /* PC用 共通して使える -------------------------------------*/
  #lead {
    margin-bottom: 65px;
  }
  #lead .Box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 12px;
  }
  #lead .Box .ttl {
    margin-bottom: 27px;
  }
  #lead .Box .ttl .en {
    margin-bottom: 30px;
  }
  #lead .Box .ttl span {
    display: block;
  }
  #lead .Box .txt {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
  }
  #lead .Box .mb01 {
    margin-bottom: 25px;
  }
  #lead .Box .pic01 {
    position: absolute;
    bottom: 0;
    left: 18px;
  }
  #lead .Box .pic02 {
    position: absolute;
    bottom: 0;
    right: 18px;
  }

  	/* concept-box
  -------------------------------------*/
  .concept-box {
    margin-bottom: 70px;
  }
  .concept-box .Box {
    width: 1100px;
    margin: 0 auto;
    background: url(../images/concept/concept-bg01.jpg) repeat top;
    padding: 20px 19px 19px;
  }
  .concept-box .Box .ttl {
    margin-bottom: 20px;
  }
  .concept-box .Box .ttl span {
    display: block;
  }
  .concept-box .Box .wh-box {
    background-color: #fff;
    padding: 30px 0;
  }
  .concept-box .Box .wh-box .flexbox01 {
    width: 900px;
    margin: 0 auto 30px;
  }
  .concept-box .Box .wh-box .flexbox01 .box-l {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.11em;
    color: #000;
    padding-top: 45px;
  }
  .concept-box .Box .wh-box .flexbox01 .box-l .mb01 {
    margin-bottom: 25px;
  }
  .concept-box .Box .wh-box .flexbox01 .pic {
    position: absolute;
    bottom: -3px;
    left: -64px;
  }
  .concept-box .Box .wh-box .bg-box02 {
    margin-bottom: 30px;
  }
  .concept-box .Box .wh-box .flexbox02 {
    width: 900px;
    margin: 0 auto;
  }
  .concept-box .Box .wh-box .flexbox02 .box-r {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.11em;
    color: #000;
    padding-top: 50px;
    width: 424px;
  }
  .concept-box .Box .wh-box .flexbox02 .box-r .mb01 {
    margin-bottom: 23px;
  }

  	/* detailed
  -------------------------------------*/
  #detailed .Box .bg-box02 {
    padding: 34px 0 20px;
    background: url(../images/concept/concept-bg02.jpg) repeat top;
  }
  #detailed .Box .bg-box02 .Box02 {
    width: 1000px;
    margin: 0 auto;
  }
  #detailed .Box .bg-box02 .Box02 .txt02 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.11em;
    color: #000;
  }
  #detailed .Box .bg-box02 .Box02 .txt02 li {
    margin-bottom: 28px;
  }
  #detailed .Box .bg-box02 .Box02 .pic {
    position: absolute;
    top: 16px;
    left: 17px;
  }
  #detailed .Box .bg-box02 .Box02 .pic02 {
    position: absolute;
    top: 20px;
    right: 22px;
  }
  #detailed .Box .flexbox02 .box-r .pic {
    position: absolute;
    bottom: 0;
    right: -38px;
  }

  	/* fun
  -------------------------------------*/
  #fun .Box .wh-box .flexbox01 .pic {
    left: -44px;
  }
  #fun .Box .bg-box02 {
    background-color: #1b3846;
    padding: 25px 0 38px;
  }
  #fun .Box .bg-box02 .txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.11em;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
  }
  #fun .Box .bg-box02 .txt02 {
    position: absolute;
    top: 40px;
    left: 16px;
  }
  #fun .Box .bg-box02 .ttl02 {
    margin-bottom: 10px;
  }
  #fun .Box .bg-box02 .pic {
    position: absolute;
    top: 140px;
    left: 90px;
  }
  #fun .Box .bg-box02 .pic02 {
    position: absolute;
    top: 140px;
    right: 67px;
  }
  #fun .Box .flexbox02 .box-l .pic {
    position: absolute;
    bottom: -10px;
    right: -28px;
  }

  /* natural
  -------------------------------------*/
  #natural .Box .flexbox01 .pic {
    position: absolute;
    left: -76px;
  }
  #natural .Box .flexbox02 .pic {
    position: absolute;
    bottom: 3px;
    right: -27px;
  }

  /* afterword
  -------------------------------------*/
  #afterword .Box {
    width: 1100px;
    margin: 0 auto;
  }
  #afterword .Box .ttl {
    margin-bottom: 50px;
  }
  #afterword .Box .bnr {
    margin-bottom: 20px;
  }
  #afterword .Box .ttl02 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* SP用 共通して使える -------------------------------------*/
  #lead {
    margin-bottom: 5%;
    padding-top: 3%;
  }
  #lead .Box {
    position: relative;
    padding: 0 0%;
  }
  #lead .Box .ttl {
    margin-bottom: 5%;
    padding: 0 0%;  }
    
  #lead .Box .ttl .en {
    margin-bottom: 3%;
    padding: 0 26%;
  }
  #lead .Box .ttl span {
    display: block;
  }
  #lead .Box .txt {
    text-align: left;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
  }
  #lead .Box .mb01 {
    margin-bottom: 5%;
  }
  #lead .Box .pic01, #lead .Box .pic02 {
    width: 45%;
    margin: 0 auto 3%;
  }

  	/* concept-box
  -------------------------------------*/
  .concept-box {
    margin-bottom: 8%;
  }
  .concept-box .Box {
    background: url(../images/concept/concept-bg01.jpg) repeat top;
    padding: 6% 3%;
  }
  .concept-box .Box .ttl {
    margin-bottom: 4%;
    padding: 0 5%;
  }
  .concept-box .Box .ttl .en {
    padding: 0 30%;
    margin-bottom: 3%;
  }
  .concept-box .Box .ttl span {
    display: block;
  }
  .concept-box .Box .wh-box {
    background-color: #fff;
    padding: 6% 0%;
  }
  .concept-box .Box .wh-box .flexbox01 {
    margin-bottom: 4%;
    padding: 0 3%;
  }
  .concept-box .Box .wh-box .flexbox01 .box-l {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.11em;
    color: #000;
  }
  .concept-box .Box .wh-box .flexbox01 .box-l .mb01 {
    margin-bottom: 3%;
  }
  .concept-box .Box .wh-box .flexbox01 .photo {
    margin-bottom: 3%;
  }
  .concept-box .Box .wh-box .flexbox01 .pic {
    display: none;
  }
  .concept-box .Box .wh-box .bg-box02 {
    margin-bottom: 4%;
  }
  .concept-box .Box .wh-box .flexbox02 {
    padding: 0 3%;
  }
  .concept-box .Box .wh-box .flexbox02 .photo {
    margin-bottom: 3%;
  }
  .concept-box .Box .wh-box .flexbox02 .box-r {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.11em;
    color: #000;
  }
  .concept-box .Box .wh-box .flexbox02 .box-r .mb01 {
    margin-bottom: 23px;
  }

  	/* detailed
  -------------------------------------*/
  #detailed .Box .bg-box02 {
    padding: 6% 3%;
    background: url(../images/concept/concept-bg02.jpg) repeat top;
  }
  #detailed .Box .bg-box02 .Box02 .txt02 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.11em;
    color: #000;
  }
  #detailed .Box .bg-box02 .Box02 .txt02 li {
    margin-bottom: 3%;
    text-indent: -1.2em;
    padding-left: 1em;
  }
  #detailed .Box .bg-box02 .Box02 .pic {
    width: 27%;
    margin-left: 15%;
    padding-top: 3%;
  }
  #detailed .Box .bg-box02 .Box02 .pic02 {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 31%;
  }
  #detailed .Box .flexbox02 .box-r .pic {
    display: none;
  }

  	/* fun
  -------------------------------------*/
  #fun .Box .bg-box02 {
    background-color: #1b3846;
    padding: 8% 5% 18%;
  }
  #fun .Box .bg-box02 .txt {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.11em;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
  }
  #fun .Box .bg-box02 .txt02 {
    position: absolute;
    top: 3%;
    left: 4%;
    width: 34%;
  }
  #fun .Box .bg-box02 .ttl02 {
    margin-bottom: 4%;
  }
  #fun .Box .bg-box02 .sp-al {
    text-align: left;
    padding: 0 3%;
  }
  #fun .Box .bg-box02 .pic {
    position: absolute;
    bottom: 1%;
    left: 20%;
    width: 8%;
  }
  #fun .Box .bg-box02 .pic02 {
    position: absolute;
    bottom: 1%;
    right: 30%;
    width: 12%;
  }
  #fun .Box .flexbox02 .box-l .pic {
    display: none;
  }

  /* natural
  -------------------------------------*/
  #natural .Box .flexbox01 .pic {
    position: absolute;
    left: -76px;
  }
  #natural .Box .flexbox02 .pic {
    display: none;
  }

  /* afterword
  -------------------------------------*/
  #afterword .Box {
    padding: 0 3%;
  }
  #afterword .Box .ttl {
    padding: 0 10%;
    margin-bottom: 8%;
  }
  #afterword .Box ul li {
    margin-bottom: 5%;
  }
  #afterword .Box ul li:last-child {
    margin-bottom: 0px;
  }
  #afterword .Box ul li .bnr {
    margin-bottom: 3%;
  }
  #afterword .Box ul li .ttl02 {
    padding: 0 38%;
    line-height: 1.5;
    margin-bottom: 3%;
  }
  #afterword .Box ul li:nth-of-type(3) .ttl02 {
    padding: 0 32%;
  }
  #afterword .Box ul li .txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
