@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/* reset */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
html, body, article, section, div, span,
input, textarea, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
:focus { outline: 0; }
html { overflow: auto; }
body {
  position: relative;
  line-height: 1;
  color: #000;
  overflow: auto;
  background: #fff;
}
html.active,
html.active body { overflow: hidden; }
ol, ul { list-style: none; }
table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
caption, th, td {
  padding: 30px 40px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e9e6e4;
}
th { font-weight: bold; }
/* tr:nth-of-type(2n) { background: rgba(22,24,25,.02); } */
strong, b { font-weight: bold; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
p { word-wrap: break-word; }
small { font-size: 75%; }
ruby > rt { font-weight: normal; }

/* tag */
html { font-size: 6.25%; }
body {
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 16rem;
  line-height: 1.75;
  letter-spacing: .08em;
  color: #000;
  text-align: center;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
caption, th, td { border: 1px solid #efece9; }
table { width: 100%; }
/* tr:nth-of-type(2n) { background: #efece9; } */
li { list-style: none; }
img { border: none; }
a {
  color: #000;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
a:hover {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
a, button { outline: none; }
address { font-style: normal; }
textarea { overflow: auto; }
input,
textarea,
select,
button {
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 14rem;
  vertical-align: middle;
}
textarea { display: block; }
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
  padding: 10px 20px;
  font-size: 14rem;
  border: 1px solid rgba(49,44,42,.1);
  background: #f7f7f7;
  line-height: 1;
}
textarea { line-height: 1.5; }
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus { background: #fff; }
::-moz-selection
{
  color: #fff;
  background-color: #000;
}
::selection
{
  color: #fff;
  background-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
button,
radio,
checkbox,
label { cursor: pointer; }
button {
  display: block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
  border: none;
  background: none;
}
sup {
  font-size: 9rem;
  vertical-align: top;
}
section {
  text-align: left;
  position: relative;
  overflow: hidden;
  background: #fff;
}
h2,h3,h4,h5 {
  position: relative;
  font-weight: normal;
  text-align: center;
}
h2 {
  font-size: 52rem;
  font-weight: bold;
  line-height: 1.25;
}
h3 {
  font-size: 42rem;
  font-weight: bold;
  line-height: 1.25;
}
h4 {
  font-size: 36rem;
  font-weight: bold;
  line-height: 1.25;
}
h5 {
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.25;
}
i {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* common */
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.mr0 { margin-right: 0!important; }
.pt0 { padding-top: 0!important; }
.pb0 { padding-bottom: 0!important; }
.pl0 { padding-left: 0!important; }
.pr0 { padding-right: 0!important; }
.mt1em { margin-top: 1em!important; }
.mb1em { margin-bottom: 1em!important; }
.ml1em { margin-left: 1em!important; }
.mr1em { margin-right: 1em!important; }
.mt2em { margin-top: 2em!important; }
.mb2em { margin-bottom: 2em!important; }
.ml2em { margin-left: 2em!important; }
.mr2em { margin-right: 2em!important; }
.bt { border-top: 1px solid rgba(0,0,0,.1); }
.bb { border-bottom: 1px solid rgba(0,0,0,.1); }
.bl { border-left: 1px solid rgba(0,0,0,.1); }
.br { border-right: 1px solid rgba(0,0,0,.1); }
.btnone { border-top: none!important; }
.bbnone { border-bottom: none!important; }
.blnone { border-left: none!important; }
.brnone { border-right: none!important; }
.alignl { text-align: left; }
.alignr { text-align: right; }
.alignc { text-align: center; }

.mt40 { margin-top: 40px; }
.mb40 { margin-bottom: 40px; }
.ml40 { margin-left: 40px; }
.mr40 { margin-right: 40px; }
.mt80 { margin-top: 80px; }
.mb80 { margin-bottom: 80px; }
.ml80 { margin-left: 80px; }
.mr80 { margin-right: 80px; }

.jcc { justify-content: center; }
.table_wrap {
  max-width: 940px;
  margin: 0 auto;
}
/*.en { font-family: 'Libre Baskerville', serif; }*/
/*.no { font-family: 'Abril Fatface', cursive; }*/
.pc { display: block!important; }
.sp { display: none!important; }
.img_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.layout_flex {
  display: flex;
  justify-content: center!important;
}
.bgcolor { background: #f5f5f5!important; }
.bgcolor_red {
  background: #0076b0!important;
  color: #fff;
}
.bgcolor_white { background: #fff!important; }
.en { font-family: 'Abril Fatface', cursive; }
.attention { color: #c71220; }

/* lazyload */
.lazyload,
.lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; }

/* marker */
.marker {
  font-weight: bold;
  background:linear-gradient(transparent 70%, #c8e8f8 70%);
}

/* accordion */
.accordion dd,
.accordion_hover dd { display: none; }

/* img_hover */
.hover_brightness {
  transition: all .4s linear;
}
.hover_brightness:hover {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}

/* btn */
.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.btn_wrap.center {
  justify-content: center;
  width: 100%;
}
.btn_wrap li {
  display: flex;
}
.btn_wrap li:nth-of-type(n+2) { margin-left: 2em; }
.btn_wrap input {}
.btn_wrap input:before {}
.btn_wrap input[ type=submit ] {}
.btn_wrap input[ type=reset ] {}
.btn {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5em 3em;
  color: #fff;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: #000;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
}
.btn small {
  font-size: 12rem;
  font-weight: normal;
}
.btn i {
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
}
/* white */
.btn.white { border: 1px solid rgba(255,255,255,.75); }
.btn.white span { color: #fff; }
.btn.white:hover span,
.btn.white:focus span {
  color: #000;
  background: rgba(255,255,255,1);
}

/* icon */
i.arrow_black { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_arrow_black.svg); }
i.mail_black { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_mail_black.svg); }
i.mail_white { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_mail_white.svg); }
i.phone_black { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_phone_black.svg); }
i.phone_white { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_phone_white.svg); }
i.twitter_black { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_twitter_black.svg); }
i.twitter_white { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_twitter_white.svg); }
i.twitter_red { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_twitter_red.svg); }
i.x_white { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_x_white.svg); }
i.x_black { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_x_black.svg); }
i.x_green { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_x_green.svg); }
i.youtube_black { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_youtube_black.svg); }
i.youtube_white { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_youtube_white.svg); }
i.youtube_black { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_youtube_black.svg); }
i.youtube_green { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_youtube_green.svg); }
i.youtube_red { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_youtube_red.svg); }
i.beginner_color { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_beginner_color.svg); }
i.freedial_color { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_freedial_color.svg); }
i.consultation_white { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_consultation_white.svg); }
i.pharmacy_white { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_pharmacy_white.svg); }
i.delivery_white { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_delivery_white.svg); }
i.cart_black { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_cart_black.svg); }
i.cart_white { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_cart_white.svg); }
i.cart_red { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_cart_red.svg); }
i.account_white { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_account_white.svg); }
i.account_black { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_account_black.svg); }
i.account_red { background-image: url(https://gigaplus.makeshop.jp/medicine/images/i_account_red.svg); }

  /* small */
.btn_wrap.small { margin-top: 3em; }
.btn_wrap.small .btn { font-size: 18rem; }
.btn_wrap.small .btn:before {
  width: 20px;
  height: 2px;
}
.btn_wrap.small .btn:hover:before,
.btn_wrap.small .btn:focus:before {
  background: rgba(0,0,0,.9);
  width: 30px;
}
.btn_wrap.small .btn span { margin-left: 30px; }

/* loader */
#loader,
#loader:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 9999;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 0;
  text-indent: -9999em;
  border-top: 3px solid rgba(0,0,0,1);
  border-right: 3px solid rgba(0,0,0,1);
  border-bottom: 3px solid rgba(0,0,0,1);
  border-left: 3px solid rgba(255,255,255,0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loader_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9998;
}
#loader_wrap span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: 18px;
  font-family: Arial, sans-serif;
  font-size: 10rem;
  text-align: center;
  line-height: 1;
  color: rgba(0,0,0,.5);
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* slick-dots */
.slick-dots {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  width: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:nth-of-type(n+2) { margin-left: 6px; }
.slick-dots li button {
  display: block;
  color: transparent;
  background: transparent;
  width: 10px;
  height: 5px;
  border: 0;
  font-size: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 5px;
  background: #fff;
  opacity: .5;
  content: "";
}
.slick-dots li.slick-active button:before { opacity: 1.0; }

/* pagetop */
.pagetop {
  position: fixed;
  right: 0;
  bottom: -80px;
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
  transform: rotate(-90deg);
  z-index: 1;
}
.pagetop.is-scroll { bottom: 0; }
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pagetop img {
  display: block;
  width: 14px;
  height: 14px;
}

/* copyright */
.copyright {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 10rem;
  line-height: 80px;
  letter-spacing: .5em;
  color: rgba(0,0,0,.5);
  white-space: nowrap;
  pointer-events: none;
  z-index: 99;
}

/* simpleParallax */
.simpleParallax {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax {
  display: block;
  width: 100%;
}

/* .expansion > dd */
.expansion > dd {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255,255,255,1);
  overflow: auto;
  line-height: 2.5;
  pointer-events: auto;
  z-index: 99;
}
.expansion > dd .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.expansion > dd .inner2 {
  display: flex;
  align-items: center;
}
.expansion > dd .btn_close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  /* transform: translateX(-50%); */
  border-bottom: 1px solid rgba(0,0,0,.1);
  border-left: 1px solid rgba(0,0,0,.1);
  cursor: pointer;
}
.expansion > dd .btn_close > div {
  position: relative;
  width: 31px;
  height: 31px;
  transform: rotate(-45deg);
}
.expansion > dd .btn_close > div span {
  display: block;
  position: absolute;
  background: #000;
}
.expansion > dd .btn_close > div span:first-child {
  top: 0;
  left: calc(50% - .5px);
  width: 1px;
  height: 100%;
}
.expansion > dd .btn_close > div span:last-child {
  top: calc(50% - .5px);
  left: 0;
  width: 100%;
  height: 1px;
}
.expansion > dd a {
  color: #000;
  text-decoration: none;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: 2;
  pointer-events: none;
}
header.home { height: 100vh; }
header .head {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header h1 {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  font-size: 10rem;
  font-weight: normal;
  transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 80px;
  letter-spacing: .5em;
  color: rgba(0,0,0,.5);
  white-space: nowrap;
  pointer-events: none;
  z-index: 99;
}
header .left {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
header .left .logo {
  position: absolute;
  top: 40px;
  left: 80px;
}
header .left .logo a { pointer-events: auto; }
header .left .logo img {
  display: block;
  height: 60px;
  transition: all .2s cubic-bezier(.215,.61,.355,1);
}
header .right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
header .right .cart a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #0076b0;
  pointer-events: auto;
  border-left: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
header .right .cart a:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
header .right .cart a i {
  display: block;
  width: 22px;
  height: 22px;
}
header .right .cart .quantity {
  position: absolute;
  top: 5px;
  right: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 12rem;
  font-weight: bold;
  background: #fff;
  letter-spacing: 0;
  border-radius: 50%;
  z-index: 1;
}
header .right .account a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #fff;
  pointer-events: auto;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
header .right .account a:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
header .right .account a i {
  display: block;
  width: 22px;
  height: 22px;
}
header .right .membername {
  position: absolute;
  right: 25px;
  top: 90px;
  letter-spacing: 0;
  pointer-events: auto;
}

/* is-scroll */
header.is-scroll .left .logo { top: 25px; }
header.is-scroll .left .logo img { height: 40px }

/* hnav */
#hnav > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 80px;
  width: 80px;
  color: #fff;
  pointer-events: auto;
  transition: all .25s cubic-bezier(.215,.61,.355,1);
  background: #fff;
  border-left: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
#hnav > dt div,
#hnav > dt div span {
  display: block;
  transition: all .5s linear;
}
#hnav > dt div {
  position: relative;
  width: 20px;
  height: 19px;
}
#hnav > dt div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#hnav > dt div span:first-child { top: 0; }
#hnav > dt div span:nth-of-type(2) { top: 9px; }
#hnav > dt div span:last-child { bottom: 0; }
#hnav > dd {
  text-align: left;
  white-space: nowrap;
}
#hnav > dd .inner2 > div {
  display: flex;
}
#hnav > dd nav:nth-of-type(1) {
  font-size: 28rem;
  line-height: 2;
}
#hnav > dd nav:nth-of-type(2) {
  padding: .25em 0 0 4em;
  font-size: 16rem;
  line-height: 2.5;
}
#hnav > dd nav:nth-of-type(1) > ul > li > ul {
  margin-left: 2em;
  font-size: 16rem;
}
#hnav > dd nav:nth-of-type(1) > ul > li > ul > li:before {
  position: absolute;
  left: -1.5em;
  content: "└";
}

