:root {
  --color_01: #fff000;
  --color_02: var(--text);
}

#tomedain {
  color: var(--color_02);
  font-family: "Noto Sans JP", sans-serif;
}
#tomedain .tvcm {
  padding: 60px 0;
}
#tomedain .tvcm .title {
  text-align: center;
}
#tomedain .tvcm .title span {
  display: inline-block;
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
}
#tomedain .tvcm .title span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: var(--color_01);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#tomedain .tvcm .title_botom {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  #tomedain .tvcm {
    padding: 20px 0 30px 0;
  }
  #tomedain .tvcm .title_botom {
    font-size: 1.2em;
    margin: 0 0 10px 0;
  }
}
#tomedain .case .title_bottom {
  text-align: center;
  margin: 30px 0;
  font-size: 1.2em;
  line-height: 2;
}
#tomedain .case .title_bottom span {
  font-weight: bold;
}
@media (max-width: 768px) {
  #tomedain .case .title_bottom {
    text-align: left;
    font-size: 1em;
    line-height: 1.5;
    margin: 20px 0;
  }
}
#tomedain .case .case_box {
  padding: 30px 0;
}
#tomedain .case .case_box:nth-child(odd) {
  background: #f4f6f9;
}
#tomedain .case .case_box:nth-child(even) {
  background: #fff4ec;
}
#tomedain .case .case_box:nth-child(even) .img:before {
  border-color: #f1812d transparent transparent transparent !important;
}
#tomedain .case .case_box:nth-child(even) .movie_box {
  width: 50%;
  text-align: center;
}
#tomedain .case .case_box:nth-child(even) .movie_box .title {
  background: #f1812d !important;
}
#tomedain .case .case_box:nth-child(even) .movie_box .title:before {
  border-color: #f1812d transparent transparent transparent !important;
}
#tomedain .case .case_box .title_set .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2.4em;
  justify-content: center;
  margin: 0 0 20px 0;
}
#tomedain .case .case_box .title_set .title img {
  width: 90px;
  margin: 0 10px 0 0;
}
#tomedain .case .case_box .box {
  display: flex;
}
#tomedain .case .case_box .box .img {
  position: relative;
  width: 45%;
}
#tomedain .case .case_box .box .img:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 17px 0 17px;
  border-color: #3960a6 transparent transparent transparent;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
