@charset "UTF-8";

/*
Theme Name: STARCORE
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */











/*
img {
  display: block;
  width: 100%;
}*/

a:hover, a:active, button:hover, button:active {
  outline: 0;
}
@media (min-width: 768px) {
  a:hover, a:active, button:hover, button:active {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  .o-btn__scale:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .o-btn__scale:hover .o-img__scale > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.o-dl__swiper {
  padding: 2.6666666667vw;
}
@media (min-width: 768px) {
  .o-dl__swiper {
    padding: 10px;
  }
}

.o-img__scale {
  overflow: hidden;
}
/*.o-img__scale > img {
  -o-object-fit: cover;
  width: 100%;
  height: 60vw;
     object-fit: cover;
}
@media (min-width: 768px) {
  .o-img__scale > img {
    -webkit-transition: 0.4s;
    width: 37.5vw;
    height: 28.125vw;
    transition: 0.4s;
  }
}
@media (min-width: 1281px) {
  .o-img__scale > img {
    width: 480px;
    height: 360px;
  }
}
.o-img__eyecatch {
  margin: 21.3333333333vw 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .o-img__eyecatch {
    width: 46.875vw;
    margin: 6.25vw auto 3.125vw;
  }
}
@media (min-width: 1281px) {
  .o-img__eyecatch {
    width: 600px;
    margin: 80px auto 40px;
  }
}
.o-img__eyecatch > img {
  -o-object-fit: cover;
  width: 100%;
  height: 75%;
     object-fit: cover;
}
@media (min-width: 768px) {
  .o-img__eyecatch > img {
    width: 46.875vw;
    height: 35.15625vw;
  }
}
@media (min-width: 1281px) {
  .o-img__eyecatch > img {
    width: 600px;
    height: 450px;
  }
}*/
.o-kv {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 133.3333333333vw;
}
@media (min-width: 768px) {
  .o-kv {
    height: 31.25vw;
  }
}
@media (min-width: 1281px) {
  .o-kv {
    height: 400px;
  }
}
.o-kv__inner {
  padding: 0 1em;
  font-weight: 700;
  font-size: 8vw;
}
@media (min-width: 768px) {
  .o-kv__inner {
    font-size: 2.34375vw;
  }
}
@media (min-width: 1281px) {
  .o-kv__inner {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .o-list__base {
    display: grid;
    grid-template-columns: 37.5vw 37.5vw;
    width: 78.125vw;
    margin: 6.25vw auto 0;
    gap: 6.25vw 3.125vw;
  }
}
@media (min-width: 1281px) {
  .o-list__base {
    grid-template-columns: 480px 480px;
    width: 1000px;
    margin-top: 80px;
    gap: 80px 40px;
  }
}
.o-list__base > li {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .o-list__base > li {
    margin-top: 0;
  }
}
.o-list__category {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .o-list__category {
    display: grid;
    grid-template-columns: 18.359375vw 18.359375vw 18.359375vw 18.359375vw;
    width: 78.125vw;
    margin: 6.25vw auto 0;
    gap: 1.5625vw 1.5625vw;
  }
}
@media (min-width: 1281px) {
  .o-list__category {
    grid-template-columns: 235px 235px 235px 235px;
    width: 1000px;
    margin-top: 80px;
    gap: 20px 20px;
  }
}
.o-list__category > li {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .o-list__category > li {
    margin-top: 0;
  }
}
.o-list__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .o-list__tags {
    width: 78.125vw;
    margin: 6.25vw auto 0;
  }
}
@media (min-width: 1281px) {
  .o-list__tags {
    width: 1000px;
    margin-top: 80px;
  }
}
.o-list__tags > li {
  margin: 2.6666666667vw 2.6666666667vw 0 0;
}
@media (min-width: 768px) {
  .o-list__tags > li {
    margin: 0 1.5625vw 0 0;
  }
}
@media (min-width: 1281px) {
  .o-list__tags > li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 768px) {
  .o-list__base {
    display: grid;
    grid-template-columns: 37.5vw 37.5vw;
    width: 78.125vw;
    margin: 6.25vw auto 0;
    gap: 6.25vw 3.125vw;
  }
}
@media (min-width: 1281px) {
  .o-list__base {
    grid-template-columns: 480px 480px;
    width: 1000px;
    margin-top: 80px;
    gap: 80px 40px;
  }
}
.o-list__base > li {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .o-list__base > li {
    margin-top: 0;
  }
}
.o-list__acf {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .o-list__acf {
    width: 39.0625vw;
    margin: 6.25vw auto 0;
  }
}
@media (min-width: 1281px) {
  .o-list__acf {
    width: 500px;
    margin-top: 80px;
  }
}
.o-list__acf > li {
  margin-top: 10.6666666667vw;
  background-color: #eee;
}
@media (min-width: 768px) {
  .o-list__acf > li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    margin-top: 2em;
    border-bottom: 1px solid #000;
    background-color: transparent;
  }
}
.o-list__acf_cnt {
  padding: 0 0.5em;
  font-weight: 700;
}
.o-list__acf_cnt.is-last {
  background-color: #fff;
  font-weight: 400;
  text-align: right;
}
@media (min-width: 768px) {
  .o-list__acf_cnt.is-last {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.625vw;
            flex: 0 0 15.625vw;
    background-color: transparent;
  }
}
@media (min-width: 1281px) {
  .o-list__acf_cnt.is-last {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
.o-list__acf_cnt.is-address {
  background-color: #fff;
  font-weight: 400;
  text-align: right;
}
@media (min-width: 768px) {
  .o-list__acf_cnt.is-address {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25vw;
            flex: 0 0 31.25vw;
    background-color: transparent;
  }
}
@media (min-width: 1281px) {
  .o-list__acf_cnt.is-address {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

.o-my_slider {
  position: relative;
  width: 100%;
  margin: 10.6666666667vw 0 21.3333333333vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .o-my_slider {
    margin: 80px 0 160px;
  }
}
.o-my_slider__wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 50%;
          user-select: none;
}
.o-my_slider__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  padding: 0 2.5%;
}
@media (min-width: 768px) {
  .o-my_slider__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
    -webkit-transition: 0.4s;
            flex: 0 0 400px;
    padding: 0 20px;
    transition: 0.4s;
  }
}
.o-my_slider__slide_btn {
  -webkit-transform: translate3d(0, -50%, 0);
  z-index: 10;
  position: absolute;
  top: 28.2666666667vw;
  right: 10px;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  margin: 0;
  overflow: hidden;
          transform: translate3d(0, -50%, 0);
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .o-my_slider__slide_btn {
    top: 120px;
    width: 60px;
    height: 60px;
  }
}
.o-my_slider__slide_btn::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.o-my_slider__slide_btn:hover {
  opacity: 1;
}
.o-my_slider__slide_btn.is-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  left: 10px;
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .o-post_cnt {
    width: 62.5vw;
    margin: 0 auto;
  }
}
@media (min-width: 1281px) {
  .o-post_cnt {
    width: 800px;
  }
}
.o-post_cnt h2 {
  font-weight: 700;
  font-size: 5.3333333333vw;
}
@media (min-width: 768px) {
  .o-post_cnt h2 {
    font-size: 1.5625vw;
  }
}
@media (min-width: 1281px) {
  .o-post_cnt h2 {
    font-size: 20px;
  }
}
.o-post_cnt h3 {
  font-weight: 700;
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .o-post_cnt h3 {
    font-size: 1.40625vw;
  }
}
@media (min-width: 1281px) {
  .o-post_cnt h3 {
    font-size: 18px;
  }
}
.o-post_cnt.is-intro {
  margin-top: 21.3333333333vw;
}
@media (min-width: 768px) {
  .o-post_cnt.is-intro {
    margin-top: 6.25vw;
  }
}
@media (min-width: 1281px) {
  .o-post_cnt.is-intro {
    margin-top: 80px;
  }
}
.o-post_cnt__price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .o-post_cnt__price {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1281px) {
  .o-post_cnt__price {
    margin-top: 40px;
  }
}
.o-post_cnt__price > dt {
  font-weight: 400;
}

.o-swiper__official {
  position: relative;
  width: 100%;
  margin: 10.6666666667vw 0 21.3333333333vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .o-swiper__official {
    margin: 80px 0 160px;
  }
}
.o-swiper__official .swiper-wrapper .swiper-slide {
  width: 90%;
  padding: 0 2.5%;
}
@media (min-width: 768px) {
  .o-swiper__official .swiper-wrapper .swiper-slide {
    -webkit-transition: 0.4s;
    width: 400px;
    padding: 0 20px;
    transition: 0.4s;
  }
}
.o-swiper__official .swiper-button-prev, .o-swiper__official .swiper-button-next {
  -webkit-transform: translateY(-50%);
  top: 28.2666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  margin: 0;
  overflow: hidden;
          transform: translateY(-50%);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .o-swiper__official .swiper-button-prev, .o-swiper__official .swiper-button-next {
    top: 120px;
    width: 60px;
    height: 60px;
  }
}
.o-swiper__official .swiper-button-prev::after, .o-swiper__official .swiper-button-next::after {
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.o-swiper__official .swiper-button-prev svg, .o-swiper__official .swiper-button-next svg {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
          transform: translate(-50%, -50%);
}
.o-swiper__official .swiper-button-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.o-ttl__main {
  margin-top: 16vw;
  font-weight: 700;
  font-size: 6.4vw;
  text-align: center;
}
@media (min-width: 768px) {
/*  .o-ttl__main {
    margin-top: 120px;
    font-size: 24px;
  }*/
}
.o-ttl__sub {
  font-weight: 700;
  font-size: 5.3333333333vw;
}
@media (min-width: 768px) {
  .o-ttl__sub {
    font-size: 1.5625vw;
  }
}
@media (min-width: 1281px) {
  .o-ttl__sub {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .o-txt__base {
    width: 62.5vw;
    margin: 0 auto;
  }
}
@media (min-width: 1281px) {
  .o-txt__base {
    width: 800px;
  }
}
.o-txt__base.is-intro {
  margin-top: 21.3333333333vw;
}
@media (min-width: 768px) {
  .o-txt__base.is-intro {
    margin-top: 6.25vw;
  }
}
@media (min-width: 1281px) {
  .o-txt__base.is-intro {
    margin-top: 80px;
  }
}

body {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

/*img {
  display: block;
  width: 100%;
}
*/

main{
	padding: 0 !important;
}
.slider_wrap{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
a:hover, a:active, button:hover, button:active {
  outline: 0;
}
@media (min-width: 768px) {
  a:hover, a:active, button:hover, button:active {
    opacity: 0.7;
  }
}

.slider_ttl {
  margin-top: 16vw;
  font-weight: 700;
  font-size: 6.4vw;
  text-align: center;
}
@media (min-width: 768px) {
  .slider_ttl {
    margin-top: 120px;
    font-size: 24px;
  }
}

.slider_wrap {
  position: relative;
  margin: 10.6666666667vw 0 21.3333333333vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider_wrap {
    margin: 0 0;
  }
}

.slide_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 50%;
}

.slide_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  padding: 0 2.5%;
}
@media (min-width: 768px) {
  .slide_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 20px;
  }
}

.slide_txt {
  padding: 2.6666666667vw;
}
@media (min-width: 768px) {
  .slide_txt {
    padding: 10px;
  }
}

.slide_btn {
  -webkit-transform: translate3d(0, -50%, 0);
  z-index: 10;
  position: absolute;
  top: 28.2666666667vw;
  right: 10px;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  margin: 0;
          transform: translate3d(0, -50%, 0);
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slide_btn {
    top: 120px;
    width: 60px;
    height: 60px;
  }
}
.slide_btn::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.slide_btn:hover {
  opacity: 1;
}
.slide_btn.slide_prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  left: 10px;
          transform: translateY(-50%) rotate(180deg);
}

body {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

/*img {
  display: block;
  width: 100%;
}
*/
a:hover, a:active, button:hover, button:active {
  outline: 0;
}
@media (min-width: 768px) {
  a:hover, a:active, button:hover, button:active {
    opacity: 0.7;
  }
}

.slider_ttl {
  margin-top: 16vw;
  font-weight: 700;
  font-size: 6.4vw;
  text-align: center;
}
@media (min-width: 768px) {
  .slider_ttl {
    margin-top: 120px;
    font-size: 24px;
  }
}

.slider_wrap {
  position: relative;
  margin: 10.6666666667vw 0 21.3333333333vw;
  overflow: hidden;
}
@media (min-width: 768px) {
/*  .slider_wrap {
    margin: 80px 0 160px;
  }*/
}

.slide_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 50%;
}

.slide_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  padding: 0 2.5%;
}
@media (min-width: 768px) {
  .slide_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 20px;
  }
}