#hnav > dd a span {
  display: block;
  transition: all .25s cubic-bezier(.215,.61,.355,1);
}
#hnav > dd a:hover span {
  transform: translateX(5px);
}
#hnav > dd .sns { margin: 1em 0 0 0; }
#hnav > dd .sns ul {
  display: flex;
}
#hnav > dd .sns li:nth-of-type(n+2) { margin: 0 0 0 10px; }
#hnav > dd .sns li a { display: block; }
#hnav > dd .sns i {
  display: block;
  width: 30px;
  height: 30px;
}

/* active */
#hnav.active > dt div span:first-child {
  transform: translateY(9px) rotate(-45deg);
}
#hnav.active > dt div span:nth-of-type(2) { opacity: 0; }
#hnav.active > dt div span:last-child {
  transform: translateY(-9px) rotate(45deg);
}

  /* .contact */
.expansion > dd .contact .text_wrap {
  padding: 5em 15em;
  border-radius: 3px;
  background: #efece9;
}
.expansion > dd .contact .text_wrap:nth-of-type(n+2) { margin-top: 3em; }

/* footer */
footer > .inner {
  position: relative;
  width: 100%;
  font-size: 12rem;
  color: #fff;
  background: #0076b0;
}
footer .text_wrap {
  display: flex;
  justify-content: space-between;
  padding: 80px;
  text-align: left;
  line-height: 1.5;
}
footer .left .logo { margin-bottom: 20px; }
footer .left .logo img {
  display: block;
  height: 30px;
}
footer .left .sns { margin-top: 20px; }
footer .left .sns ul {
  display: flex;
}
footer .left .sns li:nth-of-type(n+2) { margin-left: 10px; }
footer .left .sns i {
  width: 30px;
  height: 30px;
}
footer .right .img_wrap { margin: 30px 0 0 0; }
footer .right .img_wrap img {
  display: block;
  width: 310px;
}
footer .right a { text-decoration: none; }
footer .right .fnav {
  display: flex;
  justify-content: flex-end;
}
footer .right .fnav ul { line-height: 2; }
footer .right .fnav li a {
  position: relative;
  padding-left: .75em;
  color: #fff;
}
footer .right .fnav li a:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 3px;
  height: 1px;
  border-top: 1px solid rgba(255,255,255,.5);
  content: "";
}
footer .center { margin-top: -30px; }
footer .center ul {
  display: flex;
}
footer .center ul li { max-width: 280px; }
footer .center ul li:nth-of-type(n+2) { margin-left: 20px; }
footer .center ul li .img_wrap {}
footer .center ul li .img_wrap img {
  display: block;
  width: 100%;
}
footer .center ul li p { margin-top: 1em; }