#tomedain .case .case_box .box .img [class*=swichi_] {
  position: absolute;
  top: 0;
  left: 0;
}
#tomedain .case .case_box .box .img img {
  width: 90%;
}
#tomedain .case .case_box .box .img .fukidashi {
  position: absolute;
  width: 220px;
  animation: repeat 1s ease infinite;
}
@keyframes repeat {
  0% {
    transform: rotate(-2deg) translate(0, 0);
  }
  20% {
    transform: rotate(3deg) translate(2px, -1px);
  }
  40% {
    transform: rotate(-1deg) translate(-1px, 5px);
  }
  60% {
    transform: rotate(0deg) translate(0, -2px);
  }
  80% {
    transform: rotate(-1deg) translate(3px, 1px);
  }
  100% {
    transform: rotate(-2deg) translate(0, 0);
  }
}
#tomedain .case .case_box .box .movie_box {
  width: 55%;
  padding: 0 0 50px 0;
  text-align: center;
}
#tomedain .case .case_box .box .movie_box .title {
  background: #3960a6;
  margin: 0 0 40px 0;
  display: inline-block;
  border-radius: 100px;
  padding: 7px 25px;
  color: #fff;
  position: relative;
  font-size: 1.4em;
  animation: piyo 5s ease infinite;
}
@keyframes piyo {
  0% {
    transform: scale(1, 1);
  }
  92% {
    transform: scale(1, 1);
  }
  94% {
    transform: scale(0.9, 1.03);
  }
  96% {
    transform: scale(1.05, 0.95);
  }
  98% {
    transform: scale(0.98, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
#tomedain .case .case_box .box .movie_box .title:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 13px 0 13px;
  border-color: #3960a6 transparent transparent transparent;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
}
#tomedain .case .case_box:nth-child(1) .fukidashi {
  top: 70px;
  left: 50px;
}
#tomedain .case .case_box:nth-child(2) .fukidashi {
  top: 0;
  left: 0;
}
#tomedain .case .case_box:nth-child(3) .fukidashi {
  top: -30px;
  left: 0;
}
#tomedain .case .case_box:nth-child(4) .fukidashi {
  top: 40px;
  left: 80px;
}
#tomedain .case .case_box:nth-child(5) .fukidashi {
  top: 20px;
  left: 20px;
}
#tomedain .case .case_box .swichi_02 {
  opacity: 0;
}
#tomedain .case .case_box.active .box .swichi_01 {
  animation: st_1 2s 1 forwards;
}
@keyframes st_1 {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#tomedain .case .case_box.active .box .swichi_02 {
  animation: st_2 2s 1 forwards;
}
@keyframes st_2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#tomedain .case .case_box.active .box .swichi_01 {
  animation-delay: 0s;
}
#tomedain .case .case_box.active .box .swichi_02 {
  animation-delay: 1s;
}
@media (max-width: 768px) {
  #tomedain .case .case_box {
    padding: 20px 0;
  }
  #tomedain .case .case_box .title_set .title {
    font-size: 1.4em;
  }
  #tomedain .case .case_box .title_set .title img {
    width: 50px;
    margin: 0 5px 0 0;
  }
  #tomedain .case .case_box .box {
    display: block;
  }
  #tomedain .case .case_box .box .img {
    width: 100%;
    height: 330px;
  }
  #tomedain .case .case_box .box .img:before {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    bottom: 10px;
    transform: translateX(-50%) rotate(0deg);
  }
  #tomedain .case .case_box .box .img .fukidashi {
    width: 140px;
  }
  #tomedain .case .case_box .box .movie_box {
    width: 100%;
    padding: 0 0 10px 0;
  }
  #tomedain .case .case_box .box .movie_box .title {
    font-size: 1em;
    margin: 0 0 20px 0;
  }
  #tomedain .case .case_box:nth-child(1) .fukidashi {
    top: 30px;
    left: 20px;
  }
  #tomedain .case .case_box:nth-child(2) .fukidashi {
    top: -20px;
    left: 0;
  }
  #tomedain .case .case_box:nth-child(3) .fukidashi {
    top: -20px;
    left: 0;
  }
  #tomedain .case .case_box:nth-child(4) .fukidashi {
    top: 10px;
    left: 20px;
  }
  #tomedain .case .case_box:nth-child(5) .fukidashi {
    top: 0;
    left: 0;
  }
}
#tomedain .item_introduction {
  position: relative;
}
#tomedain .item_introduction:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 40px 70px 0 70px;
  border-color: var(--text) transparent transparent transparent;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
}
#tomedain .item_introduction .item_top {
  text-align: center;
  font-weight: bold;
  font-size: 2.2em;
  margin: 150px 0 130px 0;
}
#tomedain .item_introduction .item_top img {
  width: 200px;
  vertical-align: -5px;
  margin: 0 5px;
}
#tomedain .item_introduction .item_top .red {
  font-size: 1.3em;
}
#tomedain .item_introduction .item_top .line {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff000 0%);
}
#tomedain .item_introduction .item_top .bar {
  background: #fffab2;
  position: relative;
  padding: 20px 0 10px 0;
  margin: 30px 0 0 0;
  line-height: 2;
}
#tomedain .item_introduction .item_top .bar:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #fffab2 transparent transparent transparent;
  left: 0;
  bottom: -60px;
}
#tomedain .item_introduction .item_data {
  display: flex;
  grid-gap: 50px;
}
#tomedain .item_introduction .item_data .item_box {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  position: relative;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #eee;
}
#tomedain .item_introduction .item_data .item_box:hover {
  text-decoration: none;
  opacity: 0.8;
}
#tomedain .item_introduction .item_data .item_box:nth-child(1) {
  background: repeating-linear-gradient(to bottom, #d3dae8, #d3dae8 7px, #fff 7px, #fff 8px);
}
#tomedain .item_introduction .item_data .item_box:nth-child(2) {
  background: repeating-linear-gradient(to bottom, #fadfcc, #fadfcc 7px, #fff 7px, #fff 8px);
}
#tomedain .item_introduction .item_data .ribon {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 100px;
}
#tomedain .item_introduction .item_data .item {
  width: 80%;
  margin: 20px auto 10px;
  display: block;
}
#tomedain .item_introduction .item_data .iyaku {
  font-size: 0.8em;
  border: 1px solid #111;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px;
  margin: 10px 0 5px;
}
#tomedain .item_introduction .item_data .item_name {
  height: 60px;
}
#tomedain .item_introduction .item_data .efficacy {
  margin: 10px 0 0 0;
  min-height: 90px;
}
#tomedain .item_introduction .item_data .efficacy span {
  background: #83849e;
  border-radius: 100px;
  padding: 3px 15px;
  color: #fff;
  font-size: 0.8em;
  margin: 0 0 5px 0;
  display: inline-block;
}
#tomedain .item_introduction .item_data .list {
  display: flex;
  text-align: left;
}
#tomedain .item_introduction .item_data .list ul li {
  position: relative;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px dashed #8f8f8f;
  padding: 13px 0 13px 30px;
  line-height: 1.3;
}
#tomedain .item_introduction .item_data .list ul li:last-child {
  border: none;
}
#tomedain .item_introduction .item_data .list ul li:before {
  content: "";
  background: url(/goods/tomedain/40702001/icon_check.png) no-repeat scroll center 0/cover;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 11px;
}
#tomedain .item_introduction .item_data .list .img {
  margin: 0 0 0 auto;
  text-align: center;
}
#tomedain .item_introduction .item_data .list .img img {
  width: 80%;
}
#tomedain .item_introduction .item_data .list .img .red {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
#tomedain .item_introduction .item_data .btn_set {
  margin: 20px 0 0 0;
}
#tomedain .item_introduction .item_data .btn_set .btn {
  background: #fff000;
  position: relative;
  border-radius: 100px;
  text-align: center;
  width: 80%;
  padding: 8px 0;
  font-weight: bold;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#tomedain .item_introduction .item_data .btn_set .btn:hover {
  background: #ffdb0f;
}
#tomedain .item_introduction .item_data .btn_set .btn:before {
  content: "";
  width: 7px;
  height: 7px;
  border: solid var(--text);
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}
#tomedain .item_introduction .bottom {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  #tomedain .item_introduction:before {
    border-width: 30px 50px 0 50px;
    top: -50px;
  }
  #tomedain .item_introduction .item_top {
    font-size: 1.3em;
    margin: 80px 0 50px 0;
  }
  #tomedain .item_introduction .item_top img {
    width: 150px;
  }
  #tomedain .item_introduction .item_top .line {
    line-height: 1;
  }
  #tomedain .item_introduction .item_top .bar {
    margin: 10px 0 0 0;
  }
  #tomedain .item_introduction .item_top .bar:before {
    border-width: 30px 50vw 0 50vw;
    bottom: -30px;
  }
  #tomedain .item_introduction .item_data {
    display: block;
  }
  #tomedain .item_introduction .item_data .item_name {
    height: 35px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #tomedain .item_introduction .item_data .efficacy {
    min-height: auto;
    margin: 10px 0;
  }
  #tomedain .item_introduction .item_data .efficacy span {
    padding: 1px 12px;
    font-size: 0.7em;
  }
  #tomedain .item_introduction .item_data .list {
    display: block;
  }
  #tomedain .item_introduction .item_data .list ul li {
    font-size: 1em;
    padding: 8px 0 8px 30px;
  }
  #tomedain .item_introduction .item_data .list ul li:before {
    top: 5px;
  }
  #tomedain .item_introduction .item_data .list .img {
    margin: 20px 0 0 0;
  }
  #tomedain .item_introduction .item_data .list .img .red {
    font-size: 1.2em;
  }
  #tomedain .item_introduction .item_data .list .img img {
    width: 50%;
  }
  #tomedain .item_introduction .item_data .item_box {
    margin: 20px 0;
    padding: 20px;
  }
  #tomedain .item_introduction .item_data .btn_set .btn {
    width: 100%;
    padding: 5px 0;
    font-size: 0.9em;
  }
  #tomedain .item_introduction .item_data .ribon {
    width: 80px;
  }
  #tomedain .item_introduction .bottom {
    margin: 10px 0 0 0;
  }
}
#tomedain .faq {
  margin: 80px 0;
}
#tomedain .faq .accordion {
  margin: 50px 0;
}
#tomedain .faq .accordion dt,
#tomedain .faq .accordion dd {
  position: relative;
}
#tomedain .faq .accordion .i {
  background: var(--color_01);
  border-radius: 100px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 1.5em;
  position: absolute;
  left: 15px;
  top: 12px;
  font-family: "Rethink Sans", sans-serif;
}
#tomedain .faq .accordion dt {
  background: #d5d9e6;
  margin: 20px 0 0 0;
  padding: 20px 60px 20px 70px;
  font-weight: bold;
  border-top: 2px solid var(--text);
  font-size: 1.2em;
  cursor: pointer;
}
#tomedain .faq .accordion dt:hover {
  opacity: 0.8;
}
#tomedain .faq .accordion dt .plus {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#tomedain .faq .accordion dt .plus:before, #tomedain .faq .accordion dt .plus:after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid var(--color_02);
  border-width: 0 1px 1px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 50%;
}
#tomedain .faq .accordion dt .plus:before {
  top: -5px;
}
#tomedain .faq .accordion dt .plus:after {
  top: 2px;
}
#tomedain .faq .accordion dt.open .plus {
  transform: translateY(-50%) rotate(-540deg);
}
#tomedain .faq .accordion dd {
  background: #e7eaf4;
}
#tomedain .faq .accordion dd .i {
  background: var(--color_02);
  color: #fff;
}
#tomedain .faq .accordion dd .dd {
  padding: 25px 30px 25px 70px;
}
@media (max-width: 768px) {
  #tomedain .faq {
    margin: 30px 0;
  }
  #tomedain .faq .accordion {
    margin: 20px 0;
  }
  #tomedain .faq dt {
    font-size: 1em;
    line-height: 1.3;
    margin: 10px 0 0 0;
    padding: 10px 30px 10px 40px;
  }
  #tomedain .faq dt .plus {
    right: 17px;
  }
  #tomedain .faq dt .plus:before, #tomedain .faq dt .plus:after {
    width: 7px;
    height: 7px;
  }
  #tomedain .faq .i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1em;
  }
  #tomedain .faq .dd {
    padding: 10px 10px 10px 40px;
  }
}
#tomedain .bar_title {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.4em;
  background: repeating-linear-gradient(to bottom, #fff000, #fff000 7px, #fff 7px, #fff 8px);
}
#tomedain .bar_title img {
  width: 200px;
}
@media (max-width: 768px) {
  #tomedain .bar_title {
    font-size: 1.2em;
    padding: 10px 5%;
  }
  #tomedain .bar_title img {
    width: 120px;
  }
}
#tomedain .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  box-shadow: 5px 5px 10px #ccc;
}
#tomedain .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tomedain .max1300 {
  max-width: 1300px !important;
}/*# sourceMappingURL=page.css.map */