@charset "UTF-8";
@import url("../font/font.css");
/* COMMON CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
}

q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, fieldset {
  border: 0;
}

img, input, select, label, textarea {
  font-family: 'Noto Sans', sans-serif;
  vertical-align: middle;
}

address, caption, em {
  font-weight: normal;
  font-style: normal;
}

body {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Noto Sans', sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  color: #333;
}

a {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  padding: 0;
  outline: none;
}

hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
}

a#skip_nav {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}

a#skip_nav:hover, a#skip_nav:focus, a#skip_nav:active {
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}

#header {
  position: relative;
  width: 100%;
  height: 375px;
  z-index: 1000;
}

#header #logo {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

#header #logo:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 2048px;
  height: 400px;
  margin-left: -1024px;
  text-indent: -9999px;
  background: url(../images/header.png) no-repeat;
  background-size: 100% auto;
}

.menu,
.slideNav {
  display: none;
}

.ms_comic {
  position: relative;
  background: url(../images/comic_pattern.png);
}

.ms_comic .title {
  text-align: center;
  margin: 0 auto 45px;
  padding-top: 75px;
  background-size: auto 100%;
}

.ms_comic:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 378px;
  height: 391px;
  background: url(../images/comic_side_left.png) no-repeat;
  z-index: 10;
}

.ms_comic:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 405px;
  height: 323px;
  background: url(../images/comic_side_right.png) no-repeat;
  z-index: 10;
}

.comic_slider {
  position: relative;
  width: 1050px;
  padding-bottom: 102px;
  margin: 0 auto;
  z-index: 100;
}

.comic_slider .swiper-container {
  position: relative;
  width: 830px;
  border: solid 5px #242424;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

.comic_slider .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 820px;
}

.comic_slider .swiper-pagination {
  position: static;
  text-align: center;
  margin-top: 30px;
}

.comic_slider .swiper-pagination li {
  display: inline-block;
  width: auto;
  height: auto;
  opacity: 1;
  border: solid 5px #242424;
  border-radius: 20px;
  margin: 0 10px;
  overflow: hidden;
  background-color: #000;
  box-sizing: border-box;
}

.comic_slider .swiper-pagination li a {
  display: block;
  opacity: 0.71;
}

.comic_slider .swiper-pagination li.swiper-pagination-bullet-active a {
  opacity: 1;
}

.comic_slider .swiper-button-prev, .comic_slider .swiper-button-next {
  display: block;
  position: absolute;
  top: 225px;
  width: 55px;
  height: 99px;
  margin: 0;
}

.comic_slider .swiper-button-prev.swiper-button-prev, .comic_slider .swiper-button-next.swiper-button-prev {
  left: 0;
  background: url(../images/comic_prev.png) no-repeat;
}

.comic_slider .swiper-button-prev.swiper-button-next, .comic_slider .swiper-button-next.swiper-button-next {
  right: 0;
  background: url(../images/comic_next.png) no-repeat;
}

.ms_phone {
  position: relative;
  background-color: #74e874;
  overflow: hidden;
}

.ms_phone .phone_modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 577px;
  height: 380px;
  margin: -190px 0 0 -283px;
  background-color: #f7a617;
  border: solid 5px #242424;
  box-sizing: border-box;
  border-radius: 15px;
  z-index: 1000;
}

.ms_phone .phone_modal h2 {
  width: 315px;
  height: 81px;
  font-size: 0;
  margin: 90px auto 77px;
  background: url(../images/modal_tit.png) no-repeat;
}

.ms_phone .phone_modal .btn_modal_submit {
  display: block;
  font-size: 0;
  width: 193px;
  height: 78px;
  margin: 0 auto;
  background: url(../images/modal_submit.png) no-repeat;
}

.ms_phone .phone_modal.open {
  display: block;
}

.ms_phone:after {
  content: "애봉이, 조석";
  position: absolute;
  top: 55px;
  left: 50%;
  display: block;
  font-size: 0;
  margin-left: -917px;
  width: 572px;
  height: 675px;
  background: url(../images/phone_side_left.png) no-repeat;
}

.ms_phone:before {
  content: "조석 : 아이고~ 김사장~";
  position: absolute;
  bottom: 0;
  right: 50%;
  display: block;
  font-size: 0;
  margin-right: -985px;
  width: 555px;
  height: 554px;
  background: url(../images/phone_side_right.png) no-repeat;
}

.ms_phone .title {
  padding-top: 78px;
  margin: 0 auto;
  text-align: center;
}

.ms_phone .tel_submit_form .form_wrap {
  width: 741px;
  font-size: 0;
  margin: 0 auto;
  border: solid 5px #242424;
  border-radius: 20px;
  margin: 52px auto 0;
  background-color: #fff;
  padding: 26px 43px 30px;
}

.ms_phone .p_type_check {
  display: inline-block;
  vertical-align: middle;
}

.ms_phone .p_type_check input {
  display: none;
}

.ms_phone .p_type_check #aos + label {
  background: url(../images/label_aos.png) no-repeat center right;
}

.ms_phone .p_type_check #ios + label {
  background: url(../images/label_ios.png) no-repeat center right;
}

.ms_phone .p_type_check label {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 27px;
  padding-left: 37px;
  margin-right: 39px;
  font-size: 0;
  z-index: 100;
  cursor: pointer;
}

.ms_phone .p_type_check label:after {
  content: "AOS";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(../images/inp_radio_frame.png) no-repeat;
}

.ms_phone .p_type_check input:checked + label:before {
  content: "AOS";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  border-radius: 100%;
}

.ms_phone .tel_input_box {
  position: relative;
  display: inline-block;
  margin-left: 21px;
  vertical-align: middle;
  font-size: 0;
}

.ms_phone .tel_input_box:after {
  content: "-";
  position: absolute;
  top: 33px;
  left: 148px;
  display: block;
  width: 12px;
  height: 5px;
  background-color: #000;
}

.ms_phone .tel_input_box input {
  position: relative;
  display: inline-block;
  height: 61px;
  padding: 0;
  margin: 0;
  border: solid 4px #242424;
  border-radius: 15px;
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  background: none;
  z-index: 2;
}

.ms_phone .tel_input_box input::-ms-clear {
  display: none;
}

.ms_phone .tel_input_box .placeholder {
  position: absolute;
  top: 50%;
  right: 50px;
  margin: -11px 0 0 0px;
  text-indent: -9999px;
  background-image: url(../images/placeholder.png);
  width: 204px;
  height: 22px;
  z-index: 1;
}

.ms_phone .tel_input_box .number_front {
  width: 129px;
}

.ms_phone .tel_input_box .number_second {
  width: 269px;
  padding: 0 15px;
  margin-left: 34px;
}

.ms_phone .agree_check_box {
  font-size: 0;
  padding-top: 21px;
  margin-top: 26px;
  border-top: solid 4px #323232;
}

.ms_phone .agree_check_box input {
  display: none;
}

.ms_phone .agree_check_box label {
  position: relative;
  display: inline-block;
  width: 312px;
  height: 27px;
  line-height: 27px;
  padding-left: 36px;
  cursor: pointer;
  background: url(../images/label_agree_check.png) no-repeat center right;
}

.ms_phone .agree_check_box label:after {
  content: "checkBox";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 27px;
  margin-top: -14px;
  z-index: 20;
  font-size: 0;
  background: url(../images/inp_check_frame.png) no-repeat;
}

.ms_phone .agree_check_box input:checked + label:before {
  content: "Checked";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  background-color: #ff0000;
  border-radius: 5px;
  z-index: 10;
  font-size: 0;
}

.ms_phone .agree_list {
  width: 706px;
  height: 85px;
  font-size: 0;
  margin-top: 12px;
  background: url(../images/agree_list.png) no-repeat;
}

.ms_phone .form_btn {
  font-size: 0;
  text-align: center;
  margin-top: 33px;
}

.ms_phone .form_btn .btn {
  display: inline-block;
  height: 88px;
  margin: 0 16px;
  vertical-align: top;
}

.ms_phone .form_btn .btn_submit {
  width: 325px;
  background: url(../images/btn_submit.png) no-repeat;
}

.ms_phone .form_btn .btn_store {
  width: 213px;
  background: url(../images/btn_store.png) no-repeat;
}

.ms_phone .notice_list {
  width: 837px;
  height: 85px;
  font-size: 0;
  margin: 45px auto 0;
  padding-bottom: 80px;
  background: url(../images/notice_list.png) no-repeat;
  background-position: 10px 0;
}

.navigaction {
  position: fixed;
  top: 50%;
  right: 90px;
  margin-top: -200px;
  z-index: 1000;
}

.navigaction .btn_top {
  display: block;
  width: 53px;
  height: 43px;
  border: 0;
  border-radius: 0;
  text-indent: -9999px;
  margin-bottom: 7px;
  background: url(../images/nav_icon.png) no-repeat;
  float: right;
  clear: both;
}

.navigaction ul li {
  position: relative;
}

.navigaction ul li[data-article="comic"], .navigaction ul li:after {
  background: url(../images/nav_tit_01.png) no-repeat;
}

.navigaction ul li[data-article="phone"] {
  background: url(../images/nav_tit_02.png) no-repeat;
}

.navigaction ul li[data-article="gift"] {
  background: url(../images/nav_tit_03.png) no-repeat;
}

.navigaction ul li[data-article] {
  background-position: -136px -4px;
  background-color: #fff;
  margin-bottom: 7px;
  border-radius: 30px;
  border: solid 4px #242424;
  width: 53px;
  height: 53px;
  text-indent: -9999px;
  box-sizing: border-box;
  cursor: pointer;
  float: right;
  clear: both;
}

.navigaction ul li[data-article].active {
  width: 185px;
  background-position: -4px 50%;
}

.navigaction ul li.sns_link {
  width: 53px;
  height: 53px;
  background: url(../images/nav_sns_icon.png) no-repeat;
  background-position: 100% 50%;
  background-color: #262626;
  border-radius: 30px;
  float: right;
  clear: both;
  cursor: pointer;
}

.navigaction ul li.sns_link li {
  text-indent: -9999px;
  float: left;
}

.navigaction ul li.sns_link li a {
  display: none;
  width: 37px;
  height: 37px;
  margin: 7px 0 0 7px;
}

.navigaction ul li.sns_link li a.icon_facebook {
  background: url(../images/nav_sns_facebook.png) no-repeat;
  margin-left: 10px;
}

.navigaction ul li.sns_link li a.icon_cafe {
  background: url(../images/nav_sns_cafe.png) no-repeat;
}

.navigaction ul li.sns_link li a.icon_youtube {
  background: url(../images/nav_sns_youtube.png) no-repeat;
}

.navigaction ul li.sns_link:hover {
  width: 185px;
  background-position: 100% 50%;
}

.navigaction ul li.sns_link:hover a {
  display: block;
}

.ms_gift {
  position: relative;
  width: 100%;
  height: 874px;
  background: url(../images/gift_title_f.jpg) no-repeat center top;
  padding-top: 75px;
  overflow: hidden;
}

.ms_gift .gift_cont {
  text-indent: -9999px;
}

.ms_gift .gift_cont img {
  display: none;
}

#footer {
  overflow: hidden;
}

#footer .infomation {
  background-color: #fcbd4d;
  text-align: center;
  padding: 126px 0;
}

#footer .infomation dt {
  display: inline-block;
  width: 253px;
  height: 42px;
  text-indent: -9999px;
  background: url(../images/foot_info_tit.png) no-repeat;
  vertical-align: middle;
  margin-right: 60px;
}

#footer .infomation dd {
  display: inline-block;
  width: 649px;
  height: 111px;
  text-indent: -9999px;
  background: url(../images/foot_info_list.png) no-repeat;
  vertical-align: middle;
}

#footer .foot_copy {
  background-color: #1e1e1e;
  text-align: center;
  padding: 50px 0 41px;
}

#footer .foot_copy #footLogo {
  display: inline-block;
}

#footer .foot_copy #footLogo a {
  display: block;
  width: 86px;
  height: 19px;
  background: url(../images/foot_logo.png) no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
  margin-right: 30px;
}

#footer .foot_copy #copy {
  display: inline-block;
  width: 193px;
  height: 7px;
  background: url(../images/copy.png) no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .navigaction {
    display: none;
  }
  .menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0;
    padding: 8px 0;
  }
  .menu i {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #fff;
  }
  .menu:after, .menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #fff;
  }
  .menu:after {
    top: 0;
  }
  .menu:before {
    bottom: 0;
  }
  .open {
    overflow: hidden;
  }
  .open .slideNav {
    left: 0;
  }
  .slideNav {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    transition: left 0.5s;
    overflow-y: auto;
    z-index: 2000 !important;
  }
  .slideNav .inner {
    position: relative;
    padding-bottom: 90px;
  }
  .slideNav .tit {
    width: 100%;
    height: 196px;
    background: url(../images/nav_header.png) no-repeat center;
    background-color: #30283a;
    text-indent: -9999px;
  }
  .slideNav .close {
    display: block;
    position: absolute;
    top: 18px;
    right: 17px;
    width: 24px;
    height: 23px;
    background: url(../images/nav_close.png) no-repeat center;
    text-indent: -9999px;
  }
  .slideNav .list dt {
    width: 100%;
    height: 41px;
    background: url(../images/nav_tit.png) no-repeat center;
    text-indent: -9999px;
    margin: 43px 0 65px;
  }
  .slideNav .list dd {
    width: 100%;
    height: 30px;
    text-indent: -9999px;
    margin: 0 0 40px;
    cursor: pointer;
  }
  .slideNav .list dd.list_01 {
    background: url(../images/nav_menu_01.png) no-repeat center;
  }
  .slideNav .list dd.list_02 {
    background: url(../images/nav_menu_02.png) no-repeat center;
  }
  .slideNav .list dd.list_03 {
    background: url(../images/nav_menu_03.png) no-repeat center;
  }
  .slideNav .sns_link {
    font-size: 0;
    text-align: center;
  }
  .slideNav .sns_link li {
    display: inline-block;
  }
  .slideNav .sns_link li a {
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 17px;
  }
  .slideNav .sns_link li a.icon_facebook {
    background: url(../images/nav_sns_facebook_m.png) no-repeat center;
  }
  .slideNav .sns_link li a.icon_cafe {
    background: url(../images/nav_sns_cafe_m.png) no-repeat center;
  }
  .slideNav .sns_link li a.icon_youtube {
    background: url(../images/nav_sns_youtube_m.png) no-repeat center;
  }
  .slideNav .link_copy {
    display: block;
    width: 85px;
    height: 21px;
    background: url(../images/nav_link_01.png) no-repeat center;
    font-size: 0;
    margin: 70px auto 30px;
  }
  .slideNav .link_share {
    display: block;
    width: 105px;
    height: 21px;
    background: url(../images/nav_link_02.png) no-repeat center;
    font-size: 0;
    margin: 0 auto;
  }
  .slideNav .inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 102px;
    height: 105px;
    background: url(../images/nav_left.png) no-repeat center;
  }
  .slideNav .inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 117px;
    height: 95px;
    background: url(../images/nav_right.png) no-repeat center;
  }
  #header {
    height: 300px;
  }
  #header #logo {
    height: 325px;
  }
  #header #logo:after {
    width: 1664px;
    height: 325px;
    margin-left: -832px;
  }
  .ms_comic {
    padding-top: 50px;
  }
  .ms_comic .title {
    padding: 0;
    margin: 0 auto 40px;
  }
  .ms_comic:before, .ms_comic:after {
    content: none;
  }
  .ms_comic .comic_slider {
    width: calc(100% - 200px);
    padding-bottom: 57px;
  }
  .ms_comic .comic_slider .swiper-container {
    width: 100%;
  }
  .ms_comic .comic_slider .swiper-pagination {
    display: none;
  }
  .ms_comic .comic_slider .swiper-button-prev,
  .ms_comic .comic_slider .swiper-button-next {
    top: 50%;
    margin-top: -80px;
  }
  .ms_comic .comic_slider .swiper-button-prev {
    left: -74px;
  }
  .ms_comic .comic_slider .swiper-button-next {
    right: -74px;
  }
  .ms_phone:before, .ms_phone:after {
    content: none;
  }
  .ms_phone .title {
    width: calc(100% - 60px);
    margin-bottom: 22px;
    padding: 50px 0;
  }
  .ms_phone .tel_submit_form .form_wrap {
    width: calc(100% - 76px);
    box-sizing: border-box;
    padding: 15px 23px 30px;
  }
  .ms_phone .agree_list {
    width: 100%;
  }
  .ms_phone .tel_input_box {
    width: calc(100% - 242px);
    margin: 0;
  }
  .ms_phone .tel_input_box input {
    box-sizing: border-box;
  }
  .ms_phone .tel_input_box .number_second {
    width: calc(100% - 163px);
  }
  .ms_phone .tel_input_box .placeholder {
    margin-right: -180px;
    right: 50%;
  }
  .ms_phone .tel_input_box:after {
    top: 30px;
    left: 140px;
  }
  .ms_phone .tel_input_box:before {
    content: "";
    position: absolute;
    top: -118px;
    right: 10px;
    width: 129px;
    height: 119px;
    background: url(../images/tel_character.png) no-repeat;
  }
  .ms_phone .agree_check_box {
    margin-top: 20px;
    padding-top: 20px;
  }
  .ms_phone .agree_list {
    height: auto;
    text-indent: 0;
    background: none;
  }
  .ms_phone .agree_list li {
    font-size: 13px;
    font-family: 'Noto Sans';
    line-height: 20px;
    letter-spacing: -0.020em;
    font-weight: bold;
    color: #333;
  }
  .ms_phone .form_btn .btn_store {
    display: none;
  }
  .ms_gift {
    padding: 0;
    height: 700px;
    background-size: 1888px 700px;
  }
  #footer .infomation {
    padding: 50px 0px 35px 30px;
  }
  #footer .infomation dt {
    display: block;
    width: 140px;
    height: 40px;
    background-size: 100% auto;
    background-position: center;
  }
  #footer .infomation dd {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  #header {
    height: 211px;
  }
  #header #logo {
    width: 100%;
    height: 211px;
  }
  #header #logo:after {
    width: 480px;
    height: 211px;
    margin-left: -240px;
    background-image: url(../images/header_m.png);
  }
  .tel_input_box:before {
    top: -163px !important;
    right: 50% !important;
    margin-right: -78px !important;
  }
  .ms_phone .title {
    margin-bottom: 90px !important;
  }
}

@media (max-width: 760px) {
  #footer .infomation dd {
    width: calc(100% - 30px);
    height: auto;
    font-size: 13px;
    font-family: 'Noto Sans';
    font-weight: bold;
    line-height: 20px;
    color: #333;
    text-indent: 0;
    letter-spacing: -0.020em;
    text-align: left;
    background: none;
  }
  .ms_comic {
    padding-top: 50px;
  }
  .ms_comic .title {
    width: calc(100% - 110px);
    padding: 0;
    margin: 0 auto 20px;
  }
  .ms_comic .title img {
    width: 100%;
  }
  .ms_comic .comic_slider {
    width: calc(100% - 80px);
    padding-bottom: 57px;
  }
  .ms_comic .comic_slider .swiper-container {
    width: 100%;
  }
  .ms_comic .comic_slider .swiper-pagination {
    display: none;
  }
  .ms_comic .comic_slider .swiper-button-prev,
  .ms_comic .comic_slider .swiper-button-next {
    width: 26px;
    height: 46px;
    top: 50%;
    margin-top: -50px;
    background-size: 100% auto;
  }
  .ms_comic .comic_slider .swiper-button-prev {
    left: -32px;
  }
  .ms_comic .comic_slider .swiper-button-next {
    right: -32px;
  }
  .ms_phone .phone_modal {
    display: none;
    width: auto;
    height: auto;
    left: 40px;
    right: 40px;
    margin: -130px 0 0 0;
    border: solid 3px #242424;
  }
  .ms_phone .phone_modal h2 {
    width: 215px;
    height: 57px;
    font-size: 0;
    margin: 60px auto 55px;
    background: url(../images/modal_tit.png) no-repeat;
    background-size: 100% auto;
  }
  .ms_phone .phone_modal .btn_modal_submit {
    width: 135px;
    height: 55px;
    margin-bottom: 30px;
    background: url(../images/modal_submit.png) no-repeat;
    background-size: 100% auto;
  }
  .ms_phone .p_type_check {
    display: block;
  }
  .ms_phone .tel_input_box {
    display: block;
    width: 100%;
  }
  .ms_phone .tel_input_box:after {
    top: 40px;
  }
  .ms_phone .tel_input_box input {
    font-size: 33px;
  }
  .ms_phone .tel_submit_form .form_wrap {
    width: calc(100% - 40px);
    border-width: 3px;
    margin: 0 20px;
  }
  .ms_phone .tel_submit_form input {
    margin-top: 10px;
  }
  .ms_phone .tel_submit_form .number_front {
    width: 80px;
  }
  .ms_phone .tel_submit_form .number_second {
    width: calc(100% - 114px);
  }
  .ms_phone .tel_submit_form .placeholder {
    margin-top: -5px;
    margin-right: -127px;
    right: 50%;
    width: 140px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .ms_phone .tel_submit_form .tel_input_box:after {
    left: 91px;
  }
  .ms_phone .tel_submit_form .tel_input_box:before {
    content: "";
    position: absolute;
    top: -108px;
    right: -20px;
  }
  .ms_phone .form_btn .btn_store {
    display: none;
  }
  .ms_phone .form_btn .btn_submit {
    background-image: url(../images/btn_submit_m.png);
  }
  .ms_phone .notice_list {
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-indent: 0;
    padding: 30px 20px 50px;
    margin: 0;
    letter-spacing: -0.020em;
    background: none;
  }
  .ms_phone .agree_check_box label {
    width: calc(100% - 40px);
    text-indent: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    height: auto;
    background: none;
  }
  .ms_gift {
    height: 500px;
    padding: 0;
    background-image: url(../images/gift_title_m.png);
    background-size: 500px 500px;
    background-color: #efefef;
  }
  .ms_gift:after, .ms_gift:before, .ms_gift .gift_cont:after, .ms_gift .gift_cont:before {
    content: "";
    position: absolute;
    width: 131px;
    height: 157px;
  }
  .ms_gift:after {
    top: 0;
    left: 0;
    background: url(../images/top_left.png) no-repeat;
  }
  .ms_gift:before {
    top: 0;
    right: 0;
    background: url(../images/top_right.png) no-repeat;
  }
  .ms_gift .gift_cont:after {
    bottom: 0;
    left: 0;
    background: url(../images/bottom_left.png) no-repeat;
  }
  .ms_gift .gift_cont:before {
    bottom: 0;
    right: 0;
    background: url(../images/bottom_right.png) no-repeat;
  }
  #footer .foot_copy {
    padding: 24px 0;
  }
}

@media (max-width: 480px) {
  .ms_gift {
    height: 370px;
    background-size: 370px 370px;
  }
}