/* mv */
.mv {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.mv.home {
  height: 100vh;
  background: #f5f5f5;
}
.mv > div {
  width: 100%;
  height: 100%;
}
.mv > div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  transition: all 1s cubic-bezier(.215,.61,.355,1);
  content: "";
  z-index: 1;
  pointer-events: none;
}
.mv.is-scroll > div:before {}
.mv .inner {
  display: flex;
  justify-content: center;
}
.mv .left,
.mv .center,
.mv .right { position: relative; }
.mv .left,
.mv .right { width: calc((100% / 3) - (160px / 3) + 8px); }
.mv .center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% / 3) - (160px / 3) - (8px * 2));
  color: #fff;
  background: #0076b0;
}
.mv .img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.mv .img_wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: 100%;
  max-height: 1080px;
  z-index: -1;
}
.mv .beginner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  height: 60px;
  width: 300px;
  padding: 0 30px;
  border: 1px solid rgba(0,0,0,.1);
}
.mv .beginner p {
  display: flex;
  align-items: center;
  font-size: 14rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
}
.mv .beginner i {
  display: block;
  width: 24px;
  height: 28px;
  margin-right: 8px;
}
.mv .beginner span {
  display: block;
  width: calc(100% - 32px);
}
.mv .copy {
  display: flex;
  flex-direction: row-reverse;
}
.mv .copy ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.mv .copy ul:nth-of-type(1) {
  margin-left: 20px;
}
.mv .copy li {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 90rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.mv .balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 80px;
  left: -150px;
  width: 280px;
  height: 260px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://gigaplus.makeshop.jp/medicine/images/img_balloon.svg);
}
.mv .balloon p {
  color: #000;
  font-size: 36rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0;
  transform: translateY(-18px);
}
.mv .illu {
  position: absolute;
  bottom: -1px;
  right: -90px;
  overflow: hidden;
}
.mv .illu img {
  display: block;
  width: 100%;
}

