@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 641px) {
  /* common
	------------------------------------------------------------------------*/
  .main {
    margin-top: -3px;
  }
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .sp_br {
    display: none;
  }
  .wrap {
    overflow: hidden;
  }
  .pc_obj {
    display: block;
  }
  .sp_obj {
    display: none;
  }
  /* main_title
	------------------------------------------------------------------------*/
  .main_title {
    background: url("../../common/images/bg_pale_yellow.png") repeat;
    height: 250px;
    position: relative;
  }

  .main_title_pc img {
    margin-left: -125px;
  }
  .main_title_pc {
    /* padding-top: 40px; */
  }
  .main_title .main_title_sp {
    display: none;
  }
  /* top-button
	------------------------------------------------------------------------*/
  .top-button {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    height: 150px;
  }
  .top-button a {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: url(/images/link-jikiabo-pc.jpg);
    background-size: cover;
  }
  .top-button a:hover {
    opacity: 0.7;
  }
  /* contents
	------------------------------------------------------------------------*/
  .contents {
    padding-top: 100px;
    padding-bottom: 55px;
  }
  .contents h3.contents_title {
    text-align: center;
    margin-bottom: 38px;
  }
  .contents .dotted_line {
    width: 100%;
    height: 2px;
    background: url(../images/dotted_line.png) repeat-x center left;
  }
  .contents .contents_sub_title {
    text-align: center;
    margin: 0 0 30px;
  }
  .contents .contents_title_txt {
    font-size: 26px;
    line-height: 34px;
    color: #3d0607;
    margin: 20px 0 20px 30px;
  }
  .contents .contents_title_pc,
  .contents .contents_sub_title_pc {
    display: block;
    text-align: center;
  }
  .contents .contents_title_sp,
  .contents .contents_sub_title_sp {
    display: none;
  }
  .contents .contents_title_pc {
    margin: 0 0 40px 0;
  }
  .contents .contents_sub_title_pc {
    padding: 0 0 20px 0;
  }
  .contents .contents_title_txt {
    text-align: center;
    line-height: 1.9;
  }
  /* fitting_area
	-------------------------------------------------------------*/
  .contents .fitting_area {
  }
  .contents .fitting_area p.fitting_img {
    text-align: center;
  }
  .contents .fitting_area p.fitting_txt {
    text-align: center;
    margin-top: 10px;
  }

  /* purchase_btn_area
	-------------------------------------------------------------*/
  .purchase_btn_area {
    width: 100%;
    max-width: 500px;
    margin: 60px auto 90px;
  }
  .purchase_btn:hover {
    opacity: 0.7;
  }

  /* point_area
	-------------------------------------------------------------*/
  .contents .point_area {
    margin-top: 140px;
  }
  .contents .point_area .area_bg_top_sp {
    display: none;
  }
  .contents .point_area .point_contents {
    position: relative;
    background: url(../../common/images/bg_pale_yellow.png) repeat;
    height: 891px;
  }
  .contents .point_area .point_contents h3 {
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -240px;
  }
  .contents .point_area .point_contents .point_contents_01,
  .contents .point_area .point_contents .point_contents_02,
  .contents .point_area .point_contents .point_contents_03,
  .contents .point_area .point_contents .point_contents_04,
  .contents .point_area .point_contents .point_contents_05 {
    position: absolute;
    background: url(../images/point_contents_bg.png) no-repeat center center;
    width: 382px;
    height: 372px;
  }
  .contents .point_area .point_contents .point_contents_01 {
    top: 153px;
    left: 17px;
  }
  .contents .point_area .point_contents .point_contents_02 {
    top: 153px;
    right: 17px;
  }
  .contents .point_area .point_contents .point_contents_03 {
    top: 335px;
    left: 50%;
    margin-left: -191px;
  }
  .contents .point_area .point_contents .point_contents_04 {
    bottom: 0;
    left: 17px;
  }
  .contents .point_area .point_contents .point_contents_05 {
    bottom: 0;
    right: 17px;
  }
  .contents .point_area .point_contents .point_contents_01 .img_pc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -135px;
    margin-left: -109px;
  }
  .contents .point_area .point_contents .point_contents_02 .img_pc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -149px;
  }
  .contents .point_area .point_contents .point_contents_03 .img_pc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -119px;
    margin-left: -122px;
  }
  .contents .point_area .point_contents .point_contents_04 .img_pc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -132px;
    margin-left: -132px;
  }
  .contents .point_area .point_contents .point_contents_05 .img_pc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -121px;
    margin-left: -108px;
  }
  .contents .point_area .point_contents .img_sp {
    display: none;
  }
  .contents .point_area .area_bg_btm_sp {
    display: none;
  }

  /* type_area
	-------------------------------------------------------------*/
  .contents .type_area {
    margin-top: 150px;
  }
  .contents .type_area .area_bg_top_sp {
    display: none;
  }
  .contents .type_area .type_contents {
    position: relative;
    background: url(../../common/images/bg_pale_yellow.png) repeat;
    padding: 220px 0 30px 0;
  }
  .contents .type_area .type_contents h3 {
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -242px;
  }
  .contents .type_area .type_contents h3.type_title_pc {
    display: block;
  }
  .contents .type_area .type_contents h3.type_title_sp {
    display: none;
  }
  .contents .type_area .type_contents .right_box {
    text-align: center;
  }
  .contents .type_area .type_contents .right_box .img_sp {
    display: none;
  }
  .contents .type_area .type_area_txt {
    font-size: 16px;
    color: #3d0607;
    text-align: center;
    margin-top: 15px;
  }
  .contents .type_area .area_bg_btm_sp {
    display: none;
  }

  /* touch_area
	-------------------------------------------------------------*/
  .contents .touch_area {
    margin-top: 140px;
  }
  .contents .touch_area .area_bg_top_sp {
    display: none;
  }
  .contents .touch_area .touch_contents {
    position: relative;
    background: url(../../common/images/bg_pale_yellow.png) repeat;
    height: 520px;
  }
  .contents .touch_area .touch_contents .touch_title_pc {
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -240px;
  }
  .contents .touch_area .touch_contents .touch_title_sp {
    display: none;
  }
  .contents .touch_area .touch_contents .touch_img_01 {
    position: absolute;
    top: 150px;
    left: 20px;
  }
  .contents .touch_area .touch_contents .touch_img_02 {
    position: absolute;
    top: 224px;
    left: 50%;
    margin-left: -157px;
  }
  .contents .touch_area .touch_contents .touch_img_03 {
    position: absolute;
    top: 150px;
    right: 20px;
  }
  .contents .touch_area .area_bg_btm_sp {
    display: none;
  }

  /* lineup_bnr
	-------------------------------------------------------------*/
  .contents .lineup_bnr {
    width: 631px;
    margin: 42px auto 0 auto;
  }
  .contents .lineup_bnr:hover {
    opacity: 0.8;
  }
  /* lineup_area
------------------------------------------------------------------------*/
  .contents .lineup_area {
    width: 1000px;
    margin: 120px auto 0;
  }
  .contents .lineup_area .lineup_title_pc {
    display: block;
    margin: 0 0 50px 0;
  }
  .contents .lineup_area .lineup_title_sp {
    display: none;
  }
  /* lineup_area NEW
------------------------------------------------------------------------*/
  .contents .lineup_container {
    width: 1000px;
    margin: 120px auto 100px;
  }
  .contents .lineup_container .lineup_title_pc {
    display: block;
    margin: 0 0 50px 0;
  }
  .contents .lineup_container .lineup_title_sp {
    display: none;
  }
  .contents .lineup_container .inner {
    width: 1000px;
    position: relative;
  }
  .contents .lineup_container .lineupBox {
    width: 300px;
    text-align: center;
    margin-right: 50px;
    float: left;
  }
  .contents .lineup_container .lineupBox:last-child {
    margin-right: 0px;
  }
  .contents .lineup_container .lineupBox dl {
    margin-bottom: 30px;
  }
  .contents .lineup_container .lineupBox dt {
    margin-bottom: 22px;
  }
  .contents .lineup_container .lineupBtn a:hover img {
    opacity: 0.7;
  }
  .contents .lineup_container .linupBtnPurchase {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 640px) {
  /* common
	------------------------------------------------------------------------*/
  body,
  html {
    height: 100%;
  }
  .main {
    padding-bottom: 10%;
  }
  .pc_obj {
    display: none;
  }
  .sp_obj {
    display: block;
  }

  /* main_title
	------------------------------------------------------------------------*/
  .main_title .main_title_pc {
    display: none;
  }
  .main_title .main_title_sp {
    width: 100%;
    margin: 0 0 15%;
  }
  .main_title .breadcrumb {
    display: none;
  }
  /* top-button
	------------------------------------------------------------------------*/
  .top-button {
    width: 100%;
    max-width: calc(600 / 640 * 100vw);
    margin: 30px auto;
    height: calc(200 / 640 * 100vw);
  }
  .top-button a {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: url(/images/link-jikiabo-sp.jpg);
    background-size: cover;
  }

  /* contents
	------------------------------------------------------------------------*/
  .contents .inner {
    width: 93.75%;
    margin: 0 auto;
  }
  .contents .contents_title {
    width: 76%;
    margin: 10% auto 4% auto;
  }
  .contents .contents_title_pc {
    display: none;
  }
  .contents .contents_title_sp {
    display: block;
    margin: 0 0 5% 0;
  }
  .contents .contents_sub_title_pc {
    display: none;
  }
  .contents .contents_sub_title_sp {
    display: block;
    margin: 0 0 5%;
  }
  .contents .dotted_line {
    width: 100%;
    height: 2px;
    background: url(../images/dotted_line.png) repeat-x center left;
  }
  .contents .contents_title_txt {
    color: #3d0607;
    font-size: 120%;
    line-height: 170%;
    margin-top: 4%;
  }

  /* fitting_area
	-------------------------------------------------------------*/
  .contents .fitting_area {
    margin-top: 5%;
  }
  .contents .fitting_area .fitting_img {
    width: 100%;
  }
  .contents .fitting_area .fitting_txt {
    text-align: center;
    margin-top: 3%;
  }
  /* purchase_btn_area
	-------------------------------------------------------------*/
  .purchase_btn_area {
    max-width: 46.875%;
    margin: 25px auto 45px;
  }
  .purchase_btn:hover {
    opacity: 0.7;
  }
  .purchase_btn img {
    height: auto;
  }

  /* point_area
	-------------------------------------------------------------*/
  .contents .point_area {
    margin-top: 22%;
  }
  .contents .point_area .area_bg_top_pc {
    display: none;
  }
  .contents .point_area .point_contents {
    position: relative;
    background: url("../../common/images/bg_pale_yellow.png") repeat;
    padding-top: 35%;
    padding-bottom: 3%;
  }
  .contents .point_area .point_contents h3 {
    width: 70%;
    position: absolute;
    top: -6%;
    left: 16%;
  }
  .contents .point_area .point_contents .img_pc {
    display: none;
  }
  .contents .point_area .point_contents .point_contents_01,
  .contents .point_area .point_contents .point_contents_02,
  .contents .point_area .point_contents .point_contents_03,
  .contents .point_area .point_contents .point_contents_04,
  .contents .point_area .point_contents .point_contents_05 {
    width: 100%;
    margin-left: 0;
  }
  .contents .point_area .area_bg_btm_pc {
    display: none;
  }

  /* type_area
	-------------------------------------------------------------*/
  .contents .type_area {
    margin-top: 20%;
    margin-bottom: 10%;
  }
  .contents .type_area .area_bg_top_pc {
    display: none;
  }
  .contents .type_area .type_contents {
    position: relative;
    background: url("../../common/images/bg_pale_yellow.png") repeat;
    padding-top: 32%;
    padding-bottom: 3%;
  }
  .contents .type_area .type_contents h3 {
    width: 80%;
    position: absolute;
    top: -10.4%;
    left: 10%;
  }
  .contents .type_area .type_contents h3.type_title_pc {
    display: none;
  }
  .contents .type_area .type_contents h3.type_title_sp {
    display: block;
  }
  .contents .type_area .type_contents .left_box {
    width: 95%;
    margin: 0 auto;
    font-size: 120%;
    line-height: 170%;
    color: #3d0607;
  }
  .contents .type_area .type_contents .right_box {
    margin-left: -1.5%;
    margin-top: 3%;
    width: 99%;
  }
  .contents .type_area .type_contents .right_box .img_pc {
    display: none;
  }
  .contents .type_area .area_bg_btm_pc {
    display: none;
  }
  .contents .type_area .type_area_txt {
    color: #3d0607;
    margin-top: 4%;
    text-indent: -1em;
    margin-left: 1em;
    letter-spacing: -1px;
    line-height: 130%;
  }

  /* touch_area
	-------------------------------------------------------------*/
  .contents .touch_area {
    margin-top: 17%;
    margin-bottom: 10%;
  }
  .contents .touch_area .area_bg_top_pc {
    display: none;
  }
  .contents .touch_area .touch_contents {
    position: relative;
    background: url("../../common/images/bg_pale_yellow.png") repeat;
    padding-top: 56%;
    padding-bottom: 3%;
  }
  .contents .touch_area .touch_contents .touch_title_pc {
    display: none;
  }
  .contents .touch_area .touch_contents .touch_title_sp {
    width: 87%;
    position: absolute;
    top: -5.8%;
    left: 6.5%;
  }
  .contents .touch_area .area_bg_btm_pc {
    display: none;
  }
  .contents .touch_area .touch_img_01 {
    width: 48%;
    margin: 0;
    float: left;
  }
  .contents .touch_area .touch_img_02 {
    width: 48%;
    margin: 0;
    float: right;
  }
  .contents .touch_area .touch_img_03 {
    width: 48%;
    margin: 0 auto;
    padding: 4% 0 0;
    clear: both;
  }

  /* lineup_bnr
	-------------------------------------------------------------*/
  .contents .lineup_bnr {
    text-align: center;
    margin-top: 5%;
  }
  /* br クリアー
	-------------------------------------------------------------*/
  .br_clear {
    display: none;
  }

  /* lineup_area
------------------------------------------------------------------------*/
  .contents .lineup_area {
    margin: 0 3.125%;
  }
  .contents .lineup_area .lineup_title_pc {
    display: none;
  }
  .contents .lineup_area .lineup_title_sp {
    display: block;
  }
  /* lineup_area NEW
------------------------------------------------------------------------*/
  .contents .lineup_container {
    width: 94%;
    /*margin: 0 3.125%;*/
    margin: 0 auto 0;
  }
  .contents .lineup_container .lineup_title_pc {
    display: none;
  }
  .contents .lineup_container .lineup_title_sp {
    display: block;
    margin: 0 auto 8%;
  }
  .contents .lineup_container .inner {
    width: 100%;
    position: relative;
  }
  .contents .lineup_container .lineupBox {
    width: auto;
    text-align: center;
    margin-right: 0;
    margin-bottom: 12%;
    float: none;
  }
  .contents .lineup_container .lineupBox dl {
    margin-bottom: 6%;
  }
  .contents .lineup_container .lineupBox dt {
    margin-bottom: 4%;
  }
  .contents .lineup_container .linupBtnPurchase {
    margin: 20px 0 0;
  }
}