.slide_txt {
  padding: 2.6666666667vw;
}
@media (min-width: 768px) {
  .slide_txt {
    padding: 10px;
  }
}

.slide_btn {
  -webkit-transform: translate3d(0, -50%, 0);
  z-index: 10;
  position: absolute;
  top: 28.2666666667vw;
  right: 10px;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  margin: 0;
          transform: translate3d(0, -50%, 0);
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slide_btn {
    top: 120px;
    width: 60px;
    height: 60px;
  }
}
.slide_btn::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.slide_btn:hover {
  opacity: 1;
}
.slide_btn.slide_prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  left: 10px;
          transform: translateY(-50%) rotate(180deg);
}

main {
  line-height: 2;
}

/*img {
  display: block;
  width: 100%;
}*/

a:hover, a:active, button:hover, button:active {
  outline: 0;
}
@media (min-width: 768px) {
  a:hover, a:active, button:hover, button:active {
    opacity: 0.7;
  }
}

.slider_ttl {
  margin-top: 16vw;
  font-weight: 700;
  font-size: 6.4vw;
  text-align: center;
}
@media (min-width: 768px) {
  .slider_ttl {
    margin-top: 120px;
    font-size: 24px;
  }
}

.slider_txt {
  padding: 2.6666666667vw;
}
@media (min-width: 768px) {
  .slider_txt {
    padding: 10px;
  }
}

.swiper_official {
  position: relative;
  margin: 10.6666666667vw 0 21.3333333333vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .swiper_official {
    margin: 80px 0 160px;
  }
}
.swiper_official .swiper-wrapper .swiper-slide {
  width: 90%;
  padding: 0 2.5%;
}
@media (min-width: 768px) {
  .swiper_official .swiper-wrapper .swiper-slide {
    width: 400px;
    padding: 0 20px;
  }
}
.swiper_official .swiper-button-prev, .swiper_official .swiper-button-next {
  -webkit-transform: translate3d(0, -50%, 0);
  top: 28.2666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  margin: 0;
          transform: translate3d(0, -50%, 0);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .swiper_official .swiper-button-prev, .swiper_official .swiper-button-next {
    top: 120px;
    width: 60px;
    height: 60px;
  }
}
.swiper_official .swiper-button-prev::after, .swiper_official .swiper-button-next::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.swiper_official .swiper-button-prev:hover, .swiper_official .swiper-button-next:hover {
  opacity: 1;
}
.swiper_official .swiper-button-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}