/* layout_column2 */
.layout_column2 .inner { padding: 80px 72px; }
.layout_column2 .inner .title { margin-bottom: 80px; }
.layout_column2 .inner > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout_column2 .inner > ul.reverse {
  flex-direction: row-reverse;
}
.layout_column2 .inner > ul > li {
  width: calc(100% / 3);
  padding: 0 8px;
}
.layout_column2 .inner > ul > li:nth-of-type(n+4) { padding-top: 16px; }
.layout_column2 .inner > ul > li h3 i {
  display: block;
  margin: 0 auto 25px auto;
  width: 70px;
  height: 40px;
}

.layout_column2 .inner > ul > li > a { text-decoration: none; }
.layout_column2 .inner > ul > li > div,
.layout_column2 .inner > ul > li > a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 80px 0;
  background: #fff;
}
.layout_column2 .inner > ul > li .img_wrap img {
  width: 100%;
  max-width: 500px;
}
.layout_column2 .inner > ul > li .content_wrap {
  width: 100%;
  position: relative;
}
.layout_column2 .inner > ul > li .content_wrap h2.item-name {
  font-size: 42rem;
  letter-spacing: 0;
  text-align: left;
}
.layout_column2 .inner > ul > li .content_wrap .icon {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.layout_column2 .inner > ul > li .content_wrap .icon li:nth-of-type(n+2) { margin-left: 5px; }
.layout_column2 .inner > ul > li .content_wrap .icon li img {
  display: block;
  height: 30px;
}
.layout_column2 .inner > ul > li .content_wrap .soldout.off { display: none; }
.layout_column2 .inner > ul > li .content_wrap .yen {
  color: #c71220;
  font-family: 'Abril Fatface', cursive;
  font-weight: bold;
  font-size: 24rem;
  line-height: 1.5;
  letter-spacing: .1em;
}
.layout_column2 .inner > ul > li .content_wrap #quantity { width: 8em; }
.layout_column2 .inner > ul > li .content_wrap .tax {
  font-size: 10rem;
  font-weight: normal;
}
.layout_column2 .inner > ul > li .content_wrap .makeshop-option-wrap,
.layout_column2 .inner > ul > li .content_wrap .item-quantity { margin: 0 0 2em 0; }
.layout_column2 .inner > ul > li .content_wrap .item-option,
.layout_column2 .inner > ul > li .content_wrap .item-quantity { margin-top: 1em; }
.layout_column2 .inner > ul > li .content_wrap .makeshop-option-wrap .makeshop-option-label,
.layout_column2 .inner > ul > li .content_wrap .item-quantity .quantity-label {
  margin: 0 0 .5em 0;
  font-weight: bold;
  letter-spacing: 0;
}
.item-price,
.item-subscription-price { font-weight: bold; }
.item-subscription-discount {
  display: flex;
  flex-wrap: wrap;
  margin: .5em 0;
  max-width: 400px;
  border-bottom: 1px solid #dcdcdc;
}
.item-subscription-discount dt,
.item-subscription-discount dd {
  padding: .5em 1em;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.item-subscription-discount dt {
  display: flex;
  align-items: center;
  width: 6em;
}
.item-subscription-discount dd {
  width: calc(100% - 6em);
  border-right: 1px solid #dcdcdc;
}

.layout_column2 .inner > ul > li .content_wrap .point_wrap { font-size: 14rem; }
.layout_column2 .inner > ul > li .content_wrap .cart_wrap { margin-top: 3em; }
.layout_column2 .inner > ul > li .content_wrap .cart_wrap ul li:nth-of-type(n+2) { margin-top: 3em; }
.layout_column2 .inner > ul > li .content_wrap .cart_wrap ul li > p {
  margin-top: 1em;
  font-size: 12rem;
}
.layout_column2 .inner > ul > li .content_wrap .cart_wrap .soldout {
  font-weight: bold;
  color: #0076b0;
}
.layout_column2 .inner > ul > li .content_wrap .btn_wrap { margin-top: 1em; }

.layout_column2 .inner > ul > li .content_wrap .others { margin-top: 3em; }
.layout_column2 .inner > ul > li .content_wrap .others ul li {
  margin-top: .5em;
  font-size: 12rem;
}

.description_wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.description_wrap .item-description { width: calc((100% / 3 * 2) - 16px); }
.description_wrap .item-description p { margin: 0 0 1em 0; }
.description_wrap .item-description h4,
.description_wrap .item-description h5 { text-align: left; }
.description_wrap .item-description h4 { margin-bottom: 1.5em; }
.description_wrap .item-description h5 { margin: 2em 0 .5em 0; }
.description_wrap .item-description dl { margin-bottom: 1em; }
.description_wrap .item-description dl dt {
  margin-top: 2em;
  font-weight: bold;
}
.description_wrap .item-description .img_wrap {
  max-width: 50%;
  margin: 0 auto 2em auto;
}
.description_wrap .item-description .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* coupon */
.item-description .coupon {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 80px auto;
  padding: 40px;
  background: #f5f5f5;
  border: 8px solid rgba(0,0,0,.1);
  text-align: center;
}
.item-description .coupon .name { font-weight: bold; }
.item-description .coupon .code { padding: 2em 0; }
.item-description .coupon .code span {
  display: block;
  font-size: 36rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.item-description .coupon ul li { font-size: 12rem; }

/* layout_column3 */
.layout_column3 .inner { padding: 80px 72px; }
.layout_column3 .inner .title { margin-bottom: 80px; }
.layout_column3 .inner > ul {
  display: flex;
  flex-wrap: wrap;
}
.layout_column3 .inner > ul.reverse {
  flex-direction: row-reverse;
}
.layout_column3 .inner > ul > li {
  width: calc(100% / 3);
  padding: 0 8px;
}
.layout_column3 .inner > ul > li:nth-of-type(n+4) { padding-top: 16px; }
.layout_column3 .inner > ul > li h2 {
  font-size: 42rem;
  letter-spacing: 0;
}
.layout_column3 .inner > ul > li h3 i {
  display: block;
  margin: 0 auto 25px auto;
  width: 70px;
  height: 40px;
}

.layout_column3 .inner > ul > li > a { text-decoration: none; }
.layout_column3 .inner > ul > li > div,
.layout_column3 .inner > ul > li > a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 80px;
  background: #fff;
}
.layout_column3 .inner > ul > li .content_wrap {
  width: 100%;
  position: relative;
}

.layout_column3 .inner > ul > li.item .num {
  position: absolute;
  font-size: 48rem;
  line-height: 1;
}
.layout_column3 .inner > ul > li.item .icon {
  position: absolute;
  display: flex;
  margin-top: 10px;
  overflow: hidden;
}
.layout_column3 .inner > ul > li.item .icon li:nth-of-type(n+2) { margin-left: 5px; }
.layout_column3 .inner > ul > li.item .icon li img {
  display: block;
  height: 20px;
}
.layout_column3 .inner > ul > li.item .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout_column3 .inner > ul > li.item .img_wrap img {
  display: block;
  width: 100%;
  max-width: 300px;
}
.layout_column3 .inner > ul > li.item .text_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  letter-spacing: 0;
}
.layout_column3 .inner > ul > li.item .text_wrap .left_wrap { max-width: calc(100% - 10em); }
.layout_column3 .inner > ul > li.item .text_wrap .left_wrap h5 {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0;
}
.layout_column3 .inner > ul > li.item .text_wrap .left_wrap p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0;
}
.layout_column3 .inner > ul > li.item .text_wrap .right_wrap {
  text-align: right;
  width: 10em;
}
.layout_column3 .inner > ul > li.item .text_wrap .right_wrap small {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0;
}
.layout_column3 .inner > ul > li.item .text_wrap .right_wrap p .yen {
  color: #c71220;
  font-family: 'Abril Fatface', cursive;
  font-weight: bold;
  font-size: 24rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.layout_column3 .inner > ul > li.common { min-height: 560px; }
.layout_column3 .inner > ul > li.common h5 {
  text-align: left;
  margin-bottom: .25em;
}
.layout_column3 .inner > ul > li.common li:nth-of-type(n+2) { margin-top: 40px; }
.layout_column3 .inner > ul > li.common .consultation {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 15px 0;
  border: 1px solid rgba(0,0,0,.15);
  line-height: 1;
}
.layout_column3 .inner > ul > li.common .consultation .en {
  display: block;
  font-size: 24rem;
}
.layout_column3 .inner > ul > li.common .consultation i {
  margin: 0 2px -3px 0;
  width: 34px;
  height: 22px;
}
.layout_column3 .inner > ul > li.common .consultation small {
  display: block;
  margin-top: .75em;
  font-size: 12rem;
  letter-spacing: 0;
  text-align: center;
}
.layout_column3 .inner > ul > li.common .btn_wrap {
  display: block;
  margin: 20px 0 0 0;
}
.layout_column3 .inner > ul > li.common .btn_wrap li {
  display: flex;
  justify-content: center;
}
.layout_column3 .inner > ul > li.common .btn_wrap li:nth-of-type(n+2) { margin: 20px 0 0 0; }
.layout_column3 .inner > ul > li.common .img_wrap {
  padding: 0;
  overflow: hidden;
}
.layout_column3 .inner > ul > li.common .img_wrap img { width: auto; }
.layout_column3 .inner > ul > li.common .img_wrap img.delivery {
  max-width: 540px;
  height: auto;
}

/* count */
.layout_column3 .count {
  transform: translateY(40px);
  padding: 0 80px;
  text-align: right;
  line-height: 1;
}

/* pager */
.layout_column3 ul.pager {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.layout_column3 ul.pager li.pager-item {
  width: auto;
  padding: 0;
}
.layout_column3 ul.pager li:nth-of-type(n+2) { margin-left: 8px; }
.layout_column3 ul.pager li.pager-item span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16rem;
  padding: .5em 1em;
  border: 1px solid rgba(0,0,0,.1);
}
.layout_column3 ul.pager li.pager-item span.current {
  background: #fff;
  font-weight: bold;
}

/* breadcrumb */
.breadcrumb {
  display: flex;
  padding: 0 80px;
}
.breadcrumb li:nth-of-type(n+2):before {
  display: inline;
  padding: 0 .5em;
  content: ">";
}
/* .breadcrumb li a { text-decoration: none; } */

/* layout_common */
.layout_common {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.layout_common .inner { width: calc(100% / 3 * 2); }
.layout_common .title { margin-bottom: 80px; }
.layout_common .title h2 {}
.layout_common .title h3 {}
.layout_common .shopimg { display: flex; }
.layout_common .shopimg li {}
.layout_common .shopimg li:nth-of-type(1) { margin: 0 10px 0 0; }
.layout_common .shopimg img { display: block; }

/* guide */
.layout_common.guide h4,
.layout_common.guide h5 { text-align: left; }
.layout_common.guide h3 {
  margin: 80px 0 40px 0;
  padding: 80px 0 0 0;
  border-top: 1px dashed rgba(0,0,0,.2);
  font-size: 36rem;
}
.layout_common.guide h4 {
  margin: 3em 0 .5em 0;
  font-size: 24rem;
}
.layout_common.guide h5 {
  margin: 2em 0 .5em 0;
  font-size: 16rem;
}
.layout_common.guide .text_wrap {
  max-width: 50vw;
  margin: 0 auto;
}
.layout_common.guide .text_wrap dl dt {
  margin: 2em 0 0 0;
  font-weight: bold;
}
.layout_common.guide .img_wrap {
  max-width: 25vw;
  margin: 0 auto;
}
.layout_common.guide .img_wrap img {
  display: block;
  border: 1px solid #ccc;
}

/* tos */
.layout_common.tos dl {
  display: flex;
  padding: 2em 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.layout_common.tos dl dt {
  font-weight: bold;
  width: 15em;
}
.layout_common.tos dl dd {
  width: calc(100% - 15em);
  padding-left: 2em;
}

/* privacy */
.layout_common.privacy pre {
  word-break: break-all;
  white-space: pre-line;
}

/* cart */
.cart-list-head {
  display: flex;
  padding-bottom: .5em;
}
.cart-list-head .cart-list-info { width: calc(100% - 300px); }
.cart-list-head .cart-list-quantity { width: 150px; }
.cart-list-head .cart-list-price { width: 150px; }
.cart-list .cart-list-item {
  display: flex;
  padding: 1em 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
.cart-list .cart-list-unit {
  display: flex;
  align-items: center;
}
.cart-list .cart-list-info { width: calc(100% - 300px); }
.cart-list .cart-list-info .cart-list-wrap {
  display: flex;
  align-items: center;
}
.cart-list .cart-list-info .cart-list-wrap .cart-list-image img {
  display: block;
  width: 120px;
  height: auto;
}
.cart-list .cart-list-info .cart-list-wrap .cart-list-detail { margin-left: 1em; }
.cart-list .cart-list-info .cart-list-wrap .cart-list-detail .cart-list-name { font-weight: bold; }
.cart-list .cart-list-info .cart-list-wrap .cart-list-detail .cart-list-name a { text-decoration: none; }
.cart-list .cart-list-info .cart-list-wrap .cart-list-detail .cart-list-name a .cart-list-subscription {
  font-size: 12rem;
  font-weight: normal;
}
.cart-list .cart-list-info .cart-list-wrap .cart-list-detail .cart-list-option p.cart-list-option-item { font-size: 12rem; }
.cart-list .cart-list-unit-wrap {
  display: flex;
}
.cart-list .cart-list-unit-wrap .cart-list-quantity { width: 150px; }
.cart-list .cart-list-unit-wrap .cart-list-quantity input {
  width: 8em;
  text-align: center;
}
.cart-list .cart-list-unit-wrap .cart-list-quantity ul {
  display: flex;
  justify-content: space-around;
  margin-top: .5em;
}
.cart-list .cart-list-unit-wrap .cart-list-quantity ul li a {
  display: block;
  font-size: 12rem;
  border: 1px solid rgba(0,0,0,.1);
  padding: 5px 10px;
}
.cart-list .cart-list-unit-wrap .cart-list-quantity ul li a.cart-delete-btn { background: #f5f5f5; }
.cart-list .cart-list-unit-wrap .cart-list-price {
  width: 150px;
  text-align: right;
}
.cart-list .cart-list-unit-wrap .cart-list-price .cart-list-unit-price { font-size: 12rem; }
.cart-list .cart-list-unit-wrap .cart-list-price .cart-list-total-point { font-size: 12rem; }

.cart-list-foot {
  padding-top: 1em;
  border-top: 1px solid rgba(0,0,0,.1);
}
.cart-list-foot .cart-total { text-align: right; }
.cart-list-foot .cart-total .cart-total-price .en { font-size: 24rem; }

.free-shipping-wrap .free-shipping-text { text-align: right; }

.checkout-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
p.cart-continue {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
p.cart-continue a.btn {
  display: block;
  border: 1px solid;
  padding: 1.5em 3em;
  letter-spacing: 0;
  line-height: 1.2;
  border: 1px solid rgba(0,0,0,.1);
}
.incart-total-item {
  padding: 80px 0;
  font-weight: bold;
  text-align: center;
}

/* layout_bnr */
.layout_bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px;
}
.layout_bnr .inner { width: 100%; }
.layout_bnr .inner ul {
  display: flex;
  justify-content: center;
}
.layout_bnr .inner li {
  padding: 0 8px;
  width: calc(100% / 3);
}
.layout_bnr .inner a { text-decoration: none; }
.layout_bnr .inner a img {
  display: block;
  width: 100%;
}
.layout_bnr .inner a p { margin-top: .5em; }

/* 調整 */
@media screen and (max-height: 900px) {
  .mv .copy li { font-size: 70rem; }
  .mv .illu img { width: 240px; }
}

/* 調整 */
@media screen and (max-width: 1600px) {
  .layout_column3 .inner > ul > li > div,
  .layout_column3 .inner > ul > li > a > div { padding: 40px; }
}

/* タブレット横 */
@media screen and (max-width: 1180px) {
  .layout_bnr { padding: 40px 25px; }
}

/* タブレット縦 */
@media screen and (max-width: 820px) {
  
}
